:root {
  --navy: #001060;
  --midnight: #00083d;
  --blue: #315efb;
  --orange: #ca7302;
  --orange-bright: #f7941d;
  --green: #087a4b;
  --ink: #101828;
  --slate: #475467;
  --line: #e4e7ec;
  --paper: #f8fafc;
  --cream: #f7f2e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
::selection { background: #dce5ff; color: var(--navy); }

.site-header {
  align-items: center;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 76px;
  padding: 0 clamp(24px,5vw,72px);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}
.brand { align-items: center; display: flex; gap: 18px; justify-self: start; }
.brand img { width: 138px; }
.brand span {
  border-left: 1px solid var(--line);
  color: var(--slate);
  font-size: 12px;
  letter-spacing: .08em;
  padding-left: 18px;
  text-transform: uppercase;
}
nav { display: flex; gap: 30px; }
nav a { color: #344054; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--navy); }
.header-cta {
  background: var(--navy);
  border-radius: 12px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  justify-self: end;
  padding: 14px 20px;
}

.hero {
  background: linear-gradient(180deg,#fff 0%,#fbfcff 100%);
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr);
  min-height: 730px;
  overflow: hidden;
  padding: clamp(86px,9vw,132px) clamp(24px,7vw,108px) 96px;
}
.hero-copy { align-self: center; max-width: 720px; }
.eyebrow, .section-label {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}
.eyebrow span { background: var(--orange-bright); height: 8px; width: 8px; }
h1, h2, h3 { font-family: Manrope, Inter, Arial, sans-serif; }
.hero h1 {
  color: var(--midnight);
  font-size: clamp(52px,6vw,84px);
  letter-spacing: -.055em;
  line-height: .98;
  margin: 26px 0 30px;
}
h1 em, h2 em {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.hero-lead { color: #344054; font-size: clamp(19px,2vw,24px); line-height: 1.5; margin: 0 0 18px; max-width: 630px; }
.hero-lead strong { color: var(--navy); }
.hero-sub { color: var(--slate); font-size: 16px; line-height: 1.7; max-width: 620px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.button {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 24px;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  transition: transform .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--navy); box-shadow: 0 12px 32px rgba(0,16,96,.16); color: white; }
.text-link { border-bottom: 1px solid #98a2b3; color: var(--navy); font-size: 14px; font-weight: 700; padding: 12px 0 8px; }
.text-link span { margin-left: 8px; }
.hero-photo {
  align-self: center;
  box-shadow: 0 30px 80px rgba(0,8,61,.2);
  height: min(590px,68vw);
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}
.hero-photo::after, .table-photo::after {
  background: linear-gradient(180deg,transparent 44%,rgba(0,8,61,.86) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.hero-photo img, .table-photo img { height: 100%; object-fit: cover; width: 100%; }
.hero-photo figcaption {
  bottom: 34px;
  color: white;
  left: 36px;
  max-width: 400px;
  position: absolute;
  right: 36px;
  z-index: 2;
}
.small-label { font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-photo figcaption > strong { display: block; font-family: Manrope,sans-serif; font-size: clamp(24px,3vw,38px); letter-spacing: -.035em; line-height: 1.15; margin-top: 10px; }
.hero-photo figcaption p { color: #e9edff; font-size: 13px; margin: 11px 0 0; }

.proof-strip {
  align-items: center;
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: repeat(3,.8fr) 1.6fr;
  padding: 34px clamp(24px,7vw,108px);
}
.proof-strip > div { align-items: center; border-right: 1px solid rgba(255,255,255,.17); display: flex; gap: 17px; padding-right: 30px; }
.proof-strip strong { color: var(--orange-bright); font-family: Manrope,sans-serif; font-size: 32px; }
.proof-strip span { color: #dbe2ff; font-size: 12px; line-height: 1.45; }
.proof-strip > p { font-family: Manrope,sans-serif; font-size: 17px; line-height: 1.5; margin: 0; padding-left: 48px; }
.proof-strip > p strong { color: white; font-size: inherit; }

.section { padding: 112px clamp(24px,7vw,108px); }
.split-heading { display: grid; gap: 9vw; grid-template-columns: 1.1fr .9fr; margin-top: 34px; }
.split-heading h2, .table-heading h2, .begin-section h2, .join-copy h2, .roll-heading h2 {
  color: var(--midnight);
  font-size: clamp(38px,4.7vw,64px);
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 0;
}
.split-heading > div { align-self: end; }
.split-heading p, .table-heading > p, .begin-section > div > p { color: var(--slate); font-size: 17px; line-height: 1.75; }
.split-heading strong { color: var(--navy); }
.definition {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  display: grid;
  gap: 54px;
  grid-template-columns: auto 1fr;
  margin-top: 74px;
  padding: clamp(32px,5vw,64px);
}
.definition-number { color: var(--navy); font: 600 clamp(52px,7vw,92px)/1 Consolas,monospace; letter-spacing: -.07em; }
.green { color: var(--green); }
.definition h3 { color: var(--midnight); font-size: clamp(25px,3vw,38px); letter-spacing: -.03em; margin: 10px 0 12px; }
.definition p { color: var(--slate); line-height: 1.7; margin: 0; max-width: 670px; }
.use-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 64px; }
.use-grid article { border-left: 1px solid var(--line); min-height: 180px; padding: 4px 28px; }
.use-grid article:first-child { border-left: 0; padding-left: 0; }
.use-grid article > span { color: var(--orange); font: 12px Consolas,monospace; }
.use-grid h3 { color: var(--navy); font-size: 21px; margin: 24px 0 12px; }
.use-grid p { color: var(--slate); font-size: 14px; line-height: 1.65; margin: 0; }
.writing-story { background: var(--midnight); display: grid; grid-template-columns: 1.15fr .85fr; margin: 84px 0 0; min-height: 460px; overflow: hidden; }
.writing-story > img { height: 100%; min-height: 460px; object-fit: cover; width: 100%; }
.writing-story figcaption { align-self: center; color: white; padding: clamp(38px,5vw,68px); }
.writing-story blockquote { color: white; font: italic clamp(30px,3.5vw,46px)/1.2 Georgia,serif; margin: 22px 0; }
.writing-story p { color: #ccd6ff; font-size: 15px; line-height: 1.7; }

.vow-section {
  background: var(--midnight);
  display: grid;
  gap: 8vw;
  grid-template-columns: .82fr 1.18fr;
  padding: 120px clamp(24px,7vw,108px);
}
.light { color: #b9c5ff; }
.vow-intro { align-self: center; }
.vow-intro h2 { color: white; font-size: clamp(38px,4.7vw,64px); letter-spacing: -.045em; line-height: 1.08; margin: 30px 0; }
.vow-intro > p { color: #cbd4f7; font-size: 17px; line-height: 1.7; max-width: 430px; }
.light-button { background: white; color: var(--navy); margin-top: 22px; }
.vow-paper {
  background: var(--cream);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  color: #171717;
  padding: clamp(32px,4.5vw,62px);
  transform: rotate(1deg);
}
.paper-header { border-bottom: 1px solid rgba(0,0,0,.3); display: flex; font: 11px Consolas,monospace; justify-content: space-between; letter-spacing: .08em; padding-bottom: 18px; text-transform: uppercase; }
.vow-paper ol { counter-reset: vow; list-style: none; margin: 31px 0 36px; padding: 0; }
.vow-paper li { border-bottom: 1px solid rgba(0,0,0,.13); counter-increment: vow; display: grid; font: 18px/1.46 Georgia,serif; gap: 18px; grid-template-columns: 26px 1fr; padding: 12px 0; }
.vow-paper li::before { color: var(--orange); content: counter(vow,decimal-leading-zero); font: 11px Consolas,monospace; padding-top: 6px; }
.signature { align-items: end; display: grid; font: 10px Consolas,monospace; gap: 12px; grid-template-columns: auto 1fr auto 28%; text-transform: uppercase; }
.signature i { border-bottom: 1px solid #111; display: block; height: 22px; }

.table-heading { max-width: 930px; }
.table-heading h2 { margin: 28px 0 24px; }
.table-heading > p { max-width: 680px; }
.table-layout { align-items: center; display: grid; gap: 7vw; grid-template-columns: .9fr 1.1fr; margin-top: 74px; }
.table-photo { box-shadow: 0 20px 60px rgba(0,16,96,.16); height: 520px; margin: 0; overflow: hidden; position: relative; }
.table-photo figcaption { bottom: 34px; color: white; left: 30px; position: absolute; z-index: 2; }
.table-photo figcaption span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.table-photo figcaption strong { font: italic 24px Georgia,serif; }
.rules { display: grid; grid-template-columns: 1fr 1fr; }
.rules > div { border-bottom: 1px solid var(--line); display: grid; gap: 16px; grid-template-columns: 28px 1fr; min-height: 112px; padding: 26px 24px 22px 0; }
.rules > div:nth-child(odd) { border-right: 1px solid var(--line); margin-right: 24px; }
.rules span { color: var(--orange); font: 12px Consolas,monospace; }
.rules p { color: #344054; font-size: 15px; line-height: 1.55; margin: 0; }
.fold-note { background: #fff4e5; border-left: 4px solid var(--orange-bright); margin: 76px 0 0 auto; max-width: 780px; padding: 30px 38px; }
.fold-note .small-label { color: var(--orange); }
.fold-note p { color: var(--slate); font-size: 14px; margin: 13px 0 4px; }
.fold-note blockquote { color: var(--midnight); font: italic clamp(24px,3vw,36px) Georgia,serif; margin: 0; }

.dividend-section { background: var(--navy); color: white; padding: 112px clamp(24px,7vw,108px); }
.dividend-section .split-heading h2 { color: white; }
.dividend-section .split-heading p { color: #ccd6ff; }
.dividend-section .large-copy { color: white; font-size: 22px; font-weight: 600; line-height: 1.55; }
.value-chain { border-bottom: 1px solid rgba(255,255,255,.22); border-top: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: repeat(4,1fr); margin-top: 74px; }
.value-chain div { border-left: 1px solid rgba(255,255,255,.22); padding: 30px; }
.value-chain div:first-child { border-left: 0; }
.value-chain span { color: var(--orange-bright); display: block; font: 11px Consolas,monospace; margin-bottom: 15px; }
.value-chain strong { font: 22px Manrope,sans-serif; }
.promise-line { color: white; font: italic clamp(25px,3vw,38px) Georgia,serif; margin: 54px 0 0; text-align: center; }

.begin-section { background: linear-gradient(135deg,#f8faff,#fff 55%,#fff7eb); display: grid; gap: 8vw; grid-template-columns: .9fr 1.1fr; }
.begin-section h2 { margin: 28px 0 20px; }
.begin-steps { border-top: 1px solid var(--line); }
.begin-steps article { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 44px 1fr; padding: 25px 0; }
.begin-steps article > span { align-items: center; background: var(--navy); border-radius: 50%; color: white; display: flex; font: 12px Consolas,monospace; height: 38px; justify-content: center; width: 38px; }
.begin-steps h3 { color: var(--navy); font-size: 20px; margin: 0 0 7px; }
.begin-steps p { color: var(--slate); font-size: 14px; line-height: 1.6; margin: 0; }

/* Registration: intentionally simple document flow to prevent overlap. */
.join-section { background: var(--midnight); color: white; padding: 112px clamp(24px,7vw,108px); }
.join-layout { align-items: start; display: grid; gap: clamp(48px,7vw,110px); grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); }
.join-copy { min-width: 0; }
.join-copy h2 { color: white; margin: 28px 0 24px; }
.join-copy h2 em { color: var(--orange-bright); }
.join-copy > p { color: #cbd4f7; font-size: 17px; line-height: 1.72; max-width: 510px; }
.privacy-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); display: grid; gap: 16px; grid-template-columns: auto 1fr; margin-top: 38px; padding: 24px; }
.privacy-card > span { align-self: start; background: #d9f6e8; border-radius: 999px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 7px 10px; text-transform: uppercase; }
.privacy-card strong { display: block; font-size: 14px; margin: 2px 0 7px; }
.privacy-card p { color: #cbd4f7; font-size: 12px; line-height: 1.65; margin: 0; }
.registration-form { background: white; box-shadow: 0 28px 80px rgba(0,0,0,.26); color: var(--ink); min-width: 0; padding: clamp(30px,4vw,52px); }
.form-heading { border-bottom: 1px solid var(--line); margin-bottom: 30px; padding-bottom: 25px; }
.form-heading span { color: var(--orange); display: block; font-size: 10px; font-weight: 800; letter-spacing: .12em; margin-bottom: 10px; text-transform: uppercase; }
.form-heading strong { color: var(--midnight); font: 700 clamp(24px,2.6vw,34px) Manrope,sans-serif; letter-spacing: -.035em; }
.registration-form > label, .form-row label { color: #344054; display: grid; font-size: 13px; font-weight: 700; gap: 9px; margin-bottom: 20px; }
.form-row { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.optional-label { color: #667085; font-size: 11px; font-weight: 500; margin-left: 5px; }
.registration-form input[type="text"], .registration-form input[type="email"] { background: #fff; border: 1px solid #d0d5dd; border-radius: 12px; color: var(--ink); font-size: 15px; font-weight: 400; min-height: 50px; outline: 0; padding: 0 15px; width: 100%; }
.registration-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(49,94,251,.12); }
.honeypot { height: 0; left: -10000px; margin: 0!important; opacity: 0; overflow: hidden; position: absolute; width: 0; }
.registration-form .consent { align-items: start; background: var(--paper); border: 1px solid var(--line); display: grid; font-size: 11px; font-weight: 500; gap: 12px; grid-template-columns: 18px 1fr; line-height: 1.55; margin: 7px 0 22px; padding: 15px; }
.consent input { accent-color: var(--navy); height: 17px; margin: 1px 0 0; width: 17px; }
.submit-button { align-items: center; background: var(--orange); border: 0; border-radius: 14px; color: white; cursor: pointer; display: flex; font-size: 15px; font-weight: 800; gap: 24px; justify-content: center; min-height: 54px; padding: 0 25px; width: 100%; }
.submit-button:hover:not(:disabled) { background: #aa5f00; }
.submit-button:disabled { cursor: wait; opacity: .7; }
.form-status { min-height: 22px; }
.form-status p { font-size: 12px; font-weight: 600; line-height: 1.5; margin: 14px 0 0; text-align: center; }
.form-status .success { color: var(--green); }
.form-status .error { color: #b42318; }
.member-roll { border-top: 1px solid rgba(255,255,255,.2); margin-top: 84px; padding-top: 72px; width: 100%; }
.roll-heading { align-items: end; display: flex; gap: 40px; justify-content: space-between; }
.roll-heading h2 { color: white; margin-top: 24px; }
.member-count { border-left: 1px solid rgba(255,255,255,.2); display: grid; min-width: 155px; padding-left: 30px; }
.member-count strong { color: var(--orange-bright); font: 42px Consolas,monospace; letter-spacing: -.06em; }
.member-count span { color: #b9c5ff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.member-grid { display: grid; gap: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 48px; }
.member-card { align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); display: grid; gap: 15px; grid-template-columns: auto 1fr auto; min-height: 92px; min-width: 0; padding: 18px; }
.member-mark { align-items: center; background: white; border-radius: 50%; color: var(--navy); display: flex; font: 700 17px Manrope,sans-serif; height: 44px; justify-content: center; width: 44px; }
.member-card h3 { color: white; font-size: 15px; margin: 0 0 5px; overflow-wrap: anywhere; }
.member-card p { color: #b9c5ff; font-size: 11px; line-height: 1.4; margin: 0; overflow-wrap: anywhere; }
.member-status { color: #a6e3c8; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.empty-roll, .roll-loading { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); grid-column: 1/-1; padding: 34px; text-align: center; }
.empty-roll strong { display: block; font: 700 20px Manrope,sans-serif; margin-bottom: 8px; }
.empty-roll p, .roll-loading { color: #cbd4f7; font-size: 13px; line-height: 1.6; margin: 0; }

footer { align-items: center; background: #00052b; color: #aebcf7; display: grid; font-size: 12px; gap: 28px; grid-template-columns: 1fr auto 1fr; padding: 42px clamp(24px,7vw,108px); }
.footer-brand { align-items: center; display: flex; gap: 20px; }
.footer-brand img { filter: brightness(0) invert(1); width: 128px; }
.footer-brand span { border-left: 1px solid rgba(255,255,255,.2); padding-left: 20px; }
footer > p:nth-child(2) { color: white; justify-self: center; }
footer > p:last-child { justify-self: end; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero, .split-heading, .vow-section, .table-layout, .begin-section, .join-layout { grid-template-columns: 1fr; }
  .hero-photo { height: 600px; min-height: 0; }
  .proof-strip { grid-template-columns: repeat(3,1fr); }
  .proof-strip > p { border-top: 1px solid rgba(255,255,255,.2); grid-column: 1/-1; margin-top: 26px; padding: 24px 0 0; text-align: center; }
  .use-grid { grid-template-columns: 1fr 1fr; row-gap: 42px; }
  .writing-story { grid-template-columns: 1fr; }
  .writing-story > img { height: 440px; min-height: 0; }
  .join-layout { gap: 56px; }
  .join-copy { max-width: 680px; }
  .member-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 0 20px; }
  .brand img { width: 116px; }
  .brand span, .header-cta { display: none; }
  .site-header::after { color: var(--navy); content: "The movement"; font-size: 11px; font-weight: 700; justify-self: end; letter-spacing: .08em; text-transform: uppercase; }
  .hero { gap: 54px; min-height: 0; padding: 64px 20px 72px; }
  .hero h1 { font-size: 51px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .hero-photo { height: 520px; }
  .hero-photo figcaption { bottom: 26px; left: 24px; right: 24px; }
  .hero-photo figcaption p { display: none; }
  .proof-strip { gap: 20px; grid-template-columns: 1fr; padding: 34px 20px; }
  .proof-strip > div { border-bottom: 1px solid rgba(255,255,255,.17); border-right: 0; padding: 0 0 18px; }
  .proof-strip > p { grid-column: auto; margin-top: 0; }
  .section, .vow-section, .dividend-section, .join-section { padding: 82px 20px; }
  .definition { gap: 20px; grid-template-columns: 1fr; margin-top: 52px; padding: 30px 24px; }
  .definition-number { font-size: 58px; }
  .use-grid { grid-template-columns: 1fr; }
  .use-grid article, .use-grid article:first-child { border-bottom: 1px solid var(--line); border-left: 0; min-height: 0; padding: 0 0 26px; }
  .writing-story { margin-top: 62px; }
  .writing-story > img { height: 340px; }
  .writing-story figcaption { padding: 38px 25px 48px; }
  .vow-paper { padding: 30px 23px; transform: none; }
  .vow-paper li { font-size: 16px; }
  .signature { grid-template-columns: auto 1fr; }
  .table-photo { height: 430px; }
  .rules { grid-template-columns: 1fr; }
  .rules > div:nth-child(odd) { border-right: 0; margin-right: 0; }
  .fold-note { padding: 26px 24px; }
  .value-chain { grid-template-columns: 1fr 1fr; }
  .value-chain div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .value-chain div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.22); }
  .join-layout { display: block; }
  .registration-form { margin-top: 52px; padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .member-roll { margin-top: 70px; padding-top: 56px; }
  .roll-heading { align-items: start; flex-direction: column; }
  .member-count { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 18px 0 0; width: 100%; }
  .member-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { flex-direction: column; }
  .footer-brand span { border-left: 0; padding-left: 0; }
  footer > p:nth-child(2), footer > p:last-child { justify-self: center; }
}

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