:root {
  --ink: #090b0d;
  --paper: #f1f0eb;
  --muted: #a9adb1;
  --line: rgba(255,255,255,.16);
  --yellow: #e7ff32;
  --blue: #13202a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.skip { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: var(--yellow); color: var(--ink); padding: .7rem 1rem; font-weight: 700; }
.skip:focus { top: 1rem; }
.nav { height: 84px; padding: 0 clamp(1.25rem,4vw,4rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(9,11,13,.92); backdrop-filter: blur(14px); position: absolute; inset: 0 0 auto; z-index: 10; }
.brand { display: flex; align-items: center; gap: .8rem; font: 700 .76rem/1 "Manrope"; letter-spacing: .16em; }
.brand-logo { display: block; width: 118px; height: 37px; object-fit: contain; }
.nav nav { display: flex; gap: 2rem; font-size: .84rem; color: #d2d3d4; }
.nav nav a:hover { color: var(--yellow); }
.nav-cta { border-left: 1px solid var(--line); padding-left: 1.8rem; font-size: .84rem; font-weight: 600; }
.nav-cta span { color: var(--yellow); margin-left: .5rem; }
.hero { min-height: 760px; height: 100svh; max-height: 980px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,10,.94) 0%, rgba(4,7,10,.78) 38%, rgba(4,7,10,.12) 76%), linear-gradient(0deg, rgba(4,7,10,.5), transparent 55%); }
.route-line { position: absolute; width: 52%; height: 1px; background: var(--yellow); left: -15%; bottom: 19%; transform: rotate(-8deg); box-shadow: 0 0 18px rgba(231,255,50,.3); }
.hero-content { position: relative; z-index: 2; width: min(100%, 1440px); padding: 7rem clamp(1.25rem,7vw,7rem) 1rem; }
.eyebrow, .section-label { text-transform: uppercase; font: 600 .73rem/1.2 "Manrope"; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: .75rem; color: #dde0e2; margin-bottom: 2rem; }
.eyebrow span { width: 34px; height: 2px; background: var(--yellow); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; }
h1 { font-size: clamp(3.7rem,8.5vw,8.5rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; max-width: 920px; }
h1 em, .about h2 em { color: var(--yellow); font-style: normal; }
.hero-copy { max-width: 520px; color: #d3d6d8; font-size: clamp(1rem,1.35vw,1.18rem); margin: 2.2rem 0 1.8rem; }
.text-link { font-weight: 700; font-size: .84rem; text-transform: uppercase; letter-spacing: .12em; padding-bottom: .55rem; border-bottom: 1px solid var(--yellow); }
.text-link span { color: var(--yellow); margin-left: .6rem; }
.hero-index { position: absolute; right: clamp(1.25rem,4vw,4rem); bottom: 2.5rem; display: flex; align-items: center; gap: .7rem; font: 600 .7rem/1 "Manrope"; letter-spacing: .12em; }
.hero-index span { width: 42px; height: 1px; background: rgba(255,255,255,.4); }
.ticker { overflow: hidden; background: var(--yellow); color: var(--ink); white-space: nowrap; padding: .8rem 0; font: 800 .72rem/1 "Manrope"; letter-spacing: .16em; }
.ticker div { min-width: max-content; animation: drift 22s linear infinite; }
.ticker span { margin: 0 2.2rem; font-size: .55rem; }
@keyframes drift { to { transform: translateX(-33.33%); } }
.section { padding: clamp(5rem,10vw,9rem) clamp(1.25rem,7vw,7rem); }
.section-label { display: flex; gap: 1rem; align-items: center; color: #51565a; }
.section-label span { color: var(--ink); padding: .35rem .45rem; border: 1px solid #a5a8a8; }
.section-label.light { color: #888e93; }
.section-label.light span { color: var(--yellow); border-color: #596067; }
.manifesto { color: var(--ink); background: var(--paper); display: grid; grid-template-columns: minmax(140px, .6fr) 2.4fr; gap: 4rem; }
.manifesto-body { max-width: 1050px; }
.kicker { margin: 0 0 1.2rem; font-weight: 600; color: #555b5e; }
.manifesto h2 { font-size: clamp(2.2rem,5.2vw,5.2rem); line-height: 1.04; letter-spacing: -.055em; max-width: 1100px; }
.two-cols { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid #c6c7c3; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; color: #4d5153; }
.two-cols p { margin: 0; max-width: 500px; }
.ideas { background: #101419; }
.ideas-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin: 3rem 0 4rem; }
.ideas-head h2, .method-title h2, .about h2 { font-size: clamp(2.5rem,5.5vw,5.5rem); line-height: .98; letter-spacing: -.055em; }
.ideas-head p { color: var(--muted); max-width: 340px; margin: 0; }
.cards { display: grid; grid-template-columns: 1.25fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card { min-height: 360px; padding: 2rem; border-right: 1px solid var(--line); position: relative; transition: background .25s ease, transform .25s ease; }
.card:last-child { border-right: 0; }
.card:hover { background: #171c21; transform: translateY(-5px); }
.card-featured { background: var(--yellow); color: var(--ink); }
.card-featured:hover { background: #f0ff70; }
.card-meta { display: flex; justify-content: space-between; font: 700 .65rem/1 "Manrope"; letter-spacing: .13em; }
.card h3 { font-size: clamp(1.5rem,2.4vw,2.35rem); line-height: 1.08; letter-spacing: -.035em; margin: 5.3rem 0 1.2rem; max-width: 390px; }
.card p { color: var(--muted); max-width: 360px; margin: 0; }
.card-featured p { color: #394004; }
.card-arrow { position: absolute; right: 2rem; bottom: 1.6rem; font-size: 1.6rem; }
.note { margin: 1.3rem 0 0; color: #6e7478; font-size: .8rem; }
.article-page { background: var(--paper); color: var(--ink); }
.article-nav { position: relative; background: var(--ink); }
.article-shell { max-width: 920px; margin: 0 auto; padding: clamp(8rem,14vw,12rem) clamp(1.25rem,5vw,4rem) 7rem; }
.article-back { display: inline-flex; align-items: center; gap: .6rem; color: #596063; font: 700 .72rem/1 "Manrope"; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 4rem; }
.article-back:hover { color: var(--ink); }
.article-category { color: #656b6d; font: 700 .72rem/1 "Manrope"; letter-spacing: .16em; text-transform: uppercase; }
.article-header h1 { color: var(--ink); font-size: clamp(3rem,7.2vw,6.6rem); line-height: .95; text-transform: none; max-width: 900px; margin: 1.3rem 0 2rem; }
.article-deck { font: 500 clamp(1.2rem,2vw,1.55rem)/1.5 "Manrope"; color: #505659; max-width: 760px; }
.article-byline { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; margin: 3rem 0 4rem; border-top: 1px solid #c3c5c1; border-bottom: 1px solid #c3c5c1; color: #666c6e; font: 700 .7rem/1.4 "Manrope"; letter-spacing: .12em; text-transform: uppercase; }
.article-body { max-width: 720px; margin: 0 auto; }
.article-body p { color: #363b3d; font-size: 1.1rem; line-height: 1.82; margin: 0 0 1.7rem; }
.article-body h2 { font-size: clamp(1.8rem,3.5vw,2.7rem); line-height: 1.12; letter-spacing: -.04em; margin: 4rem 0 1.4rem; }
.article-body blockquote { color: var(--ink); font-size: clamp(1.6rem,3.2vw,2.45rem); line-height: 1.2; text-align: left; border-left: 4px solid var(--yellow); padding-left: 1.6rem; margin: 3.5rem 0; }
.article-end { margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid #c3c5c1; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.article-end strong { font: 800 1rem/1 "Manrope"; letter-spacing: .12em; }
.article-end a { font-weight: 700; border-bottom: 1px solid var(--ink); }
.method { background: var(--paper); color: var(--ink); }
.method-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(3rem,8vw,9rem); margin-top: 4rem; }
.method-title { position: sticky; top: 3rem; align-self: start; }
.method-title p { color: #606568; max-width: 330px; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid #bfc1bd; }
.steps li { display: grid; grid-template-columns: 72px 1fr; padding: 2rem 0; border-bottom: 1px solid #bfc1bd; }
.step-number { color: #777d7e; font: 700 .75rem/1 "Manrope"; }
.steps h3 { font-size: 1.4rem; margin-bottom: .5rem; }
.steps p { color: #5a6062; margin: 0; max-width: 520px; }
.deliverables { background: #101419; }
.deliverables-intro { display: grid; grid-template-columns: 1.55fr .75fr; gap: clamp(3rem,8vw,9rem); align-items: end; margin: 3rem 0 4rem; }
.deliverables-kicker { color: var(--yellow); font: 700 .72rem/1 "Manrope"; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 1.2rem; }
.deliverables-intro h2 { font-size: clamp(2.5rem,5.5vw,5.5rem); line-height: .98; letter-spacing: -.055em; }
.deliverables-intro > p { color: var(--muted); margin: 0; max-width: 410px; }
.deliverables-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverable { min-height: 360px; padding: clamp(1.6rem,3vw,2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.deliverable > span { color: var(--yellow); font: 700 .7rem/1 "Manrope"; letter-spacing: .14em; }
.deliverable h3 { font-size: clamp(1.6rem,2.7vw,2.5rem); line-height: 1.08; letter-spacing: -.04em; margin: 3.2rem 0 1rem; }
.deliverable > p { color: var(--muted); max-width: 480px; margin: 0 0 2rem; }
.deliverable div { margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: .55rem; }
.deliverable small { color: #7f878c; font: 700 .63rem/1 "Manrope"; letter-spacing: .14em; text-transform: uppercase; }
.deliverable strong { font: 600 .95rem/1.4 "Manrope"; color: #fff; }
.engagement-model { margin-top: clamp(4rem,7vw,7rem); display: grid; grid-template-columns: .9fr 1.5fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.engagement-heading h3 { max-width: 470px; font-size: clamp(2rem,4vw,3.8rem); line-height: 1.03; letter-spacing: -.045em; }
.engagement-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.engagement-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 1.2rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.engagement-steps > li > span { color: var(--yellow); font: 700 .7rem/1 "Manrope"; letter-spacing: .14em; padding-top: .35rem; }
.engagement-steps h4 { margin: 0 0 .45rem; font: 700 1.35rem/1.1 "Manrope"; }
.engagement-steps p { color: var(--muted); margin: 0; max-width: 540px; }
.sample-deliverable { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-top: 3rem; padding: 2rem 2.25rem; border: 1px solid var(--line); background: #171d23; }
.sample-deliverable small { display: block; color: var(--yellow); font: 700 .65rem/1 "Manrope"; letter-spacing: .15em; text-transform: uppercase; margin-bottom: .65rem; }
.sample-deliverable strong { display: block; font: 700 clamp(1.25rem,2vw,1.75rem)/1.2 "Manrope"; }
.sample-deliverable p { color: var(--muted); margin: .4rem 0 0; }
.sample-deliverable > a { white-space: nowrap; padding-bottom: .35rem; border-bottom: 1px solid var(--yellow); color: #fff; font: 700 .74rem/1 "Manrope"; letter-spacing: .1em; text-transform: uppercase; }
.sample-deliverable > a span { color: var(--yellow); margin-left: .45rem; }
.deliverables-cta { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-top: 2.5rem; padding: 2rem 2.25rem; background: var(--yellow); color: var(--ink); }
.deliverables-cta p { font: 700 clamp(1.2rem,2vw,1.7rem)/1.2 "Manrope"; letter-spacing: -.025em; margin: 0 0 .35rem; }
.deliverables-cta span { font-size: .88rem; }
.deliverables-cta > a { white-space: nowrap; border-bottom: 1px solid var(--ink); padding-bottom: .35rem; font: 700 .78rem/1 "Manrope"; letter-spacing: .1em; text-transform: uppercase; }
.deliverables-cta > a span { margin-left: .45rem; }
.business-scope { color: #737b80; font-size: .75rem; margin: 1.2rem 0 0; }
.quote { padding: clamp(6rem,13vw,12rem) clamp(1.25rem,9vw,9rem); background: #0c1115; text-align: center; }
.quote-rule { width: 52px; height: 3px; background: var(--yellow); margin: 0 auto 3rem; }
blockquote { margin: 0 auto; max-width: 1100px; font: 700 clamp(2rem,4.6vw,4.6rem)/1.08 "Manrope"; letter-spacing: -.05em; }
.quote p { color: var(--yellow); font: 700 .7rem/1 "Manrope"; letter-spacing: .2em; margin-top: 2.5rem; }
.about { background: var(--blue); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,10vw,11rem); margin-top: 4rem; }
.about-heading > p { color: #9ea8ae; max-width: 390px; margin-top: 1.8rem; }
.profiles { max-width: 660px; }
.profile { padding: 1.8rem 0 2rem; border-top: 1px solid #45515a; display: grid; grid-template-columns: 52px 1fr; column-gap: 1rem; }
.profile:last-of-type { border-bottom: 1px solid #45515a; }
.profile-number { grid-row: 1 / 4; color: var(--yellow); font: 700 .7rem/1 "Manrope"; letter-spacing: .13em; margin: .5rem 0 0; }
.profile h3 { font-size: clamp(1.55rem,2.4vw,2.2rem); letter-spacing: -.035em; }
.profile-role { color: #fff !important; font-weight: 600; margin: .35rem 0 .8rem !important; }
.profile p { color: #adb4b8; margin: 0; }
.profile-contact { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid #45515a; color: #fff; }
.profile-contact span { color: var(--yellow); font: 700 .68rem/1 "Manrope"; letter-spacing: .14em; text-transform: uppercase; }
.profile-contact strong { font: 600 .86rem/1.2 "Manrope"; }
.profile-contact:hover strong { color: var(--yellow); }
.profile-gallery { grid-column: 1 / -1; margin-top: 1.8rem; display: grid; grid-template-columns: 1.25fr .85fr; grid-template-rows: 180px 180px; gap: .65rem; }
.profile-photo { margin: 0; overflow: hidden; background: #0a0e12; position: relative; display: block; cursor: zoom-in; }
.profile-photo-main { grid-row: 1 / 3; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.9) contrast(1.04); transition: transform .45s ease, filter .45s ease; }
.profile-photo-main img { object-position: center 42%; }
.profile-photo:nth-child(2) img { object-position: center 43%; }
.profile-photo:nth-child(3) img { object-position: center 38%; }
.profile-photo:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.04); }
.profile-photo::after { content: "View +"; position: absolute; right: .75rem; bottom: .75rem; padding: .4rem .55rem; background: rgba(9,11,13,.82); color: #fff; font: 700 .62rem/1 "Manrope"; letter-spacing: .1em; text-transform: uppercase; }
.profile-photo:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.photo-lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(3,5,7,.95); color: #fff; }
.photo-lightbox[open] { display: block; }
.photo-lightbox::backdrop { background: rgba(3,5,7,.88); }
.photo-lightbox-toolbar { position: absolute; z-index: 2; inset: 0 0 auto; min-height: 64px; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .7rem 1rem; background: rgba(9,11,13,.92); border-bottom: 1px solid rgba(255,255,255,.16); }
.photo-lightbox-toolbar button { min-width: 42px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; padding: .65rem .8rem; cursor: pointer; font: 700 .7rem/1 "Manrope"; letter-spacing: .08em; text-transform: uppercase; }
.photo-lightbox-toolbar button:hover, .photo-lightbox-toolbar button:focus-visible { color: var(--yellow); border-color: var(--yellow); }
.photo-lightbox-toolbar button:disabled { opacity: .35; cursor: default; color: #fff; border-color: rgba(255,255,255,.25); }
.photo-lightbox-toolbar output { min-width: 48px; text-align: center; font: 700 .68rem/1 "Manrope"; color: #fff; }
.photo-lightbox-close { margin-left: .5rem; }
.photo-lightbox-stage { position: absolute; inset: 64px 0 0; overflow: auto; overscroll-behavior: contain; touch-action: pan-x pan-y; }
.photo-lightbox-canvas { min-width: 100%; min-height: 100%; width: max-content; height: max-content; padding: 1.25rem; display: grid; place-items: center; }
.photo-lightbox img { display: block; object-fit: contain; box-shadow: 0 22px 70px rgba(0,0,0,.5); cursor: zoom-in; }
.photo-lightbox img.is-zoomed { cursor: grab; }
.sponsor-credit { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; background: var(--yellow); color: var(--ink); }
.sponsor-credit span { text-transform: uppercase; font: 700 .66rem/1 "Manrope"; letter-spacing: .16em; }
.sponsor-credit img { display: block; width: 160px; height: 52px; object-fit: contain; background: #fff; padding: .35rem .5rem; transition: transform .2s ease; }
.sponsor-credit:hover img { transform: translateY(-2px); }
.tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.tags span { border: 1px solid #45515a; border-radius: 999px; padding: .48rem .85rem; font-size: .75rem; color: #d9dcde; }
footer { padding: 4rem clamp(1.25rem,7vw,7rem) 1.7rem; background: var(--yellow); color: var(--ink); display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 2rem; align-items: start; }
.footer-brand .brand-logo { filter: brightness(0); }
footer > p { margin: 0; max-width: 430px; font: 700 clamp(1.2rem,2.2vw,1.8rem)/1.25 "Manrope"; letter-spacing: -.03em; }
.back-top { font-size: .8rem; font-weight: 700; border-bottom: 1px solid var(--ink); }
.footer-bottom { grid-column: 1 / -1; padding-top: 2.5rem; margin-top: 2rem; border-top: 1px solid rgba(9,11,13,.25); display: flex; justify-content: space-between; font-size: .72rem; font-weight: 600; }
@media (max-width: 850px) {
  .nav nav, .nav-cta { display: none; }
  .hero { min-height: 700px; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,7,10,.91), rgba(4,7,10,.34)), linear-gradient(0deg, rgba(4,7,10,.78), transparent 60%); }
  .hero-image { object-position: 64% center; }
  h1 { font-size: clamp(3.2rem,16vw,6rem); }
  .manifesto, .method-grid, .about-grid, .deliverables-intro, .engagement-model { grid-template-columns: 1fr; }
  .manifesto { gap: 2.5rem; }
  .two-cols { grid-template-columns: 1fr; gap: 1.4rem; }
  .ideas-head { align-items: start; flex-direction: column; }
  .cards { grid-template-columns: 1fr; }
  .card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 300px; }
  .method-title { position: static; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .deliverable { min-height: 320px; }
  .deliverables-cta { grid-template-columns: 1fr; }
  .deliverables-cta > a { justify-self: start; }
  .sample-deliverable { grid-template-columns: 1fr; }
  .sample-deliverable > a { justify-self: start; }
  .profile-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 190px; }
  .profile-photo-main { grid-column: 1 / -1; grid-row: 1; }
  footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: 1; }
  .article-byline, .article-end { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .card { transition: none; }
  .profile-photo img { transition: none; }
}
