:root {
  --ink: #0b0d0b;
  --ink-soft: #252925;
  --green: #2aaa00;
  --green-deep: #1f8004;
  --green-pale: #e6f4df;
  --paper: #f5f4ee;
  --white: #ffffff;
  --line: #d7d8d1;
  --muted: #686d67;
  --warning: #b26b00;
  --max: 1240px;
  --radius: 4px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.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; left: 16px; top: -60px; z-index: 999; background: var(--white); padding: 12px 16px; border: 2px solid var(--ink); }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(245, 244, 238, .86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-bottom-color: rgba(11, 13, 11, .12); background: rgba(245, 244, 238, .96); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 225px; flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--ink-soft); }
.button-primary { background: var(--green); color: #071006; }
.button-primary:hover { background: #33c40a; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.text-link-dark { border-bottom-color: rgba(11,13,11,.32); }
.text-link span { color: var(--green); font-size: 20px; line-height: 1; }

.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: #3a403a; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(42,170,0,.12); }
.eyebrow-light { color: #afb5ad; }

.hero { position: relative; min-height: 100svh; padding: 174px 0 0; overflow: hidden; background: var(--paper); }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: linear-gradient(rgba(11,13,11,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(11,13,11,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 0%, transparent 72%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 68px; align-items: center; min-height: 600px; }
.hero-copy h1 { max-width: 720px; margin: 0; font-size: clamp(52px, 6vw, 88px); line-height: .98; letter-spacing: -.055em; font-weight: 780; }
.hero-copy h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 650px; margin: 30px 0 0; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; color: #434843; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-actions .text-link { color: var(--ink); border-bottom-color: rgba(11,13,11,.25); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 54px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; color: #555b55; }
.hero-points span::before { content: "✓"; color: var(--green); margin-right: 8px; }

.product-window { position: relative; z-index: 2; background: #fdfdfb; border: 1px solid #cfd2cb; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.product-window::before { content: ""; position: absolute; z-index: -1; inset: 34px -34px -34px 34px; background: var(--green); opacity: .13; }
.window-topbar { height: 54px; padding: 0 18px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #dcddd7; font-size: 12px; }
.window-dots { display: flex; gap: 6px; margin-right: 4px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #bdc0b9; }
.window-label { font-weight: 750; }
.status { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; background: #edf6e9; color: #1c6410; padding: 5px 8px; border-radius: 30px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.window-body { padding: 28px; }
.record-heading { display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 18px; }
.product-thumb { width: 76px; height: 76px; display: grid; place-items: center; background: #f0f1ec; border: 1px solid #dedfd8; }
.product-thumb svg { width: 50px; color: #3f443f; }
.label { margin: 0 0 5px; color: #858a83; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.record-heading h2 { margin: 0; font-size: 19px; letter-spacing: -.025em; }
.record-meta { margin: 3px 0 0; color: #777c76; font-size: 11px; }
.score-ring { --score: 82; width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; position: relative; background: conic-gradient(var(--green) calc(var(--score) * 1%), #e5e7e1 0); }
.score-ring::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: #fdfdfb; }
.score-ring span { position: relative; font-size: 18px; font-weight: 850; }
.score-ring small { font-size: 9px; }
.readiness-bar { margin: 28px 0 20px; padding: 18px; background: #f4f5f0; border: 1px solid #e0e2db; }
.readiness-copy { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 12px; font-size: 11px; }
.readiness-copy span { color: #686d67; }
.readiness-copy strong { font-weight: 800; }
.bar-track { height: 5px; background: #dce0d8; overflow: hidden; }
.bar-track span { display: block; height: 100%; background: var(--green); }
.record-grid { display: grid; gap: 8px; }
.record-card { min-height: 66px; display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; border: 1px solid #e0e1db; background: #fff; }
.card-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #f7e9d5; color: var(--warning); font-size: 13px; font-weight: 900; }
.card-icon.verified { background: var(--green-pale); color: var(--green-deep); }
.record-card p { margin: 0; font-size: 11px; color: #6b706a; }
.record-card strong { display: block; margin-top: 2px; font-size: 12px; }
.record-card.attention { border-color: #e5cfaa; }
.chevron { color: #9a9e98; font-size: 22px; }
.window-footer { margin-top: 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; }
.avatars { display: flex; }
.avatars span { width: 26px; height: 26px; display: grid; place-items: center; margin-left: -6px; border: 2px solid #fff; border-radius: 50%; background: #333833; color: #fff; font-size: 8px; font-weight: 800; }
.avatars span:first-child { margin-left: 0; background: var(--green-deep); }
.avatars span:last-child { background: #dfe3dc; color: #4c514c; }
.window-footer p { margin: 0; color: #7a7e78; font-size: 9px; }
.window-footer button { border: 1px solid #d2d4cd; background: #fff; min-height: 34px; padding: 0 12px; font-size: 9px; font-weight: 800; }
.hero-footer { position: relative; margin-top: 82px; padding: 30px 0; border-top: 1px solid rgba(11,13,11,.15); display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.hero-footer p { margin: 0; font-size: 13px; color: #565b55; }
.trust-terms { display: flex; gap: 24px; color: #747972; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }

.section { padding: 132px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-heading { margin-bottom: 62px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.section-heading h2, .proof-copy h2, .company-statement h2, .assessment-copy h2 { margin: 0; font-size: clamp(42px, 4.5vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.split-heading > p { margin: 0 0 6px; max-width: 470px; color: #adb2ab; font-size: 18px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #323632; }
.feature-card { position: relative; min-height: 460px; padding: 34px; border-right: 1px solid #323632; overflow: hidden; }
.feature-card:last-child { border-right: 0; }
.feature-number { font-size: 11px; color: #8e948c; font-weight: 800; letter-spacing: .14em; }
.feature-visual { height: 190px; margin: 28px 0 32px; background: #111411; border: 1px solid #2e332e; position: relative; display: flex; align-items: center; justify-content: center; }
.feature-card h3 { margin: 0 0 14px; font-size: 23px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: #aeb4ac; line-height: 1.7; }
.file-card, .database-icon { width: 58px; height: 72px; display: grid; place-items: center; border: 1px solid #4b514b; color: #c9cec7; font-size: 12px; font-weight: 850; }
.file-card { background: #1a1e1a; transform: rotate(-4deg); }
.database-icon { background: var(--green); color: #081006; border-color: var(--green); font-size: 28px; transform: rotate(4deg); }
.flow-line { width: 76px; height: 1px; background: #4b514b; position: relative; }
.flow-line::after { content: "›"; position: absolute; right: -2px; top: -14px; color: var(--green); font-size: 26px; }
.visual-evidence { gap: 14px; }
.evidence-node { border: 1px solid #454a45; background: #181b18; padding: 12px 14px; color: #c5cac3; font-size: 10px; font-weight: 800; }
.evidence-check { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: #071006; display: grid; place-items: center; font-weight: 900; }
.visual-publish { gap: 38px; }
.qr-mini { width: 74px; height: 74px; border: 6px solid #dfe3dc; background: repeating-conic-gradient(#dfe3dc 0 25%, transparent 0 50%) 50% / 18px 18px; box-shadow: inset 0 0 0 5px #111411; }
.passport-mini { width: 96px; height: 122px; background: #f0f1ec; padding: 20px 14px; display: grid; align-content: start; gap: 10px; }
.passport-mini i { display: block; height: 5px; background: #aeb3ac; }
.passport-mini i:first-child { width: 48%; height: 26px; background: var(--green); }

.proof-section { background: #e9eae4; }
.proof-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.proof-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 30px; color: #555b55; font-size: 18px; line-height: 1.7; }
.proof-stack { display: grid; gap: 12px; }
.proof-item { display: grid; grid-template-columns: 82px 1fr 58px; gap: 24px; align-items: center; min-height: 132px; padding: 24px; background: rgba(255,255,255,.68); border: 1px solid #d3d5ce; }
.proof-level { align-self: start; color: #767b75; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.proof-item h3 { margin: 0 0 5px; font-size: 22px; }
.proof-item p { margin: 0; color: #696e68; font-size: 14px; }
.proof-symbol { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #bfc3bc; border-radius: 50%; font-weight: 900; }
.proof-item-accent { background: var(--ink); color: var(--white); border-color: var(--ink); }
.proof-item-accent p, .proof-item-accent .proof-level { color: #aeb4ac; }
.proof-item-accent .proof-symbol { background: var(--green); color: #071006; border-color: var(--green); }

.readiness-section { background: var(--paper); }
.centered { max-width: 850px; margin-left: auto; margin-right: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered h2 { font-size: clamp(44px, 5vw, 72px); }
.centered > p:not(.eyebrow) { max-width: 700px; margin: 26px auto 0; color: #5c615b; font-size: 18px; line-height: 1.7; }
.assessment-preview { display: grid; grid-template-columns: .8fr 1.25fr .95fr; border: 1px solid #cfd1ca; background: #fff; box-shadow: 0 28px 80px rgba(14,17,14,.08); }
.assessment-preview > div { padding: 36px; border-right: 1px solid #d7d9d2; }
.assessment-preview > div:last-child { border-right: 0; }
.assessment-left h3 { margin: 0 0 42px; font-size: 25px; }
.assessment-score strong { display: block; color: var(--green-deep); font-size: 70px; line-height: 1; letter-spacing: -.055em; }
.assessment-score span { display: block; margin-top: 9px; color: #727770; font-size: 12px; }
.assessment-list { display: grid; align-content: center; gap: 0; }
.assessment-list div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid #e2e3de; font-size: 13px; }
.assessment-list div:last-child { border-bottom: 0; }
.assessment-list strong { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.good { color: var(--green-deep); }
.partial { color: #9d650a; }
.missing { color: #a4362b; }
.assessment-outcome { background: #f2f3ee; display: flex; flex-direction: column; justify-content: center; }
.assessment-outcome > span { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; font-weight: 850; color: #747a73; }
.assessment-outcome strong { display: block; margin: 12px 0; font-size: 22px; line-height: 1.25; }
.assessment-outcome p { margin: 0; color: #686e67; font-size: 13px; line-height: 1.6; }

.company-section { background: var(--green); color: #071006; }
.company-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.company-statement .eyebrow-light { color: #164c0b; }
.company-statement .eyebrow > span { background: #071006; box-shadow: 0 0 0 5px rgba(7,16,6,.12); }
.company-copy p { margin: 0; font-size: 18px; line-height: 1.7; }
.company-copy .company-note { margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(7,16,6,.28); font-size: 14px; font-weight: 750; }

.assessment-section { padding: 132px 0; background: #eaebe5; }
.assessment-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.assessment-copy { position: sticky; top: 140px; }
.assessment-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0; color: #5d625c; font-size: 18px; line-height: 1.7; }
.contact-meta { display: grid; gap: 10px; margin-top: 38px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.contact-meta span::before { content: "✓"; margin-right: 10px; color: var(--green-deep); }
.assessment-form { background: #fff; border: 1px solid #d2d4cd; padding: 38px; box-shadow: 0 24px 70px rgba(16,19,16,.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.assessment-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #3e433e; font-size: 12px; font-weight: 800; }
.assessment-form input, .assessment-form select, .assessment-form textarea { width: 100%; border: 1px solid #cfd2ca; border-radius: 2px; background: #fafaf7; padding: 13px 14px; color: var(--ink); outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.assessment-form input:focus, .assessment-form select:focus, .assessment-form textarea:focus { border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(42,170,0,.12); }
.assessment-form textarea { resize: vertical; min-height: 120px; }
.form-note { margin: 14px 0 0; color: #797e77; font-size: 10px; line-height: 1.5; }
.form-status { min-height: 20px; margin: 10px 0 0; font-size: 12px; font-weight: 750; }

.site-footer { padding: 72px 0 24px; background: var(--ink); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 240px 1fr auto; gap: 60px; align-items: center; padding-bottom: 60px; }
.footer-brand { width: 220px; }
.footer-main > p { margin: 0; color: #aeb4ac; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 26px; color: #c4c9c2; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { padding-top: 22px; border-top: 1px solid #2d322d; display: flex; justify-content: space-between; gap: 30px; color: #858b84; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay-medium { transition-delay: .16s; }

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

@media (max-width: 1080px) {
  .site-nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr; padding-bottom: 20px; }
  .hero-copy { max-width: 780px; }
  .product-window { width: min(100%, 760px); margin-inline: auto; transform: none; }
  .split-heading, .proof-layout, .company-layout, .assessment-layout { gap: 60px; }
  .feature-card { padding: 28px; }
  .assessment-preview { grid-template-columns: 1fr 1.35fr; }
  .assessment-outcome { grid-column: 1 / -1; border-top: 1px solid #d7d9d2; }
}

@media (max-width: 860px) {
  .header-inner { height: 74px; }
  .brand { width: 190px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; min-height: 100svh; padding: 110px 24px 40px; background: var(--paper); flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a { padding: 18px 0; border-bottom: 1px solid rgba(11,13,11,.12); font-size: 20px; }
  .site-nav .button { margin-top: 24px; border-bottom: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding-top: 134px; }
  .hero-layout { min-height: auto; }
  .hero-footer, .split-heading, .proof-layout, .company-layout, .assessment-layout { grid-template-columns: 1fr; display: grid; }
  .hero-footer { gap: 18px; }
  .trust-terms { flex-wrap: wrap; }
  .section { padding: 96px 0; }
  .split-heading { gap: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; border-right: 0; border-bottom: 1px solid #323632; }
  .feature-card:last-child { border-bottom: 0; }
  .feature-visual { height: 170px; }
  .proof-layout, .company-layout, .assessment-layout { gap: 56px; }
  .assessment-copy { position: static; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .hero-copy h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-points { display: grid; gap: 12px; }
  .product-window::before { inset: 14px -14px -14px 14px; }
  .window-body { padding: 18px; }
  .record-heading { grid-template-columns: 56px 1fr; }
  .product-thumb { width: 56px; height: 56px; }
  .product-thumb svg { width: 38px; }
  .score-ring { grid-column: 1 / -1; width: 100%; height: 8px; border-radius: 0; background: #e5e7e1; display: block; overflow: hidden; }
  .score-ring::before { display: block; inset: 0 auto 0 0; width: calc(var(--score) * 1%); border-radius: 0; background: var(--green); }
  .score-ring span { display: none; }
  .readiness-copy { align-items: flex-start; flex-direction: column; gap: 4px; }
  .window-footer { grid-template-columns: auto 1fr; }
  .window-footer button { grid-column: 1 / -1; }
  .trust-terms { display: grid; grid-template-columns: 1fr 1fr; }
  .section { padding: 80px 0; }
  .section-heading h2, .proof-copy h2, .company-statement h2, .assessment-copy h2 { font-size: 42px; }
  .proof-item { grid-template-columns: 1fr 52px; }
  .proof-level { grid-column: 1 / -1; }
  .assessment-preview { grid-template-columns: 1fr; }
  .assessment-preview > div { border-right: 0; border-bottom: 1px solid #d7d9d2; padding: 28px; }
  .assessment-preview > div:last-child { border-bottom: 0; }
  .assessment-outcome { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .assessment-form { padding: 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
