:root {
  --black: #050505;
  --black-soft: #0b0b0a;
  --charcoal: #141412;
  --ivory: #f1ede4;
  --ivory-deep: #e7e0d3;
  --ink: #161512;
  --muted: #aaa499;
  --gold: #bc8b38;
  --gold-light: #d2aa63;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(18,17,14,.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(90vw, 1380px);
  --header: 94px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--ivory); background: var(--black); font: 400 16px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; }
::selection { color: var(--black); background: var(--gold-light); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 2000; left: 1rem; top: -5rem; padding: .7rem 1rem; color: var(--black); background: var(--ivory); transition: top .2s; }
.skip-link:focus { top: 1rem; }

h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: .98; }
h1 em,h2 em { font-weight: 400; }
.eyebrow { display: flex; align-items: center; gap: 1rem; margin: 0 0 1.7rem; color: var(--gold-light); font-size: .68rem; font-weight: 600; letter-spacing: .24em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { width: 42px; height: 1px; content: ""; background: currentColor; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header); border-bottom: 1px solid transparent; transition: background .45s, border-color .45s, height .35s; }
.site-header.scrolled, .site-header.menu-active { height: 78px; border-color: var(--line-dark); background: rgba(5,5,5,.94); backdrop-filter: blur(15px); }
.header-inner { width: min(94vw, 1536px); height: 100%; margin: auto; display: grid; grid-template-columns: 215px 1fr auto; align-items: center; gap: 2.2rem; }
.brand img { width: 200px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.1rem, 1.65vw, 2.1rem); }
.desktop-nav a { position: relative; color: rgba(241,237,228,.72); font-size: .64rem; font-weight: 500; letter-spacing: .115em; text-transform: uppercase; white-space: nowrap; transition: color .25s; }
.desktop-nav a::after { position: absolute; inset: auto 0 -.65rem; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .35s; }
.desktop-nav a:hover,.desktop-nav a.active { color: var(--ivory); }
.desktop-nav a:hover::after,.desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 1.4rem; }
.language-switch { display: flex; align-items: center; gap: .5rem; color: #777; font-size: .65rem; letter-spacing: .14em; }
.language-switch a { color: #777; }
.language-switch a.current,.language-switch a:hover { color: var(--gold-light); }
.btn { min-height: 50px; padding: 0 1.55rem; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; color: var(--ivory); background: transparent; cursor: pointer; font-size: .65rem; font-weight: 600; letter-spacing: .16em; line-height: 1.3; text-align: center; text-transform: uppercase; transition: color .3s, background .3s, border-color .3s; }
.btn-small { min-height: 42px; padding-inline: 1.15rem; font-size: .58rem; }
.btn-gold { color: #0b0905; border-color: var(--gold); background: var(--gold); }
.btn-gold:hover { border-color: var(--gold-light); background: var(--gold-light); }
.btn-outline { border-color: rgba(255,255,255,.45); }
.btn-outline:hover { color: var(--black); background: var(--ivory); border-color: var(--ivory); }
.btn-dark { color: var(--ivory); background: var(--ink); border-color: var(--ink); }
.btn-dark:hover { color: var(--black); background: var(--gold-light); border-color: var(--gold-light); }
.btn-text { min-height: auto; padding: 0 0 .55rem; border-bottom-color: var(--gold); }
.btn-text:hover { color: var(--gold-light); }
.menu-toggle,.mobile-menu { display: none; }

.hero-home { position: relative; min-height: min(960px, 92svh); display: grid; align-items: center; overflow: hidden; background: var(--black); }
.hero-media,.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,2,2,.92) 0%, rgba(2,2,2,.76) 34%, rgba(2,2,2,.18) 72%, rgba(2,2,2,.12) 100%), linear-gradient(0deg, rgba(2,2,2,.65), transparent 35%); }
.hero-content { position: relative; z-index: 2; padding-top: var(--header); }
.hero-content h1 { max-width: 820px; margin-bottom: 1.6rem; font-size: clamp(3.4rem, 5.25vw, 5.4rem); }
.hero-lead { max-width: 570px; margin-bottom: 2.35rem; color: rgba(241,237,228,.76); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero-monogram { position: absolute; right: -4vw; bottom: -7vw; width: min(38vw, 560px); opacity: .065; filter: grayscale(1); pointer-events: none; }
.scroll-cue { position: absolute; z-index: 2; left: 5vw; bottom: 2rem; display: flex; align-items: center; gap: 1rem; color: rgba(241,237,228,.54); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { width: 56px; height: 1px; background: rgba(255,255,255,.36); }

.section-light,.section-ivory { color: var(--ink); background: var(--ivory); }
.section-dark { color: var(--ivory); background: var(--black-soft); }
.section-charcoal { color: var(--ivory); background: var(--charcoal); }
.section-black { color: var(--ivory); background: var(--black); }
.section-light .eyebrow,.section-ivory .eyebrow { color: #815a21; }
.concept { padding: clamp(6rem, 10vw, 10rem) 0; }
.concept-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(460px,1.2fr); align-items: center; gap: clamp(4rem, 9vw, 10rem); }
.concept-copy h2 { margin-bottom: 2.1rem; font-size: clamp(3rem, 4.7vw, 5rem); }
.concept-copy > p { max-width: 535px; font-size: 1.06rem; line-height: 1.9; }
.concept-note { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--line-light); font-family: var(--serif); font-size: 1.45rem!important; font-style: italic; line-height: 1.45!important; }
.concept-visual { position: relative; padding: 0 0 3rem 3rem; }
.concept-visual::before { position: absolute; z-index: 0; inset: 3rem 3rem 0 0; content: ""; border: 1px solid var(--gold); }
.concept-visual picture { position: relative; z-index: 1; aspect-ratio: 4/3; overflow: hidden; }
.concept-visual img { width: 100%; height: 100%; object-fit: cover; }
.image-index { position: absolute; right: 0; bottom: .75rem; font-size: .62rem; letter-spacing: .15em; }

.universes-section { padding: clamp(7rem, 10vw, 11rem) 0; }
.section-heading { margin-bottom: clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: 1.3fr .7fr; column-gap: 5rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(3.1rem, 5vw, 5.4rem); }
.section-heading > p { max-width: 440px; margin: 0 0 .7rem auto; color: var(--muted); }
.section-heading.compact { display: block; }
.section-heading.compact h2 { font-size: clamp(3rem, 4.5vw, 4.8rem); }
.universe-list { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(3rem, 5vw, 6rem) 1.8rem; }
.universe { grid-column: span 7; }
.universe:nth-child(2),.universe:nth-child(4) { grid-column: 6/span 7; }
.universe:nth-child(2) { margin-top: 7rem; }
.universe picture { aspect-ratio: 16/9; overflow: hidden; background: #10100f; }
.universe img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.universe:hover img { transform: scale(1.025); }
.universe-copy { padding-top: 1.45rem; display: grid; grid-template-columns: 52px 1fr; gap: 1rem; border-top: 1px solid var(--line-dark); }
.universe-copy > span { color: var(--gold-light); font-size: .68rem; letter-spacing: .16em; }
.universe h3 { margin-bottom: .6rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.universe p { max-width: 540px; margin: 0; color: var(--muted); }

.bespoke { padding: clamp(6rem, 9vw, 9rem) 0; }
.bespoke-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.bespoke h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); }
.bespoke-grid > div:last-child p { margin-bottom: 2rem; font-size: 1.05rem; line-height: 1.9; }
.process-preview { padding: clamp(6rem, 9vw, 9rem) 0; }
.process-line { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5,1fr); gap: clamp(1.4rem,2.8vw,3.8rem); list-style: none; counter-reset: steps; }
.process-line li { position: relative; min-height: 235px; padding: 1.8rem 1.2rem 1rem 0; border-top: 1px solid var(--line-dark); }
.process-line li::before { position: absolute; top: -4px; left: 0; width: 6px; height: 6px; content: ""; border-radius: 50%; background: var(--gold); }
.process-line span { color: var(--gold-light); font-size: .65rem; letter-spacing: .16em; }
.process-line h3 { margin: 3.5rem 0 1rem; font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.process-line p { max-width: 180px; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.section-link { margin-top: 2.8rem; }

.trust { padding: clamp(6rem, 10vw, 10rem) 0; }
.trust-grid { display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: clamp(4rem,8vw,9rem); }
.trust-media picture { aspect-ratio: 4/3; overflow: hidden; }
.trust-media img { width: 100%; height: 100%; object-fit: cover; }
.trust-copy h2 { margin-bottom: 2rem; font-size: clamp(3rem, 4.7vw, 5rem); }
.trust-copy > p { line-height: 1.9; }
.trust-copy blockquote { margin: 2.2rem 0; padding: 1.8rem 0 1.8rem 2rem; border-left: 1px solid var(--gold); font-family: var(--serif); font-size: clamp(1.5rem,2vw,2.1rem); font-style: italic; line-height: 1.3; }
.projects-preview { padding: clamp(6rem, 9vw, 9rem) 0; }
.project-grid { margin-bottom: 3rem; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.project-grid article { min-height: 260px; padding: 2rem; border-right: 1px solid var(--line-dark); }
.project-grid article:first-child { padding-left: 0; }
.project-grid article:last-child { border: 0; }
.project-grid span { color: var(--gold-light); font-size: .65rem; }
.project-grid h3 { margin: 3.4rem 0 1rem; font-size: 1.75rem; line-height: 1.1; }
.project-grid p { color: var(--muted); font-size: .75rem; }

.private-cta { padding: clamp(6rem,9vw,9rem) 0; border-top: 1px solid var(--line-dark); }
.private-inner { display: grid; grid-template-columns: 120px 1fr auto; gap: clamp(2rem,5vw,5rem); align-items: center; }
.private-inner > img { width: 110px; opacity: .75; }
.private-inner h2 { margin-bottom: 1.4rem; font-size: clamp(3rem,5vw,5.1rem); }
.private-inner p { max-width: 650px; margin: 0; color: var(--muted); }

.page-hero { min-height: 82svh; padding-top: var(--header); display: grid; grid-template-columns: 48% 52%; overflow: hidden; background: var(--black); }
.page-hero-copy { width: auto; min-width: 0; margin: 0; padding: 11vw 5vw 7vw max(5vw,calc((100vw - 1380px)/2)); display: flex; flex-direction: column; justify-content: center; }
.page-hero h1 { margin-bottom: 2rem; font-size: clamp(3.7rem,5.5vw,6rem); }
.page-hero-copy > p { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.page-hero-media picture,.page-hero-media img { width: 100%; height: 100%; }
.page-hero-media { position: relative; min-width: 0; min-height: 640px; }
.page-hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(5,5,5,.35),transparent 35%); pointer-events: none; }
.page-hero-media img { object-fit: cover; }
.editorial-section { padding: clamp(6rem,9vw,9rem) 0; }
.editorial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.editorial-grid h2 { max-width: 620px; font-size: clamp(3rem,4.6vw,5rem); }
.rich-copy { max-width: 670px; }
.rich-copy p { margin-bottom: 1.5rem; font-size: 1.05rem; line-height: 1.95; }
.section-dark .rich-copy { color: var(--muted); }

.curation-detail { padding: clamp(5rem,8vw,8rem) 0; }
.curation-detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; }
.curation-detail-grid.reverse { grid-template-columns: .8fr 1.2fr; }
.curation-detail-grid.reverse .curation-image { order: 2; }
.curation-image picture { aspect-ratio: 3/2; overflow: hidden; }
.curation-image img { width: 100%; height: 100%; object-fit: cover; }
.curation-copy .large-index { display: block; margin-bottom: 2.6rem; color: var(--gold); font-size: .7rem; letter-spacing: .18em; }
.curation-copy h2 { margin-bottom: 1.5rem; font-size: clamp(3rem,4.4vw,4.8rem); }
.curation-copy > p { line-height: 1.9; }
.curation-copy ul { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid currentColor; border-color: inherit; }
.curation-copy li { padding: .8rem 0; border-bottom: 1px solid rgba(125,120,110,.28); font-size: .82rem; }
.text-link { display: inline-block; padding-bottom: .35rem; color: var(--gold); border-bottom: 1px solid currentColor; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.archive,.method,.criteria,.contact-section { padding: clamp(6rem,9vw,9rem) 0; }
.archive-intro,.method-intro { max-width: 690px; margin-bottom: 5rem; }
.archive-intro > p,.method-intro > p { font-family: var(--serif); font-size: clamp(1.8rem,2.7vw,2.8rem); line-height: 1.3; }
.archive-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line-light); }
.archive-item { min-height: 390px; padding: 2.3rem 3rem 2.3rem 0; border-bottom: 1px solid var(--line-light); }
.archive-item:nth-child(odd) { border-right: 1px solid var(--line-light); }
.archive-item:nth-child(even) { padding-left: 3rem; }
.archive-item > span { color: var(--gold); font-size: .68rem; }
.archive-status { margin: 3rem 0 .8rem; color: #6a6258; font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; }
.archive-item h2 { max-width: 500px; font-size: clamp(2rem,3.2vw,3.3rem); line-height: 1.05; }
.archive-item small { color: #6f6a62; }
.method-step { min-height: 230px; padding: 3rem 0; display: grid; grid-template-columns: 140px 1fr; border-top: 1px solid var(--line-light); }
.method-step > span { color: var(--gold); font-size: .75rem; }
.method-step > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; }
.method-step h2 { margin: 0; font-size: clamp(2.4rem,3.8vw,4rem); }
.method-step p { max-width: 640px; margin: 0; line-height: 1.9; }
.criteria-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); }
.criteria-grid article { min-height: 320px; padding: 2.2rem 2.2rem 2rem 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.criteria-grid article:nth-child(3n+2),.criteria-grid article:nth-child(3n+3) { padding-left: 2.2rem; }
.criteria-grid article:nth-child(3n) { border-right: 0; }
.criteria-grid span { color: var(--gold); font-size: .68rem; }
.criteria-grid h2 { margin: 3rem 0 1rem; font-size: 2.5rem; }
.scope-note { max-width: 760px; margin: 5rem 0 0 auto; padding-left: 2.2rem; border-left: 1px solid var(--gold); font-family: var(--serif); font-size: 1.55rem; font-style: italic; line-height: 1.5; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { font-size: clamp(3.2rem,4.5vw,4.8rem); }
.contact-copy > p { line-height: 1.9; }
.direct-contact { margin-top: 3rem; padding-top: 1.8rem; display: grid; gap: .4rem; border-top: 1px solid var(--line-light); }
.direct-contact span { color: #736b61; font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.direct-contact a { font-family: var(--serif); font-size: 1.8rem; }
.contact-form { padding: clamp(2rem,4vw,4rem); border: 1px solid var(--line-light); background: #ebe5da; }
.field { margin-bottom: 1.65rem; }
.field label { display: block; margin-bottom: .55rem; color: #5d554b; font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.field input,.field textarea { width: 100%; padding: .8rem 0; border: 0; border-bottom: 1px solid #9f9689; border-radius: 0; color: var(--ink); background: transparent; outline: 0; }
.field input:focus,.field textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.field textarea { resize: vertical; }
.consent { margin: .6rem 0 2rem; display: flex; align-items: flex-start; gap: .8rem; color: #5d554b; font-size: .75rem; line-height: 1.6; }
.consent input { margin-top: .25rem; accent-color: var(--gold); }
.consent a { text-decoration: underline; }
.hp-field { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; }
.form-status { min-height: 1.6em; margin: 1rem 0 0; font-size: .8rem; }
.form-status.success { color: #315a36; }
.form-status.error { color: #87372e; }

.legal-hero { padding: calc(var(--header) + 8rem) 0 7rem; }
.legal-hero h1 { font-size: clamp(3.7rem,6vw,6rem); }
.legal-hero > div > p:last-child { color: var(--muted); }
.legal-content { padding: 6rem 0 8rem; color: var(--ink); background: var(--ivory); }
.legal-content section { max-width: 780px; margin-bottom: 3.5rem; }
.legal-content h2 { font-size: 2.5rem; }
.not-found { min-height: 100svh; padding: 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.not-found img { width: min(420px,70vw); opacity: .7; }
.not-found > p { color: var(--gold); letter-spacing: .3em; }
.not-found h1 { font-size: clamp(2.5rem,6vw,5.5rem); }
.not-found > a:last-child { margin-top: 2rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; }

.site-footer { background: #030303; border-top: 1px solid var(--line-dark); }
.footer-main { padding: 6rem 0 5rem; display: grid; grid-template-columns: 1.2fr .8fr .65fr; gap: 8vw; }
.footer-brand img { width: 260px; height: auto; }
.footer-brand p { max-width: 430px; margin-top: 2rem; color: #8f8a82; }
.footer-nav { display: grid; align-content: start; gap: .75rem; }
.footer-nav a { color: #aaa49b; font-size: .72rem; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-kicker { color: var(--gold-light); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-contact > a { font-family: var(--serif); font-size: 1.55rem; }
.footer-languages { margin-top: 2rem; display: flex; gap: .7rem; color: #716c65; font-size: .7rem; }
.footer-bottom { padding: 1.4rem 0; display: flex; justify-content: space-between; color: #5f5b55; border-top: 1px solid var(--line-dark); font-size: .65rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --header: 82px; --shell: min(90vw, 1100px); }
  .header-inner { grid-template-columns: 180px 1fr auto; gap: 1.2rem; }
  .brand img { width: 165px; }
  .desktop-nav { gap: 1rem; }
  .desktop-nav a { font-size: .56rem; }
  .header-actions .btn { display: none; }
  .concept-grid { gap: 5rem; }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .project-grid article:nth-child(2) { border-right: 0; }
  .project-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
}

@media (min-width: 1181px) and (max-width: 1280px) {
  .header-inner { grid-template-columns: 175px 1fr auto; gap: .85rem; }
  .brand img { width: 165px; }
  .desktop-nav { gap: .75rem; }
  .desktop-nav a { font-size: .54rem; letter-spacing: .095em; }
  .header-actions { gap: .85rem; }
  .header-actions .btn-small { min-width: 172px; padding-inline: 1rem; }
}

@media (max-width: 980px) {
  .desktop-nav,.language-switch { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { width: 46px; height: 46px; padding: 0; border: 1px solid var(--line-dark); display: grid; place-content: center; gap: 7px; color: inherit; background: transparent; }
  .menu-toggle span { width: 20px; height: 1px; display: block; background: currentColor; transition: transform .3s; }
  .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; z-index: 999; inset: var(--header) 0 0; padding: 4rem 5vw; display: flex; flex-direction: column; justify-content: space-between; visibility: hidden; opacity: 0; background: rgba(5,5,5,.99); transition: opacity .3s, visibility .3s; }
  .mobile-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { padding: .65rem 0; font-family: var(--serif); font-size: clamp(2rem,6vw,3rem); line-height: 1.1; }
  .mobile-language { display: flex; gap: .8rem; color: var(--gold-light); font-size: .75rem; letter-spacing: .2em; }
  .hero-home { min-height: 860px; }
  .hero-shade { background: linear-gradient(90deg,rgba(2,2,2,.88),rgba(2,2,2,.32)),linear-gradient(0deg,rgba(2,2,2,.8),transparent 50%); }
  .concept-grid,.trust-grid,.bespoke-grid,.contact-grid { grid-template-columns: 1fr; }
  .concept-copy { max-width: 680px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { margin: 2rem 0 0; }
  .process-line { grid-template-columns: repeat(3,1fr); }
  .process-line li:nth-child(3) { border-right: 0; }
  .private-inner { grid-template-columns: 90px 1fr; }
  .private-inner .btn { grid-column: 2; justify-self: start; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-copy { min-height: 60svh; padding: calc(var(--header) + 5rem) 5vw 5rem; }
  .page-hero-media { min-height: 55svh; }
  .editorial-grid { grid-template-columns: 1fr; gap: 2rem; }
  .curation-detail-grid,.curation-detail-grid.reverse { grid-template-columns: 1fr; gap: 3rem; }
  .curation-detail-grid.reverse .curation-image { order: 0; }
  .method-step > div { grid-template-columns: 1fr; gap: 1rem; }
  .criteria-grid { grid-template-columns: repeat(2,1fr); }
  .criteria-grid article:nth-child(3n) { border-right: 1px solid var(--line-light); }
  .criteria-grid article:nth-child(even) { border-right: 0; padding-left: 2.2rem; }
  .criteria-grid article:nth-child(odd) { padding-left: 0; }
  .contact-copy { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; }
}

@media (max-width: 680px) {
  :root { --shell: 89vw; --header: 74px; }
  body { font-size: 15px; }
  .site-header.scrolled,.site-header.menu-active { height: 74px; }
  .header-inner { width: 92vw; }
  .brand img { width: 150px; }
  .hero-home { min-height: 810px; align-items: end; }
  .hero-media img { object-position: 59% center; }
  .hero-shade { background: linear-gradient(180deg,rgba(2,2,2,.34),rgba(2,2,2,.92) 68%,rgba(2,2,2,.98)); }
  .hero-content { padding: 0 0 7.5rem; }
  .hero-content h1 { font-size: clamp(3.05rem,13vw,4.2rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .scroll-cue { display: none; }
  .hero-monogram { display: none; }
  .eyebrow { margin-bottom: 1.3rem; font-size: .61rem; }
  .concept,.universes-section,.bespoke,.process-preview,.trust,.projects-preview,.private-cta,.editorial-section,.curation-detail,.archive,.method,.criteria,.contact-section { padding: 5.2rem 0; }
  .concept-grid { gap: 3.5rem; }
  .concept-copy h2,.trust-copy h2,.bespoke h2 { font-size: clamp(2.8rem,12vw,3.8rem); }
  .concept-visual { padding: 0 0 1.5rem 1.5rem; }
  .concept-visual::before { inset: 1.5rem 1.5rem 0 0; }
  .section-heading { margin-bottom: 3.5rem; }
  .section-heading h2 { font-size: clamp(2.8rem,12vw,4rem); }
  .universe-list { display: block; }
  .universe,.universe:nth-child(2),.universe:nth-child(4) { margin: 0 0 4.2rem; }
  .universe picture { aspect-ratio: 4/3; }
  .universe-copy { grid-template-columns: 38px 1fr; }
  .universe h3 { font-size: 2.5rem; }
  .process-line { grid-template-columns: 1fr; border-top: 0; }
  .process-line li,.process-line li:nth-child(3) { min-height: 0; padding: 1.7rem 0 1.7rem 2.8rem; border-top: 1px solid var(--line-dark); border-right: 0; }
  .process-line li::before { top: 2rem; }
  .process-line h3 { margin: 0 0 .4rem; }
  .process-line p { max-width: none; margin: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-grid article,.project-grid article:first-child { min-height: 230px; padding: 1.8rem 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .private-inner { grid-template-columns: 1fr; }
  .private-inner > img { width: 78px; }
  .private-inner h2 { font-size: clamp(2.8rem,12vw,4rem); }
  .private-inner .btn { grid-column: auto; width: 100%; }
  .page-hero-copy.shell { width: var(--shell); margin-inline: auto; padding-left: 0; padding-right: 0; }
  .page-hero-copy { min-height: 65svh; padding-top: calc(var(--header) + 4rem); }
  .page-hero h1 { font-size: clamp(3.2rem,13vw,4.5rem); }
  .page-hero-media { min-height: 48svh; }
  .editorial-grid h2 { font-size: 3.2rem; }
  .curation-copy h2 { font-size: 3.3rem; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-item,.archive-item:nth-child(even) { min-height: 0; padding: 2.5rem 0; border-right: 0; }
  .method-step { grid-template-columns: 50px 1fr; }
  .method-step h2 { font-size: 2.8rem; }
  .criteria-grid { grid-template-columns: 1fr; }
  .criteria-grid article,.criteria-grid article:nth-child(even),.criteria-grid article:nth-child(odd),.criteria-grid article:nth-child(3n) { min-height: 0; padding: 2.2rem 0; border-right: 0; }
  .criteria-grid h2 { margin-top: 1.8rem; }
  .contact-form { padding: 2rem 1.3rem; }
  .footer-main { padding: 4.5rem 0; grid-template-columns: 1fr; gap: 3.5rem; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; gap: 1rem; flex-direction: column; }
}

@media (max-width: 380px) {
  .brand img { width: 137px; }
  .hero-content h1 { font-size: 2.9rem; }
  .btn { padding-inline: 1rem; }
  .mobile-menu nav a { font-size: 1.85rem; }
}

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