/* Masáže ZAZI – statický web. Identita: hluboká zelená + krémová + bronzové akcenty (lázeňská elegance). */

/* Self-hosted Playfair Display (variabilní 500–700, latin + latin-ext) */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("./fonty/playfair-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("./fonty/playfair-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --green: #42503c;
  --green-dark: #353f2f;
  --green-deep: #2c342a;
  --cream: #f4efe5;
  --beige: #ece4d3;
  --card: #fbf8f1;
  --line: #e3d9c5;
  --ink: #2b2a23;
  --muted: #857b6c;
  --bronze: #8a674a;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.7;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.22; letter-spacing: .005em; }

img { max-width: 100%; height: auto; display: block; }

a { color: var(--green); }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--bronze);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Hlavička */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 26px;
  background: rgba(250, 247, 240, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.brand { display: flex; align-items: center; text-decoration: none; }

/* Bílé logo přebarvené do tmavě zelené – stejná technika jako .cz-auth-logo v klientské zóně */
.brand-logo {
  width: 118px;
  height: auto;
  opacity: .88;
  filter: brightness(0) invert(31%) sepia(12%) saturate(1257%) hue-rotate(66deg) brightness(89%) contrast(88%);
}

.site-nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

.site-nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: .015em;
  text-decoration: none;
}

.site-nav a:hover { color: var(--green); }

.nav-social { display: flex; align-items: center; gap: 4px; margin: 0 2px; }

.nav-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--muted) !important;
  transition: color .15s ease, background .15s ease;
}

.nav-icon svg { width: 18px; height: 18px; }

.nav-icon:hover { color: var(--green) !important; background: rgba(66, 80, 60, .08); }

.nav-cta {
  padding: 10px 20px;
  border-radius: 10px;
  background: var(--green);
  color: var(--cream) !important;
  font-weight: 700 !important;
}

.nav-cta:hover { background: var(--green-dark); color: var(--cream); }

.nav-cta.secondary {
  background: transparent;
  border: 1.5px solid var(--green);
  color: var(--green) !important;
}

.nav-cta.secondary:hover { background: rgba(66, 80, 60, .08); }

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  padding: 6px 12px;
  font-size: 20px;
  cursor: pointer;
}

/* Hero */
.hero { position: relative; min-height: 560px; display: grid; }

.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.hero-overlay {
  position: relative;
  display: grid;
  gap: 14px;
  justify-items: start;
  align-content: center;
  padding: 110px 8vw 104px;
  min-height: 560px;
  background: linear-gradient(100deg, rgba(44, 52, 42, .78) 0%, rgba(44, 52, 42, .5) 48%, rgba(44, 52, 42, .12) 100%);
}

.hero-eyebrow {
  margin: 0;
  color: #d9d2be;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-overlay h1 {
  margin: 0;
  max-width: 15ch;
  color: #f7f3e8;
  font-size: clamp(32px, 5.4vw, 58px);
  font-weight: 500;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}

.hero-overlay .hero-sub {
  margin: 4px 0 0;
  max-width: 46ch;
  color: #ece5d0;
  font-size: clamp(17px, 2.3vw, 21px);
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}

.hero-overlay .hero-note {
  margin: 2px 0 0;
  max-width: 52ch;
  color: #ddd5bf;
  font-size: clamp(14.5px, 1.8vw, 16.5px);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}

.hero-actions { display: flex; gap: 14px; margin-top: 20px; flex-wrap: wrap; }

/* Tlačítka */
.button {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15.5px;
  letter-spacing: .01em;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.button.primary { background: var(--green); color: #f7f3e8; }
.button.primary:hover { background: var(--green-dark); }

.button.light { background: #f7f3e8; color: var(--green-deep); border: 1px solid #f7f3e8; }
.button.light:hover { background: #fffdf6; }

.button.ghost { background: transparent; color: var(--green); border: 1.5px solid var(--green); }
.button.ghost:hover { background: rgba(66, 80, 60, .08); }

.hero .button.ghost { color: #f0ebdb; border-color: rgba(247, 243, 232, .65); }
.hero .button.ghost:hover { background: rgba(247, 243, 232, .14); }

/* Panel „Masáže, které dávají smysl“ */
.essence {
  max-width: 1180px;
  margin: 56px auto 0;
  padding: 0 20px;
}

.essence-panel {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 36px;
  align-items: center;
  background: var(--beige);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px 40px;
}

.essence h2 { margin: 0 0 14px; font-size: clamp(26px, 3.4vw, 33px); color: var(--green-deep); }

.essence p { margin: 0 0 12px; color: #55503f; }

.essence-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 18px;
  align-items: start;
}

.benefit {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.benefit svg { width: 44px; height: 44px; stroke: var(--bronze); }

.benefit span { font-size: 15px; color: #4f4a3c; font-weight: 650; line-height: 1.35; }

/* Úvodní karty */
.intro-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 0 20px;
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 10px 26px rgba(44, 52, 42, .06);
}

.card h2, .card h3 { margin: 0 0 8px; font-size: 20px; color: var(--green-deep); }

.card p { margin: 0 0 10px; font-size: 15px; color: #5c5545; }

.card-link { font-weight: 700; text-decoration: none; font-size: 15px; color: var(--bronze); }
.card-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.card-links-row { display: flex; gap: 16px; }

.card-primary { border: 1.5px solid var(--green); box-shadow: 0 14px 32px rgba(44, 52, 42, .12); }
.card-primary .button { margin-top: 4px; }

.mini-review { margin: 0 0 8px; font-style: italic; font-size: 14.5px; color: #4f4a3c; }

.stars { margin: 0 0 10px; color: #b98a2e; font-size: 15px; letter-spacing: .08em; }
.stars-note { color: var(--muted); font-size: 12.5px; letter-spacing: 0; margin-left: 4px; }

.contact-row { display: flex; gap: 16px; margin: 4px 0 6px; }

/* Fakta */
.fast-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  max-width: 1180px;
  margin: 26px auto 6px;
  padding: 0 20px;
}

.fact {
  display: grid;
  justify-items: center;
  gap: 2px;
  padding: 16px 10px;
  border-radius: 14px;
  background: var(--beige);
  border: 1px solid var(--line);
  text-align: center;
}

.fact strong { font-family: var(--serif); font-size: 19px; color: var(--green-deep); }
.fact span { font-size: 13.5px; color: var(--muted); }
.fact .fact-sub { font-size: 12px; color: var(--muted); }

/* Sekce */
.section { padding: 64px 20px; }
.section.alt { background: #efe9db; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-inner { max-width: 1080px; margin: 0 auto; }

.section-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 38px);
  color: var(--green-deep);
}

.section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 12px;
  border-radius: 2px;
  background: var(--bronze);
}

.centered .section-title { text-align: center; }
.centered .section-title::after { margin-left: auto; margin-right: auto; }

.section-lead { text-align: center; max-width: 62ch; margin: 0 auto 8px; color: #55503f; }

.two-cols { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }

.section-photo { border-radius: 20px; box-shadow: 0 18px 44px rgba(44, 52, 42, .18); }

.highlight {
  padding: 16px 20px;
  border-left: 3px solid var(--bronze);
  border-radius: 0 12px 12px 0;
  background: var(--beige);
  font-family: var(--serif);
  font-size: 18px;
  color: var(--green-deep);
}

/* Služby */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 34px 0 38px;
}

.service {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(44, 52, 42, .07);
  text-align: left;
}

.service img { width: 100%; aspect-ratio: 3 / 2; height: auto; object-fit: cover; }

.service-body { display: grid; align-content: start; gap: 8px; padding: 18px 20px 20px; }

.service h3 { margin: 0; font-size: 21px; color: var(--green-deep); }

.service-subtitle { margin: -4px 0 0; font-size: 13.5px; color: var(--muted); font-weight: 650; text-transform: uppercase; letter-spacing: .05em; }

.service-body p { margin: 0; font-size: 15px; color: #4f4a3c; }

.service-list { margin: 2px 0; padding-left: 4px; list-style: none; display: grid; gap: 3px; font-size: 14.5px; color: #4f4a3c; }
.service-list li::before { content: "✓"; color: var(--green); font-weight: 800; margin-right: 8px; }
.service-list::before { content: "Vhodné pro:"; font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }

.service-price { font-family: var(--serif); font-size: 17px; color: var(--green-deep); font-weight: 600; }

.service-detail { border-top: 1px solid var(--line); padding-top: 10px; margin-top: 2px; }
.service-detail summary { cursor: pointer; font-weight: 700; font-size: 14.5px; color: var(--bronze); }
.service-detail summary:hover { text-decoration: underline; text-underline-offset: 3px; }
.service-detail p { margin: 10px 0 0; font-size: 14.5px; }

.service-note { font-size: 13px; color: var(--muted); font-style: italic; }

.service-actions { margin-top: 6px; }

.button.small { padding: 10px 20px; font-size: 14.5px; }

.steps-title { margin: 38px 0 18px; font-size: 25px; color: var(--green-deep); text-align: center; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  text-align: left;
}

.step-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 8px;
}

.step-num {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green);
  color: #f2eedf;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
}

.step-card h4 { margin: 0; font-family: var(--serif); font-size: 17.5px; color: var(--green-deep); }
.step-card p { margin: 0; font-size: 14.5px; color: #4f4a3c; }

.steps-note { text-align: center; margin-top: 16px; }

/* Rezervace */
.booking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.booking-card { display: grid; align-content: start; gap: 8px; }
.booking-card .button { justify-self: start; }

.tag {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #dfe6d8;
  color: var(--green-dark);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  vertical-align: 3px;
}

.tag.muted { background: var(--beige); color: var(--muted); }

.note { color: var(--muted); font-size: 14px; }

/* Ceník */
.pricing { width: 100%; border-collapse: collapse; background: var(--card); border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(44, 52, 42, .07); }
.pricing th, .pricing td { padding: 13px 16px; border-bottom: 1px solid #e8dfcc; text-align: left; }
.pricing thead th { background: var(--green); color: #f2eedf; font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase; }
.pricing tbody tr:nth-child(even) { background: #f5f0e4; }
.pricing td:last-child { font-weight: 800; color: var(--green-deep); white-space: nowrap; }
.pricing tbody tr:last-child td { border-bottom: 0; }

/* Recenze */
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin: 26px 0;
  text-align: left;
}

.review-card blockquote { margin: 0 0 10px; font-style: italic; font-size: 15px; color: #4f4a3c; }
.review-author { margin: 0 0 6px; font-weight: 700; font-size: 14px; color: var(--green-deep); }
.review-placeholder {
  margin: 0 0 6px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: #f3e3c8;
  color: #8a6420;
  font-size: 12px;
  font-weight: 700;
}
.review-card .stars { margin: 0; }

.review-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

.review-note { text-align: center; margin-top: 18px; }

/* Plovoucí CTA (jen mobil) */
.floating-cta {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--green);
  color: #f7f3e8;
  font-weight: 800;
  font-size: 15.5px;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(44, 52, 42, .35);
  transition: opacity .2s ease, transform .2s ease;
}

.floating-cta.hidden { opacity: 0; transform: translateY(8px); pointer-events: none; }

/* CTA pás */
.cta-band {
  background: var(--green);
  color: #f2eedf;
  text-align: center;
  padding: 66px 20px;
}

.cta-band h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 500;
  color: #f7f3e8;
}

.cta-band p { margin: 0 auto 26px; max-width: 52ch; color: #ddd6c0; }

.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

.cta-band .button.ghost { color: #f0ebdb; border-color: rgba(247, 243, 232, .55); }
.cta-band .button.ghost:hover { background: rgba(247, 243, 232, .12); }

/* Kontakt */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 24px; align-items: start; }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }

/* Patička */
.footer-info-wrap {
  background: var(--card);
  border-top: 1px solid var(--line);
}

.footer-billing {
  border-bottom: 1px solid rgba(228, 221, 198, .18);
  padding: 14px 20px;
  text-align: center;
}

.footer-billing p { margin: 0 auto; max-width: 1080px; font-size: 12.5px; color: #a8a28c; }
.billing-note { color: #8f8975; }

.footer-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 44px 20px;
}

.footer-info .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.info-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1.5px solid var(--bronze);
  border-radius: 50%;
}

.info-icon svg { width: 24px; height: 24px; stroke: var(--bronze); }

.info strong { display: block; font-family: var(--serif); font-size: 17px; color: var(--green-deep); }
.info span, .info a { font-size: 14.5px; color: #5c5545; text-decoration: none; }
.info a:hover { text-decoration: underline; }

.site-footer {
  background: var(--green-deep);
  color: #cfc9b4;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px;
}

.footer-bottom p { margin: 0; font-size: 13.5px; color: #cfc9b4; }

.footer-brand { display: flex; align-items: center; gap: 14px; }

.footer-brand img { width: 96px; height: auto; }

.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }

.footer-links a { color: #e4ddc6; font-weight: 600; font-size: 13.5px; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Mobil */
@media (max-width: 900px) {
  .essence-panel { grid-template-columns: 1fr; padding: 30px 26px; gap: 26px; }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 14px;
    background: var(--card);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(44, 38, 32, .12);
  }

  .site-nav.open { display: flex; }

  .site-nav a { padding: 12px 24px; }

  .nav-social { justify-content: center; gap: 14px; padding: 8px 0 2px; }

  .nav-social .nav-icon { width: 40px; height: 40px; padding: 0; }

  .nav-cta, .nav-cta.secondary { margin: 6px 20px 0; text-align: center; }

  .two-cols { grid-template-columns: 1fr; }

  .hero { min-height: 480px; }

  .hero-overlay { padding: 84px 26px 72px; min-height: 480px; }

  .footer-info .info { justify-content: flex-start; }

  .footer-bottom { justify-content: center; text-align: center; }

  .footer-brand { flex-direction: column; gap: 8px; }

  /* Ceník jako karty */
  .pricing-matrix thead { display: none; }
  .pricing-matrix, .pricing-matrix tbody, .pricing-matrix tr, .pricing-matrix td { display: block; width: 100%; }
  .pricing-matrix tr { border-bottom: 6px solid #efe9db; }
  .pricing-matrix tr:last-child { border-bottom: 0; }
  .pricing-matrix td { border-bottom: 1px solid #efe6d2; }
  .pricing-matrix td:first-child { background: var(--green); color: #f2eedf; font-weight: 700; }
  .pricing-matrix td:not(:first-child) { display: flex; justify-content: space-between; gap: 10px; }
  .pricing-matrix td:not(:first-child)::before { content: attr(data-label); font-weight: 600; color: var(--muted); }
  .pricing-matrix td:last-child { color: var(--green-deep); }

  /* Plovoucí CTA */
  .floating-cta { display: inline-block; }

  body { padding-bottom: 0; }

  .pricing th, .pricing td { padding: 10px 12px; font-size: 14.5px; }
}
