:root {
  --forest: #183D31;
  --ivory: #F6F0E6;
  --gold: #C3A26A;
  --sage: #87917D;
  --charcoal: #20221F;
  --cream: var(--ivory);
  --paper: var(--ivory);
  --ink: var(--charcoal);
  --forest-2: var(--forest);
  --line: rgba(24, 61, 49, .16);
  --white-line: rgba(246, 240, 230, .22);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 18px 48px rgba(24, 61, 49, .12);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
html.review-static { scrollbar-width: none; scroll-behavior: auto; }
html.review-static::-webkit-scrollbar { display: none; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
img { height: auto; image-rendering: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; background: var(--paper); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 104px 0; }
.eyebrow { margin: 0 0 18px; color: var(--forest-2); font-size: .74rem; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: rgba(246,240,230,.78); }
.mini-label { margin: 0 0 8px; color: var(--sage); font-size: .68rem; font-weight: 800; letter-spacing: .12em; line-height: 1.25; text-transform: uppercase; }
.status-dot { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border: 2px solid rgba(246,240,230,.62); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(195,162,106,.16); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .74rem; font-weight: 800; letter-spacing: .07em; line-height: 1; text-align: center; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-1px); }
.button-dark, .button-primary { color: var(--ivory); background: var(--forest); }
.button-dark:hover, .button-primary:hover { background: var(--charcoal); }
.button-cream { color: var(--forest); background: var(--cream); }
.button-outline { color: var(--forest); border-color: var(--forest); background: transparent; }
.button-outline:hover { color: var(--ivory); background: var(--forest); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.light-link { color: var(--ivory); }

.utility-bar { position: relative; z-index: 30; color: var(--ivory); background: var(--forest); }
.utility-inner { width: min(1280px, calc(100% - 64px)); min-height: 38px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.utility-inner p { margin: 0; }
.utility-inner a { border-bottom: 1px solid rgba(246,240,230,.38); }

.hero { position: relative; min-height: 950px; color: var(--ivory); isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -3; background: var(--forest); }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,34,31,.78) 0%, rgba(24,61,49,.53) 43%, rgba(24,61,49,.2) 69%, rgba(32,34,31,.32) 100%); }
.hero-wash::after { content: ""; position: absolute; inset: auto 0 0; height: 46%; background: linear-gradient(180deg, rgba(246,240,230,0) 0%, rgba(246,240,230,.16) 38%, var(--ivory) 100%); }
.site-nav { position: relative; z-index: 15; top: 24px; min-height: 78px; display: grid; grid-template-columns: 270px 1fr auto auto; align-items: center; gap: 28px; padding: 10px 12px 10px 24px; color: var(--ink); background: rgba(246,240,230,.94); border: 1px solid rgba(246,240,230,.58); border-radius: 999px; box-shadow: 0 12px 34px rgba(24,61,49,.13); backdrop-filter: blur(14px); }
.brand { display: block; width: 226px; }
.brand img { width: 100%; }
.desktop-links { display: flex; align-items: center; justify-content: center; gap: 26px; }
.desktop-links a { position: relative; padding: 12px 0; font-size: .71rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.desktop-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: var(--gold); transition: right .2s ease; }
.desktop-links a:hover::after { right: 0; }
.desktop-links a[aria-current="page"]::after { right: 0; }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown.is-current > .nav-dropdown-link::after { right: 0; }
.nav-dropdown-toggle { width: 28px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.nav-dropdown-toggle span { display: block; font-size: 1rem; line-height: 1; transition: transform .2s ease; }
.nav-dropdown-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; z-index: 40; top: calc(100% - 2px); left: -18px; width: 300px; display: grid; gap: 2px; padding: 14px; border: 1px solid rgba(176,145,87,.22); border-radius: 18px; background: rgba(246,240,230,.99); box-shadow: 0 18px 42px rgba(24,61,49,.18); }
.nav-dropdown-menu[hidden] { display: none; }
.desktop-links .nav-dropdown-menu a { padding: 10px 12px; border-radius: 10px; font-size: .72rem; letter-spacing: .02em; line-height: 1.25; text-transform: none; }
.desktop-links .nav-dropdown-menu a::after { display: none; }
.desktop-links .nav-dropdown-menu a:hover,
.desktop-links .nav-dropdown-menu a[aria-current="page"] { background: rgba(176,145,87,.12); }
.site-nav a:focus-visible,
.site-nav button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.nav-phone { white-space: nowrap; font-size: .76rem; font-weight: 800; }
.nav-book { min-width: 154px; }
.menu-toggle, .mobile-menu { display: none; }

.hero-content { position: relative; z-index: 3; min-height: 790px; display: grid; grid-template-columns: minmax(0, 1fr) 456px; align-items: center; gap: 70px; padding-top: 118px; padding-bottom: 106px; }
.hero-copy { max-width: 720px; padding-top: 46px; }
.hero-copy h1 { max-width: 720px; margin: 0 0 25px; font-family: var(--serif); font-size: clamp(4rem, 5.7vw, 6.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .91; }
.hero-copy h1 em { color: var(--gold); font-weight: inherit; }
.hero-lede { max-width: 640px; margin: 0 0 27px; color: rgba(246,240,230,.88); font-size: 1.08rem; line-height: 1.7; }
.review-chip { width: fit-content; min-height: 45px; margin-bottom: 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 9px 15px; color: var(--ink); background: rgba(246,240,230,.94); border: 1px solid rgba(246,240,230,.55); border-radius: 999px; box-shadow: 0 8px 22px rgba(24,61,49,.1); font-size: .74rem; }
.review-chip .stars, .stars { color: var(--gold); letter-spacing: .08em; }
.review-chip strong { font-size: .9rem; }
.review-chip i { width: 1px; height: 15px; background: var(--line); }
.hero-actions { display: flex; align-items: center; gap: 25px; }

.booking-card { align-self: end; padding: 14px; color: var(--ink); background: rgba(246,240,230,.96); border: 1px solid rgba(246,240,230,.65); border-radius: var(--radius-xl); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.mobile-featured-result { display: none; }
.featured-result { position: relative; height: 414px; margin: 0 0 17px; overflow: hidden; border-radius: var(--radius-lg); background: var(--sage); }
.featured-result picture { display: block; width: 100%; height: 100%; }
.featured-result img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 25%; image-rendering: auto; }
.featured-result::after { content: ""; position: absolute; inset: 52% 0 0; background: linear-gradient(transparent, rgba(12,20,14,.65)); }
.featured-result figcaption { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 13px; display: flex; justify-content: space-between; color: var(--ivory); font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.booking-card-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 0 4px 13px; }
.booking-card-head h2 { margin: 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1; }
.price-note { color: var(--forest-2); font-size: .63rem; font-weight: 800; }
.service-picker { display: grid; gap: 7px; }
.service-choice { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 14px; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-md); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.service-choice:hover, .service-choice.is-active { border-color: var(--forest); background: var(--ivory); transform: translateX(-2px); }
.service-choice strong, .service-choice small { display: block; }
.service-choice strong { margin-bottom: 2px; font-family: var(--serif); font-size: 1rem; font-weight: 400; line-height: 1.1; }
.service-choice small { color: var(--sage); font-size: .64rem; line-height: 1.35; }
.service-price { flex: 0 0 auto; font-family: var(--serif); font-size: 1.4rem; text-align: right; line-height: 1; }
.service-price small { margin-bottom: 3px; font-family: var(--sans); font-size: .58rem; }
.service-price-confirmation { flex: 0 1 170px; min-width: 0; }
.service-price-confirmation small { line-height: 1.25; }
.booking-card .button { margin-top: 12px; }
.fine-print { margin: 10px 0 1px; color: var(--sage); font-size: .62rem; text-align: center; }
.hero-transition { position: absolute; z-index: 1; left: 0; right: 0; bottom: -113px; height: 205px; background: var(--cream); border-radius: 50% 50% 0 0 / 34% 34% 0 0; }

@media (min-width: 761px) {
  .featured-result { height: 410px !important; overflow: hidden !important; }
  .featured-result picture { height: 100% !important; overflow: hidden !important; }
  .featured-result img {
    width: 104% !important;
    max-width: none !important;
    height: 100% !important;
    margin-left: -18px;
    object-fit: cover !important;
    object-position: 50% 18% !important;
    transform: translateX(18px) !important;
    display: block !important;
  }
}

.proof-strip { position: relative; z-index: 4; padding: 22px 0 30px; background: var(--cream); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid p { min-height: 82px; margin: 0; display: flex; flex-direction: column; justify-content: center; padding: 16px 26px; border-left: 1px solid var(--line); }
.proof-grid p:first-child { border-left: 0; }
.proof-grid strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.proof-grid span { color: var(--sage); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.section-heading { margin-bottom: 50px; }
.section-heading h2 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.4rem); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.split-heading { display: grid; grid-template-columns: 1.5fr .72fr; align-items: end; gap: 80px; }
.split-heading p:last-child { max-width: 440px; margin: 0; color: var(--sage); }

.services-section { background: var(--cream); }
.popular-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.popular-card { position: relative; min-height: 370px; grid-column: span 4; display: flex; flex-direction: column; padding: 32px; overflow: hidden; background: rgba(246,240,230,.7); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.popular-card:nth-child(4) { grid-column: span 4; }
.popular-number { position: absolute; right: 26px; top: 20px; color: rgba(24,61,49,.15); font-family: var(--serif); font-size: 4rem; line-height: 1; }
.popular-card h3 { max-width: 310px; margin: 26px 0 16px; font-family: var(--serif); font-size: 2.3rem; font-weight: 400; line-height: 1; }
.popular-card > p:not(.mini-label) { max-width: 330px; margin-bottom: 26px; color: var(--sage); font-size: .89rem; }
.popular-card .service-meta { margin-top: auto; }
.service-meta { display: flex; gap: 18px; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.service-meta span + span { padding-left: 18px; border-left: 1px solid currentColor; }
.service-meta-featured-price { align-items: center; }
.service-meta-featured-price .service-starting-price { display: grid; gap: 1px; letter-spacing: .035em; }
.service-meta-featured-price .service-starting-price small { font: inherit; }
.service-meta-featured-price .service-starting-price strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: .95; letter-spacing: -.02em; }
.popular-card > a { margin-top: 24px; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.accent-card { color: var(--charcoal); background: rgba(135,145,125,.14); border-color: rgba(195,162,106,.58); box-shadow: inset 0 3px 0 var(--gold); }
.accent-card .mini-label, .accent-card > p:not(.mini-label) { color: var(--forest); }
.dark-card { color: var(--ivory); background: var(--forest); border-color: transparent; }
.dark-card .popular-number { color: rgba(246,240,230,.13); }
.dark-card .mini-label, .dark-card > p:not(.mini-label) { color: rgba(246,240,230,.72); }
.image-card { height: 405px; min-height: 405px; grid-column: span 12 !important; padding: 0; color: var(--ivory); }
.image-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(13,22,16,.82)); }
.image-card picture, .image-card img { display: block; width: 100%; height: 100%; }
.image-card img { object-fit: cover; object-position: center; }
.image-card-copy { position: absolute; z-index: 1; left: 32px; right: 32px; bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.image-card-copy h3 { margin: 7px 0 0; font-size: 3.2rem; }
.image-card-copy .mini-label { color: rgba(246,240,230,.75); }
.section-action { margin-top: 34px; text-align: center; }

.new-client-section { color: var(--ivory); background: var(--forest); }
.new-client-section .shell { display: grid; grid-template-columns: .8fr 1.35fr; gap: 100px; }
.new-client-intro { position: sticky; top: 120px; align-self: start; }
.new-client-intro h2 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(3.6rem, 5vw, 5.8rem); font-weight: 400; letter-spacing: -.04em; line-height: .94; }
.new-client-intro h2 em { color: var(--gold); font-weight: 400; }
.new-client-intro > p:not(.eyebrow) { max-width: 470px; margin-bottom: 28px; color: rgba(246,240,230,.72); }
.goal-router { display: grid; }
.goal-card { min-height: 136px; display: grid; grid-template-columns: 42px 1fr 38px; align-items: center; gap: 22px; padding: 24px 8px; border-bottom: 1px solid var(--white-line); transition: padding .25s ease, background .25s ease; }
.goal-card:first-child { border-top: 1px solid var(--white-line); }
.goal-card:hover { padding-inline: 20px; background: rgba(246,240,230,.05); }
.goal-index { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.goal-card h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.goal-card p { margin: 0; color: rgba(246,240,230,.62); font-size: .82rem; }
.goal-card .arrow { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--white-line); border-radius: 50%; }
.goal-call { color: var(--ivory); background: rgba(195,162,106,.08); border: 1px solid rgba(195,162,106,.62); box-shadow: inset 3px 0 0 var(--gold); }
.goal-call p { color: rgba(246,240,230,.68); }
.goal-call .goal-index { color: var(--gold); }
.goal-call:hover { background: rgba(195,162,106,.13); }

.work-section { background: var(--paper); }
.work-heading { max-width: 980px; }
.work-heading h2 { margin-bottom: 22px; }
.work-heading > p:last-child { max-width: 650px; margin-bottom: 0; color: var(--sage); }
.editorial-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 105px; gap: 16px; }
.work-tile { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--sage); }
.work-tile picture, .work-tile img { display: block; width: 100%; height: 100%; }
.work-tile img { object-fit: cover; }
.work-tile::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(10,17,12,.7)); }
.work-tile figcaption { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 16px; display: flex; align-items: end; justify-content: space-between; gap: 10px; color: var(--ivory); }
.work-tile figcaption span { font-family: var(--serif); font-size: 1.35rem; }
.work-tile figcaption small { font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tile-a { grid-column: 1 / span 5; grid-row: span 6; }
.tile-b { grid-column: 6 / span 3; grid-row: span 3; }
.tile-c { grid-column: 9 / span 4; grid-row: span 4; }
.tile-d { grid-column: 6 / span 3; grid-row: span 3; }
.tile-e { grid-column: 9 / span 4; grid-row: span 4; }
.tile-f { grid-column: 1 / span 8; grid-row: span 3; }
.tile-a img { object-position: center 32%; }
.tile-c img { object-position: center 35%; }
.tile-f img { object-position: center 38%; }
.work-footer { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.work-footer p { margin: 0; color: var(--sage); }
.work-footer strong { color: var(--ink); }

.service-menu-section { background: rgba(135,145,125,.16); }
.service-menu-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.service-menu-copy { position: sticky; top: 110px; }
.service-menu-copy h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(3.4rem, 4.7vw, 5.2rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.service-menu-copy > p:not(.eyebrow) { max-width: 520px; color: var(--sage); }
.photo-stack { position: relative; height: 330px; margin-top: 38px; }
.photo-stack img { position: absolute; width: 58%; height: 285px; object-fit: cover; border: 7px solid var(--ivory); border-radius: var(--radius-lg); box-shadow: 0 14px 34px rgba(24,61,49,.12); }
.photo-stack img:first-child { left: 0; top: 0; object-position: center 25%; transform: rotate(-3deg); }
.photo-stack img:last-child { right: 0; bottom: 0; object-position: center 30%; transform: rotate(4deg); }
.photo-stack img.photo-stack-fit { object-fit: contain; object-position: 50% 50%; background: linear-gradient(145deg, var(--silver), var(--ivory)); }
.price-list { padding: 12px 30px 30px; background: var(--ivory); border-radius: var(--radius-xl); box-shadow: 0 16px 42px rgba(24,61,49,.1); }
.price-row { min-height: 93px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 4px; border-bottom: 1px solid var(--line); }
.price-row strong, .price-row small { display: block; }
.price-row strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.price-row small { margin-top: 3px; color: var(--sage); font-size: .72rem; }
.price-row b { flex: 0 0 auto; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.price-row .price-confirmation { flex: 0 1 190px; min-width: 0; font-family: var(--sans); font-size: .66rem; line-height: 1.35; text-align: right; }
.consultation-row { margin: 10px -12px 20px; padding-inline: 16px; background: rgba(135,145,125,.14); border: 0; border-radius: var(--radius-md); }
.consultation-row a { flex: 0 0 auto; color: var(--forest); font-size: .7rem; font-weight: 800; text-transform: uppercase; }

.team-section { background: var(--cream); }
.team-scroll { min-width: 0; max-width: 100%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; scrollbar-width: none; }
.team-scroll::-webkit-scrollbar { display: none; }
.stylist-card { overflow: hidden; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.stylist-card img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: center; }
.stylist-card > div { padding: 21px 19px 24px; }
.stylist-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1; }
.stylist-card > div > p:not(.mini-label) { min-height: 44px; margin: 0 0 15px; color: var(--sage); font-size: .72rem; }
.stylist-card a { font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.stylist-card > .stylist-goal-visual {
  position: relative;
  margin: 0;
  aspect-ratio: .78;
  overflow: hidden;
  background: var(--platinum);
  border-bottom: 1px solid var(--platinum);
}
.stylist-card .stylist-goal-visual img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}
.stylist-card .stylist-best-for { line-height: 1.55; }

.reviews-section { color: var(--ivory); background: var(--charcoal); }
.reviews-layout { display: grid; grid-template-columns: .42fr 1.58fr; gap: 72px; align-items: start; }
.reviews-score { position: sticky; top: 112px; }
.reviews-score .eyebrow { color: rgba(246,240,230,.68); }
.reviews-score .stars { display: block; color: var(--gold); font-size: 1.2rem; }
.reviews-score > strong { display: block; margin: 8px 0 0; font-family: var(--serif); font-size: 7rem; font-weight: 400; line-height: .85; }
.reviews-score > p { margin: 13px 0 0; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.reviews-score .reviews-note { margin-top: 44px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; text-transform: none; }
.review-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.review-card { min-height: 275px; margin: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; color: var(--charcoal); background: var(--ivory); border: 1px solid rgba(195,162,106,.34); border-radius: var(--radius-lg); }
.review-card:first-child { grid-column: span 2; min-height: 245px; }
.review-card p { margin: 0; font-family: var(--serif); font-size: 1.75rem; line-height: 1.25; }
.review-card footer { margin-top: 24px; font-size: .65rem; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.atmosphere-section { background: var(--paper); }
.atmosphere-layout { display: grid; grid-template-columns: 448px 1fr; gap: 104px; align-items: center; }
.atmosphere-collage { position: relative; min-height: 630px; }
.space-main { width: 448px; height: 600px; object-fit: cover; border-radius: var(--radius-xl); }
.space-detail { position: absolute; right: -64px; bottom: 20px; width: 320px; height: 336px; object-fit: cover; border: 8px solid var(--ivory); border-radius: var(--radius-lg); box-shadow: 0 14px 34px rgba(24,61,49,.12); }
.space-badge { position: absolute; right: -48px; top: 36px; width: 142px; height: 142px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ivory); background: var(--forest); border: 1px solid var(--gold); border-radius: 50%; text-align: center; transform: rotate(5deg); box-shadow: none; }
.space-badge strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.space-badge span { font-size: .6rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.atmosphere-copy h2 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(3.4rem, 4.5vw, 5rem); font-weight: 400; letter-spacing: -.04em; line-height: .97; }
.atmosphere-copy > p:not(.eyebrow) { color: var(--sage); }
.check-list { margin: 27px 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 31px; border-bottom: 1px solid var(--line); font-size: .84rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.faq-section { background: rgba(135,145,125,.16); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; align-items: start; }
.faq-heading { position: sticky; top: 112px; }
.faq-heading h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 5.5rem; font-weight: 400; letter-spacing: -.04em; line-height: .9; }
.faq-heading > p:not(.eyebrow) { color: var(--sage); }
.faq-heading .button { margin-top: 16px; }
.faq-list details { border-top: 1px solid rgba(24,61,49,.24); }
.faq-list details:last-child { border-bottom: 1px solid rgba(24,61,49,.24); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.55rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 21px; font-family: var(--sans); font-size: 1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 690px; margin: -6px 0 25px; color: var(--sage); font-size: .88rem; }

.visit-section { color: var(--ivory); background: var(--forest); }
.visit-card { min-height: 600px; display: grid; grid-template-columns: minmax(0, 1fr) 448px; overflow: hidden; background: var(--charcoal); border: 1px solid var(--white-line); border-radius: var(--radius-xl); }
.visit-copy { align-self: center; padding: 66px; }
.visit-copy h2 { max-width: 650px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(4rem, 5vw, 5.8rem); font-weight: 400; letter-spacing: -.04em; line-height: .92; }
.visit-copy address { margin-bottom: 28px; color: rgba(246,240,230,.78); font-style: normal; font-size: 1.02rem; }
.visit-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 22px 0; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.visit-meta p { margin: 0; }
.visit-meta strong, .visit-meta span, .visit-meta a { display: block; }
.visit-meta strong { margin-bottom: 6px; color: var(--gold); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.visit-meta span, .visit-meta a { color: rgba(246,240,230,.72); font-size: .8rem; }
.visit-actions { margin-top: 30px; display: flex; align-items: center; gap: 25px; }
.visit-socials { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.visit-socials a { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; color: rgba(246,240,230,.82); border: 1px solid rgba(220,225,223,.25); border-radius: 999px; font-size: .68rem; font-weight: 700; letter-spacing: .04em; }
.visit-socials a:hover { color: var(--ivory); border-color: rgba(198,167,108,.62); }
.social-icon { flex: 0 0 auto; }
.visit-card > img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { padding: 70px 0 20px; color: var(--charcoal); background: var(--ivory); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 70px; padding-bottom: 55px; }
.footer-brand .footer-business-name { margin: 20px 0 5px; color: var(--charcoal); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand img { width: 250px; opacity: 1; }
.footer-brand p { max-width: 290px; margin-top: 20px; color: var(--sage); }
.footer-title { margin-bottom: 15px; color: var(--forest); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p:not(.footer-title) { display: block; margin: 0 0 10px; color: var(--sage); font-size: .78rem; }
.footer-grid > div:not(.footer-brand) a.footer-social-link { display: inline-flex; align-items: center; gap: 6px; }
.footer-bottom { min-height: 55px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--sage); font-size: .65rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.mobile-book-bar { display: none; }

.intro-secondary-link { margin-top: 18px; }
.work-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.faq-more-link { margin: 16px 0 0 14px; }

/* Shared multi-page prototype system. The approved homepage hero above is frozen. */
.inner-page { background: var(--paper); }
.page-header { position: relative; min-height: 720px; overflow: hidden; color: var(--ivory); background: var(--forest); isolation: isolate; }
.page-header-media { position: absolute; inset: 0; z-index: -2; }
.page-header-media img { width: 100%; height: 100%; object-fit: cover; }
.page-header-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,31,21,.92) 0%, rgba(20,37,27,.74) 48%, rgba(20,37,27,.25) 100%); }
.page-header .site-nav { top: 24px; }
.page-hero { min-height: 600px; display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: 80px; padding-top: 120px; padding-bottom: 70px; }
.page-hero-copy { max-width: 760px; }
.page-hero h1 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(4.4rem, 6.5vw, 7.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.page-hero h1 em { color: var(--gold); font-weight: 400; }
.page-hero-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 28px; color: rgba(246,240,230,.78); font-size: 1.03rem; }
.page-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.page-hero-visual { position: relative; margin: 0; }
.page-hero-visual img { width: 100%; height: 510px; object-fit: cover; border: 10px solid rgba(246,240,230,.94); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.page-hero-visual figcaption { position: absolute; left: -28px; bottom: 28px; max-width: 250px; padding: 16px 20px; color: var(--ink); background: var(--paper); border-radius: 16px; font-family: var(--serif); font-size: 1.15rem; line-height: 1.15; box-shadow: 0 14px 35px rgba(10,20,14,.18); }

.page-section { padding: 100px 0; }
.page-section.tinted { background: var(--cream); }
.page-section.deep { color: var(--ivory); background: var(--forest); }
.page-section.accent { background: rgba(135,145,125,.16); }
.page-heading { max-width: 880px; margin-bottom: 48px; }
.page-heading h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.6rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.page-heading > p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; color: var(--sage); }
.deep .page-heading > p:not(.eyebrow) { color: rgba(246,240,230,.68); }
.page-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.page-intro-grid > div:first-child h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 4.6vw, 5.1rem); font-weight: 400; letter-spacing: -.04em; line-height: .96; }
.page-prose { color: var(--sage); font-size: 1rem; }
.page-prose p { margin-bottom: 20px; }
.page-prose strong { color: var(--ink); }
.page-prose .button { margin-top: 8px; }

.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.choice-card { min-height: 280px; display: flex; flex-direction: column; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; }
.choice-card.dark { color: var(--ivory); background: var(--forest); border-color: transparent; }
.choice-card.accent { background: rgba(135,145,125,.14); border-color: rgba(195,162,106,.58); box-shadow: inset 0 3px 0 var(--gold); }
.choice-card .choice-number { color: var(--gold); font-family: var(--serif); font-size: 2rem; }
.choice-card h3 { margin: 26px 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.choice-card p { margin-bottom: 20px; color: var(--sage); font-size: .82rem; }
.choice-card.dark p { color: rgba(246,240,230,.68); }
.choice-card .text-link { margin-top: auto; }
.choice-card.dark .text-link { color: var(--ivory); }

.service-directory { display: grid; gap: 14px; }
.service-directory-card { min-height: 160px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 28px 32px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; }
.service-directory-card h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-directory-card p { max-width: 700px; margin: 0; color: var(--sage); font-size: .82rem; }
.service-directory-card .service-card-side { min-width: 190px; text-align: right; }
.service-directory-card .service-card-side strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }

.step-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: steps; }
.step-card { min-height: 250px; padding: 26px; color: var(--ivory); background: rgba(246,240,230,.07); border: 1px solid var(--white-line); border-radius: var(--radius-lg); counter-increment: steps; }
.step-card::before { content: "0" counter(steps); display: block; margin-bottom: 45px; color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.step-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1.05; }
.step-card p { margin: 0; color: rgba(246,240,230,.64); font-size: .78rem; }

.page-gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 92px; gap: 13px; }
.filter-bar { margin: -12px 0 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-bar button { min-height: 42px; padding: 9px 16px; color: var(--forest); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.filter-bar button.is-active { color: var(--ivory); background: var(--forest); border-color: var(--forest); }
.page-gallery-grid figure { position: relative; min-height: 250px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--sage); }
.page-gallery-grid figure:nth-child(1), .page-gallery-grid figure:nth-child(6) { grid-column: span 5; grid-row: span 6; }
.page-gallery-grid figure:nth-child(2), .page-gallery-grid figure:nth-child(3), .page-gallery-grid figure:nth-child(4), .page-gallery-grid figure:nth-child(5) { grid-column: span 3; grid-row: span 3; }
.page-gallery-grid figure:nth-child(4), .page-gallery-grid figure:nth-child(5) { grid-column: span 4; }
.page-gallery-grid figure:nth-child(7) { grid-column: span 7; grid-row: span 4; }
.page-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.page-gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 12px; color: var(--ivory); background: rgba(32,34,31,.78); border-radius: 999px; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.team-profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.team-profile { min-height: 390px; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; }
.team-profile > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center 28%; }
.team-profile > div { align-self: center; padding: 32px; }
.team-profile h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; line-height: 1; }
.team-profile p { color: var(--sage); font-size: .8rem; }
.team-profile .team-specialties { color: var(--forest); font-weight: 800; }

.visit-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.contact-panel { padding: 42px; color: var(--ivory); background: var(--forest); border-radius: var(--radius-xl); }
.contact-panel h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 3.4rem; font-weight: 400; line-height: .95; }
.contact-panel address { color: rgba(246,240,230,.75); font-style: normal; }
.contact-panel dl { margin: 28px 0; }
.contact-panel dt { margin-top: 18px; color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-panel dd { margin: 4px 0 0; color: rgba(246,240,230,.76); }
.contact-photo { min-height: 610px; overflow: hidden; border-radius: 28px; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }

.faq-page-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-page-list details { padding: 0 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.faq-page-list summary { padding: 22px 34px 22px 0; cursor: pointer; font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; }
.faq-page-list details p { color: var(--sage); font-size: .82rem; }

.page-cta { padding: 90px 0; color: var(--ivory); background: var(--forest); text-align: center; }
.page-cta h2 { max-width: 850px; margin: 0 auto 20px; font-family: var(--serif); font-size: clamp(3.5rem, 5.3vw, 6rem); font-weight: 400; letter-spacing: -.04em; line-height: .92; }
.page-cta p { max-width: 640px; margin: 0 auto 28px; color: rgba(37,27,23,.72); }
.page-cta .button { margin: 0 5px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .site-nav { grid-template-columns: 220px 1fr auto; gap: 18px; }
  .brand { width: 192px; }
  .nav-phone { display: none; }
  .desktop-links { gap: 14px; }
	.desktop-links a { font-size: .67rem; letter-spacing: .06em; }
  .hero-content { grid-template-columns: 1fr 420px; gap: 38px; }
  .hero-copy h1 { font-size: 5.25rem; }
  .team-scroll { width: 100%; grid-template-columns: repeat(5, 260px); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .stylist-card { scroll-snap-align: start; }
}

@media (max-width: 900px) {
	.hero-transition { left: 0; right: 0; }
	.space-detail { right: 0; }
	.space-badge { right: 1%; }
	.shell { width: min(100% - 40px, 760px); }
  .section { padding: 88px 0; }
  .desktop-links { display: none; }
  .site-nav { grid-template-columns: 1fr auto auto; }
  .menu-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(135,145,125,.16); }
  .menu-toggle span { width: 19px; height: 2px; display: block; background: var(--forest); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: grid; gap: 0; padding: 12px 20px 18px; background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { min-height: 46px; display: flex; align-items: center; padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: .8rem; font-weight: 700; }
  .mobile-menu a:last-child { border-bottom: 0; }
	.mobile-menu { max-height: calc(100vh - 110px); overflow-y: auto; overscroll-behavior: contain; }
	.mobile-nav-heading { display: block; border-bottom: 1px solid var(--line); }
	.mobile-nav-heading > a { border-bottom: 0; }
	.mobile-submenu-toggle { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; color: var(--forest); background: transparent; cursor: pointer; }
	.mobile-submenu-toggle span { font-size: 1.15rem; transition: transform .2s ease; }
	.mobile-submenu-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
	.mobile-submenu[hidden] { display: none; }
	.mobile-submenu { display: grid; padding: 6px 0 10px 16px; border-bottom: 1px solid var(--line); }
	.mobile-menu .mobile-submenu a { min-height: 44px; padding: 8px 4px; border-bottom: 0; color: var(--sage); font-size: .74rem; }
	.mobile-nav-section.is-current > .mobile-nav-heading > a,
	.mobile-menu a[aria-current="page"] { color: var(--forest); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
  .hero { min-height: 1180px; }
  .hero-content { grid-template-columns: 1fr; align-items: start; padding-top: 130px; }
  .hero-copy { max-width: 650px; }
  .booking-card { width: min(520px, 100%); justify-self: end; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid p:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-grid p:nth-child(4) { border-top: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .popular-card, .popular-card:nth-child(4) { grid-column: span 6; }
  .image-card { grid-column: span 12 !important; }
  .new-client-section .shell { grid-template-columns: 1fr; gap: 55px; }
  .new-client-intro, .service-menu-copy, .reviews-score, .faq-heading { position: static; }
  .editorial-grid { grid-auto-rows: 88px; }
  .service-menu-layout, .atmosphere-layout, .faq-layout { grid-template-columns: 1fr; gap: 60px; }
  .service-menu-copy { max-width: 650px; }
  .photo-stack { max-width: 560px; }
  .reviews-layout { grid-template-columns: 1fr; gap: 45px; }
  .reviews-score > strong { font-size: 5rem; }
  .reviews-score .reviews-note { margin-top: 14px; }
  .visit-card { grid-template-columns: 1fr; }
  .visit-card > img { height: 460px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 30px; }
  .page-header { min-height: 0; }
  .page-hero { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-top: 150px; padding-bottom: 80px; }
  .page-hero-copy { max-width: 680px; }
  .page-hero-visual { width: min(520px, 100%); justify-self: end; }
  .page-intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .step-list { grid-template-columns: repeat(2, 1fr); }
  .team-profile-grid { grid-template-columns: 1fr; }
  .visit-page-grid { grid-template-columns: 1fr; }
  .contact-photo { min-height: 460px; }
  .faq-page-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 66px; font-size: 15px; }
  .shell { width: calc(100% - 30px); }
  .section { padding: 70px 0; }
  .utility-inner { width: calc(100% - 30px); min-height: 34px; font-size: .58rem; letter-spacing: .04em; }
  .utility-location { display: none; }
  .utility-inner p { max-width: 230px; overflow: hidden; white-space: nowrap; }
  .utility-inner a { white-space: nowrap; }
  .button { min-height: 50px; padding-inline: 19px; font-size: .67rem; }
  .eyebrow { margin-bottom: 13px; font-size: .64rem; }

  .hero { min-height: 0; color: var(--ink); overflow: visible; background: var(--cream); }
  .hero-media { position: relative; inset: auto; height: 470px; z-index: 0; overflow: hidden; }
  .hero-video { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(24,61,49,.34) 0%, rgba(24,61,49,.03) 55%, rgba(246,240,230,.12) 73%, var(--ivory) 100%); }
  .hero-wash::after { display: none; }
  .site-nav { position: absolute; top: 15px; left: 15px; right: 15px; width: auto; min-height: 62px; grid-template-columns: 1fr auto; gap: 7px; padding: 7px 7px 7px 15px; border-radius: 18px; }
  .brand { width: min(148px, 42vw); }
  .nav-book { display: none; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-menu { top: calc(100% + 8px); padding: 9px 17px 13px; border-radius: 18px; }
  .mobile-menu a { min-height: 44px; display: flex; align-items: center; padding: 8px 2px; }

  .hero-content { min-height: 0; display: block; padding: 0 0 55px; }
  .hero-copy { max-width: none; padding: 22px 3px 0; }
  .hero-copy .eyebrow.light { color: var(--forest-2); }
  .hero-copy h1 { margin-bottom: 18px; font-size: clamp(3.4rem, 15vw, 4.2rem); letter-spacing: -.05em; line-height: .91; }
  .hero-copy h1 em { color: var(--gold); }
  .hero-lede { margin-bottom: 18px; color: var(--sage); font-size: .94rem; line-height: 1.62; }
  .review-chip { width: 100%; margin-bottom: 17px; gap: 7px; padding: 9px 11px; background: var(--paper); border-color: var(--line); box-shadow: none; font-size: .61rem; }
  .review-chip i { display: none; }
  .review-chip span:last-child { width: 100%; padding-left: 84px; margin-top: -5px; color: var(--sage); }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 6px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .light-link { width: 100%; justify-content: center; color: var(--forest); }

  .booking-card { width: 100%; margin-top: 30px; padding: 10px; border-color: var(--line); border-radius: 24px; box-shadow: 0 18px 46px rgba(28,35,29,.13); }
  .featured-result { height: 454px; margin-bottom: 15px; border-radius: 17px; }
  .featured-result img { object-position: 50% 50%; }
  .booking-card-head { align-items: start; padding: 0 4px 12px; }
  .booking-card-head h2 { font-size: 1.45rem; }
  .price-note { padding-top: 2px; }
  .service-choice { min-height: 72px; padding: 10px 12px; }
  .service-choice:hover, .service-choice.is-active { transform: none; }
  .service-choice strong { font-size: .98rem; }
  .service-choice small { font-size: .6rem; }
  .hero-transition { display: none; }

  .proof-strip { padding: 8px 0 22px; }
  .proof-grid p { min-height: 70px; padding: 12px 14px; }
  .proof-grid strong { font-size: 1.03rem; }
  .proof-grid span { font-size: .55rem; }

  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 3.1rem; line-height: .96; }
  .split-heading p:last-child { font-size: .84rem; }
  .popular-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .popular-card, .popular-card:nth-child(4), .image-card { min-height: 0; grid-column: auto !important; padding: 25px 22px; border-radius: var(--radius-lg); }
  .popular-card h3 { margin: 20px 0 10px; font-size: 2rem; }
  .popular-card > p:not(.mini-label) { margin-bottom: 21px; font-size: .8rem; }
  .popular-number { right: 20px; top: 17px; font-size: 3rem; }
  .popular-card.image-card { height: 350px; min-height: 350px; padding: 0; }
  .image-card-copy { left: 20px; right: 20px; bottom: 20px; display: block; }
  .image-card-copy h3 { font-size: 2.5rem; }
  .image-card-copy .service-meta { margin-top: 12px; }
  .section-action { margin-top: 24px; }

  .new-client-section .shell { gap: 38px; }
  .new-client-intro h2 { font-size: 3.5rem; }
  .new-client-intro > p:not(.eyebrow) { font-size: .86rem; }
  .new-client-intro .button { width: 100%; }
  .goal-card { min-height: 0; grid-template-columns: 31px 1fr 34px; gap: 12px; padding: 19px 0; }
  .goal-card:hover { padding-inline: 0; background: transparent; }
  .goal-card h3 { font-size: 1.42rem; }
  .goal-card p { font-size: .72rem; line-height: 1.5; }
  .goal-call { margin-top: 8px; padding: 17px 13px; border-radius: var(--radius-md); }
  .goal-call:hover { padding-inline: 13px; background: rgba(195,162,106,.13); }

  .work-heading h2 { font-size: 3.05rem; }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 105px; gap: 9px; }
  .work-tile { border-radius: var(--radius-md); }
  .tile-a { grid-column: 1 / span 2; grid-row: span 4; }
  .tile-b { grid-column: 1; grid-row: span 3; }
  .tile-c { grid-column: 2; grid-row: span 3; }
  .tile-d { grid-column: 1; grid-row: span 2; }
  .tile-e { grid-column: 2; grid-row: span 2; }
  .tile-f { grid-column: 1 / span 2; grid-row: span 3; }
  .work-tile figcaption { left: 12px; right: 12px; bottom: 10px; display: block; }
  .work-tile figcaption span { font-size: 1rem; }
  .work-tile figcaption small { display: block; font-size: .5rem; }
  .work-footer { display: block; }
  .work-footer p { margin-bottom: 18px; font-size: .78rem; }
  .work-footer .button { width: 100%; }

  .service-menu-layout { gap: 35px; }
  .service-menu-copy h2 { font-size: 3.2rem; }
  .service-menu-copy > p:not(.eyebrow) { font-size: .82rem; }
  .photo-stack { height: 250px; }
  .photo-stack img { height: 215px; border-width: 5px; border-radius: 15px; }
  .price-list { padding: 8px 17px 20px; border-radius: 23px; }
  .price-row { min-height: 83px; gap: 15px; padding: 15px 0; }
  .price-row strong { font-size: 1.14rem; }
  .price-row small { font-size: .61rem; }
  .price-row b { font-size: 1.08rem; text-align: right; }
  .price-row .price-confirmation { font-size: .58rem; }
  .consultation-row { margin: 9px -5px 16px; padding-inline: 10px; }
  .consultation-row a { font-size: .57rem; }

  .team-scroll { width: 100%; grid-template-columns: repeat(5, minmax(285px, 76vw)); gap: 12px; margin-right: 0; padding-right: 0; overflow-x: auto; }
  .stylist-card { border-radius: 20px; }
  .stylist-card > div { padding: 18px 17px 20px; }
  .stylist-card > div > p:not(.mini-label) { min-height: auto; }

  .reviews-layout { gap: 32px; }
  .reviews-score > strong { font-size: 4.7rem; }
  .reviews-score .reviews-note { font-size: 1.35rem; }
  .review-cards { grid-template-columns: 1fr; }
  .review-card, .review-card:first-child { min-height: 220px; grid-column: auto; padding: 24px; border-radius: 19px; }
  .review-card p { font-size: 1.42rem; }

  .atmosphere-layout { gap: 45px; }
  .atmosphere-collage { min-height: 480px; }
  .space-main { width: 86%; height: 440px; border-radius: 22px; }
  .space-detail { right: 0; width: 50%; height: 225px; border-width: 6px; border-radius: 19px; }
  .space-badge { right: 1%; top: 20px; width: 112px; height: 112px; }
  .space-badge strong { font-size: 1.05rem; }
  .space-badge span { font-size: .48rem; }
  .atmosphere-copy h2 { font-size: 3.15rem; }

  .faq-layout { gap: 35px; }
  .faq-heading h2 { font-size: 4.4rem; }
  .faq-heading .button { width: 100%; }
  .faq-list summary { padding: 20px 38px 20px 0; font-size: 1.28rem; }
  .faq-list summary::after { top: 17px; }
  .faq-list details p { font-size: .78rem; }

  .visit-card { width: calc(100% - 30px); min-height: 0; border-radius: 24px; }
  .visit-copy { padding: 37px 24px; }
  .visit-copy h2 { font-size: 3.45rem; }
  .visit-meta { grid-template-columns: 1fr; gap: 15px; }
  .visit-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .visit-actions .light-link { justify-content: center; }
  .visit-card > img { height: 390px; object-position: center; }

  .site-footer { padding: 52px 0 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 26px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: span 2; padding-top: 15px; border-top: 1px solid var(--line); }
  .footer-bottom { display: block; padding-top: 18px; }
  .footer-bottom p + p { margin-top: 6px; }
  .mobile-book-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8px; padding: 8px 10px; background: rgba(246,240,230,.96); border-top: 1px solid var(--line); opacity: 0; transform: translateY(100%); pointer-events: none; visibility: hidden; backdrop-filter: blur(14px); transition: opacity .2s ease, transform .2s ease, visibility .2s step-end; }
  .mobile-book-bar.is-visible { opacity: 1; transform: none; pointer-events: auto; visibility: visible; transition: opacity .2s ease, transform .2s ease, visibility 0s; }
  .mobile-book-bar a { display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-book-bar a:last-child { color: var(--ivory); background: var(--forest); }

  .work-actions { display: grid; }
  .work-actions .button { width: 100%; }
  .faq-more-link { margin-left: 0; }
  .page-header .site-nav { top: 15px; }
  .page-header-media::after { background: linear-gradient(180deg, rgba(15,31,21,.75), rgba(15,31,21,.9)); }
  .page-hero { display: block; padding-top: 118px; padding-bottom: 58px; }
  .page-hero h1 { font-size: 3.8rem; }
  .page-hero-copy > p:not(.eyebrow) { font-size: .88rem; }
  .page-hero-actions { display: grid; gap: 7px; }
  .page-hero-actions .button { width: 100%; }
  .page-hero-actions .text-link { justify-content: center; }
  .page-hero-visual { width: 100%; margin-top: 34px; }
  .page-hero-visual img { height: 430px; border-width: 7px; border-radius: 22px; }
  .page-hero-visual figcaption { left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 11px 14px; font-size: 1rem; }
  .page-section { padding: 70px 0; }
  .page-heading { margin-bottom: 30px; }
  .page-heading h2, .page-intro-grid > div:first-child h2 { font-size: 3.25rem; }
  .page-prose { font-size: .88rem; }
  .choice-grid, .step-list { grid-template-columns: 1fr; }
  .choice-card { min-height: 245px; padding: 24px; }
  .service-directory-card { min-height: 0; grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .service-directory-card .service-card-side { min-width: 0; text-align: left; }
  .service-directory-card .service-card-side .button { width: 100%; }
  .page-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; gap: 9px; }
  .page-gallery-grid figure, .page-gallery-grid figure:nth-child(n) { min-height: 0; grid-column: span 1; grid-row: span 3; border-radius: 15px; }
  .page-gallery-grid figure:first-child, .page-gallery-grid figure:nth-child(6) { grid-column: span 2; grid-row: span 4; }
  .team-profile { min-height: 0; grid-template-columns: 1fr; }
  .team-profile > img { min-height: 0; height: 420px; }
  .team-profile > div { padding: 25px; }
  .contact-panel { padding: 30px 24px; border-radius: 22px; }
  .contact-panel h2 { font-size: 3rem; }
  .contact-photo { min-height: 390px; border-radius: 22px; }
  .faq-page-list details { padding-inline: 18px; }
  .page-cta { padding: 70px 0; }
  .page-cta h2 { font-size: 3.7rem; }
  .page-cta .button { width: calc(100% - 30px); margin: 4px auto; }
}

/* 1.9.16 — restrained premium refinement pass. */
.home-page .booking-card {
  padding: 8px;
  border-color: rgba(246, 240, 230, .34);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(24, 61, 49, .10);
}
.home-page .featured-result { margin-bottom: 15px; border-radius: 16px; }
.home-page .popular-card,
.home-page .stylist-card,
.home-page .work-tile {
  border-color: rgba(24, 61, 49, .12);
  border-radius: 18px;
  box-shadow: none;
}
.home-page .accent-card { box-shadow: inset 0 1px 0 rgba(195, 162, 106, .62); }
.home-page .goal-card .arrow {
  width: 34px;
  height: 34px;
  border-color: rgba(246, 240, 230, .20);
  border-radius: 10px;
}
.home-page .photo-stack img {
  border-width: 3px;
  border-color: rgba(246, 240, 230, .82);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(24, 61, 49, .09);
}
.home-page .photo-stack img:first-child { transform: rotate(-1.2deg); }
.home-page .photo-stack img:last-child { transform: rotate(1.4deg); }
.home-page .price-list {
  border: 1px solid rgba(24, 61, 49, .10);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(24, 61, 49, .07);
}
.home-page .visit-card {
  border-color: rgba(246, 240, 230, .16);
  border-radius: 20px;
  box-shadow: none;
}

@media (max-width: 900px) {
  .home-page .mobile-menu {
    color: #f7f2ea;
    background: rgba(23, 56, 47, .985);
    border: 1px solid rgba(247, 242, 234, .18);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(18, 42, 35, .24);
  }
  .home-page .mobile-menu a {
    color: #f7f2ea;
    border-bottom-color: rgba(247, 242, 234, .18);
    font-size: .84rem;
  }
  .home-page .mobile-menu .mobile-submenu {
    margin: 3px 0 8px;
    padding: 5px 10px 7px;
    background: rgba(247, 242, 234, .07);
    border: 0;
    border-radius: 12px;
  }
  .home-page .mobile-menu .mobile-submenu a {
    color: rgba(247, 242, 234, .88);
    font-size: .78rem;
  }
  .home-page .mobile-nav-section.is-current > .mobile-nav-heading > a,
  .home-page .mobile-menu a[aria-current="page"] { color: #f2cf84; }
}

@media (max-width: 600px) {
  .home-page .booking-card { padding: 7px; border-radius: 18px; box-shadow: 0 14px 34px rgba(24, 61, 49, .10); }
  .home-page .popular-card,
  .home-page .work-tile,
  .home-page .stylist-card { border-radius: 15px; }
  .home-page .visit-card { border-radius: 17px; }
}

/* Owner-directed compact mobile hero composition. Desktop and tablet stay unchanged. */
@media (max-width: 480px) {
  .home-page .hero-media { height: 220px; }
  .home-page .hero-video { object-position: 54% center; }
  .home-page .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
  }
  .home-page .mobile-featured-result {
    position: absolute;
    z-index: 4;
    top: -135px;
    right: 16px;
    width: clamp(148px, 41.5vw, 164px);
    aspect-ratio: 4 / 5;
    display: block;
    margin: 0;
    overflow: hidden;
    background: var(--charcoal);
    border: 1px solid rgba(220, 225, 223, .96);
    border-radius: 68px 68px 18px 18px;
    box-shadow: 0 12px 28px rgba(37, 39, 36, .12);
  }
  .home-page .mobile-featured-result img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
  }
  .home-page .mobile-featured-result figcaption { display: none; }
  .home-page .hero-copy {
    order: 2;
    display: flex;
    flex-direction: column;
    padding-top: 62px;
  }
  .home-page .hero-copy .eyebrow { order: 1; margin-bottom: 9px; }
  .home-page .hero-copy h1 { order: 2; margin-bottom: 12px; font-size: clamp(2.85rem, 13vw, 3.35rem); line-height: .9; }
  .home-page .hero-actions { order: 3; margin-bottom: 12px; }
  .home-page .hero-lede { order: 4; color: rgba(37, 39, 36, .72); }
  .home-page .review-chip { order: 5; }
  .home-page .booking-card { order: 3; margin-top: 18px; }
  .home-page .booking-card > .featured-result { display: none; }
}

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

/* Homepage Phase 2: final conversion handoff. The approved header and hero are unchanged. */
.homepage-final-section {
  padding: 0 0 110px;
  background: var(--cream);
}
.homepage-final-card {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(60px, 8vw, 125px);
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 6.5vw, 94px);
  color: var(--ivory);
  background: var(--forest);
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 48px rgba(24,61,49,.12);
}
.homepage-final-card::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -115px;
  top: -155px;
  border: 1px solid rgba(195,162,106,.38);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(246,240,230,.025), 0 0 0 130px rgba(246,240,230,.018);
  pointer-events: none;
}
.homepage-final-copy,
.homepage-final-details { position: relative; z-index: 1; }
.homepage-final-copy h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(4.3rem, 5.3vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -.048em;
  line-height: .88;
}
.homepage-final-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(246,240,230,.69);
  font-size: .92rem;
  line-height: 1.72;
}
.homepage-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.homepage-final-actions .button-cream { color: var(--forest); }
.homepage-final-details {
  display: grid;
  gap: 0;
  padding: 5px 0 5px 42px;
  border-left: 1px solid rgba(246,240,230,.18);
}
.homepage-final-details p {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(246,240,230,.14);
}
.homepage-final-details p:last-child { border-bottom: 0; }
.homepage-final-details span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.homepage-final-details strong {
  display: block;
  color: rgba(246,240,230,.8);
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .homepage-final-card { grid-template-columns: 1fr; gap: 48px; }
  .homepage-final-details { padding: 0; border-left: 0; border-top: 1px solid rgba(246,240,230,.18); }
}

@media (max-width: 600px) {
  .homepage-final-section { padding: 0 0 70px; }
  .homepage-final-card {
    width: calc(100% - 30px);
    min-height: 0;
    gap: 34px;
    padding: 44px 24px 34px;
    border-radius: 24px;
  }
  .homepage-final-card::before { width: 210px; height: 210px; right: -95px; top: -90px; }
  .homepage-final-copy h2 { margin-bottom: 18px; font-size: 3.65rem; line-height: .9; }
  .homepage-final-copy > p:not(.eyebrow) { margin-bottom: 24px; font-size: .82rem; }
  .homepage-final-actions { display: grid; gap: 7px; }
  .homepage-final-actions .button { width: 100%; }
  .homepage-final-details p { padding: 19px 0; }
  .homepage-final-details strong { font-size: .76rem; }
}

/* Phase 2B: permanent jewelry-luxury identity. Homepage only. */
.home-page {
  --forest: #17382F;
  --forest-2: #17382F;
  --ivory: #F7F2EA;
  --cream: #FBF8F2;
  --paper: #FBF8F2;
  --gold: #C6A76C;
  --sage: #C9C2B8;
  --charcoal: #252724;
  --ink: #252724;
  --silver: #DCE1DF;
  --platinum: #BFC7C4;
  --taupe: #B7AA9D;
  --pearl: #FBF8F2;
  --champagne: #EFE3D0;
  --warm-beige: #E4D8CB;
  --blush-neutral: #EADDD8;
  --metal-line: #CFC5B8;
  --line: rgba(191, 199, 196, .72);
  --white-line: rgba(220, 225, 223, .24);
  --shadow: 0 18px 46px rgba(37, 39, 36, .09);
  color: var(--charcoal);
  background: var(--ivory);
}

/* Color-direction correction: pearl, champagne and platinum lead; emerald is reserved for conversion. */
.home-page .hero-media { background: var(--charcoal); }
.home-page .hero-wash {
  background: linear-gradient(90deg, rgba(37, 39, 36, .80) 0%, rgba(183, 170, 157, .42) 45%, rgba(247, 242, 234, .12) 72%, rgba(37, 39, 36, .28) 100%);
}

.home-page .new-client-section {
  color: var(--charcoal);
  background:
    radial-gradient(circle at 86% 12%, rgba(198, 167, 108, .13), transparent 27%),
    linear-gradient(138deg, var(--pearl) 0%, var(--champagne) 72%, rgba(220, 225, 223, .92) 100%);
  border-top: 1px solid rgba(207, 197, 184, .74);
  border-bottom: 1px solid rgba(191, 199, 196, .68);
}
.home-page .new-client-section .eyebrow.light { color: #705C38; }
.home-page .new-client-section .new-client-intro > p:not(.eyebrow),
.home-page .new-client-section .goal-card p { color: #59615D; }
.home-page .new-client-section .goal-card,
.home-page .new-client-section .goal-call { border-color: rgba(183, 170, 157, .58); }
.home-page .new-client-section .goal-card:hover,
.home-page .new-client-section .goal-call:hover { background: rgba(247, 242, 234, .56); }
.home-page .new-client-section .goal-call,
.home-page .new-client-section .goal-card,
.home-page .new-client-section .goal-card h3,
.home-page .new-client-section .goal-card strong { color: var(--charcoal); }

.home-page .dark-card {
  color: var(--charcoal);
  background: linear-gradient(145deg, var(--champagne), rgba(220, 225, 223, .82));
  border-color: rgba(198, 167, 108, .36);
}
.home-page .dark-card .popular-number { color: rgba(183, 170, 157, .34); }
.home-page .dark-card .mini-label,
.home-page .dark-card > p:not(.mini-label) { color: #59615D; }

.home-page .space-badge {
  color: var(--charcoal);
  background: linear-gradient(145deg, var(--pearl), var(--champagne));
  border-color: rgba(198, 167, 108, .66);
}

.home-page .visit-card {
  color: var(--charcoal);
  background:
    radial-gradient(circle at 92% 8%, rgba(198, 167, 108, .14), transparent 28%),
    linear-gradient(135deg, var(--pearl), var(--warm-beige));
  border-color: rgba(198, 167, 108, .34);
}
.home-page .visit-intro,
.home-page .visit-copy address,
.home-page .visit-meta span,
.home-page .visit-meta a { color: #59615D; }
.home-page .visit-meta { border-color: rgba(183, 170, 157, .48); }
.home-page .visit-card .eyebrow.light { color: #705C38; }

.home-page .homepage-final-card {
  color: var(--charcoal);
  background:
    radial-gradient(circle at 90% 2%, rgba(198, 167, 108, .15), transparent 30%),
    linear-gradient(135deg, var(--pearl), var(--champagne) 72%, rgba(220, 225, 223, .86));
  border-color: rgba(198, 167, 108, .38);
}
.home-page .homepage-final-card::before {
  border-color: rgba(198, 167, 108, .32);
  box-shadow: 0 0 0 65px rgba(220, 225, 223, .12), 0 0 0 130px rgba(247, 242, 234, .20);
}
.home-page .homepage-final-card .eyebrow.light { color: #705C38; }
.home-page .homepage-final-copy > p:not(.eyebrow),
.home-page .homepage-final-details strong { color: #59615D; }
.home-page .homepage-final-details,
.home-page .homepage-final-details p { border-color: rgba(183, 170, 157, .45); }
.home-page .new-client-section .light-link,
.home-page .visit-card .light-link,
.home-page .homepage-final-card .light-link { color: var(--forest); }
.home-page .new-client-section .button-cream,
.home-page .visit-card .button-cream,
.home-page .homepage-final-card .button-cream {
  color: var(--ivory);
  background: var(--forest);
  border-color: var(--forest);
}

.home-page .section { padding-block: 112px; }
.home-page .eyebrow { color: var(--emerald, var(--forest)); }
.home-page .eyebrow.light { color: rgba(247, 242, 234, .76); }
.home-page .mini-label { color: var(--taupe); }
.home-page .status-dot {
  border-color: rgba(247, 242, 234, .66);
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(198, 167, 108, .15);
}

.home-page .button {
  border-width: 1px;
  box-shadow: none;
}
.home-page .button-dark,
.home-page .button-primary {
  color: var(--ivory);
  background: var(--forest);
  border-color: var(--forest);
}
.home-page .button-dark:hover,
.home-page .button-primary:hover {
  color: var(--ivory);
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.home-page .button-cream {
  color: var(--forest);
  background: var(--ivory);
  border-color: var(--platinum);
}
.home-page .button-outline {
  color: var(--forest);
  background: transparent;
  border-color: var(--platinum);
}
.home-page .button-outline:hover {
  color: var(--ivory);
  background: var(--forest);
  border-color: var(--forest);
}
.home-page .button:focus-visible,
.home-page .text-link:focus-visible,
.home-page .service-choice:focus-visible,
.home-page .goal-card:focus-visible {
  outline: 3px solid rgba(198, 167, 108, .72);
  outline-offset: 4px;
}

/* Locked hero: palette and finish only; structure, content, positioning and sizing remain unchanged. */
.home-page .utility-bar { background: var(--forest); }
.home-page .utility-inner a { border-color: rgba(220, 225, 223, .42); }
.home-page .hero-media { background: var(--forest); }
.home-page .hero-wash {
  background: linear-gradient(90deg, rgba(37, 39, 36, .78) 0%, rgba(23, 56, 47, .48) 43%, rgba(23, 56, 47, .17) 69%, rgba(37, 39, 36, .30) 100%);
}
.home-page .hero-wash::after {
  background: linear-gradient(180deg, rgba(247, 242, 234, 0) 0%, rgba(247, 242, 234, .18) 38%, var(--ivory) 100%);
}
.home-page .site-nav {
  background: linear-gradient(135deg, rgba(247, 242, 234, .97), rgba(220, 225, 223, .92));
  border-color: rgba(191, 199, 196, .82);
  box-shadow: 0 14px 36px rgba(37, 39, 36, .10), inset 0 1px 0 rgba(247, 242, 234, .82);
}
.home-page .desktop-links a::after { background: var(--gold); }
.home-page .hero-lede { color: rgba(247, 242, 234, .88); }
.home-page .review-chip {
  background: rgba(247, 242, 234, .95);
  border-color: rgba(220, 225, 223, .76);
  box-shadow: 0 9px 24px rgba(37, 39, 36, .08);
}
.home-page .booking-card {
  background: linear-gradient(150deg, rgba(247, 242, 234, .98), rgba(220, 225, 223, .93));
  border-color: rgba(191, 199, 196, .82);
  box-shadow: 0 22px 54px rgba(37, 39, 36, .12), inset 0 1px 0 rgba(247, 242, 234, .92);
}
.home-page .featured-result { background: var(--platinum); }
.home-page .service-choice {
  background: rgba(247, 242, 234, .84);
  border-color: rgba(191, 199, 196, .72);
}
.home-page .service-choice:hover,
.home-page .service-choice.is-active {
  background: var(--ivory);
  border-color: var(--forest);
  box-shadow: inset 0 0 0 1px rgba(23, 56, 47, .10);
}
.home-page .hero-transition,
.home-page .proof-strip { background: var(--ivory); }
.home-page .proof-grid { border-color: var(--platinum); }
.home-page .proof-grid p { border-color: var(--platinum); }

/* Dark new-client anchor with restrained jewelry detailing. */
.home-page .new-client-section {
  color: var(--ivory);
  background: linear-gradient(138deg, var(--charcoal) 0%, var(--charcoal) 62%, var(--forest) 128%);
  border-top: 1px solid rgba(198, 167, 108, .38);
  border-bottom: 1px solid rgba(191, 199, 196, .25);
}
.home-page .new-client-intro > p:not(.eyebrow) { color: rgba(247, 242, 234, .72); }
.home-page .goal-card { border-color: rgba(220, 225, 223, .22); }
.home-page .goal-card:hover { background: rgba(220, 225, 223, .055); }
.home-page .goal-card p { color: rgba(247, 242, 234, .62); }
.home-page .goal-card .arrow { border-color: rgba(220, 225, 223, .28); }
.home-page .goal-call {
  background: rgba(198, 167, 108, .07);
  border-color: rgba(198, 167, 108, .54);
  box-shadow: inset 2px 0 0 var(--gold);
}
.home-page .goal-call p { color: rgba(247, 242, 234, .68); }
.home-page .goal-call:hover { background: rgba(198, 167, 108, .12); }

/* Pearl, silver and platinum service presentation. */
.home-page .services-section { background: var(--ivory); }
.home-page .popular-card {
  background: linear-gradient(145deg, rgba(247, 242, 234, .99), rgba(220, 225, 223, .54));
  border-color: rgba(191, 199, 196, .78);
  box-shadow: 0 14px 36px rgba(37, 39, 36, .055);
}
.home-page .popular-number { color: rgba(37, 39, 36, .10); }
.home-page .accent-card {
  color: var(--charcoal);
  background: linear-gradient(145deg, rgba(220, 225, 223, .98), rgba(183, 170, 157, .24));
  border-color: rgba(198, 167, 108, .52);
  box-shadow: inset 0 1px 0 rgba(198, 167, 108, .82), 0 14px 36px rgba(37, 39, 36, .055);
}
.home-page .accent-card .mini-label,
.home-page .accent-card > p:not(.mini-label) { color: var(--charcoal); }
.home-page .dark-card {
  color: var(--ivory);
  background: linear-gradient(145deg, var(--charcoal), rgba(23, 56, 47, .94));
  border-color: rgba(191, 199, 196, .24);
}
.home-page .dark-card .popular-number { color: rgba(220, 225, 223, .13); }
.home-page .dark-card .mini-label,
.home-page .dark-card > p:not(.mini-label) { color: rgba(247, 242, 234, .72); }
.home-page .image-card { border-color: rgba(191, 199, 196, .74); }
.home-page .service-menu-section {
  background: linear-gradient(180deg, rgba(220, 225, 223, .88) 0%, rgba(247, 242, 234, .98) 88%);
  border-top: 1px solid rgba(191, 199, 196, .70);
}
.home-page .photo-stack img {
  border-color: var(--ivory);
  box-shadow: 0 14px 32px rgba(37, 39, 36, .09);
}
.home-page .price-list {
  background: rgba(247, 242, 234, .96);
  border: 1px solid rgba(191, 199, 196, .78);
  box-shadow: 0 18px 44px rgba(37, 39, 36, .075), inset 0 1px 0 rgba(247, 242, 234, .82);
}
.home-page .consultation-row {
  background: linear-gradient(90deg, rgba(220, 225, 223, .70), rgba(183, 170, 157, .18));
  border: 1px solid rgba(191, 199, 196, .58);
}

/* Slightly stronger body-copy contrast on pearl, ivory and silver surfaces. */
.home-page .services-section .section-heading > p,
.home-page .popular-card > p:not(.mini-label),
.home-page .service-menu-copy > p:not(.eyebrow),
.home-page .price-row small,
.home-page .work-heading > p:last-child,
.home-page .work-footer p,
.home-page .team-section .section-heading > p,
.home-page .stylist-card > div > p:not(.mini-label),
.home-page .footer-brand p,
.home-page .footer-grid > div:not(.footer-brand) a,
.home-page .footer-grid > div:not(.footer-brand) p:not(.footer-title),
.home-page .footer-bottom {
  color: rgba(37, 39, 36, .70);
}

/* Editorial work and stylist sections stay image-led and luminous. */
.home-page .work-section {
  background: var(--ivory);
  border-top: 1px solid rgba(191, 199, 196, .58);
}
.home-page .work-tile { background: var(--platinum); }
.home-page .work-footer { border-color: var(--platinum); }
.home-page .team-section {
  background: linear-gradient(180deg, var(--ivory) 0%, rgba(220, 225, 223, .62) 100%);
  border-top: 1px solid rgba(191, 199, 196, .48);
}
.home-page .stylist-card {
  background: rgba(247, 242, 234, .97);
  border-color: rgba(191, 199, 196, .80);
  box-shadow: 0 12px 30px rgba(37, 39, 36, .055);
}

/* Reviews use a pearl-metal setting rather than another dominant dark block. */
.home-page .reviews-section {
  color: var(--charcoal);
  background: linear-gradient(135deg, rgba(220, 225, 223, .96) 0%, rgba(247, 242, 234, .98) 58%, rgba(183, 170, 157, .18) 100%);
  border-top: 1px solid rgba(191, 199, 196, .82);
  border-bottom: 1px solid rgba(191, 199, 196, .70);
}
.home-page .reviews-score .eyebrow { color: var(--forest); }
.home-page .reviews-score .stars { color: var(--gold); }
.home-page .review-card {
  color: var(--charcoal);
  background: rgba(247, 242, 234, .94);
  border-color: rgba(198, 167, 108, .36);
  box-shadow: 0 15px 38px rgba(37, 39, 36, .06), inset 0 1px 0 rgba(247, 242, 234, .90);
}

/* Warm salon atmosphere and a platinum transition into location details. */
.home-page .atmosphere-section {
  background: linear-gradient(180deg, var(--ivory) 0%, rgba(183, 170, 157, .18) 100%);
}
.home-page .space-main {
  border: 1px solid rgba(191, 199, 196, .72);
  box-shadow: 0 18px 42px rgba(37, 39, 36, .08);
}
.home-page .space-detail {
  border-color: var(--ivory);
  box-shadow: 0 14px 34px rgba(37, 39, 36, .085);
}
.home-page .space-badge {
  color: var(--ivory);
  background: var(--forest);
  border-color: var(--gold);
}
.home-page .check-list li { border-color: rgba(191, 199, 196, .72); }
.home-page .visit-section {
  color: var(--charcoal);
  background: linear-gradient(180deg, rgba(220, 225, 223, .92), rgba(191, 199, 196, .72));
  border-top: 1px solid rgba(191, 199, 196, .82);
}
.home-page .visit-card {
  color: var(--ivory);
  background: var(--charcoal);
  border-color: rgba(191, 199, 196, .30);
  box-shadow: 0 22px 54px rgba(37, 39, 36, .105);
}
.home-page .visit-copy address { color: rgba(247, 242, 234, .78); }
.home-page .visit-meta { border-color: rgba(220, 225, 223, .22); }
.home-page .visit-meta span,
.home-page .visit-meta a { color: rgba(247, 242, 234, .72); }

.home-page .homepage-final-section { background: var(--ivory); }
.home-page .homepage-final-card {
  color: var(--ivory);
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest) 60%, var(--charcoal) 132%);
  border: 1px solid rgba(191, 199, 196, .26);
  box-shadow: 0 20px 48px rgba(37, 39, 36, .09);
}
.home-page .homepage-final-card::before {
  border-color: rgba(198, 167, 108, .34);
  box-shadow: 0 0 0 65px rgba(220, 225, 223, .025), 0 0 0 130px rgba(247, 242, 234, .018);
}
.home-page .homepage-final-copy > p:not(.eyebrow) { color: rgba(247, 242, 234, .70); }
.home-page .homepage-final-details { border-color: rgba(220, 225, 223, .20); }
.home-page .homepage-final-details p { border-color: rgba(220, 225, 223, .16); }
.home-page .homepage-final-details strong { color: rgba(247, 242, 234, .82); }

.home-page .site-footer {
  color: var(--charcoal);
  background: var(--ivory);
  border-top: 1px solid var(--platinum);
}
.home-page .footer-bottom { border-color: var(--platinum); }

@media (max-width: 900px) {
  .home-page .section { padding-block: 94px; }
  .home-page .menu-toggle { background: rgba(220, 225, 223, .76); }
  .home-page .mobile-menu {
    background: linear-gradient(145deg, var(--ivory), rgba(220, 225, 223, .96));
    border: 1px solid var(--platinum);
    box-shadow: 0 18px 42px rgba(37, 39, 36, .10);
  }
}

@media (max-width: 600px) {
  .home-page .section { padding-block: 76px; }
  .home-page .hero { background: var(--ivory); }
  .home-page .hero-wash {
    background: linear-gradient(180deg, rgba(23, 56, 47, .31) 0%, rgba(23, 56, 47, .025) 55%, rgba(247, 242, 234, .14) 73%, var(--ivory) 100%);
  }
  .home-page .hero-copy .eyebrow.light { color: var(--forest); }
  .home-page .hero-lede { color: rgba(37, 39, 36, .72); }
  .home-page .review-chip {
    background: linear-gradient(145deg, var(--ivory), rgba(220, 225, 223, .78));
    border-color: var(--platinum);
  }
  .home-page .booking-card {
    border-color: var(--platinum);
    box-shadow: 0 18px 44px rgba(37, 39, 36, .10), inset 0 1px 0 rgba(247, 242, 234, .90);
  }
  .home-page .popular-card,
  .home-page .popular-card:nth-child(4),
  .home-page .image-card { border-radius: 22px; }
  .home-page .goal-call:hover { background: rgba(198, 167, 108, .12); }
  .home-page .price-list { box-shadow: 0 14px 34px rgba(37, 39, 36, .065); }
  .home-page .stylist-card { border-radius: 20px; }
  .home-page .review-card,
  .home-page .review-card:first-child { border-radius: 20px; }
  .home-page .visit-card,
  .home-page .homepage-final-card { border-radius: 24px; }
  .home-page .mobile-book-bar {
    background: rgba(247, 242, 234, .97);
    border-color: var(--platinum);
  }
  .home-page .mobile-book-bar a { color: var(--forest); border-color: var(--platinum); }
  .home-page .mobile-book-bar a:last-child { color: var(--ivory); background: var(--forest); border-color: var(--forest); }
}

/* Final approved homepage refinement: lighter non-hero surfaces and one closing conversion section. */
.home-page .new-client-section {
  background: linear-gradient(138deg, var(--charcoal) 0%, var(--charcoal) 76%, rgba(191, 199, 196, .20) 150%);
}
.home-page .dark-card {
  background: linear-gradient(145deg, var(--charcoal), rgba(183, 170, 157, .34));
}
.home-page .space-badge { background: var(--charcoal); }
.home-page .visit-section {
  background: linear-gradient(180deg, rgba(220, 225, 223, .92), var(--ivory));
  border-top-color: rgba(191, 199, 196, .82);
}
.home-page .visit-card {
  color: var(--ivory);
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal) 78%, rgba(183, 170, 157, .24) 145%);
}
.home-page .visit-intro {
  max-width: 650px;
  margin: -8px 0 24px;
  color: rgba(247, 242, 234, .70);
  font-size: .9rem;
  line-height: 1.7;
}
.home-page .visit-copy address { margin-bottom: 24px; }
.home-page .visit-meta { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 900px) {
  .home-page .visit-meta { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  body.home-page { padding-bottom: calc(66px + env(safe-area-inset-bottom, 0px)); }
  .home-page .visit-intro { margin-top: -4px; font-size: .82rem; }
  .home-page .visit-meta { grid-template-columns: 1fr; }
  .home-page .site-footer { padding-bottom: 32px; }
  .home-page .mobile-book-bar {
    height: auto;
    min-height: 66px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
  }
  .home-page .mobile-book-bar a { min-height: 50px; }
}

@media (max-width: 600px) {
  .home-page .hero-wash {
    background: linear-gradient(180deg, rgba(37, 39, 36, .28) 0%, rgba(183, 170, 157, .08) 55%, rgba(247, 242, 234, .15) 73%, var(--ivory) 100%);
  }
}

/* Final cascade for the approved neutral-luxury color direction. */
.home-page .hero-media { background: var(--charcoal); }
.home-page .hero-wash {
  background: linear-gradient(90deg, rgba(37, 39, 36, .80) 0%, rgba(183, 170, 157, .42) 45%, rgba(247, 242, 234, .12) 72%, rgba(37, 39, 36, .28) 100%);
}
.home-page .new-client-section {
  color: var(--charcoal);
  background: radial-gradient(circle at 86% 12%, rgba(198, 167, 108, .13), transparent 27%), linear-gradient(138deg, var(--pearl) 0%, var(--champagne) 72%, rgba(220, 225, 223, .92) 100%);
  border-top: 1px solid rgba(207, 197, 184, .74);
  border-bottom: 1px solid rgba(191, 199, 196, .68);
}
.home-page .new-client-section .eyebrow.light { color: #705C38; }
.home-page .new-client-section .new-client-intro > p:not(.eyebrow),
.home-page .new-client-section .goal-card p { color: #59615D; }
.home-page .new-client-section .goal-card,
.home-page .new-client-section .goal-call { color: var(--charcoal); border-color: rgba(183, 170, 157, .58); }
.home-page .new-client-section .goal-card:hover,
.home-page .new-client-section .goal-call:hover { background: rgba(247, 242, 234, .56); }
.home-page .dark-card {
  color: var(--charcoal);
  background: linear-gradient(145deg, var(--champagne), rgba(220, 225, 223, .82));
  border-color: rgba(198, 167, 108, .36);
}
.home-page .dark-card .popular-number { color: rgba(183, 170, 157, .34); }
.home-page .dark-card .mini-label,
.home-page .dark-card > p:not(.mini-label) { color: #59615D; }
.home-page .space-badge { color: var(--charcoal); background: linear-gradient(145deg, var(--pearl), var(--champagne)); border-color: rgba(198, 167, 108, .66); }
.home-page .visit-card {
  color: var(--charcoal);
  background: radial-gradient(circle at 92% 8%, rgba(198, 167, 108, .14), transparent 28%), linear-gradient(135deg, var(--pearl), var(--warm-beige));
  border-color: rgba(198, 167, 108, .34);
}
.home-page .visit-intro,
.home-page .visit-copy address,
.home-page .visit-meta span,
.home-page .visit-meta a { color: #59615D; }
.home-page .visit-meta { border-color: rgba(183, 170, 157, .48); }
.home-page .visit-card .eyebrow.light { color: #705C38; }
.home-page .homepage-final-card {
  color: var(--charcoal);
  background: radial-gradient(circle at 90% 2%, rgba(198, 167, 108, .15), transparent 30%), linear-gradient(135deg, var(--pearl), var(--champagne) 72%, rgba(220, 225, 223, .86));
  border-color: rgba(198, 167, 108, .38);
}
.home-page .homepage-final-card::before { border-color: rgba(198, 167, 108, .32); box-shadow: 0 0 0 65px rgba(220, 225, 223, .12), 0 0 0 130px rgba(247, 242, 234, .20); }
.home-page .homepage-final-card .eyebrow.light { color: #705C38; }
.home-page .homepage-final-copy > p:not(.eyebrow),
.home-page .homepage-final-details strong { color: #59615D; }
.home-page .homepage-final-details,
.home-page .homepage-final-details p { border-color: rgba(183, 170, 157, .45); }

@media (max-width: 600px) {
  .home-page .hero-wash {
    background: linear-gradient(180deg, rgba(37, 39, 36, .28) 0%, rgba(183, 170, 157, .08) 55%, rgba(247, 242, 234, .15) 73%, var(--ivory) 100%);
  }
}

/* Final Homepage Hero contrast cascade. */
@media (min-width: 601px) {
  .home-page .hero-wash {
    background: linear-gradient(90deg, rgba(37, 39, 36, .74) 0%, rgba(37, 39, 36, .52) 45%, rgba(37, 39, 36, .16) 76%);
  }
  .home-page .hero-copy h1,
  .home-page .hero-copy .eyebrow.light { color: #F7F2EA; }
  .home-page .hero-copy h1 em { color: #C6A76C; }
  .home-page .hero-lede { color: rgba(247, 242, 234, .93); }
  .home-page .review-chip { color: #252724; background: rgba(247, 242, 234, .94); border-color: rgba(220, 225, 223, .78); }
  .home-page .hero-actions .button-primary { color: #F7F2EA; background: #17382F; border-color: #17382F; }
  .home-page .hero-actions .light-link { color: #F7F2EA; border-bottom-color: #BFC7C4; }
}

@media (max-width: 600px) {
  .home-page .hero-copy h1 { color: #252724; }
  .home-page .hero-copy h1 em { color: #C6A76C; }
  .home-page .hero-lede { color: #66706B; }
  .home-page .review-chip { color: #252724; background: rgba(247, 242, 234, .94); border-color: #BFC7C4; }
  .home-page .review-chip span:last-child { color: #66706B; }
  .home-page .hero-actions .button-primary { color: #F7F2EA; background: #17382F; border-color: #17382F; }
  .home-page .hero-actions .light-link { color: #17382F; border-bottom-color: #BFC7C4; }
}

/* Final 1.9.16 refinement cascade. */
.home-page .booking-card { padding: 2px 6px 8px; border-color: rgba(246, 240, 230, .28); border-radius: 22px; box-shadow: 0 16px 38px rgba(24, 61, 49, .10); }
.home-page .featured-result { margin: -1px -5px 15px; border: 1px solid rgba(220, 225, 223, .74); border-radius: 20px 20px 15px 15px; }
.home-page .popular-card,
.home-page .stylist-card,
.home-page .work-tile { border-color: rgba(24, 61, 49, .12); border-radius: 18px; box-shadow: none; }
.home-page .visit-card { border-color: rgba(246, 240, 230, .16); border-radius: 20px; box-shadow: none; }
.home-page .photo-stack img { border-width: 3px; border-radius: 16px; box-shadow: 0 10px 26px rgba(24, 61, 49, .09); }
.home-page .price-list { border: 1px solid rgba(24, 61, 49, .10); border-radius: 18px; box-shadow: 0 12px 30px rgba(24, 61, 49, .07); }

@media (max-width: 900px) {
  .home-page .mobile-menu { color: #f7f2ea; background: rgba(23, 56, 47, .985); border: 1px solid rgba(247, 242, 234, .18); border-radius: 16px; box-shadow: 0 18px 42px rgba(18, 42, 35, .24); }
  .home-page .mobile-menu a { color: #f7f2ea; border-bottom-color: rgba(247, 242, 234, .18); font-size: .84rem; }
  .home-page .mobile-menu .mobile-submenu { margin: 3px 0 8px; padding: 5px 10px 7px; background: rgba(247, 242, 234, .07); border: 0; border-radius: 12px; }
  .home-page .mobile-menu .mobile-submenu a { color: rgba(247, 242, 234, .88); font-size: .78rem; }
}
