@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,500;1,6..72,500&display=swap');

:root {
  --cream: #fcf8ee;
  --cream-deep: #f1ecdf;
  --yellow: #f4c430;
  --yellow-soft: #ffdc62;
  --orange: #f2854a;
  --green: #bfdc87;
  --ink: #252626;
  --ink-soft: #414442;
  --white: #fffdf7;
  --line: rgba(37, 38, 38, 0.18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.topbar { background: var(--ink); color: #f4f0e5; font-size: 12px; letter-spacing: .03em; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.topbar a { opacity: .92; }
.site-header { background: rgba(244, 196, 48, .97); position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(37,38,38,.18); backdrop-filter: blur(8px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { background: var(--yellow); padding: 5px 8px; display: inline-flex; align-items: center; }
.brand img { width: 190px; height: 50px; object-fit: contain; mix-blend-mode: multiply; }
.header-cta { font-weight: 700; font-size: 14px; display: flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero { background: radial-gradient(circle at 12% 18%, rgba(244,196,48,.18), transparent 28%), radial-gradient(circle at 88% 82%, rgba(242,133,74,.12), transparent 25%), var(--ink); color: var(--white); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .88fr; gap: 78px; align-items: start; padding: 86px 0 78px; }
.hero-copy { padding-top: 18px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 700; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; background: var(--yellow); margin-right: 12px; vertical-align: middle; }
.eyebrow.light { color: var(--yellow-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(52px, 6vw, 78px); margin: 0 0 30px; max-width: 760px; }
h1 em { color: var(--yellow); font-weight: 500; }
.hero-lead { color: #ddd9ce; font-size: 18px; line-height: 1.7; max-width: 610px; }
.hero-actions { display: flex; gap: 22px; align-items: center; margin: 34px 0 48px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--yellow); color: var(--ink); }
.button.primary:hover { background: var(--yellow-soft); }
.button.dark { background: var(--ink); color: white; }
.microcopy { max-width: 190px; font-size: 12px; color: #b8b5ad; line-height: 1.5; }
.hero-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); max-width: 590px; }
.hero-facts > div { padding: 26px 28px 0 0; display: flex; gap: 16px; align-items: center; }
.hero-facts > div + div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 28px; }
.hero-facts strong { font-family: var(--serif); color: var(--yellow); font-size: 30px; font-weight: 500; }
.hero-facts span { font-size: 12px; line-height: 1.45; color: #cbc8bf; }

.form-card { background: var(--cream); color: var(--ink); padding: 34px 36px 30px; border-top: 7px solid var(--yellow); box-shadow: 14px 14px 0 rgba(244,196,48,.22), 0 24px 70px rgba(0,0,0,.22); }
.form-heading { border-bottom: 1px solid var(--line); margin-bottom: 24px; padding-bottom: 22px; }
.form-step { display: inline-block; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; background: var(--yellow); padding: 5px 9px; font-weight: 700; margin-bottom: 14px; }
.form-heading h2 { font-size: clamp(31px, 3vw, 38px); line-height: 1.04; margin-bottom: 12px; }
.form-heading h2 em { color: #b77a00; font-style: normal; }
.form-heading p { margin: 0; color: #696a65; font-size: 13px; line-height: 1.6; }
form { display: grid; gap: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
label > span { color: #9c7511; }
input, select, textarea { width: 100%; border: 1px solid #d8d3c7; background: #fffefa; color: var(--ink); padding: 12px 13px; border-radius: 0; outline: none; font-size: 14px; }
input:focus, select:focus, textarea:focus { border-color: #a67d0f; box-shadow: 0 0 0 3px rgba(244,196,48,.18); }
textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #666761; font-weight: 500; line-height: 1.45; }
.consent input { width: 17px; height: 17px; accent-color: var(--ink); margin-top: 1px; }
.consent span { color: inherit; }
.submit-button { cursor: pointer; border: 0; background: var(--yellow); min-height: 56px; color: var(--ink); font-weight: 700; display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 3px; }
.submit-button:hover { background: var(--yellow-soft); }
.privacy-note, .success { margin: 0; text-align: center; font-size: 10px; color: #73756e; }
.success { color: #28663e; font-weight: 700; font-size: 12px; }
.ticker { min-width: 100%; display: flex; justify-content: center; align-items: center; gap: 36px; background: var(--yellow); color: var(--ink); min-height: 48px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; white-space: nowrap; }
.ticker i { font-style: normal; font-size: 18px; }

.section { padding: 108px 0; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; align-items: end; }
.split-heading h2, .timeline-heading h2, .question-copy h2, .trust-copy h2, .final-cta h2 { font-size: clamp(43px, 5.3vw, 66px); margin: 0; }
.intro-copy { color: #5c5e5a; }
.intro-copy p:last-child { margin-bottom: 0; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.topic-grid article { padding: 30px 34px 34px 0; }
.topic-grid article + article { border-left: 1px solid var(--line); padding-left: 34px; }
.topic-grid article > span { font-family: var(--serif); font-size: 15px; color: #a37808; }
.topic-grid h3 { font-family: var(--serif); font-size: 29px; font-weight: 500; margin: 36px 0 12px; }
.topic-grid p { margin: 0; color: #656660; font-size: 14px; }

.timeline-section { background: #2c2e2d; color: white; }
.timeline-heading { display: grid; grid-template-columns: 1.25fr .6fr; gap: 120px; align-items: end; }
.timeline-heading p { margin: 0; color: #bdbdb6; font-size: 14px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 70px; }
.timeline-card { appearance: none; border: 1px solid rgba(255,255,255,.16); border-top: 4px solid #676a67; background: #353837; color: white; text-align: left; padding: 28px 24px 30px; cursor: pointer; position: relative; min-height: 280px; transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease; }
.timeline-card:hover { transform: translateY(-7px); border-top-color: var(--yellow); background: #3d403e; }
.timeline-card:active { transform: translateY(-1px) scale(.985); }
.timeline-card.selected { background: var(--yellow); color: var(--ink); border-color: var(--yellow); transform: translateY(-10px) rotate(-.6deg); box-shadow: 10px 12px 0 rgba(0,0,0,.22); }
.timeline-card:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.year { color: var(--yellow); font-family: var(--serif); font-size: 32px; }
.timeline-card.selected .year { color: var(--ink); }
.timeline h3 { font-family: var(--serif); font-weight: 500; font-size: 23px; margin: 32px 0 12px; }
.timeline p { margin: 0; font-size: 13px; color: #c8c9c2; }
.timeline-card.selected p { color: #3f403d; }

.questions { background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-soft) 58%, #ffd08a 100%); }
.question-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 110px; align-items: start; }
.question-copy > p:not(.eyebrow) { margin-top: 28px; max-width: 470px; }
.text-link { font-size: 13px; font-weight: 700; display: inline-flex; gap: 20px; border-bottom: 1px solid var(--ink); margin-top: 10px; padding-bottom: 5px; }
.question-list { display: grid; gap: 10px; }
.question-item { width: 100%; min-height: 92px; border: 1px solid rgba(37,38,38,.18); background: rgba(255,253,247,.72); color: var(--ink); display: grid; grid-template-columns: 42px 1fr 32px; gap: 20px; align-items: start; text-align: left; padding: 24px; cursor: pointer; box-shadow: 5px 5px 0 rgba(37,38,38,.12); transition: transform .24s ease, background .24s ease, box-shadow .24s ease; }
.question-item:hover { transform: translateX(-6px); background: white; box-shadow: 11px 8px 0 rgba(37,38,38,.16); }
.question-item:active { transform: translateX(0) scale(.99); }
.question-item.open { background: var(--ink); color: white; transform: translateX(-8px); box-shadow: 10px 10px 0 var(--orange); }
.question-item > span:first-child { font-family: var(--serif); color: #856200; }
.question-item.open > span:first-child { color: var(--yellow); }
.question-content { display: grid; gap: 0; }
.question-content strong { font-family: var(--serif); font-size: 22px; line-height: 1.2; font-weight: 500; }
.question-answer { max-height: 0; overflow: hidden; opacity: 0; font-family: var(--sans); font-size: 13px; line-height: 1.65; color: #d6d3ca; transition: max-height .32s ease, opacity .25s ease, margin .25s ease; }
.question-item.open .question-answer { max-height: 130px; opacity: 1; margin-top: 12px; }
.question-item i { font-style: normal; font-size: 22px; transition: transform .28s ease; }
.question-item.open i { transform: rotate(180deg); color: var(--yellow); }
.question-item:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }

.trust { background: linear-gradient(90deg, var(--cream) 0 64%, #f3eddd 64%); }
.trust-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: center; }
.trust-image { position: relative; }
.trust-image::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; background: var(--yellow); z-index: 0; }
.trust-image img { position: relative; z-index: 1; width: 100%; max-height: 590px; object-fit: cover; object-position: center 20%; filter: saturate(1.08) contrast(1.03); }
.image-note { position: absolute; z-index: 2; left: -22px; bottom: 28px; background: var(--yellow); padding: 16px 20px; font-size: 12px; font-weight: 700; }
.trust-copy > p:not(.eyebrow) { color: #5d5f5b; max-width: 570px; margin-top: 28px; }
.trust-copy ul { list-style: none; padding: 0; margin: 30px 0 36px; border-top: 1px solid var(--line); }
.trust-copy li { border-bottom: 1px solid var(--line); padding: 12px 0 12px 24px; position: relative; font-size: 14px; }
.trust-copy li::before { content: "✓"; position: absolute; left: 0; color: #967008; font-weight: 700; }

.final-cta { background: var(--ink); color: white; padding: 80px 0; }
.final-grid { display: grid; grid-template-columns: 1.2fr .7fr; gap: 120px; align-items: end; }
.final-grid > div:last-child p { color: #c5c3bc; }
footer { background: #191a1a; color: #c9c7c0; padding: 58px 0 28px; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 80px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid strong { color: white; margin-bottom: 4px; }
.footer-brand { display: inline-flex; background: var(--yellow); padding: 7px 10px; margin-bottom: 8px; }
.footer-logo { width: 184px; height: 45px; object-fit: contain; mix-blend-mode: multiply; }
.footer-grid p { max-width: 360px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #858680; font-size: 10px; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .hero-grid, .split-heading, .timeline-heading, .question-layout, .trust-grid, .final-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-grid { padding-top: 58px; }
  .hero-copy { padding-top: 0; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .container { width: min(100% - 28px, 1160px); }
  .topbar-inner { justify-content: center; }
  .topbar-inner span { display: none; }
  .header-inner { height: 68px; }
  .brand img { width: 156px; height: 49px; }
  .header-cta { display: none; }
  .hero-grid { padding: 46px 0 52px; gap: 42px; }
  h1 { font-size: 50px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts > div + div { border-left: 0; padding-left: 0; }
  .form-card { padding: 28px 20px 24px; margin: 0 -2px; }
  .field-row { grid-template-columns: 1fr; }
  .ticker { justify-content: flex-start; padding-left: 20px; overflow: hidden; }
  .ticker span:last-child, .ticker i:last-of-type { display: none; }
  .section { padding: 76px 0; }
  .split-heading h2, .timeline-heading h2, .question-copy h2, .trust-copy h2, .final-cta h2 { font-size: 43px; }
  .topic-grid { margin-top: 48px; }
  .timeline { grid-template-columns: 1fr; margin-left: 0; }
  .timeline-card { min-height: 0; }
  .timeline-card.selected { transform: translateY(-4px) rotate(-.3deg); }
  .timeline h3 { margin-top: 12px; }
  .question-item { grid-template-columns: 30px 1fr 20px; gap: 10px; }
  .question-content strong { font-size: 19px; }
  .trust-grid { gap: 62px; }
  .image-note { left: -8px; }
  .final-cta { padding: 70px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; display: flex; bottom: 0; left: 0; right: 0; z-index: 50; height: 64px; background: var(--yellow); align-items: center; justify-content: center; gap: 18px; font-size: 14px; font-weight: 700; box-shadow: 0 -6px 24px rgba(0,0,0,.16); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
