:root {
  --ink: #17221f;
  --moss: #263c35;
  --sage: #819086;
  --paper: #f4f0e8;
  --ivory: #fbf9f3;
  --clay: #c8a98b;
  --line: rgba(23, 34, 31, .2);
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; font-size: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; -webkit-text-size-adjust: 100%; text-size-adjust: 100%;}
body { margin: 0; max-width: 100%; overflow-x: hidden; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
[hidden] { display: none !important; }
.section-pad { padding-left: clamp(24px, 6vw, 92px); padding-right: clamp(24px, 6vw, 92px); }

.eyebrow { display: block; margin: 0 0 22px; font-size: 0.6875rem; line-height: 1.4; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.04em; margin: 0; }
h1 { font-size: clamp(3.375rem, 7.2vw, 7rem); line-height: .88; }
h2 { font-size: clamp(2.875rem, 5.2vw, 4.875rem); line-height: .96; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 19px; }
.button-light, .button-ivory { background: var(--ivory); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--ivory); }
.button-outline { border-color: var(--ink); color: var(--ink); }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; right: 0; min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 18px clamp(24px, 4.2vw, 66px); color: var(--ivory); border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { width: max-content; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.brand-logo { display: block; width: auto; height: 48px; max-width: 190px;}
.mobile-menu-toggle { display: none;}
.site-header nav { display: flex; gap: 36px; text-transform: uppercase; letter-spacing: .14em; }
.site-header > .button { justify-self: end; }

.hero { min-height: 760px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; background: #5f665f; color: var(--ivory); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; }
.hero-media-mobile { display: none; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(10,19,16,.72) 0%, rgba(10,19,16,.31) 53%, rgba(10,19,16,.2) 100%), linear-gradient(0deg, rgba(10,19,16,.42), transparent 100%); }
.hero-copy { position: relative; z-index: 2; width: min(940px, 80vw); margin: 70px 0 0 clamp(24px, 8.2vw, 128px); }
.hero-eyebrow { margin-bottom: 28px; }
.hero-text { max-width: 600px; margin: 34px 0 0; font-family: var(--display); font-size: 1.3125rem; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.text-link-light { color: var(--ivory); }
.hero-details { position: absolute; z-index: 2; left: clamp(24px, 4.2vw, 66px); right: clamp(24px, 4.2vw, 66px); bottom: 29px; display: flex; justify-content: flex-end; gap: 34px; font-size: 0.6875rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-details a { border-bottom: 1px solid rgba(255,255,255,.65); }

.hero-details span:nth-child(2), .hero-details .location-detail { display: inline-flex; align-items: center; gap: 0.45rem;}
.detail-icon { position: relative; display: inline-block; box-sizing: border-box; width: 0.875rem; height: 0.875rem; flex: 0 0 0.875rem; color: currentColor;}
.detail-icon-clock { border: 1px solid currentColor; border-radius: 50%;}
.detail-icon-clock::before { content: ""; position: absolute; top: 0.1875rem; left: 50%; width: 1px; height: 0.25rem; background: currentColor; transform: translateX(-50%);}
.detail-icon-clock::after { content: ""; position: absolute; top: 50%; left: 50%; width: 0.25rem; height: 1px; background: currentColor; transform: rotate(35deg); transform-origin: left center;}
.detail-icon-pin { width: 0.9rem; height: 1.2rem; flex-basis: 0.9rem; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-6.1 7-13a7 7 0 1 0-14 0c0 6.9 7 13 7 13Z'/%3E%3Ccircle cx='12' cy='9' r='2.25'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s7-6.1 7-13a7 7 0 1 0-14 0c0 6.9 7 13 7 13Z'/%3E%3Ccircle cx='12' cy='9' r='2.25'/%3E%3C/svg%3E") center / contain no-repeat;}
.detail-icon-pin::before { content: ""; position: absolute; top: 50%; left: 50%; width: 0.1875rem; height: 0.1875rem; background: currentColor; border-radius: 50%; transform: translate(-50%,-50%);}

.intro { min-height: 570px; padding-top: 128px; padding-bottom: 128px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
.intro-copy { max-width: 470px; padding-bottom: 8px; }
.intro-copy p { margin: 0 0 38px; font-family: var(--display); font-size: clamp(1.375rem, 2vw, 1.875rem); line-height: 1.5; }

.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 650px; }
.experience-card { min-height: 650px; padding: 44px 40px; color: var(--ivory); background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.35); transition: filter .3s; }
.card-release { background-image: linear-gradient(180deg, rgba(19,29,26,.08), rgba(19,29,26,.72)), url("../images/hero-desktop.webp"); }
.card-restore { background-image: linear-gradient(180deg, rgba(19,29,26,.08), rgba(19,29,26,.72)), url("../images/spa-editorial.webp"); }
.card-reconnect { background-image: linear-gradient(180deg, rgba(19,29,26,.08), rgba(19,29,26,.72)), url("../images/hero-mobile.webp"); }
.experience-card:hover { filter: brightness(1.08); }
.experience-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.experience-bottom strong { grid-column: 1 / -1; font-family: var(--display); font-size: 2.3125rem; font-weight: 400; letter-spacing: -.03em; }
.experience-bottom small { display: block; max-width: 270px; margin-top: 18px; font-size: 0.875rem; line-height: 1.55; }

.circle-arrow { position: relative; grid-column: 2; grid-row: 2; width: 46px; height: 46px; display: grid; place-items: center; color: var(--ivory); border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 50%;
/* Hides the existing ↘ character */
font-size: 0;
transform: rotate(0deg); transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease;}
/* Arrow shaft */
.circle-arrow::before { content: ""; position: absolute; top: 50%; left: 50%; width: 0.875rem; height: 1px; background: currentColor; transform: translate(-50%, -50%);}
/* Arrow head */
.circle-arrow::after { content: ""; position: absolute; top: 50%; left: 50%; width: 0.35rem; height: 0.35rem; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: translate(0.1rem, -50%) rotate(45deg);}
/* Rotate from right to down-right */
.experience-card:hover .circle-arrow,
.experience-card:focus-visible .circle-arrow { transform: rotate(45deg); background: rgba(255, 255, 255, 0.15); color: #fff;}

.menu-section { background: var(--ivory); }
.menu-heading { padding-top: 136px; padding-bottom: 90px; display: grid; grid-template-columns: 1fr .7fr; gap: 10vw; align-items: end; }
.menu-heading > p { max-width: 420px; margin: 0 0 5px; font-size: 0.9375rem; line-height: 1.75; color: rgba(23,34,31,.72); }
.category-nav { position: sticky; z-index: 20; top: 0; background: rgba(183,165,136,.5); backdrop-filter: blur(12px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav-inner { min-width: max-content; padding: 0 clamp(24px, 6vw, 92px); display: flex; justify-content: space-between; }
.category-nav a { min-height: 68px; padding: 0 22px; display: grid; place-items: center; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.category-nav a:first-child { padding-left: 0; }
.menu-groups { padding-top: 80px; padding-bottom: 150px; }
.menu-group { display: grid; grid-template-columns: minmax(210px, .65fr) 1.7fr; gap: 7vw; padding: 48px 0 96px; scroll-margin-top: 68px; border-bottom: 1px solid var(--line); }
.menu-group > *, .treatment-row > * { min-width: 0;}
.menu-group:last-child { border-bottom:none;}
.menu-group-heading { position: sticky; top: 104px; height: max-content; }
.menu-group-heading h3 { font-size: 2.8125rem; line-height: 1; }
.menu-group-heading > p:last-child { max-width: 290px; margin: 22px 0 0; color: rgba(23,34,31,.64); font-size: 0.875rem; line-height: 1.7; }
.treatment-row { min-height: 158px; display: grid; grid-template-columns: minmax(260px, 1fr) minmax(190px, .65fr) 150px; gap: 32px; align-items: center; border-top: 1px solid var(--line); }
.treatment-row:first-child { border-top: none; }
.treatment-row:last-child { border-bottom: none; }
.treatment-copy { padding: 26px 0; }
.treatment-copy h4 { margin: 0 0 9px; font-family: var(--display); font-size: 1.625rem; font-weight: 400; letter-spacing: -.02em; }
.treatment-description { display: -webkit-box; margin: 0; overflow: hidden; color: rgba(23,34,31,.66); font-size: 0.875rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2;}
.treatment-copy.description-open .treatment-description { display: block; overflow: visible;}
.treatment-description-toggle { -webkit-appearance: none; appearance: none; display: inline-flex; margin-top: 0.625rem; padding: 0 0 0.2rem; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; font-family: var(--sans); font-size: 0.6875rem; line-height: 1.2; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer;}
.treatment-copy small { display: block; margin-top: 12px; color: var(--moss); font-size: 0.6875rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.duration-list { padding: 24px 0; display: flex; flex-wrap: wrap; gap: 15px 24px; }
.duration-list span { display: flex; flex-direction: column; min-width: 68px; }
.duration-list b, .duration-list em { font-size: 0.75rem; font-style: normal; font-weight: 500; }
.duration-list b { margin-bottom: 5px; letter-spacing: .08em; text-transform: uppercase; }
.duration-list em { color: rgba(23,34,31,.64); }

.desktop-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.desktop-actions button { -webkit-appearance: none; appearance: none; padding: 0 0 0.25rem; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; font-family: var(--sans); font-size: 0.6875rem; font-weight: 700; line-height: 1.2; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer;}

.feature-strip { padding-top: 120px; padding-bottom: 120px; background: var(--moss); color: var(--ivory); display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; align-items: center; }
.feature-image { aspect-ratio: 4/3; overflow: hidden; }
.feature-image img { height: 100%; object-fit: cover; }
.feature-copy > p:not(.eyebrow) { max-width: 470px; margin: 30px 0 45px; font-family: var(--display); font-size: 1.3125rem; line-height: 1.55; color: rgba(255,255,255,.76); }
.featured-list { border-top: 1px solid rgba(255,255,255,.28); }
.featured-list button { width: 100%; padding: 17px 0; display: flex; justify-content: space-between; color: inherit; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); cursor: pointer; text-align: left; }
.featured-list button span:first-child { font-family: var(--display); font-size: 1.25rem; }
.featured-list button span:last-child { font-size: 0.6875rem; letter-spacing: .08em; text-transform: uppercase; }

.voucher-section { min-height: 630px; padding-top: 115px; padding-bottom: 115px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #d5c3b0; }
.voucher-section > p:not(.eyebrow) { max-width: 470px; margin: 28px auto 35px; font-family: var(--display); font-size: 1.3125rem; line-height: 1.5; }

.visit-section { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ivory); }
.visit-content { padding-top: 120px; padding-bottom: 120px; }
.visit-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.visit-grid span { display: block; margin-bottom: 16px; font-size: 0.6875rem; letter-spacing: .14em; text-transform: uppercase; }
.visit-grid p { margin: 0 0 16px; font-family: var(--display); font-size: 1.0625rem; line-height: 1.5; }
.visit-grid a { font-size: 0.6875rem; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid; padding-bottom: 4px; }
.map-embed { position: relative; min-height: 610px; overflow: hidden; background: #c8c9bc;}
.map-embed iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0;}

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.newsletter-section { min-height: 620px; padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: 1fr .85fr; gap: clamp(70px,10vw,160px); align-items: center; background: #d8c6b3; }
.newsletter-heading h2 { max-width: 700px; }
.newsletter-content { width: 100%; max-width: 560px; }
.newsletter-content > p { margin: 0 0 43px; font-family: var(--display); font-size: 1.3125rem; line-height: 1.55; }
.newsletter-form { display: grid; gap: 19px; }
.newsletter-input-row { display: grid; grid-template-columns: minmax(0,1fr) auto; border-bottom: 1px solid rgba(23,34,31,.55); }
.newsletter-input-row input { min-width: 0; min-height: 57px; padding: 5px 0; color: var(--ink); background: transparent; border: 0; border-radius: 0; outline: none; font-family: var(--display); font-size: 1.125rem; }
.newsletter-input-row input::placeholder { color: rgba(23,34,31,.52); }
.newsletter-input-row input:focus { box-shadow: inset 0 -2px var(--ink); }
.newsletter-input-row button { padding: 0 0 0 22px; color: var(--ink); background: transparent; border: 0; cursor: pointer; font-size: .6875rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.newsletter-input-row button span { display: inline-block; margin-left: 6px; transition: transform .25s ease; }
.newsletter-input-row button:hover span { transform: translateX(4px); }
.newsletter-consent { display: grid; grid-template-columns: 17px 1fr; gap: 11px; align-items: start; color: rgba(23,34,31,.68); font-size: .75rem; line-height: 1.55; cursor: pointer; }
.newsletter-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--ink); }
.newsletter-legal, .newsletter-status { margin: 0; color: rgba(23,34,31,.58); font-size: .6875rem; line-height: 1.55; }
.newsletter-legal a { color: var(--ink); border-bottom: 1px solid rgba(23,34,31,.5); }
.newsletter-status { padding: 14px 16px; color: var(--ink); background: rgba(251,249,243,.45); }

.footer { padding-top: 75px; padding-bottom: 35px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; background: var(--ink); color: var(--ivory); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; width: auto;}
.footer-logo { display: block; width: 130px; height: auto; margin-bottom: 24px;}
.footer > div:not(.brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer > div > span { margin-bottom: 8px; color: rgba(255,255,255,.5); font-size: 0.6875rem; letter-spacing: .14em; text-transform: uppercase; }
.footer a, .footer p { margin: 0; font-size: 0.8125rem; line-height: 1.6; }
.footer small { grid-column: 1 / -1; padding-top: 45px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.45); font-size: 0.625rem; letter-spacing: .05em; }
.footer small a { font-size: 0.625rem;}
.footer small a:hover { color: #fff;}
.footer-legal-links { display: inline-flex; gap: 18px; margin-left: 24px; text-align: right; }
.footer-legal-links a { border-bottom: 1px solid rgba(255,255,255,.42); }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 28px; display: grid; place-items: center; background: rgba(10,18,16,.72); backdrop-filter: blur(7px); }
.treatment-modal { width: min(640px, 100%); max-height: calc(100svh - 56px); overflow-y: auto; position: relative; padding: 48px; background: var(--ivory); box-shadow: 0 26px 90px rgba(0,0,0,.28); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; display: grid; place-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; font-family: var(--sans); font-size: 1.5625rem; font-weight: 300; cursor: pointer; }
.treatment-modal h2 { max-width: 90%; padding-right: 30px; font-size: clamp(2.625rem, 5vw, 3.25rem); }
.modal-summary { margin: 18px 0; font-family: var(--display); font-size: 1.25rem; line-height: 1.45; }
.modal-description { max-height: 3.2em; overflow: hidden; position: relative; color: rgba(23,34,31,.68); font-size: 0.875rem; line-height: 1.65; transition: max-height .35s; }
.modal-description::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 25px; background: linear-gradient(transparent, var(--ivory)); }
.modal-description.is-open { max-height: 220px; }
.modal-description.is-open::after { display: none; }
.modal-description p { margin: 0; }
.description-toggle { margin: 9px 0 0; padding: 0; background: transparent; border: 0; border-bottom: 1px solid; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.modal-note { margin: 22px 0 0; padding: 13px 16px; background: #e7e7dc; font-size: 0.75rem; line-height: 1.5; letter-spacing: .03em; }
.duration-picker { margin: 28px 0 24px; padding: 0; border: 0; }
.duration-picker legend { margin-bottom: 11px; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.duration-picker label { display: block; cursor: pointer; }
.duration-picker input { position: absolute; opacity: 0; }
.duration-picker label span { min-height: 48px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); margin-top: -1px; }
.duration-picker input:checked + span { background: var(--ink); color: var(--ivory); }
.duration-picker b, .duration-picker em { font-size: 0.75rem; font-style: normal; }
.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
/* Shared control typography */
.text-link,
.button,
.site-header nav,
.mobile-menu-toggle,
.category-nav a { font-size: 0.75rem;}

/* Mobile treatment trigger. Hidden on desktop by default. */
.mobile-more { -webkit-appearance: none; appearance: none; display: none; align-items: center; gap: 0.55rem; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 0; font-family: var(--sans); font-size: 0.6875rem; font-weight: 700; line-height: 1; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; cursor: pointer; -webkit-tap-highlight-color: transparent;}
.mobile-more::before { content: ""; box-sizing: border-box; width: 0.5rem; height: 0.5rem; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; flex: 0 0 auto;}
.mobile-more::after { content: ""; box-sizing: border-box; width: 0.6rem; height: 0.6rem; border-top: 1px solid currentColor; border-right: 1px solid currentColor; background: linear-gradient(to top right, transparent 46%, currentColor 47%, currentColor 53%, transparent 54%); flex: 0 0 auto; transition: transform 0.3s ease;}
.mobile-more:hover::after,
.mobile-more:focus-visible::after { transform: translate(0.12rem, -0.12rem);}

.scroll-reveal { opacity: 0; transform: translateY(2.5rem); will-change: opacity, transform;}
.scroll-reveal.is-visible { opacity: 1; transform: translateY(0);}
.reveal-one { transition: opacity 2s ease, transform 2s cubic-bezier(0.22, 1, 0.36, 1);}
.reveal-two { transition: opacity 3s ease 0.5s, transform 3s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;}

@media (max-width: 1050px) {
  .treatment-row { grid-template-columns: minmax(220px, 1fr) 170px 130px; gap: 20px;}
  .visit-section { grid-template-columns: 1fr;}
  .map-embed { min-height: 450px;}
}

@media (min-width: 761px) and (max-width: 960px) {
  .menu-group { grid-template-columns: minmax(0, 1fr); gap: 40px;}
  .menu-group-heading { position: static;}
  .menu-group-heading > p:last-child { max-width: 420px;}

  .newsletter-section { min-height: auto; padding-top: 100px; padding-bottom: 100px; grid-template-columns: 1fr; gap: 55px; }
  .newsletter-content { max-width: 620px; }
}

@media (max-width: 760px) {
  :root { --mobile-header-height: 82px;}
  html { scroll-padding-top: 60px; }
  .section-pad { padding-left: 22px; padding-right: 22px;}
  .eyebrow { margin-bottom: 17px; font-size: 0.6875rem;}
  h1 { font-size: clamp(3rem, 15vw, 4.375rem); line-height: 0.94;}
  h2 { font-size: clamp(2.625rem, 12.5vw, 3.625rem);}
  .site-header { height: var(--mobile-header-height); min-height: var(--mobile-header-height); grid-template-columns: 1fr auto; gap: 20px; padding: 14px 20px; z-index: 50;}
  .brand-logo { width: auto; height: 45px; max-width: 170px; }
  .site-header > .button { display: none;}
  .mobile-menu-toggle { position: relative; z-index: 52; display: inline-flex; align-items: center; padding: 8px 0;  color: var(--ivory); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer;}
  .site-header nav { position: absolute; z-index: 51; top: var(--mobile-header-height); left: 0; right: 0;  display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 12px 20px 22px; background: var(--ink); border-top: 1px solid rgba(255, 255, 255, 0.15);}
  .site-header nav.is-open { display: flex;}
  .site-header nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15);}
  .hero { height: auto; min-height: 100svh; padding-top: calc(var(--mobile-header-height) + 1.5rem); padding-bottom: 7rem; align-items: stretch;}
  .hero-media-desktop { display: none;}
  .hero-media-mobile { display: block;}
  .hero-shade { background: linear-gradient( 180deg, rgba(10, 19, 16, 0.5), rgba(10, 19, 16, 0.27) 34%, rgba(10, 19, 16, 0.64) );}
  .hero-copy { width: auto; margin: auto 22px; padding: 0; align-self: auto;}
  .hero-text {  margin-top: 24px; font-size: 1.125rem;}
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 28px;}
  .hero-details { left: 22px; right: 22px; bottom: 1.5rem; justify-content: space-between; gap: 10px; font-size: 0.6875rem; }
  .hero-details span:nth-child(2) { display: none;}
  .intro { min-height: 0; padding-top: 84px; padding-bottom: 86px; grid-template-columns: 1fr; gap: 54px; }
  .intro-copy p { font-size: 1.375rem;}
  .breaky { display: none;}
  .experience-grid { grid-template-columns: 1fr;}
  .experience-card { min-height: 510px; padding: 30px 24px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
  .experience-bottom strong { font-size: 2.125rem; }
  .experience-bottom small { font-size: 0.875rem;}
  .menu-heading { padding-top: 85px; padding-bottom: 56px; grid-template-columns: 1fr; gap: 35px; }
  .menu-heading > p { font-size: 0.875rem;}
  .category-nav-inner { padding: 0 22px; justify-content: flex-start; gap: 30px;}
  .category-nav a { min-height: 58px; padding: 0;}
  .menu-groups { padding-top: 28px; padding-bottom: 80px;}
  .menu-group { grid-template-columns: 1fr; gap: 34px; padding: 48px 0 72px; scroll-margin-top: 57px;}
  .menu-group-heading { position: static; }
  .menu-group-heading h3 { font-size: 2.5rem; }
  .menu-group-heading > p:last-child { font-size: 0.875rem;}
  .treatment-row { min-height: 0; grid-template-columns: 1fr auto; gap: 14px; padding: 23px 0;}
  .treatment-copy { padding: 0;}
  .treatment-copy h4 { font-size: 1.4375rem;}
  .treatment-description-wrap,
  .treatment-description-toggle,
  .treatment-copy small,
  .duration-list,
  .desktop-actions { display: none !important; }
  .mobile-more { display: inline-flex;}
  .feature-strip { padding-top: 72px; padding-bottom: 82px; grid-template-columns: 1fr; gap: 56px; }
  .feature-copy > p:not(.eyebrow) { font-size: 1.1875rem;}
  .featured-list button { gap: 20px; align-items: flex-end; }
  .featured-list button span:first-child { font-size: 1.0625rem; }
  .featured-list button span:last-child { font-size: 0.6875rem; text-align: right;}
  .voucher-section { min-height: 550px; padding-top: 85px; padding-bottom: 85px; }
  .voucher-section > p:not(.eyebrow) { font-size: 1.1875rem;}
  .visit-content { padding-top: 85px; padding-bottom: 75px;}
  .visit-grid { margin-top: 54px; grid-template-columns: 1fr; gap: 42px; }
  .map-embed { min-height: 370px; }

  .newsletter-section { min-height: auto; padding-top: 82px; padding-bottom: 88px; grid-template-columns: 1fr; gap: 52px; }
  .newsletter-content > p { margin-bottom: 34px; font-size: 1.125rem; }
  .newsletter-input-row { grid-template-columns: 1fr; }
  .newsletter-input-row button { min-height: 50px; padding: 0; justify-self: start; }

  .footer { padding-top: 65px; grid-template-columns: 1fr 1fr; gap: 50px 28px;}
  .footer-brand,
  .footer > div:last-of-type { grid-column: 1 / -1; }
  .footer-logo { width: 100px; margin-bottom: 20px; }
  .modal-backdrop { padding: 18px; }
  .treatment-modal { max-height: calc(100svh - 36px); padding: 37px 22px 24px; }
  .modal-close { top: 13px; right: 13px; }
  .treatment-modal h2 { font-size: 2.625rem;}
  .modal-summary { font-size: 1.125rem;}
  .modal-description { font-size: 0.875rem;}
  .modal-actions { grid-template-columns: 1fr;}
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media { display: none;}
  .hero { background-image: linear-gradient(90deg, rgba(10, 19, 16, 0.62), rgba(10, 19, 16, 0.2)), url("../images/hero-desktop.webp"); background-position: center; background-size: cover;}
  .scroll-reveal { opacity: 1; transform: none; }
  .button,
  .modal-description,
  .circle-arrow,
  .mobile-more::after,
  .scroll-reveal { transition: none;}
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .hero { background-image: linear-gradient(180deg, rgba(10, 19, 16, 0.35), rgba(10, 19, 16, 0.68)), url("../images/hero-mobile.webp");}
}
