@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,600&display=swap");

:root {
  --blue: #133aa7;
  --blue-dark: #08205f;
  --paper: #f4eedc;
  --paper-deep: #ded4b9;
  --ink: #121823;
  --yellow: #f5d933;
  --red: #e74c28;
  --green: #b8d83f;
  --line: rgba(18, 24, 35, 0.3);
  --line-light: rgba(244, 238, 220, 0.36);
  --mono: "IBM Plex Mono", monospace;
  --display: "Archivo Black", sans-serif;
  --serif: "Newsreader", serif;
}

* { box-sizing: border-box; }
html { background: var(--blue-dark); color: var(--paper); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; font-family: var(--serif); font-size: 18px; line-height: 1.56; }
body::before { position: fixed; z-index: 99; inset: 0; pointer-events: none; content: ""; opacity: 0.16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
a { color: inherit; text-underline-offset: 0.2em; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin-top: 0; }

.tb-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; width: min(1500px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0; border-bottom: 1px solid var(--line-light); background: var(--blue-dark); font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.tb-brand { font-weight: 600; text-decoration: none; }
.tb-topbar p { margin: 0; text-align: center; }
.tb-topbar nav { display: flex; justify-content: flex-end; gap: 18px; }
.tb-topbar nav a { text-decoration: none; }
.tb-topbar nav a:hover, .tb-topbar nav a:focus-visible { color: var(--yellow); }

.tb-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 820px; background: var(--blue-dark); }
.tb-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px) clamp(28px, 6vw, 92px) 76px max(24px, calc((100vw - 1500px) / 2)); background: radial-gradient(circle at 20% 30%, rgba(41, 84, 210, .55), transparent 42%); }
.tb-kicker, .tb-section-mark, .tb-byline, .tb-line-grid span, .tb-finding-list > li > span, .tb-door-grid span, .tb-door-grid strong, .tb-scope { font-family: var(--mono); font-size: .68rem; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.tb-kicker { margin-bottom: 22px; color: var(--yellow); }
.tb-hero h1 { max-width: 8.6ch; margin-bottom: 30px; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 8rem); font-weight: 400; letter-spacing: -.065em; line-height: .85; text-transform: uppercase; }
.tb-deck { max-width: 38rem; margin-bottom: 40px; font-size: clamp(1.35rem, 2.1vw, 2.2rem); line-height: 1.17; }
.tb-byline { display: grid; gap: 6px; padding-top: 18px; border-top: 1px solid var(--line-light); color: rgba(244, 238, 220, .72); }
.tb-hero-art { position: relative; align-self: stretch; margin: 0; background: var(--yellow); }
.tb-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.tb-hero-art figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 13px 18px; color: var(--paper); background: rgba(8, 32, 95, .9); font-family: var(--mono); font-size: .64rem; letter-spacing: .07em; }

.tb-rule { border-top: 1px solid var(--line); }
.tb-opening { display: grid; grid-template-columns: .35fr 1.3fr .45fr; gap: clamp(26px, 5vw, 84px); padding: clamp(72px, 10vw, 150px) max(24px, calc((100vw - 1320px) / 2)); color: var(--ink); background: var(--paper); }
.tb-section-mark { color: var(--blue); }
.tb-prose h2, .tb-section-head h2, .tb-growth h2, .tb-contribute h2 { margin-bottom: 28px; font-family: var(--display); font-size: clamp(2.3rem, 5vw, 5.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }
.tb-prose p { max-width: 46rem; }
.tb-lede { font-size: clamp(1.45rem, 2.5vw, 2.25rem); line-height: 1.25; }
.tb-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 38px; }
.tb-button { display: inline-block; padding: 14px 18px; color: var(--paper); background: var(--blue); border: 2px solid var(--blue); font-family: var(--mono); font-size: .74rem; font-weight: 600; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.tb-button:hover, .tb-button:focus-visible { color: var(--ink); background: var(--yellow); border-color: var(--ink); }
.tb-text-link { color: var(--blue); font-family: var(--mono); font-size: .74rem; font-weight: 600; text-transform: uppercase; }
.tb-scope { display: grid; align-content: start; gap: 9px; padding: 18px; border: 1px solid var(--line); background: var(--paper-deep); }
.tb-scope span { color: var(--blue); }
.tb-scope strong + span { margin-top: 20px; }

.tb-lines { padding: clamp(72px, 10vw, 150px) max(24px, calc((100vw - 1320px) / 2)); color: var(--paper); background: var(--blue); }
.tb-lines .tb-section-mark { color: var(--yellow); }
.tb-section-head { display: grid; grid-template-columns: .35fr 1.75fr; gap: clamp(24px, 5vw, 76px); margin-bottom: 58px; }
.tb-section-head h2 { max-width: 12ch; margin-bottom: 0; }
.tb-line-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.tb-line-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.tb-line-grid span { color: var(--yellow); }
.tb-line-grid h3 { margin: 42px 0 16px; font-family: var(--display); font-size: 1.45rem; font-weight: 400; letter-spacing: -.03em; text-transform: uppercase; }
.tb-line-grid p { margin: 0; font-size: 1.05rem; }

.tb-findings { padding: clamp(72px, 10vw, 150px) max(24px, calc((100vw - 1320px) / 2)); color: var(--ink); background: var(--paper); }
.tb-finding-list { margin: 0 0 0 auto; padding: 0; max-width: 990px; border-top: 2px solid var(--ink); list-style: none; }
.tb-finding-list li { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.tb-finding-list > li > span { color: var(--blue); }
.tb-finding-list h3 { margin-bottom: 8px; font-family: var(--display); font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 400; letter-spacing: -.03em; text-transform: uppercase; }
.tb-finding-list p { margin-bottom: 0; max-width: 48rem; }

.tb-growth { display: grid; grid-template-columns: .3fr 1.25fr .55fr; gap: clamp(28px, 5vw, 80px); padding: clamp(72px, 10vw, 150px) max(24px, calc((100vw - 1320px) / 2)); color: var(--ink); background: var(--yellow); }
.tb-growth h2 { max-width: 8ch; }
.tb-growth div > p { max-width: 46rem; }
.tb-growth blockquote { align-self: start; margin: 0; padding: 20px; color: var(--paper); background: var(--red); font-family: var(--display); font-size: clamp(1.3rem, 2.5vw, 2.4rem); line-height: 1.05; }

.tb-contribute { padding: clamp(72px, 10vw, 150px) max(24px, calc((100vw - 1320px) / 2)); color: var(--paper); background: var(--blue-dark); }
.tb-contribute header { display: grid; grid-template-columns: .3fr 1.2fr .55fr; gap: clamp(24px, 5vw, 76px); align-items: end; margin-bottom: 60px; }
.tb-contribute .tb-section-mark { color: var(--yellow); }
.tb-contribute header h2, .tb-contribute header p { margin-bottom: 0; }
.tb-door-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.tb-door-grid article { display: flex; flex-direction: column; min-height: 330px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.tb-door-grid span { color: var(--green); }
.tb-door-grid h3 { margin: 45px 0 15px; font-family: var(--display); font-size: 1.35rem; font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.tb-door-grid p { margin-bottom: 28px; }
.tb-door-grid strong { margin-top: auto; color: var(--yellow); }
.tb-contract { display: grid; grid-template-columns: .55fr 1.1fr auto; gap: 30px; align-items: center; margin-top: 42px; padding: 34px; color: var(--ink); background: var(--green); }
.tb-contract h3 { margin: 0; font-family: var(--display); font-size: 1.5rem; font-weight: 400; text-transform: uppercase; }
.tb-contract p { margin: 0; }
.tb-button-light { white-space: nowrap; color: var(--paper); background: var(--blue-dark); border-color: var(--blue-dark); }

.tb-footer { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; padding: 60px max(24px, calc((100vw - 1320px) / 2)); border-top: 1px solid var(--line-light); color: var(--paper); background: #050e2b; }
.tb-footer > div:first-child > a { font-family: var(--display); font-size: 1.8rem; text-decoration: none; }
.tb-footer p { max-width: 32rem; margin-top: 12px; color: rgba(244, 238, 220, .7); }
.tb-footer nav { display: grid; align-content: start; gap: 8px; font-family: var(--mono); font-size: .72rem; text-transform: uppercase; }
.tb-footer [data-pointcast-network] { grid-column: 1 / -1; }

@media (max-width: 900px) {
  .tb-topbar { grid-template-columns: 1fr auto; }
  .tb-topbar > p { display: none; }
  .tb-hero { grid-template-columns: 1fr; min-height: auto; }
  .tb-hero-art { min-height: 52vw; }
  .tb-opening, .tb-growth { grid-template-columns: 1fr; }
  .tb-section-head, .tb-contribute header { grid-template-columns: 1fr; }
  .tb-line-grid, .tb-door-grid { grid-template-columns: repeat(2, 1fr); }
  .tb-contract { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .tb-topbar { width: calc(100% - 28px); }
  .tb-topbar nav a:first-child { display: none; }
  .tb-hero-copy { padding: 64px 20px 58px; }
  .tb-hero h1 { font-size: clamp(3rem, 16vw, 5.2rem); }
  .tb-line-grid, .tb-door-grid { grid-template-columns: 1fr; }
  .tb-line-grid article, .tb-door-grid article { min-height: auto; }
  .tb-finding-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .tb-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
