:root {
  --paper: #f4f5f7;
  --surface: #fff;
  --ink: #172033;
  --muted: #566173;
  --navy: #142d50;
  --blue: #2464d8;
  --red: #c82d4c;
  --green: #187553;
  --black: #17181b;
  --yellow: #facc15;
  --line: #dfe3e9;
  --soft-blue: #eef4ff;
  --soft-yellow: #fff8d2;
  --max: 1080px;
  --reading: 760px;
  --shadow: 0 20px 55px rgba(20,45,80,.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 1.08rem/1.72 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: #fff; background: var(--ink); }
.skip:focus { top: 1rem; }
.role-line { height: 7px; background: linear-gradient(90deg,var(--blue) 0 20%,var(--red) 20% 40%,var(--green) 40% 60%,var(--black) 60% 80%,var(--yellow) 80%); }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.reading { width: min(100%, var(--reading)); }
nav { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.nav-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { font-weight: 850; text-decoration: none; letter-spacing: -.02em; }
.nav-links { display: flex; align-items: center; gap: .35rem; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; padding: .35rem .7rem; border-radius: 7px; font-size: .92rem; font-weight: 750; text-decoration: none; }
.nav-links a:hover { background: var(--soft-blue); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 830px; margin-bottom: 1.15rem; font-size: clamp(2.6rem, 6.4vw, 5.6rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4.5vw, 3.45rem); }
h3 { margin-bottom: .55rem; font-size: 1.45rem; }
p { margin-top: 0; }
.eyebrow { margin-bottom: .9rem; color: var(--blue); font-size: .8rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero { padding: clamp(3.3rem, 8vw, 6.5rem) 0 clamp(3rem, 7vw, 5.5rem); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 90% 15%,rgba(250,204,21,.18),transparent 24rem),linear-gradient(145deg,#fff 0%,#f8fbff 72%,#fffbea 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 180px; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.hero img { width: 100%; height: auto; display: block; filter: drop-shadow(0 16px 24px rgba(20,45,80,.14)); }
.lead { max-width: 820px; margin-bottom: 1rem; color: #344054; font-size: clamp(1.18rem,2vw,1.45rem); line-height: 1.55; }
.recognition { max-width: 840px; margin: 1.4rem 0 0; padding: 1rem 1.15rem; border-left: 6px solid var(--red); background: rgba(255,255,255,.78); box-shadow: 0 10px 28px rgba(20,45,80,.07); font-weight: 750; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .72rem 1.05rem; border: 2px solid var(--navy); border-radius: 8px; color: #fff; background: var(--navy); font-weight: 820; text-decoration: none; cursor: pointer; }
.button:hover { transform: translateY(-1px); }
.button.secondary { color: var(--navy); background: transparent; }
.button.light { border-color: #fff; color: var(--navy); background: #fff; }
section { padding: clamp(3.5rem,7vw,6rem) 0; }
section + section { border-top: 1px solid var(--line); }
.intro { max-width: 790px; color: var(--muted); font-size: 1.16rem; }
.question { margin: 2rem 0; padding: clamp(1.4rem,4vw,2.5rem); border-left: 8px solid var(--red); color: #fff; background: var(--navy); box-shadow: var(--shadow); font: 700 clamp(1.45rem,3vw,2.2rem)/1.4 Georgia,"Times New Roman",serif; }
.question p { margin: 0; }
.plain-answer { display: grid; grid-template-columns: 1.5fr .7fr; gap: 1.4rem; align-items: stretch; margin-top: 1.8rem; }
.panel, .card { padding: clamp(1.25rem,3vw,1.9rem); border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 10px 30px rgba(20,45,80,.05); }
.formula { display: flex; align-items: center; justify-content: center; color: var(--navy); background: var(--soft-yellow); text-align: center; font: 700 1.35rem/1.45 Georgia,"Times New Roman",serif; }
.proposal { color: #fff; background: var(--navy); }
.proposal .eyebrow { color: #bad0ff; }
.proposal .intro { color: #e1e8f3; }
.verbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin: 2rem 0; }
.verb { padding: 1.45rem; border-top: 6px solid var(--yellow); border-radius: 10px; color: var(--ink); background: #fff; }
.verb strong { display: block; margin-bottom: .45rem; color: var(--navy); font: 700 1.6rem Georgia,"Times New Roman",serif; }
.principle { margin: 1.35rem 0; padding: 1rem 1.15rem; border-left: 5px solid var(--yellow); background: var(--soft-yellow); color: var(--navy); }
.compact-roles { display: grid; grid-template-columns: minmax(0,1fr) 105px; gap: 1rem 1.4rem; align-items: center; margin-top: 1.8rem; padding: 1.35rem; border: 1px solid #cfd7e4; border-radius: 10px; background: var(--soft-blue); }
.role-dots { display: grid; gap: .55rem; margin: .75rem 0 0; padding: 0; list-style: none; }
.role-dots li { display: flex; gap: .45rem; align-items: flex-start; font-size: .94rem; }
.dot { width: .8rem; height: .8rem; border-radius: 50%; background: var(--role); }
.roles-image { width: 82px; height: auto; justify-self: center; filter: drop-shadow(0 8px 12px rgba(20,45,80,.12)); }
.roles-explanation { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .93rem; }
.letter-shell { width: min(100%, 850px); margin-top: 2rem; padding: clamp(1.5rem,5vw,3.2rem); border: 1px solid #cdd3dc; background: #fff; box-shadow: var(--shadow); }
.letter-label { margin-bottom: 1.8rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .88rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.letter-shell h3 { font-size: clamp(1.75rem,4vw,2.55rem); }
.letter-shell p { margin-bottom: 1.05rem; }
.letter-note { margin-top: 1.8rem; padding: 1rem 1.1rem; border-left: 4px solid var(--yellow); background: var(--soft-yellow); font-size: .94rem; }
.letter-note h3 { margin-bottom: .35rem; font-size: 1.15rem; }
.letter-note p { margin-bottom: 0; }
.support { background: linear-gradient(145deg,#eef4ff,#fff); }
.support-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(340px,1.18fr); gap: clamp(1.5rem,5vw,4rem); align-items: start; }
.form-card { padding: clamp(1.35rem,4vw,2.25rem); border: 1px solid #ccd6e6; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.field { margin-bottom: 1rem; }
label { display: block; margin-bottom: .35rem; font-weight: 780; }
.optional { color: var(--muted); font-size: .86rem; font-weight: 550; }
input[type="text"], input[type="email"] { width: 100%; min-height: 48px; padding: .65rem .75rem; border: 1px solid #9ba7b6; border-radius: 7px; color: var(--ink); background: #fff; }
.check { display: flex; gap: .7rem; align-items: flex-start; margin: 1.2rem 0; padding: 1rem; border-radius: 8px; background: var(--soft-blue); }
.check input { width: 1.25rem; height: 1.25rem; margin-top: .2rem; flex: 0 0 auto; }
.check label { margin: 0; font-weight: 650; }
.privacy { color: var(--muted); font-size: .9rem; }
.form-status { display: none; margin-top: 1rem; padding: 1rem; border: 1px solid #7ea58f; border-radius: 8px; background: #eef9f3; }
.form-status.error { border-color: #c76a78; background: #fff0f2; }
.setup-warning { margin: 0 0 1rem; padding: .85rem 1rem; border-left: 4px solid var(--yellow); background: var(--soft-yellow); font-size: .92rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.captcha-question { display: inline-block; margin-bottom: .35rem; font-weight: 800; color: var(--navy); }
.carry { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.4rem; align-items: center; }
.carry-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: flex-end; }
.resources { background: #fff; }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }
.resource-card { display: flex; flex-direction: column; }
.resource-card p { color: var(--muted); }
.resource-card a { margin-top: auto; color: var(--blue); font-weight: 800; }
.more-resources { margin-top: 1.5rem; }
details { margin-top: 1rem; padding: 1rem 1.15rem; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
summary { cursor: pointer; font-weight: 800; }
details p { margin: .8rem 0 0; color: var(--muted); }
footer { padding: 2.2rem 0; color: #dce5f2; background: #10243f; font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; }
footer p { margin-bottom: .3rem; }
footer a { color: #fff; }
@media (max-width: 800px) {
  .hero-grid, .support-grid, .carry { grid-template-columns: 1fr; }
  .hero img { width: 105px; margin-inline: auto; }
  .plain-answer, .verbs, .resource-grid { grid-template-columns: 1fr; }
  .carry-actions { justify-content: flex-start; }
}
@media (max-width: 620px) {
  body { font-size: 1rem; }
  .wrap { width: min(calc(100% - 1.25rem),var(--max)); }
  .nav-inner { min-height: 60px; }
  .nav-links a:not(.nav-support) { display: none; }
  .nav-links a { min-height: 44px; padding-inline: .65rem; }
  h1 { font-size: clamp(2.35rem,12vw,3.7rem); }
  .hero { padding-top: 2.8rem; }
  .actions .button, .carry-actions .button { width: 100%; }
  .letter-shell { padding: 1.25rem; }
  .compact-roles { grid-template-columns: 1fr; }
  .roles-image { width: 72px; }
  .footer-inner { display: block; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
@media print { nav, .actions, .carry-actions, .form-card, .skip { display: none !important; } body { background: #fff; } section { padding: 2rem 0; } .hero { padding: 2rem 0; } .card, .letter-shell, .panel { box-shadow: none; } }
