:root {
  --cream: #f8f3ee;
  --paper: #fffdf9;
  --blush: #ead2ca;
  --blush-deep: #c98f82;
  --charcoal: #2d2928;
  --ink: #443d3a;
  --muted: #746b67;
  --gold: #c6a675;
  --line: rgba(45, 41, 40, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 20px 60px rgba(54, 43, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; background: var(--charcoal); color: white; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.demo-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 5px 20px; color: #f9f2e8; background: var(--charcoal); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.demo-bar__package { color: #dec59e; }
.site-header { position: absolute; z-index: 50; top: 34px; left: 0; right: 0; color: white; border-bottom: 1px solid rgba(255,255,255,.25); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { position: fixed; top: 0; color: var(--charcoal); background: rgba(255,253,249,.96); box-shadow: 0 10px 35px rgba(45,41,40,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { position: relative; display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50% 50% 45% 45%; color: var(--gold); font: italic 25px/1 var(--serif); }
.brand-name { display: flex; flex-direction: column; gap: 6px; }
.brand-name strong { font: 21px/1 var(--serif); letter-spacing: .01em; }
.brand-name i { color: var(--gold); font-weight: 400; }
.brand-name small { font-size: 8px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); }
.site-nav > a:not(.button) { position: relative; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.site-nav > a:hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: inherit; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--charcoal); font-family: var(--serif); font-weight: 400; line-height: .97; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--blush-deep); font-weight: 400; }
h2 { margin-bottom: 28px; font-size: clamp(45px, 5.5vw, 76px); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: #8d6a5f; font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.eyebrow--light { color: #f2ded5; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 25px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 800; letter-spacing: .035em; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 43px; padding: 10px 18px; font-size: 11px; }
.button--dark { background: var(--charcoal); color: white; }
.site-header:not(.scrolled) .nav-book { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.button--gold { background: var(--gold); color: #27211d; }
.button--gold:hover { background: #d5b989; }
.button--outline { border-color: var(--charcoal); color: var(--charcoal); }
.button--outline:hover { background: var(--charcoal); color: white; }
.button--ghost { border-color: rgba(255,255,255,.5); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: white; }

.hero { position: relative; min-height: 760px; height: calc(100svh - 34px); display: flex; align-items: center; overflow: hidden; color: white; background: #4a3732; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/salon-hero.webp") center/cover no-repeat; animation: hero-in 1.4s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(34,27,24,.82) 0%, rgba(34,27,24,.55) 43%, rgba(34,27,24,.08) 72%), linear-gradient(0deg, rgba(20,16,15,.32), transparent 40%); }
.hero-content { position: relative; z-index: 1; padding-top: 120px; }
.hero h1 { max-width: 720px; margin: 0 0 28px; color: white; font-size: clamp(62px, 8vw, 104px); }
.hero h1 em { color: #e0bbb0; }
.hero-copy { max-width: 550px; margin-bottom: 36px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-actions svg { width: 18px; fill: currentColor; }
.hero-call { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 280px; display: flex; align-items: center; gap: 15px; padding: 23px 34px; color: var(--charcoal); background: var(--cream); text-decoration: none; }
.hero-call__icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #8b6d45; }
.hero-call small, .hero-call strong { display: block; }
.hero-call small { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-call strong { font: 19px var(--serif); }
@keyframes hero-in { from { transform: scale(1.05); opacity: .65; } to { transform: scale(1); opacity: 1; } }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .75fr; gap: 12%; align-items: center; }
.intro-copy { max-width: 470px; color: var(--muted); font-size: 16px; }
.intro-copy p { margin-bottom: 20px; }
.intro-copy .text-link { margin-top: 8px; color: var(--charcoal); }

.services { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 365px; margin-bottom: 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-card { min-height: 390px; position: relative; display: flex; flex-direction: column; padding: 30px 27px; border: 1px solid var(--line); background: var(--paper); transition: transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card--blush { background: #e8cbc2; }
.service-card--dark { color: rgba(255,255,255,.74); background: var(--charcoal); }
.service-card--dark h3, .service-card--dark a { color: white; }
.service-number { color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.service-icon { min-height: 120px; display: grid; place-items: center; color: #b08e61; font: 44px var(--serif); }
.service-card h3 { margin: 0 0 14px; color: var(--charcoal); font: 29px var(--serif); }
.service-card p { color: inherit; font-size: 13px; line-height: 1.7; }
.service-card a { margin-top: auto; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.service-card a span { float: right; }
.services-note { margin-top: 27px; color: var(--muted); font-size: 12px; text-align: center; }
.services-note strong { color: var(--ink); font-weight: 600; }

.price-section { background: var(--paper); }
.price-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.price-intro { position: sticky; top: 130px; align-self: start; }
.price-intro > p:not(.eyebrow) { max-width: 400px; margin-bottom: 30px; color: var(--muted); }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.price-row:first-child { border-top: 1px solid var(--line); }
.price-row span { display: grid; }
.price-row strong { color: var(--charcoal); font: 21px var(--serif); }
.price-row small { color: var(--muted); font-size: 11px; }
.price-row b { flex: 0 0 auto; color: #8d6a5f; font: 18px var(--serif); }
.price-disclaimer { margin-top: 18px; color: var(--muted); font-size: 10px; font-style: italic; }

.why { overflow: hidden; background: #eee0d8; }
.why-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 10%; align-items: center; }
.why-photo { position: relative; }
.why-photo::before { content: ""; position: absolute; top: -30px; left: -30px; width: 80px; height: 80px; border: 1px solid rgba(141,106,95,.3); border-radius: 50%; }
.why-photo img { width: 100%; aspect-ratio: .9; object-fit: cover; box-shadow: var(--shadow); }
.photo-note { position: absolute; right: -30px; bottom: 30px; padding: 16px 22px; background: var(--paper); box-shadow: var(--shadow); font: italic 17px var(--serif); }
.photo-note i { color: var(--blush-deep); }
.why-content h2 { font-size: clamp(43px, 5vw, 67px); }
.feature-list { margin-top: 38px; }
.feature-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(45,41,40,.14); }
.feature-list span { color: #9b786c; font-size: 10px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 13px; }
.feature-list strong { display: block; margin-bottom: 3px; color: var(--charcoal); font: 20px var(--serif); }

.gallery { background: var(--paper); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { color: var(--muted); font-size: 12px; }
.gallery-heading span { color: #8d6a5f; font-weight: 700; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-template-rows: 420px; gap: 16px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; background: var(--cream); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; left: 0; bottom: 0; padding: 15px 20px; color: white; background: rgba(45,41,40,.72); font: italic 15px var(--serif); backdrop-filter: blur(8px); }

.visit { padding-top: 40px; background: var(--paper); }
.visit-card { display: grid; grid-template-columns: 1.15fr .85fr; box-shadow: var(--shadow); }
.visit-main { padding: clamp(44px, 7vw, 85px); color: rgba(255,255,255,.72); background: var(--charcoal); }
.visit-main h2 { color: white; }
.visit-main h2 em { color: #deb8ac; }
.visit-main address { margin: 35px 0 18px; font-style: normal; }
.visit-main address strong { color: white; font: 22px var(--serif); }
.visit-main address small { color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .06em; }
.service-area { max-width: 440px; margin-bottom: 32px; font-size: 12px; }
.hours { padding: clamp(44px, 6vw, 75px); background: var(--cream); }
.hours dl { margin: 30px 0 22px; }
.hours dl div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; color: var(--charcoal); font-weight: 700; }
.hours-note { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; }
.hours-note span { width: 7px; height: 7px; border-radius: 50%; background: #70966b; box-shadow: 0 0 0 3px rgba(112,150,107,.15); }
.hours-contact { display: grid; gap: 12px; margin-top: 34px; }
.hours-contact a { display: grid; grid-template-columns: 1fr auto; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--charcoal); font: 18px var(--serif); text-decoration: none; }
.hours-contact small { grid-column: 1 / -1; color: var(--muted); font: 8px var(--sans); letter-spacing: .12em; text-transform: uppercase; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.faq-layout > div:first-child > p:last-child { max-width: 340px; color: var(--muted); font-size: 13px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--charcoal); font: 19px var(--serif); cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #9b786c; font: 26px var(--sans); font-weight: 200; transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; padding: 0 35px 22px 0; color: var(--muted); font-size: 13px; }

.final-cta { position: relative; padding: 110px 0; overflow: hidden; color: white; background: #59413b; text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid rgba(198,166,117,.25); border-radius: 50%; }
.final-cta::before { top: -210px; left: -100px; }
.final-cta::after { right: -110px; bottom: -240px; }
.final-cta__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.final-cta .spark { color: var(--gold); font-size: 34px; }
.final-cta .eyebrow { margin: 15px 0 24px; }
.final-cta .eyebrow::before { display: none; }
.final-cta h2 { margin-bottom: 20px; color: white; font-size: clamp(58px, 7vw, 90px); }
.final-cta h2 em { color: #e3bab0; }
.final-cta__inner > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.7); }
.final-cta__inner > div { display: flex; gap: 12px; margin-top: 18px; }
.final-cta__inner > small { margin-top: 25px; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { padding: 65px 0 22px; color: rgba(255,255,255,.58); background: #231f1e; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr 1.2fr; gap: 6%; }
.brand--footer { margin-bottom: 20px; color: white; }
.footer-grid > div:first-child p { max-width: 260px; }
.footer-grid h3 { margin: 0 0 17px; color: var(--gold); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-demo { padding: 20px; border: 1px solid rgba(198,166,117,.28); }
.footer-demo strong { color: #dec59e; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-demo p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .04em; }
.footer-bottom a { color: var(--gold); text-decoration: none; }
.mobile-actions { display: none; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .section { padding: 85px 0; }
  .site-header .brand, .menu-toggle { z-index: 3; }
  .menu-toggle { display: block; cursor: pointer; }
  body.menu-open .site-header { color: var(--charcoal); border-bottom-color: var(--line); }
  body.menu-open .mobile-actions { visibility: hidden; opacity: 0; pointer-events: none; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 2; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; justify-content: flex-start; gap: 24px; padding: clamp(125px, 22vh, 190px) 24px 50px; overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; color: var(--charcoal); background: var(--paper); pointer-events: none; transform: translateY(-8px); transition: opacity .25s, transform .25s, visibility .25s; }
  .site-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.button) { font: 32px var(--serif); }
  .site-nav .button { width: min(100%, 320px); margin-top: 8px; }
  .site-header:not(.scrolled) .nav-book { color: white; background: var(--charcoal); border-color: var(--charcoal); }
  .hero { min-height: 720px; }
  .hero-image { background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(34,27,24,.8), rgba(34,27,24,.27)), linear-gradient(0deg, rgba(20,16,15,.55), transparent 50%); }
  .intro-grid, .why-grid { gap: 7%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .price-layout { gap: 6%; }
  .gallery-grid { grid-template-columns: 1.2fr .8fr; grid-template-rows: 330px 330px; }
  .gallery-card:last-child { grid-column: 1 / -1; }
  .visit-card { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-demo { grid-column: 1 / -1; margin-top: 15px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; font-size: 15px; }
  .container { width: min(100% - 32px, 560px); }
  .section { padding: 70px 0; }
  .demo-bar { min-height: 43px; flex-direction: column; gap: 0; font-size: 8px; line-height: 1.5; }
  .site-header { top: 43px; }
  .site-header.scrolled { top: 0; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name strong { font-size: 18px; }
  h2 { font-size: 46px; }
  .eyebrow { margin-bottom: 18px; }
  .hero { height: 810px; min-height: auto; align-items: end; }
  .hero-image { background-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(29,23,21,.94) 0%, rgba(29,23,21,.4) 66%, rgba(29,23,21,.22) 100%); }
  .hero-content { padding: 0 0 115px; }
  .hero h1 { max-width: 480px; margin-bottom: 22px; font-size: clamp(54px, 16vw, 73px); }
  .hero-copy { max-width: 400px; margin-bottom: 27px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .hero-call { display: none; }
  .intro-grid, .price-layout, .why-grid, .visit-card, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy { font-size: 14px; }
  .section-heading, .gallery-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p { margin: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 310px; padding: 23px 20px; }
  .service-icon { min-height: 80px; font-size: 33px; }
  .service-card h3 { font-size: 24px; }
  .service-card p { font-size: 11px; }
  .price-intro { position: static; }
  .price-row { align-items: end; }
  .price-row strong { font-size: 18px; }
  .price-row small { max-width: 230px; line-height: 1.4; }
  .price-row b { font-size: 16px; }
  .why-photo { width: calc(100% - 22px); }
  .photo-note { right: -22px; }
  .why-content h2 { font-size: 45px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 300px; }
  .gallery-card--wide { grid-column: 1 / -1; }
  .gallery-card:last-child { grid-column: auto; }
  .gallery-card figcaption { max-width: 90%; padding: 10px 12px; font-size: 12px; }
  .visit { padding-top: 20px; }
  .visit-main, .hours { padding: 42px 28px; }
  .faq-layout { gap: 25px; }
  .final-cta { padding: 85px 0; }
  .final-cta__inner > div { width: 100%; flex-direction: column; }
  .final-cta__inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-grid > div:first-child, .footer-demo { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 10px; }
  .mobile-actions { position: fixed; z-index: 80; bottom: 0; left: 0; right: 0; height: 64px; display: grid; grid-template-columns: .8fr 1.2fr; padding: 7px; background: var(--paper); box-shadow: 0 -8px 30px rgba(45,41,40,.13); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--charcoal); font-size: 12px; font-weight: 800; text-decoration: none; }
  .mobile-actions__primary { color: white !important; background: #477b57; }
}

@media (max-width: 390px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-card { min-width: 85%; height: 340px; scroll-snap-align: start; }
  .gallery-card:last-child { min-width: 85%; }
}
