/* =========================================================================
   Masáže Veronika Peřinová — shared styles (v3, multi-page)
   "Gold & Sand" design system. Mobile-first. One stylesheet for all pages.
   ========================================================================= */

:root {
  --sand-bg:    #F6EDDC;  /* page background */
  --sand-card:  #FCF7EC;  /* cards, panels */
  --gold:       #B98A3B;  /* accent: borders, icons, ornaments, button bg */
  --gold-soft:  #DCC392;  /* borders, dividers, decorative ornaments */
  --ink:        #2E2317;  /* headings + body text (AA on sand) */
  --ink-soft:   #6B573D;  /* secondary text + small labels (AA on sand) */
  --cocoa:      #4A3423;  /* featured chocolate-ritual band */
  --cream:      #F6EDDC;  /* text on --cocoa */
  --white:      #FFFFFF;
  --whatsapp:   #25D366;
  --messenger:  #0084FF;

  --shadow-sm: 0 1px 3px rgba(46, 35, 23, 0.06), 0 2px 8px rgba(46, 35, 23, 0.05);
  --shadow-md: 0 6px 20px rgba(46, 35, 23, 0.10);
  --shadow-lg: 0 14px 40px rgba(46, 35, 23, 0.16);

  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-pill: 999px;

  --header-h: 66px;
  --maxw: 1160px;
  --measure: 68ch;   /* narrow reading column */

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---- Reset / base ----------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.0625rem;    /* 17px */
  line-height: 1.68;
  color: var(--ink);
  background-color: var(--sand-bg);
  background-image:
    radial-gradient(1200px 700px at 82% -8%, rgba(220, 195, 146, 0.28), transparent 60%),
    radial-gradient(900px 600px at 5% 12%, rgba(220, 195, 146, 0.16), transparent 55%);
  background-attachment: fixed;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
a { color: var(--ink); text-underline-offset: 3px; }
h1, h2, h3, h4 {
  font-family: var(--serif); color: var(--ink); font-weight: 600;
  line-height: 1.18; margin: 0 0 0.4em; letter-spacing: 0.2px;
}
p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; }

a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 6px;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; background: var(--gold); color: var(--white);
  padding: 10px 16px; border-radius: var(--radius-pill); z-index: 200; transition: top 0.2s ease; text-decoration: none;
}
.skip-link:focus { top: 12px; }

/* ---- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 24px; border: 0; border-radius: var(--radius-pill);
  font-family: var(--sans); font-weight: 700; font-size: 1rem; line-height: 1.2;
  text-decoration: none; cursor: pointer; color: var(--white);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease; box-shadow: var(--shadow-sm);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn svg { width: 20px; height: 20px; flex: 0 0 auto; }
.btn-primary { background: var(--gold); color: var(--white); }
.btn-primary:hover { filter: brightness(1.05); }
.btn-wa { background: var(--whatsapp); color: var(--white); }
.btn-wa:hover { filter: brightness(1.04); }
.btn-messenger { background: var(--messenger); color: var(--white); }
.btn-messenger:hover { filter: brightness(1.06); }

/* ---- Header / navigation ---------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(252, 247, 236, 0.88);
  backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--gold-soft);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); min-width: 0; flex: 1 1 auto; }
.brand .monogram { width: 40px; height: 40px; flex: 0 0 auto; }
.brand-name {
  font-family: var(--serif); font-weight: 600; font-size: 1.05rem; line-height: 1.05;
  color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0;
}
.nav { display: none; align-items: center; gap: 2px; }
.nav a {
  display: inline-block; padding: 8px 12px; color: var(--ink); text-decoration: none;
  font-weight: 500; font-size: 0.95rem; border-radius: var(--radius-pill);
  transition: background-color 0.15s ease; position: relative;
}
.nav a:hover { background: rgba(185, 138, 59, 0.14); color: var(--ink); }
.nav a[aria-current="page"] { font-weight: 700; }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 2px;
  background: var(--gold); border-radius: 2px;
}
.header-cta { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }

.wa-pill {
  display: inline-flex; align-items: center; gap: 8px; background: var(--whatsapp); color: var(--white);
  font-weight: 700; font-size: 0.92rem; padding: 9px 16px; min-height: 44px; border-radius: var(--radius-pill);
  text-decoration: none; box-shadow: var(--shadow-sm); transition: transform 0.15s ease, filter 0.2s ease;
}
.wa-pill:hover { transform: translateY(-2px); filter: brightness(1.04); }
.wa-pill svg { width: 18px; height: 18px; }
.wa-pill .wa-pill-label { display: none; }

.hamburger {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  background: var(--sand-card); border: 1.5px solid var(--gold-soft); border-radius: 12px; cursor: pointer; color: var(--ink);
}
.hamburger svg { width: 24px; height: 24px; }
.hamburger .icon-close { display: none; }
.hamburger[aria-expanded="true"] .icon-open { display: none; }
.hamburger[aria-expanded="true"] .icon-close { display: block; }

.mobile-nav {
  position: fixed; top: var(--header-h); left: 0; right: 0; background: var(--sand-card);
  border-bottom: 1px solid var(--gold-soft); box-shadow: var(--shadow-md); z-index: 99;
  transform: translateY(-12px); opacity: 0; visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  max-height: calc(100vh - var(--header-h)); overflow-y: auto;
}
.mobile-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
.mobile-nav ul { list-style: none; padding: 8px 16px 18px; }
.mobile-nav a {
  display: block; padding: 14px 12px; color: var(--ink); text-decoration: none;
  font-weight: 600; font-size: 1.08rem; border-bottom: 1px solid rgba(220, 195, 146, 0.5);
}
.mobile-nav a:last-child { border-bottom: 0; }
.mobile-nav a[aria-current="page"] { color: var(--gold); border-left: 3px solid var(--gold); padding-left: 12px; }

/* ---- Sections & dividers ---------------------------------------------- */
/* also covers skip-link targets that are not sections (#service-grid, #kura-obsah) */
section, #service-grid, #kura-obsah { scroll-margin-top: calc(var(--header-h) + 14px); }
.section { padding: 64px 0; }
.section-head { text-align: center; margin-bottom: 40px; }
.section-title { font-size: clamp(1.9rem, 5vw, 2.7rem); margin: 0; }
.section-subtitle { color: var(--ink-soft); max-width: 640px; margin: 14px auto 0; font-size: 1.05rem; }
.ornament { display: flex; align-items: center; justify-content: center; margin-top: 16px; color: var(--gold); }
.ornament svg { width: 150px; height: 22px; }
.eyebrow {
  display: inline-block; font-family: var(--sans); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 1.4px; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px;
}

/* ---- Photo-slot system ------------------------------------------------ */
.photo-slot { position: relative; width: 100%; margin: 0; border-radius: 14px; overflow: hidden; background: var(--sand-card); }
.ratio-32  { aspect-ratio: 3 / 2; }
.ratio-43  { aspect-ratio: 4 / 3; }
.ratio-169 { aspect-ratio: 16 / 9; }
.ratio-11  { aspect-ratio: 1 / 1; }
.ratio-45  { aspect-ratio: 4 / 5; }
.ratio-34  { aspect-ratio: 3 / 4; }
/* img overlays the ornamental placeholder; onerror="this.remove()" reveals the ornament if a file is missing */
.photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.slot-empty { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; border: 1px solid var(--gold-soft); border-radius: 14px; }
.slot-empty::before { content: ""; position: absolute; inset: 8px; border: 1px solid var(--gold-soft); border-radius: 9px; pointer-events: none; }
.slot-empty svg { width: 58px; height: 58px; color: var(--gold-soft); position: relative; }

/* ---- Hero (homepage) -------------------------------------------------- */
.hero { position: relative; padding: 54px 0 60px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.hero-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.hero h1 { font-size: clamp(2.4rem, 8vw, 4.1rem); line-height: 1.05; margin: 0 0 12px; }
.hero-subline { color: var(--ink-soft); font-weight: 500; font-size: clamp(1rem, 3.4vw, 1.18rem); letter-spacing: 0.3px; margin: 0 0 26px; }
.hero-quote {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.25rem, 4.4vw, 1.7rem); line-height: 1.42; color: var(--ink);
  max-width: 620px; margin: 0 auto 30px; padding: 0 6px;
}
.hero-photo { max-width: 460px; margin: 0 auto; width: 100%; }

/* booking notice badge (hero + page-hero + kontakt) */
.booking-notice {
  display: flex; align-items: center; gap: 14px; justify-content: center; text-align: left;
  max-width: 560px; margin: 0 auto 28px; background: var(--sand-card);
  border: 1.5px solid var(--gold); border-radius: var(--radius-md); padding: 16px 22px; box-shadow: var(--shadow-sm);
}
.booking-notice .bn-icon {
  flex: 0 0 auto; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  background: rgba(185, 138, 59, 0.14); border-radius: 50%; color: var(--gold);
}
.booking-notice .bn-icon svg { width: 22px; height: 22px; }
.booking-notice p { margin: 0; font-weight: 700; font-size: 1.02rem; color: var(--ink); }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.hero-ctas .btn { flex: 1 1 240px; max-width: 320px; }

/* ---- Page hero-lite (subpages) ---------------------------------------- */
.page-hero { padding: 46px 0 8px; text-align: center; }
.page-hero h1 { font-size: clamp(2.1rem, 6vw, 3.2rem); margin: 0 0 12px; }
.page-hero .page-intro { color: var(--ink-soft); max-width: var(--measure); margin: 0 auto 24px; font-size: 1.08rem; }
.page-hero .booking-notice { margin-bottom: 20px; }
.page-hero .page-cta { display: flex; justify-content: center; }

/* ---- Process list (homepage) ------------------------------------------ */
.process-list { list-style: none; display: grid; gap: 18px; max-width: 860px; margin: 0 auto; }
.process-item {
  display: flex; gap: 16px; align-items: flex-start; background: var(--sand-card);
  border: 1px solid var(--gold-soft); border-radius: var(--radius-md); padding: 20px 22px; box-shadow: var(--shadow-sm);
}
.process-item .flower { flex: 0 0 auto; width: 30px; height: 30px; color: var(--gold); margin-top: 2px; }
.process-item p { margin: 0; max-width: var(--measure); }

/* ---- Category cards (homepage) ---------------------------------------- */
.category-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.category-card {
  display: flex; flex-direction: column; background: var(--sand-card); border: 1px solid var(--gold-soft);
  border-radius: var(--radius-md); padding: 28px 26px; box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.category-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.category-title { font-size: 1.6rem; margin: 0 0 8px; }
.category-desc { color: var(--ink-soft); margin: 0 0 16px; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.chip {
  display: inline-block; background: var(--sand-bg); border: 1px solid var(--gold-soft);
  border-radius: var(--radius-pill); padding: 5px 13px; font-size: 0.86rem; font-weight: 500; color: var(--ink);
}
.category-btn { align-self: flex-start; margin-top: auto; }

/* ---- Ritual teaser strip (homepage) ----------------------------------- */
.ritual-teaser { background: var(--cocoa); color: var(--cream); }
.ritual-teaser .container {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 20px;
  padding-top: 26px; padding-bottom: 26px; text-align: center;
}
.ritual-teaser p { margin: 0; font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--cream); }
.ritual-teaser a {
  color: var(--cocoa); background: var(--gold-soft); font-family: var(--sans); font-weight: 700; font-size: 0.95rem;
  text-decoration: none; padding: 9px 18px; border-radius: var(--radius-pill); white-space: nowrap;
}
.ritual-teaser a:hover { filter: brightness(1.05); }

/* ---- Services grid + cards -------------------------------------------- */
.services-bg { background: linear-gradient(180deg, rgba(220,195,146,0.10), transparent 40%); }
.service-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.service-card {
  display: flex; flex-direction: column; background: var(--sand-card); border: 1px solid var(--gold-soft);
  border-radius: var(--radius-md); padding: 0; overflow: hidden; box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.service-card .photo-slot { border-radius: 0; }
.service-card .slot-empty, .service-card .slot-empty::before { border-radius: 0; }
.service-body { display: flex; flex-direction: column; flex: 1; padding: 26px 24px; }
.service-name { font-size: 1.5rem; margin: 0 0 10px; }

.badge {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 8px;
  background: rgba(185, 138, 59, 0.13); color: var(--ink); border: 1px solid var(--gold-soft);
  border-radius: var(--radius-pill); padding: 6px 14px; font-weight: 700; font-size: 0.9rem; margin-bottom: 14px;
}
.badge svg { width: 15px; height: 15px; color: var(--gold); flex: 0 0 auto; }
.service-short { color: var(--ink-soft); margin: 0 0 18px; }

.service-details { margin-top: auto; border-top: 1px solid rgba(220, 195, 146, 0.6); padding-top: 8px; }
.service-details > summary {
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  cursor: pointer; padding: 10px 2px; font-weight: 700; color: var(--ink); font-size: 0.98rem; min-height: 44px;
}
.service-details > summary::-webkit-details-marker { display: none; }
.service-details > summary .chev { width: 20px; height: 20px; color: var(--gold); transition: transform 0.2s ease; flex: 0 0 auto; }
.service-details[open] > summary .chev { transform: rotate(180deg); }

.details-body { padding: 6px 2px 4px; }
.details-body > p { color: var(--ink); max-width: var(--measure); }
.details-body > p:last-child { margin-bottom: 0; }

.detail-label {
  font-family: var(--sans); font-weight: 700; font-size: 0.78rem; letter-spacing: 1px;
  text-transform: uppercase; color: var(--ink-soft); margin: 18px 0 8px;
}
.service-areas {
  color: var(--ink); font-weight: 500; background: rgba(220,195,146,0.16);
  border-left: 3px solid var(--gold-soft); border-radius: 6px; padding: 8px 12px; margin: 4px 0;
}
.list-note { color: var(--ink-soft); max-width: var(--measure); }

/* variant tier menu */
.variants { margin: 6px 0 2px; }
.variant { padding: 14px 0; }
.variant + .variant { border-top: 1px solid var(--gold-soft); }
.variant:first-child { padding-top: 6px; }
.variant-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 14px; }
.variant-label { font-weight: 700; color: var(--ink); font-size: 1.02rem; }
.variant-price { color: var(--ink); font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.info-list { list-style: none; display: grid; gap: 6px; margin-top: 10px; }
.info-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); font-size: 0.98rem; }
.info-list li::before { content: ""; flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-soft); margin-top: 9px; }

.benefit-list { list-style: none; display: grid; gap: 8px; margin-bottom: 4px; }
.benefit-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); }
.benefit-list li svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--gold); margin-top: 4px; }

.steps-list { list-style: none; counter-reset: step; display: grid; gap: 12px; }
.steps-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--ink); }
.steps-list li::before {
  counter-increment: step; content: counter(step); flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(185, 138, 59, 0.15); color: var(--gold); display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 600; font-size: 1.05rem; margin-top: 1px;
}

.detail-link { margin-top: 16px; }
.detail-link a { color: var(--ink-soft); font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold-soft); }
.detail-link a:hover { text-decoration-color: var(--gold); }

/* contraindications + cautions boxes (info panels) */
.care-box { margin-top: 18px; border-radius: var(--radius-sm); padding: 16px 18px; }
.contra-box { background: rgba(220, 195, 146, 0.14); border: 1.5px dashed var(--gold); }
.caution-box { background: rgba(185, 138, 59, 0.08); border: 1.5px solid var(--gold-soft); }
.care-box .care-title { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; color: var(--ink); margin: 0 0 10px; }
.care-list { list-style: none; display: grid; gap: 7px; }
.care-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-size: 0.98rem; }
.care-list li::before { content: "–"; color: var(--gold); font-weight: 700; flex: 0 0 auto; }
.care-outro { margin: 10px 0 0; color: var(--ink-soft); font-size: 0.98rem; }

.service-note { margin-top: 16px; font-style: italic; color: var(--ink-soft); font-family: var(--serif); font-size: 1.12rem; }

.health-notice {
  display: flex; align-items: flex-start; gap: 10px; justify-content: center; text-align: center;
  max-width: 720px; margin: 40px auto 0; color: var(--ink-soft); font-size: 0.98rem;
}
.health-notice svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--gold); margin-top: 3px; }

/* ---- Čokoládový rituál — featured band (pece page) -------------------- */
.ritual-band { background: var(--cocoa); color: var(--cream); padding: 76px 0; }
.ritual-inner { max-width: 820px; margin: 0 auto; }
.ritual-head { text-align: center; }
.ritual-band .eyebrow { color: var(--gold-soft); }
.ritual-title { color: var(--cream); font-size: clamp(2rem, 6vw, 3rem); margin: 0 0 6px; }
.ritual-badge {
  display: inline-block; margin-top: 12px; vertical-align: middle;
  background: rgba(246, 237, 220, 0.10); border: 1px solid var(--gold-soft); color: var(--cream);
  font-family: var(--sans); font-weight: 700; font-size: 0.92rem; padding: 5px 15px;
  border-radius: var(--radius-pill); white-space: nowrap; letter-spacing: 0.3px;
}
.ritual-intro { text-align: center; max-width: var(--measure); margin: 18px auto 0; }
.ritual-intro .ritual-lead { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--cream); }
.ritual-intro p { color: rgba(246, 237, 220, 0.9); }
.ritual-photo { max-width: 900px; margin: 30px auto; }
.ritual-band .photo-slot { background: rgba(246, 237, 220, 0.05); }
.ritual-band .slot-empty, .ritual-band .slot-empty::before { border-color: var(--gold-soft); }
.ritual-band .slot-empty svg { color: var(--gold-soft); opacity: 0.7; }
.ritual-block { max-width: 640px; margin: 30px auto 0; }
.ritual-band .detail-label { color: var(--gold-soft); }
.ritual-band .steps-list li { color: var(--cream); }
.ritual-band .steps-list li::before { background: rgba(220, 195, 146, 0.16); color: var(--gold-soft); }
.ritual-band .benefit-list li { color: var(--cream); }
.ritual-band .benefit-list li svg { color: var(--gold-soft); }
.ritual-band .service-note { color: rgba(246, 237, 220, 0.85); }
.ritual-band .contra-box { background: rgba(246, 237, 220, 0.06); border-color: var(--gold-soft); }
.ritual-band .variant + .variant { border-top-color: var(--gold-soft); }
.ritual-band .variant-label, .ritual-band .variant-price { color: var(--cream); }
.ritual-band .info-list li { color: rgba(246, 237, 220, 0.9); }
.ritual-band .care-box .care-title { color: var(--cream); }
.ritual-band .care-list li { color: rgba(246, 237, 220, 0.85); }
.ritual-band .care-list li::before { color: var(--gold-soft); }
.ingredient-cards { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 640px; margin: 24px auto 0; }
.ingredient { background: rgba(246, 237, 220, 0.05); border: 1px solid var(--gold-soft); border-radius: var(--radius-sm); padding: 20px 22px; }
.ingredient h4 { color: var(--gold-soft); font-size: 1.35rem; margin: 0 0 8px; }
.ingredient p { margin: 0; color: rgba(246, 237, 220, 0.9); }
.ritual-cta { text-align: center; margin-top: 34px; }

/* ---- Výsledky before/after (pece page) -------------------------------- */
.beforeafter { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 760px; margin: 0 auto; }
.ba-figure { margin: 0; }
.ba-figure figcaption { text-align: center; margin-top: 10px; font-family: var(--serif); font-size: 1.15rem; color: var(--ink-soft); }

/* ---- Vouchers + loyalty (homepage) ------------------------------------ */
.voucher-wrap { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.voucher-card {
  position: relative; background: var(--sand-card);
  background-image: radial-gradient(120% 100% at 20% 0%, rgba(220,195,146,0.28), transparent 55%);
  border: 1px solid var(--gold-soft); border-radius: 14px; padding: 30px 30px 26px; box-shadow: var(--shadow-lg); overflow: hidden;
}
.voucher-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid var(--gold-soft); border-radius: 8px; pointer-events: none; }
.voucher-head { display: flex; align-items: center; gap: 12px; position: relative; }
.voucher-head .monogram { width: 44px; height: 44px; flex: 0 0 auto; }
.voucher-head .vh-name { font-family: var(--serif); font-weight: 600; font-size: 1.32rem; color: var(--ink); line-height: 1.1; }
.voucher-body { position: relative; text-align: center; padding: 20px 6px 10px; }
.voucher-title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.1rem, 8vw, 2.9rem); color: var(--ink); letter-spacing: 0.5px; margin: 0; line-height: 1.05; }
.voucher-sub { font-family: var(--serif); font-style: italic; color: var(--ink-soft); font-size: 1.25rem; margin-top: 6px; }
.voucher-flourish { display: flex; justify-content: center; margin: 12px 0 6px; color: var(--gold); }
.voucher-flourish svg { width: 120px; height: 34px; }
.voucher-foot { position: relative; border-top: 1px solid var(--gold-soft); margin-top: 12px; padding-top: 14px; text-align: center; color: var(--ink-soft); font-size: 0.92rem; letter-spacing: 0.4px; }
.voucher-copy p { color: var(--ink-soft); max-width: var(--measure); }
.voucher-copy .btn { margin-top: 8px; }

.loyalty {
  margin-top: 40px; background: var(--sand-card); border: 1px solid var(--gold-soft); border-radius: var(--radius-md);
  padding: 30px 28px; box-shadow: var(--shadow-sm); display: grid; gap: 18px; grid-template-columns: 1fr; align-items: center;
}
.loyalty-badge { display: flex; align-items: center; gap: 16px; }
.loyalty-stamp {
  flex: 0 0 auto; width: 88px; height: 88px; border-radius: 50%; border: 2px dashed var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  color: var(--gold); background: rgba(185,138,59,0.06);
}
.loyalty-stamp .ls-num { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; line-height: 1; }
.loyalty-stamp .ls-off { font-weight: 700; font-size: 1.1rem; }
.loyalty h3 { margin: 0 0 4px; font-size: 1.5rem; }
.loyalty .loyalty-lead { margin: 0; font-weight: 700; color: var(--ink); }
.loyalty ul { list-style: none; display: grid; gap: 8px; }
.loyalty ul li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); }
.loyalty ul li::before { content: "•"; color: var(--gold); font-weight: 700; }

/* ---- Practical info (homepage) ---------------------------------------- */
.info-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.info-card { background: var(--sand-card); border: 1px solid var(--gold-soft); border-radius: var(--radius-md); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.info-card .ic-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.info-card .ic-icon { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; background: rgba(185,138,59,0.13); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.info-card .ic-icon svg { width: 22px; height: 22px; }
.info-card h3 { margin: 0; font-size: 1.4rem; }
.info-card ul { list-style: none; display: grid; gap: 10px; }
.info-card ul li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); }
.info-card ul li::before { content: ""; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-soft); margin-top: 9px; }

.respect-notice {
  margin: 26px auto 0; max-width: 780px; text-align: center; background: var(--sand-card);
  border: 1.5px solid var(--gold-soft); border-radius: var(--radius-md); padding: 24px 26px; color: var(--ink-soft); box-shadow: var(--shadow-sm);
}
.respect-notice .rn-flower { color: var(--gold); margin-bottom: 10px; display: inline-flex; }
.respect-notice .rn-flower svg { width: 30px; height: 30px; }
.respect-notice p { margin: 0; line-height: 1.6; }

/* ---- Contact + map (homepage) ----------------------------------------- */
.contact-bg { background: linear-gradient(180deg, transparent, rgba(220,195,146,0.12)); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.contact-details h3 { font-size: 1.7rem; margin-bottom: 6px; }
.contact-line { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; color: var(--ink); }
.contact-line .cl-icon { flex: 0 0 auto; color: var(--gold); margin-top: 2px; }
.contact-line .cl-icon svg { width: 22px; height: 22px; }
.contact-line a { color: var(--ink); font-weight: 700; text-decoration: none; }
.contact-line a:hover { text-decoration: underline; }
.contact-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.contact-ctas .btn { flex: 1 1 200px; }
.contact-notice { background: rgba(185,138,59,0.10); border: 1.5px solid var(--gold); border-radius: var(--radius-sm); padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; }
.contact-notice svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--gold); margin-top: 2px; }
.contact-notice p { margin: 0; font-weight: 600; color: var(--ink); }

.map-wrap { border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--gold-soft); box-shadow: var(--shadow-sm); background: var(--sand-card); min-height: 320px; position: relative; margin-top: 22px; }
.map-placeholder {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 12px; padding: 24px; cursor: pointer; width: 100%; border: 0;
  background: radial-gradient(400px 260px at 50% 40%, rgba(220,195,146,0.30), transparent 70%), var(--sand-card);
  font-family: var(--sans); color: var(--ink);
}
.map-placeholder .mp-pin { width: 54px; height: 54px; border-radius: 50%; background: rgba(185,138,59,0.16); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.map-placeholder .mp-pin svg { width: 28px; height: 28px; }
.map-placeholder .mp-addr { font-weight: 700; }
.map-placeholder .mp-hint { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--white); padding: 10px 20px; border-radius: var(--radius-pill); font-weight: 700; font-size: 0.95rem; box-shadow: var(--shadow-sm); }
.map-wrap iframe { display: block; width: 100%; height: 340px; border: 0; }
.mapy-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; padding: 10px 0; min-height: 44px; color: var(--ink-soft); font-weight: 700; text-decoration: none; }
.mapy-link:hover { text-decoration: underline; }
.mapy-link svg { width: 18px; height: 18px; color: var(--gold); }

/* ---- Booking band (bottom of every subpage) --------------------------- */
.booking-band { background: var(--sand-card); border-top: 1px solid var(--gold-soft); border-bottom: 1px solid var(--gold-soft); }
.booking-band .container { padding-top: 44px; padding-bottom: 44px; text-align: center; }
.booking-band h2 { font-size: clamp(1.6rem, 4vw, 2.1rem); margin: 0 0 10px; }
.booking-band p { max-width: var(--measure); margin: 0 auto 22px; color: var(--ink-soft); }
.booking-band .bb-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.booking-band .bb-ctas .btn { flex: 0 1 260px; }

/* ---- Lymfatická kúra — prose page ------------------------------------- */
.prose { max-width: 760px; margin: 0 auto; }
.prose > p { max-width: var(--measure); }
.lymfa-section { padding: 40px 0; }
.lymfa-section h2 { font-size: clamp(1.6rem, 4.5vw, 2.2rem); text-align: center; }
.lymfa-section .ornament { margin-bottom: 26px; }
.lymfa-photo { max-width: 620px; margin: 0 auto 8px; }
.lifestyle-list { list-style: none; display: grid; gap: 14px; max-width: 720px; margin: 0 auto; }
.lifestyle-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); background: var(--sand-card); border: 1px solid var(--gold-soft); border-radius: var(--radius-sm); padding: 14px 18px; }
.lifestyle-list li svg { flex: 0 0 auto; width: 24px; height: 24px; color: var(--gold); margin-top: 3px; }
.lifestyle-list li strong { color: var(--ink); }
.trust-panel {
  max-width: 720px; margin: 24px auto 0; background: rgba(185, 138, 59, 0.08); border: 1.5px solid var(--gold-soft);
  border-radius: var(--radius-sm); padding: 16px 20px; display: flex; gap: 12px; align-items: flex-start;
}
.trust-panel svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--gold); margin-top: 2px; }
.trust-panel p { margin: 0; color: var(--ink); font-weight: 600; }
.lymfa-cta { text-align: center; }

/* ---- Ceník (homepage) — menu rows, not a table ------------------------ */
.cenik { display: grid; grid-template-columns: 1fr; gap: 26px; max-width: 900px; margin: 0 auto; }
.price-block { background: var(--sand-card); border: 1px solid var(--gold-soft); border-radius: var(--radius-md); padding: 24px 26px; box-shadow: var(--shadow-sm); }
.price-block-title { font-size: 1.4rem; margin: 0 0 8px; }
.price-list { list-style: none; }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(220, 195, 146, 0.55); }
.price-row:last-child { border-bottom: 0; }
.price-label { color: var(--ink); font-weight: 600; }
.price-right { display: flex; align-items: baseline; gap: 14px; white-space: nowrap; }
.price-meta { color: var(--ink-soft); font-size: 0.95rem; }
.price-val { color: var(--ink); font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.cenik-note { max-width: 900px; margin: 24px auto 0; text-align: center; color: var(--ink-soft); font-size: 0.98rem; }
@media (min-width: 780px) { .cenik { grid-template-columns: 1fr 1fr; align-items: start; } }

/* ---- Havajská masáž Lomi Lomi — spotlight (masaze page) ---------------- */
.lomi-spotlight {
  background: var(--sand-card); border: 1px solid var(--gold-soft); border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm); padding: 34px 26px; max-width: 960px; margin: 0 auto 42px;
}
.lomi-head { text-align: center; }
.lomi-title { font-size: clamp(1.9rem, 5.4vw, 2.8rem); margin: 4px 0 8px; }
.lomi-tagline {
  font-family: var(--sans); font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase;
  font-size: 0.82rem; color: var(--gold); margin: 0 0 14px;
}
.lomi-short { color: var(--ink-soft); max-width: var(--measure); margin: 0 auto; font-size: 1.08rem; }
.lomi-photo { max-width: 460px; margin: 26px auto; }
.lomi-body { max-width: var(--measure); margin: 0 auto; }
.lomi-body > p { color: var(--ink); }
.lomi-quote {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 3.6vw, 1.6rem); color: var(--ink);
  text-align: center; max-width: 640px; margin: 30px auto 0; border: 0; padding: 0;
}
.lomi-orn { display: block; color: var(--gold); margin-bottom: 8px; }
.lomi-orn svg { width: 88px; height: 16px; }
.lomi-cta { text-align: center; margin-top: 26px; }

/* ---- Prostředí studia — gallery (homepage) ---------------------------- */
.studio-lead { text-align: center; color: var(--ink-soft); max-width: var(--measure); margin: 0 auto 30px; }
.studio-gallery { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 980px; margin: 0 auto; }
.studio-gallery .photo-slot { border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
@media (min-width: 760px) { .studio-gallery { grid-template-columns: 1fr 1fr 1fr; } }

/* ---- Footer ----------------------------------------------------------- */
.site-footer { border-top: 1px solid var(--gold-soft); background: rgba(252, 247, 236, 0.6); padding: 30px 0; text-align: center; color: var(--ink-soft); font-size: 0.95rem; }
.site-footer .foot-brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 1.15rem; color: var(--ink); margin-bottom: 8px; }
.site-footer .foot-brand .monogram { width: 32px; height: 32px; }
.site-footer a { color: var(--ink); font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold-soft); }
.site-footer a:hover { text-decoration-color: var(--gold); }

/* ---- Floating WhatsApp button ----------------------------------------- */
.fab {
  position: fixed; right: 18px; bottom: 18px; width: 60px; height: 60px; border-radius: 50%;
  background: var(--whatsapp); color: var(--white); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.42); z-index: 90;
  transform: translateY(24px) scale(0.7); opacity: 0; visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.fab.show { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.fab:hover { filter: brightness(1.05); transform: translateY(-2px) scale(1.03); }
.fab svg { width: 32px; height: 32px; }

/* ---- Responsive ------------------------------------------------------- */
@media (min-width: 600px) {
  .wa-pill .wa-pill-label { display: inline; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-grid .info-card:last-of-type { grid-column: 1 / -1; }
  .ingredient-cards { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 760px) {
  .service-grid { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr 1fr; }
  .loyalty { grid-template-columns: auto 1fr; }
}
@media (min-width: 1000px) {
  :root { --header-h: 74px; }
  .brand-name { font-size: 1.18rem; }
  .nav { display: flex; }
  .hamburger { display: none; }
  .mobile-nav { display: none; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
  .hero-inner { text-align: left; margin: 0; }
  .hero-quote { margin-left: 0; margin-right: 0; }
  .hero-ctas { justify-content: flex-start; }
  .booking-notice { margin-left: 0; }
  .voucher-wrap { grid-template-columns: 1.05fr 0.95fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 84px 0; }
  .hero { padding: 72px 0 80px; }
}
@media (min-width: 1080px) { .service-grid { grid-template-columns: 1fr 1fr 1fr; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; scroll-behavior: auto !important;
  }
}
