:root { --ink: #080808; --paper: #f5f1e8; --gold: #dcae45; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 26px clamp(24px, 5vw, 76px); border-bottom: 1px solid rgba(255,255,255,.14); }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 20px; font-weight: 500; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.site-nav > a:not(.nav-cta) { color: #c9c7c2; transition: color .2s ease; }
.site-nav > a:hover { color: var(--gold); }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 100px; }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; padding: clamp(130px, 18vh, 190px) clamp(24px, 5vw, 76px) 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero::before { position: absolute; top: 0; right: 8vw; width: min(54vw, 740px); height: min(54vw, 740px); border: 1px solid rgba(220,174,69,.18); border-radius: 50%; content: ''; transform: translateY(-35%); }
.hero-glow { position: absolute; top: 12%; right: 16%; width: 34vw; height: 34vw; border-radius: 50%; background: radial-gradient(circle, rgba(220,174,69,.16), transparent 66%); filter: blur(18px); }
.eyebrow { position: relative; margin: 0; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { position: relative; max-width: 1100px; margin: 48px 0 56px; font-size: clamp(68px, 11vw, 168px); font-weight: 500; letter-spacing: -.075em; line-height: .78; }
.hero h1 span { display: block; color: var(--gold); font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.hero-bottom { position: relative; display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 72px; }
.hero-bottom > p { max-width: 500px; margin: 0 0 0 28%; color: #b8b6b0; font-size: clamp(18px, 2vw, 27px); line-height: 1.45; }
.round-link { display: flex; width: 104px; height: 104px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 12px; transition: background .25s, color .25s; }
.round-link:hover { background: var(--gold); color: var(--ink); }
.ticker { margin: 0 calc(clamp(24px, 5vw, 76px) * -1); overflow: hidden; border-top: 1px solid rgba(255,255,255,.14); padding: 18px 0; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 22s linear infinite; }
.ticker span { padding: 0 30px; font-size: 12px; letter-spacing: .25em; text-transform: uppercase; }
.ticker b { color: var(--gold); font-size: 18px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-label { display: flex; gap: 14px; color: #77746d; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-label span { color: var(--gold); }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; background: var(--paper); color: var(--ink); padding: 130px clamp(24px, 7vw, 110px); }
.intro-copy { max-width: 1080px; }
.lead { margin: 0; font-size: clamp(36px, 5.2vw, 78px); letter-spacing: -.055em; line-height: 1.04; }
.lead em { color: #a77a18; font-family: Georgia, serif; font-weight: 400; }
.supporting { max-width: 590px; margin: 64px 0 0 auto; color: #5e5b55; font-size: 17px; line-height: 1.7; }

.clients { padding: 130px clamp(24px, 7vw, 110px); background: #0d0d0d; }
.clients-intro { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; align-items: end; margin-bottom: 72px; }
.clients-intro h2 { margin: 0; font-size: clamp(48px, 7vw, 98px); font-weight: 500; letter-spacing: -.065em; line-height: .95; }
.clients-intro p { max-width: 650px; margin: 32px 0 0; color: #9b9993; font-size: 17px; line-height: 1.7; }
.client-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.client-card { overflow: hidden; border: 1px solid #2f2f2f; background: #121212; transition: transform .25s ease, border-color .25s ease; }
.client-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.client-logo { display: grid; aspect-ratio: 1.5; place-items: center; overflow: hidden; background: #fff; }
.client-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.client-meta { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; }
.client-meta h3 { margin: 0; font-size: 19px; font-weight: 500; }
.client-meta span { color: var(--gold); font-size: 9px; letter-spacing: .14em; text-align: right; text-transform: uppercase; }

.services { padding: 130px clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; margin-bottom: 74px; }
.section-heading h2 { max-width: 820px; margin: 0; font-size: clamp(44px, 6.5vw, 94px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.service-list { border-top: 1px solid #353535; }
.service { display: grid; grid-template-columns: .6fr 1.3fr 2fr auto; gap: 32px; align-items: center; min-height: 170px; border-bottom: 1px solid #353535; transition: padding .25s, background .25s; }
.service:hover { padding: 0 24px; background: #111; }
.service-number { color: var(--gold); font-size: 12px; }
.service h3 { margin: 0; font-size: clamp(30px, 4vw, 58px); font-weight: 500; letter-spacing: -.04em; }
.service p { max-width: 480px; margin: 0; color: #92908a; font-size: 15px; line-height: 1.65; }
.service-arrow { color: var(--gold); font-size: 30px; }

.manifesto { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 760px; background: var(--gold); color: var(--ink); }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(24px, 7vw, 110px); }
.manifesto .eyebrow { color: rgba(8,8,8,.58); }
.manifesto h2 { margin: 50px 0 38px; font-size: clamp(50px, 7vw, 100px); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.manifesto h2 span { color: #fff; font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.manifesto-copy > p:last-child { max-width: 590px; margin: 0; font-size: 17px; line-height: 1.65; }
.logo-frame { display: grid; place-items: center; overflow: hidden; background: #030303; }
.logo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }

.process { background: var(--paper); color: var(--ink); padding: 130px clamp(24px, 7vw, 110px); }
.process .section-heading h2 { color: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cdc8be; border-left: 1px solid #cdc8be; }
.process-grid article { min-height: 330px; padding: 30px; border-right: 1px solid #cdc8be; border-bottom: 1px solid #cdc8be; }
.process-grid span { color: #a77a18; font-size: 12px; }
.process-grid h3 { margin: 100px 0 16px; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.process-grid p { margin: 0; color: #65625c; font-size: 14px; line-height: 1.6; }

.contact { text-align: center; padding: 150px 24px; }
.contact h2 { margin: 40px 0 48px; font-size: clamp(58px, 10vw, 150px); font-weight: 500; letter-spacing: -.075em; line-height: .9; }
.contact > a { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: clamp(17px, 2vw, 25px); }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; padding: 34px clamp(24px, 5vw, 76px); border-top: 1px solid #353535; color: #77746d; font-size: 11px; }
.footer-brand { color: #fff; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }

@media (max-width: 800px) {
  .site-header { padding: 20px 24px; }
  .menu-button { display: block; border: 0; background: transparent; color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
  .site-nav { position: absolute; top: 79px; left: 0; display: none; width: 100%; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 24px 30px; background: var(--ink); border-bottom: 1px solid #333; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 15px 0; }
  .nav-cta { border: 0; border-radius: 0; color: var(--gold); }
  .hero { min-height: 850px; padding-top: 148px; }
  .hero h1 { margin: 90px 0 72px; }
  .hero-bottom { align-items: flex-start; gap: 50px; }
  .hero-bottom > p { margin-left: 0; }
  .round-link { flex: 0 0 88px; width: 88px; height: 88px; }
  .intro, .section-heading { grid-template-columns: 1fr; }
  .clients-intro { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: 1fr; }
  .client-logo { aspect-ratio: 1.5; }
  .intro { gap: 60px; padding-top: 90px; padding-bottom: 90px; }
  .supporting { margin-top: 42px; }
  .clients, .services, .process { padding-top: 90px; padding-bottom: 90px; }
  .service { grid-template-columns: 46px 1fr auto; padding: 32px 0; }
  .service p { grid-column: 2 / 4; }
  .manifesto { grid-template-columns: 1fr; }
  .logo-frame { min-height: 520px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  footer p:last-child { text-align: center; }
}

@media (max-width: 480px) {
  .hero { min-height: 760px; }
  .hero h1 { margin-top: 82px; font-size: 64px; }
  .hero-bottom { flex-direction: column; }
  .round-link { align-self: flex-end; }
  .lead { font-size: 38px; }
  .service { grid-template-columns: 36px 1fr auto; gap: 14px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 250px; }
  .process-grid h3 { margin-top: 70px; }
  .logo-frame { min-height: 390px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker div { animation: none; } }
