:root {
  --ink: #08090c;
  --ink-2: #101218;
  --paper: #f4f2ec;
  --paper-2: #e8e4da;
  --gold: #c9a44f;
  --gold-light: #ecd98e;
  --blue: #174ea6;
  --blue-light: #4b8ee8;
  --white: #fff;
  --muted: #aeb2bc;
  --line: rgba(255,255,255,.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--gold); color: var(--ink); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); overflow: hidden; }

.site-header { height: 88px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(8,9,12,.94); backdrop-filter: blur(12px); border-color: var(--line); height: 74px; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.header-logo { width: 70px; height: 70px; object-fit: contain; flex-shrink: 0; }
.hero-logo { display: block; width: 100%; height: auto; margin-bottom: 1.5rem; }
.footer-logo { width: 110px; height: 110px; object-fit: contain; flex-shrink: 0; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: var(--serif); font-size: 2rem; font-weight: 700; transform: rotate(-3deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 700 1.65rem/1 var(--serif); letter-spacing: .14em; color: var(--gold-light); }
.brand-copy small { margin-top: .35rem; color: #d2d4d9; font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.1vw, 2rem); }
.site-nav a { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav > a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); padding: .8rem 1rem; color: var(--gold-light); }
.menu-button { display: none; border: 0; background: none; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 100svh; padding: 9rem clamp(1.25rem, 6vw, 7rem) 5rem; position: relative; isolation: isolate; display: grid; align-items: center; background: radial-gradient(circle at 78% 32%, rgba(34,94,170,.35), transparent 28%), linear-gradient(90deg, #08090c 0%, rgba(8,9,12,.92) 44%, rgba(8,9,12,.32) 100%), url("assets/roar-hero.png") center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, var(--ink), transparent 32%), repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(255,255,255,.035) calc(25% - 1px) 25%); }
.hero-grid { width: min(1420px, 100%); margin: auto; display: grid; grid-template-columns: minmax(0, 760px) 1fr; gap: 3rem; align-items: end; }
.hero-content { padding-top: 2rem; }
.eyebrow { margin: 0 0 1.5rem; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 3px; height: 3px; background: var(--gold); border-radius: 50%; margin: 0 .65rem .15rem; }
.eyebrow.blue { color: var(--blue); }
.hero h1, .section-heading h2, .about h2, .movement h2, .cta h2 { font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.03em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.5rem, 7.5vw, 7.4rem); }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 500; }
.hero-lede { max-width: 630px; margin: 2rem 0; color: #d3d6dc; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .85rem 1.4rem; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.button-quiet { border: 1px solid var(--line); }
.button-quiet:hover { border-color: var(--gold); color: var(--gold-light); }
blockquote { margin: 2rem 0 0; color: #e4e4e7; font: italic 1.35rem/1.3 var(--serif); }
blockquote cite { color: var(--gold-light); font-size: .9rem; font-style: normal; letter-spacing: .08em; }
.hero-note { justify-self: end; max-width: 280px; border-left: 2px solid var(--gold); padding: .8rem 0 .8rem 1.4rem; margin-bottom: 4rem; text-transform: uppercase; }
.hero-note span { color: #c9ccd2; font-size: .65rem; letter-spacing: .2em; }
.hero-note strong { display: block; color: var(--gold-light); font: 600 2.2rem/1.05 var(--serif); }
.hero-note p { margin: .7rem 0 0; color: var(--muted); font-size: .7rem; letter-spacing: .11em; }
.scroll-cue { position: absolute; right: clamp(1.25rem, 4vw, 4rem); bottom: 2rem; display: flex; align-items: center; gap: .8rem; color: #c8cad0; font-size: .65rem; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { height: 42px; width: 1px; background: linear-gradient(var(--gold), transparent); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); color: var(--ink); border-bottom: 1px solid #d3cec2; }
.proof-strip div { min-height: 150px; padding: 2.1rem clamp(1.2rem, 3vw, 3rem); display: grid; align-content: center; border-right: 1px solid #d3cec2; }
.proof-strip strong { color: var(--blue); font: 700 clamp(1.4rem, 2.1vw, 2rem)/1.1 var(--serif); }
.proof-strip span { margin-top: .45rem; color: #5f6269; font-size: .78rem; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); }
.services { background: var(--paper); color: var(--ink); }
.section-heading { width: min(980px, 100%); margin-bottom: 4rem; }
.section-heading h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.6rem); }
.section-heading h2 em { color: #7b6b46; font-weight: 500; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cbc6b9; border: 1px solid #cbc6b9; }
.service-card { min-height: 430px; padding: clamp(1.6rem, 3.2vw, 3rem); position: relative; background: #f8f6f0; display: flex; flex-direction: column; }
.service-card.featured { background: var(--ink-2); color: white; transform: translateY(-1.2rem); box-shadow: 0 24px 50px rgba(0,0,0,.2); }
.service-number { color: #8d8a84; font-size: .68rem; letter-spacing: .15em; }
.service-icon { margin: 2.6rem 0 1rem; color: var(--blue); font: 500 2.8rem/1 var(--serif); }
.featured .service-icon { color: var(--gold-light); }
.service-card h3 { margin: 0 0 1rem; font: 700 2.2rem/1.05 var(--serif); }
.service-card p { margin: 0 0 2rem; color: #5d6067; font-size: .93rem; }
.featured p { color: #c8cbd1; }
.service-card a { margin-top: auto; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.featured a { color: var(--gold-light); }

.about { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 720px; background: var(--paper-2); color: var(--ink); }
.about-visual { padding: clamp(3rem, 7vw, 7rem); background: linear-gradient(150deg, rgba(12,53,115,.95), rgba(8,9,12,.98)); color: white; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.about-visual::before { content: ""; position: absolute; width: 420px; aspect-ratio: 1; border: 1px solid rgba(201,164,79,.35); border-radius: 50%; left: -170px; top: -120px; box-shadow: 0 0 0 70px rgba(201,164,79,.05), 0 0 0 140px rgba(201,164,79,.03); }
.about-visual.about-with-photo { padding: 0; min-height: 0; justify-content: center; background: var(--ink-2); }
.about-with-photo::before { display: none; }
.about-photo-frame { position: relative; width: 100%; }
.about-photo { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.about-photo-caption { padding: clamp(1.5rem, 3vw, 3rem); }
.about-photo-caption strong { display: block; margin-top: .7rem; font-size: clamp(2rem, 3vw, 3rem); }
.about-visual p { position: relative; margin: 0; max-width: 520px; color: #cbd5e6; font: 500 1.3rem/1.35 var(--serif); }
.about-visual strong { position: relative; max-width: 540px; color: var(--gold-light); font: 600 clamp(2.4rem, 4vw, 4.8rem)/.98 var(--serif); }
.about-copy { padding: clamp(4rem, 8vw, 8rem); align-self: center; }
.about-copy h2 { margin: 0 0 2rem; font-size: clamp(2.5rem, 4.2vw, 4.6rem); }
.about-copy > p:not(.eyebrow) { color: #50535a; max-width: 760px; }
.values { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.values span { border: 1px solid #bcb7aa; padding: .55rem .9rem; color: #31343a; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.movement { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7rem); background: linear-gradient(135deg, #090b10, #121c2d); }
.movement-copy { max-width: 970px; }
.movement h2 { margin: 0; max-width: 900px; font-size: clamp(3.1rem, 6vw, 6.8rem); color: var(--gold-light); }
.movement-copy > p:last-child { max-width: 730px; color: #b9bdc6; font-size: 1.05rem; }
.pillars { margin-top: 5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.pillars > div { padding: 2.3rem 2.3rem 0 0; border-right: 1px solid var(--line); }
.pillars > div + div { padding-left: 2.3rem; }
.pillars span { color: var(--blue-light); font-size: .7rem; letter-spacing: .15em; }
.pillars strong { display: block; margin: 1rem 0 .5rem; font: 600 2rem/1 var(--serif); }
.pillars p { color: #aeb2bc; font-size: .88rem; }

.cta { min-height: 600px; padding: 7rem 1.25rem; display: grid; place-items: center; align-content: center; text-align: center; position: relative; background: var(--paper); color: var(--ink); overflow: hidden; }
.cta > * { position: relative; z-index: 1; }
.cta-orbit { position: absolute; z-index: 0; width: min(70vw, 760px); aspect-ratio: 1; border: 1px solid rgba(23,78,166,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(23,78,166,.04), 0 0 0 160px rgba(201,164,79,.04); }
.cta h2 { margin: 0; font-size: clamp(3.2rem, 7vw, 7rem); }
.cta > p:not(.eyebrow) { max-width: 650px; color: #5a5d64; }
.cta .button { margin-top: 1rem; }

footer { padding: 3rem clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 2rem; align-items: center; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand div { display: grid; }
.footer-brand strong { font: 700 1.4rem/1 var(--serif); color: var(--gold-light); }
.footer-brand div span { font-size: .62rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
footer > p { color: var(--muted); font: italic 1.1rem var(--serif); }
.footer-links { display: flex; gap: 1rem; }
.footer-links a { color: #c8cad0; font-size: .72rem; text-decoration: none; text-transform: uppercase; }
footer small { grid-column: 1 / -1; color: #747882; border-top: 1px solid var(--line); padding-top: 1.5rem; font-size: .68rem; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .menu-button { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; padding: 7rem 2rem 2rem; background: rgba(8,9,12,.98); display: none; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
  .site-nav.open { display: flex; }
  .site-nav a { font-size: 1.1rem; }
  .nav-cta { margin-top: 1rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-note { justify-self: start; margin: 0; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr; gap: 1px; }
  .service-card.featured { transform: none; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 560px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
}

@media (max-width: 640px) {
  .site-header { height: 74px; padding-inline: 1rem; }
  .brand-copy small { display: none; }
  .hero { padding-inline: 1.1rem; background-position: 63% center; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-note, .scroll-cue { display: none; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { min-height: 120px; border-right: 0; border-bottom: 1px solid #d3cec2; }
  .section { padding-inline: 1.1rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .service-card { min-height: 370px; }
  .about-copy, .about-visual { padding-inline: 1.4rem; }
  .pillars { grid-template-columns: 1fr; }
  .pillars > div, .pillars > div + div { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; flex-wrap: wrap; }
}
