:root {
  --paper: #f2efe6;
  --paper-2: #e9e4d6;
  --ink: #0e0e0e;
  --blue: #0b3d91;
  --red: #e63329;
  --yellow: #ffcc00;
  --white: #ffffff;
  --grey: #5a5a58;
  --sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --black: "Archivo Black", "Archivo", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--red); }
p { margin: 0 0 1rem; }

.skip { position: absolute; left: -999px; top: 0; background: var(--yellow); color: var(--ink); padding: .5rem 1rem; }
.skip:focus { left: 1rem; z-index: 10; }

/* ---------- Hero ---------- */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: min(100vh, 860px);
  border-bottom: 6px solid var(--ink);
}
.poster { position: relative; overflow: hidden; background: var(--paper); border-right: 6px solid var(--ink); }
.poster svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-text {
  padding: 3rem 3.5rem 3rem 3rem;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--paper);
}
.stamp {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  margin-bottom: 2rem;
}
.stamp > span:first-child {
  font-family: var(--black); font-size: 1.6rem; letter-spacing: -.02em;
  background: var(--ink); color: var(--paper); padding: .15em .45em; line-height: 1;
}
.stamp-sub {
  font-size: .75rem; letter-spacing: .25em; text-transform: uppercase;
  font-weight: 600; margin-top: .5rem; color: var(--grey);
}
.name {
  font-family: var(--black);
  font-size: clamp(3rem, 7.2vw, 6.4rem);
  line-height: .9; letter-spacing: -.035em; text-transform: uppercase;
  margin: 0 0 1.75rem;
}
.roles { list-style: none; padding: 0; margin: 0 0 1.75rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.roles li {
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: .4em .7em; border: 2px solid var(--ink); line-height: 1;
}
.roles li:nth-child(1) { background: var(--blue); color: var(--white); border-color: var(--blue); }
.roles li:nth-child(2) { background: var(--red); color: var(--white); border-color: var(--red); }
.roles li:nth-child(3) { background: var(--yellow); border-color: var(--yellow); }
.hero-line { font-size: 1.35rem; font-weight: 500; max-width: 32ch; margin-bottom: 2rem; line-height: 1.35; }
.hero-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.hero-nav a {
  font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink); border-bottom: 3px solid var(--ink); padding-bottom: .2rem;
}
.hero-nav a:hover { border-bottom-color: var(--red); color: var(--red); }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .poster { height: 52vw; min-height: 260px; border-right: 0; border-bottom: 6px solid var(--ink); }
  .hero-text { padding: 2.5rem 1.5rem; }
}

/* ---------- Flag line ---------- */
.flagline { display: flex; height: 18px; }
.flagline .f { flex: 1; }
.f.blue { background: var(--blue); } .f.red { background: var(--red); }
.f.yellow { background: var(--yellow); } .f.black { background: var(--ink); }
.f.white { background: var(--white); }
main > .section:first-child { border-top: 6px solid var(--ink); }

/* ---------- Sections ---------- */
.section { max-width: 1120px; margin: 0 auto; padding: 4.5rem 1.5rem; }
.section + .section { border-top: 3px solid var(--ink); }
.section-head { display: flex; align-items: baseline; gap: 1.25rem; margin-bottom: 2.5rem; }
.num {
  font-family: var(--black); font-size: .95rem; letter-spacing: .05em;
  background: var(--ink); color: var(--paper); padding: .35em .55em; line-height: 1;
}
.num.light { background: var(--yellow); color: var(--ink); }
.section-head h2 {
  font-family: var(--black); font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: -.03em; text-transform: uppercase; margin: 0; line-height: 1;
}
.lede {
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; line-height: 1.2; letter-spacing: -.02em;
  max-width: 30ch; margin: 0 0 2.5rem;
}

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 3px solid var(--ink); margin-bottom: 3rem; }
.stat { padding: 1.5rem 1.25rem; border-right: 3px solid var(--ink); }
.stat:last-child { border-right: 0; }
.stat.blue { background: var(--blue); color: var(--white); }
.stat.red { background: var(--red); color: var(--white); }
.stat.yellow { background: var(--yellow); color: var(--ink); }
.stat.black { background: var(--ink); color: var(--paper); }
.stat-num { display: block; font-family: var(--black); font-size: clamp(2rem, 3.6vw, 2.8rem); letter-spacing: -.03em; line-height: 1; margin-bottom: .5rem; }
.stat-label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; line-height: 1.3; }
@media (max-width: 800px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 3px solid var(--ink); }
}

.two-col { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3rem; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
@media (max-width: 800px) { .two-col, .three-col { grid-template-columns: 1fr; gap: 2rem; } }

.sub {
  font-size: .78rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  margin: 0 0 1rem; padding-bottom: .5rem; border-bottom: 3px solid var(--ink);
}
p + .sub, ul + .sub { margin-top: 2rem; }

.bars { list-style: none; padding: 0; margin: 0 0 1rem; }
.bars li { padding-left: 1.1rem; margin-bottom: .8rem; border-left: 6px solid var(--blue); }
.bars li:nth-child(2) { border-color: var(--red); }
.bars li:nth-child(3) { border-color: var(--yellow); }
.bars li:nth-child(4) { border-color: var(--ink); }
.bars li:nth-child(5) { border-color: var(--blue); }
.plain { list-style: none; padding: 0; margin: 0; }
.plain li { margin-bottom: 1.1rem; }
.plain em { color: var(--grey); font-style: normal; font-size: .95rem; }

/* ---------- Timeline ---------- */
.company { margin-bottom: 3rem; }
.company-name {
  font-family: var(--black); font-size: 1.6rem; letter-spacing: -.02em; text-transform: uppercase;
  margin: 0 0 1.25rem; display: flex; align-items: center; gap: .8rem; flex-wrap: wrap;
}
.company-name small { font-family: var(--sans); font-weight: 500; font-size: .95rem; text-transform: none; letter-spacing: 0; color: var(--grey); }
.swatch { display: inline-block; width: 1.1em; height: 1.1em; }
.swatch.blue { background: var(--blue); } .swatch.red { background: var(--red); } .swatch.yellow { background: var(--yellow); }
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; padding: 1.25rem 0; border-top: 1px solid var(--ink); }
.timeline li:last-child { border-bottom: 1px solid var(--ink); }
.when { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; line-height: 1.5; padding-top: .25rem; }
.what h4 { font-size: 1.25rem; font-weight: 800; letter-spacing: -.01em; margin: 0 0 .4rem; line-height: 1.2; }
.what p { margin: 0; color: #2a2a28; }
@media (max-width: 640px) {
  .timeline li { grid-template-columns: 1fr; gap: .4rem; }
  .when br { display: none; }
  .when::after { content: none; }
}

/* ---------- Venture ---------- */
.venture-section { max-width: none; padding: 0; background: var(--blue); color: var(--white); border-top: 6px solid var(--ink) !important; border-bottom: 6px solid var(--ink); }
.venture-section .section-head { max-width: 1120px; margin: 0 auto; padding: 4.5rem 1.5rem 0; }
.venture-section .section-head .num { background: var(--yellow); color: var(--ink); }
.venture { max-width: 1120px; margin: 0 auto; padding: 2.5rem 1.5rem 4.5rem; display: grid; grid-template-columns: 340px 1fr; gap: 3rem; align-items: center; }
.venture-art { border: 6px solid var(--ink); background: var(--ink); }
.venture-art svg { display: block; width: 100%; height: auto; }
.eyebrow { font-size: .75rem; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; color: var(--yellow); margin-bottom: .75rem; }
.venture-title { font-family: var(--black); font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -.03em; text-transform: uppercase; line-height: .95; margin: 0 0 1.25rem; }
.venture-body p { max-width: 58ch; }
@media (max-width: 800px) { .venture { grid-template-columns: 1fr; } .venture-art { max-width: 340px; } }

.chips { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0 1.5rem; }
.chips span {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  border: 2px solid currentColor; padding: .35em .65em; line-height: 1;
}
.venture .chips span { border-color: var(--white); }
.chips.left { margin-top: 0; }
.chips.left span { border-color: var(--ink); }

.button {
  display: inline-block;
  font-size: .85rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
  background: var(--yellow); color: var(--ink); padding: .9rem 1.4rem;
  border: 3px solid var(--ink); box-shadow: 6px 6px 0 var(--ink);
  transition: transform .12s, box-shadow .12s;
}
.button:hover { color: var(--ink); transform: translate(2px, 2px); box-shadow: 4px 4px 0 var(--ink); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--paper); border-top: 6px solid var(--ink); }
.footer-inner {
  max-width: 1120px; margin: 0 auto; padding: 4.5rem 1.5rem;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start;
}
.footer-title { font-family: var(--black); font-size: clamp(3rem, 8vw, 6rem); letter-spacing: -.04em; text-transform: uppercase; line-height: .9; margin: 1rem 0 0; }
.footer-line { font-size: 1.3rem; font-weight: 500; max-width: 38ch; line-height: 1.35; margin-bottom: 2rem; }
.links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 3rem; }
.links a { color: var(--yellow); font-size: .85rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; border-bottom: 3px solid var(--yellow); padding-bottom: .2rem; }
.links a:hover { color: var(--white); border-bottom-color: var(--white); }
.copy { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #9a9a95; margin: 0; }
@media (max-width: 700px) { .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; } }
