/* KONTAKT PAGE */

.kontakt-body {
  background:
    radial-gradient(circle at 18% 18%, rgba(197, 157, 95, 0.12), transparent 34%),
    radial-gradient(circle at 82% 52%, rgba(197, 157, 95, 0.10), transparent 32%),
    var(--cream);
}

.kontakt-body .phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.kontakt-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 170px 20px 58px;
  background: url("../IMG/nahled.png") center 54% / cover no-repeat;
}

.kontakt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.58)),
    linear-gradient(to bottom, rgba(43, 33, 28, 0.45), rgba(43, 33, 28, 0.28), rgba(43, 33, 28, 0.70));
}

.kontakt-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}

.kontakt-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(62px, 6.5vw, 96px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
}

.kontakt-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 600;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
}

.kontakt-page {
  position: relative;
  overflow: hidden;
  padding: 36px 24px 72px;
  background:
    radial-gradient(circle at 16% 24%, rgba(197, 157, 95, 0.08), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(197, 157, 95, 0.08), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, var(--cream) 100%);
}

.kontakt-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image: radial-gradient(rgba(101, 89, 71, 0.18) 1px, transparent 1px);
  background-size: 18px 18px;
}

.kontakt-layout {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.58fr);
  gap: 28px;
  align-items: stretch;
}

.kontakt-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kontakt-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  min-height: 82px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(197, 157, 95, 0.24);
  box-shadow: 0 16px 42px rgba(43, 33, 28, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.24s ease;
}

a.kontakt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(43, 33, 28, 0.17);
}

.kontakt-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #b97927, var(--accent));
  box-shadow: 0 12px 26px rgba(151, 96, 28, 0.26);
  font-size: 22px;
}

.kontakt-card-text > span {
  display: block;
  margin-bottom: 3px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kontakt-card-text > strong {
  display: block;
  color: var(--dark);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.kontakt-hours-card {
  align-items: flex-start;
}

.kontakt-hours-card .kontakt-icon {
  margin-top: 5px;
}

.kontakt-hours {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kontakt-hours div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.25;
}

.kontakt-hours div span {
  font-weight: 700;
}

.kontakt-hours div strong {
  color: var(--dark);
  font-weight: 900;
  white-space: nowrap;
}

.kontakt-map {
  min-height: 520px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(197, 157, 95, 0.28);
  box-shadow: 0 18px 52px rgba(43, 33, 28, 0.16);
}

.kontakt-map iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  border: 0;
}

.kontakt-social-box {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 24px auto 0;
  padding: 25px 34px 28px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(197, 157, 95, 0.18);
  box-shadow: 0 14px 40px rgba(43, 33, 28, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.kontakt-social-title {
  max-width: 420px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  color: var(--accent);
}

.kontakt-social-title span {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.kontakt-social-title strong {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.kontakt-social-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.kontakt-social-pill {
  min-height: 72px;
  padding: 18px 26px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  transition: 0.24s ease;
  box-shadow: 0 16px 34px rgba(43, 33, 28, 0.18);
}

.kontakt-social-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(43, 33, 28, 0.24);
}

.kontakt-social-pill i:first-child {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  font-size: 22px;
}

.kontakt-social-pill i:last-child {
  font-size: 19px;
  opacity: 0.9;
}

.kontakt-facebook {
  background: linear-gradient(135deg, #1d376c, #244f9b);
}

.kontakt-facebook i:first-child {
  color: #244f9b;
}

.kontakt-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.kontakt-instagram i:first-child {
  color: #dd2a7b;
}

.kontakt-nesnezeno {
  background: linear-gradient(135deg, #43ad52, #26863a);
}

.kontakt-nesnezeno i:first-child {
  color: #43ad52;
}

.kontakt-decoration {
  position: absolute;
  z-index: 1;
  top: 42px;
  bottom: 45px;
  width: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: rgba(197, 157, 95, 0.25);
  pointer-events: none;
}

.kontakt-decoration i {
  font-size: 82px;
  filter: drop-shadow(0 8px 18px rgba(101, 89, 71, 0.08));
}

.kontakt-decoration-left {
  left: 28px;
}

.kontakt-decoration-right {
  right: 28px;
}

.kontakt-decoration-left i:nth-child(2),
.kontakt-decoration-right i:nth-child(2) {
  font-size: 100px;
}

@media (max-width: 1200px) {
  .kontakt-layout {
    max-width: 980px;
    grid-template-columns: 1fr;
  }

  .kontakt-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .kontakt-hours-card {
    grid-column: span 2;
  }

  .kontakt-social-box {
    max-width: 980px;
  }

  .kontakt-decoration {
    opacity: 0.45;
  }
}

@media (max-width: 850px) {
  .kontakt-hero {
    min-height: 360px;
    padding-top: 210px;
  }

  .kontakt-hero h1 {
    font-size: 58px;
  }

  .kontakt-hero p {
    font-size: 18px;
  }

  .kontakt-page {
    padding: 30px 16px 60px;
  }

  .kontakt-info {
    display: flex;
  }

  .kontakt-hours-card {
    grid-column: auto;
  }

  .kontakt-social-links {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .kontakt-decoration {
    display: none;
  }
}

@media (max-width: 560px) {
  .kontakt-hero h1 {
    font-size: 50px;
  }

  .kontakt-hero p br {
    display: none;
  }

  .kontakt-card {
    grid-template-columns: 48px 1fr;
    padding: 16px;
    gap: 14px;
  }

  .kontakt-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .kontakt-card-text > strong {
    font-size: 19px;
    word-break: break-word;
  }

  .kontakt-hours div {
    gap: 14px;
    font-size: 14px;
  }

  .kontakt-map,
  .kontakt-map iframe {
    min-height: 380px;
  }

  .kontakt-social-box {
    padding: 22px 18px;
  }

  .kontakt-social-title {
    gap: 12px;
  }

  .kontakt-social-title strong {
    font-size: 13px;
  }

  .kontakt-social-pill {
    min-height: 64px;
    padding: 15px 18px;
    font-size: 14px;
  }
}

/* SJEDNOCENÝ HERO BANNER - stejný barevný cover jako index.html */

.kontakt-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 190px 24px 80px;
  background:
    linear-gradient(
      rgba(101, 89, 71, 0.65),
      rgba(101, 89, 71, 0.45)
    ),
    url("../IMG/nahled.png") center/cover no-repeat;
}

.kontakt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.58)),
    linear-gradient(to bottom, rgba(43, 33, 28, 0.35), rgba(43, 33, 28, 0.2), rgba(43, 33, 28, 0.65));
}

.kontakt-hero::after {
  display: none;
  content: none;
}

.kontakt-hero-content {
  position: relative;
  z-index: 2;
  max-width: 940px;
  padding: 0 24px;
  text-align: center;
  color: var(--white);
}

.kontakt-hero-content h1,
.kontakt-hero h1 {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.kontakt-hero-content p,
.kontakt-hero p {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

@media (max-width: 850px) {
  .kontakt-hero {
    min-height: 520px;
    padding-top: 220px;
    padding-bottom: 70px;
  }
}

@media (max-width: 560px) {
  .kontakt-hero {
    min-height: 500px;
  }
}
