/* ==========================================================================
   Masáže Element — element.css
   Redizajn 2026 · Fraunces + Instrument Sans · forest / cream / honey
   Svetlý a tmavý režim cez CSS tokeny (html[data-theme="dark"])
   ========================================================================== */

:root {
  --forest: #14261a;
  --forest-2: #1c3524;
  --moss: #2f5233;
  --leaf: #669410;
  --leaf-2: #86bd1f;
  --honey: #e6b544;
  --honey-2: #f3d27a;
  --cream: #f3eee2;
  --paper: #faf7f0;
  --sand: #e6dec9;
  --ink: #161d17;
  --ink-2: #47524a;
  --ink-3: #7c867e;
  --line: rgba(22, 29, 23, .12);
  --line-light: rgba(243, 238, 226, .14);
  --heading: var(--forest);
  --btn-bg: var(--forest);
  --btn-bg-hover: var(--forest-2);
  --btn-fg: var(--cream);
  --pill-bg: var(--paper);
  --pill-fg: var(--forest);
  --glass: rgba(250, 247, 240, .86);
  --glass-2: rgba(250, 247, 240, .88);
  --ring: conic-gradient(from 90deg, #e8342a, #f58220, #f9d423, #7bc043, #1aa9a0, #2e86de, #7b3fa0, #d6249f, #e8342a);
  --font-display: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-body: 'Instrument Sans', 'Segoe UI', Tahoma, sans-serif;
  --radius: 24px;
  --radius-s: 14px;
  --gutter: clamp(1.125rem, 4vw, 3rem);
  --max: 1240px;
  --header-h: 68px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --ease-io: cubic-bezier(.77, 0, .18, 1);
  --shadow-l: 0 30px 60px -30px rgba(20, 38, 26, .45);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --phone-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  color-scheme: light;
}
@media (min-width: 1024px) {
  :root { --header-h: 82px; }
}

/* Tmavý režim */
:root[data-theme="dark"] {
  --forest: #17291d;
  --forest-2: #1f3626;
  --cream: #142219;
  --paper: #0c1710;
  --sand: #22342a;
  --ink: #f3eee2;
  --ink-2: rgba(243, 238, 226, .74);
  --ink-3: rgba(243, 238, 226, .55);
  --line: rgba(243, 238, 226, .13);
  --heading: var(--honey-2);
  --btn-bg: var(--honey);
  --btn-bg-hover: var(--honey-2);
  --btn-fg: #14261a;
  --pill-bg: var(--honey);
  --pill-fg: #14261a;
  --glass: rgba(12, 23, 16, .82);
  --glass-2: rgba(12, 23, 16, .86);
  --shadow-l: 0 30px 60px -30px rgba(0, 0, 0, .75);
  color-scheme: dark;
}
html.theme-transition, html.theme-transition *, html.theme-transition *::before, html.theme-transition *::after {
  transition: background-color .45s ease, color .45s ease, border-color .45s ease, fill .45s ease !important;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1.25rem);
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1.1em; text-wrap: pretty; }
strong { font-weight: 600; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.015em;
  margin: 0 0 .55em;
  text-wrap: balance;
  font-variation-settings: "SOFT" 30;
}
h1 em, h2 em, h3 em { font-style: italic; font-variation-settings: "SOFT" 60; }
h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
:focus-visible { outline: 2px solid var(--leaf); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--honey-2); color: #14261a; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
  border: 0; white-space: nowrap;
}

/* ---------- Layout ---------- */
.container { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
.container-narrow { width: min(100% - 2 * var(--gutter), 860px); margin-inline: auto; }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); position: relative; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--forest); color: #f3eee2; }
.section-map { padding-bottom: clamp(3.5rem, 8vw, 7rem); }
.pt-0 { padding-top: 0 !important; }
.grain { position: relative; isolation: isolate; }
.grain::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: var(--grain); opacity: .08; pointer-events: none; mix-blend-mode: overlay;
}
.grain > * { position: relative; z-index: 1; }
.prose { max-width: 66ch; }
.prose p:last-child { margin-bottom: 0; }
.prose a:not(.btn), .partner-body a:not(.btn) { text-decoration-color: rgba(102, 148, 16, .5); text-underline-offset: .18em; transition: text-decoration-color .2s; }
.prose a:not(.btn):hover, .partner-body a:not(.btn):hover { text-decoration-color: var(--leaf); }
.section-dark .prose a:not(.btn) { text-decoration-color: rgba(243, 210, 122, .5); }
.section-dark .prose a:not(.btn):hover { text-decoration-color: var(--honey-2); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .65rem;
  margin: 0 0 1rem;
  font-size: .76rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-2);
}
.section-dark .eyebrow { color: rgba(243, 238, 226, .75); }
.eyebrow::before {
  content: ""; width: .85rem; height: .85rem; border-radius: 50%; flex: none;
  background: var(--ring);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3.5px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3.5px), #000 calc(100% - 3px));
}
.section-title {
  font-size: clamp(2.2rem, 5.2vw, 3.8rem);
  line-height: .98; letter-spacing: -.028em; margin: 0 0 .5em;
}
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1.25rem 2rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-head .section-title { margin-bottom: 0; }

/* ---------- Ring badge (echo of the logo) ---------- */
.ring-badge {
  display: inline-grid; place-items: center; position: relative;
  width: 3rem; height: 3rem; border-radius: 50%; flex: none;
  font-family: var(--font-display); font-size: 1rem; font-weight: 500; letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}
.ring-badge::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--ring);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2.5px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2.5px), #000 calc(100% - 2px));
  animation: spin 14s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
  padding: .95rem 1.55rem; border-radius: 999px;
  font-family: var(--font-body); font-size: .95rem; font-weight: 600; line-height: 1;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  border: 1.5px solid transparent; position: relative;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), background-color .3s, color .3s, border-color .3s;
}
.btn svg { width: 1.05em; height: 1.05em; flex: none; transition: transform .45s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(4px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-primary { background: var(--btn-bg); color: var(--btn-fg); }
.btn-primary:hover { box-shadow: 0 18px 34px -16px rgba(20, 38, 26, .6); background: var(--btn-bg-hover); }
.btn-honey { background: var(--honey); color: #14261a; }
.btn-honey:hover { background: var(--honey-2); box-shadow: 0 18px 34px -16px rgba(230, 181, 68, .7); }
.btn-ghost { background: transparent; border-color: currentColor; color: inherit; }
.btn-ghost:hover { background: color-mix(in srgb, currentColor 9%, transparent); }
.btn-light { background: #faf7f0; color: #14261a; }
.btn-light:hover { background: #fff; box-shadow: 0 18px 34px -16px rgba(0, 0, 0, .45); }
.btn-lg { padding: 1.15rem 1.9rem; font-size: 1.02rem; }

/* ---------- Header ---------- */
.site-header {
  --hdr-bg: var(--glass);
  --hdr-fg: var(--ink);
  --hdr-line: var(--line);
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  color: var(--hdr-fg);
  background: var(--hdr-bg);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid transparent;
  transition: background-color .45s, color .45s, border-color .45s, box-shadow .45s;
}
.site-header.is-scrolled { border-bottom-color: var(--hdr-line); box-shadow: 0 14px 34px -26px rgba(20, 38, 26, .4); }
.home .site-header {
  position: fixed; left: 0; right: 0;
  --hdr-bg: transparent; --hdr-fg: #f3eee2; --hdr-line: transparent;
  -webkit-backdrop-filter: none; backdrop-filter: none;
}
.home .site-header.is-scrolled {
  --hdr-bg: var(--glass); --hdr-fg: var(--ink); --hdr-line: var(--line);
  -webkit-backdrop-filter: blur(18px) saturate(1.4); backdrop-filter: blur(18px) saturate(1.4);
}
.menu-open .site-header {
  --hdr-bg: transparent; --hdr-fg: #f3eee2; --hdr-line: transparent;
  box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none;
}
.header-inner { display: flex; align-items: center; gap: 1.25rem; height: 100%; }

.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; color: inherit; margin-right: auto; position: relative; z-index: 110; }
.brand-logo { width: 52px; height: auto; aspect-ratio: 420 / 382; object-fit: contain; flex: none; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .18)); transition: transform .6s var(--ease); }
.brand:hover .brand-logo { transform: scale(1.06); }
.brand-name { display: block; font-family: var(--font-display); font-size: 1.32rem; line-height: 1; font-weight: 500; letter-spacing: -.012em; }
.brand-tagline { display: block; white-space: nowrap; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; opacity: .72; margin-top: .32rem; }
.brand-tagline strong { font-weight: 700; }

.header-actions { display: flex; align-items: center; gap: .6rem; position: relative; z-index: 110; }
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  height: 44px; padding: 0 1rem; border-radius: 999px;
  border: 1.5px solid rgba(127, 127, 127, .35); background: transparent;
  text-decoration: none; font: inherit; font-weight: 600; font-size: .92rem; color: inherit; cursor: pointer;
  transition: background-color .3s, border-color .3s, transform .4s var(--ease);
}
.theme-toggle:hover { border-color: currentColor; transform: translateY(-1px); }
.theme-toggle { width: 44px; padding: 0; position: relative; overflow: hidden; }
.theme-toggle svg { position: absolute; width: 20px; height: 20px; transition: transform .6s var(--ease-io), opacity .3s; }
.theme-toggle .icon-sun { opacity: 0; transform: rotate(90deg) scale(.4); }
:root[data-theme="dark"] .theme-toggle .icon-moon { opacity: 0; transform: rotate(-90deg) scale(.4); }
:root[data-theme="dark"] .theme-toggle .icon-sun { opacity: 1; transform: none; }
/* Objednať sa – jedno tlačidlo s dropdownom (telefón / online rezervácia / kontakt) */
.booking { position: relative; flex: none; }
.booking-trigger {
  display: inline-flex; align-items: center; gap: .5rem;
  height: 44px; padding: 0 1.05rem 0 1.15rem; font-size: .9rem; white-space: nowrap;
}
.booking-trigger-icon { display: none; }
.booking-trigger-icon svg { width: 18px; height: 18px; display: block; }
.booking-caret { width: 16px; height: 16px; flex: none; transition: transform .35s var(--ease); }
.booking.is-open .booking-caret { transform: rotate(180deg); }
.home .site-header:not(.is-scrolled) .booking-trigger { background: var(--honey); color: #14261a; }
.home .site-header:not(.is-scrolled) .booking-trigger:hover { background: var(--honey-2); }

.booking-menu {
  position: absolute; top: calc(100% + .55rem); right: 0; z-index: 120;
  width: max-content; min-width: 17.5rem; max-width: min(21rem, calc(100vw - 2 * var(--gutter)));
  padding: .5rem; border-radius: 20px;
  background: var(--paper); color: var(--ink);
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, .5), 0 0 0 1px var(--line);
  opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.97); transform-origin: top right;
  transition: opacity .25s, transform .35s var(--ease), visibility 0s .35s;
}
.booking-menu[hidden] { display: block; }
.booking.is-open .booking-menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }

.booking-item {
  display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: .75rem;
  padding: .7rem .8rem; border-radius: 14px; text-decoration: none; color: inherit;
  transition: background-color .2s;
}
.booking-item:hover, .booking-item:focus-visible { background: var(--cream); outline: none; }
.booking-item:focus-visible { box-shadow: inset 0 0 0 2px var(--leaf); }
.booking-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); color: var(--heading); transition: background-color .2s, color .2s; }
.booking-item:hover .booking-icon { background: var(--sand); }
.booking-icon svg { width: 19px; height: 19px; }
.booking-text { display: grid; gap: .1rem; min-width: 0; }
.booking-text strong { font-size: .97rem; font-weight: 600; line-height: 1.2; }
.booking-text small { font-size: .78rem; line-height: 1.3; color: var(--ink-3); }
.booking-ext { display: grid; place-items: center; color: var(--ink-3); }
.booking-ext svg { width: 16px; height: 16px; }
.booking-item-accent .booking-icon { background: var(--leaf); color: #fff; }
.booking-item-accent:hover .booking-icon { background: var(--leaf-2); }

.menu-toggle { display: none; }

/* Desktop navigation */
@media (min-width: 1024px) {
  .site-menu { display: none; }
  .main-nav .nav-list { display: flex; align-items: center; gap: .1rem; list-style: none; margin: 0; padding: 0; }
  .nav-item { position: relative; }
  .nav-row { display: flex; align-items: center; }
  .nav-link {
    display: inline-block; padding: .55rem .85rem; border-radius: 999px;
    font-size: .93rem; font-weight: 500; text-decoration: none; color: inherit; white-space: nowrap; position: relative;
  }
  .nav-link::after {
    content: ""; position: absolute; left: .85rem; right: .85rem; bottom: .3rem; height: 1.5px;
    background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease);
  }
  .nav-item:hover .nav-link::after, .nav-item:focus-within .nav-link::after, .current-menu-item > .nav-row .nav-link::after { transform: scaleX(1); transform-origin: left; }
  .sub-toggle { display: none; }
  .sub-wrap {
    position: absolute; top: 100%; left: -.25rem; padding-top: .55rem; z-index: 5;
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity .3s, transform .35s var(--ease), visibility 0s .35s;
  }
  .nav-item:hover .sub-wrap, .nav-item:focus-within .sub-wrap { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
  .sub-list {
    list-style: none; margin: 0; padding: .5rem; min-width: 15.5rem;
    background: var(--paper); color: var(--ink); border-radius: 18px;
    box-shadow: 0 26px 50px -22px rgba(0, 0, 0, .45), 0 0 0 1px var(--line);
  }
  .sub-list a {
    display: flex; align-items: center; gap: .6rem; padding: .62rem .9rem; border-radius: 12px;
    font-size: .92rem; text-decoration: none; color: inherit; transition: background-color .2s, color .2s;
  }
  .sub-list a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--sand); flex: none; transition: background-color .2s, transform .2s; }
  .sub-list a:hover, .sub-list a:focus-visible { background: var(--cream); color: var(--heading); }
  .sub-list a:hover::before { background: var(--leaf); transform: scale(1.3); }
}
@media (min-width: 1024px) and (max-width: 1499.98px) {
  .nav-link { padding-inline: .7rem; font-size: .9rem; }
  .nav-link::after { left: .7rem; right: .7rem; }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .header-inner { gap: 1rem; }
  .site-header .brand-tagline { display: none; }
  /* úzky desktop: z tlačidla ostane ikona kalendára + šípka */
  .booking-trigger { padding-inline: .85rem; gap: .35rem; }
  .booking-trigger-icon { display: block; }
  .booking-trigger-label { display: none; }
}

/* Mobile navigation (below 1024px) */
@media (max-width: 1023.98px) {
  .desktop-nav { display: none; }
  /* mobil: tlačidlo Objednať sa ostáva, len kompaktné (ikona + šípka) */
  .booking-trigger { padding-inline: .8rem; gap: .3rem; }
  .booking-trigger-icon { display: block; }
  .booking-trigger-label { display: none; }
  .booking-menu { right: 0; min-width: 16.5rem; }
  .menu-toggle {
    display: inline-flex; align-items: center; gap: .5rem;
    height: 44px; padding: 0 .3rem 0 .95rem; border-radius: 999px;
    border: 1.5px solid rgba(127, 127, 127, .35); background: transparent; color: inherit;
    font: inherit; font-weight: 600; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
    transition: border-color .3s, background-color .3s;
  }
  .menu-toggle:hover, .menu-toggle.is-open { border-color: currentColor; }
  .burger { width: 34px; height: 34px; position: relative; display: inline-block; }
  .burger span { position: absolute; left: 8px; right: 8px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .45s var(--ease), top .45s var(--ease); }
  .burger span:nth-child(1) { top: 12px; }
  .burger span:nth-child(2) { top: 20px; }
  .menu-toggle.is-open .burger span:nth-child(1) { top: 16px; transform: rotate(45deg); }
  .menu-toggle.is-open .burger span:nth-child(2) { top: 16px; transform: rotate(-45deg); }

  .site-menu {
    position: fixed; inset: 0; z-index: 90;
    background: #14261a; color: #f3eee2;
    padding: calc(var(--header-h) + 1.25rem) var(--gutter) 2.25rem;
    overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
    visibility: hidden;
    clip-path: circle(0 at calc(100% - var(--gutter) - 22px) calc(var(--header-h) / 2));
    transition: clip-path .75s var(--ease-io), visibility 0s .75s;
  }
  /* o 1 px vyšší obsah = panel je vždy scrollovateľný, takže overscroll-behavior zastaví scroll stránky pod ním (iOS) */
  .menu-scroll { display: flex; flex-direction: column; min-height: calc(100% + 1px); }
  .site-menu::before { content: ""; position: fixed; inset: 0; background-image: var(--grain); opacity: .07; pointer-events: none; mix-blend-mode: overlay; }
  /* nepriehľadný pás vo výške hlavičky – inak sa odscrollovaná navigácia prelína s logom v hlavičke */
  .site-menu::after {
    content: ""; position: fixed; top: 0; left: 0; right: 0; height: var(--header-h);
    background: #14261a; pointer-events: none; z-index: 2;
  }
  .site-menu.is-open {
    visibility: visible;
    clip-path: circle(150% at calc(100% - var(--gutter) - 22px) calc(var(--header-h) / 2));
    transition: clip-path .75s var(--ease-io), visibility 0s;
  }
  .main-nav { position: relative; }
  .main-nav .nav-list { list-style: none; margin: 0; padding: 0; }
  .nav-item {
    border-bottom: 1px solid var(--line-light);
    opacity: 0; transform: translateY(18px);
    transition: opacity .5s var(--ease), transform .65s var(--ease);
  }
  .is-open .nav-item { opacity: 1; transform: none; }
  .is-open .nav-item:nth-child(1) { transition-delay: .22s; }
  .is-open .nav-item:nth-child(2) { transition-delay: .28s; }
  .is-open .nav-item:nth-child(3) { transition-delay: .34s; }
  .is-open .nav-item:nth-child(4) { transition-delay: .40s; }
  .is-open .nav-item:nth-child(5) { transition-delay: .46s; }
  .is-open .nav-item:nth-child(6) { transition-delay: .52s; }
  .nav-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  .nav-link {
    flex: 1; display: block; padding: .85rem 0; text-decoration: none; color: inherit;
    font-family: var(--font-display); font-size: clamp(1.85rem, 7.4vw, 2.6rem); font-weight: 400; line-height: 1.1; letter-spacing: -.015em;
  }
  .current-menu-item > .nav-row .nav-link { color: var(--honey-2); font-style: italic; }
  .sub-toggle {
    display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; flex: none;
    border: 1px solid rgba(243, 238, 226, .28); background: transparent; color: inherit; cursor: pointer; transition: background-color .25s;
  }
  .sub-toggle:hover { background: rgba(255, 255, 255, .08); }
  .sub-toggle svg { width: 18px; height: 18px; transition: transform .45s var(--ease); }
  .nav-item.is-expanded .sub-toggle svg { transform: rotate(45deg); }
  .sub-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--ease); }
  .nav-item.is-expanded .sub-wrap { grid-template-rows: 1fr; }
  .sub-list { overflow: hidden; min-height: 0; list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
  .sub-list li:last-child { margin-bottom: 1.15rem; }
  .sub-list a {
    display: inline-block; padding: .5rem .95rem; border-radius: 999px; border: 1px solid rgba(243, 238, 226, .28);
    font-size: .9rem; text-decoration: none; color: inherit; transition: background-color .2s, border-color .2s;
  }
  .sub-list a:hover { background: rgba(255, 255, 255, .1); border-color: rgba(243, 238, 226, .6); }
  .menu-extra {
    margin-top: auto; padding-top: 2.25rem;
    opacity: 0; transform: translateY(18px);
    transition: opacity .5s var(--ease) .6s, transform .65s var(--ease) .6s;
  }
  .is-open .menu-extra { opacity: 1; transform: none; }
  /* tlačidlá pod sebou s medzerou – bez nej sa dotýkali */
  .menu-extra .btn { width: 100%; }
  .menu-actions { display: grid; gap: .65rem; }
  .menu-hours { margin: .9rem 0 1.25rem; text-align: center; font-size: .9rem; opacity: .75; }
  .menu-social { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; gap: 1.75rem; font-weight: 600; }
  .menu-social a { color: inherit; text-decoration: none; padding-bottom: .15rem; border-bottom: 1px solid rgba(243, 238, 226, .35); }
}
@media (max-width: 639.98px) {
  .header-inner { gap: .75rem; }
  .header-actions { gap: .5rem; }
  .menu-toggle { width: 44px; padding: 0; justify-content: center; }
  .menu-toggle-text { display: none; }
  .brand { min-width: 0; }
  .brand-name { white-space: nowrap; }
}
@media (max-width: 479.98px) {
  .site-header .brand-tagline { display: none; }
  .site-header .brand-logo { width: 44px; }
  .site-header .brand-name { font-size: 1.2rem; }
}
@media (max-width: 399.98px) {
  .header-inner { gap: .5rem; }
  .header-actions { gap: .4rem; }
  .theme-toggle, .menu-toggle { width: 40px; height: 40px; }
  .booking-trigger { height: 40px; padding-inline: .65rem; }
  .site-header .brand { gap: .45rem; }
  .site-header .brand-logo { width: 38px; }
  .site-header .brand-name { font-size: 1.05rem; }
}
@media (max-width: 339.98px) {
  .site-header .brand-name { display: none; }
}
.site-menu .nav-link:focus-visible, .site-menu .sub-list a:focus-visible, .site-menu .sub-toggle:focus-visible { outline-color: var(--honey-2); outline-offset: 2px; border-radius: 8px; }
/* Zámok scrollu len na <html> – overflow:hidden na <body> by z neho spravil scroll kontajner a rozbil sticky hlavičku */
html.menu-open { overflow: hidden; }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative; isolation: isolate;
  min-height: 100vh;
  display: grid; align-items: end;
  padding: calc(var(--header-h) + 3.5rem) 0 clamp(2.5rem, 6vw, 5rem);
  color: #f3eee2; background: #14261a;
}
@supports (min-height: 100svh) { .hero { min-height: 100svh; } }
.hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 42%; animation: heroZoom 16s var(--ease) both; }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to bottom, rgba(20, 38, 26, .72) 0%, rgba(20, 38, 26, 0) 32%),
    linear-gradient(to top, rgba(20, 38, 26, .97) 0%, rgba(20, 38, 26, .66) 40%, rgba(20, 38, 26, .18) 75%),
    linear-gradient(to right, rgba(20, 38, 26, .55) 0%, rgba(20, 38, 26, 0) 60%);
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--grain); opacity: .06; mix-blend-mode: overlay; pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 2rem; }
.hero-content > * { animation: rise .95s var(--ease) both; animation-delay: var(--d, 0s); }
.hero-logo {
  display: inline-block; width: clamp(148px, 17vw, 218px); margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
  transition: transform .6s var(--ease);
}
.hero-logo img { display: block; width: 100%; height: auto; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .55)) drop-shadow(0 18px 40px rgba(0, 0, 0, .6)); }
.hero-logo:hover { transform: scale(1.04); }
.hero-title { margin: 0 0 1.4rem; line-height: .88; letter-spacing: -.035em; }
.hero-title small {
  display: block; margin-bottom: 1.1rem;
  font-family: var(--font-body); font-size: clamp(.78rem, 1.2vw, .92rem); font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
  color: var(--honey-2);
}
.hero-title strong {
  display: block; font-weight: 500; font-size: clamp(4.4rem, 13.5vw, 10.5rem);
  font-variation-settings: "SOFT" 45; text-shadow: 0 10px 40px rgba(0, 0, 0, .35);
}
.hero-text { font-size: clamp(1.08rem, 1.7vw, 1.36rem); line-height: 1.5; max-width: 34rem; color: rgba(243, 238, 226, .88); margin-bottom: 1.9rem; }
.hero-text strong { color: #fff; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 0; }
.hero-badge {
  position: relative; display: grid; place-items: center; width: clamp(120px, 14vw, 176px); aspect-ratio: 1;
  color: #f3eee2; text-decoration: none; justify-self: end;
  animation: rise 1s var(--ease) both; animation-delay: var(--d, .5s);
}
.hero-badge .badge-ring { width: 100%; height: 100%; animation: spin 26s linear infinite; }
.hero-badge .badge-ring text { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 1.5px; fill: currentColor; }
.hero-badge-core {
  position: absolute; width: 42%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center;
  background: var(--honey); color: #14261a; transition: transform .5s var(--ease), background-color .3s;
}
.hero-badge-core svg { width: 45%; height: 45%; }
.hero-badge:hover .hero-badge-core { transform: scale(1.1); background: var(--honey-2); }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@media (max-width: 767.98px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-badge { position: absolute; right: var(--gutter); top: calc(var(--header-h) + 1rem); width: 104px; }
  .hero-badge .badge-ring text { font-size: 13px; letter-spacing: 1.2px; }
  .hero { padding-top: calc(var(--header-h) + 7rem); }
}

/* ---------- Treatments grid (home) ---------- */
.treat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.treat-card {
  position: relative; display: block; overflow: hidden; border-radius: var(--radius);
  aspect-ratio: 4 / 5; background: #14261a; color: #f3eee2; text-decoration: none; isolation: isolate;
  transition: transform .6s var(--ease), box-shadow .6s var(--ease), opacity .8s var(--ease);
}
.treat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-l); }
.treat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 18% 50%; transition: transform 1.3s var(--ease); }
.treat-card:hover img { transform: scale(1.07); }
.treat-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(20, 38, 26, .92) 0%, rgba(20, 38, 26, .35) 45%, rgba(20, 38, 26, 0) 75%);
}
.treat-card .ring-badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; background: rgba(20, 38, 26, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.treat-name {
  position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; z-index: 2;
  display: flex; align-items: end; justify-content: space-between; gap: 1rem;
  font-family: var(--font-display); font-size: clamp(1.45rem, 2vw, 1.8rem); line-height: 1.08; letter-spacing: -.015em;
}
.arrow-circle {
  display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; flex: none;
  border: 1px solid rgba(243, 238, 226, .5); color: inherit; transition: background-color .3s, color .3s, transform .5s var(--ease), border-color .3s;
}
.arrow-circle svg { width: 18px; height: 18px; }
.treat-card:hover .arrow-circle { background: var(--honey); color: #14261a; border-color: var(--honey); transform: rotate(-45deg); }
@media (max-width: 1023.98px) { .treat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 699.98px) {
  .treat-grid {
    display: flex; gap: .9rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
    margin-inline: calc(-1 * var(--gutter)); padding: .5rem var(--gutter) 1.25rem;
  }
  .treat-grid::-webkit-scrollbar { display: none; }
  .treat-card { flex: 0 0 min(78%, 320px); scroll-snap-align: start; }
}

/* ---------- Contact band (home) ---------- */
.home-contact-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: center; }
.home-contact-inner p { color: rgba(243, 238, 226, .82); }
.home-contact-inner strong { color: #fff; }
.home-contact-cta { justify-self: end; text-align: right; }
.contact-facts { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1.5rem; }
.fact { display: flex; gap: .9rem; align-items: flex-start; }
.fact-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; flex: none; background: rgba(255, 255, 255, .06); border: 1px solid var(--line-light); }
.fact-icon svg { width: 18px; height: 18px; }
.fact p { margin: 0; line-height: 1.5; }
.display-phone {
  display: inline-block; margin: .25rem 0 1.4rem;
  font-family: var(--font-display); font-size: clamp(2.3rem, 5.6vw, 4.4rem); font-weight: 500; line-height: 1; letter-spacing: -.03em;
  text-decoration: none; color: inherit; font-variant-numeric: tabular-nums;
  background-image: var(--ring); background-repeat: no-repeat; background-size: 0% 3px; background-position: left 100%;
  transition: background-size .5s var(--ease);
  padding-bottom: .1em;
}
.display-phone strong { font-weight: 500; }
.display-phone:hover { background-size: 100% 3px; }
@media (max-width: 767.98px) {
  .home-contact-inner { grid-template-columns: 1fr; gap: 2rem; }
  .home-contact-cta { justify-self: start; text-align: left; }
  .contact-facts { grid-template-columns: 1fr; }
}

/* ---------- Page head ---------- */
.page-head { padding: clamp(2.5rem, 7vw, 6rem) 0 clamp(1.75rem, 4vw, 3rem); }
.page-title { font-size: clamp(2.8rem, 8vw, 6.2rem); line-height: .94; letter-spacing: -.035em; margin: 0; }
.page-lead { font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.55; color: var(--ink-2); max-width: 46rem; margin: 1.5rem 0 0; }
.page-lead strong { color: var(--ink); }

/* ---------- Sub navigation (chips) ---------- */
.subnav {
  position: sticky; top: var(--header-h); z-index: 60;
  background: var(--glass-2); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-block: 1px solid var(--line);
}
.subnav-inner { display: flex; gap: .45rem; overflow-x: auto; scrollbar-width: none; padding-block: .7rem; }
.subnav-inner::-webkit-scrollbar { display: none; }
.subnav-inner a {
  flex: none; display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem 1rem; border-radius: 999px; border: 1px solid var(--line);
  font-size: .86rem; font-weight: 500; text-decoration: none; color: var(--ink-2);
  transition: background-color .25s, color .25s, border-color .25s;
}
.subnav-inner a:hover { color: var(--heading); border-color: var(--heading); }
.subnav-inner a.is-active { background: var(--btn-bg); color: var(--btn-fg); border-color: var(--btn-bg); }

/* ---------- Treatments (masáže page) ---------- */
.treatments { padding-top: clamp(1.5rem, 3vw, 2.5rem); }
.treatment {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem);
  align-items: start; padding-block: clamp(3rem, 6vw, 5.5rem); border-top: 1px solid var(--line);
  scroll-margin-top: calc(var(--header-h) + 4.5rem);
}
.treatment:first-of-type { border-top: 0; }
.treatment-media {
  position: sticky; top: calc(var(--header-h) + 4.5rem);
  border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 4.5;
  max-height: calc(100vh - var(--header-h) - 6rem); background: var(--sand);
}
.treatment-media img { width: 100%; height: 100%; object-fit: cover; object-position: 18% 50%; transition: transform 1.4s var(--ease); }
.treatment:hover .treatment-media img { transform: scale(1.04); }
.treatment:nth-of-type(even) .treatment-media { order: 2; }
.treatment-body { padding-top: .5rem; }
.treatment-body .ring-badge { margin-bottom: 1.5rem; width: 3.4rem; height: 3.4rem; font-size: 1.1rem; }
.treatment-body h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); line-height: 1; letter-spacing: -.028em; }
.treatment-body p { color: var(--ink-2); font-size: 1.05rem; }
.treatment-body p strong { color: var(--ink); }
.treatment-cta {
  display: flex; align-items: center; flex-wrap: wrap; gap: .9rem 1.25rem; margin-top: 1.75rem;
  padding: 1rem 1.25rem; border-radius: 18px; background: var(--cream); border: 1px solid var(--line);
}
.treatment-cta-phone { display: flex; align-items: center; gap: 1rem; margin: 0; flex: 1 1 auto; min-width: 0; }
.treatment-cta-phone::before {
  content: ""; width: 42px; height: 42px; border-radius: 50%; flex: none; background: var(--btn-bg);
  -webkit-mask: var(--phone-mask) center / 20px no-repeat; mask: var(--phone-mask) center / 20px no-repeat;
}
.treatment-cta em { font-style: normal; }
.treatment-cta-phone em { display: grid; gap: .1rem; }
.treatment-cta-phone em { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.treatment-cta-phone a { color: var(--heading); text-decoration: none; font-family: var(--font-display); font-size: 1.35rem; letter-spacing: -.01em; white-space: nowrap; }
.treatment-cta-phone a strong { font-weight: 500; }
.treatment-cta-phone a:hover { text-decoration: underline; text-underline-offset: .15em; }
.treatment-cta-btn {
  display: inline-flex; align-items: center; gap: .55rem; flex: none; white-space: nowrap;
  padding: .72rem 1.15rem; font-size: .9rem;
}
.treatment-cta-btn svg { width: 17px; height: 17px; flex: none; }
.treatment-cta-btn svg:last-child { width: 13px; height: 13px; opacity: .7; }
@media (max-width: 599.98px) {
  .treatment-cta-btn { width: 100%; justify-content: center; }
}
@media (max-width: 899.98px) {
  .treatment { grid-template-columns: 1fr; gap: 1.5rem; }
  .treatment-media, .treatment:nth-of-type(even) .treatment-media { position: static; order: 0; aspect-ratio: 16 / 10; max-height: none; }
}

/* ---------- Gift vouchers ---------- */
.voucher-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.voucher-visual { display: grid; place-items: center; padding: 2rem 1rem; position: relative; isolation: isolate; }
.voucher-visual::before {
  content: ""; position: absolute; width: min(70vw, 520px); aspect-ratio: 1; border-radius: 50%; z-index: -1;
  background: radial-gradient(circle, rgba(230, 181, 68, .35), transparent 65%);
}
.voucher-card {
  width: min(100%, 380px); border-radius: 16px; overflow: hidden; background: #fff;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .5), 0 0 0 1px rgba(20, 38, 26, .08);
  transform: rotate(-4deg); transition: transform .8s var(--ease), box-shadow .8s var(--ease);
}
.voucher-card:hover { transform: rotate(0) scale(1.02); box-shadow: 0 60px 100px -30px rgba(0, 0, 0, .55); }
.voucher-text p { font-size: 1.08rem; color: var(--ink-2); }
.voucher-text p strong { color: var(--ink); }
.voucher-text .page-title { margin-bottom: 1.5rem; }
@media (max-width: 899.98px) { .voucher-hero { grid-template-columns: 1fr; } .voucher-visual { padding: 1rem 0; } }

.pay-list { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.pay-item {
  display: flex; flex-direction: column; gap: 1.25rem; justify-content: space-between;
  padding: 1.75rem; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), opacity .8s var(--ease);
}
.pay-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); }
.pay-text { font-size: 1.02rem; color: var(--ink-2); }
.pay-text strong { color: var(--ink); }
.pay-logos { display: flex; gap: .75rem; flex-wrap: wrap; }
.pay-logos img { width: 72px; height: 72px; border-radius: 14px; border: 1px solid var(--line); background: #fff; }
@media (max-width: 699.98px) { .pay-list { grid-template-columns: 1fr; } }

/* ---------- Gallery ---------- */
.gallery { columns: 3; column-gap: 1rem; }
.gallery a { display: block; break-inside: avoid; margin-bottom: 1rem; border-radius: var(--radius-s); overflow: hidden; background: var(--sand); position: relative; }
.gallery a::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20, 38, 26, .5), transparent 55%);
  opacity: 0; transition: opacity .4s;
}
.gallery a:hover::after { opacity: 1; }
.gallery img { width: 100%; transition: transform 1.1s var(--ease); }
.gallery a:hover img { transform: scale(1.05); }
@media (max-width: 899.98px) { .gallery { columns: 2; column-gap: .75rem; } .gallery a { margin-bottom: .75rem; } }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.about-card {
  padding: clamp(1.5rem, 3vw, 2.5rem); border-radius: var(--radius); background: var(--forest); color: #f3eee2;
  border: 1px solid var(--line); position: relative; overflow: hidden; isolation: isolate;
}
.about-card::before { content: ""; position: absolute; inset: 0; background-image: var(--grain); opacity: .08; mix-blend-mode: overlay; z-index: -1; }
.about-card::after {
  content: ""; position: absolute; width: 220px; height: 220px; right: -70px; bottom: -70px; border-radius: 50%; z-index: -1;
  background: var(--ring); opacity: .22;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 26px), #000 calc(100% - 25px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 26px), #000 calc(100% - 25px));
}
.about-card:nth-child(2) { background: var(--cream); color: var(--ink); }
.about-card h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: .6em; }
.about-card h3 strong { font-weight: 500; font-style: italic; font-variation-settings: "SOFT" 70; }
.about-card p { margin: 0; font-size: 1.05rem; line-height: 1.6; opacity: .9; }
@media (max-width: 767.98px) { .about-grid { grid-template-columns: 1fr; } }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.contact-block p { font-size: 1.08rem; color: var(--ink-2); }
.contact-block p strong { color: var(--ink); }
.contact-block .display-phone { margin-top: .5rem; margin-bottom: 0; color: var(--heading); }
.contact-photo { position: relative; }
.contact-photo a { display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-l); }
.contact-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 1.2s var(--ease); }
.contact-photo a:hover img { transform: scale(1.04); }
.corner-logo {
  position: absolute; top: -1.25rem; left: -1.25rem; width: 5rem; height: 5rem; border-radius: 50%; display: grid; place-items: center;
  background: var(--paper); box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .45); pointer-events: none;
}
.corner-logo img { width: 3.4rem; height: auto; }
/* Kontakt – box s objednaním (telefón + online rezervácia) */
.booking-box {
  margin-top: 1.75rem; padding: clamp(1.4rem, 3vw, 1.9rem);
  border-radius: var(--radius); background: var(--cream);
  box-shadow: 0 0 0 1px var(--line);
}
.booking-box-lead { margin: 0 0 1rem; color: var(--ink-2); }
.booking-box-lead strong { color: var(--heading); }

.booking-box-phone {
  display: flex; align-items: center; gap: 1rem;
  padding: .95rem 1.15rem; border-radius: var(--radius-s);
  background: var(--paper); box-shadow: 0 0 0 1px var(--line);
  text-decoration: none; color: inherit;
  transition: transform .4s var(--ease), box-shadow .3s;
}
.booking-box-phone:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px var(--line), var(--shadow-l); }
.booking-box-icon { display: grid; place-items: center; width: 46px; height: 46px; flex: none; border-radius: 50%; background: var(--cream); color: var(--heading); }
.booking-box-icon svg { width: 21px; height: 21px; }
.booking-box-text { display: grid; gap: .1rem; }
.booking-box-text small { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.booking-box-text strong { font-family: var(--font-display); font-size: clamp(1.5rem, 3.4vw, 1.95rem); font-weight: 500; line-height: 1.05; letter-spacing: -.02em; color: var(--heading); }

.booking-box-or { display: flex; align-items: center; gap: .9rem; margin: 1rem 0; color: var(--ink-3); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.booking-box-or::before, .booking-box-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.booking-box-online { display: flex; align-items: center; justify-content: center; gap: .6rem; width: 100%; }
.booking-box-online svg { width: 20px; height: 20px; flex: none; }
.booking-box-online svg:last-child { width: 16px; height: 16px; opacity: .75; }
.booking-box-note { margin: .85rem 0 0; font-size: .85rem; line-height: 1.45; color: var(--ink-3); }
.contact-rows { display: grid; margin-top: 1.5rem; margin-bottom: 1.5rem; }
.contact-row { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; align-items: start; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 1px solid var(--line); }
.contact-row .fact-icon { background: var(--cream); border-color: var(--line); color: var(--heading); }
.contact-row p { margin: 0; }
.contact-row em { color: var(--ink-3); font-size: .95rem; }
@media (max-width: 899.98px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-photo { order: -1; margin-top: 1.25rem; }
  .corner-logo { left: auto; right: 1rem; top: 1rem; }
}

.map-link {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: var(--sand);
  box-shadow: 0 0 0 1px var(--line); text-decoration: none; color: var(--heading);
}
.map-link img { width: 100%; height: clamp(300px, 42vw, 520px); object-fit: cover; object-position: 38% 50%; transition: transform 1.4s var(--ease); }
.map-link:hover img { transform: scale(1.03); }
.map-label {
  position: absolute; left: 1.25rem; bottom: 1.25rem; display: inline-flex; align-items: center; gap: .6rem;
  padding: .75rem 1.15rem; border-radius: 999px; background: var(--pill-bg); color: var(--pill-fg);
  font-weight: 600; font-size: .92rem; box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .5); transition: transform .4s var(--ease);
}
.map-label svg { width: 16px; height: 16px; transition: transform .4s var(--ease); }
.map-link:hover .map-label { transform: translateY(-3px); }
.map-link:hover .map-label svg { transform: translate(2px, -2px); }

.info-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.info-card { padding: clamp(1.5rem, 3vw, 2.5rem); border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 1.5rem); }
.info-card h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.info-card p { color: var(--ink-2); }
.info-card p strong { color: var(--ink); }
.info-card p:last-child { margin: 0; }
@media (max-width: 767.98px) { .info-cards { grid-template-columns: 1fr; } }

/* ---------- Partners ---------- */
.partner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; padding-block: clamp(3rem, 6vw, 5.5rem); border-top: 1px solid var(--line); }
.partner:first-of-type { border-top: 0; padding-top: 0; }
.partner-side { position: sticky; top: calc(var(--header-h) + 1.5rem); display: grid; gap: 1.25rem; }
.partner-logo { display: grid; place-items: center; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.partner-logo img { max-width: 300px; width: 100%; }
.partner-photo { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #fff; }
.partner-photo img { width: 100%; }
.partner-body { max-width: 62ch; }
.partner h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.028em; }
.partner p { color: var(--ink-2); font-size: 1.05rem; }
.partner p strong { color: var(--ink); }
.partner .btn { margin-top: .5rem; }
.model-list { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .5rem; }
.model-list li { display: flex; gap: .9rem; align-items: flex-start; padding: .9rem 1.1rem; border-radius: 16px; background: var(--cream); color: var(--ink-2); }
.model-list li::before {
  content: ""; width: .9rem; height: .9rem; margin-top: .4rem; flex: none; border-radius: 50%; background: var(--ring);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3.5px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3.5px), #000 calc(100% - 3px));
}
.model-list strong { color: var(--ink); }
@media (max-width: 899.98px) {
  .partner { grid-template-columns: 1fr; }
  .partner-side { position: static; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
}

/* ---------- Footer ---------- */
.site-footer { position: relative; overflow: hidden; isolation: isolate; background: var(--forest); color: #f3eee2; border-top: 1px solid var(--line); }
.site-footer::before { content: ""; position: absolute; inset: 0; background-image: var(--grain); opacity: .08; mix-blend-mode: overlay; pointer-events: none; z-index: -1; }
.site-footer::after {
  content: ""; position: absolute; width: 60vw; max-width: 900px; aspect-ratio: 1; right: -20vw; top: -30vw; border-radius: 50%; z-index: -1;
  background: radial-gradient(circle, rgba(102, 148, 16, .28), transparent 60%);
}
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-block: clamp(3.5rem, 7vw, 6rem) clamp(2.5rem, 5vw, 4rem); }
.footer-brand .brand { margin: 0 0 1.5rem; }
.footer-brand .brand-logo { width: 64px; height: auto; }
.footer-brand .brand-name { font-size: 1.5rem; }
.footer-tagline { font-family: var(--font-display); font-size: clamp(1.2rem, 1.8vw, 1.5rem); line-height: 1.25; letter-spacing: -.01em; color: rgba(243, 238, 226, .9); max-width: 24rem; margin: 0 0 1.5rem; }
.footer-tagline strong { font-weight: 500; font-style: italic; color: var(--honey-2); font-variation-settings: "SOFT" 70; }
.footer-social { display: inline-flex; align-items: center; gap: .6rem; padding: .7rem 1.1rem .7rem .8rem; border-radius: 999px; border: 1px solid var(--line-light); text-decoration: none; font-weight: 600; font-size: .9rem; transition: background-color .3s, border-color .3s; }
.footer-social:hover { background: rgba(255, 255, 255, .08); border-color: rgba(243, 238, 226, .5); }
.footer-social svg { width: 20px; height: 20px; }
.footer-col h3 { font-family: var(--font-body); font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(243, 238, 226, .55); margin: 0 0 1.1rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.footer-col a { text-decoration: none; color: rgba(243, 238, 226, .85); transition: color .2s; position: relative; display: inline-block; }
.footer-col a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: var(--honey-2); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.footer-col a:hover { color: #fff; }
.footer-col a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer-col .current-menu-item a { color: var(--honey-2); }
.footer-col a.footer-booking {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem; white-space: nowrap;
  margin-top: .35rem; padding: .72rem 1.15rem; border-radius: 999px;
  background: rgba(243, 238, 226, .07); border: 1px solid var(--line-light);
  color: #f3eee2; font-weight: 600; font-size: .9rem; line-height: 1;
  transition: background-color .3s, border-color .3s, color .3s, transform .4s var(--ease);
}
.footer-col a.footer-booking::after { content: none; }
.footer-col a.footer-booking:hover { background: var(--honey); border-color: var(--honey); color: #14261a; transform: translateY(-2px); }
.footer-booking svg { width: 17px; height: 17px; flex: none; }
.footer-booking svg:last-child { width: 13px; height: 13px; opacity: .65; }
.footer-col a.footer-booking:hover svg:last-child { opacity: .9; }
.footer-col p { margin: 0 0 .9rem; color: rgba(243, 238, 226, .85); line-height: 1.55; }
.footer-col p strong { color: #fff; }
.footer-col p em { color: rgba(243, 238, 226, .6); font-size: .92rem; }
.footer-phone { font-family: var(--font-display); font-size: 1.7rem; letter-spacing: -.02em; color: #fff !important; }
.footer-word {
  display: block; margin: 0; padding: 0 var(--gutter); text-align: center; user-select: none; pointer-events: none;
  font-family: var(--font-display); font-weight: 500; font-size: clamp(4.5rem, 19vw, 17rem); line-height: .78; letter-spacing: -.02em;
  color: transparent; -webkit-text-stroke: 1px rgba(243, 238, 226, .16); transform: translateY(.1em);
}
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; padding-block: 1.25rem; border-top: 1px solid var(--line-light); font-size: .86rem; color: rgba(243, 238, 226, .65); }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
@media (max-width: 899.98px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 559.98px) { .footer-top { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 4.5rem 1rem 3.5rem;
  background: rgba(10, 18, 12, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  opacity: 0; transition: opacity .3s;
}
.lightbox[hidden], .lightbox [hidden] { display: none; }
.lightbox.is-open { opacity: 1; }
.lb-figure { margin: 0; max-width: min(1200px, 100%); display: grid; justify-items: center; gap: .8rem; }
.lb-figure img { max-width: 100%; max-height: calc(100vh - 9rem); width: auto; object-fit: contain; border-radius: 12px; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .9); opacity: 0; transform: scale(.96); transition: opacity .35s, transform .55s var(--ease); }
@supports (height: 100svh) { .lb-figure img { max-height: calc(100svh - 9rem); } }
.lightbox.is-loaded .lb-figure img { opacity: 1; transform: none; }
.lb-figure figcaption { color: rgba(243, 238, 226, .8); font-size: .9rem; text-align: center; }
.lb-btn {
  position: absolute; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .08); color: #f3eee2;
  font-family: var(--font-display); font-size: 1.9rem; line-height: 1; padding: 0 0 .15rem; transition: background-color .2s, transform .3s var(--ease);
}
.lb-btn:hover { background: rgba(255, 255, 255, .2); }
.lb-close { top: 1rem; right: 1rem; }
.lb-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) translateX(-3px); }
.lb-next:hover { transform: translateY(-50%) translateX(3px); }
.lb-counter { position: absolute; bottom: 1.1rem; left: 50%; transform: translateX(-50%); color: rgba(243, 238, 226, .7); font-size: .85rem; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
html.lightbox-open, html.lightbox-open body { overflow: hidden; }

/* ---------- Reveal on scroll ---------- */
html.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
html.js [data-reveal].is-visible { opacity: 1; transform: none; transition-delay: var(--d, 0s); }
html.js .treat-card[data-reveal].is-visible, html.js .pay-item[data-reveal].is-visible, html.js .voucher-card[data-reveal].is-visible { transition-delay: 0s; }

/* ---------- Misc ---------- */
.text-center { text-align: center; }
.treat-card img.pos-right, .treatment-media img.pos-right { object-position: 100% 50%; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  html.js [data-reveal] { opacity: 1; transform: none; }
  .hero-content > *, .hero-badge { animation: none; }
}
