:root {
  --ink: #3d1626;
  --blue: #7b2342;
  --blue-deep: #481326;
  --blue-soft: #f7f0f2;
  --red: #982b4d;
  --red-dark: #671a33;
  --red-soft: #faedf1;
  --paper: #ffffff;
  --line: #e4d8dd;
  --muted: #77636c;
  --white: #ffffff;
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { max-width: 1440px; margin: 0 auto; overflow: hidden; background: var(--paper); }
.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 6.6%; border-bottom: 1px solid rgba(18,33,61,.1); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand-accent { color: var(--red); }
.brand-mark { width: 27px; height: 27px; border: 2px solid var(--blue); border-radius: 7px; display: inline-flex; align-items: flex-end; gap: 3px; padding: 5px; transform: rotate(-8deg); }
.brand-mark span { display: block; width: 4px; border-radius: 2px; background: var(--red); }
.brand-mark span:nth-child(1) { height: 7px; opacity: .7; }.brand-mark span:nth-child(2) { height: 12px; }.brand-mark span:nth-child(3) { height: 16px; background: var(--blue); }
.main-nav { display: flex; gap: 38px; color: var(--muted); font-size: 13px; font-weight: 600; }
.main-nav a:hover, .header-link:hover, .text-link:hover { color: var(--red); }
.header-link { color: var(--blue); font-size: 13px; font-weight: 700; }
.header-link span { margin-left: 7px; font-size: 16px; }
.section-grid { max-width: 1224px; margin: 0 auto; }
.hero { min-height: 625px; display: grid; grid-template-columns: 47% 53%; align-items: center; padding: 68px 0 72px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(152,43,77,.14); }
.blue-eyebrow { color: var(--blue); }.blue-eyebrow .eyebrow-dot { background: var(--blue); box-shadow: 0 0 0 4px rgba(123,35,66,.14); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.065em; }
h1 { max-width: 630px; margin-bottom: 25px; color: var(--blue-deep); font-size: clamp(48px, 5.2vw, 75px); line-height: .98; font-weight: 600; }
h1 em, h2 em { color: var(--red); font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
.hero-text { max-width: 475px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 20px; padding: 16px 19px 16px 22px; border-radius: 5px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(13,45,97,.14); }
.button-primary { color: var(--white); background: var(--blue); }.button-primary span { font-size: 18px; font-weight: 400; }
.text-link { color: var(--blue); font-size: 13px; font-weight: 700; }.text-link span { margin-left: 8px; font-size: 17px; }
.hero-note { margin: 34px 0 0; color: #8490a2; font-size: 11px; }.hero-note span { margin-right: 8px; color: var(--red); }
.hero-visual { position: relative; min-height: 450px; }
.visual-orbit { position: absolute; border: 1px solid rgba(123,35,66,.2); border-radius: 50%; transform: rotate(-20deg); }.orbit-one { width: 515px; height: 290px; top: 95px; left: 28px; }.orbit-two { width: 570px; height: 335px; top: 71px; left: 0; border-color: rgba(152,43,77,.18); transform: rotate(32deg); }
.chart-card { position: absolute; z-index: 2; top: 85px; left: 92px; width: 390px; height: 285px; padding: 25px 26px; border-radius: 13px; background: rgba(255,255,255,.95); box-shadow: 15px 26px 45px rgba(72,19,38,.12); transform: rotate(-4deg); }
.chart-top, .chart-axis { display: flex; justify-content: space-between; align-items: center; }.chart-top { color: var(--blue); font-size: 11px; font-weight: 700; }.mini-chip { padding: 6px 8px; color: var(--red); background: var(--red-soft); border-radius: 3px; font-size: 7px; letter-spacing: .12em; }.chart-value { margin: 25px 0 7px; color: var(--blue-deep); font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 600; letter-spacing: -.06em; }.chart-value strong { color: var(--red); font-weight: 500; }.chart-line { width: 100%; height: 135px; overflow: visible; }.chart-axis { color: #9ba6b5; font-size: 9px; }
.compass-card { position: absolute; z-index: 3; right: 28px; bottom: 45px; display: grid; width: 134px; height: 134px; place-items: center; border: 1px solid rgba(152,43,77,.38); border-radius: 50%; background: var(--red); box-shadow: 8px 14px 27px rgba(103,26,51,.26); transform: rotate(13deg); }.compass-ring { position: relative; width: 105px; height: 105px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }.compass-ring:after { content: ''; position: absolute; inset: 10px; border: 1px dashed rgba(255,255,255,.5); border-radius: 50%; }.compass-n,.compass-e,.compass-s,.compass-w { position: absolute; color: #fff; font-size: 8px; font-weight: 700; }.compass-n { top: 6px; left: 47px; }.compass-e { right: 7px; top: 47px; }.compass-s { bottom: 6px; left: 47px; }.compass-w { left: 7px; top: 47px; }.compass-needle { position: absolute; z-index: 2; top: 21px; left: 48px; width: 8px; height: 63px; background: linear-gradient(var(--white) 50%, var(--blue-deep) 50%); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); transform: rotate(38deg); }
.floating-label { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 10px 13px 10px 10px; color: var(--blue); border: 1px solid rgba(123,35,66,.2); border-radius: 5px; background: rgba(255,255,255,.95); box-shadow: 0 7px 18px rgba(72,19,38,.1); font-size: 10px; font-weight: 700; }.floating-label span { display: grid; width: 21px; height: 21px; place-items: center; color: #fff; border-radius: 50%; background: var(--blue); font-size: 8px; }.label-one { top: 48px; right: 95px; }.label-two { left: 30px; bottom: 40px; }.label-two span { background: var(--red); }.red-spark { position: absolute; top: 26px; left: 66px; color: var(--red); font-size: 24px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 105px; padding: 0 8%; color: var(--white); background: var(--blue); }.trust-strip > div { display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.16); }.trust-strip > div:last-child { border: 0; }.strip-icon { color: #edb2c3; font-size: 29px; line-height: 1; }.trust-strip strong, .trust-strip small { display: block; }.trust-strip strong { margin-bottom: 5px; font-size: 12px; }.trust-strip small { color: #eadde1; font-size: 10px; }
.content-section, .reading-section { max-width: 1224px; margin: 0 auto; padding: 116px 0; }.split-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }.section-heading h2, .reading-heading h2, .sources-section h2 { margin-bottom: 0; color: var(--blue-deep); font-size: clamp(37px, 4vw, 56px); line-height: 1; }.section-heading h2 span, .reading-heading h2 span, .sources-section h2 span { color: var(--red); font-family: var(--serif); font-weight: 400; }.section-intro { width: 340px; margin-bottom: 4px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.topic-card { min-height: 285px; padding: 25px 23px 22px; border-radius: 7px; }.topic-card-blue { color: var(--blue-deep); background: var(--blue-soft); }.topic-card-red { color: #fff; background: var(--red); }.topic-number { font-size: 10px; font-weight: 700; opacity: .65; }.topic-icon { margin: 28px 0 23px; font-size: 29px; line-height: 1; }.topic-card h3 { margin-bottom: 12px; font-family: 'Space Grotesk', sans-serif; font-size: 21px; letter-spacing: -.05em; }.topic-card p { min-height: 75px; margin-bottom: 22px; font-size: 11px; line-height: 1.55; opacity: .74; }.topic-card a { display: inline-flex; justify-content: space-between; width: 100%; padding-top: 13px; border-top: 1px solid currentColor; font-size: 10px; font-weight: 700; }.topic-card a span { font-size: 16px; }
.learn-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 485px; color: var(--white); background: var(--blue-deep); }.learn-panel-copy { padding: 86px max(7vw, 50px) 75px max(calc((100vw - 1224px) / 2), 50px); }.learn-panel .eyebrow { color: #edb2c3; }.learn-panel h2 { margin: 0 0 19px; font-size: clamp(38px, 4vw, 57px); line-height: .98; }.learn-panel h2 span { color: #edb2c3; font-family: var(--serif); font-weight: 400; }.learn-panel-copy > p { max-width: 400px; color: #e9dfe2; font-size: 14px; line-height: 1.65; }.route-steps { display: flex; gap: 17px; margin-top: 39px; }.route-step { width: 28%; min-width: 92px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.22); }.route-step.active { border-color: #c9708b; }.route-step span { display: block; margin-bottom: 12px; color: #c8aab5; font-size: 9px; }.route-step.active span { color: #edb2c3; }.route-step b { display: block; margin-bottom: 6px; font-size: 11px; }.route-step small { display: block; color: #decdd3; font-size: 10px; line-height: 1.45; }.learn-quote { display: flex; flex-direction: column; justify-content: center; padding: 50px 13% 50px 16%; background: var(--red); }.quote-mark { height: 51px; color: #edb2c3; font-family: Georgia, serif; font-size: 80px; line-height: .8; }.learn-quote p { max-width: 350px; margin: 0 0 27px; color: #fff; font-family: var(--serif); font-size: 31px; line-height: 1.1; letter-spacing: -.04em; }.quote-line { width: 50px; height: 2px; margin-bottom: 12px; background: #d58ba1; }.learn-quote small { color: #f4dfe5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.reading-heading { margin-bottom: 45px; }.reading-list { border-top: 1px solid var(--line); }.reading-item { display: grid; grid-template-columns: 65px 1fr 40px; align-items: center; gap: 20px; padding: 26px 9px 26px 0; border-bottom: 1px solid var(--line); }.reading-index { align-self: start; padding-top: 3px; color: var(--red); font-size: 11px; font-weight: 700; }.reading-item h3 { margin-bottom: 7px; color: var(--blue); font-family: 'Space Grotesk', sans-serif; font-size: 17px; letter-spacing: -.04em; }.reading-item p { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.reading-arrow { justify-self: end; color: var(--red); font-size: 24px; transition: transform .2s ease; }.reading-item:hover .reading-arrow { transform: translate(4px, -4px); }
.glossary-section { display: grid; grid-template-columns: 34% 66%; max-width: 1224px; margin: 0 auto 116px; padding: 66px 72px; color: var(--blue-deep); border-radius: 8px; background: var(--red-soft); }.glossary-intro h2 { margin: 0 0 16px; font-size: 47px; line-height: .92; }.glossary-intro > p:last-child { max-width: 185px; color: var(--muted); font-size: 12px; line-height: 1.6; }.glossary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; align-content: start; }.glossary-term { display: flex; justify-content: space-between; align-items: center; min-height: 66px; padding: 0 18px; color: var(--blue); border: 1px solid rgba(123,35,66,.22); border-radius: 4px; background: rgba(255,255,255,.88); text-align: left; cursor: pointer; }.glossary-term:hover, .glossary-term.selected { color: var(--white); background: var(--blue); }.glossary-term b { font-size: 11px; }.glossary-term span { color: var(--red); font-size: 22px; font-weight: 300; }.glossary-term:hover span, .glossary-term.selected span { color: #edb2c3; }.glossary-definition { grid-column: 1 / -1; min-height: 35px; margin: 20px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.sources-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; max-width: 1224px; margin: 0 auto; padding: 0 0 116px; }.sources-copy { padding-top: 28px; }.sources-copy > p { max-width: 450px; color: var(--muted); font-size: 13px; line-height: 1.65; }.source-links { display: flex; flex-direction: column; margin-top: 28px; border-top: 1px solid var(--line); }.source-links a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 12px; font-weight: 700; }.source-links a span { color: var(--red); font-size: 16px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 93px; padding: 0 6.6%; color: #8290a4; border-top: 1px solid var(--line); font-size: 10px; }.footer-brand { color: var(--blue); font-size: 15px; }.footer-brand .brand-mark { width: 22px; height: 22px; border-radius: 5px; padding: 4px; }.footer-brand .brand-mark span { width: 3px; }.footer-brand .brand-mark span:nth-child(1) { height: 6px; }.footer-brand .brand-mark span:nth-child(2) { height: 9px; }.footer-brand .brand-mark span:nth-child(3) { height: 12px; }.footer-year { color: var(--blue); font-weight: 700; }
@media (max-width: 1050px) { .site-header, .site-footer { padding-left: 4%; padding-right: 4%; }.section-grid, .content-section, .reading-section, .sources-section { width: 92%; }.hero { min-height: 570px; }.chart-card { left: 36px; }.orbit-one { left: -8px; }.orbit-two { left: -36px; }.compass-card { right: -1px; }.glossary-section { width: 92%; }.learn-panel-copy { padding-left: 4%; } }
@media (max-width: 760px) { .site-header { height: 72px; }.main-nav { display: none; }.header-link { font-size: 11px; }.hero { width: 89%; grid-template-columns: 1fr; padding: 65px 0 25px; }.hero-copy { position: relative; z-index: 5; }.hero-visual { min-height: 390px; margin-top: 12px; transform: scale(.86); transform-origin: top left; width: 116%; }.chart-card { left: 45px; }.hero-text { font-size: 14px; }.hero-actions { gap: 18px; }.button { padding-left: 16px; padding-right: 15px; }.trust-strip { grid-template-columns: 1fr; padding: 23px 8%; gap: 18px; }.trust-strip > div { border: 0; }.content-section, .reading-section { padding: 78px 0; }.split-heading { display: block; margin-bottom: 35px; }.section-intro { width: auto; margin-top: 24px; }.topic-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.topic-card { min-height: 268px; padding: 19px 17px; }.topic-card p { min-height: 94px; font-size: 10px; }.learn-panel { grid-template-columns: 1fr; }.learn-panel-copy { padding: 65px 9% 55px; }.route-steps { gap: 10px; }.route-step { width: 31%; }.learn-quote { min-height: 305px; padding: 47px 14%; }.learn-quote p { font-size: 27px; }.reading-item { grid-template-columns: 35px 1fr 22px; gap: 10px; }.reading-item h3 { font-size: 15px; }.reading-item p { font-size: 11px; }.glossary-section { grid-template-columns: 1fr; gap: 30px; margin-bottom: 78px; padding: 46px 24px; }.glossary-intro > p:last-child { max-width: 260px; }.sources-section { grid-template-columns: 1fr; gap: 24px; padding-bottom: 78px; }.sources-copy { padding-top: 0; }.site-footer { flex-wrap: wrap; gap: 13px; padding-top: 20px; padding-bottom: 20px; }.site-footer > p:not(.footer-year) { max-width: 180px; line-height: 1.5; } }
@media (max-width: 430px) { h1 { font-size: 45px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-note { margin-top: 25px; }.hero-visual { margin-top: 0; transform: scale(.7); min-height: 320px; width: 143%; }.topic-grid { grid-template-columns: 1fr; }.topic-card { min-height: auto; }.topic-card p { min-height: 0; }.glossary-grid { grid-template-columns: 1fr; }.glossary-definition { margin-top: 8px; }.site-footer { align-items: flex-start; flex-direction: column; } }
