.hero{position:relative;min-height:calc(100svh - var(--nav-h));display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-block:clamp(3rem,7vh,6.5rem) clamp(2.5rem,5vh,4.6rem)}.hero-field{position:absolute;inset:0;z-index:0;mask-image:radial-gradient(ellipse 92% 84% at 55% 45%,#000 55%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 92% 84% at 55% 45%,#000 55%,transparent 100%)}.hero-field canvas{display:block;width:100%;height:100%}.hero-field.is-fallback{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='120'%3E%3Cg fill='%23516a7f' transform='translate(10 12)'%3E%3Crect width='76' height='96' fill-opacity='.05'/%3E%3Crect x='8' y='8' width='36' height='6' fill-opacity='.34'/%3E%3Crect x='8' y='24' width='56' height='3' fill-opacity='.26'/%3E%3Crect x='8' y='36' width='46' height='3' fill-opacity='.26'/%3E%3Crect x='8' y='48' width='53' height='3' fill-opacity='.26'/%3E%3Crect x='8' y='61' width='39' height='3' fill-opacity='.26'/%3E%3Crect x='8' y='73' width='51' height='3' fill-opacity='.26'/%3E%3Crect x='8' y='85' width='32' height='3' fill-opacity='.26'/%3E%3C/g%3E%3C/svg%3E");background-size:96px 120px}:root[data-theme=dark] .hero-field.is-fallback{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='120'%3E%3Cg fill='%2394acc2' transform='translate(10 12)'%3E%3Crect width='76' height='96' fill-opacity='.05'/%3E%3Crect x='8' y='8' width='36' height='6' fill-opacity='.2'/%3E%3Crect x='8' y='24' width='56' height='3' fill-opacity='.16'/%3E%3Crect x='8' y='36' width='46' height='3' fill-opacity='.16'/%3E%3Crect x='8' y='48' width='53' height='3' fill-opacity='.16'/%3E%3Crect x='8' y='61' width='39' height='3' fill-opacity='.16'/%3E%3Crect x='8' y='73' width='51' height='3' fill-opacity='.16'/%3E%3Crect x='8' y='85' width='32' height='3' fill-opacity='.16'/%3E%3C/g%3E%3C/svg%3E")}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);gap:0;align-items:stretch}.hero-grid.panel{background:var(--ink-2);background:color-mix(in srgb,var(--ink-2) var(--panel-veil),transparent)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,3vw,2.3rem)}.hero-copy .display{text-shadow:none;font-size:clamp(2rem,2.7vw,2.8rem)}.display .term-case{text-transform:none}.hero-copy>*{animation:hero-rise .85s cubic-bezier(.22,.9,.3,1) both}.hero-copy>*:nth-child(2){animation-delay:.1s}.hero-copy>*:nth-child(3){animation-delay:.2s}.hero-copy>*:nth-child(4){animation-delay:.3s}@keyframes hero-rise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{margin-bottom:1.1rem;color:var(--text-2)}.hero-sub{display:block;margin-top:1.3rem;font-family:var(--font-body);font-weight:450;text-transform:none;letter-spacing:normal}.hero-signup{display:flex;gap:.6rem;margin-top:2rem;max-width:30rem}.hero-signup .field-input{flex:1}.hero-signup-note{margin-top:.8rem;font-size:.86rem;color:var(--text-3)}.trace{position:relative;z-index:0;display:flex;flex-direction:column;min-height:430px;border-left:1px solid var(--line);background:var(--ink-2);border-radius:0 var(--r-md) var(--r-md) 0}.trace-stage{--trace-indent: calc(.1rem + 16px + .7rem);flex:1;display:flex;flex-direction:column;gap:clamp(1rem,2.6vh,1.5rem);padding:clamp(1.5rem,3.6vh,2.1rem) 1.2rem clamp(1.9rem,3.6vh,2.2rem)}.trace-intake{display:flex;align-items:center;gap:.6rem;margin-left:var(--trace-indent)}.trace-slot{position:absolute;left:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:30px;height:30px;transform:translate(-50%,-50%);border-radius:50%;border:1px solid var(--line);background:var(--ink-2)}.trace-slot.is-in{top:0;transform:translate(-50%,-50%)}.trace-slot.is-out{top:auto;bottom:0;transform:translate(-50%,50%)}.trace-slot-mouth{width:9px;height:9px;border-radius:50%;background:var(--data-1);opacity:.3;transition:opacity .24s ease-out,transform .24s ease-out}.trace.is-ingesting .trace-slot.is-in .trace-slot-mouth,.trace.is-venting .trace-slot.is-out .trace-slot-mouth{opacity:1;transform:scale(1.55)}.trace-token{position:absolute;top:0;left:0;z-index:2;display:flex;flex-direction:column;gap:2.5px;width:22px;height:28px;padding:4px 3px 0;border:1px solid var(--line-strong);border-radius:2px;background:var(--ink-2);opacity:0;pointer-events:none}.trace-token-head{height:4px;border-radius:1px;background:var(--line-strong);transition:background .3s ease-out}.trace-token-rule{height:1.5px;border-radius:1px;background:var(--line)}.trace-token-rule:nth-child(3){width:78%}.trace-token-rule:nth-child(4){width:58%}.trace-token.is-ok{border-color:var(--ok-vivid)}.trace-token.is-warn{border-color:var(--warn-vivid)}.trace-token.is-flag{border-color:var(--flag-vivid)}.trace-token.is-ok .trace-token-head{background:var(--ok-vivid)}.trace-token.is-warn .trace-token-head{background:var(--warn-vivid)}.trace-token.is-flag .trace-token-head{background:var(--flag-vivid)}.trace-path{position:absolute;inset:0;z-index:-1;width:100%;height:100%;overflow:visible;pointer-events:none}.trace-path path{fill:none;stroke:var(--line);stroke-width:1}.trace-id{opacity:0;transform:translateY(4px)}.trace-nature{font-size:.92rem;color:var(--text-2);opacity:0;transform:translateY(4px)}.trace-checks{flex:1;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:space-around}.trace-check{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;padding:.35rem .1rem;opacity:0;transform:translateY(8px)}.trace-check-mark{position:relative;display:grid;place-items:center;width:16px;height:16px}.trace-check-dot{width:7px;height:7px;border-radius:50%;border:1px solid var(--data-1);animation:check-pulse 1.5s ease-in-out infinite;transition:opacity .2s ease}.trace-check-icon{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transform:scale(.6);transition:opacity .24s ease,transform .24s cubic-bezier(.22,.9,.3,1)}.trace-check-icon svg{width:16px;height:16px}.trace-check.is-resolved .trace-check-dot{opacity:0;animation:none}.trace-check.is-resolved .trace-check-icon{opacity:1;transform:none}@keyframes check-pulse{0%,to{opacity:1}50%{opacity:.35}}.trace-check-text{display:grid}.trace-check-asking,.trace-check-answer{grid-area:1 / 1;font-size:.95rem;line-height:1.35;transition:opacity .24s ease}.trace-check-asking{color:var(--text-3)}.trace-check-answer{color:var(--text);opacity:0}.trace-check-count{font-weight:500;font-variant-numeric:tabular-nums}.trace-check.is-resolved .trace-check-asking{opacity:0}.trace-check.is-resolved .trace-check-answer{opacity:1}.trace-check.is-ok .trace-check-icon{color:var(--ok-vivid)}.trace-check.is-resolved.is-ok .trace-check-icon{opacity:.85}.trace-check.is-resolved.is-ok .trace-check-answer{color:var(--text-2)}.trace-check.is-warn .trace-check-icon{color:var(--warn-vivid)}.trace-check.is-flag .trace-check-icon{color:var(--flag-vivid)}.trace-check.is-warn .trace-check-count{color:var(--warn)}.trace-check.is-flag .trace-check-count{color:var(--flag)}.trace-summary{margin-left:var(--trace-indent);border-top:1px solid var(--line);padding-top:.9rem;opacity:0;transform:translateY(10px)}.trace-synthetic{margin-top:.5rem;text-align:right;color:var(--text-3)}.trace-summary-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem .55rem}.trace-summary-verdict{font-weight:600;font-size:.95rem}.trace-summary.is-flag .trace-summary-verdict{color:var(--flag)}.trace-summary.is-warn .trace-summary-verdict{color:var(--warn)}.trace-summary.is-ok .trace-summary-verdict{color:var(--ok)}.trace-summary-protocol{font-size:.62rem;letter-spacing:.08em;color:var(--text-3)}.trace-summary-body{margin-top:.45rem;max-width:46ch;min-height:3.1em;font-size:.92rem;line-height:1.55;color:var(--text-2)}.trace.is-complete .trace-id,.trace.is-complete .trace-nature,.trace.is-complete .trace-check,.trace.is-complete .trace-summary{opacity:1;transform:none}.hl{color:var(--accent-bright);font-weight:600}.audiences{padding-bottom:clamp(2rem,4.5vw,3.2rem)}.audience-eyebrow{margin-bottom:1.1rem;color:var(--text-2)}.audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,3vw,2rem);align-items:stretch;margin-top:clamp(2.2rem,5vw,3.4rem)}.audience-grid>*{display:flex}.audience-card{flex:1;padding:clamp(1.4rem,3vw,2rem);display:flex;flex-direction:column}.audience-body{margin-top:.9rem;color:var(--text-2);max-width:52ch;line-height:1.65}.product-head{display:flex;align-items:center;gap:1.2rem;margin-top:clamp(1.8rem,4vw,2.6rem);flex-wrap:wrap}.product-head img{width:58px;height:58px}.product-title-block{display:flex;flex-direction:column;gap:.4rem}.product-head .chip-accent{width:max-content}.product-name{font-size:clamp(1.5rem,2.4vw,1.75rem)}.product-desc{margin-top:1.2rem}.feature-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,4rem);align-items:center;margin-top:clamp(3.4rem,7vw,5.5rem)}.feature-row.is-flip .feature-copy{order:2}.feature-row.is-flip .feature-demo{order:1}.feature-copy p{margin-top:.8rem;color:var(--text-2);line-height:1.7;max-width:52ch}.demo{margin:0}.scan-window{position:relative;height:178px;overflow:hidden;mask-image:linear-gradient(transparent 0,#000 10%,#000 88%,transparent 100%);-webkit-mask-image:linear-gradient(transparent 0,#000 10%,#000 88%,transparent 100%)}.scan-track{animation:scan-scroll 35s linear infinite;animation-play-state:paused;padding:.5rem .9rem}.demo-deviation.is-live .scan-track{animation-play-state:running}@keyframes scan-scroll{to{transform:translateY(-50%)}}.scan-line{display:flex;gap:.8rem;font-size:.64rem;line-height:2;color:var(--text-2);white-space:nowrap}.scan-line em{font-style:normal;color:var(--text-3);width:118px;flex-shrink:0}.findings{display:grid;gap:.7rem;padding:.9rem;border-top:1px solid var(--line)}.finding-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.finding p{margin-top:.45rem;font-size:.85rem;line-height:1.55;color:var(--text-2)}.billing-sources{display:grid;gap:.5rem;padding:.9rem}.billing-source{border:1px solid var(--line);border-radius:var(--r-sm);padding:.6rem .7rem}.billing-source-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.billing-field{font-size:.62rem;letter-spacing:.08em;color:var(--text-3)}.billing-value{margin-top:.45rem;font-size:.85rem;line-height:1.5;color:var(--text)}.billing-value.is-quote{font-style:italic;color:var(--text-2)}.billing-freetext{margin-top:.25rem;font-size:.8rem}.billing-conflict{display:flex;align-items:center;gap:.6rem;padding-left:.2rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--warn)}.billing-conflict-rule{flex:1;height:1px;background:var(--warn);opacity:.5;transform-origin:left center}.demo-billing.is-live .billing-conflict-rule{animation:billing-rule .6s ease-out .15s both}@keyframes billing-rule{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.chat{display:grid;gap:.8rem;padding:1rem}.chat-user{justify-self:end;max-width:88%;background:var(--ink-3);border:1px solid var(--line);border-radius:var(--r-sm);padding:.65rem .85rem;font-size:.9rem}.chat-log{display:grid;gap:.42rem;padding-left:.8rem;border-left:1px solid var(--line-strong);font-size:.64rem;line-height:1.6;color:var(--text-3)}.chat-tool{width:max-content;color:var(--data-1);background:#4a6da417;border:1px solid rgba(74,109,164,.3);border-radius:var(--r-xs);padding:.12rem .45rem;letter-spacing:.06em}.chat-answer{max-width:92%;background:#4a6da40f;border:1px solid rgba(74,109,164,.3);border-radius:var(--r-sm);padding:.75rem .9rem;font-size:.9rem;line-height:1.6;color:var(--text-2)}.chat-answer strong{color:var(--text)}.demo-dashboard{display:grid;gap:1rem}.widget-chart{display:block;width:100%;padding:.6rem .4rem .2rem}.chart-grid line{stroke:var(--line-faint)}.chart-fill{fill:var(--data-1);opacity:0}.demo-dashboard.is-live .chart-fill{animation:chart-fill-in .8s ease-out 1.1s forwards}@keyframes chart-fill-in{to{opacity:.08}}.chart-stroke{fill:none;stroke:var(--data-1);stroke-width:2;stroke-dasharray:700;stroke-dashoffset:700}.demo-dashboard.is-live .chart-stroke{animation:chart-draw 1.5s ease-out forwards}@keyframes chart-draw{to{stroke-dashoffset:0}}.chart-points circle{fill:var(--data-1);opacity:0}.demo-dashboard.is-live .chart-points circle{animation:chart-fill-in-full .4s ease-out 1.3s forwards}@keyframes chart-fill-in-full{to{opacity:.9}}.chart-bars rect{fill:var(--data-1);opacity:.55;transform:scaleY(0)}.demo-dashboard.is-live .chart-bars rect{animation:bar-rise .9s cubic-bezier(.22,.9,.3,1) forwards}.demo-dashboard.is-live .chart-bars rect:nth-child(2){animation-delay:.12s}.demo-dashboard.is-live .chart-bars rect:nth-child(3){animation-delay:.24s}@keyframes bar-rise{to{transform:scaleY(1)}}.chart-labels text{font-family:var(--font-mono);font-size:11px;fill:var(--text-3)}.report-body{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:1.4rem;padding:1.2rem 1rem;align-items:center}.report-score{display:grid;gap:.45rem;justify-items:start;padding-left:.4rem}.report-score-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:3.2rem;line-height:1;color:var(--text)}.report-score-value em{font-style:normal;font-size:1.4rem;color:var(--text-3);margin-left:.2rem}.report-trend{font-size:.66rem;color:var(--ok)}.report-meters{display:grid;gap:.85rem}.meter-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.85rem;color:var(--text-2);margin-bottom:.35rem}.meter-head .mono{font-size:.72rem}.meter-track{display:block;height:3px;background:var(--line-faint);border-radius:2px;overflow:hidden}.meter-fill{display:block;height:100%;width:var(--w);background:var(--data-1);transform:scaleX(0);transform-origin:left}.demo-report.is-live .meter-fill{animation:meter-in 1.1s cubic-bezier(.22,.9,.3,1) forwards}@keyframes meter-in{to{transform:scaleX(1)}}.report-meta{display:flex;align-items:center;gap:.6rem;margin-top:.3rem;flex-wrap:wrap}.report-meta-value{font-size:.72rem;color:var(--text-2)}.savings-intro{margin-top:1.1rem}.savings-grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:clamp(1rem,3vw,2rem);align-items:stretch;margin-top:clamp(2.2rem,5vw,3.4rem)}.savings-card{padding:clamp(1.4rem,3vw,2rem);display:flex;flex-direction:column}.savings-vs{align-self:center;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-3)}.savings-figure{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:600;font-size:clamp(2rem,3.8vw,2.9rem);line-height:1.1;margin-top:.9rem}.savings-card--emsley .savings-figure{color:var(--accent-bright)}.savings-grid>*{display:flex}.savings-grid .savings-card{flex:1}.savings-figure-unit{color:var(--text-3);font-size:.9rem;margin-top:.3rem}.savings-points{list-style:none;margin:1.2rem 0 0;padding:0;display:grid;gap:.6rem}.savings-points li{position:relative;padding-left:1.15rem;color:var(--text-2);font-size:.92rem;line-height:1.55}.savings-points li:before{content:"";position:absolute;left:0;top:.72em;width:.62rem;height:1px;background:var(--line-strong)}.savings-note{margin-top:auto;padding-top:1.2rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.06em;color:var(--text-3)}.savings-result{text-align:center;margin-top:clamp(3rem,6vw,4.6rem)}.savings-result-lead{color:var(--text-2)}.savings-result-figure{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:clamp(3.2rem,7vw,5rem);line-height:1.05;color:var(--accent-bright);margin-top:.4rem}.savings-result-sub{margin:1rem auto 0;max-width:52ch;color:var(--text-2)}.savings-cta{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.8rem;flex-wrap:wrap}@media(max-width:1100px){.hero{min-height:0;padding-block:3rem}.hero-copy .display{font-size:clamp(1.9rem,5vw,2.8rem)}.hero-copy .lead{margin-top:.9rem}.hero-signup{margin-top:1.3rem}.hero-grid{grid-template-columns:1fr}.trace{border-left:0;border-top:1px solid var(--line);border-radius:0 0 var(--r-md) var(--r-md)}.trace-slot{display:none}}@media(max-width:860px){.feature-row,.feature-row.is-flip{grid-template-columns:1fr;gap:1.4rem}.feature-row.is-flip .feature-copy{order:1}.feature-row.is-flip .feature-demo{order:2}.report-body{grid-template-columns:1fr;gap:1.2rem}.audience-grid,.savings-grid{grid-template-columns:1fr}.savings-vs{justify-self:center}}@media(max-width:560px){.hero-signup{flex-direction:column}.trace{min-height:390px}.trace-check{padding-block:.7rem}.trace-check-asking,.trace-check-answer,.trace-nature{font-size:.88rem}}
