:root {
  --black: #080807;
  --ink: #0e0d0b;
  --paper: #f1eee7;
  --gold: #d4aa62;
  --gold-light: #f0d39b;
  --line: rgba(240, 211, 155, .24);
  --muted: rgba(241, 238, 231, .65);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--black); color: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; height: 92px; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, height .35s; }
.site-header.scrolled { height: 74px; background: rgba(8, 8, 7, .88); border-color: rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-transform: uppercase; letter-spacing: .2em; }
.site-header > .brand { position: relative; z-index: 4; }
.brand-mark { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: .9rem; letter-spacing: .05em; }
.brand-name { font-size: .69rem; font-weight: 500; }
.nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); font-size: .82rem; letter-spacing: .06em; }
.nav > a:not(.nav-cta) { color: rgba(255,255,255,.74); transition: color .2s; }
.nav > a:hover { color: white; }
.nav-cta { display: inline-flex; align-items: center; gap: 28px; padding: 15px 19px; border: 1px solid rgba(255,255,255,.35); text-transform: uppercase; font-size: .68rem; letter-spacing: .13em; transition: color .25s, background .25s, border-color .25s; }
.nav-cta:hover { background: var(--paper); color: var(--black)!important; border-color: var(--paper); }
.menu-toggle { display: none; background: none; border: 0; color: white; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 7px 0; }
.menu-toggle span:not(.sr-only) { transition: transform .3s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: 160px clamp(24px, 8vw, 124px) clamp(74px, 10vh, 110px); isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -3; background: url("assets/hero-paris.jpg") 58% center / cover no-repeat; animation: hero-in 1.8s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,3,3,.96) 0%, rgba(5,5,4,.73) 37%, rgba(5,5,4,.12) 76%), linear-gradient(0deg, rgba(4,4,3,.7) 0%, transparent 42%), radial-gradient(circle at 71% 42%, transparent 0, rgba(0,0,0,.15) 55%, rgba(0,0,0,.45) 100%); }
.hero-content { width: min(820px, 66vw); }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 27px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .25em; font-size: .68rem; font-weight: 500; }
.eyebrow span { width: 42px; height: 1px; background: var(--gold); }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { margin: 0; max-width: 880px; font-size: clamp(4.5rem, 8.8vw, 9.2rem); line-height: .79; }
h1 em, h2 em, blockquote em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 540px; margin: 36px 0 0 5px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 225px; padding: 18px 20px; text-transform: uppercase; letter-spacing: .14em; font-size: .69rem; font-weight: 600; }
.button span { font-size: 1rem; }
.button-gold { background: var(--gold); color: #171006; transition: transform .25s, background .25s; }
.button-gold:hover { transform: translateY(-3px); background: var(--gold-light); }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.78); font-size: .75rem; letter-spacing: .06em; }
.text-link span { margin-left: 14px; }
.hero-index { position: absolute; right: clamp(24px, 5vw, 76px); bottom: 52px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.55); font-size: .65rem; }
.hero-index i { display: block; width: 70px; height: 1px; background: rgba(255,255,255,.35); }
.hero-note { position: absolute; right: clamp(24px, 5vw, 76px); top: 47%; margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,255,255,.54); text-transform: uppercase; letter-spacing: .23em; font-size: .62rem; line-height: 1.8; }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--gold-light); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 40px; padding: 26px 0; animation: ticker 25s linear infinite; }
.ticker span { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.5rem); font-style: italic; }
.ticker b { color: var(--gold); font-size: .8rem; font-weight: 400; }
.section { padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 108px); }
.section-number { color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .66rem; }
.intro-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 10vw; align-items: end; margin: 58px 0 96px; }
.intro h2, .cta-section h2 { margin: 0; font-size: clamp(3.6rem, 7.8vw, 8.8rem); line-height: .85; }
.intro-copy { border-left: 1px solid var(--line); padding-left: 34px; }
.intro-copy p { margin: 0 0 22px; color: var(--muted); font-family: var(--serif); font-size: 1.1rem; line-height: 1.55; }
.intro-copy p:first-child { color: var(--paper); font-size: 1.32rem; }
.service-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, minmax(300px, 35vw)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 360px; overflow: hidden; background: #12100d; }
.service-card-large { grid-row: 1 / span 2; }
.service-card img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s; filter: saturate(.72) contrast(1.05); }
.service-card:hover img { transform: scale(1.045); filter: saturate(.9) contrast(1.02); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,3,2,.92), transparent 62%), linear-gradient(110deg, rgba(0,0,0,.2), transparent); }
.service-top, .service-bottom { position: absolute; z-index: 2; left: 30px; right: 30px; display: flex; justify-content: space-between; align-items: center; }
.service-top { top: 27px; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .18em; font-size: .6rem; }
.service-top span:first-child { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; letter-spacing: 0; }
.service-bottom { bottom: 30px; display: block; }
.service-bottom p { margin: 0 0 6px; color: var(--gold-light); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.service-bottom h3 { margin: 0; font-family: var(--serif); font-size: clamp(3.3rem, 6vw, 7rem); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.service-card:not(.service-card-large) .service-bottom h3 { font-size: clamp(3rem, 5vw, 5.4rem); }
.service-card-type { background: radial-gradient(circle at 70% 30%, #302719, #0d0c0a 58%); }
.service-card-type::before { content: ""; position: absolute; inset: 12%; border: 1px solid var(--line); transform: rotate(-5deg); }
.monogram { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(212,170,98,.11); font-family: var(--serif); font-size: min(30vw, 360px); line-height: 1; }
.manifesto { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 960px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto-photo { min-height: 700px; background: linear-gradient(0deg, rgba(0,0,0,.3), transparent), url("assets/hero-paris.jpg") 67% center / cover no-repeat; filter: saturate(.62) contrast(1.1); }
.manifesto-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); background: #0c0b09; }
blockquote { margin: 50px 0 90px; font-size: clamp(3.1rem, 5.6vw, 7rem); line-height: .88; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.step > span { color: var(--gold); font-family: var(--serif); font-style: italic; }
.step h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.step p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.cta-section { position: relative; min-height: 90vh; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; padding: 120px 24px; text-align: center; background: radial-gradient(circle at 50% 46%, rgba(104,72,27,.21), transparent 35%); }
.cta-section::before, .cta-section::after { content: ""; position: absolute; border: 1px solid rgba(212,170,98,.13); border-radius: 50%; pointer-events: none; }
.cta-section::before { width: 65vw; height: 65vw; }
.cta-section::after { width: 45vw; height: 45vw; }
.cta-section .eyebrow { position: relative; z-index: 1; }
.cta-section h2 { position: relative; z-index: 1; }
.circle-link { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 154px; height: 154px; margin-top: 60px; border: 1px solid var(--gold); border-radius: 50%; background: var(--gold); color: #130e07; text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; transition: transform .35s, color .35s, background .35s; }
.circle-link b { margin-top: 10px; font-size: 1.15rem; font-weight: 400; }
.circle-link:hover { transform: scale(1.06) rotate(3deg); background: transparent; color: var(--gold-light); }
.contact-line { position: relative; z-index: 2; display: flex; gap: 40px; margin-top: 58px; color: rgba(255,255,255,.7); font-size: .78rem; letter-spacing: .08em; }
.contact-line a { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.25); }
footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 54px clamp(24px, 5vw, 76px) 34px; border-top: 1px solid var(--line); }
footer p { color: var(--gold-light); font-family: var(--serif); font-style: italic; text-align: center; }
footer > a:not(.brand) { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
footer small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: .64rem; letter-spacing: .12em; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes hero-in { from { transform: scale(1.08); opacity: .35; } to { transform: scale(1); opacity: 1; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (max-width: 920px) {
  .site-header { height: 76px; padding: 0 22px; }
  .menu-toggle { display: block; position: relative; z-index: 4; }
  .nav { position: fixed; inset: 0; z-index: 3; flex-direction: column; justify-content: center; gap: 32px; background: rgba(8,8,7,.98); font-family: var(--serif); font-size: 2.2rem; transform: translateY(-100%); visibility: hidden; transition: transform .45s cubic-bezier(.2,.7,.2,1), visibility .45s; }
  .nav.open { transform: translateY(0); visibility: visible; }
  .nav-cta { margin-top: 15px; font-family: var(--sans); font-size: .68rem; }
  .hero { min-height: 900px; padding: 135px 24px 80px; }
  .hero-media { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,3,3,.91), rgba(3,3,3,.25)), linear-gradient(0deg, rgba(3,3,3,.88), transparent 65%); }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(4.2rem, 16vw, 7.2rem); }
  .hero-copy { max-width: 470px; }
  .hero-note { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 45px; margin-bottom: 70px; }
  .intro-copy { max-width: 560px; }
  .service-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .service-card-large { grid-row: auto; }
  .service-card { min-height: 520px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-photo { min-height: 70vh; }
  .manifesto-panel { padding: 90px 7vw; }
  .cta-section::before { width: 90vw; height: 90vw; }
  .cta-section::after { width: 65vw; height: 65vw; }
}
@media (max-width: 600px) {
  .brand-name { display: none; }
  .brand-mark { width: 43px; height: 43px; }
  .hero { min-height: 790px; padding-bottom: 92px; }
  .hero-media { background-position: 71% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,4,3,.96) 0%, rgba(4,4,3,.28) 72%), linear-gradient(90deg, rgba(3,3,3,.75), transparent); }
  h1 { font-size: clamp(3.8rem, 19vw, 5.8rem); line-height: .82; }
  .eyebrow { font-size: .59rem; letter-spacing: .19em; }
  .hero-copy { margin-top: 28px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 32px; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .hero-index { left: 24px; right: auto; bottom: 32px; }
  .section { padding: 90px 20px; }
  .intro h2, .cta-section h2 { font-size: clamp(3.4rem, 17vw, 5.4rem); }
  .intro-grid { margin-top: 42px; }
  .intro-copy { padding-left: 20px; }
  .service-card { min-height: 430px; }
  .service-card-type { min-height: 360px; }
  .service-top, .service-bottom { left: 21px; right: 21px; }
  .service-bottom h3, .service-card:not(.service-card-large) .service-bottom h3 { font-size: 4.3rem; }
  .manifesto-photo { min-height: 560px; background-position: 72% center; }
  .manifesto-panel { padding: 78px 22px; }
  blockquote { margin: 40px 0 65px; font-size: 3.35rem; }
  .step { grid-template-columns: 45px 1fr; }
  .cta-section { min-height: 760px; padding: 90px 18px; }
  .cta-section::before { width: 130vw; height: 130vw; }
  .cta-section::after { width: 88vw; height: 88vw; }
  .contact-line { flex-direction: column; gap: 18px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { grid-row: 2; grid-column: 1 / -1; text-align: left; }
  footer small { grid-column: 1 / -1; }
}
@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; }
}
