:root{
  --bg: oklch(95% 0.013 80);
  --bg-warm: oklch(93% 0.018 78);
  --card: oklch(91% 0.020 78);
  --ink: oklch(18% 0.008 70);
  --ink-soft: oklch(38% 0.012 75);
  --ink-mute: oklch(56% 0.015 75);
  --line: oklch(86% 0.018 78);
  --rose: oklch(67% 0.075 78);
  --rose-deep: oklch(58% 0.075 72);
  --rose-soft: oklch(90% 0.035 80);
  --gold: oklch(67% 0.075 78);
  --gold-grad: oklch(67% 0.075 78);
  --serif: "DM Serif Display", "Times New Roman", serif;
  --sans: "Inter", system-ui, sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{max-width:100%;overflow-x:hidden}
img,video,iframe,embed,object{max-width:100%;height:auto}
body{
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4{font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -0.015em;}
h1{font-size: clamp(2rem, 4vw, 3.1rem);}
h2{font-size: clamp(1.9rem, 4vw, 3rem);}
h3{font-size: clamp(1.35rem, 2.2vw, 1.7rem);}
em, .italic{font-style: italic; font-family: var(--serif); font-weight: 400;}
a{color: var(--rose-deep); text-decoration: none;}
a:hover:not(.btn){color: var(--ink);}
p{color: var(--ink-soft); text-wrap: pretty;}
.container{max-width: 1200px; margin: 0 auto; padding: 0 24px;}
.eyebrow{
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--rose-deep); font-weight: 500;
  display: inline-flex; align-items: center; gap: .6rem;
}
.eyebrow::before{content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--rose);}
section{ padding: 96px 0; }
@media (max-width: 860px){ section{ padding: 60px 0; } }
.section-head{ max-width: 720px; margin-bottom: 48px;}
.section-head.center{ margin-left: auto; margin-right: auto; text-align: center;}
.section-head h2{ margin-top: 16px; }
.section-head p{ margin-top: 18px; font-size: 1.05rem;}

/* NAV */
nav.top{
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--ink) 92%, transparent);
  backdrop-filter: blur(14px);
}
nav.top .inner{
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px; max-width: 1200px; margin: 0 auto;
}
.brand-logo{ display: block; height: 72px; width: auto; }
.nav-links{display: flex; gap: 26px; align-items: center;}
.nav-links a{font-size: .86rem; color: color-mix(in oklab, var(--bg) 78%, transparent);}
.nav-links a:hover{color: var(--rose);}
@media (max-width: 900px){ .nav-links a:not(.btn){display:none} }
@media (max-width: 600px){ .brand-logo{ height: 50px; } }
@media (max-width: 380px){
  nav.top .inner{ padding: 12px 16px; gap: 10px; }
  .nav-links{ gap: 10px; }
  .nav-links .btn{ padding: 8px 14px; font-size: .68rem; }
}

/* BUTTONS */
.btn{
  display: inline-flex; align-items: center; gap: .6rem;
  padding: 16px 28px; border-radius: 999px;
  font-family: var(--sans); font-size: .78rem; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  cursor: pointer; border: none; transition: all .2s ease;
  white-space: nowrap;
}
.btn-primary{
  background: var(--rose); color: #fff;
  border: 1px solid color-mix(in oklab, var(--rose-deep) 40%, transparent);
  box-shadow: 0 6px 20px -10px color-mix(in oklab, var(--rose-deep) 50%, transparent);
}
.btn-primary:hover{ background: var(--rose-deep); transform: translateY(-1px); }
.btn-ghost{ background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover{ border-color: var(--ink); }
.btn-ghost.on-dark{ color: var(--bg); border-color: color-mix(in oklab, var(--bg) 30%, transparent);}
.btn-ghost.on-dark:hover{ border-color: var(--bg); }
.btn .arrow{ transition: transform .2s ease; }
.btn:hover .arrow{ transform: translateX(3px); }

/* HERO */
.hero{ padding: 64px 0 88px; position: relative; overflow: hidden;}
.hero .grid{ display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;}
@media (max-width: 860px){ .hero .grid{ grid-template-columns: 1fr; gap: 36px;} .hero{padding: 36px 0 48px} }
.hero h1 .accent{ font-style: italic; color: var(--rose-deep); font-weight: 400;}
.hero-lede{ margin-top: 22px; font-size: 1.08rem; max-width: 52ch; }
.hero-pills{ display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 32px;}
.pill{
  background: var(--bg-warm); border: 1px solid var(--line);
  padding: 8px 16px; border-radius: 999px; font-size: .83rem; color: var(--ink-soft);
  display: inline-flex; align-items: center; gap: 8px;
}
.pill-dot{ width: 5px; height: 5px; border-radius: 50%; background: var(--rose);}
.hero-cta{ display: flex; gap: 14px; flex-wrap: wrap; align-items: center;}
.hero-price-note{ margin-top: 14px; font-size: .82rem; color: var(--ink-mute); max-width: 44ch;}
.hero-visual{ position: relative;}
.hero-image{
  aspect-ratio: 1/1; border-radius: 14px; overflow: hidden;
  background: var(--card); box-shadow: 0 40px 80px -30px oklch(30% 0.05 40 / .3);
  position: relative;
}
.hero-img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.floating-card{
  position: absolute; background: var(--bg); border-radius: 12px; padding: 16px 20px;
  box-shadow: 0 20px 50px -15px oklch(30% 0.05 40 / .25); border: 1px solid var(--line);
}
.float-price{ top: 8%; right: -30px; text-align: left; }
.float-price .label{ font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute);}
.float-price .value{ font-family: var(--serif); font-size: 1.6rem; color: var(--ink); line-height: 1.1; margin-top: 2px;}
.float-price .sub{ font-size: .74rem; color: var(--ink-mute); margin-top: 4px;}
.float-time{ bottom: 8%; left: -20px; display: flex; gap: 12px; align-items: center;}
.float-time .label{ font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute);}
.float-time .value{ font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--rose-deep); line-height: 1.15; margin-top: 2px;}
.float-time .num{ font-family: var(--serif); font-size: 2rem; color: var(--rose-deep); line-height: 1;}
.float-time .lbl{ font-size: .76rem; color: var(--ink-soft); max-width: 12ch; line-height: 1.25;}
@media (max-width: 860px){ .float-price{right: 10px} .float-time{left: 10px} }

.quick-cta{ padding: 0 0 72px; background: var(--ink); border-bottom: 1px solid color-mix(in oklab, var(--bg) 12%, transparent); padding-top: 72px; margin-top: -1px;}
@media (max-width: 860px){ .quick-cta{ padding: 48px 0; } }
.quick-cta .section-head h2, .quick-cta .section-head p{ color: var(--bg);}
.quick-cta .eyebrow{ color: var(--rose);}
.quick-cta .eyebrow::before{ background: var(--rose);}
.quick-cta .form-card{
  background: color-mix(in oklab, var(--bg) 6%, transparent); color: var(--bg);
  border: 1px solid color-mix(in oklab, var(--bg) 14%, transparent);
}
.quick-cta .field label{ color: color-mix(in oklab, var(--bg) 65%, transparent);}
.quick-cta .field input{ color: var(--bg); border-bottom-color: color-mix(in oklab, var(--bg) 20%, transparent);}
.quick-cta .field input:focus{ border-color: var(--rose);}
.quick-cta .field input::placeholder{ color: color-mix(in oklab, var(--bg) 35%, transparent);}
.quick-cta .consent{ color: color-mix(in oklab, var(--bg) 70%, transparent);}
.quick-cta .consent a{ color: var(--rose);}

/* PLACEHOLDER NOTE for unfilled data */
.to-fill{ background: color-mix(in oklab, var(--rose) 12%, transparent); padding: 1px 6px; border-radius: 4px; border: 1px dashed color-mix(in oklab, var(--rose-deep) 45%, transparent); font-style: normal;}

/* PROBLEM / two-col cards */
.problem{ background: var(--bg-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);}
.problem-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px;}
@media (max-width: 860px){ .problem-grid{ grid-template-columns: 1fr;} }
.prob-card{ background: var(--bg); border: 1px solid var(--line); border-radius: 18px; padding: 36px;}
.prob-card .tag{
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500;
  margin-bottom: 16px;
}
.prob-card.risk .tag{ background: color-mix(in oklab, var(--ink) 8%, transparent); color: var(--ink-soft);}
.prob-card.safe .tag{ background: var(--rose-soft); color: var(--rose-deep);}
.prob-card h3{ font-size: 1.4rem; margin-bottom: 12px;}
.prob-card ul{ list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 10px;}
.prob-card li{ display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--ink-soft);}
.prob-card li .dot{ flex: none; width: 6px; height: 6px; border-radius: 50%; margin-top: 8px; background: var(--ink-mute);}
.prob-card.safe li .dot{ background: var(--rose);}
.prob-card li .x-mark{
  flex: none; width: 18px; height: 18px; border-radius: 50%; margin-top: 1px;
  background: color-mix(in oklab, var(--ink) 10%, transparent); color: var(--ink-mute);
  display: grid; place-items: center; font-size: .68rem; font-weight: 700;
}
.prob-card li .check-mark{
  flex: none; width: 18px; height: 18px; border-radius: 50%; margin-top: 1px;
  background: var(--rose); color: #fff;
  display: grid; place-items: center; font-size: .68rem; font-weight: 700;
}
.prob-img{ margin-top: 20px; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; position: relative;}
.prob-img img{ width: 100%; height: 100%; object-fit: cover; display: block;}
.prob-img-badge{
  position: absolute; top: 10px; right: 10px;
  background: color-mix(in oklab, var(--ink) 78%, transparent); color: var(--bg);
  font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px; backdrop-filter: blur(6px);
}

/* METHOD STEPS */
.steps-label{ font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); font-weight: 500; margin-top: 40px;}
.steps-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 18px; position: relative;}
@media (max-width: 860px){ .steps-grid{ grid-template-columns: 1fr; gap: 0;} }
.step-card{ background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 32px 28px 28px; position: relative; margin: 0 12px;}
.step-card::after{
  content: ""; position: absolute; top: 50%; left: 100%; width: 24px; height: 1px;
  border-top: 2px dashed var(--rose); transform: translateY(-50%); z-index: 2;
}
.steps-grid .step-card:last-child::after{ display: none; }
@media (max-width: 860px){
  .step-card{ margin: 0 0 32px 0; }
  .step-card::after{ top: 100%; left: 50%; width: 1px; height: 24px; border-top: none; border-left: 2px dashed var(--rose); transform: translateX(-50%);}
}
.step-card .num{
  font-family: var(--serif); font-style: italic; color: #fff; font-size: 1.1rem;
  width: 38px; height: 38px; border-radius: 50%; background: var(--rose);
  display: flex; align-items: center; justify-content: center; letter-spacing: 0;
}
.step-card h3{ font-size: 1.3rem; margin: 16px 0 10px;}
.step-card p{ font-size: .94rem;}

/* EVIDENCE */
.evidence{ background: var(--bg-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);}
.evid-layout{ display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; align-items: stretch;}
@media (max-width: 900px){ .evid-layout{ grid-template-columns: 1fr; gap: 24px;} }
.evid-stats{ display: flex; flex-direction: column; gap: 16px;}
.evid-tile{
  background: var(--bg); border: 1px solid var(--line); border-radius: 16px;
  padding: 24px 28px; display: flex; align-items: center; gap: 20px; flex: 1;
}
.evid-tile .num{ font-family: var(--serif); font-size: 2.4rem; color: var(--rose-deep); line-height: 1; flex: none; min-width: 92px;}
.evid-tile .desc{ font-size: .95rem; color: var(--ink); font-weight: 500;}
.doc-preview{
  position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--line);
  background: var(--bg); cursor: zoom-in; box-shadow: 0 20px 50px -25px oklch(30% 0.05 40 / .3);
}
@media (min-width: 901px){ .doc-preview{ height: 100%; min-height: 320px;} }
@media (max-width: 900px){ .doc-preview{ aspect-ratio: 4/3;} }
.doc-video{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;}
.doc-preview .doc-cap{
  position: absolute; left: 0; right: 0; bottom: 0;
  background: color-mix(in oklab, var(--ink) 82%, transparent); color: var(--bg);
  padding: 14px 18px; font-size: .8rem; text-align: center; letter-spacing: .04em;
}
.cite-wrap{ margin-top: 32px; display: flex; flex-direction: column; gap: 10px;}
.cite{ font-size: .78rem; color: var(--ink-mute); line-height: 1.5; font-style: italic;}
.doc-modal{
  position: fixed; inset: 0; z-index: 210; display: none; align-items: center; justify-content: center;
  background: color-mix(in oklab, oklch(8% 0.01 40) 92%, transparent); backdrop-filter: blur(6px);
  padding: 32px; opacity: 0; transition: opacity .2s ease;
}
.doc-modal.open{ display: flex; opacity: 1;}
.doc-modal-card{
  max-width: 560px; background: var(--bg); border-radius: 16px; padding: 40px;
  box-shadow: 0 30px 80px -20px oklch(0% 0 0 / .6); position: relative;
}
.doc-modal-card.pdf{ max-width: 900px; width: 92vw; padding: 20px; height: 88vh; display: flex; flex-direction: column;}
.doc-modal-card .cite{ font-style: normal; font-size: .88rem; color: var(--ink-soft); margin-top: 8px;}
.doc-modal-close{
  position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--line); background: transparent; display: grid; place-items: center;
  cursor: pointer; font-size: 18px; color: var(--ink); z-index: 5;
}
.pdf-zoom-bar{ display: flex; gap: 8px; justify-content: center; padding: 6px 0 14px;}
.pdf-zoom-bar button{
  width: 36px; height: 32px; border-radius: 8px; border: 1px solid var(--line); background: var(--bg-warm);
  color: var(--ink); cursor: pointer; font-size: .85rem; font-weight: 500;
}
.pdf-zoom-bar button:hover{ border-color: var(--rose);}
#pdf-zoom-reset{ width: auto; padding: 0 10px;}
.pdf-frame-outer{ flex: 1; overflow: auto; border-radius: 10px; border: 1px solid var(--line); background: var(--card);}
.pdf-frame-wrap{ transform: scale(var(--z, 1)); transform-origin: top center; transition: transform .15s ease; width: 100%; height: 100%;}
.pdf-frame{ width: 100%; height: 100%; min-height: 70vh; border: 0; display: block; pointer-events: auto;}
.pdf-fallback{ text-align: center; font-size: .85rem; color: var(--ink-mute); padding-top: 10px;}

/* COLLAB / VIDEO */
.collab{ background: var(--ink); color: var(--bg); position: relative; overflow: hidden;}
.collab .container{ display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: center;}
@media (max-width: 900px){ .collab .container{ grid-template-columns: 1fr; gap: 32px;} }
.collab h2{ color: var(--bg);}
.collab p{ color: color-mix(in oklab, var(--bg) 78%, transparent); margin-top: 16px;}
.collab .eyebrow{ color: var(--rose);}
.collab .eyebrow::before{ background: var(--rose);}
.video-embed{
  aspect-ratio: 16/9; border-radius: 16px; overflow: hidden;
  background: color-mix(in oklab, var(--bg) 8%, transparent);
  border: 1px solid color-mix(in oklab, var(--bg) 16%, transparent);
  display: grid; place-items: center; position: relative;
}
.video-embed video, .video-embed iframe{ width: 100%; height: 100%; border: 0; display: block; object-fit: cover;}
.video-embed .vph{ text-align: center; color: color-mix(in oklab, var(--bg) 55%, transparent); font-size: .85rem; padding: 24px;}
.video-embed .vph svg{ width: 44px; height: 44px; margin-bottom: 10px; opacity: .7;}

/* GALLERY (shared masonry, used for before/after + reviews) */
.gallery-grid{ column-count: 4; column-gap: 12px; }
.gallery-grid .tile{
  position: relative; overflow: hidden; border-radius: 12px; background: var(--card);
  margin: 0 0 12px; break-inside: avoid; display: block; cursor: zoom-in;
  box-shadow: 0 18px 40px -28px oklch(30% 0.05 40 / .35);
}
.gallery-grid .tile img{ width: 100%; height: auto; display: block; transition: transform .6s ease;}
.gallery-grid .tile:hover img{ transform: scale(1.03); }
.tile-cap{
  position: absolute; left: 12px; bottom: 12px; background: color-mix(in oklab, var(--ink) 78%, transparent);
  color: var(--bg); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 11px; border-radius: 999px; backdrop-filter: blur(8px);
}
@media (max-width: 1100px){ .gallery-grid{ column-count: 3;} }
@media (max-width: 720px){ .gallery-grid{ column-count: 2; column-gap: 8px;} .gallery-grid .tile{ margin-bottom: 8px;} }
.reviews{ background: var(--bg-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);}
.reviews .gallery-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; column-count: unset; }
@media (max-width: 1100px){ .reviews .gallery-grid{ grid-template-columns: repeat(3, 1fr);} }
@media (max-width: 720px){ .reviews .gallery-grid{ grid-template-columns: repeat(2, 1fr); gap: 8px;} }
.reviews .gallery-grid .tile{ cursor: zoom-in; aspect-ratio: 1/1; margin: 0; break-inside: auto;}
.reviews .gallery-grid .tile img{ height: 100%; object-fit: cover; object-position: top; }
.reviews .gallery-grid .tile:hover img{ transform: none; }

/* LIGHTBOX */
.lightbox{
  position: fixed; inset: 0; z-index: 200;
  background: color-mix(in oklab, oklch(8% 0.01 40) 92%, transparent);
  backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center;
  padding: 32px; opacity: 0; transition: opacity .2s ease;
}
.lightbox.open{ display: flex; opacity: 1; }
.lb-stage{ position: relative; max-width: min(1200px, 100%); max-height: 100%; display: flex; align-items: center; justify-content: center;}
.lb-img{ max-width: 100%; max-height: calc(100vh - 120px); width: auto; height: auto; border-radius: 8px; box-shadow: 0 30px 80px -20px oklch(0% 0 0 / .6); display: block; object-fit: contain;}
.lb-btn{
  position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%;
  background: color-mix(in oklab, var(--bg) 12%, transparent); color: var(--bg);
  border: 1px solid color-mix(in oklab, var(--bg) 22%, transparent);
  display: grid; place-items: center; cursor: pointer; font-size: 24px; font-weight: 300;
  transition: background .15s ease, transform .15s ease; backdrop-filter: blur(8px); user-select: none;
}
.lb-btn:hover{ background: color-mix(in oklab, var(--bg) 22%, transparent); transform: translateY(-50%) scale(1.05);}
.lb-prev{ left: 16px;} .lb-next{ right: 16px;}
.lb-close{
  position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%;
  background: color-mix(in oklab, var(--bg) 12%, transparent); color: var(--bg);
  border: 1px solid color-mix(in oklab, var(--bg) 22%, transparent);
  display: grid; place-items: center; cursor: pointer; font-size: 20px; font-weight: 300; backdrop-filter: blur(8px);
}
.lb-close:hover{ background: color-mix(in oklab, var(--bg) 22%, transparent);}
.lb-counter{ position: absolute; top: 24px; left: 50%; transform: translateX(-50%); color: color-mix(in oklab, var(--bg) 70%, transparent); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;}
@media (max-width: 640px){ .lightbox{padding:12px} .lb-btn{width:44px;height:44px} .lb-prev{left:8px} .lb-next{right:8px} .lb-img{max-height: calc(100vh - 100px);} }

/* GABINET / ABOUT */
.gabinet .grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;}
@media (max-width: 900px){ .gabinet .grid{ grid-template-columns: 1fr; gap: 32px;} }
.gabinet-imgs{ display: grid; grid-template-columns: 1fr 1fr; gap: 12px;}
.gabinet-imgs img{ width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 14px; box-shadow: 0 20px 50px -25px oklch(30% 0.05 40 / .3);}
.gabinet-imgs .tall{ grid-row: span 2; aspect-ratio: 3/4;}
.gabinet-imgs .wide{ aspect-ratio: 4/3;}
.bio-quote{ font-family: var(--serif); font-size: 1.4rem; font-style: italic; line-height: 1.35; color: var(--ink); margin: 24px 0; padding-left: 20px; border-left: 2px solid var(--rose);}
.loc-chips{ display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px;}
.loc-chip{ background: var(--rose-soft); color: var(--rose-deep); padding: 8px 16px; border-radius: 999px; font-size: .82rem; font-weight: 500; display: inline-flex; align-items: center; gap: 8px;}

/* FAQ */
.faq-list{ max-width: 820px; margin: 40px auto 0; border-top: 1px solid var(--line);}
.faq-item{ border-bottom: 1px solid var(--line);}
.faq-q{
  width: 100%; background: transparent; border: none; padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--serif); font-size: 1.25rem; color: var(--ink); cursor: pointer; text-align: left;
  transition: color .2s;
}
.faq-q:hover{ color: var(--rose-deep);}
.faq-toggle{
  flex: none; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; transition: transform .3s, background .2s, color .2s;
  color: var(--ink); font-size: 1rem;
}
.faq-item.open .faq-toggle{ background: var(--rose); color: #fff; border-color: var(--rose-deep); transform: rotate(45deg);}
.faq-a{ max-height: 0; overflow: hidden; transition: max-height .35s ease;}
.faq-a p{ padding-bottom: 24px; font-size: 1rem; line-height: 1.6;}
.faq-item.open .faq-a{ max-height: 400px;}

/* CONTACT FORM */
.booking{ background: var(--ink); color: var(--bg);}
.booking .section-head h2, .booking .section-head p{ color: var(--bg);}
.booking p{ color: color-mix(in oklab, var(--bg) 75%, transparent);}
.booking .eyebrow{ color: var(--rose);}
.booking .eyebrow::before{ background: var(--rose);}
.form-card{
  max-width: 720px; margin: 0 auto; background: color-mix(in oklab, var(--bg) 6%, transparent);
  border: 1px solid color-mix(in oklab, var(--bg) 14%, transparent); border-radius: 20px; padding: 40px;
}
@media (max-width: 640px){ .form-card{ padding: 28px 22px;} }
.field{ display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px;}
.form-fields-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 24px;}
@media (max-width: 640px){ .form-fields-row{ grid-template-columns: 1fr;} }
.field label{ font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: color-mix(in oklab, var(--bg) 65%, transparent); font-weight: 500;}
.field input{
  background: transparent; border: none; border-bottom: 1px solid color-mix(in oklab, var(--bg) 20%, transparent);
  padding: 10px 0; color: var(--bg); font-family: var(--sans); font-size: 1rem; outline: none; transition: border-color .2s;
}
.field input:focus{ border-color: var(--rose);}
.field input::placeholder{ color: color-mix(in oklab, var(--bg) 35%, transparent); opacity: 1;}
.consent{ display: flex; gap: 10px; align-items: flex-start; margin-top: 8px; font-size: .84rem; color: color-mix(in oklab, var(--bg) 70%, transparent);}
.consent input{ margin-top: 4px; accent-color: var(--rose);}
.consent a{ color: var(--rose);}
.form-submit{ margin-top: 22px; display: flex; flex-direction: column; gap: 12px;}
.form-submit .btn{ width: 100%; justify-content: center;}
.form-hours{ font-size: .84rem; color: color-mix(in oklab, var(--bg) 65%, transparent); text-align: center;}

/* FOOTER */
footer{ background: oklch(12% 0.006 70); color: color-mix(in oklab, var(--bg) 75%, transparent); padding: 64px 0 32px; border-top: 1px solid color-mix(in oklab, var(--rose) 35%, transparent);}
footer a{ color: color-mix(in oklab, var(--bg) 80%, transparent);}
footer a:hover{ color: var(--rose);}
.footer-grid{ display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid color-mix(in oklab, var(--bg) 15%, transparent);}
@media (max-width: 860px){ .footer-grid{ grid-template-columns: 1fr 1fr; gap: 28px;} }
footer h4{ font-family: var(--sans); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--bg); font-weight: 500; margin-bottom: 16px;}
footer ul{ list-style: none; display: flex; flex-direction: column; gap: 9px; font-size: .9rem;}
.foot-tag{ font-family: var(--serif); font-style: italic; font-size: 1.05rem; margin-top: 14px; color: color-mix(in oklab, var(--bg) 70%, transparent); line-height: 1.4;}
.foot-base{ display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 24px; font-size: .8rem; color: color-mix(in oklab, var(--bg) 55%, transparent);}
