:root{--ink:#0d100e;--ink-soft:#292d29;--paper:#f6f5ef;--white:#fff;--line:#cfd2c8;--line-dark:#454940;--yellow:#ffd44d;--yellow-strong:#dfb21b;--red:#c94c37;--green:#28624f;--max-width:1240px;--header-height:74px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}body.menu-open{overflow:hidden}button,a{font:inherit;letter-spacing:0}a{color:inherit}img{max-width:100%;display:block}button{color:inherit}.skip-link{z-index:100;color:var(--white);background:var(--ink);padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.page-shell{width:min(calc(100% - 64px), var(--max-width));margin:0 auto}.site-header{z-index:20;width:100%;height:var(--header-height);padding:0 max(32px, calc((100vw - var(--max-width)) / 2));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f5eff2;border-bottom:1px solid #11130f38;justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;left:0}.wordmark{color:var(--ink);align-items:center;gap:11px;font-size:20px;font-weight:750;text-decoration:none;display:inline-flex}.wordmark-mark{border:2px solid var(--ink);background:var(--yellow);border-radius:2px;place-items:center;width:30px;height:30px;display:inline-grid;position:relative;overflow:hidden}.wordmark-mark:before{content:"";background:var(--ink);width:3px;position:absolute;top:5px;bottom:5px;left:12px}.wordmark-mark:after{background:var(--ink);width:13px;height:3px;box-shadow:0 14px 0 var(--ink);content:"";position:absolute;top:5px;left:7px}.site-nav{align-items:center;gap:30px;height:100%;display:flex}.site-nav a{align-items:center;gap:8px;min-height:42px;font-size:14px;font-weight:650;text-decoration:none;transition:color .16s,background-color .16s;display:inline-flex}.site-nav a:not(.nav-cta):hover,.site-nav a:not(.nav-cta):focus-visible{color:var(--green)}.nav-cta{color:var(--white);background:var(--ink);border-radius:3px;padding:0 17px}.nav-cta:hover,.nav-cta:focus-visible{background:var(--green)}.nav-cta svg,.button svg{flex:0 0 17px;width:17px;height:17px}.icon-button{border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:3px;place-items:center;width:42px;height:42px;padding:0;display:inline-grid}.icon-button svg{width:20px;height:20px}.menu-button{display:none}.hero{background:#b8c4ca;height:min(780px,100svh - 92px);min-height:620px;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.hero-wash{background:#f6f5efe8;width:53%;position:absolute;inset:0 auto 0 0}.hero-content{z-index:2;height:100%;padding-top:var(--header-height);flex-direction:column;justify-content:center;display:flex;position:relative}.eyebrow,.section-index{color:var(--green);text-transform:uppercase;margin:0;font-size:13px;font-weight:760;line-height:1.3}.hero h1{width:min(650px,48%);margin:22px 0 18px;font-size:64px;font-weight:760;line-height:1.01}.hero-lede{width:min(520px,43%);color:var(--ink-soft);margin:0;font-size:21px;line-height:1.45}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 20px;font-size:15px;font-weight:720;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.button-primary{color:var(--white);background:var(--ink)}.button-primary:hover,.button-primary:focus-visible{background:var(--green)}.button-quiet{border-color:var(--ink);background:#f4f5efc2}.button-quiet:hover,.button-quiet:focus-visible{background:var(--white)}.hero-facts{border-top:1px solid #11130f4d;grid-template-columns:repeat(3,1fr);width:min(650px,48%);margin:42px 0 0;padding:19px 0 0;display:grid}.hero-facts div{min-width:0;padding-right:16px}.hero-facts dt{color:#62675d;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:700}.hero-facts dd{margin:0;font-size:14px;font-weight:700}.signal-band{min-height:92px;color:var(--ink);background:var(--yellow);text-align:center;justify-content:center;align-items:center;gap:26px;padding:22px 32px;font-size:21px;font-weight:730;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:flex}.button:hover,.button:focus-visible{transform:translateY(-1px)}.signal-band svg{flex:0 0 26px;width:26px;height:26px}.signal-band:hover,.signal-band:focus-visible{background:var(--yellow-strong)}.continuum-section{color:var(--white);background:var(--ink);padding:30px 0}.continuum{grid-template-columns:180px 1fr;align-items:center;gap:36px;display:grid}.continuum-label{color:var(--yellow);text-transform:uppercase;font-size:14px;font-weight:750}.continuum ol{grid-template-columns:repeat(5,1fr);margin:0;padding:0;list-style:none;display:grid}.continuum li{border-left:1px solid var(--line-dark);align-items:center;gap:10px;min-width:0;padding:0 24px;font-size:14px;font-weight:680;display:flex}.continuum li:first-child{border-left:0;padding-left:0}.continuum li svg{width:20px;height:20px;color:var(--yellow);flex:0 0 20px}.section{padding:112px 0}.section-heading{margin-bottom:70px}.heading-grid{grid-template-columns:minmax(140px,.8fr) minmax(0,2.2fr);gap:64px;display:grid}.section-heading h2,.claims-copy h2,.fit-section h2,.closing-section h2{margin:0;font-size:48px;font-weight:740;line-height:1.08}.section-heading p:not(.section-index){color:#51564d;max-width:720px;margin:24px 0 0;font-size:19px;line-height:1.55}.origin-section{background:var(--white)}.origin-layout{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.origin-story,.origin-insight{padding:42px 0 46px}.origin-story{padding-right:64px}.origin-insight{border-left:1px solid var(--line);padding-left:64px}.origin-date{color:var(--red);text-transform:uppercase;align-items:center;gap:9px;margin:0 0 26px;font-size:13px;font-weight:760;display:inline-flex}.origin-date svg{width:18px;height:18px}.origin-lead{margin:0;font-size:25px;font-weight:680;line-height:1.42}.origin-story>p:last-child,.origin-insight p{color:#53584f;margin:24px 0 0;font-size:17px;line-height:1.65}.origin-insight>span{color:var(--green);text-transform:uppercase;font-size:12px;font-weight:760}.origin-insight blockquote{margin:19px 0 0;font-size:31px;font-weight:730;line-height:1.23}.origin-bridge{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:64px;display:grid}.origin-bridge article{border-left:1px solid var(--line);min-width:0;padding:28px 32px 30px}.origin-bridge article:first-child{border-left:0;padding-left:0}.origin-bridge svg{width:23px;height:23px;color:var(--red);margin-bottom:21px}.origin-bridge span{font-size:16px;font-weight:750;display:block}.origin-bridge p{color:#5a5f56;margin:9px 0 0;font-size:14px}.problem-section{background:var(--paper)}.evidence-compare{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr);display:grid}.evidence-compare article{padding:36px 0 42px}.compare-label{color:var(--red);text-transform:uppercase;font-size:12px;font-weight:760}.evidence-compare h3{margin:12px 0 24px;font-size:26px}.evidence-compare ul{color:#4f544c;gap:12px;margin:0;padding:0;list-style:none;display:grid}.evidence-compare li{padding-left:19px;position:relative}.evidence-compare li:before{background:var(--green);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.65em;left:0}.compare-divider{border-right:1px solid var(--line);border-left:1px solid var(--line);place-items:center;display:grid}.compare-divider svg{width:26px;height:26px;color:var(--red)}.workflow-section{background:var(--white)}.workflow-layout{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:start;gap:72px;display:grid}.workflow-steps{margin:0;padding:0;list-style:none}.workflow-steps li{border-top:1px solid var(--line);grid-template-columns:54px 1fr;gap:20px;padding:26px 0;display:grid}.workflow-steps li:last-child{border-bottom:1px solid var(--line)}.step-number{color:var(--red);font-size:13px;font-weight:760}.workflow-steps h3{margin:0 0 8px;font-size:21px}.workflow-steps p{color:#555a51;margin:0}.risk-file{border:1px solid var(--ink);color:var(--white);background:var(--ink);box-shadow:16px 16px 0 var(--yellow);border-radius:6px;overflow:hidden}.risk-file-header,.risk-file-footer{justify-content:space-between;align-items:center;gap:24px;min-height:58px;padding:0 22px;font-size:13px;display:flex}.risk-file-header{border-bottom:1px solid var(--line-dark)}.risk-file-header div,.risk-file-footer span{align-items:center;gap:8px;display:inline-flex}.status-dot{background:#69c68f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #69c68f24}.segmented-control{border:1px solid var(--line-dark);border-radius:4px;grid-template-columns:repeat(3,1fr);margin:18px 22px 0;display:grid}.segmented-control button{border:0;border-left:1px solid var(--line-dark);color:#bfc4ba;cursor:pointer;background:0 0;min-height:42px;font-size:13px;font-weight:700}.segmented-control button:first-child{border-left:0}.segmented-control button[aria-pressed=true]{color:var(--ink);background:var(--yellow)}.segmented-control button:focus-visible{outline:2px solid var(--white);outline-offset:2px}.risk-file-body{min-height:360px;padding:25px 22px}.risk-summary{border:1px solid var(--line-dark);background:var(--line-dark);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.risk-summary div{background:#181b16;min-width:0;padding:14px}.risk-summary span{color:#9da298;text-transform:uppercase;font-size:11px;display:block}.risk-summary strong{color:var(--white);margin-top:5px;font-size:15px;display:block}.risk-queue{margin-top:24px}.risk-queue-title{color:#aeb3a9;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:11px;font-weight:730;display:flex}.risk-event{border-top:1px solid var(--line-dark);grid-template-columns:34px 1fr auto;align-items:center;gap:12px;min-height:58px;padding:10px 0;display:grid}.event-icon{border:1px solid var(--line-dark);width:34px;height:34px;color:var(--yellow);border-radius:3px;place-items:center;display:grid}.event-icon svg{width:17px;height:17px}.risk-event strong,.risk-event small{display:block}.risk-event strong{font-size:13px}.risk-event small{color:#9da298;margin-top:3px;font-size:11px}.event-state{color:#d5d9d0;font-size:11px}.risk-file-footer{border-top:1px solid var(--line-dark);color:#9da298;min-height:52px}.risk-file-footer svg{width:14px;height:14px}.claims-section{background:var(--paper);padding:0}.claims-layout{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:stretch;min-height:660px;display:grid}.claims-image-wrap{min-height:660px;margin:0 0 0 calc((100vw - min(calc(100vw - 64px), var(--max-width))) / -2);position:relative;overflow:hidden}.claims-image-wrap img{object-fit:cover;width:100%;height:100%}.claims-image-wrap figcaption{color:var(--white);background:var(--ink);padding:9px 12px;font-size:12px;font-weight:700;position:absolute;bottom:20px;left:20px}.claims-copy{align-self:center;padding:70px 0 70px 72px}.claims-copy h2{margin-top:24px}.claims-copy>p:not(.section-index){color:#53584f;margin:24px 0 0;font-size:18px}.claims-points{border-bottom:1px solid var(--line);gap:0;margin-top:34px;display:grid}.claims-points div{border-top:1px solid var(--line);grid-template-columns:32px 1fr;align-items:center;gap:13px;min-height:58px;font-size:14px;font-weight:680;display:grid}.claims-points svg{width:21px;height:21px;color:var(--red)}.coverage-section{background:var(--white)}.coverage-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.coverage-grid article{border-top:3px solid var(--ink);min-width:0;padding-top:22px}.coverage-grid article:nth-child(2){border-color:var(--red)}.coverage-grid article:nth-child(3){border-color:var(--green)}.coverage-grid article:nth-child(4){border-color:var(--yellow-strong)}.coverage-grid span{color:#777c72;font-size:12px;font-weight:730}.coverage-grid h3{margin:34px 0 13px;font-size:22px}.coverage-grid p{color:#565b52;margin:0}.market-section{color:var(--white);background:var(--green)}.market-layout{grid-template-columns:minmax(310px,.8fr) minmax(0,1.2fr);align-items:end;gap:80px;display:grid}.market-section .section-index{color:#b9e1d2}.market-copy h2{margin:21px 0 0;font-size:45px;line-height:1.08}.market-copy>p:not(.section-index){color:#d8e7e0;margin:24px 0 0;font-size:18px;line-height:1.6}.market-stats{border-top:1px solid #ffffff7a;border-bottom:1px solid #ffffff7a;grid-template-columns:repeat(3,1fr);margin:0;display:grid}.market-stats div{border-left:1px solid #ffffff59;min-width:0;padding:29px 24px 31px}.market-stats div:first-child{border-left:0;padding-left:0}.market-stats dt{color:var(--yellow);font-size:42px;font-weight:760;line-height:1}.market-stats dd{color:#d8e7e0;margin:15px 0 0;font-size:13px;line-height:1.5}.market-sources{color:#b9d0c7;grid-column:1/-1;margin:-34px 0 0;font-size:11px}.market-sources a{text-underline-offset:3px}.fit-section{color:var(--white);background:var(--red);padding:86px 0}.fit-section .section-index{color:#ffd8cf}.fit-layout{grid-template-columns:1.3fr .7fr;align-items:end;gap:80px;display:grid}.fit-section h2{margin-top:18px}.fit-note{color:#ffe0d8;max-width:590px;margin:22px 0 0;font-size:16px}.fit-list{border-bottom:1px solid #ffffff80}.fit-list div{border-top:1px solid #ffffff80;grid-template-columns:28px 1fr;align-items:center;gap:10px;min-height:52px;font-size:14px;font-weight:650;display:grid}.fit-list svg{width:18px;height:18px}.closing-section{background:var(--yellow);padding:88px 0}.closing-layout{justify-content:space-between;align-items:flex-end;gap:60px;display:flex}.closing-section .eyebrow{color:var(--ink-soft)}.closing-section h2{margin-top:18px}.closing-section h2+p{color:#44473f;margin:20px 0 0;font-size:16px}.button-dark{color:var(--white);background:var(--ink);flex:none}.button-dark:hover,.button-dark:focus-visible{background:var(--green)}.site-footer{color:#dfe2da;background:var(--ink);padding:62px 0 26px}.footer-layout{justify-content:space-between;align-items:flex-start;gap:60px;display:flex}.footer-wordmark{color:var(--white)}.footer-layout p{color:#aeb3a9;margin:18px 0 0}.footer-contact{justify-items:end;gap:9px;font-size:14px;display:grid}.footer-contact a{color:var(--yellow);text-decoration:none}.legal-line{border-top:1px solid var(--line-dark);color:#878d82;grid-template-columns:1fr auto;align-items:end;gap:50px;margin-top:56px;padding-top:24px;font-size:11px;line-height:1.55;display:grid}.legal-line p{max-width:900px;margin:0}:focus-visible{outline:3px solid var(--yellow-strong);outline-offset:3px}@media (max-width:1060px){.site-nav{gap:20px}.site-nav a{font-size:13px}.hero h1{font-size:54px}.continuum{grid-template-columns:140px 1fr;gap:20px}.continuum li{padding:0 13px}.workflow-layout{grid-template-columns:minmax(0,.85fr) minmax(390px,1.15fr);gap:48px}.claims-copy{padding-left:48px}.origin-story{padding-right:42px}.origin-insight{padding-left:42px}.market-layout{gap:48px}.market-stats dt{font-size:35px}.coverage-grid{grid-template-columns:repeat(2,1fr);row-gap:52px}}@media (max-width:820px){:root{--header-height:66px}.page-shell{width:min(calc(100% - 36px), var(--max-width))}.site-header{padding:0 18px}.menu-button{display:inline-grid}.site-nav{top:var(--header-height);height:calc(100svh - var(--header-height));background:var(--paper);flex-direction:column;align-items:stretch;gap:0;padding:18px;display:none;position:absolute;left:0;right:0}.site-nav.is-open{display:flex}.site-nav a{border-bottom:1px solid var(--line);justify-content:space-between;min-height:58px;font-size:18px}.site-nav .nav-cta{border-bottom:0;justify-content:center;min-height:52px;margin-top:20px}.hero{height:76svh;min-height:620px;max-height:720px}.hero-image{object-position:58% center}.hero-wash{background:#f4f5efd6;width:100%}.hero-content{justify-content:flex-end;padding-bottom:42px}.hero h1,.hero-lede,.hero-facts{width:100%}.hero h1{max-width:650px;font-size:46px}.hero-lede{max-width:540px}.signal-band{min-height:88px;font-size:18px}.continuum{grid-template-columns:1fr}.continuum ol{grid-template-columns:repeat(5,minmax(116px,1fr));padding-bottom:8px;overflow-x:auto}.section{padding:82px 0}.heading-grid{grid-template-columns:1fr;gap:24px}.section-heading{margin-bottom:50px}.section-heading h2,.claims-copy h2,.fit-section h2,.closing-section h2{font-size:39px}.evidence-compare{grid-template-columns:1fr}.compare-divider{border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:68px}.workflow-layout{grid-template-columns:1fr;gap:54px}.origin-layout,.market-layout{grid-template-columns:1fr}.origin-story{padding-right:0}.origin-insight{border-top:1px solid var(--line);border-left:0;padding-left:0}.origin-bridge{grid-template-columns:1fr}.origin-bridge article,.origin-bridge article:first-child{border-top:1px solid var(--line);border-left:0;padding:24px 0}.origin-bridge article:first-child{border-top:0}.market-copy h2{font-size:39px}.market-sources{margin-top:-16px}.risk-file{width:calc(100% - 12px)}.claims-layout{grid-template-columns:1fr;width:100%}.claims-image-wrap{min-height:470px;margin:0}.claims-copy{width:min(calc(100% - 36px), var(--max-width));margin:0 auto;padding:72px 0}.fit-layout{grid-template-columns:1fr;align-items:start;gap:48px}.closing-layout,.footer-layout{flex-direction:column;align-items:flex-start}.closing-layout{display:flex}.footer-contact{justify-items:start}}@media (max-width:560px){.wordmark{font-size:18px}.wordmark-mark{width:27px;height:27px}.hero{height:82svh;min-height:650px}.hero-content{padding-bottom:30px}.hero h1{margin-top:16px;font-size:39px}.hero-lede{font-size:18px}.hero-actions{grid-template-columns:1fr;margin-top:24px;display:grid}.button{width:100%}.hero-facts{grid-template-columns:1fr 1fr;gap:17px 12px;margin-top:26px}.hero-facts div:last-child{grid-column:1/-1}.signal-band{text-align:left;justify-content:space-between;padding:20px 18px;font-size:16px}.section{padding:68px 0}.section-heading h2,.claims-copy h2,.fit-section h2,.closing-section h2,.market-copy h2{font-size:34px}.origin-lead{font-size:21px}.origin-insight blockquote{font-size:26px}.market-stats{grid-template-columns:1fr}.market-stats div,.market-stats div:first-child{border-top:1px solid #ffffff59;border-left:0;padding:22px 0}.market-stats div:first-child{border-top:0}.section-heading p:not(.section-index),.claims-copy>p:not(.section-index){font-size:17px}.risk-file{box-shadow:10px 10px 0 var(--yellow)}.risk-file-header,.risk-file-footer{gap:10px;padding:0 14px;font-size:11px}.segmented-control{margin-left:14px;margin-right:14px}.risk-file-body{min-height:390px;padding-left:14px;padding-right:14px}.risk-summary{grid-template-columns:1fr}.risk-event{grid-template-columns:34px minmax(0,1fr)}.event-state{grid-column:2}.claims-image-wrap{min-height:380px}.coverage-grid{grid-template-columns:1fr}.closing-section{padding:68px 0}.legal-line{grid-template-columns:1fr;gap:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
