:root {
  --paper: #f4f0e8;
  --paper-bright: #faf8f3;
  --ink: #141311;
  --ink-soft: #24211d;
  --stone: #c9c1b6;
  --stone-dark: #5e584f;
  --champagne: #b3915f;
  --champagne-light: #d6c29d;
  --logo-gold: #c9a55a;
  --line-light: rgba(20, 19, 17, .16);
  --line-dark: rgba(250, 248, 243, .17);
  --white-70: rgba(250, 248, 243, .70);
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --max-width: 1440px;
  --content-width: 1240px;
  --gutter-desktop: 64px;
  --gutter-tablet: 32px;
  --gutter-mobile: 20px;
  --ease-editorial: cubic-bezier(.16, 1, .3, 1);
  --radius-small: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 400; line-height: 1.5; overflow-x: hidden; }
body.menu-is-open, body.lightbox-is-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
figure { margin: 0; }
img { display: block; max-width: 100%; }
.page-width { width: min(var(--content-width), calc(100% - (var(--gutter-desktop) * 2))); margin-inline: auto; }
.section-dark { background: var(--ink); color: var(--paper-bright); }
.section-paper { background: var(--paper); color: var(--ink); }
.section-ink { background: var(--ink-soft); color: var(--paper-bright); }
.eyebrow { margin: 0; color: var(--champagne); font-size: 10px; font-weight: 500; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: var(--champagne-light); }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 12px 16px; background: var(--paper-bright); color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; color: var(--paper-bright); border-bottom: 1px solid transparent; transition: background .4s ease, border-color .4s ease, backdrop-filter .4s ease; }
.site-header.is-scrolled { background: rgba(20, 19, 17, .93); border-color: rgba(250, 248, 243, .12); backdrop-filter: blur(16px); }
.wordmark { color: var(--logo-gold); font: 400 30px/.9 var(--serif); letter-spacing: -.03em; text-decoration: none; }
.desktop-nav { display: flex; gap: 30px; margin-left: 70px; }
.desktop-nav a, .header-actions button, .header-actions a { font-size: 11px; font-weight: 500; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a { color: rgba(250, 248, 243, .70); transition: color .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--paper-bright); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-button, .menu-trigger, .menu-close { padding: 10px 0; border: 0; background: transparent; color: var(--paper-bright); cursor: pointer; }
.language-button { color: var(--champagne-light); }
.menu-trigger { display: none; align-items: center; gap: 9px; }
.menu-icon { display: grid; gap: 4px; width: 17px; }
.menu-icon i { display: block; width: 17px; height: 1px; background: currentColor; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 14px; padding: 14px 23px; border: 1px solid transparent; border-radius: var(--radius-small); font-size: 11px; font-weight: 500; letter-spacing: .12em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s var(--ease-editorial); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 11px 17px; }
.button-light { background: var(--paper-bright); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--champagne-light); }
.button-dark { background: var(--ink); color: var(--paper-bright); }
.button-dark:hover, .button-dark:focus-visible { background: var(--ink-soft); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: gap .3s var(--ease-editorial), color .3s ease; }
.text-link:hover, .text-link:focus-visible { gap: 15px; color: var(--champagne); }
.text-link-light { color: var(--paper-bright); }

.hero { position: relative; min-height: max(760px, 100svh); display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("images/salon-vip-suite.jpg") 58% center / cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,19,17,.84) 0%, rgba(20,19,17,.58) 39%, rgba(20,19,17,.18) 75%, rgba(20,19,17,.08) 100%), linear-gradient(0deg, rgba(20,19,17,.58), transparent 35%, rgba(20,19,17,.22)); }
.hero-content { position: relative; z-index: 1; padding-top: 86px; }
.hero-eyebrow { margin-bottom: 27px; color: var(--champagne-light); }
.hero-title { max-width: 760px; margin: 0; color: var(--paper-bright); font: 400 clamp(72px, 8.2vw, 132px)/.88 var(--serif); letter-spacing: -.035em; }
.hero-title em { font-weight: 400; }
.hero-deck { margin: 31px 0 12px; color: var(--paper-bright); font: 400 clamp(18px, 1.7vw, 24px)/1.25 var(--serif); }
.hero-body { max-width: 420px; margin: 0; color: rgba(250,248,243,.76); font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.hero-rail { position: absolute; z-index: 1; right: 0; bottom: 25px; left: 0; display: flex; align-items: center; justify-content: space-between; color: rgba(250,248,243,.67); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue { display: inline-flex; align-items: center; gap: 12px; color: var(--champagne-light); }
.scroll-cue i { display: block; width: 48px; height: 1px; background: var(--champagne); }

.scroll-story { position: relative; background: var(--ink); }
.story-sequence { display: block; }
.story-frame { position: relative; height: 100svh; min-height: 700px; overflow: hidden; isolation: isolate; }
.story-frame-media, .story-frame-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-frame-media img { object-fit: cover; object-position: center; filter: brightness(1.08) contrast(1.08) saturate(1.18); }
.story-frame::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(20,19,17,.66) 0%, rgba(20,19,17,.08) 48%, rgba(20,19,17,.18) 100%); content: ""; pointer-events: none; }
.story-frame-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding-bottom: 148px; }
.story-copy-item { position: static; opacity: 1 !important; transform: none !important; }
.story-copy-item h2 { max-width: 680px; margin: 20px 0 13px; color: var(--paper-bright); font: 400 clamp(50px, 6vw, 92px)/.94 var(--serif); letter-spacing: -.04em; }
.story-copy-item p:last-child { max-width: 390px; margin: 0; color: rgba(250,248,243,.76); font-size: 16px; line-height: 1.65; }

.approach { padding: 72px 0 24px; }
.approach-grid { display: grid; grid-template-columns: .8fr 3fr minmax(270px, 1.5fr); gap: 38px; align-items: start; }
.section-marker { display: flex; flex-direction: column; gap: 20px; color: var(--stone-dark); font-size: 10px; font-weight: 500; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.section-marker i { width: 1px; height: 104px; background: var(--champagne); }
.approach-copy h2 { max-width: 840px; margin: 0; font: 400 clamp(56px, 5.8vw, 92px)/.94 var(--serif); letter-spacing: -.04em; }
.approach-copy p { max-width: 620px; margin: 28px 0 0; color: var(--stone-dark); font-size: 18px; line-height: 1.65; }
.approach-image { margin-top: 30px; aspect-ratio: 3/4; overflow: hidden; }
.approach-image img { width: 100%; height: 100%; object-fit: cover; }

.work { padding: 140px 0 115px; overflow: hidden; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-intro h2 { margin: 24px 0 0; font: 400 clamp(52px, 5.4vw, 84px)/.95 var(--serif); letter-spacing: -.035em; }
.section-intro > p { max-width: 250px; margin: 0 1vw 8px 0; color: rgba(250,248,243,.60); font-size: 16px; line-height: 1.6; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 24px; align-items: start; margin-top: 98px; }
.portfolio-card { border: 0; padding: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.portfolio-image { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--ink-soft); }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-editorial), filter .8s ease; }
.portfolio-card:hover img, .portfolio-card:focus-visible img { transform: scale(1.025); filter: saturate(1.04); }
.portfolio-caption { display: flex; justify-content: space-between; gap: 15px; padding-top: 16px; border-top: 1px solid var(--line-dark); }
.portfolio-caption strong { font: 400 21px/1.1 var(--serif); }
.portfolio-caption span { align-self: end; color: var(--champagne-light); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.services { padding: 48px 0 150px; }
.services-grid { display: grid; grid-template-columns: 4fr 7fr; gap: 100px; align-items: start; }
.services-intro h2 { max-width: 540px; margin: 23px 0 29px; font: 400 clamp(48px, 5vw, 74px)/.98 var(--serif); letter-spacing: -.035em; }
.services-intro > p { max-width: 390px; margin: 0 0 32px; color: var(--stone-dark); font-size: 15px; line-height: 1.7; }
.service-panel { min-width: 0; }
.service-list { border-top: 1px solid var(--line-light); }
.service-group { padding: 20px 0 21px; border-bottom: 1px solid var(--line-light); }
.service-group h3 { margin: 0 0 14px; font: 400 clamp(28px, 2.4vw, 38px)/1 var(--serif); letter-spacing: -.025em; }
.service-group ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 28px; margin: 0; padding: 0; list-style: none; }
.service-group li { color: var(--stone-dark); font-size: 14px; line-height: 1.45; }
.service-group li::before { margin-right: 9px; color: var(--champagne); content: "—"; }
.service-actions { display: flex; align-items: center; padding-top: 28px; }
.service-actions .button { width: min(100%, 330px); justify-content: space-between; }
.price-panel { min-width: 0; }
.service-tabs { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-bottom: 19px; border-bottom: 1px solid var(--line-light); }
.service-tab { position: relative; padding: 8px 0; border: 0; background: transparent; color: var(--stone-dark); cursor: pointer; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.service-tab::after { position: absolute; right: 0; bottom: -20px; left: 0; height: 2px; background: var(--ink); content: ""; opacity: 0; transition: opacity .25s ease; }
.service-tab.is-active { color: var(--ink); }
.service-tab.is-active::after { opacity: 1; }
.price-detail { min-height: 300px; padding-top: 38px; }
.price-detail h3 { margin: 0; font: 400 clamp(34px, 3.3vw, 52px)/1 var(--serif); letter-spacing: -.025em; }
.price-note { margin: 13px 0 30px; color: var(--stone-dark); font-size: 13px; }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; align-items: baseline; padding: 14px 0; border-top: 1px solid var(--line-light); font-size: 15px; }
.price-row strong { color: var(--ink); font-weight: 500; white-space: nowrap; }
.price-subtitle { margin: 25px 0 0; color: var(--champagne); font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.price-table { width: 100%; border-collapse: collapse; margin-top: 21px; font-size: 14px; }
.price-table th, .price-table td { padding: 12px 10px 12px 0; border-top: 1px solid var(--line-light); text-align: left; }
.price-table th { color: var(--stone-dark); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.price-actions { display: flex; align-items: center; gap: 24px; padding-top: 29px; border-top: 1px solid var(--line-light); }

.salon { padding: 138px 0 150px; }
.salon-heading { display: grid; grid-template-columns: 1fr 2fr 1.1fr; gap: 50px; align-items: start; }
.salon-heading h2 { margin: 0; font: 400 clamp(52px, 5.3vw, 82px)/.95 var(--serif); letter-spacing: -.035em; }
.salon-heading > p:last-child { margin: 7px 0 0; color: rgba(250,248,243,.60); font-size: 16px; line-height: 1.7; }
.salon-hero-image { width: min(var(--max-width), 100%); margin: 93px auto 0; aspect-ratio: 2/1; overflow: hidden; }
.salon-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.salon-gallery { display: grid; grid-template-columns: 5fr 7fr; gap: 22px; margin-top: 22px; }
.salon-gallery figure { overflow: hidden; }
.salon-portrait { aspect-ratio: 4/5; }
.salon-gallery-stack { display: grid; grid-template-columns: 1fr; gap: 22px; }
.salon-gallery-stack figure { aspect-ratio: 16/10; }
.salon-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-editorial); }
.salon-gallery figure:hover img { transform: scale(1.025); }
.salon-gallery figcaption { display: flex; align-items: center; gap: 13px; padding-top: 13px; color: var(--champagne-light); font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.salon-gallery figcaption span { color: rgba(250,248,243,.38); }
.salon-gallery figcaption strong { color: var(--paper-bright); font-weight: 500; }

.reviews { padding: 140px 0 150px; }
.reviews-grid { display: grid; grid-template-columns: 4fr 7fr; gap: 100px; align-items: start; }
.reviews-intro { position: sticky; top: 118px; }
.reviews-intro h2 { max-width: 480px; margin: 26px 0 57px; font: 400 clamp(48px, 4.7vw, 72px)/.98 var(--serif); letter-spacing: -.035em; }
.rating { display: flex; flex-wrap: wrap; align-items: baseline; gap: 15px; color: var(--champagne-light); }
.rating strong { font: 400 48px/1 var(--serif); }
.stars { letter-spacing: .12em; }
.rating small { flex-basis: 100%; color: rgba(250,248,243,.55); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.review-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.review-card { display: flex; min-height: 295px; flex-direction: column; justify-content: space-between; padding: 27px 0 25px; border-top: 1px solid var(--line-dark); }
.review-stars { color: var(--champagne-light); font-size: 11px; letter-spacing: .12em; }
.review-card blockquote { margin: 23px 0 30px; color: rgba(250,248,243,.80); font: italic 400 18px/1.55 var(--serif); }
.review-meta { display: flex; justify-content: space-between; gap: 10px; color: rgba(250,248,243,.56); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.review-meta strong { color: var(--champagne-light); font-weight: 500; }

.visit { padding: 0; }
.visit-grid { display: block; min-height: 0; }
.visit-copy { display: grid; max-width: 1120px; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); column-gap: clamp(38px, 5vw, 70px); align-items: start; padding: 36px 0 42px; }
.visit-copy > .eyebrow { grid-column: 1; grid-row: 1; }
.visit-copy > h2 { grid-column: 1; grid-row: 2 / span 4; }
.visit-copy > .visit-details { grid-column: 2; grid-row: 1; }
.visit-copy > .visit-booking-block { grid-column: 2; grid-row: 2; }
.visit-copy > .visit-links { grid-column: 2; grid-row: 3; }
.visit-copy h2 { max-width: 620px; margin: 5px 0 22px; font: 400 clamp(60px, 5.8vw, 94px)/.93 var(--serif); letter-spacing: -.04em; }
.visit-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; max-width: 500px; margin-bottom: 22px; }
.visit-details p { display: flex; flex-direction: column; gap: 7px; margin: 0; color: var(--stone-dark); font-size: 14px; line-height: 1.55; }
.visit-details span { color: var(--champagne); font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.visit-details a { text-decoration: none; }
.visit-details a:hover, .visit-details a:focus-visible { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.visit-booking-block { padding-top: 7px; }
.visit-booking-note { margin: 0 0 16px; color: var(--stone-dark); font: italic 400 18px/1.35 var(--serif); }
.visit-booking-block .button { width: min(100%, 330px); min-height: 58px; justify-content: space-between; padding: 18px 22px; letter-spacing: .14em; box-shadow: inset 0 0 0 1px rgba(179,145,95,.24); }
.visit-links { display: flex; gap: 23px; margin-top: 26px; }

.site-footer { padding: 53px 0 35px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-book { color: var(--champagne-light); font-size: 11px; font-weight: 500; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.footer-book:hover { color: var(--paper-bright); }
.footer-wordmark { margin: 72px 0 65px; color: var(--logo-gold); font: 400 clamp(100px, 18vw, 260px)/.7 var(--serif); letter-spacing: -.06em; }
.footer-bottom { align-items: end; padding-top: 24px; border-top: 1px solid var(--line-dark); color: rgba(250,248,243,.58); font-size: 11px; }
.footer-bottom p { margin: 0 0 6px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 8px 18px; }
.footer-bottom nav a { text-decoration: none; }
.footer-bottom nav a:hover, .footer-bottom nav a:focus-visible { color: var(--paper-bright); }
.copyright { margin: 42px 0 0; color: rgba(250,248,243,.30); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.mobile-booking { position: fixed; z-index: 20; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; display: none; padding: 5px; background: rgba(20,19,17,.96); box-shadow: 0 10px 30px rgba(0,0,0,.22); transform: translateY(130%); transition: transform .45s var(--ease-editorial); }
.mobile-booking.is-visible { transform: translateY(0); }
.mobile-booking a { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 12px; color: var(--paper-bright); font-size: 11px; font-weight: 500; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.menu-panel { position: fixed; z-index: 50; inset: 0; display: flex; flex-direction: column; padding: 22px 40px 26px; background: var(--ink); color: var(--paper-bright); opacity: 0; pointer-events: none; transform: translateY(-18px); transition: opacity .45s ease, transform .45s var(--ease-editorial); }
.menu-panel.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.menu-top, .menu-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.menu-top > div { display: flex; align-items: center; gap: 25px; }
.menu-close { display: inline-flex; align-items: center; gap: 8px; color: rgba(250,248,243,.64); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.menu-close span:first-child { color: var(--champagne-light); font-size: 24px; font-weight: 300; line-height: 0; }
.menu-rule { height: 1px; margin-top: 20px; background: var(--line-dark); }
.menu-content { display: flex; flex: 1; flex-direction: column; justify-content: center; max-width: 900px; width: 100%; margin: auto; }
.menu-content h2 { display: flex; flex-direction: column; align-items: start; gap: 6px; margin: 23px 0 42px; font: 400 clamp(52px, 7vw, 92px)/.96 var(--serif); letter-spacing: -.04em; }
.menu-content h2 a { text-decoration: none; transition: color .25s ease, padding-left .35s var(--ease-editorial); }
.menu-content h2 a:hover, .menu-content h2 a:focus-visible { padding-left: 12px; color: var(--champagne-light); }
.menu-book { align-self: start; }
.menu-footer { color: rgba(250,248,243,.53); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.menu-footer a { color: inherit; text-decoration: none; }

.lightbox { position: fixed; z-index: 60; inset: 0; display: grid; grid-template-columns: 74px minmax(0, 760px) 74px; align-items: center; justify-content: center; gap: 25px; padding: 80px 30px 45px; background: rgba(20,19,17,.97); color: var(--paper-bright); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox figure { min-width: 0; }
.lightbox img { width: 100%; max-height: 75vh; object-fit: contain; }
.lightbox figcaption { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; padding-top: 17px; border-top: 1px solid var(--line-dark); }
.lightbox figcaption strong { font: 400 24px/1.1 var(--serif); }
.lightbox figcaption span, .lightbox figcaption small { color: var(--champagne-light); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.lightbox figcaption small { grid-column: 1 / -1; color: rgba(250,248,243,.55); }
.lightbox-close, .lightbox-arrow { border: 0; background: transparent; color: var(--paper-bright); cursor: pointer; }
.lightbox-close { position: absolute; top: 24px; right: 30px; font-size: 31px; font-weight: 300; }
.lightbox-arrow { width: 54px; height: 54px; border: 1px solid rgba(250,248,243,.22); border-radius: 50%; font-size: 22px; transition: background .25s ease, color .25s ease; }
.lightbox-arrow:hover, .lightbox-arrow:focus-visible { background: var(--paper-bright); color: var(--ink); }

body.js-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s var(--ease-editorial); }
body.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  body.js-ready .reveal, body.js-ready .reveal.is-visible { opacity: 1; transform: none; }
}

@media (max-width: 1099px) {
  .page-width { width: min(var(--content-width), calc(100% - (var(--gutter-tablet) * 2))); }
  .site-header { padding: 0 32px; }
  .desktop-nav { gap: 17px; margin-left: 20px; }
  .approach-grid, .salon-heading { grid-template-columns: 1fr 3fr; }
  .approach-image { grid-column: 2; width: min(300px, 100%); margin-top: 0; }
  .services-grid, .reviews-grid { gap: 55px; }
  .visit-copy { padding-left: 8%; }
}

@media (max-width: 767px) {
  :root { --gutter-mobile: 20px; }
  .page-width { width: calc(100% - (var(--gutter-mobile) * 2)); }
  .site-header { height: 64px; padding: 0 var(--gutter-mobile); }
  .wordmark { font-size: 27px; }
  .desktop-nav, .header-book { display: none; }
  .header-actions { gap: 18px; }
  .menu-trigger { display: inline-flex; }
  .language-button, .menu-trigger { font-size: 10px !important; letter-spacing: .12em !important; }
  .hero { min-height: 700px; align-items: end; }
  .hero-media { background-position: 63% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(20,19,17,.91) 0%, rgba(20,19,17,.34) 57%, rgba(20,19,17,.20) 100%); }
  .hero-content { width: calc(100% - (var(--gutter-mobile) * 2)); padding-bottom: 113px; }
  .hero-eyebrow { margin-bottom: 20px; }
  .hero-title { font-size: clamp(54px, 16vw, 72px); }
  .hero-deck { margin-top: 25px; font-size: 19px; }
  .hero-body { max-width: 340px; margin-top: 11px; font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 17px; margin-top: 27px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; border: 0; padding: 0; }
  .hero-rail { bottom: 20px; font-size: 9px; }
  .hero-rail > span:first-child, .hero-rail > span:last-child { display: none; }
  .scroll-cue { width: 100%; justify-content: center; }
  .story-frame { min-height: 650px; }
  .story-frame-copy { padding-bottom: 128px; }
  .story-copy-item h2 { max-width: 330px; margin-top: 17px; font-size: 44px; }
  .story-copy-item p:last-child { max-width: 315px; font-size: 15px; }
  .approach { padding: 48px 0 20px; }
  .approach-grid { display: block; }
  .section-marker { flex-direction: row; align-items: center; gap: 14px; }
  .section-marker i { width: 45px; height: 1px; }
  .approach-copy h2 { margin-top: 25px; font-size: 48px; }
  .approach-copy p { margin-top: 21px; font-size: 17px; }
  .approach-image { width: 88%; margin: 30px 0 0 auto; }
  .work, .services, .reviews { padding: 84px 0 90px; }
  .section-intro, .salon-heading { display: block; }
  .section-intro h2 { margin-top: 22px; font-size: 44px; }
  .section-intro > p { margin: 24px 0 0; font-size: 15px; }
  .portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 12px; margin-top: 48px; }
  .portfolio-card, .portfolio-card:nth-child(n) { margin: 0; }
  .portfolio-image { aspect-ratio: 4/5; }
  .portfolio-caption strong { font-size: 20px; }
  .services { padding-top: 36px; }
  .services-grid, .reviews-grid, .visit-grid { display: block; }
  .services-intro h2 { margin-top: 22px; font-size: 44px; }
  .services-intro > p { margin-top: 24px; }
  .service-panel { margin-top: 44px; }
  .service-group { padding: 17px 0 18px; }
  .service-group ul { grid-template-columns: 1fr; gap: 7px; }
  .service-group li { font-size: 13px; }
  .service-actions { padding-top: 25px; }
  .service-actions .button { width: 100%; }
  .service-tabs { display: block; padding: 0; border: 0; }
  .service-tab { display: flex; width: 100%; min-height: 57px; align-items: center; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line-light); text-align: left; }
  .service-tab::before { margin-right: 10px; color: var(--champagne); content: "+"; font-size: 18px; font-weight: 300; }
  .service-tab::after { display: none; }
  .service-tab.is-active::before { content: "–"; }
  .price-detail { min-height: 0; padding: 20px 0 31px; border-bottom: 1px solid var(--line-light); }
  .price-detail h3 { font-size: 37px; }
  .price-actions { flex-direction: column; align-items: stretch; gap: 18px; padding-top: 28px; border-top: 0; }
  .price-actions .text-link { align-self: center; border: 0; padding: 0; }
  .salon { padding: 84px 0 90px; }
  .salon-heading h2 { margin-top: 22px; font-size: 44px; }
  .salon-heading > p:last-child { margin-top: 24px; font-size: 15px; }
  .salon-hero-image { width: 100%; margin-top: 53px; aspect-ratio: 4/5; }
  .salon-gallery { display: block; margin-top: 14px; }
  .salon-portrait { aspect-ratio: 4/5; }
  .salon-gallery-stack { display: grid; margin-top: 14px; }
  .salon-gallery-stack figure { aspect-ratio: 16/10; }
  .reviews-intro { position: static; }
  .reviews-intro h2 { margin: 22px 0 31px; font-size: 44px; }
  .review-list { display: block; margin-top: 48px; }
  .review-card { min-height: 0; padding: 24px 0 27px; }
  .review-card blockquote { margin: 19px 0 25px; font-size: 17px; }
  .review-card:nth-child(n+3) { display: none; }
  .visit-grid { min-height: 0; }
  .visit-copy { display: block; padding: 30px var(--gutter-mobile) 34px; }
  .visit-copy h2 { margin: 7px 0 19px; font-size: 52px; }
  .visit-details { grid-template-columns: 1fr 1fr; gap: 18px 16px; margin-bottom: 22px; }
  .visit-details p { font-size: 13px; }
  .visit-booking-block { padding-top: 0; }
  .visit-booking-note { margin-bottom: 14px; font-size: 17px; }
  .visit-booking-block .button { width: 100%; }
  .visit-links { justify-content: center; }
  .site-footer { padding: 39px 0 104px; }
  .footer-top { align-items: start; }
  .footer-wordmark { margin: 72px 0 54px; font-size: 35vw; }
  .footer-bottom { display: block; font-size: 10px; }
  .footer-bottom nav { justify-content: start; margin-top: 28px; }
  .copyright { margin-top: 36px; }
  .mobile-booking { display: block; }
  .menu-panel { padding: 18px var(--gutter-mobile) calc(18px + env(safe-area-inset-bottom)); }
  .menu-top > div { gap: 17px; }
  .menu-content h2 { gap: 3px; margin: 18px 0 35px; font-size: 46px; }
  .menu-footer { flex-wrap: wrap; justify-content: start; gap: 9px 18px; font-size: 9px; }
  .menu-footer span:first-child { flex-basis: 100%; }
  .lightbox { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; padding: 72px 13px 34px; }
  .lightbox img { max-height: 65vh; }
  .lightbox-close { top: 18px; right: 20px; }
  .lightbox-arrow { width: 39px; height: 39px; font-size: 17px; }
  .lightbox figcaption strong { font-size: 20px; }
}

@media (max-width: 360px) {
  .hero-title, .approach-copy h2, .section-intro h2, .services-intro h2, .salon-heading h2, .reviews-intro h2, .visit-copy h2 { font-size: 40px; }
  .visit-details { display: block; }
  .visit-details p + p { margin-top: 21px; }
}
