:root {
  --ink: #241c1a;
  --ink-soft: #5d514e;
  --cream: #f8f4ef;
  --paper: #fffdf9;
  --blush: #ead7d4;
  --blush-light: #f4e8e5;
  --rose: #9c5e62;
  --rose-dark: #743f44;
  --sage: #c8c8b6;
  --line: rgba(36, 28, 26, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1200px, calc(100% - 40px));
  --shadow: 0 24px 70px rgba(46, 29, 26, 0.13);
  --radius: 2px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 140px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
h1 { margin-bottom: 26px; font-size: clamp(3.5rem, 8.1vw, 7.4rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 5.1vw, 5rem); }
h3, h4 { line-height: 1.25; }
em { color: var(--rose); font-weight: 400; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 150px); }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--paper); background: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #bf7c82; outline-offset: 4px; }
.eyebrow { margin-bottom: 18px; color: var(--rose-dark); font-size: .73rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 100px; align-items: center; justify-content: center; gap: 10px; font-size: .9rem; font-weight: 700; line-height: 1; letter-spacing: .02em; text-decoration: none; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--rose-dark); }
.button-primary:hover { background: #5d3034; }
.button-secondary { border-color: var(--ink); background: transparent; }
.button-secondary:hover { color: var(--paper); background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--blush); }
.button-outline-light { color: var(--paper); border-color: rgba(255,255,255,.6); }
.button-outline-light:hover { color: var(--ink); background: var(--paper); }
.button-quiet { color: var(--ink); background: var(--blush-light); }
.button-small { min-height: 44px; padding: 12px 18px; font-size: .8rem; }
.text-link { display: inline-flex; padding-block: 6px; border-bottom: 1px solid currentColor; align-items: center; gap: 10px; color: var(--ink); font-size: .83rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.instagram-link { display: inline-flex; min-height: 44px; padding-block: 8px; border-bottom: 1px solid transparent; align-items: center; gap: 8px; color: var(--ink-soft); font-size: .8rem; font-weight: 600; text-decoration: none; transition: color .2s ease, border-color .2s ease; }
.instagram-link .icon { width: 18px; height: 18px; color: var(--rose-dark); }
.instagram-link:hover { color: var(--rose-dark); border-color: currentColor; }
.instagram-link-light { color: rgba(255,255,255,.72); }
.instagram-link-light .icon { color: #e5c3c2; }
.instagram-link-light:hover { color: #fff; }

/* Header */
.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: #fff; }
.site-header::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: rgba(255,255,255,.18); content: ""; }
.header-inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; }
.brand { display: block; width: 96px; height: 96px; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 40px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { position: relative; padding-block: 12px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.nav-links a::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

/* Home hero */
.hero { position: relative; min-height: 700px; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { position: absolute; top: -20%; left: -10%; width: 55vw; height: 55vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.hero::after { position: absolute; right: -15%; bottom: -40%; width: 65vw; height: 65vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 700px; padding-top: calc(var(--header-height) + 70px); padding-bottom: 70px; grid-template-columns: minmax(0, 880px); align-items: center; }
.hero-copy { max-width: 880px; }
.hero-copy .eyebrow { color: #dbc0bd; }
.hero-copy h1 { font-size: clamp(4rem, 7.6vw, 7.8rem); }
.hero-copy h1 em { color: #ddaaa8; }
.hero-lede { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.45; }
.hero-status-row { display: flex; margin: -10px 0 22px; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.hero-hours { display: inline-flex; margin: 0; padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; align-items: center; gap: 9px; color: #fff; background: rgba(255,255,255,.07); font-size: .78rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.hero-hours:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.12); }
.hero-hours .icon { width: 17px; height: 17px; color: #e5c3c2; }
.hero-hours.is-closed { color: rgba(255,255,255,.76); }
.walk-ins-status, .visit-walk-ins { display: inline-flex; margin: 0; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 700; letter-spacing: .02em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #d7aaa7; box-shadow: 0 0 0 3px rgba(215,170,167,.14); }
.hero-actions { margin-bottom: 36px; }
.hero .button-secondary { color: #fff; border-color: rgba(255,255,255,.55); }
.hero .button-secondary:hover { color: var(--ink); background: #fff; }
.hero-location { display: inline-flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.67); font-size: .82rem; line-height: 1.45; text-decoration: none; }
.hero-location:hover { color: #fff; }
.hero-location .icon { margin-top: 2px; }
.trust-strip { color: var(--paper); background: var(--rose-dark); }
.trust-strip .shell { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 20px; }
.trust-strip p { margin: 0; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.trust-strip span { color: #d8aaa9; font-size: .7rem; }

/* Shared section heading */
.section-heading { margin-bottom: clamp(42px, 6vw, 76px); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); align-items: end; gap: 8vw; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p, .split-heading > div:last-child > p { color: var(--ink-soft); }
.split-heading .text-link { margin-top: 12px; }
.centered-heading { max-width: 710px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 620px; margin: 0 auto; color: var(--ink-soft); }

/* Gallery preview */
.work-preview { background: var(--cream); }
.gallery-actions { display: flex; margin-top: 12px; flex-wrap: wrap; align-items: center; gap: 6px 22px; }
.gallery-actions .text-link { margin-top: 0; }
.home-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 260px 260px; gap: 14px; }
.home-gallery-item { position: relative; display: block; overflow: hidden; background: var(--blush); }
.home-gallery-item::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(36,28,26,.17)); content: ""; opacity: 0; transition: opacity .25s ease; }
.home-gallery-item:hover::after { opacity: 1; }
.home-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.home-gallery-item:hover img { transform: scale(1.035); }
.home-gallery-item-1 { grid-column: span 4; grid-row: span 2; }
.home-gallery-item-2 { grid-column: span 3; }
.home-gallery-item-3 { grid-column: span 5; }
.home-gallery-item-4 { grid-column: span 3; }
.home-gallery-item-5 { grid-column: span 3; }
.home-gallery-item-6 { grid-column: span 2; }

/* Popular services */
.popular-services { background: var(--paper); }
.popular-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.popular-card { min-height: 285px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.popular-category { margin-bottom: 46px; color: var(--rose-dark); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.popular-title { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.popular-title h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.price { margin: 0; color: var(--rose-dark); font-family: var(--serif); font-size: 1.2rem; white-space: nowrap; }
.price-suffix { margin: 2px 0 18px; color: var(--ink-soft); font-size: .72rem; }
.popular-card > p:last-child { margin-top: 18px; color: var(--ink-soft); font-size: .88rem; }
.centered-action { margin-top: 38px; text-align: center; }

/* Reviews */
.reviews-section { background: var(--blush-light); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { display: flex; min-height: 340px; margin: 0; padding: 34px; background: var(--paper); flex-direction: column; justify-content: space-between; }
.review-card blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.55; }
.review-card figcaption { padding-top: 24px; border-top: 1px solid var(--line); color: var(--rose-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Visit preview */
.visit-preview { background: var(--paper); }
.visit-card { max-width: 900px; background: var(--cream); }
.visit-details { display: flex; padding: clamp(38px, 6vw, 78px); flex-direction: column; justify-content: center; }
.address-link { display: flex; margin: 8px 0 30px; align-items: flex-start; gap: 13px; font-family: var(--serif); font-size: 1.15rem; line-height: 1.5; text-decoration: none; }
.address-link:hover { color: var(--rose-dark); }
.hours-list { margin: 0; }
.hours-list > div { display: flex; padding: 10px 0; border-bottom: 1px solid var(--line); align-items: baseline; justify-content: space-between; gap: 30px; }
.hours-list dt { font-weight: 600; }
.hours-list dd { color: var(--ink-soft); text-align: right; }
.hours-list-compact { margin-bottom: 32px; }
.hours-list-compact > div:nth-child(3), .hours-list-compact > div:nth-child(4), .hours-list-compact > div:nth-child(5) { display: none; }
.hours-list-compact > div:nth-child(2) dt { font-size: 0; }
.hours-list-compact > div:nth-child(2) dt::after { font-size: 16px; content: "Tue – Fri"; }

/* CTA and footer */
.cta-banner { color: var(--paper); background: var(--rose-dark); }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; }
.cta-inner .eyebrow { color: #e5c3c2; }
.cta-inner h2 { max-width: 760px; margin-bottom: 18px; }
.cta-inner p:not(.eyebrow) { max-width: 580px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.cta-inner .button-row { flex-wrap: nowrap; }
.site-footer { padding: 84px 0 30px; color: rgba(255,255,255,.72); background: var(--ink); }
.footer-grid { display: grid; padding-bottom: 70px; grid-template-columns: 1.3fr .55fr .85fr; gap: 9vw; }
.footer-brand img { width: 180px; height: 180px; margin-bottom: 24px; object-fit: contain; }
.footer-brand > p { max-width: 370px; }
.footer-label { margin-bottom: 22px; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-nav a, .footer-contact, .site-footer address a { text-decoration: none; }
.footer-nav a:hover, .footer-contact:hover, .site-footer address a:hover { color: #fff; }
.footer-contact { display: block; margin-top: 16px; }
.footer-email { overflow-wrap: anywhere; font-size: .85rem; }
.social-links { display: flex; gap: 18px; }
.social-links a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .78rem; text-decoration: none; }
.footer-bottom { display: flex; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); align-items: center; justify-content: space-between; gap: 20px; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }

/* Inner page heroes */
.page-hero { min-height: 690px; padding-top: calc(var(--header-height) + 90px); color: #fff; background: var(--ink); }
.page-hero-grid { display: grid; min-height: 500px; grid-template-columns: minmax(0, 900px); align-items: center; }
.page-hero .eyebrow { color: #d9afad; }
.page-hero h1 { max-width: 820px; font-size: clamp(4rem, 7vw, 7rem); }
.page-hero h1 em { color: #dbaaa8; }
.page-hero-grid > div:first-child > p:last-child { max-width: 610px; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.25rem; }
.service-page-hero, .visit-page-hero { min-height: 560px; padding-top: calc(var(--header-height) + 70px); padding-bottom: 60px; }
.service-page-hero .page-hero-grid, .visit-page-hero .page-hero-grid { min-height: 330px; }

/* Services */
.category-nav { position: sticky; z-index: 20; top: 0; padding-block: 7px 4px; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.95); backdrop-filter: blur(12px); }
.category-nav-scroll { display: flex; padding: 0 2px 4px; overflow-x: auto; gap: 8px; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-color: var(--rose) transparent; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.category-nav-scroll::-webkit-scrollbar { height: 4px; }
.category-nav-scroll::-webkit-scrollbar-track { background: transparent; }
.category-nav-scroll::-webkit-scrollbar-thumb { border-radius: 100px; background: var(--rose); }
.category-nav a { display: inline-flex; min-height: 43px; padding: 11px 15px; border: 1px solid rgba(116,63,68,.3); border-radius: 100px; flex: 0 0 auto; align-items: center; gap: 8px; color: var(--rose-dark); background: var(--paper); font-size: .7rem; font-weight: 700; letter-spacing: .07em; scroll-snap-align: start; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.category-nav a::after { font-size: .9rem; line-height: 1; content: "↓"; }
.category-nav a:hover, .category-nav a:focus-visible { color: #fff; border-color: var(--rose-dark); background: var(--rose-dark); transform: translateY(-1px); }
.service-menu { padding-bottom: 100px; }
.service-category { padding-top: clamp(70px, 7vw, 100px); }
.service-category + .service-category { margin-top: clamp(70px, 8vw, 110px); border-top: 1px solid var(--line); }
.category-heading { margin-bottom: 52px; }
.category-heading > div { max-width: 720px; }
.category-heading h2 { margin-bottom: 18px; }
.category-heading > div > p:last-child { max-width: 600px; color: var(--ink-soft); }
.service-groups { display: grid; gap: 72px; }
.service-group-heading { display: grid; margin-bottom: 26px; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
.service-group-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; }
.service-group-heading p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.service-list { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(2, 1fr); }
.service-item { min-height: 112px; padding: 25px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-name-row { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; }
.service-name-row h4 { margin: 0; font-family: var(--serif); font-size: 1.16rem; font-weight: 400; }
.service-description { max-width: 600px; margin: 10px 0 0; color: var(--ink-soft); font-size: .84rem; }
.service-notes { display: flex; margin: 16px 0 0; padding: 0; flex-wrap: wrap; gap: 7px; list-style: none; }
.service-notes li { padding: 5px 9px; color: var(--rose-dark); background: var(--blush-light); font-size: .68rem; font-weight: 700; }
.policy-section { background: var(--cream); }
.policy-grid { display: grid; grid-template-columns: .6fr 1fr; gap: 10vw; }
.policy-grid > div > p:last-child { color: var(--ink-soft); }
.policy-grid ol { margin: 0; padding: 0; list-style: none; counter-reset: policy; }
.policy-grid li { position: relative; padding: 18px 0 18px 48px; border-top: 1px solid var(--line); color: var(--ink-soft); counter-increment: policy; }
.policy-grid li:last-child { border-bottom: 1px solid var(--line); }
.policy-grid li::before { position: absolute; top: 19px; left: 0; color: var(--rose-dark); font-size: .68rem; font-weight: 700; content: counter(policy, decimal-leading-zero); }

/* Full gallery */
.gallery-page-hero { min-height: 560px; padding-top: calc(var(--header-height) + 70px); padding-bottom: 60px; }
.gallery-hero-inner { display: grid; min-height: 330px; grid-template-columns: 1fr .55fr; align-items: center; gap: 8vw; }
.gallery-hero-inner h1 { margin-bottom: 0; }
.gallery-hero-copy { padding-bottom: 0; }
.gallery-hero-copy > p { margin-bottom: 8px; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.2rem; }
.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 320px; gap: 14px; }
.gallery-tile { min-width: 0; padding: 0; overflow: hidden; border: 0; background: var(--blush); cursor: zoom-in; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .3s ease; }
.gallery-tile:hover img { filter: saturate(1.05); transform: scale(1.025); }
.gallery-tile-1, .gallery-tile-6 { grid-row: span 2; }
.gallery-tile-3 { grid-column: span 2; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 24px; border: 0; color: #fff; background: rgba(18,13,12,.96); }
.lightbox[open] { display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; }
.lightbox::backdrop { background: rgba(18,13,12,.96); }
.lightbox figure { display: flex; max-width: 980px; height: calc(100vh - 80px); margin: auto; flex-direction: column; align-items: center; justify-content: center; }
.lightbox figure img { max-width: 100%; max-height: calc(100% - 50px); width: auto; height: auto; object-fit: contain; }
.lightbox figcaption { margin-top: 14px; color: rgba(255,255,255,.7); font-size: .82rem; text-align: center; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; cursor: pointer; }
.lightbox-close { position: fixed; z-index: 2; top: 20px; right: 20px; display: grid; width: 48px; height: 48px; border-radius: 50%; place-items: center; }
.lightbox-nav { display: grid; width: 52px; height: 52px; border-radius: 50%; place-items: center; font-family: var(--serif); font-size: 2rem; }
.lightbox-close:hover, .lightbox-nav:hover { color: var(--ink); background: #fff; }

/* Visit */
.visit-mobile-essentials { display: none; }
.visit-intro { max-width: 610px; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.25rem; }
.visit-walk-ins { margin-top: 6px; }
.visit-page-hero .button-row { margin-top: 32px; }
.visit-page-hero .button-secondary { color: #fff; border-color: rgba(255,255,255,.5); }
.visit-page-hero .button-secondary:hover { color: var(--ink); background: #fff; }
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.contact-card { min-width: 0; min-height: 430px; padding: clamp(28px, 4vw, 48px); background: var(--paper); }
.contact-card h2 { font-size: clamp(2.3rem, 3.4vw, 3.6rem); }
.contact-card-location address { margin: 60px 0 30px; font-family: var(--serif); font-size: 1.2rem; line-height: 1.55; }
.contact-card .hours-list > div { font-size: .86rem; }
.contact-links { display: flex; flex-direction: column; }
.contact-links a { display: flex; min-width: 0; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: center; gap: 14px; text-decoration: none; }
.contact-links a:hover { color: var(--rose-dark); }
.contact-links a > span { min-width: 0; overflow-wrap: anywhere; }
.contact-links small { display: block; margin-bottom: 3px; color: var(--ink-soft); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-choice { background: var(--paper); }
.booking-choice-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(2, 1fr); }
.booking-choice-grid > a { display: grid; min-height: 160px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; text-decoration: none; }
.booking-choice-grid > a:hover { background: var(--blush-light); }
.booking-choice-grid .icon:first-child { width: 28px; height: 28px; color: var(--rose-dark); }
.booking-choice-grid strong, .booking-choice-grid small { display: block; }
.booking-choice-grid strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.booking-choice-grid small { margin-top: 5px; color: var(--ink-soft); }
.social-section { padding-top: 0; }
.social-card { display: flex; padding: clamp(36px, 6vw, 70px); align-items: center; justify-content: space-between; gap: 40px; background: var(--blush-light); }
.social-card h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(2.4rem, 4vw, 4rem); }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 32px, 860px); }
  .site-nav { gap: 24px; }
  .nav-links { gap: 20px; }
  .hero-copy h1 { font-size: clamp(3.8rem, 8.5vw, 6.5rem); }
  .popular-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card { padding: 26px; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; gap: 32px; }
  .footer-grid { gap: 5vw; }
  .page-hero-grid { grid-template-columns: minmax(0, 760px); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card:last-child { grid-column: span 2; min-height: auto; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); --header-height: 72px; }
  html { scroll-padding-top: 130px; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 4.2rem); }
  .section { padding-block: 82px; }
  .site-header { position: absolute; }
  .brand { width: 82px; height: 82px; }
  .menu-toggle { position: relative; z-index: 61; display: flex; width: 46px; height: 46px; padding: 12px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; flex-direction: column; justify-content: center; gap: 5px; background: rgba(0,0,0,.08); }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 60; inset: 0; display: flex; padding: 110px 24px 40px; visibility: hidden; flex-direction: column; align-items: stretch; justify-content: space-between; color: #fff; background: var(--ink); opacity: 0; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .nav-links a::after { display: none; }
  .site-nav .button { width: 100%; }
  .hero { min-height: 0; }
  .hero::before { width: 100vw; height: 100vw; }
  .hero-grid { display: flex; min-height: 0; padding-top: calc(var(--header-height) + 58px); padding-bottom: 50px; flex-direction: column; align-items: stretch; }
  .hero-copy { min-width: 0; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(3.35rem, 14.5vw, 5.1rem); }
  .hero-lede { font-size: 1.1rem; }
  .hero-actions .button { flex: 1 1 180px; }
  .trust-strip { overflow: hidden; }
  .trust-strip .shell { width: max-content; min-height: 52px; padding-inline: 16px; animation: drift 22s linear infinite; }
  .trust-strip p { white-space: nowrap; }
  .split-heading { display: block; }
  .split-heading h2 { margin-bottom: 22px; }
  .home-gallery { grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(3, 220px); }
  .home-gallery-item { grid-column: auto; grid-row: auto; }
  .home-gallery-item-1 { grid-row: span 2; }
  .home-gallery-item-4 { grid-row: span 2; }
  .popular-grid { grid-template-columns: 1fr; }
  .popular-card { min-height: 230px; }
  .popular-category { margin-bottom: 30px; }
  .review-grid { display: flex; width: 100%; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .review-grid::-webkit-scrollbar { display: none; }
  .review-card { min-width: min(83vw, 360px); scroll-snap-align: start; }
  .visit-details { padding: 42px 28px; }
  .cta-inner .button-row { width: 100%; flex-wrap: wrap; }
  .cta-inner .button { flex: 1 1 180px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .mobile-actions { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; display: grid; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); grid-template-columns: 1fr 1fr; gap: 8px; background: rgba(255,253,249,.96); box-shadow: 0 -10px 30px rgba(36,28,26,.12); backdrop-filter: blur(12px); }
  .mobile-actions a { display: flex; min-height: 50px; border-radius: 100px; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--rose-dark); font-size: .78rem; font-weight: 700; text-decoration: none; }
  .mobile-actions a:last-child { color: var(--paper); background: var(--ink); }
  .page-hero { min-height: 0; padding-top: calc(var(--header-height) + 65px); padding-bottom: 62px; }
  .page-hero-grid { display: flex; min-height: 0; flex-direction: column; align-items: stretch; gap: 50px; }
  .page-hero-grid > div:first-child { min-width: 0; }
  .page-hero h1 { max-width: 100%; font-size: clamp(3.25rem, 14vw, 4.9rem); }
  .page-hero-grid > div:first-child > p:last-child { font-size: 1.08rem; }
  .service-page-hero { padding-top: calc(var(--header-height) + 34px); padding-bottom: 30px; }
  .service-page-hero .page-hero-grid { display: block; min-height: 0; }
  .service-page-hero .eyebrow { margin-bottom: 10px; }
  .service-page-hero h1 { margin-bottom: 15px; font-size: clamp(2.75rem, 12vw, 3.65rem); }
  .service-page-hero .page-hero-grid > div:first-child > p:last-child { margin-bottom: 0; font-family: var(--sans); font-size: .94rem; line-height: 1.5; }
  .category-nav { top: 0; }
  .category-nav a { min-height: 46px; padding: 12px 15px; }
  .service-category { padding-top: 64px; }
  .service-category:first-child { padding-top: 38px; }
  .service-category + .service-category { margin-top: 72px; }
  .category-heading { margin-bottom: 28px; }
  .category-heading .eyebrow { margin-bottom: 9px; }
  .category-heading h2 { margin-bottom: 10px; font-size: clamp(2.2rem, 10vw, 3rem); }
  .category-heading > div > p:last-child { margin-bottom: 0; font-size: .9rem; line-height: 1.5; }
  .service-group-heading { display: block; }
  .service-group-heading h3 { margin-bottom: 10px; }
  .service-list { grid-template-columns: 1fr; }
  .service-item { min-height: 96px; padding: 22px 20px; }
  .service-name-row h4 { font-size: 1.08rem; }
  .policy-grid { grid-template-columns: 1fr; gap: 45px; }
  .gallery-page-hero { padding-top: calc(var(--header-height) + 32px); padding-bottom: 28px; }
  .gallery-hero-inner { display: flex; min-height: 0; padding-top: 0; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 12px; }
  .gallery-hero-inner .eyebrow { margin-bottom: 10px; }
  .gallery-hero-inner h1 { font-size: clamp(2.9rem, 12.5vw, 3.8rem); }
  .gallery-hero-copy { max-width: 580px; padding-bottom: 0; }
  .gallery-hero-copy > p { margin-bottom: 2px; font-size: 1rem; line-height: 1.5; }
  .gallery-section { padding-top: 18px; padding-bottom: 70px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; gap: 8px; }
  .gallery-tile-3 { grid-column: auto; }
  .lightbox { padding: 16px; }
  .lightbox[open] { display: block; }
  .lightbox figure { height: calc(100vh - 32px); }
  .lightbox-nav { position: fixed; z-index: 2; bottom: 24px; }
  .lightbox-prev { left: 24px; }
  .lightbox-next { right: 24px; }
  .visit-page-hero { padding-top: calc(var(--header-height) + 30px); padding-bottom: 36px; }
  .visit-page-hero .page-hero-grid { display: block; min-height: 0; }
  .visit-page-hero .eyebrow { margin-bottom: 10px; }
  .visit-page-hero h1 { margin-bottom: 22px; font-size: clamp(2.75rem, 12vw, 3.65rem); }
  .visit-page-hero .visit-intro, .visit-page-hero .visit-desktop-actions { display: none; }
  .visit-walk-ins { margin: 0 0 18px; }
  .visit-mobile-essentials { display: grid; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); gap: 15px; }
  .visit-mobile-address, .visit-today-hours { display: flex; margin: 0; align-items: flex-start; gap: 11px; color: rgba(255,255,255,.82); font-size: .84rem; line-height: 1.5; text-decoration: none; }
  .visit-mobile-address .icon, .visit-today-hours .icon { width: 18px; height: 18px; margin-top: 1px; color: #e5c3c2; }
  .visit-today-hours { align-items: center; color: #fff; font-weight: 700; }
  .visit-mobile-essentials .button { width: 100%; margin-top: 3px; }
  .contact-section { padding-block: 48px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 0; }
  .contact-card:last-child { grid-column: auto; }
  .visit-page .contact-card-location { display: none; }
  .visit-page .contact-card-hours { order: -1; }
  .contact-card-location address { margin-top: 38px; }
  .booking-choice-grid { grid-template-columns: 1fr; }
  .booking-choice-grid > a { min-height: 130px; }
  .social-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  :root { --shell: calc(100% - 26px); }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { min-width: 0; padding-inline: 12px; flex: none; font-size: .76rem; }
  .home-gallery { grid-template-rows: repeat(3, 180px); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-auto-rows: 190px; }
  .contact-card { padding: 28px 22px; }
  .booking-choice-grid > a { padding: 24px 20px; gap: 14px; }
}

@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-25%); } }

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