@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --white: #ffffff;
  --paper: #f7f8fa;
  --ink: #0f172a;
  --muted: #5b6472;
  --line: #e2e5ea;
  --line-strong: #cfd5de;
  --blue: #1450c4;
  --blue-dark: #0e3d99;
  --blue-tint: #eef4ff;
  --orange: #f38020;
  --orange-tint: #fff4ea;
  --success: #067647;
  --success-tint: #ecfdf3;
  --max: 1200px;
  --radius: 18px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .05), 0 2px 6px rgba(15, 23, 42, .05);
  --shadow-lg: 0 22px 55px rgba(15, 23, 42, .13), 0 4px 14px rgba(15, 23, 42, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(20, 80, 196, .55); outline-offset: 3px; }
.shell { width: min(calc(100% - 48px), var(--max)); 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; z-index: 1000; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 9px; background: var(--ink); color: var(--white); text-decoration: none; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(226, 229, 234, .9); background: rgba(255, 255, 255, .91); backdrop-filter: blur(18px) saturate(150%); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand img { display: block; width: auto; height: 31px; }
.brand-name { font-size: 1.07rem; font-weight: 800; letter-spacing: -.04em; }
.brand-name strong { color: var(--orange); font-weight: 800; }
.nav-menu { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 38px; }
.nav-links, .nav-actions { display: flex; align-items: center; }
.nav-links { gap: 26px; }
.nav-actions { gap: 16px; }
.nav-links a, .nav-signin { color: var(--muted); font-size: .88rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-signin:hover { color: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.nav-toggle i { display: block; width: 18px; height: 2px; margin: 3px auto; border-radius: 10px; background: var(--ink); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 11px; font-size: .91rem; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 42px; padding-inline: 15px; font-size: .83rem; }
.button-primary { background: var(--blue); color: var(--white); box-shadow: var(--shadow-sm); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 6px 18px rgba(20, 80, 196, .18); }
.button-secondary { border-color: var(--line-strong); background: var(--white); color: var(--ink); }
.button-secondary:hover { border-color: #aeb7c4; background: var(--paper); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #1e293b; }
.text-link { display: inline-flex; gap: 7px; color: var(--blue); font-size: .9rem; font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.hero { padding: 76px 0 86px; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(48px, 6vw, 88px); align-items: center; }
.hero-copy { padding: 44px 0; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(4.2rem, 7vw, 7.25rem); line-height: .9; letter-spacing: -.085em; font-weight: 800; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.55vw, 1.27rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 21px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .78rem; font-weight: 600; }
.hero-facts li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--orange); vertical-align: 1px; }
.hero-media { position: relative; min-height: 680px; margin: 0; overflow: visible; }
.hero-media > img { width: 100%; height: 680px; display: block; object-fit: cover; object-position: 62% center; border-radius: 24px; }
.hero-media::before { content: ""; position: absolute; z-index: -1; inset: 32px -32px -32px 32px; border-radius: 24px; background: var(--blue-tint); }
.floating-record { position: absolute; left: -42px; bottom: 34px; width: min(390px, calc(100% - 24px)); padding: 20px; border: 1px solid rgba(226, 229, 234, .95); border-radius: 16px; background: rgba(255, 255, 255, .96); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
.record-topline { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.record-topline strong { display: inline-flex; align-items: center; gap: 7px; color: var(--success); }
.record-topline i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(6, 118, 71, .1); }
.floating-record > p { margin: 17px 0 18px; font-size: 1.05rem; font-weight: 750; letter-spacing: -.025em; }
.floating-record dl { margin: 0; display: grid; gap: 10px; }
.floating-record dl div { display: grid; grid-template-columns: 98px 1fr; gap: 12px; font-size: .76rem; }
.floating-record dt { color: var(--muted); }
.floating-record dd { margin: 0; font-weight: 700; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.proof-strip-inner { min-height: 76px; display: flex; align-items: center; gap: 25px; }
.proof-strip p { margin: 0; color: var(--ink); font-size: .79rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.proof-strip-inner > span { width: 1px; height: 28px; background: var(--line-strong); }
.proof-strip ul { flex: 1; display: flex; justify-content: space-between; gap: 18px; margin: 0; padding: 0; color: var(--muted); font-size: .85rem; font-weight: 650; list-style: none; }

.story-section { padding: 128px 0; }
.section-intro { max-width: 790px; margin-bottom: 94px; }
.section-intro h2, .sample-copy h2, .proof-copy h2, .signup-copy h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.35rem); line-height: .98; letter-spacing: -.065em; }
.section-intro > p:last-child, .sample-copy > p, .proof-copy > p, .signup-copy > p { margin: 25px 0 0; color: var(--muted); font-size: 1.07rem; line-height: 1.72; }
.story-row { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(56px, 8vw, 120px); align-items: center; margin-top: 132px; }
.story-row-image-left .story-image, .story-row-image-left .record-stage { order: 0; }
.story-row-image-left .story-copy { order: 1; }
.story-row:not(.story-row-image-left) .story-image { order: 1; }
.story-row:not(.story-row-image-left) .story-copy { order: 0; }
.story-image { position: relative; min-height: 520px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.story-image img { width: 100%; height: 520px; display: block; object-fit: cover; }
.story-image figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 11px; background: rgba(255, 255, 255, .88); color: var(--ink); font-size: .76rem; font-weight: 700; backdrop-filter: blur(14px); }
.story-copy { position: relative; max-width: 510px; }
.story-number { position: absolute; right: 0; top: -53px; color: #edf0f4; font-size: 6.4rem; font-weight: 800; letter-spacing: -.08em; line-height: 1; pointer-events: none; }
.story-copy .eyebrow { position: relative; z-index: 1; margin-bottom: 19px; }
.story-copy h3 { position: relative; z-index: 1; margin: 0; font-size: clamp(2.15rem, 3.6vw, 3.65rem); line-height: 1.02; letter-spacing: -.055em; }
.story-copy > p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.plain-list { display: grid; gap: 12px; margin: 27px 0 0; padding: 0; list-style: none; font-size: .9rem; font-weight: 650; }
.plain-list li { display: flex; align-items: flex-start; gap: 11px; }
.plain-list li::before { content: "✓"; display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; margin-top: -1px; border-radius: 50%; background: var(--blue-tint); color: var(--blue); font-size: .69rem; font-weight: 900; }

.record-stage { min-height: 520px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: inset 0 0 0 9px var(--white); }
.record-stage-header, .record-stage-footer { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font: 700 .69rem/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .05em; }
.record-stage-header { padding: 16px 17px 20px; border-bottom: 1px solid var(--line); }
.record-stage-header strong { color: var(--success); }
.record-stage-title { display: flex; gap: 14px; align-items: center; padding: 28px 17px 22px; }
.record-stage-title > i { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--success-tint); color: var(--success); font-style: normal; font-weight: 900; }
.record-stage-title small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.record-stage-title b { font-size: 1rem; }
.record-timeline { display: grid; gap: 0; margin: 0; padding: 0 17px; list-style: none; }
.record-timeline li { position: relative; display: flex; justify-content: space-between; gap: 15px; padding: 17px 0 17px 33px; border-top: 1px solid var(--line); font-size: .82rem; }
.record-timeline li::before { content: ""; position: absolute; left: 5px; top: 20px; width: 10px; height: 10px; border: 3px solid var(--white); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px rgba(20, 80, 196, .3); }
.record-timeline li.orange::before { background: var(--orange); box-shadow: 0 0 0 1px rgba(243, 128, 32, .35); }
.record-timeline li:not(:last-child)::after { content: ""; position: absolute; left: 9px; top: 31px; width: 1px; height: 36px; background: var(--line-strong); }
.record-timeline span { font-weight: 700; }
.record-timeline time { color: var(--muted); }
.record-stage-footer { margin-top: 20px; padding: 18px 17px; border-top: 1px solid var(--line); }
.record-stage-footer b { color: var(--success); }

.sample-section { padding: 124px 0; background: var(--ink); color: var(--white); }
.sample-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(52px, 7vw, 102px); align-items: center; }
.sample-copy { max-width: 510px; }
.sample-copy .eyebrow { color: #a9c6ff; }
.sample-copy > p { color: #aeb8c6; }
.workflow-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 25px; }
.workflow-tabs button { min-height: 40px; padding: 0 13px; border: 1px solid #334155; border-radius: 9px; background: transparent; color: #b7c0ce; cursor: pointer; font-size: .77rem; font-weight: 700; }
.workflow-tabs button:hover { border-color: #64748b; color: var(--white); }
.workflow-tabs button[aria-pressed="true"] { border-color: var(--blue); background: var(--blue); color: var(--white); }
.sample-copy .text-link { color: #a9c6ff; }
.evidence-card { overflow: hidden; border: 1px solid #d8dde5; border-radius: 18px; background: var(--white); color: var(--ink); box-shadow: 0 24px 70px rgba(0, 0, 0, .28); }
.evidence-card > header { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); background: var(--paper); }
.evidence-card > header div span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.evidence-card > header div b { font: 700 .76rem/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; }
.evidence-card > header > strong { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(6, 118, 71, .22); border-radius: 999px; background: var(--success-tint); color: var(--success); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.evidence-card > header > strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); }
.evidence-summary { padding: 28px 28px 23px; border-bottom: 1px solid var(--line); }
.evidence-summary > span { color: var(--blue); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.evidence-summary h3 { margin: 11px 0 8px; font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.06; letter-spacing: -.045em; }
.evidence-summary p { margin: 0; color: var(--success); font-size: .84rem; font-weight: 700; }
.evidence-fields { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.evidence-fields div { padding: 19px 21px; border-bottom: 1px solid var(--line); }
.evidence-fields div:nth-child(odd) { border-right: 1px solid var(--line); }
.evidence-fields dt { margin-bottom: 7px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.evidence-fields dd { margin: 0; font-size: .79rem; font-weight: 650; line-height: 1.45; }
.evidence-card > footer { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 17px 21px; color: var(--muted); font-size: .72rem; }
.evidence-card > footer b { color: var(--success); font-size: .75rem; }
.evidence-card > footer button { border: 0; background: transparent; color: var(--blue); cursor: pointer; font-size: .72rem; font-weight: 750; }
.technical-details { display: grid; gap: 8px; padding: 16px 21px; border-top: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: .69rem; }
.technical-details code { color: var(--ink); overflow-wrap: anywhere; }

.workflows-section { padding: 128px 0; }
.section-intro-row { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.section-intro-row > p { margin: 0; }
.workflow-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 15px; }
.workflow-card { grid-column: span 6; min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.workflow-card:hover { transform: translateY(-4px); border-color: rgba(20, 80, 196, .35); box-shadow: 0 12px 30px rgba(15, 23, 42, .08); }
.workflow-card > span { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.workflow-card h3 { margin: 39px 0 13px; max-width: 520px; font-size: clamp(1.65rem, 2.7vw, 2.55rem); line-height: 1.03; letter-spacing: -.05em; }
.workflow-card p { margin: 0; max-width: 560px; color: var(--muted); font-size: .9rem; line-height: 1.62; }
.workflow-card i { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: .82rem; font-style: normal; font-weight: 750; }
.workflow-card-wide { grid-column: span 12; min-height: 270px; color: var(--white); background: var(--blue); border-color: var(--blue); }
.workflow-card-wide > span, .workflow-card-wide i { color: #d9e6ff; }
.workflow-card-wide p { color: #d6e0ef; }
.workflow-card-wide:hover { border-color: var(--blue-dark); background: var(--blue-dark); }

.proof-section { padding: 124px 0; background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.proof-copy { max-width: 550px; }
.proof-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.proof-list { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.proof-list a { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: center; padding: 22px; text-decoration: none; }
.proof-list a + a { border-top: 1px solid var(--line); }
.proof-list a:hover { background: #fbfcfd; }
.proof-list > a > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--blue-tint); color: var(--blue); font-size: .72rem; font-weight: 800; }
.proof-list b { font-size: .91rem; }
.proof-list p { margin: 5px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.proof-list i { color: var(--blue); font-style: normal; font-weight: 800; }

.signup-section { padding: 110px 0; }
.signup-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); box-shadow: var(--shadow-sm); }
.signup-copy, .signup-card { background: var(--white); padding: clamp(36px, 5vw, 64px); }
.signup-copy .eyebrow { color: var(--blue); }
.signup-copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.45rem); }
.signup-copy ul { display: grid; gap: 10px; margin: 27px 0 0; padding: 0; color: var(--ink); list-style: none; font-size: .84rem; font-weight: 650; }
.signup-copy li::before { content: "✓"; margin-right: 9px; color: var(--success); font-weight: 900; }
.signup-card { display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.signup-card > p { margin: 0 0 18px; color: var(--muted); font-size: .78rem; font-weight: 700; }

.site-footer { padding: 70px 0 28px; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 56px; }
.footer-brand p { max-width: 360px; margin: 19px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 11px; }
.footer-grid > div > b { margin-bottom: 5px; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid > div > a { color: var(--muted); font-size: .82rem; font-weight: 600; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; line-height: 1.5; }
.footer-bottom span:last-child { max-width: 670px; text-align: right; }

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

@media (max-width: 980px) {
  .nav-toggle { display: block; margin-left: auto; cursor: pointer; }
  .nav-menu { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 18px 24px 24px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-sm); }
  .nav-menu.is-open { display: grid; gap: 20px; }
  .nav-links { display: grid; gap: 5px; }
  .nav-links a { padding: 10px 0; }
  .nav-actions { justify-content: space-between; }
  .hero-grid, .sample-grid, .proof-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 45px; }
  .hero-copy { padding-bottom: 5px; }
  .hero-media { min-height: 600px; }
  .hero-media > img { height: 600px; }
  .floating-record { left: 24px; }
  .proof-strip-inner { padding-block: 18px; align-items: flex-start; }
  .proof-strip ul { flex-wrap: wrap; justify-content: flex-start; }
  .story-row { gap: 48px; }
  .sample-copy { max-width: 720px; }
  .section-intro-row { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav { min-height: 68px; }
  .nav-menu { top: 68px; }
  .nav-actions { align-items: stretch; flex-direction: column; }
  .nav-signin { padding: 10px 0; }
  .hero { padding: 38px 0 60px; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); }
  .hero-media { min-height: 520px; margin-top: 18px; }
  .hero-media > img { height: 520px; border-radius: 18px; object-position: 64% center; }
  .hero-media::before { display: none; }
  .floating-record { left: 12px; right: 12px; bottom: 12px; width: auto; }
  .proof-strip-inner { display: block; }
  .proof-strip-inner > span { display: none; }
  .proof-strip ul { margin-top: 12px; }
  .story-section, .workflows-section { padding: 88px 0; }
  .section-intro { margin-bottom: 40px; }
  .section-intro h2, .sample-copy h2, .proof-copy h2, .signup-copy h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .story-row { grid-template-columns: 1fr; margin-top: 78px; }
  .story-row .story-image, .story-row .record-stage, .story-row .story-copy { order: initial !important; }
  .story-row .story-copy { max-width: none; }
  .story-image, .story-image img { min-height: 390px; height: 390px; }
  .record-stage { min-height: 480px; }
  .story-number { top: -34px; font-size: 4.6rem; }
  .sample-section, .proof-section { padding: 88px 0; }
  .evidence-fields { grid-template-columns: 1fr; }
  .evidence-fields div:nth-child(odd) { border-right: 0; }
  .evidence-card > footer { grid-template-columns: 1fr auto; }
  .evidence-card > footer button { grid-column: 1 / -1; justify-self: start; padding: 7px 0; }
  .workflow-card, .workflow-card-wide { grid-column: span 12; min-height: 280px; }
  .signup-shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .footer-bottom span:last-child { text-align: left; }
}

@media (max-width: 480px) {
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 450px; }
  .hero-media > img { height: 450px; }
  .floating-record dl div { grid-template-columns: 86px 1fr; }
  .story-image, .story-image img { min-height: 320px; height: 320px; }
  .record-stage { padding: 18px; }
  .workflow-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .evidence-card > header { align-items: flex-start; }
  .evidence-card > header > strong { font-size: .6rem; }
  .signup-copy, .signup-card { padding: 32px 23px; }
}

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