:root {
  --black: #080808;
  --ink: #171716;
  --paper: #f1f0ec;
  --white: #f8f8f5;
  --stone: #b5b5ae;
  --muted-dark: #777771;
  --muted-light: #a7a7a0;
  --line-dark: rgba(17, 17, 16, 0.22);
  --line-light: rgba(255, 255, 255, 0.23);
  --gutter: clamp(22px, 3.5vw, 58px);
  --section-y: clamp(96px, 10vw, 180px);
  --scroll-progress: 0;
  --sans: "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, a { color: inherit; }
a { text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
section[id], article[id] { scroll-margin-top: 68px; }
h1, h2, h3, strong { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: #d4d4cf; color: var(--ink); }

:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.skip-link { position: fixed; z-index: 300; top: 10px; left: var(--gutter); padding: 12px 16px; background: #fff; color: #000; font: 600 11px/1 var(--mono); letter-spacing: .12em; transform: translateY(-180%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: calc(var(--scroll-progress) * 100%); height: 2px; background: #fff; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: grid; width: 100%; height: 76px; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding: 0 var(--gutter); border-bottom: 1px solid var(--line-light); color: #fff; text-transform: uppercase; transition: height 300ms ease, background 300ms ease, backdrop-filter 300ms ease; }
.admin-bar .site-header, .admin-bar .scroll-progress { top: 32px; }
.has-scrolled .site-header { height: 62px; background: rgba(8,8,8,.88); backdrop-filter: blur(14px); }
.header-mark { font-size: 12px; font-weight: 650; letter-spacing: .16em; white-space: nowrap; }
.header-mark span { margin-left: 8px; color: #969690; font: 500 10px/1 var(--mono); }
.header-nav { display: flex; justify-content: center; gap: clamp(22px, 2.8vw, 44px); font-size: 11px; letter-spacing: .15em; }
.header-nav a, .header-contact { position: relative; padding: 9px 0; }
.header-nav a::after, .header-contact::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 250ms ease; }
.header-nav a:hover::after, .header-nav a:focus-visible::after, .header-nav a[aria-current]::after, .header-contact:hover::after, .header-contact:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-contact { font-size: 11px; letter-spacing: .11em; }
.header-contact span { margin-left: 8px; }
.menu-button { display: none; justify-self: end; }

.section-light, .section-paper { background: var(--paper); color: var(--ink); }
.section-dark { background: var(--black); color: var(--white); }
.section-heading { display: flex; width: 100%; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); color: #666661; font: 600 11px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.section-heading-inverse { border-color: var(--line-light); color: #8d8d87; }
.micro-copy { margin: 0 0 28px; color: #666660; font: 600 11px/1.4 var(--mono); letter-spacing: .13em; }
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 800ms cubic-bezier(.2,.65,.25,1) var(--delay, 0ms), transform 800ms cubic-bezier(.2,.65,.25,1) var(--delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Hero */
.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--black); }
.hero-media { position: absolute; inset: 0 0 0 41%; overflow: hidden; background: #1d1d1c; contain: paint; }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.16) 30%, rgba(8,8,8,.04) 70%, rgba(8,8,8,.28) 100%); content: ""; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: contrast(1.06); animation: heroImage 1.7s cubic-bezier(.2,.7,.2,1) both; }
.hero-media figcaption { position: absolute; z-index: 2; right: var(--gutter); bottom: 25px; left: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.78); font: 600 10px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-copy { position: relative; z-index: 3; display: flex; width: min(48vw, 720px); min-height: 100svh; flex-direction: column; justify-content: center; padding: 110px 0 80px var(--gutter); }
.eyebrow { margin: 0 0 clamp(28px, 4vh, 52px); color: #aaa9a3; font: 600 11px/1.4 var(--mono); letter-spacing: .18em; text-transform: uppercase; animation: introUp 700ms 120ms both; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(58px, 7.3vw, 126px); font-weight: 400; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.hero h1 span { display: block; animation: introUp 900ms cubic-bezier(.2,.66,.2,1) both; }
.hero h1 span:first-child { font-weight: 700; animation-delay: 160ms; }
.hero h1 span:last-child { margin-top: .12em; font-size: .55em; font-weight: 350; letter-spacing: -.055em; animation-delay: 230ms; }
.hero-statement { max-width: 700px; margin: clamp(38px, 5vh, 62px) 0 0; color: #f4f4f0; font-size: clamp(28px, 3vw, 44px); font-weight: 400; letter-spacing: -.045em; line-height: 1.28; animation: introUp 800ms 320ms both; }
.hero-summary { max-width: 580px; margin: 26px 0 0; color: #aaa9a3; font-size: clamp(14px, 1.05vw, 17px); letter-spacing: .03em; line-height: 1.9; animation: introUp 800ms 390ms both; }
.hero-actions { display: flex; gap: 34px; margin-top: 34px; animation: introUp 800ms 450ms both; }
.hero-actions a { display: flex; min-width: 150px; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.5); font-size: 13px; letter-spacing: .08em; transition: border-color 200ms ease, padding 200ms ease; }
.hero-actions a:hover, .hero-actions a:focus-visible { padding-right: 7px; border-color: #fff; }
.hero-signature { position: absolute; z-index: 4; top: 102px; right: var(--gutter); width: clamp(110px, 10.5vw, 168px); overflow: hidden; background: #fff; }
.hero-signature img { width: 100%; }
@keyframes introUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes heroImage { from { opacity: .35; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

/* About */
.about { padding: var(--section-y) var(--gutter); }
.about-intro { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: 8vw; align-items: end; margin: clamp(72px,9vw,145px) 0 clamp(76px,9vw,150px); }
.about h2 { margin: 0; font-size: clamp(64px, 9.1vw, 158px); font-weight: 400; letter-spacing: -.08em; line-height: .82; }
.about-story { max-width: 550px; }
.about-lead { margin: 0 0 38px; font-size: clamp(25px, 2.4vw, 40px); letter-spacing: -.04em; line-height: 1.32; }
.about-story p:not(.about-lead) { margin: 0 0 20px; color: #4e4e4a; font-size: clamp(15px, 1.05vw, 17px); letter-spacing: .03em; line-height: 2; }
.editorial-image { width: min(86%, 1460px); margin-left: auto; }
.editorial-image img { width: 100%; aspect-ratio: 2.05; object-fit: cover; }
.editorial-image figcaption { display: flex; justify-content: space-between; margin-top: 14px; color: #6b6b65; font: 600 10px/1.4 var(--mono); letter-spacing: .11em; text-transform: uppercase; }

/* Experience */
.experience { padding: var(--section-y) var(--gutter); }
.experience-intro { display: grid; grid-template-columns: .48fr 1fr; gap: 6vw; align-items: end; margin: clamp(72px,9vw,140px) 0 clamp(65px,7vw,112px); }
.experience-intro > p { margin: 0 0 6px; color: #b0b0a9; font-size: clamp(24px,2.6vw,45px); letter-spacing: -.05em; line-height: .95; }
.experience h2 { justify-self: end; margin: 0; font-size: clamp(96px,14.2vw,248px); font-weight: 300; letter-spacing: -.1em; line-height: .68; white-space: nowrap; }
.experience h2 span { font-weight: 650; }
.achievement-list { border-top: 1px solid var(--line-light); }
.achievement { display: grid; min-height: 118px; grid-template-columns: 55px minmax(210px,.62fr) minmax(280px,1fr); gap: 24px; align-items: center; border-bottom: 1px solid var(--line-light); }
.achievement > span { color: #777771; font: 600 10px/1 var(--mono); }
.achievement > strong { font-size: clamp(30px, 3.4vw, 58px); font-weight: 350; letter-spacing: -.055em; }
.achievement p { margin: 0 0 7px; font-size: 15px; }
.achievement small { color: #85857f; font: 600 10px/1.5 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.experience-note { max-width: 780px; margin: clamp(60px,7vw,110px) 0 0 auto; color: #b0b0aa; font-size: clamp(15px,1.05vw,17px); letter-spacing: .03em; line-height: 2; }

/* Services */
.services { padding: var(--section-y) var(--gutter); }
.services-intro { display: grid; grid-template-columns: 1fr minmax(300px,.55fr); gap: 7vw; align-items: end; margin: clamp(72px,9vw,140px) 0 clamp(62px,7vw,105px); }
.services-intro h2 { margin: 0; font-size: clamp(72px, 10.4vw, 180px); font-weight: 400; letter-spacing: -.08em; line-height: .72; }
.services-intro p { max-width: 520px; margin: 0; color: #555550; font-size: clamp(15px,1.05vw,17px); line-height: 1.9; }
.services-layout { display: grid; grid-template-columns: minmax(360px,.75fr) minmax(0,1.25fr); gap: clamp(34px,5vw,86px); align-items: start; }
.service-visual { position: sticky; top: 88px; height: min(72vh, 720px); overflow: hidden; background: #222; }
.service-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.62)); content: ""; }
.service-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: grayscale(1) contrast(1.04); transform: scale(1.025); transition: opacity 520ms ease, transform 900ms cubic-bezier(.2,.7,.2,1); }
.service-visual > img.is-active { opacity: 1; transform: scale(1); }
.service-visual-label { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-between; color: #fff; font: 600 10px/1.3 var(--mono); letter-spacing: .1em; }
.service-row { display: grid; width: 100%; min-height: 132px; grid-template-columns: 42px 1fr 24px; gap: 18px; align-items: center; padding: 22px 0; border: 0; border-top: 1px solid var(--line-dark); background: transparent; color: #777771; text-align: left; cursor: pointer; transition: color 220ms ease, padding 220ms ease; }
.service-row:last-child { border-bottom: 1px solid var(--line-dark); }
.service-row:hover, .service-row:focus-visible, .service-row.is-active { padding-right: 9px; padding-left: 9px; color: var(--ink); outline: 0; }
.service-row > span { align-self: start; padding-top: 4px; font: 600 10px/1 var(--mono); }
.service-row strong { display: block; font-size: clamp(22px,2.05vw,36px); font-weight: 420; letter-spacing: -.045em; }
.service-row p { margin: 12px 0 8px; color: #3f3f3b; font-size: clamp(14px,1vw,16px); line-height: 1.65; }
.service-row small { color: #74746e; font: 600 10px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.service-row i { justify-self: end; font-size: 20px; font-style: normal; }

/* Works */
.works { padding: var(--section-y) var(--gutter); }
.works-intro { display: flex; justify-content: space-between; align-items: end; margin: clamp(72px,9vw,140px) 0 clamp(62px,7vw,110px); }
.works-intro h2 { margin: 0; font-size: clamp(76px,11.1vw,194px); font-weight: 400; letter-spacing: -.09em; line-height: .7; }
.works-intro p { margin: 0 0 8px; color: #5f5f59; font: 600 10px/1.5 var(--mono); letter-spacing: .11em; }
.work-feature { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(370px,.45fr); margin-bottom: clamp(85px,9vw,150px); background: var(--ink); color: var(--paper); }
.work-feature-image { overflow: hidden; }
.work-feature-image img { width: 100%; height: 100%; aspect-ratio: 1.45; object-fit: cover; filter: grayscale(1) contrast(1.04); transition: filter 500ms ease, transform 900ms ease; }
.work-feature:hover img { filter: grayscale(.15); transform: scale(1.012); }
.work-feature-meta { display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; padding: 26px clamp(24px,2.8vw,48px) 38px; }
.work-feature-meta > span { color: #8a8a84; font: 600 10px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.work-feature-meta strong { display: block; overflow-wrap: anywhere; font-size: clamp(34px,2.95vw,46px); font-weight: 350; letter-spacing: -.065em; line-height: .9; }
.work-feature-meta p { margin: 28px 0 0; color: #aaa9a3; font: 600 10px/1.6 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.works-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(70px,8vw,130px) clamp(30px,3.5vw,60px); align-items: start; }
.work-card:nth-child(3) { margin-top: 4vw; }
.work-card:nth-child(4) { margin-top: -8vw; }
.work-image { overflow: hidden; background: #aaa; }
.work-card-large .work-image { aspect-ratio: 1.5; }
.work-card-small .work-image, .work-text-panel { aspect-ratio: .9; }
.work-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter 500ms ease, transform 900ms ease; }
.work-card:hover .work-image img { filter: grayscale(.15); transform: scale(1.02); }
.work-image-portrait img { object-position: 50% 68%; }
.work-text-panel { display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: var(--ink); color: var(--paper); }
.work-text-panel > span { color: #92928c; font: 600 10px/1.4 var(--mono); letter-spacing: .1em; }
.work-text-panel strong { font-size: clamp(36px,4.1vw,70px); font-weight: 350; letter-spacing: -.06em; line-height: .88; }
.work-meta { display: grid; grid-template-columns: 115px 1fr; gap: 20px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-dark); }
.work-meta > span { color: #6e6e68; font: 600 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.work-meta strong { display: block; font-size: clamp(18px,1.55vw,27px); font-weight: 500; letter-spacing: -.035em; }
.work-meta p { margin: 9px 0 0; color: #65655f; font: 600 10px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.clients { margin-top: clamp(100px,12vw,190px); padding-top: 20px; border-top: 1px solid var(--line-dark); }
.clients-intro { display: flex; justify-content: space-between; margin-bottom: 38px; font: 600 10px/1.4 var(--mono); letter-spacing: .11em; }
.clients-intro p { margin: 0; }
.clients-intro span { color: #6e6e68; }
.client-anchor-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.client-anchor-grid > span { display: flex; min-height: 115px; align-items: flex-end; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line-dark); font-size: clamp(17px,1.45vw,25px); letter-spacing: -.03em; }
.client-anchor-grid > span:not(:nth-child(4n+1)) { padding-left: 18px; border-left: 1px solid var(--line-dark); }
.client-anchor-grid i { margin-bottom: 3px; color: #797973; font: 600 10px/1 var(--mono); }
.client-anchor-grid b { display: flex; flex-direction: column; gap: 7px; font-weight: 450; }
.client-anchor-grid small { color: #666660; font: 600 10px/1.4 var(--mono); letter-spacing: .07em; }
.client-directory { margin-top: 52px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.client-directory summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; font-size: 14px; cursor: pointer; list-style: none; }
.client-directory summary::-webkit-details-marker { display: none; }
.client-directory[open] summary span:last-child { transform: rotate(45deg); }
.client-directory summary span:last-child { font-size: 22px; transition: transform 200ms ease; }
.client-groups { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); }
.client-groups > div { min-height: 230px; padding: 28px 24px 30px 0; }
.client-groups > div + div { padding-left: 24px; border-left: 1px solid var(--line-dark); }
.client-groups strong { font: 600 10px/1.4 var(--mono); letter-spacing: .08em; }
.client-groups p { margin: 52px 0 0; color: #585852; font-size: 12px; letter-spacing: .05em; line-height: 2; text-transform: uppercase; }

/* Approach */
.approach { padding: var(--section-y) var(--gutter); }
.approach-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin: clamp(72px,9vw,140px) 0 clamp(70px,8vw,125px); }
.approach-intro h2 { margin: 0; font-size: clamp(68px,9.6vw,166px); font-weight: 350; letter-spacing: -.08em; line-height: .78; }
.approach-intro p { margin: 0 0 8px; color: #aaa9a3; font-size: clamp(15px,1.05vw,17px); line-height: 1.95; }
.approach-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line-light); }
.approach-grid article { min-height: 330px; padding: 26px 5vw 34px 0; border-bottom: 1px solid var(--line-light); }
.approach-grid article:nth-child(even) { padding-right: 0; padding-left: 5vw; border-left: 1px solid var(--line-light); }
.approach-grid span { color: #7f7f79; font: 600 10px/1.4 var(--mono); letter-spacing: .09em; }
.approach-grid h3 { max-width: 470px; margin: 100px 0 22px; font-size: clamp(25px,2.4vw,41px); font-weight: 400; letter-spacing: -.04em; }
.approach-grid p { max-width: 510px; margin: 0; color: #a6a69f; font-size: 15px; line-height: 1.9; }

/* Evolution */
.evolution { padding: var(--section-y) var(--gutter); overflow: hidden; background: #b7b8b2; color: var(--ink); }
.evolution .section-heading { color: #565650; }
.evolution-visual { position: relative; width: calc(100% + (var(--gutter) * 2)); height: clamp(560px, 58vw, 860px); margin: clamp(72px,8vw,128px) calc(var(--gutter) * -1) clamp(90px,10vw,160px); overflow: hidden; background: #080808; color: #fff; }
.evolution-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.02) 52%, rgba(0,0,0,.42) 100%); content: ""; }
.evolution-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 100%; filter: saturate(.84) contrast(1.06) brightness(.92); transform: scale(1.002); }
.evolution-years { position: absolute; z-index: 2; top: clamp(64px,7vw,112px); right: var(--gutter); left: var(--gutter); display: flex; align-items: center; justify-content: space-between; margin: 0; color: #fff; font-size: clamp(96px,16.2vw,282px); font-weight: 300; letter-spacing: -.11em; line-height: .58; text-shadow: 0 2px 24px rgba(0,0,0,.28); }
.evolution-years i { margin: 0 2vw; font-size: .36em; font-style: normal; font-weight: 250; }
.evolution-visual figcaption { position: absolute; z-index: 2; right: var(--gutter); bottom: 24px; left: var(--gutter); display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font: 600 10px/1.4 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.evolution-content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.evolution-content h2 { margin: 0; font-size: clamp(57px,7.2vw,124px); font-weight: 350; letter-spacing: -.075em; line-height: .8; }
.evolution-content > div { max-width: 610px; }
.evolution-content p { margin: 0 0 22px; font-size: clamp(15px,1.05vw,17px); line-height: 1.95; }
.evolution-tags { margin-top: 50px !important; padding-top: 18px; border-top: 1px solid var(--line-dark); font: 600 10px/1.6 var(--mono) !important; letter-spacing: .08em; }

/* Salon + Shop */
.brand-worlds { background: var(--black); }
.brand-panel { min-width: 0; }
.brand-panel + .brand-panel { border-top: 1px solid var(--line-light); }
.salon { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.brand-photo { height: min(62vw, 760px); overflow: hidden; }
.brand-photo img { width: 100%; height: 100%; object-fit: cover; }
.salon .brand-photo img { object-position: 50% 61%; filter: grayscale(1) contrast(1.08); }
.shop { background: var(--paper); }
.shop .brand-photo { height: auto; padding: clamp(38px,4.6vw,76px) var(--gutter) 0; background: #e8e7e2; }
.shop .brand-photo img { height: auto; aspect-ratio: 2998 / 1328; border: 1px solid #d1d0ca; object-position: 50% 50%; }
.brand-copy { display: flex; min-height: 690px; flex-direction: column; padding: clamp(48px,5vw,84px) var(--gutter); }
.salon .brand-copy { background: var(--black); color: var(--white); }
.shop .brand-copy { display: grid; min-height: 0; grid-template-columns: minmax(260px,.75fr) minmax(390px,1.25fr); gap: 34px 8vw; background: var(--paper); color: var(--ink); }
.brand-index { margin: 0 0 clamp(80px,8vw,135px); color: #888882; font: 600 10px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.salon-brand-logo { width: min(82%, 560px); }
.shop-brand-logo { width: min(90%, 610px); }
.brand-detail { margin-top: clamp(65px,7vw,110px); }
.shop .brand-index { grid-column: 1 / -1; margin-bottom: clamp(28px,3vw,48px); }
.shop .shop-brand-logo { grid-column: 1; align-self: start; }
.shop .brand-detail { grid-column: 2; margin-top: 0; }
.brand-detail > strong { display: block; font-size: clamp(25px,2.6vw,44px); font-weight: 400; letter-spacing: -.04em; }
.brand-detail > span { display: block; margin-top: 10px; color: #85857f; font: 600 10px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.brand-detail p { max-width: 600px; margin: 28px 0 0; color: #a5a59e; font-size: 15px; line-height: 1.95; }
.shop .brand-detail p { color: #555550; }
.shop-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 50px 0 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.shop-benefits li { display: grid; min-height: 84px; grid-template-columns: 30px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); color: #252521; font-size: 13px; }
.shop-benefits li + li { padding-left: 18px; border-left: 1px solid var(--line-dark); }
.shop-benefits span { color: #777771; font: 600 10px/1 var(--mono); }
.text-link { display: flex; justify-content: space-between; margin-top: auto; padding: 17px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-size: 13px; letter-spacing: .08em; transition: padding 220ms ease; }
.text-link-dark { border-color: var(--line-dark); }
.shop .text-link { grid-column: 2; margin-top: 20px; }
.text-link:hover, .text-link:focus-visible { padding-right: 8px; padding-left: 8px; }

/* Contact */
.contact { padding: var(--section-y) var(--gutter) 34px; }
.contact-intro { display: grid; grid-template-columns: 185px 1fr; gap: 3vw; margin: clamp(78px,10vw,150px) 0 clamp(78px,9vw,140px); }
.contact-intro > p { margin: 12px 0 0; color: #7e7e78; font: 600 10px/1.5 var(--mono); letter-spacing: .1em; }
.contact-intro h2 { margin: 0; font-size: clamp(58px,8vw,138px); font-weight: 350; letter-spacing: -.07em; line-height: 1.03; }
.contact-intro > div { grid-column: 2; display: grid; grid-template-columns: minmax(280px, 520px) minmax(170px, 240px); gap: 5vw; align-items: end; margin-top: 60px; }
.contact-intro > div p { margin: 0; color: #aaa9a3; font-size: 15px; line-height: 1.95; }
.contact-intro > div a { display: flex; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-size: 13px; }
.contact-options { border-top: 1px solid var(--line-light); }
.contact-options a { display: grid; min-height: 92px; grid-template-columns: 54px minmax(250px,1fr) minmax(220px,.55fr) 30px; align-items: center; border-bottom: 1px solid var(--line-light); color: #92928c; transition: color 220ms ease, padding 220ms ease; }
.contact-options a:hover, .contact-options a:focus-visible { padding-right: 9px; padding-left: 9px; color: #fff; outline: 0; }
.contact-options span { font: 600 10px/1 var(--mono); }
.contact-options strong { font-size: clamp(21px,2.1vw,36px); font-weight: 400; letter-spacing: -.035em; }
.contact-options em { font-size: 13px; font-style: normal; }
.contact-options i { justify-self: end; font-size: 20px; font-style: normal; }
.contact-mail { display: flex; justify-content: space-between; margin: clamp(80px,10vw,160px) 0 clamp(80px,9vw,140px); padding-bottom: 18px; border-bottom: 1px solid #777770; font-size: clamp(30px,5.5vw,95px); font-weight: 350; letter-spacing: -.06em; }
.company-profile { display: grid; grid-template-columns: 185px 1fr; margin-bottom: clamp(80px,9vw,140px); border-top: 1px solid var(--line-light); }
.company-profile > p { margin: 0; padding-top: 24px; color: #7e7e78; font: 600 10px/1.4 var(--mono); letter-spacing: .1em; }
.company-profile dl { margin: 0; }
.company-profile dl > div { display: grid; min-height: 82px; grid-template-columns: 155px 1fr; align-items: center; border-bottom: 1px solid var(--line-light); }
.company-profile dt { color: #7b7b75; font: 600 10px/1 var(--mono); letter-spacing: .1em; }
.company-profile dd { margin: 0; color: #b6b6af; font-size: 14px; letter-spacing: .04em; line-height: 1.7; }
.company-profile dd > span { margin-right: 20px; color: #85857f; font: 600 10px/1 var(--mono); }
.contact footer { display: grid; grid-template-columns: 1fr 1fr; padding-top: 26px; border-top: 1px solid var(--line-light); color: #85857f; font: 600 10px/1.6 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.contact footer > div { display: flex; justify-content: space-between; gap: 20px; }
.contact footer > div + div { margin-left: 7vw; }

@media (max-width: 1120px) {
  .site-header { gap: 24px; }
  .header-nav { gap: 20px; }
  .hero-copy { width: 56vw; }
  .about-intro { grid-template-columns: 1.1fr .9fr; gap: 5vw; }
  .services-layout { grid-template-columns: 40% 60%; gap: 36px; }
  .client-anchor-grid { grid-template-columns: repeat(3,1fr); }
  .client-anchor-grid > span:not(:nth-child(4n+1)) { padding-left: 0; border-left: 0; }
  .client-anchor-grid > span:not(:nth-child(3n+1)) { padding-left: 16px; border-left: 1px solid var(--line-dark); }
  .contact-intro { grid-template-columns: 130px 1fr; }
  .company-profile { grid-template-columns: 130px 1fr; }
}

@media (max-width: 880px) {
  :root { --gutter: clamp(20px,4.2vw,32px); --section-y: clamp(86px,12vw,112px); }
  .site-header { height: 66px; }
  .header-contact { display: none; }
  .menu-button { display: grid; gap: 7px; padding: 12px 0 12px 12px; border: 0; background: transparent; }
  .menu-button span { display: block; width: 28px; height: 1px; background: #fff; transition: transform 220ms ease; }
  .menu-button.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .header-nav { position: fixed; z-index: -1; inset: 0; display: flex; visibility: hidden; flex-direction: column; justify-content: center; gap: 20px; padding: 80px var(--gutter); background: #080808; font-size: clamp(27px,6vw,43px); letter-spacing: -.03em; opacity: 0; pointer-events: none; transition: opacity 220ms ease, visibility 0s 220ms; }
  .header-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
  .hero-media { left: 26%; }
  .hero-media::after { background: linear-gradient(90deg,rgba(8,8,8,.96),rgba(8,8,8,.35) 56%,rgba(8,8,8,.2)); }
  .hero-copy { width: 72vw; }
  .hero-signature { top: 90px; }
  .about-intro, .experience-intro, .services-intro, .approach-intro, .evolution-content { grid-template-columns: 1fr; }
  .about-story, .services-intro p, .approach-intro p { margin-top: 58px; }
  .editorial-image { width: 100%; }
  .experience h2 { justify-self: start; margin-top: 60px; }
  .achievement { grid-template-columns: 42px minmax(180px,.7fr) 1fr; }
  .services-layout { grid-template-columns: 1fr; }
  .service-visual { position: relative; top: auto; height: min(70vw, 560px); }
  .works-intro { align-items: flex-start; flex-direction: column; }
  .works-intro p { margin-top: 36px; }
  .work-feature { grid-template-columns: 1fr; }
  .work-feature-image img { aspect-ratio: 1.35; }
  .work-feature-meta { min-height: 360px; }
  .approach-grid article { min-height: 290px; }
  .approach-grid h3 { margin-top: 72px; }
  .salon { grid-template-columns: 1fr; }
  .brand-photo { height: 74vw; min-height: 520px; max-height: 720px; }
  .brand-copy { min-height: 620px; }
  .shop .brand-photo { height: auto; min-height: 0; max-height: none; padding-top: var(--gutter); }
  .shop .brand-copy { grid-template-columns: 1fr; gap: 42px; }
  .shop .brand-index, .shop .shop-brand-logo, .shop .brand-detail, .shop .text-link { grid-column: 1; }
  .shop .brand-index { margin-bottom: 20px; }
  .shop .shop-brand-logo { width: min(72%, 440px); }
  .shop .text-link { margin-top: 4px; }
  .contact-intro > div { grid-template-columns: 1fr; }
  .contact-intro > div a { max-width: 260px; margin-top: 24px; }
  .contact-options a { grid-template-columns: 44px 1fr 24px; }
  .contact-options em { display: none; }
}

@media (max-width: 680px) {
  .admin-bar .site-header, .admin-bar .scroll-progress { top: 46px; }
  .section-heading { font-size: 10px; }
  .hero { min-height: 900px; }
  .hero-media { inset: 0; opacity: .67; }
  .hero-media::after { background: rgba(8,8,8,.54); }
  .hero-media img { object-position: 51% 50%; }
  .hero-media figcaption { right: 20px; bottom: 18px; left: 20px; font-size: 10px; }
  .hero-media figcaption span:first-child { display: none; }
  .hero-copy { width: 100%; min-height: 900px; justify-content: flex-start; padding: 142px var(--gutter) 90px; }
  .hero h1 { font-size: clamp(58px,16.5vw,82px); }
  .hero h1 span:last-child { font-size: .47em; line-height: 1.05; }
  .hero-statement { margin-top: 54px; font-size: clamp(29px,8vw,40px); }
  .hero-summary { max-width: 360px; font-size: 15px; line-height: 1.85; }
  .hero-actions { gap: 18px; }
  .hero-actions a { min-width: 0; flex: 1; }
  .hero-signature { top: auto; right: var(--gutter); bottom: 58px; width: 112px; }
  .about h2 { font-size: clamp(55px,15.3vw,86px); }
  .about-story { margin-top: 52px; }
  .about-lead { font-size: 27px; }
  .editorial-image img { aspect-ratio: .95; }
  .editorial-image figcaption span:last-child { display: none; }
  .experience h2 { font-size: clamp(78px,24vw,110px); }
  .achievement { min-height: 150px; grid-template-columns: 36px 1fr; gap: 10px; padding: 20px 0; }
  .achievement > strong { font-size: clamp(30px,10vw,46px); }
  .achievement > div { grid-column: 2; }
  .services-intro h2 { font-size: clamp(62px,18vw,84px); }
  .service-visual { height: 115vw; max-height: 560px; }
  .service-row { min-height: 150px; grid-template-columns: 32px 1fr 20px; gap: 10px; }
  .service-row strong { font-size: 23px; line-height: 1.15; }
  .service-row p { font-size: 14px; }
  .service-row small { font-size: 10px; }
  .works-intro h2 { font-size: clamp(66px,19vw,90px); }
  .work-feature-image img { aspect-ratio: 1.05; }
  .work-feature-meta { min-height: 310px; }
  .works-grid { grid-template-columns: 1fr; gap: 80px; }
  .work-card:nth-child(3), .work-card:nth-child(4) { margin-top: 0; }
  .work-card-small .work-image, .work-text-panel { aspect-ratio: 1.05; }
  .work-meta { grid-template-columns: 88px 1fr; }
  .client-anchor-grid { grid-template-columns: repeat(2,1fr); }
  .client-anchor-grid > span:not(:nth-child(3n+1)) { padding-left: 0; border-left: 0; }
  .client-anchor-grid > span:not(:nth-child(2n+1)) { padding-left: 13px; border-left: 1px solid var(--line-dark); }
  .client-groups { grid-template-columns: 1fr; }
  .client-groups > div { min-height: 0; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
  .client-groups > div + div { padding-left: 0; border-left: 0; }
  .client-groups p { margin-top: 25px; }
  .approach-intro h2 { font-size: clamp(58px,16.8vw,80px); }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article, .approach-grid article:nth-child(even) { min-height: 0; padding: 27px 0 52px; border-left: 0; }
  .approach-grid h3 { margin: 64px 0 20px; }
  .evolution-visual { height: 138vw; min-height: 540px; max-height: 700px; margin-top: 64px; margin-bottom: 80px; }
  .evolution-visual > img { object-position: 50% 50%; }
  .evolution-years { top: 70px; font-size: clamp(58px,17vw,78px); letter-spacing: -.09em; }
  .evolution-years i { margin: 0 10px; }
  .evolution-visual figcaption { bottom: 18px; }
  .evolution-visual figcaption span:last-child { display: none; }
  .evolution-content h2 { font-size: clamp(52px,15vw,72px); }
  .evolution-content > div { margin-top: 56px; }
  .brand-photo { height: 105vw; min-height: 450px; }
  .brand-copy { min-height: 590px; }
  .brand-index { margin-bottom: 80px; }
  .brand-detail { margin-top: 68px; }
  .shop .brand-photo { height: 72vw; min-height: 280px; padding: 20px 14px 0; }
  .shop .brand-photo img { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 69% 50%; }
  .shop .brand-copy { min-height: 0; padding-top: 48px; padding-bottom: 58px; }
  .shop .brand-detail { margin-top: 0; }
  .shop-benefits { grid-template-columns: 1fr; margin-top: 38px; }
  .shop-benefits li { min-height: 64px; }
  .shop-benefits li + li { padding-left: 0; border-left: 0; }
  .contact-intro { grid-template-columns: 1fr; }
  .contact-intro h2 { margin-top: 38px; font-size: clamp(42px,11.8vw,58px); line-height: 1.2; }
  .contact-intro > div { grid-column: 1; margin-top: 50px; }
  .contact-options a { min-height: 102px; }
  .contact-options strong { font-size: 21px; }
  .contact-mail { font-size: clamp(23px,6.4vw,31px); letter-spacing: -.045em; }
  .company-profile { grid-template-columns: 1fr; }
  .company-profile > p { padding-bottom: 22px; }
  .company-profile dl > div { min-height: 100px; grid-template-columns: 92px 1fr; }
  .company-profile dd > span { display: block; margin: 0 0 7px; }
  .contact footer { grid-template-columns: 1fr; gap: 26px; }
  .contact footer > div { flex-direction: column; }
  .contact footer > div + div { margin-left: 0; }
}

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