:root {
  color-scheme: light;
  --ink: #071b2b;
  --ink-soft: #163147;
  --body: #334c60;
  --muted: #677b8c;
  --blue: #1f64e8;
  --teal: #0b817a;
  --mint: #6de0cf;
  --sky: #dcecff;
  --line: #dce4ea;
  --line-dark: rgba(255,255,255,.15);
  --paper: #ffffff;
  --wash: #f4f7f9;
  --warm: #f7f5f1;
  --max: 1180px;
  --sans: "Aptos", "SF Pro Display", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  --serif: Iowan Old Style, "Palatino Linotype", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--body); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(7,27,43,.1); backdrop-filter: blur(18px) saturate(145%); }
.header-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 780; letter-spacing: -.025em; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #b8c8d3; border-radius: 9px; color: var(--teal); font-size: .73rem; font-weight: 850; letter-spacing: .04em; }
.brand-copy { line-height: 1.15; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { position: relative; color: #405568; text-decoration: none; font-size: .86rem; font-weight: 680; }
.nav > a:not(.linkedin)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--teal); transition: right .2s ease; }
.nav > a:not(.linkedin):hover::after, .nav > a[aria-current="page"]::after { right: 0; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav .linkedin { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 8px 13px; border-radius: 8px; background: var(--ink); color: white; }
.nav .linkedin:hover { background: var(--blue); color: white; }
.menu { display: none; border: 1px solid #b8c8d3; border-radius: 8px; background: white; color: var(--ink); padding: 8px 12px; font: 720 .86rem var(--sans); }

.hero { position: relative; overflow: hidden; padding: 76px 0 72px; background: linear-gradient(135deg, #f7fafb 0%, #eef5f6 46%, #f8fafb 100%); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(7,27,43,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(7,27,43,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; width: 460px; height: 460px; right: 5%; top: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(109,224,207,.3), rgba(31,100,232,.05) 55%, transparent 72%); filter: blur(8px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: 84px; }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0; color: var(--teal); font-size: .72rem; font-weight: 820; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #7ae4d5; }
.hero h1 { margin: 16px 0 10px; color: var(--ink); font-size: clamp(3rem, 6vw, 4.55rem); line-height: .98; letter-spacing: -.06em; white-space: nowrap; }
.hero-title { margin: 0; color: var(--ink-soft); font-size: clamp(1.15rem, 2vw, 1.42rem); font-weight: 700; letter-spacing: -.02em; }
.hero-summary { max-width: 690px; margin: 20px 0 0; color: #3a5266; font-size: clamp(1.06rem, 1.6vw, 1.25rem); line-height: 1.55; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin-top: 24px; color: var(--muted); font-size: .86rem; font-weight: 650; }
.hero-meta span { display: inline-flex; align-items: center; }
.hero-meta span + span::before { content: ""; width: 4px; height: 4px; margin: 0 12px; border-radius: 50%; background: var(--teal); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 9px 17px; border: 1px solid var(--ink); border-radius: 8px; background: var(--ink); color: white; text-decoration: none; font-size: .88rem; font-weight: 740; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue); border-color: var(--blue); box-shadow: 0 10px 24px rgba(31,100,232,.16); }
.button.secondary { background: transparent; color: var(--ink); border-color: #aebdc8; }
.button.secondary:hover { background: white; border-color: var(--ink); box-shadow: 0 10px 24px rgba(7,27,43,.08); }
.text-button { display: inline-flex; align-items: center; gap: 7px; padding: 10px 6px; color: var(--ink); text-decoration: underline; text-decoration-color: #9db1c0; text-underline-offset: 5px; font-size: .88rem; font-weight: 740; }
.text-button:hover { color: var(--blue); text-decoration-color: var(--blue); }
.portrait-wrap { position: relative; justify-self: end; width: min(100%, 316px); padding: 0; }
.headshot { position: relative; width: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(7,27,43,.12); border-radius: 15px; background: white; box-shadow: 0 24px 54px rgba(19,54,76,.15); }
.headshot img { width: 100%; height: auto; }
.headshot figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border-top: 1px solid var(--line); background: rgba(255,255,255,.96); }
.headshot figcaption span { color: var(--ink); font-size: .8rem; font-weight: 760; }
.headshot figcaption small { color: var(--muted); font-size: .66rem; font-weight: 650; }

.proof-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { position: relative; padding: 24px 24px; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; color: var(--ink); font-size: 1.02rem; line-height: 1.3; letter-spacing: -.015em; }
.proof-item span { display: block; margin-top: 5px; color: var(--muted); font-size: .67rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 94px 0; }
.intro-grid { display: grid; grid-template-columns: minmax(190px, .45fr) minmax(0, 1.55fr); gap: 80px; align-items: start; }
.section-kicker { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.section-number { color: #c2cdd5; font-size: .72rem; font-weight: 760; }
.intro-copy { max-width: 850px; }
.intro-copy h2 { max-width: 780px; margin: 0; color: var(--ink); font-size: clamp(2.05rem, 3.6vw, 3rem); line-height: 1.14; letter-spacing: -.04em; }
.intro-copy p { max-width: 740px; margin: 26px 0 22px; color: var(--body); font-size: 1.08rem; line-height: 1.75; }
.inline-link, .section-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .9rem; font-weight: 760; text-decoration: underline; text-decoration-color: #a8c4fa; text-underline-offset: 5px; }
.inline-link:hover, .section-link:hover { text-decoration-color: var(--blue); }

.arc-section { padding-top: 88px; }
.arc-heading { display: grid; grid-template-columns: minmax(190px, .45fr) minmax(0, 1.55fr); gap: 80px; align-items: start; }
.arc-heading .section-kicker { justify-content: flex-start; gap: 18px; }
.arc-heading .section-number { order: -1; }
.arc-heading .intro-copy p { max-width: 820px; }
.arc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.arc-card { min-height: 315px; display: flex; flex-direction: column; padding: 25px 24px 23px; border-top: 2px solid #8eaaa9; background: linear-gradient(150deg, #f5f8fa, #fbfcfd 78%); }
.arc-card:nth-child(2) { border-color: var(--blue); }
.arc-card:nth-child(3) { border-color: var(--ink); }
.arc-index { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: .7rem; font-weight: 820; letter-spacing: .06em; }
.arc-index i { color: var(--teal); font-style: normal; text-transform: uppercase; letter-spacing: .13em; }
.arc-card h3 { margin: 25px 0 11px; color: var(--ink); font-size: 1.28rem; line-height: 1.27; letter-spacing: -.025em; }
.arc-card p { margin: 0; color: #50677a; font-size: .91rem; }
.arc-card > a, .arc-links a { display: inline-flex; width: fit-content; gap: 7px; margin-top: auto; padding-top: 20px; color: var(--blue); font-size: .78rem; font-weight: 750; text-underline-offset: 4px; }
.arc-links { display: flex; flex-wrap: wrap; gap: 5px 18px; margin-top: auto; }
.arc-links a { margin-top: 0; }

.work-section { background: var(--ink); color: white; }
.section-top { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 80px; align-items: end; margin-bottom: 44px; }
.section-top h2 { max-width: 700px; margin: 12px 0 0; color: white; font-size: clamp(1.95rem, 3.3vw, 2.75rem); line-height: 1.18; letter-spacing: -.035em; }
.section-top > p { max-width: 500px; margin: 0; color: #b9c8d3; font-size: .98rem; }
.section-top.dark-text h2 { color: var(--ink); }
.section-top.dark-text > p { color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.work-card { min-height: 315px; display: grid; grid-template-columns: 42px 1fr; gap: 26px; padding: 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.025); transition: background .25s ease; }
.work-card:hover { background: rgba(255,255,255,.07); }
.work-card.featured { background: linear-gradient(145deg, rgba(31,100,232,.22), rgba(109,224,207,.06)); }
.work-card.patent-card { background: rgba(109,224,207,.055); }
.work-index { color: #6e8798; font-size: .72rem; font-weight: 780; }
.card-label { margin: 0; color: #78e3d4; font-size: .68rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.work-card h3 { margin: 18px 0 12px; color: white; font-size: 1.45rem; line-height: 1.28; letter-spacing: -.025em; }
.work-card p:not(.card-label) { max-width: 460px; margin: 0; color: #b9c8d3; font-size: .92rem; }
.work-card a { display: inline-flex; gap: 7px; margin-top: 24px; color: white; font-size: .82rem; font-weight: 740; text-underline-offset: 4px; }
.section-link { margin-top: 32px; color: #86e7d9; text-decoration-color: rgba(134,231,217,.4); }

.quote-section { padding: 92px 0; background: var(--warm); border-bottom: 1px solid #e5e0d8; }
.quote-grid { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 34px; align-items: start; }
.quote-mark { color: var(--teal); font: 8rem/.72 var(--serif); }
.quote-section figure { margin: 0; }
.quote-section blockquote { max-width: 980px; margin: 0; color: var(--ink); font: 500 clamp(1.75rem, 3.2vw, 2.65rem)/1.3 var(--serif); letter-spacing: -.02em; }
.quote-section figcaption { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 28px; font-size: .84rem; }
.quote-section figcaption strong { color: var(--ink); }
.quote-section figcaption a { color: var(--blue); text-underline-offset: 4px; }

.record-section { background: var(--paper); }
.record-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; }
.record-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.record-card:hover { transform: translateY(-4px); border-color: #a9bac6; box-shadow: 0 18px 38px rgba(15,45,66,.09); }
.record-card.media-card { grid-row: span 2; min-height: 616px; justify-content: flex-end; background: linear-gradient(160deg, #e8f1ff 0%, #f6f9fc 48%, #e5f7f3 100%); }
.service-card { background: #f6f8fa; }
.recognition-card { background: var(--ink); border-color: var(--ink); color: white; }
.record-tag { width: fit-content; padding: 6px 9px; border: 1px solid #bdcbd4; border-radius: 999px; color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.recognition-card .record-tag { border-color: rgba(255,255,255,.24); color: #78e3d4; }
.record-card h3 { max-width: 540px; margin: 22px 0 12px; color: var(--ink); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.2; letter-spacing: -.035em; }
.recognition-card h3 { color: white; }
.record-card p { max-width: 560px; margin: 0; color: var(--muted); font-size: .92rem; }
.recognition-card p { color: #b9c8d3; }
.record-cta { display: inline-flex; gap: 10px; margin-top: auto; padding-top: 30px; color: var(--blue); font-size: .84rem; font-weight: 760; }
.recognition-card .record-cta { color: #84e6d8; }

.sources-section { background: var(--wash); border-top: 1px solid var(--line); }
.sources-grid { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 80px; align-items: start; }
.sources-heading h2 { margin: 12px 0 16px; color: var(--ink); font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.15; letter-spacing: -.04em; }
.sources-heading > p:last-child { max-width: 420px; color: var(--muted); }
.source-list { border-top: 1px solid #cbd6de; }
.source-row { display: grid; grid-template-columns: 145px 1fr auto; gap: 22px; align-items: center; min-height: 92px; border-bottom: 1px solid #cbd6de; text-decoration: none; }
.source-name { color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.source-title { color: var(--ink); font-size: 1.02rem; font-weight: 700; line-height: 1.35; }
.source-arrow { color: var(--blue); }
.source-row:hover .source-title { color: var(--blue); }

.cta { padding: 78px 0; background: #0a2438; color: white; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 56px; }
.cta h2 { margin: 10px 0 0; color: white; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.15; letter-spacing: -.04em; }
.cta p:not(.eyebrow) { margin: 12px 0 0; color: #b9c8d3; }
.cta-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.cta .button { background: white; color: var(--ink); border-color: white; }
.cta .button:hover { background: var(--mint); color: var(--ink); border-color: var(--mint); }
.light-button { background: white; color: var(--ink); border-color: white; }
.light-button:hover { background: var(--mint); color: var(--ink); border-color: var(--mint); }
.light-link { color: white; text-decoration-color: #6c8293; }
.light-link:hover { color: var(--mint); text-decoration-color: var(--mint); }

footer { padding: 36px 0; background: #061622; color: #9fb0bc; font-size: .78rem; }
.footer-main { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-main > div:first-child { display: grid; gap: 2px; }
.footer-main strong { color: white; font-size: .92rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: #d7e0e6; text-decoration-color: #6a7c89; text-underline-offset: 4px; }
.footer-links a:hover { color: white; }

/* Internal pages */
.page-hero { position: relative; overflow: hidden; padding: 70px 0 60px; background: linear-gradient(135deg, #f4f8fa, #eef4f5); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; width: 300px; height: 300px; right: 8%; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(109,224,207,.24), transparent 70%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .breadcrumbs { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.page-hero h1 { max-width: 900px; margin: 15px 0 18px; color: var(--ink); font-size: clamp(2.3rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.045em; }
.page-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.content { padding: 72px 0 100px; }
.content-grid { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.7fr); gap: 84px; }
.side-nav { position: sticky; top: 106px; align-self: start; padding-top: 4px; }
.side-nav p { margin: 0 0 18px; color: var(--muted); font-size: .78rem; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.side-nav a { display: block; width: fit-content; margin: 10px 0; color: var(--blue); font-size: .86rem; font-weight: 700; text-underline-offset: 4px; }
.prose { max-width: 780px; }
.prose h2 { margin: 0 0 18px; color: var(--ink); font-size: 1.8rem; line-height: 1.25; letter-spacing: -.03em; }
.prose h2:not(:first-child) { margin-top: 52px; }
.prose h3 { margin: 30px 0 9px; color: var(--ink); font-size: 1.16rem; }
.prose p { margin: 0 0 18px; color: #435a6c; }
.prose ul { margin: 0 0 24px; padding-left: 20px; color: #435a6c; }
.prose li { margin: 8px 0; }
.prose .lead { color: var(--ink-soft); font-size: 1.16rem; line-height: 1.6; }
.text-link { color: var(--blue); font-weight: 720; text-underline-offset: 4px; }
.fact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0; }
.fact { padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfd; }
.fact strong { display: block; color: var(--ink); }
.fact span { display: block; margin-top: 5px; color: var(--muted); font-size: .86rem; }
.source-note { margin-top: 26px; padding: 8px 0 8px 17px; border-left: 3px solid var(--mint); color: var(--muted); font-size: .87rem; }
.link-list { border-top: 1px solid var(--line); }
.link-row { display: grid; grid-template-columns: 145px 1fr auto; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.link-row .source { color: var(--teal); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.link-row h3 { margin: 0; color: var(--ink); font-size: 1.06rem; }
.link-row p { margin: 4px 0 0; color: var(--muted); font-size: .87rem; }
.link-row .arrow { color: var(--blue); }
.link-row:hover h3 { color: var(--blue); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.card { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.card .meta { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card h3 { margin: 20px 0 10px; color: var(--ink); font-size: 1.22rem; line-height: 1.3; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); }
.card a { display: inline-block; margin-top: 20px; color: var(--blue); font-size: .86rem; font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 980px) {
  .nav { gap: 15px; }
  .nav a { font-size: .8rem; }
  .hero-grid { gap: 48px; }
  .arc-heading { gap: 52px; }
  .section-top { gap: 48px; }
  .content-grid { gap: 52px; }
  .record-grid { grid-template-columns: 1fr 1fr; }
  .record-card.media-card { grid-row: auto; min-height: 340px; grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .header-row { min-height: 68px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand small { display: none; }
  .menu { display: block; }
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 18px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 34px rgba(7,27,43,.1); }
  .nav.open { display: flex; }
  .nav a { padding: 10px 4px; font-size: .94rem; }
  .nav > a:not(.linkedin)::after { display: none; }
  .nav .linkedin { justify-content: center; margin-top: 7px; }
  .hero { padding: 52px 0 46px; }
  .hero::before { mask-image: linear-gradient(to bottom, black, transparent 75%); }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(2.55rem, 12.8vw, 4.5rem); letter-spacing: -.06em; }
  .hero-summary { font-size: 1.03rem; }
  .portrait-wrap { width: min(100%, 265px); justify-self: start; }
  .headshot figcaption { display: grid; gap: 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item { padding: 18px 12px; }
  .proof-item:first-child { padding-left: 12px; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 68px 0; }
  .intro-grid, .arc-heading, .section-top, .sources-grid, .content-grid { grid-template-columns: 1fr; gap: 28px; }
  .arc-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
  .arc-card { min-height: 265px; }
  .section-kicker { justify-content: flex-start; gap: 18px; }
  .section-number { order: -1; }
  .intro-copy h2 { font-size: 2.15rem; }
  .work-grid, .record-grid, .fact-list, .card-grid { grid-template-columns: 1fr; }
  .work-card { min-height: auto; padding: 26px 22px; }
  .record-card.media-card { grid-column: auto; min-height: 330px; }
  .record-card { min-height: 280px; }
  .quote-section { padding: 70px 0; }
  .quote-grid { grid-template-columns: 1fr; gap: 8px; }
  .quote-mark { height: 70px; font-size: 6rem; }
  .quote-section blockquote { font-size: 1.78rem; }
  .source-row { grid-template-columns: 1fr auto; gap: 7px; padding: 18px 0; }
  .source-name { grid-column: 1 / -1; }
  .cta-row, .footer-main, .footer-row { align-items: flex-start; flex-direction: column; }
  .cta-actions { flex-wrap: wrap; }
  .footer-links { justify-content: flex-start; }
  .side-nav { position: static; }
  .page-hero { padding: 50px 0 44px; }
  .page-hero h1 { font-size: 2.35rem; }
  .content { padding: 54px 0 74px; }
  .link-row { grid-template-columns: 1fr auto; gap: 7px; }
  .link-row .source { grid-column: 1 / -1; }
  .link-row p { display: none; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.35rem; }
  .actions { align-items: stretch; }
  .button { width: 100%; }
  .text-button { justify-content: center; width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
}

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