:root {
  color-scheme: light;
  --paper: #f3f0e9;
  --white: #fffdf8;
  --ink: #101820;
  --muted: #606973;
  --line: #d5d0c6;
  --blue: #295ee8;
  --blue-dark: #13243d;
  --pink: #e76948;
  --violet: #272039;
  --green: #1a8c68;
  --shadow: 0 1.5rem 4rem rgba(16, 24, 32, .08);
  --max: 1280px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --space: clamp(4rem, 10vw, 9rem);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .22em; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
::selection { color: var(--white); background: var(--pink); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; color: #fff; background: #000; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(100%, var(--max)); margin: 0 auto; padding: 1.35rem var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.brand { text-decoration: none; font-size: .77rem; font-weight: 800; letter-spacing: .145em; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; gap: clamp(1rem, 2vw, 2.25rem); align-items: center; }
.site-nav a { font-size: .82rem; font-weight: 700; text-decoration: none; letter-spacing: .07em; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; font-weight: 700; }

.wrap { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--space); }
.section--tight { padding-block: clamp(3rem, 7vw, 6rem); }
.section--white { background: var(--white); }
.section--ink { color: var(--white); background: var(--ink); }
.section--blue { color: var(--white); background: var(--blue-dark); }
.section--violet { color: var(--white); background: var(--violet); }
.eyebrow { margin: 0 0 1.25rem; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section--ink .eyebrow, .section--blue .eyebrow, .section--violet .eyebrow { color: rgba(255,255,255,.64); }
.display { margin: 0; max-width: 16ch; font-size: clamp(3.5rem, 9.4vw, 8.8rem); font-weight: 450; letter-spacing: -.068em; line-height: .91; }
.display em { color: var(--blue); font-weight: 400; font-style: normal; }
.page-title { margin: 0; max-width: 15ch; font-size: clamp(3.4rem, 8vw, 7.4rem); font-weight: 450; letter-spacing: -.065em; line-height: .94; }
.section-title { margin: 0; max-width: 16ch; font-size: clamp(2.25rem, 5vw, 4.75rem); font-weight: 450; letter-spacing: -.055em; line-height: 1; }
.lede { max-width: 34em; margin: 2rem 0 0; font-size: clamp(1.15rem, 2.25vw, 1.65rem); line-height: 1.45; }
.prose { max-width: 46rem; font-size: 1.05rem; }
.prose h2 { margin: 3rem 0 1rem; font-size: clamp(1.65rem, 3vw, 2.25rem); letter-spacing: -.03em; }
.prose h3 { margin: 2.2rem 0 .7rem; font-size: 1.2rem; }
.prose p { margin: 0 0 1.3rem; }
.prose a { color: var(--blue-dark); }
.section--ink .prose a, .section--blue .prose a { color: #8bcaff; }

.hero { min-height: calc(100svh - 84px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(20rem, .92fr); }
.hero-copy { padding: clamp(4rem, 8vw, 9rem) var(--gutter); display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 7% 12%, rgba(41,94,232,.08), transparent 34%); }
.hero-kicker { max-width: 34rem; margin-top: 3rem; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.25rem); }
.hero-image { min-height: 38rem; position: relative; overflow: hidden; background: #33454f; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(19,36,61,.26)); pointer-events: none; }

.pill-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2.5rem; }
.pill { padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.section--ink .pill, .section--blue .pill { color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.24); }

.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.split--center { align-items: center; }
.image-frame { position: relative; overflow: hidden; background: var(--line); box-shadow: 1.25rem 1.25rem 0 rgba(41,94,232,.09); }
.image-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-frame--portrait img { aspect-ratio: 4 / 5; object-position: 50% 35%; }

.metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 7vw, 6rem); border-top: 1px solid var(--line); }
.metric { padding: 2rem 1rem 0 0; }
.metric strong { display: block; font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.metric span { display: block; max-width: 14rem; margin-top: .8rem; color: var(--muted); font-size: .86rem; }
.section--ink .metric span { color: rgba(255,255,255,.75); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.card { min-height: 22rem; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--white); border: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, color .2s ease, background .2s ease; }
.card:hover, .card:focus-visible { transform: translateY(-.3rem); }
.card:hover, .card:focus-visible { color: var(--white); background: var(--blue-dark); border-color: var(--blue-dark); }
.card-number { color: var(--muted); font-size: .75rem; letter-spacing: .14em; }
.card:hover .card-number, .card:focus-visible .card-number { color: rgba(255,255,255,.65); }
.card h3 { margin: 0; font-size: clamp(1.65rem, 2.5vw, 2.4rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.card p { max-width: 28rem; margin: 1rem 0 0; color: var(--muted); }
.card:hover p, .card:focus-visible p { color: rgba(255,255,255,.75); }

.timeline { margin-top: 4rem; border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: minmax(8rem,.35fr) minmax(0,1.65fr); gap: 2rem; padding: 2.25rem 0; border-bottom: 1px solid var(--line); }
.timeline-year { color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .08em; }
.timeline-item h2, .timeline-item h3 { margin: 0 0 .5rem; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 400; letter-spacing: -.035em; }
.timeline-item p { max-width: 48rem; margin: .7rem 0 0; color: var(--muted); }

.quote { margin: 0; max-width: 26ch; font-size: clamp(2.4rem, 6vw, 5.8rem); font-weight: 300; letter-spacing: -.055em; line-height: 1.02; }
.quote em { color: #72b7ff; font-style: normal; }

.article-list { margin-top: 3rem; border-top: 1px solid var(--line); }
.article-link { display: grid; grid-template-columns: 8rem 1fr auto; gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.article-link time, .article-link span { color: var(--muted); font-size: .8rem; }
.article-link h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.6rem); font-weight: 400; letter-spacing: -.04em; }
.article-link:hover h2, .article-link:focus-visible h2 { color: var(--blue); }
.podcast-link { grid-template-columns: 8rem 1fr auto; }
.podcast-link p { max-width: 52rem; margin: .75rem 0 0; color: var(--muted); }
.podcast-link .podcast-show { margin: 0 0 .45rem; color: var(--blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.podcast-title { max-width: 18ch; font-size: clamp(2.8rem, 6.5vw, 6rem); }
.catalog-note { margin-top: 3rem; padding-top: 1.4rem; display: flex; gap: 1rem 2rem; border-top: 1px solid var(--line); }
.catalog-note span { max-width: 42rem; color: var(--muted); }
.takeaways { margin: 1.25rem 0 2rem; padding: 0; list-style: none; }
.takeaways li { padding: 1rem 0; border-top: 1px solid var(--line); }
.takeaways li:last-child { border-bottom: 1px solid var(--line); }
.editorial-note { margin-top: 3rem !important; color: var(--muted); font-size: .85rem; }
.article-header { padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5rem); }
.article-meta { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.article-body { display: grid; grid-template-columns: minmax(0,.55fr) minmax(0,1.45fr); gap: clamp(3rem,8vw,8rem); }
.article-aside { color: var(--muted); font-size: .85rem; }
.article-visual { margin: 0 0 clamp(3rem, 8vw, 7rem); overflow: hidden; background: var(--line); }
.article-visual img { width: 100%; max-height: 44rem; object-fit: cover; }

.cta { display: inline-flex; align-items: center; gap: .8rem; margin-top: 2.2rem; padding: .85rem 1.15rem; color: var(--white); background: var(--blue-dark); text-decoration: none; font-weight: 700; font-size: .82rem; letter-spacing: .05em; }
.cta::after { content: "↗"; }
.cta:hover, .cta:focus-visible { background: var(--blue); }
.prose .cta { color: #fff !important; }
.prose .cta::after { color: #fff; }
.text-link { font-weight: 700; }

.launch-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); }
.launch-grid > div { min-height: 13rem; padding: 1.5rem 1.25rem 1.5rem 0; border-right: 1px solid var(--line); }
.launch-grid > div:not(:first-child) { padding-left: 1.25rem; }
.launch-grid > div:last-child { border-right: 0; }
.launch-grid span, .project-card > span, .insight-card span, .podcast-feature span, .contact-grid span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.launch-grid h3 { margin: 3rem 0 .4rem; font-size: 1.45rem; letter-spacing: -.035em; }
.launch-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.project-card { min-height: 20rem; padding: clamp(2rem, 5vw, 4rem); background: var(--paper); }
.project-card h2 { margin: 2.8rem 0 1rem; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 450; letter-spacing: -.055em; }
.project-card p { max-width: 34rem; color: var(--muted); }
.project-card .text-link { display: inline-block; margin-top: .75rem; color: var(--blue-dark); }
.section--violet .prose a { color: #b8a9ff; }
.artwork-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.artwork-grid figure { margin: 0; }
.artwork-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.artwork-grid figcaption, .podcast-visual figcaption { margin-top: .75rem; color: var(--muted); font-size: .76rem; }
.social-row { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin-top: 2rem; }
.social-row a { font-weight: 700; }

.insight-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.insight-card { grid-column: span 6; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); min-height: 24rem; background: var(--paper); border: 1px solid var(--line); text-decoration: none; overflow: hidden; }
.insight-card:first-child { grid-column: span 12; grid-template-columns: 1fr 1fr; }
.insight-card img { width: 100%; height: 100%; object-fit: cover; }
.insight-card > div { padding: clamp(1.6rem, 4vw, 3rem); }
.insight-card h2 { margin: 2.3rem 0 1rem; font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 450; letter-spacing: -.05em; line-height: 1.03; }
.insight-card p { color: var(--muted); }
.insight-card:hover h2, .insight-card:focus-visible h2 { color: var(--blue); }

.podcast-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.podcast-feature { display: flex; flex-direction: column; background: #18212b; text-decoration: none; }
.podcast-feature img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.podcast-feature > div { padding: 2rem; }
.podcast-feature span { color: rgba(255,255,255,.6); }
.podcast-feature h2 { margin: 1.5rem 0 1rem; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 450; letter-spacing: -.05em; line-height: 1.05; }
.podcast-feature p { color: rgba(255,255,255,.7); }
.podcast-feature:hover h2, .podcast-feature:focus-visible h2 { color: #91b0ff; }
.podcast-visual { max-width: 62rem; margin: clamp(3rem, 6vw, 5rem) 0 0; }
.podcast-visual img { width: 100%; }

.contact-hero { background: linear-gradient(135deg, var(--paper) 65%, rgba(231,105,72,.11)); }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.contact-grid a { min-height: 15rem; padding: clamp(1.7rem, 4vw, 3rem); display: grid; grid-template-rows: auto 1fr auto; align-items: start; gap: 1.6rem; text-decoration: none; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-grid a:nth-child(2n) { border-right: 0; }
.contact-grid a:nth-last-child(-n+2) { border-bottom: 0; }
.contact-grid strong { max-width: 20ch; font-size: clamp(1.4rem, 2.5vw, 2.3rem); font-weight: 450; letter-spacing: -.04em; line-height: 1.1; }
.contact-grid a:hover, .contact-grid a:focus-visible { color: var(--white); background: var(--blue-dark); }
.contact-grid a:hover span, .contact-grid a:focus-visible span { color: rgba(255,255,255,.65); }
.contact-grid img { opacity: .72; }
.contact-grid a:hover img, .contact-grid a:focus-visible img { filter: invert(1); opacity: 1; }

.media-hero { background: radial-gradient(circle at 88% 15%, rgba(41,94,232,.13), transparent 28%); }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.media-card { min-height: 23rem; padding: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: flex-end; background: var(--paper); text-decoration: none; transition: color .2s ease, background .2s ease; }
.media-card--feature { grid-row: span 2; padding: 0; justify-content: stretch; }
.media-card--feature img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.media-card--feature > div { padding: clamp(2rem, 5vw, 4rem); }
.media-card span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.media-card h2 { margin: 1.7rem 0 1rem; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 450; letter-spacing: -.05em; line-height: 1.05; }
.media-card p { max-width: 34rem; margin: 0; color: var(--muted); }
.media-card:hover, .media-card:focus-visible { color: var(--white); background: var(--blue-dark); }
.media-card:hover span, .media-card:hover p, .media-card:focus-visible span, .media-card:focus-visible p { color: rgba(255,255,255,.7); }

.site-footer { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) var(--gutter) 2rem; display: grid; grid-template-columns: 1fr auto; gap: 3rem; border-top: 1px solid var(--line); }
.footer-title { max-width: 20ch; margin: 0 0 1rem; font-size: clamp(1.8rem, 4vw, 3.4rem); letter-spacing: -.045em; line-height: 1.05; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(7.5rem, 1fr)); align-content: start; gap: .8rem 1.5rem; }
.footer-links a { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.footer-links img { opacity: .72; }
.footer-links a:hover { color: var(--blue); }
.copyright { grid-column: 1 / -1; margin: 3rem 0 0; color: var(--muted); font-size: .75rem; }
.copyright button { padding: 0; color: inherit; background: none; border: 0; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .22em; cursor: pointer; }

.privacy-panel { position: fixed; z-index: 30; right: 1rem; bottom: 1rem; left: 1rem; width: min(100% - 2rem, 62rem); margin-inline: auto; padding: clamp(1.25rem, 3vw, 2rem); display: grid; grid-template-columns: 1fr auto; gap: 1.5rem 2rem; align-items: end; color: var(--white); background: #101820; border: 1px solid rgba(255,255,255,.16); box-shadow: var(--shadow); }
.privacy-panel[hidden] { display: none; }
.privacy-panel .eyebrow { margin-bottom: .5rem; color: rgba(255,255,255,.58); }
.privacy-panel p:not(.eyebrow) { max-width: 40rem; margin: 0 0 .4rem; color: rgba(255,255,255,.76); }
.privacy-panel a { font-size: .8rem; }
.privacy-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem; }
.privacy-actions button { min-height: 2.75rem; padding: .7rem 1rem; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.28); cursor: pointer; }
.privacy-actions button:hover, .privacy-actions button:focus-visible { border-color: var(--white); }
.privacy-actions .privacy-accept { color: var(--ink); background: var(--white); border-color: var(--white); }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; z-index: 10; inset: 4.4rem var(--gutter) auto; padding: 1.5rem; flex-direction: column; align-items: flex-start; background: var(--white); border: 1px solid var(--line); box-shadow: 0 1.2rem 3rem rgba(16,18,22,.14); }
  .site-nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 68svh; }
  .hero-image { min-height: 65svh; }
  .split, .article-body { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 16rem; }
  .metrics { grid-template-columns: 1fr; }
  .metric { padding: 2rem 0; border-bottom: 1px solid var(--line); }
  .article-link { grid-template-columns: 1fr auto; gap: .7rem 1rem; }
  .article-link time { grid-column: 1 / -1; }
  .podcast-link { grid-template-columns: 1fr auto; }
  .podcast-link > span:first-child { grid-column: 1 / -1; }
  .catalog-note { flex-direction: column; }
  .launch-grid { grid-template-columns: repeat(2, 1fr); }
  .launch-grid > div:nth-child(2) { border-right: 0; }
  .launch-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .insight-card, .insight-card:first-child { grid-column: span 12; grid-template-columns: 1fr; }
  .insight-card img { max-height: 25rem; }
  .podcast-feature-grid { grid-template-columns: 1fr; }
  .privacy-panel { grid-template-columns: 1fr; align-items: start; }
  .privacy-actions { justify-content: flex-start; }
}

@media (max-width: 580px) {
  .timeline-item { grid-template-columns: 1fr; gap: .65rem; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  .project-grid, .artwork-grid, .contact-grid, .media-grid { grid-template-columns: 1fr; }
  .project-card { min-height: auto; }
  .contact-grid a { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .contact-grid a:last-child { border-bottom: 0 !important; }
  .launch-grid { grid-template-columns: 1fr; }
  .launch-grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0 !important; }
  .launch-grid > div:last-child { border-bottom: 0; }
  .media-card--feature { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
