:root {
  --navy: #071a33;
  --navy-2: #0d294d;
  --paper: #f4f0e7;
  --paper-2: #fffdf8;
  --blue: #087cff;
  --blue-soft: #dcebff;
  --ink: #10223b;
  --muted: #667287;
  --line: #c9d0d8;
  --good: #0b7a59;
  --bad: #bd3b45;
  --shadow: 0 18px 48px rgba(7, 26, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--blue); color: white; }
.skip:focus { top: 1rem; }

.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 66px; padding: 0 clamp(1rem, 4vw, 4.5rem);
  color: white; background: rgba(7, 26, 51, .97); border-bottom: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(12px);
}
.wordmark, .footer > div { display: flex; align-items: center; gap: .65rem; font-size: .75rem; font-weight: 850; letter-spacing: .13em; }
.mark { display: inline-block; width: 18px; height: 18px; background: linear-gradient(90deg, var(--blue) 0 42%, transparent 42% 58%, var(--blue) 58%); border: 2px solid white; }
.topbar nav { display: flex; gap: 1.4rem; }
.topbar nav a { color: #d8e4f3; font-size: .79rem; font-weight: 700; text-decoration: none; }
.topbar nav a:hover { color: white; }

.hero { min-height: 690px; padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 7rem); color: white; background:
  linear-gradient(rgba(8,29,56,.92), rgba(7,26,51,.98)),
  repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.08) 80px), var(--navy); }
.eyebrow { max-width: 1280px; margin: 0 auto 4rem; padding-bottom: .9rem; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.25); color: #a8bad0; font-size: .69rem; font-weight: 800; letter-spacing: .16em; }
.hero-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .65fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.kicker { margin: 0 0 .65rem; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .18em; }
h1 { margin: 0; max-width: 890px; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .91; letter-spacing: -.065em; }
h1 em { color: var(--blue); font-style: normal; }
.lede { max-width: 680px; margin: 2rem 0 0; color: #d6e0eb; font-size: clamp(1rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.2rem; }
.button { display: inline-flex; gap: 2rem; justify-content: space-between; min-width: 210px; padding: .9rem 1.1rem; background: var(--blue); color: white; font-weight: 800; text-decoration: none; box-shadow: 6px 6px 0 white; }
.text-link { color: white; text-underline-offset: 5px; font-size: .9rem; }
.role-card { padding: 1.5rem; color: var(--ink); background: var(--paper-2); box-shadow: 12px 12px 0 var(--blue); }
.micro { margin: 0 0 1rem; color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.role-card dl { margin: 0; }
.role-card dl div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: .8rem 0; border-top: 1px solid var(--line); }
.role-card dt { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.role-card dd { margin: 0; font-size: .88rem; font-weight: 700; }
.hard-stop { margin: 1rem -1.5rem -1.5rem; padding: 1rem 1.5rem; color: white; background: var(--bad); font-size: .85rem; }
.hard-stop strong { text-transform: uppercase; margin-right: .35rem; }

section { padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 6vw, 7rem); }
.section-head { max-width: 1280px; margin: 0 auto 3rem; display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.section-head h2, .score-intro h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.5rem); line-height: .96; letter-spacing: -.055em; }
.section-head > p { max-width: 420px; margin: 0; color: var(--muted); }
.section-head.inverse { color: white; }
.section-head.inverse > p { color: #b8c7d9; }

.factory-section, .modules-section, .social-section { color: white; background: var(--navy); }
.factory { max-width: 1280px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border: 1px solid #38506c; }
.factory li { min-height: 245px; padding: 1.2rem; display: flex; flex-direction: column; border-right: 1px solid #38506c; position: relative; }
.factory li:last-child { border-right: 0; }
.factory li::after { content: "→"; position: absolute; right: -13px; top: 48%; z-index: 2; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--navy); background: var(--blue); font-weight: 900; }
.factory li:last-child::after { display: none; }
.station { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.factory strong { margin-top: 2.5rem; font-size: 1.3rem; line-height: 1.1; }
.factory small { margin-top: .7rem; color: #aebed0; }
.factory b { margin-top: auto; padding-top: 1rem; color: white; font-size: .74rem; border-top: 1px solid #38506c; }
.cta-rail { max-width: 1280px; margin: 1rem auto 0; padding: 1rem 1.2rem; display: flex; align-items: center; gap: 1rem; color: var(--ink); background: var(--blue); font-size: .77rem; }
.cta-rail span { padding-right: 1rem; color: white; font-weight: 900; letter-spacing: .1em; border-right: 1px solid rgba(255,255,255,.6); }
.cta-rail b { color: white; }
.cta-rail i { color: #cfe3ff; }

.paper-section, .examples-section, .tools-section { background: var(--paper); }
.lock-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lock-card { min-height: 205px; padding: 1.4rem; background: var(--paper-2); border: 1px solid var(--line); box-shadow: 4px 4px 0 #d9d6ce; }
.lock-card.blue { color: white; background: var(--blue); border-color: var(--blue); }
.lock-card.offer { grid-column: 1 / -1; min-height: auto; }
.lock-card span { font-size: .67rem; font-weight: 900; letter-spacing: .15em; }
.lock-card blockquote { margin: 2.5rem 0 0; font-size: 1.65rem; font-weight: 850; line-height: 1.1; letter-spacing: -.03em; }
.lock-card p { margin: 2.5rem 0 0; font-size: 1.05rem; }
.lock-card.offer p { margin: 1.2rem 0 0; }
.lock-card.offer b { color: var(--blue); padding: 0 .35rem; }
.claim-line { max-width: 1280px; margin: 2rem auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.claim-line div { padding: 1rem; display: grid; grid-template-columns: 36px 1fr; align-items: center; column-gap: .7rem; background: white; border-right: 1px solid var(--line); }
.claim-line div:last-child { border-right: 0; }
.claim-line span { grid-row: 1 / 3; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--navy); font-weight: 900; }
.claim-line strong { font-size: .86rem; }
.claim-line small { color: var(--muted); }
.claim-line .stop span { background: var(--bad); }

.week-section { background: #e8e3d9; }
.timeline { max-width: 1120px; margin: 0 auto; padding: 0; list-style: none; position: relative; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 57px; width: 2px; background: var(--blue); }
.timeline li { display: grid; grid-template-columns: 116px 1fr; gap: 1.5rem; margin-bottom: 1rem; position: relative; }
.timeline li > div:last-child { padding: 1.1rem 1.4rem; background: var(--paper-2); border: 1px solid var(--line); box-shadow: 4px 4px 0 rgba(7,26,51,.09); }
.day { z-index: 1; width: 116px; height: 70px; display: flex; align-items: center; justify-content: center; gap: .55rem; color: white; background: var(--navy); border: 4px solid #e8e3d9; }
.day b { font-size: .82rem; letter-spacing: .08em; }
.day span { color: var(--blue); font-weight: 900; }
.timeline h3 { margin: 0; font-size: 1.3rem; }
.timeline p { margin: .25rem 0 .8rem; color: var(--muted); }
.timeline small { color: var(--blue); font-weight: 900; letter-spacing: .05em; }
.standup { max-width: 1120px; margin: 2rem auto 0; padding: 1rem; display: flex; flex-wrap: wrap; gap: .7rem; color: white; background: var(--navy); }
.standup b { margin-right: auto; color: var(--blue); }
.standup span { padding-left: .7rem; border-left: 1px solid #50647c; font-size: .8rem; }

.module-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #3a506a; border: 1px solid #3a506a; }
.module-grid article { min-height: 250px; padding: 1.35rem; display: flex; flex-direction: column; background: #0a213e; }
.module-grid article > span { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.module-grid h3 { margin: 2.1rem 0 .5rem; font-size: 1.35rem; }
.module-grid p { margin: 0; color: #bdc9d8; }
.module-grid b { margin-top: auto; padding-top: 1rem; color: #8fc4ff; font-size: .72rem; border-top: 1px solid #38506c; }

.example-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.example-col { padding: 1.2rem; border: 1px solid var(--line); }
.example-col > h3 { margin: 0 0 1rem; font-size: .78rem; letter-spacing: .12em; }
.example-col > h3 span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: .5rem; color: white; border-radius: 50%; }
.example-col.good > h3 span { background: var(--good); }
.example-col.dont > h3 span { background: var(--bad); }
.example-col article { margin-top: .8rem; padding: 1.2rem; background: var(--paper-2); box-shadow: var(--shadow); }
.example-col.good article { border-left: 4px solid var(--good); }
.example-col.dont article { border-left: 4px solid var(--bad); }
.example-col article p { font-size: 1.05rem; }
.example-col article small { color: var(--muted); }

.social-grid { max-width: 1080px; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: start; }
.social-card { padding: 1.2rem; color: #1d2735; background: white; border: 1px solid #cbd2da; border-radius: 14px; box-shadow: 14px 14px 0 var(--blue); }
.social-card header { display: flex; align-items: center; gap: .7rem; }
.social-card header > div:nth-child(2) { display: flex; flex-direction: column; }
.social-card header small { color: #727d8a; }
.social-card header > strong { margin-left: auto; font-size: 1.25rem; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 50%; font-weight: 900; }
.social-card > p { font-size: 1.05rem; }
.social-card .social-hook { font-size: 1.25rem; font-weight: 800; line-height: 1.25; }
.social-card li { margin-bottom: .3rem; }
.social-card footer { margin: 1.2rem -1.2rem -1.2rem; padding: .9rem 1.2rem; display: flex; justify-content: space-between; color: #657181; border-top: 1px solid #dde1e6; font-size: .72rem; }

.tool-table { max-width: 1100px; margin: auto; border-top: 3px solid var(--navy); }
.tool-table > div { padding: 1rem .5rem; display: grid; grid-template-columns: 1fr 1.4fr 1.6fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.tool-table span { font-weight: 700; }
.tool-table small { color: var(--muted); }

.score-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); color: white; background: var(--blue); }
.score-intro .kicker { color: var(--navy); }
.score-intro p:last-child { max-width: 380px; }
.checklist { padding: 1.2rem; color: var(--ink); background: var(--paper-2); box-shadow: 10px 10px 0 var(--navy); }
.checklist label { padding: .8rem .4rem; display: flex; gap: .8rem; border-bottom: 1px solid var(--line); font-weight: 700; }
.checklist label:last-child { border-bottom: 0; }
.checklist input { width: 18px; height: 18px; accent-color: var(--blue); }
.footer { min-height: 120px; padding: 2rem clamp(1rem, 6vw, 7rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #c4d0de; background: #041124; font-size: .78rem; }
.footer p { text-align: center; }
.footer a { color: white; }

@media (max-width: 920px) {
  .topbar nav { display: none; }
  .hero-grid, .score-section { grid-template-columns: 1fr; }
  .factory { grid-template-columns: 1fr 1fr; }
  .factory li { min-height: 190px; border-bottom: 1px solid #38506c; }
  .factory li::after { display: none; }
  .lock-grid { grid-template-columns: 1fr 1fr; }
  .lock-card.offer { grid-column: 1 / -1; }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .social-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero { min-height: auto; }
  .eyebrow span { display: none; }
  .hero-actions, .section-head, .footer { align-items: flex-start; flex-direction: column; }
  .factory, .lock-grid, .claim-line, .module-grid, .example-grid { grid-template-columns: 1fr; }
  .factory li { border-right: 0; }
  .cta-rail { align-items: flex-start; flex-direction: column; }
  .claim-line div { border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline::before { left: 38px; }
  .timeline li { grid-template-columns: 78px 1fr; gap: .7rem; }
  .day { width: 78px; flex-direction: column; gap: 0; }
  .standup { flex-direction: column; }
  .standup span { border-left: 0; padding-left: 0; }
  .tool-table > div { grid-template-columns: 1fr; gap: .25rem; }
  .social-card footer { gap: .5rem; flex-wrap: wrap; }
  .footer p { text-align: left; }
}

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