:root {
  --ink: #092d43;
  --ink-2: #0f3c53;
  --blue: #0a5f82;
  --teal: #12b8a6;
  --teal-light: #8ce6d9;
  --cream: #f6f3ec;
  --paper: #fffefb;
  --amber: #ffb703;
  --coral: #f36c59;
  --muted: #5e6d75;
  --line: rgba(9,45,67,.14);
  --shadow: 0 24px 70px rgba(5,35,51,.16);
  --radius: 26px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: var(--ink); padding: 10px 16px; z-index: 999; border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: none; }

.truth-bar { background: var(--ink); color: white; font-size: .86rem; }
.truth-inner { min-height: 42px; display: flex; align-items: center; gap: 10px; }
.truth-inner strong { color: var(--teal-light); }
.truth-inner a { margin-left: auto; font-weight: 700; color: white; white-space: nowrap; }
.truth-inner a:hover { color: var(--teal-light); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,254,251,.92); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 32px rgba(9,45,67,.08); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 46px; height: 46px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; position: relative; overflow: hidden; }
.brand-mark::before { content: ""; position: absolute; width: 26px; height: 26px; border: 3px solid var(--teal); border-radius: 50%; left: -8px; bottom: -7px; }
.brand-mark::after { content: ""; position: absolute; width: 18px; height: 18px; background: var(--amber); border-radius: 50%; right: -4px; top: -3px; }
.brand-mark span { width: 18px; height: 18px; border: 3px solid white; border-radius: 50%; position: relative; z-index: 1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy b { font-family: Manrope, sans-serif; font-size: 1.45rem; letter-spacing: -.04em; }
.brand-copy small { font-size: .58rem; letter-spacing: .22em; margin-top: 5px; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: .92rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { padding: 12px 0; position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--teal); transition: right .2s; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { background: var(--ink); color: white; padding: 12px 20px; border-radius: 999px; }
.nav-cta:hover { background: var(--teal); color: var(--ink); }
.menu-button { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 735px; position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.hero-art { position: absolute; inset: 0; background-image: url('https://jansen-devries.org/wp-content/uploads/2021/01/IMG_20200531_160723_Bokeh-Dean-burrows-scaled-e1612706882984.jpg'); background-size: cover; background-position: center 36%; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,29,43,.94) 0%, rgba(5,36,52,.83) 45%, rgba(5,36,52,.25) 75%, rgba(5,36,52,.1) 100%), linear-gradient(0deg, rgba(4,27,39,.5), transparent 55%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(300px,.6fr); gap: 80px; align-items: end; padding-block: 110px 100px; }
.eyebrow { color: var(--blue); font-size: .76rem; letter-spacing: .18em; font-weight: 800; margin: 0 0 18px; }
.eyebrow.light { color: var(--teal-light); }
h1,h2,h3 { font-family: Manrope, sans-serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 780px; font-size: clamp(3.25rem, 6vw, 6rem); letter-spacing: -.065em; margin-bottom: 28px; }
h2 { font-size: clamp(2.35rem, 4.3vw, 4.5rem); letter-spacing: -.055em; margin-bottom: 26px; }
h2 em { color: var(--teal); font-style: normal; }
h3 { letter-spacing: -.03em; }
.hero-lead { max-width: 720px; font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.6; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 999px; font-weight: 750; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--teal); color: var(--ink); box-shadow: 0 12px 30px rgba(18,184,166,.26); }
.button.primary:hover { background: var(--teal-light); }
.button.glass { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.35); color: white; backdrop-filter: blur(8px); }
.hero-card { align-self: end; border: 1px solid rgba(255,255,255,.24); background: rgba(7,43,59,.64); backdrop-filter: blur(14px); padding: 32px; border-radius: var(--radius); box-shadow: var(--shadow); }
.card-kicker { color: var(--amber); font-size: .72rem; letter-spacing: .14em; font-weight: 800; }
.hero-card blockquote { font-family: Manrope, sans-serif; font-size: 1.75rem; line-height: 1.25; font-weight: 700; letter-spacing: -.035em; margin: 24px 0; }
.hero-card p { margin: 0; color: rgba(255,255,255,.78); }

.quick-paths { position: relative; z-index: 2; margin-top: -34px; }
.quick-grid { background: white; display: grid; grid-template-columns: repeat(4,1fr); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.quick-grid a { min-height: 120px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 22px; border-right: 1px solid var(--line); transition: background .2s, color .2s; }
.quick-grid a:last-child { border: 0; }
.quick-grid a:hover { background: var(--ink); color: white; }
.quick-icon { color: var(--teal); font-family: Manrope,sans-serif; font-size: .75rem; font-weight: 800; }
.quick-grid b,.quick-grid small { display: block; }
.quick-grid b { line-height: 1.2; margin-bottom: 6px; }
.quick-grid small { color: var(--muted); line-height: 1.35; font-size: .78rem; }
.quick-grid a:hover small { color: rgba(255,255,255,.7); }
.quick-grid i { font-style: normal; color: var(--teal); font-size: 1.2rem; }

.section { padding: 125px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.intro { padding-top: 145px; }
.intro-copy .large { font-size: 1.27rem; line-height: 1.7; margin-top: 0; }
.intro-copy p { color: #334c59; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 800; color: var(--blue); padding-bottom: 4px; border-bottom: 2px solid var(--teal); }
.fact-row { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; padding-top: 34px; border-top: 1px solid var(--line); }
.fact-row div { border-right: 1px solid var(--line); padding: 0 30px; }
.fact-row div:first-child { padding-left: 0; }
.fact-row div:last-child { border: 0; }
.fact-row strong,.fact-row span { display: block; }
.fact-row strong { font-family: Manrope,sans-serif; font-size: 1.75rem; letter-spacing: -.04em; }
.fact-row span { color: var(--muted); font-size: .9rem; margin-top: 4px; }

.spectrum { background: var(--cream); }
.spectrum-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.spectrum-head p:last-child { color: var(--muted); font-size: 1.08rem; }
.spectrum-line { display: grid; grid-template-columns: auto repeat(4,1fr) auto; align-items: center; gap: 10px; margin: 35px 0 22px; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; color: var(--muted); }
.spectrum-line i { display: block; height: 8px; border-radius: 10px; background: #b8d5d2; }
.spectrum-line i:nth-of-type(2) { background: var(--teal); }
.spectrum-line i:nth-of-type(3) { background: var(--amber); }
.spectrum-line i:nth-of-type(4) { background: var(--coral); }
.spectrum-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.spectrum-card { min-height: 340px; padding: 27px; background: white; border-radius: 20px; border-top: 6px solid #b8d5d2; display: flex; flex-direction: column; }
.spectrum-card:nth-child(2) { border-color: var(--teal); }
.spectrum-card.amber { border-color: var(--amber); }
.spectrum-card.coral { border-color: var(--coral); }
.spectrum-card .number { font-size: .72rem; color: var(--muted); font-weight: 800; margin-bottom: auto; }
.spectrum-card h3 { font-size: 1.35rem; margin: 40px 0 14px; }
.spectrum-card p { color: var(--muted); margin: 0; }
.spectrum-note { margin-top: 36px; padding: 32px 38px; background: var(--ink); color: white; border-radius: 20px; display: grid; grid-template-columns: auto 1fr; gap: 25px; align-items: center; }
.note-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--amber); color: var(--ink); display: grid; place-items: center; font-family: Manrope; font-weight: 800; font-size: 1.4rem; }
.spectrum-note h3 { margin: 0 0 7px; font-size: 1.4rem; }
.spectrum-note p { margin: 0; color: rgba(255,255,255,.74); }

.triggers { background: var(--ink); color: white; position: relative; overflow: hidden; }
.triggers::before { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(140,230,217,.14); border-radius: 50%; left: -300px; top: -220px; box-shadow: 0 0 0 80px rgba(140,230,217,.025),0 0 0 160px rgba(140,230,217,.018); }
.triggers-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; position: relative; }
.trigger-copy > p:not(.eyebrow,.micro) { color: rgba(255,255,255,.72); font-size: 1.1rem; }
.trigger-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.trigger-list span { border: 1px solid rgba(255,255,255,.22); padding: 8px 12px; border-radius: 999px; font-size: .84rem; background: rgba(255,255,255,.04); }
.micro { color: rgba(255,255,255,.5); font-size: .78rem; margin-top: 22px; }
.response-panel { background: white; color: var(--ink); border-radius: var(--radius); padding: 42px; box-shadow: var(--shadow); }
.panel-label { color: var(--coral); font-size: .72rem; letter-spacing: .16em; font-weight: 800; }
.response-panel h3 { font-size: 2.05rem; margin: 13px 0 28px; }
.response-panel ol { list-style: none; padding: 0; margin: 0; counter-reset: steps; }
.response-panel li { counter-increment: steps; display: grid; grid-template-columns: 36px 1fr; column-gap: 13px; padding: 15px 0; border-top: 1px solid var(--line); }
.response-panel li::before { content: counter(steps,decimal-leading-zero); grid-row: 1 / 3; color: var(--teal); font-family: Manrope; font-size: .72rem; font-weight: 800; padding-top: 2px; }
.response-panel li b,.response-panel li span { grid-column: 2; }
.response-panel li span { color: var(--muted); font-size: .9rem; }
.safety-box { margin-top: 25px; background: #fff2dc; border-left: 4px solid var(--amber); padding: 18px; color: #5b4318; font-size: .88rem; }
.safety-box strong { display: block; color: var(--ink); }

.institution-head { max-width: 850px; }
.institution-head > p:last-child { color: var(--muted); font-size: 1.1rem; }
.do-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 55px; }
.do-card { padding: 36px; border-radius: 22px; }
.do-card.do { background: #e8f8f4; }
.do-card.dont { background: #fff0eb; }
.do-card > span { display: inline-block; font-size: .72rem; letter-spacing: .14em; font-weight: 800; margin-bottom: 18px; }
.do-card.do > span { color: #087c70; }
.do-card.dont > span { color: #c84936; }
.do-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.do-card li { position: relative; padding-left: 26px; }
.do-card li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; color: #087c70; }
.do-card.dont li::before { content: "×"; color: #c84936; font-size: 1.2rem; top: -2px; }
.institution-cta { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 34px; border: 1px solid var(--line); border-radius: 18px; }
.institution-cta p { margin: 0; max-width: 730px; }
.button.dark { background: var(--ink); color: white; white-space: nowrap; }

.reality { background: var(--coral); color: white; padding: 0; }
.reality-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.reality-photo { min-height: 650px; background: linear-gradient(0deg,rgba(4,29,43,.45),transparent 60%), url('https://jansen-devries.org/wp-content/uploads/2021/02/Stearn-Family-Picture-e1627953768587.jpg') center/cover; position: relative; }
.photo-caption { position: absolute; left: 7vw; bottom: 60px; }
.photo-caption span,.photo-caption strong { display: block; }
.photo-caption span { font-size: .8rem; text-transform: uppercase; letter-spacing: .15em; }
.photo-caption strong { font-family: Manrope; font-size: clamp(2rem,3vw,3.5rem); letter-spacing: -.05em; }
.reality-copy { padding: 100px max(40px, calc((100vw - 1180px)/2)); padding-left: 75px; display: flex; flex-direction: column; justify-content: center; }
.reality-copy p:not(.eyebrow) { color: rgba(255,255,255,.86); font-size: 1.06rem; }
.reality-copy .eyebrow { color: var(--ink); }
.reality-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.reality-points span { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 8px 12px; font-size: .8rem; }

.pathways { background: var(--cream); }
.pathways-head { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.pathways-head > p { color: var(--muted); }
.tabs { margin-top: 48px; }
.tab-list { display: flex; border-bottom: 1px solid var(--line); gap: 5px; }
.tab-list button { border: 0; background: transparent; color: var(--muted); padding: 16px 24px; font-weight: 700; cursor: pointer; border-bottom: 3px solid transparent; }
.tab-list button[aria-selected="true"] { color: var(--ink); border-color: var(--teal); }
.tab-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 55px; background: white; border-radius: 0 0 24px 24px; box-shadow: 0 18px 50px rgba(9,45,67,.08); }
.tab-panel[hidden] { display: none; }
.panel-no { color: var(--teal); font-size: .72rem; font-weight: 800; }
.tab-panel h3 { font-size: 2rem; margin: 16px 0; }
.tab-panel p { color: var(--muted); }
.tab-panel ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 25px; align-content: center; }
.tab-panel li { padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line); position: relative; }
.tab-panel li::before { content: "•"; position: absolute; left: 5px; color: var(--teal); }

.research { background: #086983; color: white; }
.research-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.research-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 1.05rem; }
.button.bright { background: var(--amber); color: var(--ink); margin-top: 20px; }
.research-priorities { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.research-priorities article { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; padding: 25px; min-height: 200px; }
.research-priorities article > span { color: var(--teal-light); font-size: .72rem; font-weight: 800; }
.research-priorities h3 { margin: 35px 0 8px; }
.research-priorities p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }

.join { padding: 90px 0; background: var(--paper); }
.join-card { background: var(--cream); border-radius: 30px; padding: 60px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.join-card h2 { font-size: clamp(2.1rem,3.4vw,3.6rem); max-width: 790px; margin: 0; }
.join-actions { display: flex; flex-direction: column; gap: 12px; min-width: 220px; }
.button.outline { border: 1px solid var(--ink); }
.button.outline:hover { background: var(--ink); color: white; }

.site-footer { background: #061f2d; color: white; padding: 80px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,.7fr); gap: 60px; }
.footer-brand .brand-mark { background: white; }
.footer-brand .brand-copy { color: white; }
.footer-grid > div:first-child p { color: rgba(255,255,255,.6); max-width: 360px; }
.footer-grid h3 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-light); margin-bottom: 20px; }
.footer-grid > div:not(:first-child) a { display: block; color: rgba(255,255,255,.68); margin: 9px 0; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.legal { border-top: 1px solid rgba(255,255,255,.13); margin-top: 60px; padding-top: 24px; display: flex; gap: 50px; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .73rem; }
.legal p:first-child { max-width: 780px; }
.to-top { position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(9,45,67,.25); opacity: 0; transform: translateY(10px); pointer-events: none; transition: .2s; cursor: pointer; z-index: 20; }
.to-top.visible { opacity: 1; transform: none; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-nav { gap: 15px; font-size: .82rem; }
  .hero-grid { gap: 35px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid a:nth-child(2) { border-right: 0; }
  .quick-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .spectrum-cards { grid-template-columns: 1fr 1fr; }
  .reality-copy { padding-left: 45px; }
}

@media (max-width: 820px) {
  :root { --wrap: min(100% - 28px, 700px); }
  .truth-inner span { display: none; }
  .truth-inner a { font-size: .75rem; }
  .nav-wrap { min-height: 72px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 100%; left: 14px; right: 14px; background: white; border-radius: 0 0 18px 18px; box-shadow: var(--shadow); padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px !important; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: auto; }
  .hero-shade { background: linear-gradient(0deg,rgba(4,29,43,.95),rgba(4,29,43,.55)); }
  .hero-grid { grid-template-columns: 1fr; padding: 100px 0 70px; }
  h1 { font-size: clamp(3rem,11vw,5rem); }
  .hero-card { max-width: 520px; }
  .section { padding: 90px 0; }
  .split,.spectrum-head,.triggers-grid,.pathways-head,.research-grid { grid-template-columns: 1fr; gap: 45px; }
  .fact-row { grid-template-columns: 1fr 1fr; row-gap: 25px; }
  .fact-row div:nth-child(2) { border-right: 0; }
  .spectrum-line { display: none; }
  .do-grid { grid-template-columns: 1fr; }
  .institution-cta { align-items: flex-start; flex-direction: column; }
  .reality-grid { grid-template-columns: 1fr; }
  .reality-photo { min-height: 500px; }
  .reality-copy { padding: 75px 30px; }
  .tab-panel { grid-template-columns: 1fr; gap: 25px; padding: 35px 25px; }
  .join-card { flex-direction: column; align-items: flex-start; padding: 42px 30px; }
  .join-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal { flex-direction: column; gap: 10px; }
}

@media (max-width: 560px) {
  .truth-inner { min-height: 50px; }
  .truth-inner strong { font-size: .78rem; }
  .truth-inner a { max-width: 150px; line-height: 1.2; text-align: right; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-art { background-position: 61% center; }
  .hero-copy { padding-top: 160px; }
  .hero-grid { padding-top: 40px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-card { padding: 25px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid a { border-right: 0; border-bottom: 1px solid var(--line) !important; min-height: 100px; }
  .quick-grid a:last-child { border-bottom: 0 !important; }
  .intro { padding-top: 100px; }
  .fact-row { grid-template-columns: 1fr; margin-top: 55px; }
  .fact-row div { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 20px; }
  .spectrum-cards { grid-template-columns: 1fr; }
  .spectrum-card { min-height: 280px; }
  .spectrum-note { grid-template-columns: 1fr; padding: 28px; }
  .response-panel { padding: 28px 22px; }
  .do-card { padding: 28px 22px; }
  .reality-photo { min-height: 420px; }
  .photo-caption { left: 25px; bottom: 30px; }
  .tab-list { overflow-x: auto; }
  .tab-list button { padding: 14px 17px; white-space: nowrap; }
  .tab-panel ul { grid-template-columns: 1fr; }
  .research-priorities { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
