:root {
  --black: #0d0d0d;
  --charcoal: #171716;
  --charcoal-soft: #23211f;
  --gold: #c7a36d;
  --gold-light: #ddc7a4;
  --cream: #f2ece3;
  --offwhite: #faf8f4;
  --ink: #171614;
  --muted: #716b63;
  --line-dark: rgba(255,255,255,.16);
  --line-light: rgba(23,22,20,.17);
  --container: min(100% - 40px, 1240px);
  --header-height: 86px;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
  --section-space: clamp(5rem, 10vw, 10rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--offwhite); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
h1 { font-size: clamp(3.35rem, 8.8vw, 8.5rem); }
h2 { font-size: clamp(2.8rem, 6.6vw, 6.8rem); }
h3 { font-size: clamp(2rem, 3.4vw, 3.8rem); }
em { color: var(--gold); font-weight: 400; }
.container { width: var(--container); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--gold); color: var(--black); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid var(--line-dark); transition: background .35s ease, height .35s ease; }
.site-header.is-scrolled { background: rgba(13,13,13,.96); backdrop-filter: blur(16px); }
.site-header.menu-active { background: var(--black); backdrop-filter: none; }
.header-inner { min-height: var(--header-height); width: min(100% - 40px, 1400px); margin-inline: auto; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; overflow: hidden; border-radius: 50%; border: 1px solid rgba(215,191,153,.55); background: #000; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: var(--serif); font-size: .98rem; letter-spacing: .055em; }
.brand-copy small { margin-top: .18rem; color: var(--gold-light); font-size: .62rem; text-transform: uppercase; letter-spacing: .21em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.6rem); margin-left: auto; }
.desktop-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding-block: .7rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .11em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .42rem; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-social { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line-dark); border-radius: 50%; font-size: .7rem; letter-spacing: .08em; }
.menu-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s 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: fixed; inset: var(--header-height) 0 0; padding: 3rem 24px 2rem; background: var(--black); color: #fff; }
.mobile-menu[hidden] { display: none; }
.mobile-menu-links { display: grid; }
.mobile-menu-links a { padding-block: .7rem; border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: clamp(2.3rem, 12vw, 4rem); line-height: 1.1; }
.mobile-menu-links a.is-active { color: var(--gold); }
.mobile-menu-footer { margin-top: 2.3rem; display: grid; gap: 1rem; color: rgba(255,255,255,.72); font-size: .8rem; letter-spacing: .07em; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .9rem 1.35rem; border: 1px solid transparent; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: .7rem 1rem; font-size: .68rem; }
.button-gold { background: var(--gold); color: var(--black); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.48); }
.button-outline-light:hover { color: var(--black); background: var(--gold-light); border-color: var(--gold-light); }
.button-dark { color: #fff; background: var(--black); }
.button-dark:hover { background: var(--charcoal-soft); }
.button-outline-dark { color: var(--ink); border-color: rgba(23,22,20,.55); }
.button-outline-dark:hover { color: #fff; background: var(--black); border-color: var(--black); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.text-link { min-height: 44px; display: inline-flex; gap: 1.2rem; align-items: center; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }

.hero { position: relative; min-height: 100svh; color: #fff; background: var(--black); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.61) 48%, rgba(8,8,8,.2) 100%), linear-gradient(0deg, rgba(8,8,8,.58), transparent 55%); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; padding-top: calc(var(--header-height) + 6rem); padding-bottom: 7.5rem; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-content h1 { max-width: 970px; margin-bottom: 1.6rem; }
.hero-content h1 em { color: var(--gold-light); }
.hero-lead { max-width: 630px; margin-bottom: 2rem; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.eyebrow { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; margin-bottom: 1.4rem; color: var(--gold-light); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .23em; }
.eyebrow span { color: rgba(255,255,255,.7); }
.eyebrow-dark { color: #8a6b3e; }
.hero-rail { position: absolute; z-index: 3; top: calc(var(--header-height) + 1rem); right: clamp(1.25rem, 3vw, 3rem); bottom: 2rem; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; color: rgba(255,255,255,.48); font-size: .57rem; letter-spacing: .25em; writing-mode: vertical-rl; }
.hero-meta { position: absolute; z-index: 3; right: clamp(1.25rem, 4vw, 4rem); bottom: 2.2rem; display: flex; gap: 2rem; color: rgba(255,255,255,.65); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 3; left: clamp(1.25rem, 4vw, 4rem); bottom: 1.35rem; min-height: 44px; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.65); font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; }
.scroll-cue span { width: 44px; height: 1px; background: var(--gold); }

.intro-section { padding-block: clamp(3.5rem,5.5vw,5.5rem); background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .42fr 1.5fr 1fr; gap: clamp(1.5rem,3.5vw,4rem); align-items: start; }
.section-index { padding-top: .55rem; color: var(--muted); font-size: .62rem; letter-spacing: .16em; writing-mode: vertical-rl; }
.intro-heading h2 { margin-bottom: 0; }
.intro-copy { padding-top: .5rem; }
.intro-copy .lead { color: var(--ink); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.5; }
.intro-copy p:not(.lead) { color: var(--muted); }
.intro-copy .text-link { margin-top: 1rem; }
.intro-photo-editorial { display: grid; grid-template-columns: minmax(0,620px) minmax(220px,340px); justify-content: center; align-items: center; gap: clamp(1.5rem,3vw,3rem); margin-top: clamp(2.25rem,3vw,3.25rem); }
.intro-photo-figure { min-width: 0; margin: 0; }
.intro-photo-frame { width: 100%; aspect-ratio: 1122 / 1402; overflow: hidden; box-shadow: 0 14px 32px rgba(74,58,37,.11); }
.intro-photo-frame img { width: 100%; height: 100%; object-fit: contain; image-rendering: auto; }
.intro-photo-figure figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .8rem; color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .16em; }
.intro-photo-signature { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(3.2rem,5.8vw,6rem); line-height: .83; letter-spacing: -.045em; }

.hair-feature { background: var(--black); color: #fff; overflow: hidden; }
.hair-feature-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(320px,.88fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.hair-feature-image { position: relative; width: min(100%, 700px); height: min(82vw, 850px); margin: 0; overflow: hidden; }
.hair-feature-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.11); pointer-events: none; }
.hair-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.hair-feature-image:hover img { transform: scale(1.025); }
.hair-feature-image figcaption { position: absolute; right: 1rem; bottom: 1rem; color: rgba(255,255,255,.65); font-size: .6rem; text-transform: uppercase; letter-spacing: .18em; writing-mode: vertical-rl; }
.hair-feature-copy h2 { margin-bottom: 2rem; font-size: clamp(4rem, 8vw, 8.8rem); }
.hair-feature-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.66); }
.hair-terms { display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; margin: 2rem 0; padding: 1.1rem 0; border-block: 1px solid var(--line-dark); list-style: none; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.75rem); }
.visual-break { position: relative; min-height: min(82vh, 900px); overflow: hidden; background: var(--charcoal); color: #fff; }
.visual-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,7,.82), rgba(7,7,7,.12) 70%); }
.visual-break img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-break p { position: absolute; z-index: 2; left: clamp(1.25rem, 7vw, 8rem); top: 50%; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 10vw, 11rem); line-height: .76; letter-spacing: -.045em; text-transform: uppercase; transform: translateY(-50%); }
.visual-break > span { position: absolute; z-index: 2; right: clamp(1.25rem, 3vw, 3rem); bottom: 2rem; color: rgba(255,255,255,.65); font-size: .6rem; letter-spacing: .2em; writing-mode: vertical-rl; }
.beauty-tattoo-split { display: grid; grid-template-columns: 1fr 1fr; background: var(--black); color: #fff; }
.split-panel { position: relative; min-height: min(86vh, 920px); overflow: hidden; }
.split-panel:first-child { border-right: 1px solid rgba(255,255,255,.22); }
.split-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,5,.88), rgba(5,5,5,.1) 68%); }
.split-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform 1.1s var(--ease), filter .7s var(--ease); }
.split-panel:hover img { transform: scale(1.025); filter: saturate(.95); }
.split-panel > div { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(2rem, 5vw, 5.5rem); }
.split-panel h2 { margin-bottom: 1rem; font-size: clamp(4rem, 8vw, 9rem); }
.split-panel > div > p:not(.eyebrow) { color: rgba(255,255,255,.73); }
.split-panel a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.signature-section { background: var(--offwhite); }
.signature-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.signature-heading { position: sticky; top: 130px; }
.signature-heading h2 { margin-bottom: 2rem; }
.signature-heading > p:not(.eyebrow) { max-width: 450px; color: var(--muted); }
.signature-heading .text-link { margin-top: 1rem; }
.treatment-list { border-top: 1px solid var(--line-light); }
.treatment-item { display: grid; grid-template-columns: 52px 1fr; gap: 1.4rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line-light); }
.treatment-item > span { padding-top: .35rem; color: #9a7a4d; font-size: .65rem; letter-spacing: .15em; }
.treatment-item h3 { margin-bottom: .35rem; font-size: clamp(1.7rem, 2.5vw, 2.65rem); }
.treatment-item p { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.treatment-item h3, .treatment-item p { transition: transform .3s var(--ease), color .3s ease; }
.treatment-item:hover h3, .treatment-item:focus-visible h3 { color: #8a6b3e; transform: translateX(.35rem); }
.treatment-item:hover p, .treatment-item:focus-visible p { transform: translateX(.35rem); }

.location-feature { display: grid; grid-template-columns: 1.2fr .8fr; min-height: min(850px, 90vh); background: var(--charcoal); color: #fff; }
.location-image-wrap { min-height: 650px; overflow: hidden; }
.location-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.location-copy h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.location-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.66); }
.location-copy .button { margin-top: 1rem; }

.gallery-section { background: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 3rem; align-items: end; margin-bottom: clamp(3rem, 7vw, 6rem); }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 340px; color: var(--muted); }
.gallery-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(130px, 13vw, 210px); gap: clamp(.7rem, 1.2vw, 1.2rem); }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 2; margin: 0; overflow: hidden; background: var(--charcoal-soft); }
.gallery-item.gallery-wide { grid-column: span 8; }
.gallery-item.gallery-tall { grid-row: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .35rem .6rem; background: rgba(12,12,12,.76); color: #fff; font-size: .58rem; text-transform: uppercase; letter-spacing: .17em; }
.gallery-cta { display: flex; justify-content: flex-end; padding-top: 2rem; }

.team-feature { background: var(--black); color: #fff; overflow: hidden; }
.team-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.team-art { position: relative; min-height: 650px; display: grid; place-content: center; border: 1px solid var(--line-dark); color: var(--gold); font-family: var(--serif); line-height: .7; isolation: isolate; }
.team-art::before, .team-art::after { content: ""; position: absolute; border: 1px solid rgba(199,163,109,.35); border-radius: 50%; z-index: -1; }
.team-art::before { width: 78%; aspect-ratio: 1; left: 11%; top: 12%; }
.team-art::after { width: 55%; aspect-ratio: 1; left: 22.5%; top: 24%; }
.team-art span { display: inline; font-size: clamp(5rem, 9vw, 9rem); font-style: italic; }
.team-art span:nth-child(2) { color: #fff; font-size: clamp(3rem, 6vw, 6rem); }
.team-copy h2 { font-size: clamp(3.2rem, 5.5vw, 6.5rem); }
.team-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.66); }

.benefit-strip { overflow: hidden; border-block: 1px solid var(--line-light); background: var(--offwhite); }
.benefit-track { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem, 3vw, 3.2rem); padding: 1.25rem 2rem; color: var(--ink); font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; }
.benefit-track i { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }

.social-section { background: var(--offwhite); }
.social-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 10vw, 10rem); align-items: center; }
.social-copy h2 { margin-bottom: 2rem; }
.social-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); }
.social-copy .button { margin-top: 1rem; }
.social-visual { position: relative; justify-self: end; width: min(100%, 480px); height: clamp(520px, 62vw, 760px); padding: 1rem 1rem 4.6rem; border: 1px solid var(--line-light); background: var(--cream); transform: rotate(1.4deg); }
.social-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.social-visual span { position: absolute; left: 1rem; bottom: .9rem; color: var(--muted); font-size: .58rem; line-height: 1.55; letter-spacing: .14em; }

.final-cta { position: relative; padding-block: clamp(6rem, 13vw, 13rem); background: linear-gradient(rgba(8,8,8,.82), rgba(8,8,8,.88)), url('../assets/images/hero-salon.jpg') center/cover; color: #fff; text-align: center; }
.final-cta-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { margin-bottom: 1.5rem; }
.final-cta p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.68); }
.final-cta .button-row { margin-top: 1rem; justify-content: center; }

/* Inner pages */
.inner-page { padding-top: var(--header-height); }
.site-header-solid { background: rgba(13,13,13,.98); }
.page-hero { position: relative; padding: clamp(6rem, 12vw, 11rem) 0 0; background: var(--black); color: #fff; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background: radial-gradient(circle at 80% 30%, rgba(199,163,109,.3), transparent 34%); pointer-events: none; }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .55fr; gap: 4rem; align-items: end; padding-bottom: clamp(4rem, 8vw, 7rem); }
.page-hero h1 { margin-bottom: 0; }
.page-hero-copy { padding-bottom: .8rem; }
.page-hero-copy p { color: rgba(255,255,255,.65); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.page-hero-copy span { color: var(--gold-light); font-size: .62rem; letter-spacing: .16em; }
.service-jump { position: relative; border-top: 1px solid var(--line-dark); }
.service-jump .container { display: flex; }
.service-jump a { flex: 1; min-height: 74px; display: grid; place-items: center; border-right: 1px solid var(--line-dark); color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.service-jump a:first-child { border-left: 1px solid var(--line-dark); }
.service-jump a:hover { color: var(--black); background: var(--gold); }
[id] { scroll-margin-top: calc(var(--header-height) + 20px); }

.service-detail-light { background: var(--cream); }
.service-detail-dark { background: var(--charcoal); color: #fff; }
.service-detail-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.service-detail-intro { position: sticky; top: 130px; }
.service-detail-intro h2 { font-size: clamp(3.2rem, 5.2vw, 6rem); }
.service-detail-intro > p:not(.eyebrow) { max-width: 430px; color: var(--muted); }
.service-detail-dark .service-detail-intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.service-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); }
.service-category h3 { padding-bottom: 1rem; border-bottom: 1px solid var(--line-light); font-size: 2.8rem; }
.service-list { margin: 0; padding: 0; list-style: none; }
.service-list li { padding: 1.25rem 0; border-bottom: 1px solid var(--line-light); }
.service-list strong, .service-list span { display: block; }
.service-list strong { margin-bottom: .35rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.service-list span { color: var(--muted); font-size: .86rem; }
.service-photo { height: 440px; margin-top: 3rem; overflow: hidden; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.beauty-editorial { position: relative; min-height: 580px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(2rem, 5vw, 5rem); border: 1px solid var(--line-dark); overflow: hidden; isolation: isolate; }
.beauty-editorial::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg, rgba(10,10,10,.9), rgba(10,10,10,.28)), url('../assets/images/salon-work-01.jpeg') center/cover; filter: grayscale(.25); }
.beauty-editorial::after { content: ""; position: absolute; inset: 1.1rem; z-index: -1; border: 1px solid rgba(255,255,255,.18); }
.beauty-editorial h3 { margin-bottom: 1rem; font-size: clamp(2.8rem, 5vw, 5.7rem); }
.beauty-editorial > p:not(.beauty-word) { max-width: 560px; color: rgba(255,255,255,.72); }
.beauty-word { position: absolute; top: 1rem; right: -1rem; z-index: -1; margin: 0; color: rgba(255,255,255,.1); font-family: var(--serif); font-size: clamp(5rem, 12vw, 11rem); line-height: .8; writing-mode: vertical-rl; }

.tattoo-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 820px; background: var(--offwhite); }
.tattoo-image { overflow: hidden; }
.tattoo-image img { width: 100%; height: 100%; object-fit: cover; }
.tattoo-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.tattoo-copy h2 { font-size: clamp(3.3rem, 5.5vw, 6.5rem); }
.tattoo-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.tattoo-copy .button { margin-top: 1rem; }
.consultation-cta { background: var(--cream); text-align: center; }
.consultation-inner { display: flex; flex-direction: column; align-items: center; }
.consultation-inner h2 { margin-bottom: 1.5rem; }
.consultation-inner > p:not(.eyebrow) { max-width: 630px; color: var(--muted); }
.consultation-inner .button-row { justify-content: center; margin-top: 1rem; }

/* About */
.about-hero { position: relative; min-height: calc(100svh - var(--header-height)); background: var(--black); color: #fff; overflow: hidden; }
.about-hero-image { position: absolute; inset: 0; }
.about-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.42) saturate(.65); }
.about-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.86), rgba(8,8,8,.18)); }
.about-hero-content { position: relative; z-index: 2; min-height: calc(100svh - var(--header-height)); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 7rem; }
.about-hero-content h1 { margin-bottom: 2rem; }
.about-hero-content > p:last-child { max-width: 560px; color: rgba(255,255,255,.7); font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.about-hero-index { position: absolute; z-index: 3; right: 3rem; bottom: 2rem; color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .16em; }
.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.story-title h2 { margin-bottom: 0; }
.story-copy { padding-top: clamp(2rem, 7vw, 7rem); }
.story-copy .lead { color: var(--ink); font-size: clamp(1.2rem, 2vw, 1.65rem); }
.story-copy p { color: var(--muted); }
.about-values { padding-block: clamp(4rem, 8vw, 8rem); background: var(--black); color: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.value-item { min-height: 330px; padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid var(--line-dark); border-right: 0; }
.value-item:last-child { border-right: 1px solid var(--line-dark); }
.value-item > span { color: var(--gold); font-size: .6rem; letter-spacing: .15em; }
.value-item h2 { margin: 4rem 0 1rem; font-size: clamp(2.4rem, 4vw, 4.5rem); }
.value-item p { color: rgba(255,255,255,.6); font-size: .9rem; }
.team-story { background: var(--offwhite); }
.team-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.team-story-grid > * { min-width: 0; }
.team-story-photo { height: min(760px, 75vw); overflow: hidden; }
.team-story-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-story-copy h2 { font-size: clamp(3rem, 5vw, 5.7rem); }
.team-story-copy > p:not(.eyebrow) { color: var(--muted); }

/* Team page */
.team-page-hero { position: relative; overflow: hidden; padding: clamp(6rem, 12vw, 11rem) 0 clamp(4.5rem, 8vw, 7rem); background: var(--black); color: #fff; }
.team-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 82% 28%, rgba(199,163,109,.32), transparent 36%); pointer-events: none; }
.team-page-hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .55fr; gap: clamp(3rem, 7vw, 7rem); align-items: end; }
.team-page-hero h1 { margin-bottom: 0; }
.team-page-intro { padding-bottom: .8rem; }
.team-page-intro p { margin-bottom: 2rem; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.team-page-intro span { color: var(--gold-light); font-size: .62rem; letter-spacing: .16em; }
.team-member { padding-block: var(--section-space); overflow: hidden; }
.team-member-light { background: var(--offwhite); }
.team-member-cream { background: var(--cream); }
.team-member-dark { background: var(--charcoal); color: #fff; }
.team-member-header { display: grid; grid-template-columns: 70px 1fr auto; gap: 1rem; align-items: baseline; margin-bottom: clamp(2.5rem, 5vw, 5rem); padding-top: 1rem; border-top: 1px solid var(--line-light); }
.team-member-dark .team-member-header { border-color: var(--line-dark); }
.team-member-number, .team-member-kicker { color: #8a6b3e; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.team-member-dark .team-member-number, .team-member-dark .team-member-kicker { color: var(--gold-light); }
.team-member-header h2 { margin: 0; font-size: clamp(3.6rem, 7vw, 7.6rem); }
.team-member-layout { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.team-member-portrait, .team-member-work { margin: 0; }
.team-member-portrait { aspect-ratio: 3 / 4; overflow: hidden; background: #ddd5ca; }
.team-member-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-member-work { margin-top: clamp(4rem, 8vw, 8rem); }
.team-member-work-frame { aspect-ratio: 5 / 4; display: grid; place-items: center; overflow: hidden; background: #e8e2da; }
.team-member-dark .team-member-work-frame { background: #0f0f0f; }
.team-member-work img { width: 100%; height: 100%; object-fit: contain; }
.team-member-work figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .85rem; color: var(--muted); font-size: .61rem; text-transform: uppercase; letter-spacing: .15em; }
.team-member-dark .team-member-work figcaption { color: rgba(255,255,255,.55); }
.team-member-reverse .team-member-portrait { order: 2; margin-top: clamp(4rem, 8vw, 8rem); }
.team-member-reverse .team-member-work { order: 1; margin-top: 0; }
.team-member-neli .team-member-portrait { aspect-ratio: 1 / 1; }
.team-member-unified .team-member-portrait { aspect-ratio: 1 / 1; }
.team-work-image-contain { object-fit: contain; object-position: center; }
.city-section { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 720px; background: var(--charcoal); color: #fff; }
.city-visual { padding: 5rem; background: var(--gold); }
.city-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3); }
.city-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.city-copy h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.city-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.62); }

/* Contact */
.contact-hero { padding-block: clamp(6rem, 12vw, 11rem); background: var(--black); color: #fff; }
.contact-hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: end; }
.contact-hero h1 { margin-bottom: 0; }
.contact-intro { padding-bottom: 1rem; color: rgba(255,255,255,.67); font-size: clamp(1rem, 1.6vw, 1.3rem); }
.contact-options { padding-block: clamp(4rem, 8vw, 8rem); background: var(--cream); }
.contact-option-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); }
.contact-option-grid article { min-width: 0; padding: 2rem clamp(1rem, 2.5vw, 2.5rem) 0; border-right: 1px solid var(--line-light); }
.contact-option-grid article:first-child { padding-left: 0; }
.contact-option-grid article:last-child { border-right: 0; }
.contact-option-grid article > span { color: #9a7a4d; font-size: .6rem; letter-spacing: .16em; }
.contact-option-grid h2 { overflow-wrap: anywhere; font-size: clamp(1.8rem, 3vw, 3.5rem); }
.contact-option-grid p:not(.eyebrow) { color: var(--muted); }
.booking-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; background: var(--charcoal); color: #fff; }
.booking-image { overflow: hidden; }
.booking-image img { width: 100%; height: 100%; object-fit: cover; }
.booking-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.booking-copy h2 { font-size: clamp(3.2rem, 5.4vw, 6.2rem); }
.booking-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.booking-copy small { margin-top: 1rem; color: rgba(255,255,255,.48); font-size: .68rem; }
.form-section { background: var(--offwhite); }
.form-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.form-heading { position: sticky; top: 130px; }
.form-heading > p:not(.eyebrow) { color: var(--muted); }
.form-setup-note { margin-top: 2rem; padding: 1.2rem; border-left: 2px solid var(--gold); background: var(--cream); font-size: .78rem; }
.form-setup-note strong { text-transform: uppercase; letter-spacing: .1em; }
.form-setup-note p { margin: .4rem 0 0; color: var(--muted); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-field { min-width: 0; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: .5rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.form-field label span { color: var(--muted); font-weight: 400; text-transform: none; letter-spacing: 0; }
.form-field input:not([type="checkbox"]), .form-field select, .form-field textarea { width: 100%; min-height: 54px; border: 1px solid rgba(23,22,20,.28); border-radius: 0; padding: .8rem .9rem; background: transparent; color: var(--ink); font-size: 1rem; }
.form-field textarea { min-height: 170px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.form-field [aria-invalid="true"] { border-color: #9d2d22 !important; }
.field-error { display: block; min-height: 1.2em; margin-top: .3rem; color: #8c281f; font-size: .72rem; }
.checkbox-field { display: grid; grid-template-columns: 24px 1fr; gap: .7rem; align-items: start; }
.checkbox-field input { width: 22px; height: 22px; margin-top: .15rem; accent-color: var(--gold); }
.checkbox-field label { margin: 0; text-transform: none; font-weight: 400; letter-spacing: 0; line-height: 1.5; }
.checkbox-field label a { text-decoration: underline; }
.checkbox-field .field-error { grid-column: 2; }
.form-submit-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form-status { flex: 1 1 280px; margin: 0; color: #8c281f; font-size: .8rem; }
.route-section { padding-block: clamp(5rem, 9vw, 9rem); background: var(--black); color: #fff; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.route-map { position: relative; min-height: 560px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; border: 1px solid var(--line-dark); background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 48px 48px; color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .14em; }
.route-map > span:last-child { text-align: right; }
.route-pin { position: absolute; left: 58%; top: 44%; width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--gold); color: var(--black); font-family: var(--serif); font-size: 1.4rem; transform: rotate(-45deg); }
.route-pin span { transform: rotate(45deg); }
.route-copy h2 { font-size: clamp(3.3rem, 5.4vw, 6.2rem); }
.route-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.65); }
.route-copy .button { margin-top: 1rem; }

/* Legal */
.legal-hero { padding-block: clamp(5rem, 10vw, 9rem); background: var(--black); color: #fff; }
.legal-hero h1 { margin-bottom: 2rem; }
.legal-warning { max-width: 760px; padding: 1rem 1.2rem; border-left: 2px solid var(--gold); background: rgba(255,255,255,.06); color: var(--gold-light); }
.legal-content { background: var(--cream); }
.legal-grid { display: grid; grid-template-columns: .4fr 1.6fr; gap: clamp(3rem, 8vw, 8rem); }
.legal-grid aside { position: sticky; top: 130px; align-self: start; padding-top: .5rem; }
.legal-grid aside span, .legal-grid aside strong { display: block; }
.legal-grid aside span { color: #8a6b3e; font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; }
.legal-grid aside strong { margin-top: .6rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.legal-grid article { max-width: 760px; }
.legal-grid article h2 { margin: 2.6rem 0 .8rem; font-size: clamp(1.7rem, 2.7vw, 2.7rem); }
.legal-grid article h2:first-child { margin-top: 0; }
.legal-grid article p { color: var(--muted); overflow-wrap: anywhere; }

.site-footer { padding: 4rem 0 1.4rem; background: var(--charcoal); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.35fr .75fr .95fr .7fr; gap: 3rem; padding-bottom: 3rem; }
.footer-top p { color: rgba(255,255,255,.65); font-size: .85rem; }
.footer-top p a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-bottom { padding-top: 1.3rem; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.5); font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom nav { display: flex; gap: 1.5rem; }
.footer-nav { display: grid; align-content: start; gap: .35rem; color: rgba(255,255,255,.65); font-size: .78rem; }
.footer-nav a { min-height: 44px; display: flex; align-items: center; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-bottom nav a { min-height: 44px; display: flex; align-items: center; }
.legal-grid article a { min-height: 44px; display: inline-flex; align-items: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --header-height: 76px; --container: min(100% - 40px, 760px); }
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .intro-grid { grid-template-columns: 1fr 1fr; }
  .intro-photo-editorial { grid-template-columns: minmax(280px,560px) minmax(220px,300px); gap: 2rem; }
  .section-index { display: none; }
  .hair-feature-grid { grid-template-columns: 1fr; }
  .hair-feature-image { width: min(82%, 680px); height: min(110vw, 820px); }
  .signature-grid { grid-template-columns: 1fr; }
  .signature-heading { position: static; }
  .location-feature { grid-template-columns: 1fr; }
  .location-image-wrap { min-height: 520px; }
  .gallery-heading { grid-template-columns: 1fr; }
  .gallery-item { grid-column: span 6; }
  .gallery-item.gallery-wide { grid-column: span 12; }
  .team-grid { grid-template-columns: 1fr; }
  .team-art { min-height: 480px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .page-hero-grid, .service-detail-grid, .story-grid, .contact-hero-grid, .form-grid { grid-template-columns: 1fr; }
  .page-hero-copy { max-width: 620px; }
  .service-detail-intro, .form-heading { position: static; }
  .tattoo-feature, .booking-feature { grid-template-columns: 1fr; }
  .tattoo-image, .booking-image { min-height: 520px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-item, .value-item:last-child { border-right: 1px solid var(--line-dark); border-bottom: 0; }
  .value-item:last-child { border-bottom: 1px solid var(--line-dark); }
  .team-story-grid { grid-template-columns: 1fr; }
  .team-story-photo { height: 620px; }
  .team-page-hero-grid { grid-template-columns: 1fr .7fr; }
  .team-member-layout { gap: 2rem; }
  .city-section { grid-template-columns: 1fr 1fr; }
  .city-visual { padding: 3rem; }
  .contact-option-grid { grid-template-columns: 1fr; }
  .contact-option-grid article, .contact-option-grid article:first-child { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .contact-option-grid article:last-child { border-bottom: 0; }
  .route-grid { grid-template-columns: 1fr; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-grid aside { position: static; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 36px, 560px); }
  .brand-copy strong { font-size: .8rem; }
  .brand-copy small { font-size: .52rem; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-content { padding-top: calc(var(--header-height) + 5rem); padding-bottom: 8rem; }
  .hero-content h1 { font-size: clamp(3.1rem, 17vw, 5.6rem); }
  .hero-shade { background: linear-gradient(90deg, rgba(7,7,7,.88), rgba(7,7,7,.44)), linear-gradient(0deg, rgba(7,7,7,.74), transparent 60%); }
  .hero-image { object-position: 55% center; }
  .hero-meta { left: 18px; right: 18px; bottom: 4.5rem; justify-content: space-between; gap: 1rem; font-size: .56rem; }
  .hero-meta span:last-child { text-align: right; }
  .hero-rail { display: none; }
  .button-row { width: 100%; }
  .button-row .button { flex: 1 1 100%; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .intro-photo-editorial { grid-template-columns: 1fr; gap: 1.1rem; margin-top: 2rem; }
  .intro-photo-frame { width: 100%; }
  .intro-photo-signature { margin: 0; font-size: clamp(3rem,15vw,5rem); }
  .team-page-hero-grid { grid-template-columns: 1fr; }
  .team-page-intro { padding-bottom: 0; }
  .team-member-header { grid-template-columns: 48px 1fr; }
  .team-member-kicker { grid-column: 2; }
  .team-member-layout { grid-template-columns: 1fr; }
  .team-member-portrait, .team-member-work, .team-member-reverse .team-member-portrait, .team-member-reverse .team-member-work { order: initial; margin-top: 0; }
  .team-member-work { margin-top: 2rem; }
  .team-member-neli .team-member-portrait { aspect-ratio: 1 / 1; }
  .hair-feature-image { width: 88%; height: min(128vw, 690px); }
  .hair-feature-copy h2 { font-size: clamp(4rem, 20vw, 7rem); }
  .visual-break { min-height: 72svh; }
  .visual-break p { font-size: clamp(3.2rem, 18vw, 6.2rem); line-height: .82; }
  .beauty-tattoo-split { grid-template-columns: 1fr; }
  .split-panel { min-height: 78svh; }
  .split-panel:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .location-image-wrap { min-height: 390px; }
  .location-copy { padding: 4.5rem 18px; }
  .gallery-mosaic { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-item, .gallery-item.gallery-wide, .gallery-item.gallery-tall { grid-column: auto; grid-row: auto; }
  .gallery-item:nth-child(even) { min-height: 400px; }
  .team-art { min-height: 370px; }
  .benefit-track { justify-content: flex-start; overflow-x: auto; }
  .social-grid { grid-template-columns: 1fr; }
  .social-visual { justify-self: center; height: 620px; }
  .footer-top { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding-top: 4.5rem; }
  .page-hero-grid { gap: 2rem; }
  .service-jump .container { width: 100%; }
  .service-jump a { min-height: 62px; }
  .service-columns { grid-template-columns: 1fr; }
  .tattoo-image, .booking-image { min-height: 380px; }
  .tattoo-copy, .booking-copy, .city-copy { padding: 4.5rem 18px; }
  .about-hero-content h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .story-copy { padding-top: 0; }
  .team-story-photo { height: 480px; }
  .city-section { grid-template-columns: 1fr; }
  .city-visual { height: 560px; padding: 2rem; }
  .contact-hero-grid { gap: 2rem; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .route-map { min-height: 420px; }
  .legal-hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
}

@media (max-width: 370px) {
  :root { --container: min(100% - 32px, 560px); }
  .brand-copy strong { font-size: .72rem; }
  .brand-copy small { letter-spacing: .13em; }
  .hero-content h1 { font-size: 2.95rem; }
  .hero-meta { display: none; }
  .team-story-copy h2 { font-size: 2.7rem; }
}

@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; }
}
