:root {
  --ink: #16352e;
  --ink-2: #275046;
  --bg: #f6f2e9;
  --paper: #fffdf8;
  --muted: #6b756f;
  --line: #d8ddd5;
  --accent: #d2a85e;
  --accent-soft: #e8d7ad;
  --dark: #14372f;
  --dark-2: #0d2d27;
  --white: #fff;
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --radius: 2px;
  --section-gap: clamp(5.5rem, 10vw, 10rem);
  --shadow: 0 22px 70px rgba(23, 52, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -60px; left: 1rem; z-index: 1000; background: #fff; padding: .7rem 1rem; color: #111; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(1380px, calc(100% - 8vw)); margin-inline: auto; }

.design-switcher { height: 44px; padding: 0 4vw; background: #09251f; color: #dbe3dc; display: flex; align-items: center; justify-content: center; gap: 2.5rem; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; position: relative; z-index: 20; }
.switcher-label { opacity: .55; }
.theme-tabs { align-self: stretch; display: flex; }
.theme-tab { border: 0; border-left: 1px solid rgba(255,255,255,.12); padding: 0 1.35rem; background: transparent; color: inherit; display: flex; align-items: center; gap: .6rem; cursor: pointer; letter-spacing: .08em; text-transform: uppercase; opacity: .58; transition: .2s; }
.theme-tab:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.theme-tab i { width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; }
.theme-tab.active { opacity: 1; background: rgba(255,255,255,.08); }
.theme-tab.active i { background: var(--accent); border-color: var(--accent); }

.site-header { height: 92px; width: 100%; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 15; }
.brand { display: inline-flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--accent); }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: var(--font-display); font-size: 21px; font-weight: 600; letter-spacing: .13em; }
.brand small { font-size: 7px; margin-top: 5px; letter-spacing: .19em; font-weight: 600; }
.desktop-nav { display: flex; gap: clamp(1.5rem, 3vw, 3.3rem); font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; width: 0; left: 0; bottom: -7px; background: var(--accent); transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 1.1rem; }
.text-button { border: 0; background: transparent; padding: .6rem; font-size: 12px; font-weight: 700; cursor: pointer; }
.menu-button { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 1px; margin: 6px 0; background: currentColor; }

.button { border: 1px solid var(--dark); background: var(--dark); color: #fff; min-height: 54px; padding: .95rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: 2rem; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: var(--ink-2); }
.button-small { min-height: 43px; padding: .65rem 1rem; gap: 1.1rem; }
.button-light { background: var(--paper); color: var(--dark); border-color: var(--paper); }
.button-light:hover { background: var(--accent-soft); color: var(--dark); }
.button-link { display: inline-flex; align-items: center; gap: 2rem; padding: .7rem 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.button-link span { transition: transform .2s; }
.button-link:hover span { transform: translateX(4px); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.4rem; text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 700; }
.eyebrow > span { width: 24px; height: 1px; background: var(--accent); }
.eyebrow.light { color: #d9e8df; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--accent); font-weight: 400; }
h1 { font-size: clamp(3.5rem, 6.2vw, 6.65rem); margin-bottom: 1.8rem; }
h2 { font-size: clamp(3.1rem, 5vw, 5.4rem); margin-bottom: 1.5rem; }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: clamp(3rem, 6vw, 7rem); padding-block: clamp(3rem, 5vw, 5.5rem); position: relative; }
.hero::before { content: ""; width: 38vw; height: 38vw; max-width: 540px; max-height: 540px; position: absolute; left: -30vw; top: 5%; border: 1px solid var(--accent-soft); border-radius: 50%; pointer-events: none; }
.hero-copy { position: relative; z-index: 1; }
.hero-intro { max-width: 590px; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.16rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin: 2.1rem 0 2.8rem; }
.trust-row { padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; gap: 2rem; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; }
.trust-row span { display: flex; align-items: center; gap: .5rem; }
.trust-row svg { width: 19px; height: 19px; fill: none; stroke: var(--accent); stroke-width: 1.8; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual::before { content: ""; position: absolute; top: -17px; right: -17px; width: 42%; height: 42%; border-top: 1px solid var(--accent); border-right: 1px solid var(--accent); z-index: -1; }
.hero-visual img { width: 100%; height: min(68vh, 735px); object-fit: cover; object-position: 58% center; filter: saturate(.88) contrast(.97); box-shadow: var(--shadow); }
.image-stamp { position: absolute; width: 116px; height: 116px; top: 2rem; left: -58px; border-radius: 50%; background: var(--dark); color: #fff; border: 1px solid rgba(255,255,255,.3); display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.1; box-shadow: 0 8px 35px rgba(0,0,0,.22); }
.image-stamp::before { content: ""; position: absolute; inset: 6px; border: 1px dashed rgba(255,255,255,.4); border-radius: inherit; }
.image-stamp span, .image-stamp small { font-size: 7px; letter-spacing: .17em; }
.image-stamp strong { color: var(--accent); font-family: var(--font-display); font-size: 25px; margin: 3px 0; }
.availability-card { position: absolute; right: -2.2rem; bottom: 2.2rem; width: min(370px, 82%); min-height: 86px; padding: 1.1rem 1.2rem; background: var(--paper); box-shadow: 0 18px 45px rgba(22, 53, 46, .22); display: flex; align-items: center; gap: .9rem; }
.availability-card .pulse { width: 10px; height: 10px; border-radius: 50%; background: #56a77e; box-shadow: 0 0 0 5px rgba(86,167,126,.15); }
.availability-card div { flex: 1; display: flex; flex-direction: column; line-height: 1.3; }
.availability-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.availability-card strong { font-family: var(--font-display); font-size: 18px; font-weight: 500; }
.availability-card button { width: 39px; height: 39px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.vertical-note { position: absolute; right: -2.9vw; bottom: 11%; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .18em; }
.vertical-note span { margin-top: 1rem; }

.intro-strip { min-height: 74px; padding: 1rem 4vw; background: var(--dark); color: #ecf3ef; display: flex; align-items: center; justify-content: center; gap: clamp(1.5rem, 5vw, 5.5rem); font-family: var(--font-display); font-size: clamp(1rem, 1.5vw, 1.35rem); font-style: italic; }
.intro-strip p { margin: 0; }
.intro-strip i { width: 5px; height: 5px; transform: rotate(45deg); background: var(--accent); }

.services { padding-block: var(--section-gap); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 4rem; margin-bottom: 4.3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); max-width: 490px; margin-bottom: .7rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 520px; padding: 2.2rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); position: relative; transition: background .3s, color .3s, transform .3s; }
.service-card:last-child { border: 0; }
.service-card:hover { background: var(--paper); transform: translateY(-4px); box-shadow: var(--shadow); z-index: 2; }
.service-card.featured { background: var(--dark); color: #fff; }
.service-number { position: absolute; right: 1.7rem; top: 1.3rem; font-family: var(--font-display); color: var(--accent); font-size: 14px; }
.service-icon { width: 92px; height: 100px; margin: 1rem 0 2rem; display: grid; place-items: center; }
.service-icon svg { width: 74px; height: 74px; fill: none; stroke: var(--accent); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-family: var(--font-display); font-size: 32px; font-weight: 500; line-height: 1.05; margin: 0 0 1rem; }
.service-card h3 small { font-size: 16px; font-style: italic; }
.service-card p { font-size: 14px; color: var(--muted); }
.service-card.featured p { color: #bfd0c8; }
.service-tag { font-size: 8px; color: var(--accent); letter-spacing: .14em; text-transform: uppercase; }
.service-card footer { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: end; }
.service-card.featured footer { border-color: rgba(255,255,255,.18); }
.service-card footer span { display: flex; flex-direction: column; text-transform: uppercase; font-size: 8px; letter-spacing: .12em; }
.service-card footer strong { font-family: var(--font-display); font-size: 22px; font-weight: 500; letter-spacing: 0; }
.service-card footer button { width: 42px; height: 42px; background: transparent; color: inherit; border: 1px solid var(--line); cursor: pointer; transition: .2s; }
.service-card footer button:hover { background: var(--accent); color: var(--dark); border-color: var(--accent); }
.clinical-note { max-width: 850px; margin: 2rem auto 0; text-align: center; color: var(--muted); font-size: 11px; }
.clinical-note span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: .4rem; border: 1px solid var(--accent); border-radius: 50%; color: var(--ink); font-family: serif; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 9vw, 9rem); align-items: center; padding-bottom: var(--section-gap); }
.about-art { position: relative; padding-left: 3vw; }
.portrait-placeholder { aspect-ratio: .83; background: linear-gradient(145deg, #d4ddcf, #8ba091); position: relative; display: grid; place-items: center; overflow: hidden; color: rgba(255,255,255,.75); text-align: center; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.portrait-placeholder::before { content: ""; position: absolute; width: 65%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.portrait-placeholder::after { content: ""; position: absolute; width: 55%; height: 35%; bottom: -7%; border-radius: 50% 50% 0 0; background: rgba(23,63,53,.22); }
.portrait-placeholder .monogram { font-family: var(--font-display); font-size: clamp(5rem, 10vw, 10rem); line-height: 1; color: rgba(255,255,255,.2); }
.portrait-placeholder p { position: absolute; bottom: 2rem; z-index: 2; }
.portrait-placeholder small { opacity: .7; }
.about-art blockquote { width: 78%; margin: -4rem 0 0 -2rem; position: relative; z-index: 2; padding: 2rem 2.5rem; background: var(--paper); box-shadow: var(--shadow); font-family: var(--font-display); font-size: clamp(1.2rem, 2vw, 1.7rem); font-style: italic; line-height: 1.3; }
.about-art blockquote span { display: block; color: var(--accent); font-size: 3.5rem; line-height: .55; }
.about-copy .lead { font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; color: var(--ink); }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.credentials { margin: 2rem 0; border-top: 1px solid var(--line); }
.credentials > div { display: grid; grid-template-columns: 45px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); align-items: center; }
.credentials > div > span { color: var(--accent); font-family: var(--font-display); font-size: 12px; }
.credentials p { margin: 0; display: flex; flex-direction: column; }
.credentials strong { font-family: var(--font-display); font-size: 18px; font-weight: 500; }
.credentials small { color: var(--muted); font-size: 10px; }

.process { width: 100%; max-width: none; padding: var(--section-gap) 8vw; background: var(--dark); color: #fff; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 10rem); }
.process-heading { align-self: start; position: sticky; top: 150px; }
.process-heading p:not(.eyebrow) { color: #b6c7c0; max-width: 390px; }
.process-heading .button { margin-top: 1rem; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 60px 1fr 45px; gap: 1.2rem; align-items: start; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: var(--accent); font-family: var(--font-display); }
.process-list h3 { margin: 0 0 .6rem; font-family: var(--font-display); font-size: clamp(1.6rem, 2.7vw, 2.4rem); font-weight: 400; }
.process-list p { color: #b6c7c0; font-size: 13px; max-width: 520px; margin: 0; }
.process-list b { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--accent); font-weight: 400; }

.testimonials { padding-block: var(--section-gap); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.quote-grid figure { margin: 0; padding: 2rem; background: var(--paper); min-height: 355px; display: flex; flex-direction: column; border: 1px solid transparent; transition: .25s; }
.quote-grid figure:hover { border-color: var(--accent-soft); transform: translateY(-4px); }
.stars { color: var(--accent); font-size: 11px; letter-spacing: .2em; }
.quote-grid blockquote { margin: 2rem 0; font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.45; }
.quote-grid figcaption { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; align-items: center; gap: .8rem; }
.quote-grid figcaption > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--dark); color: #fff; border-radius: 50%; font-size: 10px; }
.quote-grid figcaption div { display: flex; flex-direction: column; }
.quote-grid figcaption strong { font-family: var(--font-display); font-weight: 500; }
.quote-grid figcaption small { color: var(--muted); font-size: 9px; }

.faq { padding-bottom: var(--section-gap); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-heading { position: sticky; top: 145px; align-self: start; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); max-width: 290px; }
.faq-heading > a { font-weight: 700; font-size: 13px; border-bottom: 1px solid; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; padding: 1.7rem 3rem 1.7rem 0; cursor: pointer; font-family: var(--font-display); font-size: clamp(1.2rem, 2vw, 1.55rem); position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { width: 16px; height: 1px; background: var(--ink); position: absolute; right: 5px; top: 50%; content: ""; transition: transform .2s; }
.accordion summary span::after { right: 0; top: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { color: var(--muted); font-size: 13px; max-width: 690px; padding: 0 3rem 1.6rem 0; }

.booking-cta { width: 100%; max-width: none; background: var(--dark-2); color: #fff; min-height: 370px; padding: 4.5rem 8vw; display: grid; grid-template-columns: 1fr .75fr .55fr; gap: 4rem; align-items: center; overflow: hidden; }
.booking-cta h2 { margin: 0; }
.booking-cta > div:nth-child(2) p { color: #b8c9c1; }
.cta-orbit { align-self: stretch; display: grid; place-items: center; }
.cta-orbit svg { width: 260px; max-width: 130%; fill: none; stroke: rgba(210,168,94,.35); stroke-width: 1; animation: float 5s ease-in-out infinite; }
.cta-orbit svg path { stroke: var(--accent); }
@keyframes float { 50% { transform: translateY(-10px) rotate(2deg); } }

.site-footer { background: #09251f; color: #d8e5df; }
.footer-top { padding-block: 4.5rem; display: grid; grid-template-columns: 1.5fr repeat(3, .6fr); gap: 4rem; }
.brand-footer { align-self: start; }
.footer-top h3 { color: var(--accent); margin: 0 0 1rem; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-start; font-size: 12px; }
.footer-top > div a { margin-bottom: .55rem; }
.footer-top p { color: #91a69d; }
.footer-bottom { min-height: 74px; padding-block: 1rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; gap: 2rem; color: #718a80; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1.2rem; }
.footer-bottom button { background: transparent; color: inherit; border: 0; padding: 0; font: inherit; text-transform: inherit; cursor: pointer; }

dialog { border: 0; padding: 0; color: var(--ink); background: var(--bg); box-shadow: 0 30px 100px rgba(0,0,0,.35); max-height: calc(100vh - 2rem); }
dialog::backdrop { background: rgba(4,25,20,.78); backdrop-filter: blur(6px); }
.booking-dialog { width: min(1120px, calc(100% - 2rem)); min-height: 680px; grid-template-columns: .72fr 1.28fr; overflow: auto; }
.booking-dialog[open] { display: grid; animation: dialogIn .25s ease-out; }
@keyframes dialogIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }
.dialog-close { width: 42px; height: 42px; position: absolute; right: 1rem; top: 1rem; border: 1px solid var(--line); background: var(--paper); z-index: 3; cursor: pointer; font-size: 22px; }
.booking-side { background: var(--dark); color: #fff; padding: 2.5rem; display: flex; flex-direction: column; justify-content: space-between; }
.brand-light { color: #fff; }
.booking-side h2 { font-size: clamp(2.7rem, 4vw, 4.2rem); }
.booking-side p:not(.eyebrow) { color: #b9cac2; font-size: 13px; }
.booking-benefits { list-style: none; padding: 1.5rem 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.16); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.booking-benefits li { margin: .7rem 0; }
.booking-benefits span { color: var(--accent); margin-right: .5rem; }
.booking-form { padding: clamp(2rem, 4vw, 4rem); padding-top: 3.5rem; display: flex; flex-direction: column; min-width: 0; }
.form-header { display: flex; justify-content: space-between; gap: 2rem; align-items: start; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.form-header span { color: var(--accent); text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.form-header h2 { margin: .35rem 0 0; font-family: var(--font-display); font-size: 30px; font-weight: 500; letter-spacing: -.02em; }
.progress { display: flex; gap: 5px; }
.progress i { width: 26px; height: 3px; background: var(--line); }
.progress i.done { background: var(--accent); }
.form-step { display: none; padding: 1.6rem 0; }
.form-step.active { display: block; }
fieldset { border: 0; padding: 0; margin: 0 0 1.5rem; }
legend, label > span:first-child { display: block; margin-bottom: .8rem; font-size: 11px; font-weight: 700; }
.choice-card { min-height: 78px; padding: 1rem; border: 1px solid var(--line); background: var(--paper); display: flex; align-items: center; gap: 1rem; margin-bottom: .7rem; cursor: pointer; transition: .2s; }
.choice-card:hover, .choice-card:has(input:checked) { border-color: var(--ink); box-shadow: 0 8px 25px rgba(23,52,45,.08); }
.choice-card input { position: absolute; opacity: 0; }
.choice-dot { width: 17px; height: 17px; border: 1px solid var(--muted); border-radius: 50%; margin: 0 !important; position: relative; }
.choice-card input:checked + .choice-dot::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--accent); }
.choice-card > span:nth-child(3) { flex: 1; display: flex; flex-direction: column; }
.choice-card strong { font-family: var(--font-display); font-size: 18px; font-weight: 500; }
.choice-card em { color: var(--muted); font-size: 10px; font-style: normal; }
.choice-card b { font-weight: 400; }
.date-options, .time-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: .55rem; }
.date-option input, .time-option input { position: absolute; opacity: 0; }
.date-option span, .time-option span { min-height: 66px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; font-size: 10px; line-height: 1.3; }
.date-option strong { font-family: var(--font-display); font-size: 19px; font-weight: 500; }
.date-option input:checked + span, .time-option input:checked + span { background: var(--dark); color: #fff; border-color: var(--dark); }
.time-options { grid-template-columns: repeat(4, 1fr); }
.time-option span { min-height: 46px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.booking-form label:not(.choice-card):not(.date-option):not(.time-option):not(.check-label) { display: block; margin-bottom: 1rem; }
input, textarea, select { width: 100%; border: 1px solid var(--line); background: var(--paper); color: var(--ink); padding: .8rem .9rem; outline: none; transition: border .2s; }
input:focus, textarea:focus, select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent); }
textarea { resize: vertical; }
.check-label { display: flex; gap: .7rem; align-items: start; font-size: 10px; color: var(--muted); cursor: pointer; }
.check-label input { width: 16px; height: 16px; flex: none; accent-color: var(--dark); }
.booking-summary { background: color-mix(in srgb, var(--accent) 12%, var(--paper)); border-left: 2px solid var(--accent); padding: 1rem; margin-top: 1rem; font-size: 11px; display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.booking-summary span { display: flex; flex-direction: column; color: var(--muted); }
.booking-summary strong { color: var(--ink); font-family: var(--font-display); font-size: 15px; font-weight: 500; }
.form-controls { margin-top: auto; padding-top: 1.3rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }
.back-button { background: transparent; border: 0; cursor: pointer; font-size: 12px; font-weight: 700; }
.back-button:disabled { opacity: .35; cursor: default; }
.form-success { display: none; flex: 1; padding: 3rem 1rem; text-align: center; flex-direction: column; align-items: center; justify-content: center; }
.form-success.active { display: flex; }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 1.5rem; border-radius: 50%; background: var(--dark); color: var(--accent); font-size: 28px; }
.form-success h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); margin-bottom: 1rem; }
.form-success > p:not(.eyebrow):not(.reference) { color: var(--muted); max-width: 470px; }
.reference { padding: .7rem 1rem; background: var(--paper); border: 1px solid var(--line); font-family: monospace; letter-spacing: .08em; }

.manager-dialog { width: min(1220px, calc(100% - 2rem)); min-height: 690px; padding: clamp(2rem, 4vw, 4rem); overflow: auto; }
.manager-header h2 { font-size: clamp(2.5rem, 5vw, 4.3rem); margin-bottom: .5rem; }
.manager-header > div > p:last-child { color: var(--muted); }
.manager-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 2rem 0; }
.manager-stats > div { padding: 1.2rem 1.5rem; background: var(--paper); display: flex; justify-content: space-between; align-items: center; }
.manager-stats span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.manager-stats strong { font-family: var(--font-display); font-size: 30px; font-weight: 500; }
.manager-tools { display: grid; grid-template-columns: 1fr 190px auto; gap: .7rem; margin-bottom: 1rem; }
.booking-table-wrap { overflow-x: auto; background: var(--paper); border: 1px solid var(--line); min-height: 270px; position: relative; }
.booking-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.booking-table th { color: var(--muted); text-align: left; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; padding: 1rem; border-bottom: 1px solid var(--line); }
.booking-table td { padding: 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.booking-table td strong { display: block; font-family: var(--font-display); font-size: 15px; font-weight: 500; }
.booking-table td small { color: var(--muted); }
.booking-table select { min-width: 110px; padding: .45rem; font-size: 10px; }
.delete-booking { border: 0; background: transparent; color: #9d4038; cursor: pointer; }
.empty-bookings { min-height: 300px; display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-bookings.active { display: flex; }
.empty-bookings > span { font-size: 45px; color: var(--accent); }
.empty-bookings h3 { margin: .5rem 0 0; font-family: var(--font-display); font-size: 25px; font-weight: 500; }
.empty-bookings p { color: var(--muted); font-size: 11px; }
.policy-dialog { width: min(700px, calc(100% - 2rem)); padding: clamp(2rem, 5vw, 4rem); }
.policy-dialog h2 { font-size: 3rem; }
.policy-dialog h3 { font-family: var(--font-display); margin-bottom: .4rem; }
.policy-dialog p { color: var(--muted); font-size: 13px; }
.toast { position: fixed; z-index: 100; right: 1.3rem; bottom: 1.3rem; padding: .9rem 1.2rem; background: var(--dark); color: #fff; box-shadow: var(--shadow); font-size: 12px; transform: translateY(120px); opacity: 0; transition: .3s; }
.toast.show { transform: translateY(0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

/* Variant 02: Heritage — deep navy, geometric framing, refined gold */
html[data-theme="heritage"] { --ink: #17283e; --ink-2: #253b57; --bg: #f4f0e8; --paper: #fffdf8; --muted: #69717b; --line: #d7d5cf; --accent: #b88b45; --accent-soft: #e7d6b6; --dark: #12263d; --dark-2: #0b1d30; --font-body: "Manrope", Arial, sans-serif; --radius: 0; }
html[data-theme="heritage"] .design-switcher { background: #071625; }
html[data-theme="heritage"] .site-header { border-bottom: 2px solid var(--accent); }
html[data-theme="heritage"] .hero { grid-template-columns: 1.05fr .95fr; }
html[data-theme="heritage"] .hero::before { border-radius: 0; transform: rotate(45deg); opacity: .7; }
html[data-theme="heritage"] .hero-visual img { clip-path: polygon(7% 0,100% 0,100% 93%,93% 100%,0 100%,0 7%); filter: saturate(.72) sepia(.08); }
html[data-theme="heritage"] .image-stamp { border-radius: 3px; transform: rotate(45deg); }
html[data-theme="heritage"] .image-stamp > * { transform: rotate(-45deg); }
html[data-theme="heritage"] .image-stamp::before { border-radius: 0; }
html[data-theme="heritage"] .service-card.featured { background: var(--dark); }
html[data-theme="heritage"] .portrait-placeholder { background: linear-gradient(145deg, #b9b2a4, #6a7888); clip-path: polygon(0 0,92% 0,100% 8%,100% 100%,8% 100%,0 92%); }
html[data-theme="heritage"] .button { text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }
html[data-theme="heritage"] .intro-strip { font-style: normal; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }

/* Variant 03: Earth — warm, tactile and community-led */
html[data-theme="earth"] { --ink: #16352e; --ink-2: #275046; --bg: #f5ede2; --paper: #fffaf3; --muted: #6b756f; --line: #dccfc0; --accent: #b75f3f; --accent-soft: #e8c9b5; --dark: #14372f; --dark-2: #0d2d27; --font-display: "Newsreader", Georgia, serif; --font-body: "DM Sans", sans-serif; --radius: 18px; }
html[data-theme="earth"] .design-switcher { background: #09251f; }
html[data-theme="earth"] .button, html[data-theme="earth"] .choice-card, html[data-theme="earth"] input, html[data-theme="earth"] textarea, html[data-theme="earth"] select { border-radius: 999px; }
html[data-theme="earth"] textarea { border-radius: 18px; }
html[data-theme="earth"] .hero-visual img { border-radius: 46% 46% 8px 8px; object-position: 62% center; }
html[data-theme="earth"] .hero-visual::before { border-radius: 50% 50% 0 0; }
html[data-theme="earth"] .availability-card { border-radius: 18px; }
html[data-theme="earth"] .image-stamp { background: var(--accent); }
html[data-theme="earth"] .image-stamp strong { color: #fff5e9; }
html[data-theme="earth"] .intro-strip { background: var(--accent); }
html[data-theme="earth"] .intro-strip i { background: #f7d8c2; }
html[data-theme="earth"] .service-grid { border: 0; gap: 1rem; }
html[data-theme="earth"] .service-card { border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
html[data-theme="earth"] .service-card.featured { background: var(--dark); }
html[data-theme="earth"] .portrait-placeholder { border-radius: 200px 200px 20px 20px; background: linear-gradient(145deg, #c9b49a, #9a725c); }
html[data-theme="earth"] .quote-grid figure { border-radius: 20px; }
html[data-theme="earth"] .process { background: var(--dark); }
html[data-theme="earth"] .process-list b { border-radius: 50%; }
html[data-theme="earth"] .booking-cta { background: var(--accent); }
html[data-theme="earth"] .booking-cta .button { background: var(--paper); border-color: var(--paper); }
html[data-theme="earth"] .date-option span, html[data-theme="earth"] .time-option span { border-radius: 12px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .site-header.menu-open { height: auto; flex-wrap: wrap; padding-top: 1rem; padding-bottom: 1rem; }
  .site-header.menu-open .desktop-nav { display: flex; order: 3; flex-basis: 100%; padding: 1.2rem 0; justify-content: center; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: 90%; margin-left: auto; }
  .hero-visual img { height: min(70vh, 680px); }
  .vertical-note { display: none; }
  .service-card { min-height: 490px; padding: 1.5rem; }
  .about { gap: 4rem; }
  .process { gap: 4rem; }
  .booking-dialog { grid-template-columns: .6fr 1.4fr; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 2.3rem, 650px); }
  .design-switcher { padding: 0; justify-content: flex-start; gap: 0; overflow-x: auto; }
  .switcher-label { display: none; }
  .theme-tabs { width: 100%; }
  .theme-tab { flex: 1; justify-content: center; padding: 0 .5rem; white-space: nowrap; font-size: 9px; }
  .site-header { height: 74px; padding: 0 1.1rem; }
  .brand-mark { width: 32px; height: 32px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 5px; }
  .header-actions .text-button, .header-actions .button { display: none; }
  .site-header.menu-open .desktop-nav { flex-direction: column; align-items: center; }
  .site-header.menu-open .header-actions .text-button { display: block; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .hero { min-height: auto; gap: 3rem; padding: 4rem 0 5rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .8rem; }
  .hero-actions .button-link { justify-content: space-between; }
  .trust-row { flex-direction: column; gap: .7rem; }
  .hero-visual { width: 100%; }
  .hero-visual img { height: 500px; }
  .image-stamp { width: 90px; height: 90px; left: -8px; top: -25px; }
  .availability-card { right: -7px; bottom: -40px; width: 93%; }
  .intro-strip { padding: 1.2rem; flex-direction: column; gap: .3rem; text-align: center; }
  .intro-strip i { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
  .service-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .service-card { min-height: 430px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 1px solid var(--line); }
  .about { grid-template-columns: 1fr; }
  .about-art { padding-left: 1.5rem; }
  .about-art blockquote { margin-left: -1.5rem; width: 90%; }
  .process { padding: 5rem 1.15rem; grid-template-columns: 1fr; }
  .process-heading { position: static; }
  .process-list li { grid-template-columns: 40px 1fr; }
  .process-list li b { display: none; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-grid figure { min-height: 300px; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .booking-cta { padding: 4.5rem 1.15rem; grid-template-columns: 1fr; gap: 2rem; }
  .cta-orbit { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .brand-footer { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding: 1.5rem 0; }
  .booking-dialog[open] { display: block; }
  .booking-side { padding: 2rem; min-height: 240px; }
  .booking-side > div { margin-top: 3rem; }
  .booking-side h2, .booking-benefits { display: none; }
  .booking-form { padding: 1.4rem; min-height: 600px; }
  .date-options { grid-template-columns: repeat(3, 1fr); }
  .time-options { grid-template-columns: repeat(3, 1fr); }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .booking-summary { grid-template-columns: 1fr; }
  .manager-dialog { padding: 1.3rem; }
  .manager-stats { grid-template-columns: 1fr; }
  .manager-tools { grid-template-columns: 1fr; }
}

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