@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#080a09;--ink-soft:#101311;--ink-raised:#171b18;--paper:#f1efe8;--paper-soft:#e4e7e1;--text:#f5f3ed;--muted:#a7aaa3;--quiet:#747a73;--line:#f5f3ed24;--line-strong:#f5f3ed42;--ink-line:#080a0929;--amber:#f5ad27;--cyan:#58dce5;--lime:#acef63;--blue:#74b9ff;--font-display:"Outfit", "Manrope", system-ui, sans-serif;--font-body:"Manrope", system-ui, sans-serif;--ease:cubic-bezier(.22, 1, .36, 1);--nav-layer:30;--overlay-layer:40;--modal-layer:50;--grain-layer:60}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:104px}body{background:var(--ink);min-width:320px;color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:#58dce52e;line-height:1.6;overflow-x:clip}body.menu-open,body.modal-open{overflow:hidden}img,svg{display:block}img{max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{color:inherit;font:inherit}button{cursor:pointer}a,button{touch-action:manipulation}ul,ol{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:balance;font-weight:700;line-height:1.02}p{text-wrap:pretty}::selection{color:var(--text);background:#acef6347}:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.container{width:min(100% - 48px,1400px);margin-inline:auto}.skip-link{z-index:calc(var(--modal-layer) + 1);background:var(--paper);color:var(--ink);transition:transform .24s var(--ease);border-radius:6px;padding:.75rem 1rem;font-weight:800;position:fixed;top:12px;left:12px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.cinematic-grain{z-index:var(--grain-layer);pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.cinema-scene-meter{--scene-accent:var(--cyan);z-index:calc(var(--nav-layer) - 2);color:var(--muted);opacity:0;pointer-events:none;place-items:center;gap:.8rem;display:grid;position:fixed;top:50%;right:clamp(16px,2vw,28px);transform:translateY(-50%)}.cinema-meter-number{border:1px solid color-mix(in srgb, var(--scene-accent) 56%, transparent);width:38px;height:38px;color:var(--scene-accent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080a0994;border-radius:50%;place-items:center;font-size:.7rem;font-weight:900;display:grid;box-shadow:inset 0 1px #ffffff1a}.cinema-meter-line{background:#f5f3ed29;width:1px;height:130px;position:relative;overflow:hidden}.cinema-meter-fill{transform-origin:top;background:linear-gradient(180deg, var(--scene-accent), #f5f3ed85);display:block;position:absolute;inset:0;transform:scaleY(0)}.cinema-meter-label{color:#f5f3edad;text-transform:uppercase;writing-mode:vertical-rl;max-height:160px;font-size:.66rem;font-weight:900;line-height:1}.section-kicker{color:var(--muted);letter-spacing:0;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.75rem;font-weight:800;line-height:1.35;display:flex}.section-kicker span{color:currentColor;border:1px solid;border-radius:999px;align-items:center;min-height:26px;padding-inline:.65rem;display:inline-flex}.button{min-height:50px;transition:transform .26s var(--ease), border-color .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.8rem;padding:.55rem .6rem .55rem 1.2rem;font-weight:800;line-height:1;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:scale(.98)}.button-icon{width:36px;height:36px;transition:transform .26s var(--ease), background-color .2s var(--ease);border-radius:50%;flex:0 0 36px;place-items:center;display:grid}.button:hover .button-icon{transform:translate(2px,-1px)}.button-primary{background:var(--paper);color:var(--ink)}.button-primary .button-icon{background:#080a0917}.button-dark{border-color:var(--line-strong);color:var(--text);background:#f5f3ed12}.button-dark .button-icon{background:#f5f3ed1a}.button-ink{background:var(--ink);color:var(--text)}.button-ink .button-icon{background:#f5f3ed1f}.button-outline-ink{color:var(--ink);background:0 0;border-color:#080a097a}.button-outline-ink .button-icon{background:#080a0917}.text-link{border-bottom:1px solid var(--line-strong);min-height:48px;color:var(--text);transition:border-color .2s var(--ease), color .2s var(--ease);align-items:center;gap:.45rem;font-weight:800;display:inline-flex}.text-link:hover{border-color:var(--cyan);color:var(--cyan)}.navbar{z-index:var(--nav-layer);pointer-events:none;position:fixed;inset:18px 0 auto}.nav-shell{z-index:2;pointer-events:auto;min-height:68px;transition:background-color .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease), backdrop-filter .5s var(--ease);background:#080a092e;border:1px solid #0000;border-radius:999px;grid-template-columns:minmax(160px,.9fr) auto minmax(160px,.9fr);align-items:center;gap:1rem;padding:.45rem;display:grid;position:relative}.navbar.is-scrolled .nav-shell{border-color:var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080a09d1;box-shadow:0 22px 60px #01040247}.brand-lockup{align-items:center;gap:.65rem;width:fit-content;min-width:0;max-width:100%;padding-inline:.4rem .8rem;font-weight:800;display:inline-flex}.brand-lockup span{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.78rem,2.4vw,1rem);overflow:hidden}.brand-lockup img{object-fit:contain;width:auto;height:36px}.nav-links{background:#f5f3ed0a;border:1px solid #f5f3ed14;border-radius:999px;align-items:center;gap:.15rem;padding:.25rem;display:flex}.nav-links a{min-height:40px;color:var(--muted);transition:background-color .35s var(--ease), color .35s var(--ease);border-radius:999px;place-items:center;padding-inline:1rem;font-size:.86rem;font-weight:700;display:grid}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text);background:#f5f3ed1a}.nav-contact{background:var(--paper);min-height:44px;color:var(--ink);transition:transform .22s var(--ease), background-color .2s var(--ease);border-radius:999px;justify-self:end;align-items:center;gap:.45rem;padding-inline:1.05rem;font-size:.86rem;font-weight:800;display:inline-flex}.nav-contact:hover{transform:translateY(-1px)}.menu-toggle{border:1px solid var(--line);background:#f5f3ed12;border-radius:50%;justify-self:end;width:44px;height:44px;display:none;position:relative}.menu-toggle span{background:var(--text);width:16px;height:1px;transition:transform .45s var(--ease);position:absolute;left:13px}.menu-toggle span:first-child{transform:translateY(-3px)}.menu-toggle span:last-child{transform:translateY(3px)}.menu-toggle.is-open span:first-child{transform:rotate(45deg)}.menu-toggle.is-open span:last-child{transform:rotate(-45deg)}.mobile-menu{z-index:1;opacity:0;pointer-events:none;transition:transform .6s var(--ease), opacity .5s var(--ease);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#080a09f0;align-items:center;padding:7rem 1.5rem 2rem;display:grid;position:fixed;inset:0;transform:translateY(-20px)}.mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu nav{width:min(100%,620px);margin-inline:auto;display:grid}.mobile-menu a{border-bottom:1px solid var(--line);min-height:68px;font-family:var(--font-display);opacity:0;transition:transform .6s var(--ease), opacity .5s var(--ease), color .35s var(--ease);grid-template-columns:44px 1fr;align-items:center;font-size:1.65rem;font-weight:700;display:grid;transform:translateY(20px)}.mobile-menu.is-open a{opacity:1;transform:translateY(0)}.mobile-menu.is-open a:nth-child(2){transition-delay:50ms}.mobile-menu.is-open a:nth-child(3){transition-delay:.1s}.mobile-menu.is-open a:nth-child(4){transition-delay:.15s}.mobile-menu.is-open a:nth-child(5){transition-delay:.2s}.mobile-menu a span{color:var(--quiet);font-family:var(--font-body);font-size:.72rem}.mobile-menu a:hover{color:var(--lime)}.hero-section{align-items:end;min-height:92dvh;padding:10rem 0 2rem;display:grid;position:relative;overflow:hidden}.hero-background,.hero-overlay{width:100%;height:116%;position:absolute;inset:-8% 0 0}.hero-background{object-fit:cover;object-position:center;filter:saturate(.74)contrast(1.08);transform:scale(1.02)}.hero-overlay{background:linear-gradient(90deg,#080a09fc 0%,#080a09ed 48%,#080a098f 78%,#080a0975 100%),linear-gradient(#080a0952 0%,#080a09eb 100%)}.hero-layout{z-index:1;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:center;gap:4rem;display:grid;position:relative}.hero-main{max-width:960px}.hero-main h1{max-width:960px;margin-top:1.3rem;font-size:6.35rem;line-height:.94}.hero-statement{max-width:820px;color:var(--text);font-family:var(--font-display);margin-top:1.4rem;font-size:2rem;font-weight:600;line-height:1.25}.hero-description{max-width:690px;color:var(--muted);margin-top:1.1rem;font-size:1.1rem;line-height:1.75}.product-lanes{border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080a0980;border-radius:8px;align-self:stretch;padding:.6rem 1.1rem}.product-lanes>p{border-bottom:1px solid var(--line);color:var(--quiet);text-transform:uppercase;padding:.55rem 0 .8rem;font-size:.7rem;font-weight:800}.product-lane{--lane-color:var(--text);border-bottom:1px solid var(--line);min-height:70px;color:var(--muted);transition:color .35s var(--ease), padding-left .45s var(--ease);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:.12rem .8rem;display:grid}.product-lane:last-child{border-bottom:0}.product-lane:hover{color:var(--lane-color);padding-left:.45rem}.product-lane>span{color:var(--lane-color);grid-row:1/span 2;font-size:.7rem;font-weight:800}.product-lane strong{color:var(--text);font-family:var(--font-display);align-self:end;font-size:1.05rem}.product-lane small{color:var(--muted);align-self:start;font-size:.75rem}.product-lane svg{grid-area:1/3/span 2}.product-lane-amber{--lane-color:var(--amber)}.product-lane-cyan{--lane-color:var(--cyan)}.product-lane-lime{--lane-color:var(--lime)}.hero-signal-rail{z-index:1;border-top:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin-top:3.5rem;display:grid;position:relative}.hero-signal-rail span{border-right:1px solid var(--line);min-height:48px;color:var(--muted);text-transform:uppercase;padding:.85rem 1rem 0 1.2rem;font-size:.72rem;font-weight:700;position:relative}.hero-signal-rail span:last-child{border-right:0}.hero-signal-rail span:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;position:absolute;top:1.22rem;left:0}.hero-signal-rail .signal-amber{color:var(--amber)}.hero-signal-rail .signal-cyan{color:var(--cyan)}.hero-signal-rail .signal-lime{color:var(--lime)}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.4rem;margin-top:2rem;display:flex}.hero-index{border-left:1px solid var(--line);padding-left:2rem}.hero-index a{border-bottom:1px solid var(--line);transition:padding-left .45s var(--ease), color .45s var(--ease);grid-template-columns:34px 1fr;gap:.12rem .8rem;padding:1.25rem 0;display:grid}.hero-index a:hover{color:var(--cyan);padding-left:.5rem}.hero-index span{color:var(--quiet);grid-row:1/span 2;font-size:.72rem;font-weight:800}.hero-index strong{font-family:var(--font-display);font-size:1.05rem}.hero-index small{color:var(--muted);font-size:.76rem}.hero-scroll-cue{color:var(--muted);text-transform:uppercase;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;display:none}.thesis-section{background:var(--paper);color:var(--ink);padding:9rem 0 10rem}.thesis-section .section-kicker{color:#545a54}.thesis-heading{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:end;gap:5rem;display:grid}.thesis-heading .section-kicker{grid-column:1/-1}.thesis-heading h2{max-width:900px;font-size:4.8rem}.thesis-heading>p:last-child{color:#525852;max-width:520px;font-size:1.08rem;line-height:1.75}.thesis-list{border-top:1px solid var(--ink-line);margin-top:5.5rem}.thesis-list article{border-bottom:1px solid var(--ink-line);grid-template-columns:90px minmax(240px,.65fr) minmax(0,1.35fr);align-items:start;gap:2rem;padding:2.5rem 0 2.8rem;display:grid}.thesis-list article>span{color:#71766f;font-size:.78rem;font-weight:800}.thesis-list h3{font-size:1.7rem}.thesis-list p{color:#525852;max-width:700px;line-height:1.72}.product-story{background:var(--ink);position:relative;overflow:clip}.story-heading{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:4rem;padding-top:9.5rem;padding-bottom:4.5rem;display:grid}.story-heading .section-kicker{grid-column:1/-1}.story-heading>p:last-child{max-width:520px;color:var(--muted);font-size:1.04rem;line-height:1.75}.story-layout{grid-template-columns:minmax(410px,.9fr) minmax(0,1.1fr);align-items:stretch;gap:4.5rem;display:grid}.story-chapter{border-bottom:1px solid var(--line);flex-direction:column;justify-content:center;min-height:100dvh;padding:8rem 1rem 7rem 0;display:flex}.chapter-topline{color:var(--muted);letter-spacing:0;text-transform:uppercase;align-items:center;gap:.75rem;font-size:.73rem;font-weight:800;display:flex}.chapter-topline span:first-child{border:1px solid;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.story-amber .chapter-topline{color:var(--amber)}.story-cyan .chapter-topline{color:var(--cyan)}.story-blue .chapter-topline{color:var(--blue)}.story-lime .chapter-topline{color:var(--lime)}.story-chapter h3{margin-top:1.2rem;font-size:5rem}.chapter-tagline{max-width:680px;color:var(--text);font-family:var(--font-display);margin-top:1.2rem;font-size:1.55rem;font-weight:600;line-height:1.35}.chapter-description{max-width:680px;color:var(--muted);margin-top:1.2rem;font-size:1.02rem;line-height:1.75}.chapter-audience{border-left:3px solid var(--line-strong);max-width:680px;margin-top:1.8rem;padding:.2rem 0 .2rem 1rem}.story-amber .chapter-audience{border-color:var(--amber)}.story-cyan .chapter-audience{border-color:var(--cyan)}.story-blue .chapter-audience{border-color:var(--blue)}.story-lime .chapter-audience{border-color:var(--lime)}.chapter-audience>span{color:var(--quiet);text-transform:uppercase;font-size:.72rem;font-weight:800}.chapter-audience p{color:var(--text);margin-top:.3rem;font-size:.92rem;font-weight:600;line-height:1.55}.chapter-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;max-width:720px;margin-top:1.6rem;display:grid}.chapter-features li{color:var(--muted);grid-template-columns:24px minmax(0,1fr);gap:.55rem;font-size:.88rem;line-height:1.5;display:grid}.chapter-features li>span{border:1px solid;border-radius:50%;place-items:center;width:21px;height:21px;display:grid}.story-amber .chapter-features li>span{color:var(--amber)}.story-cyan .chapter-features li>span{color:var(--cyan)}.story-blue .chapter-features li>span{color:var(--blue)}.story-lime .chapter-features li>span{color:var(--lime)}.chapter-actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:2rem;display:flex}.chapter-proof{flex-wrap:wrap;gap:.45rem;display:flex}.chapter-proof span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:.42rem .65rem;font-size:.72rem;font-weight:700}.story-mobile-media{display:none}.story-media-column{align-self:stretch;min-height:0;position:relative}.story-media-sticky{grid-template-rows:minmax(0,1fr) auto;gap:1.15rem;height:calc(100dvh - 126px);padding-bottom:1rem;display:grid;position:sticky;top:104px}.story-media-shell{border:1px solid var(--line);background:#f5f3ed09;border-radius:8px;min-height:0;padding:8px}.story-media-core{background:var(--ink-raised);border-radius:5px;height:100%;min-height:0;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a}.story-media-layer{opacity:0;margin:0;position:absolute;inset:0;overflow:hidden}.story-media-layer:first-child{opacity:1}.story-media-layer img,.story-media-layer video{object-fit:cover;width:100%;height:100%}.story-media-layer:after{content:"";pointer-events:none;background:linear-gradient(#080a090a 52%,#080a09e6 100%);position:absolute;inset:0}.story-media-layer figcaption{z-index:1;color:var(--text);grid-template-columns:44px 1fr;align-items:center;gap:.9rem;display:grid;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.story-media-layer figcaption>span{border:1px solid #f5f3ed57;border-radius:50%;place-items:center;width:40px;height:40px;font-size:.72rem;font-weight:800;display:grid}.story-media-layer figcaption div{display:grid}.story-media-layer figcaption strong{font-family:var(--font-display);font-size:1.12rem}.story-media-layer figcaption small{color:var(--muted);font-size:.76rem}.story-progress{grid-template-columns:2px repeat(var(--story-count,3), minmax(0, 1fr));align-items:center;gap:clamp(.45rem,1.15vw,.9rem);display:grid}.story-rail{background:var(--line);width:2px;height:34px;position:relative;overflow:hidden}.story-progress-fill{transform-origin:top;background:var(--lime);display:block;position:absolute;inset:0;transform:scaleY(0)}.story-marker{opacity:.32;white-space:nowrap;align-items:baseline;gap:.38rem;min-width:0;display:flex}.story-marker span{color:var(--quiet);flex:none;font-size:.68rem;font-weight:800}.story-marker strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:clamp(.66rem,.78vw,.85rem);overflow:hidden}.systems-section{background:var(--paper-soft);color:var(--ink);padding:10rem 0}.systems-layout{grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);gap:6rem;display:grid}.systems-heading{align-self:start;position:sticky;top:130px}.systems-heading .section-kicker{color:#555b55}.systems-heading h2{max-width:620px;margin-top:1.3rem;font-size:4.2rem}.systems-heading>p:last-child{color:#525852;max-width:580px;margin-top:1.3rem;font-size:1.04rem;line-height:1.75}.systems-list{border-top:1px solid var(--ink-line)}.system-row{border-bottom:1px solid var(--ink-line);grid-template-columns:44px 54px 1fr;align-items:start;gap:1rem;padding:2rem 0 2.3rem;display:grid}.system-number{color:#757b75;font-size:.72rem;font-weight:800}.system-icon{border:1px solid var(--ink-line);border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.system-row:nth-child(odd) .system-icon{color:#9b6300}.system-row:nth-child(2n) .system-icon{color:#087781}.system-row h3{font-size:1.55rem}.system-row p{color:#525852;max-width:640px;margin-top:.65rem;line-height:1.7}.approach-section{border-top:1px solid var(--line);background:var(--ink-soft);padding:8rem 0 8.5rem}.approach-heading{grid-template-columns:54px minmax(0,1fr) auto;align-items:start;gap:1.5rem;display:grid}.approach-heading>svg{color:var(--quiet)}.approach-icon{width:46px;height:46px;color:var(--lime);border:1px solid #acef6366;border-radius:50%;place-items:center;display:grid}.approach-heading h2{max-width:900px;margin-top:1.2rem;font-size:4.5rem}.approach-steps{border-top:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin-top:4.5rem;display:grid}.approach-steps li{border-right:1px solid var(--line);min-height:270px;padding:1.4rem 1.4rem 1.7rem 0}.approach-steps li+li{padding-left:1.4rem}.approach-steps li:last-child{border-right:0}.approach-steps span{color:var(--lime);font-size:.72rem;font-weight:800}.approach-steps strong{max-width:220px;font-family:var(--font-display);margin-top:5rem;font-size:1.25rem;line-height:1.2;display:block}.approach-steps p{max-width:260px;color:var(--muted);margin-top:.75rem;font-size:.9rem;line-height:1.65}.proof-section{border-top:1px solid var(--line);background:var(--ink);padding:10rem 0}.proof-heading{max-width:1120px}.proof-heading h2{max-width:980px;margin-top:1.3rem;font-size:5rem}.use-case-list{border-top:1px solid var(--line);margin-top:4.5rem}.use-case-row{border-bottom:1px solid var(--line);transition:padding-left .5s var(--ease), color .5s var(--ease);grid-template-columns:70px 1fr 44px;align-items:center;gap:1.5rem;padding:2rem 0;display:grid}.use-case-row:hover{color:var(--lime);padding-left:.7rem}.use-case-row>span{color:var(--quiet);font-size:.72rem;font-weight:800}.use-case-row h3{font-size:1.7rem}.use-case-row p{max-width:880px;color:var(--muted);margin-top:.55rem;line-height:1.65}.use-case-row>svg{justify-self:end}.trust-layout{border-top:1px solid var(--line);grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:5rem;margin-top:8rem;padding-top:4.5rem;display:grid}.trust-panel{align-self:start}.trust-panel ul{gap:.9rem;margin-top:2rem;display:grid}.trust-panel li{color:var(--muted);grid-template-columns:24px 1fr;gap:.6rem;line-height:1.6;display:grid}.trust-panel li svg{color:var(--cyan);margin-top:.25rem}.faq-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2rem;display:grid}.faq-list article{border-bottom:1px solid var(--line);grid-template-columns:34px 1fr;gap:.75rem;padding:1.5rem 0 1.8rem;display:grid}.faq-list article>span{color:var(--quiet);font-size:.68rem;font-weight:800}.faq-list h3{font-size:1.05rem;line-height:1.25}.faq-list p{color:var(--muted);margin-top:.65rem;font-size:.9rem;line-height:1.65}.cta-section{background:var(--lime);color:var(--ink);padding:7.5rem 0 8rem}.cta-section .section-kicker{color:#080a099e}.cta-layout h2{max-width:1120px;margin-top:1.4rem;font-size:5.4rem}.cta-layout>p:not(.section-kicker){max-width:640px;margin-top:1.4rem;font-size:1.1rem}.cta-actions{flex-wrap:wrap;gap:.75rem;margin-top:2.2rem;display:flex}.footer{border-top:1px solid var(--line);background:var(--ink);padding:5rem 0 2rem}.footer-main{grid-template-columns:minmax(0,1.7fr) minmax(180px,.65fr) minmax(220px,.65fr);gap:3rem;display:grid}.footer-brand>a{width:fit-content;font-family:var(--font-display);align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;display:flex}.footer-brand img{object-fit:contain;width:auto;height:48px}.footer-brand p{max-width:500px;color:var(--muted);margin-top:1.2rem;line-height:1.7}.footer nav{align-content:start;gap:.65rem;display:grid}.footer nav h2{color:var(--quiet);font-family:var(--font-body);text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem;font-weight:800}.footer nav a{width:fit-content;min-height:32px;color:var(--muted);transition:color .2s var(--ease);align-items:center;gap:.35rem;padding-block:.3rem;font-size:.9rem;font-weight:600;display:inline-flex}@media (width<=700px){.footer nav{gap:.2rem}.footer nav a{min-height:44px;padding-block:.55rem}}.footer nav a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--line);color:var(--quiet);text-transform:uppercase;justify-content:space-between;gap:1rem;margin-top:4rem;padding-top:1.25rem;font-size:.76rem;font-weight:700;display:flex}.contact-modal{z-index:var(--modal-layer);visibility:hidden;pointer-events:none;position:fixed;inset:0}.contact-modal.is-open{visibility:visible;pointer-events:auto}.contact-backdrop{opacity:0;transition:opacity .45s var(--ease);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#020403c2;border:0;position:absolute;inset:0}.contact-modal.is-open .contact-backdrop{opacity:1}.contact-drawer{overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;border-left:1px solid var(--line);background:var(--ink-soft);width:min(100%,620px);height:100dvh;transition:transform .65s var(--ease);padding:5rem 3.25rem 3rem;position:absolute;inset:0 0 0 auto;overflow-y:auto;transform:translate(100%)}.contact-modal.is-open .contact-drawer{transform:translate(0)}.contact-close{border:1px solid var(--line);width:44px;height:44px;transition:transform .4s var(--ease), background-color .4s var(--ease);background:#f5f3ed0f;border-radius:50%;place-items:center;display:grid;position:absolute;top:1.25rem;right:1.25rem}.contact-close:hover{background:#f5f3ed1a;transform:rotate(6deg)}.contact-drawer h2{margin-top:1.25rem;font-size:3.3rem}.contact-intro{color:var(--muted);margin-top:1.2rem;line-height:1.7}.contact-drawer form{gap:1.05rem;margin-top:2.2rem;display:grid}.contact-honeypot{opacity:0;pointer-events:none;position:absolute;left:-9999px}.contact-drawer label{gap:.45rem;display:grid}.contact-drawer label>span{color:var(--muted);font-size:.8rem;font-weight:700}.contact-drawer label small{color:var(--quiet);font-weight:500}.contact-drawer input,.contact-drawer textarea{border:1px solid var(--line);width:100%;transition:border-color .35s var(--ease), background-color .35s var(--ease);background:#f5f3ed0d;border-radius:6px;padding:.95rem 1rem}.contact-drawer textarea{resize:vertical}.contact-drawer input:focus,.contact-drawer textarea:focus{border-color:var(--cyan);background:#f5f3ed14}.contact-drawer form .button{justify-content:space-between;width:100%;margin-top:.4rem}.contact-drawer form .button:disabled{cursor:wait;opacity:.68}.form-status{border:1px solid var(--line);color:var(--muted);border-radius:6px;padding:.9rem 1rem;font-size:.88rem;line-height:1.55}.form-status.is-success{color:var(--text);background:#93d54a1c;border-color:#93d54a61}.form-status.is-error{color:var(--text);background:#ff785e1a;border-color:#ff785e5c}@media (width<=1200px){.container{width:min(100% - 40px,1080px)}.hero-main h1{font-size:5.2rem}.hero-statement{font-size:1.65rem}.thesis-heading h2,.systems-heading h2,.approach-heading h2{font-size:3.7rem}.story-heading h2,.proof-heading h2{font-size:4.3rem}.cta-layout h2{font-size:4.6rem}.story-layout{grid-template-columns:minmax(370px,.95fr) minmax(0,1.05fr);gap:2.5rem}.story-chapter h3{font-size:4.2rem}.chapter-features{grid-template-columns:1fr}.systems-layout{gap:4rem}}@media (width<=980px){html{scroll-padding-top:88px}.container{width:min(100% - 32px,820px)}.nav-shell{grid-template-columns:1fr auto;min-height:60px}.brand-lockup img{width:auto;height:32px}.nav-links,.nav-contact{display:none}.menu-toggle{display:block}.hero-section{min-height:90dvh;padding:8.5rem 0 4.5rem}.hero-layout{grid-template-columns:1fr;gap:2.5rem}.product-lanes{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1.25rem;display:grid}.product-lanes>p{grid-column:1/-1}.product-lane:nth-of-type(4){border-bottom:0}.hero-main h1{font-size:4.4rem}.thesis-heading,.story-heading,.systems-layout{grid-template-columns:1fr;gap:2rem}.thesis-heading .section-kicker,.story-heading .section-kicker{grid-column:auto}.thesis-heading h2,.systems-heading h2,.approach-heading h2{font-size:3.3rem}.thesis-heading>p:last-child{max-width:680px}.thesis-list article{grid-template-columns:56px minmax(220px,.7fr) minmax(0,1.3fr)}.story-heading{padding-top:6rem;padding-bottom:1rem}.story-layout{display:block}.story-chapter{opacity:1!important;transform:none!important}.story-media-column{display:none}.story-chapter{min-height:auto;padding:5.5rem 0 6rem}.story-mobile-media{border:1px solid var(--line);background:var(--ink-raised);border-radius:8px;margin-bottom:2.2rem;padding:6px;display:block;overflow:hidden}.story-mobile-media img{aspect-ratio:4/3;object-fit:cover;border-radius:4px;width:100%;height:auto}.story-chapter h3{font-size:4rem}.chapter-features{grid-template-columns:repeat(2,minmax(0,1fr))}.systems-heading{position:static}.approach-heading{grid-template-columns:48px 1fr}.approach-heading>svg{display:none}.approach-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.approach-steps li:nth-child(2){border-right:0}.approach-steps li:nth-child(n+3){border-top:1px solid var(--line)}.trust-layout{grid-template-columns:1fr;gap:3rem}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}@media (width<=700px){.container{width:min(100% - 24px,100%)}.section-kicker{letter-spacing:0;flex-direction:column;align-items:flex-start;gap:.55rem}.hero-section{min-height:100dvh;padding:7.5rem 0 1.25rem}.hero-background{object-position:58% center}.hero-overlay{background:linear-gradient(#080a0957 0%,#080a09eb 72%,#080a09fa 100%),linear-gradient(90deg,#080a09c2,#080a094d)}.hero-main h1{margin-top:1rem;font-size:3.25rem;line-height:.98}.hero-statement{font-size:1.35rem}.hero-description{font-size:.98rem;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.hero-actions .button{justify-content:space-between;width:100%}.hero-actions .text-link{width:fit-content}.product-lanes{grid-template-columns:1fr;gap:0}.product-lane{min-height:62px}.product-lane:nth-of-type(4){border-bottom:1px solid var(--line)}.hero-signal-rail{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2rem}.hero-signal-rail span:nth-child(2){border-right:0}.hero-signal-rail span:nth-child(n+3){border-top:1px solid var(--line)}.hero-scroll-cue{display:none}.thesis-section,.systems-section,.approach-section,.proof-section{padding-block:5.5rem}.thesis-heading h2,.systems-heading h2,.approach-heading h2,.story-heading h2,.proof-heading h2{font-size:2.65rem}.thesis-list{margin-top:3rem}.thesis-list article{grid-template-columns:40px 1fr;gap:.6rem .8rem}.thesis-list h3{font-size:1.35rem}.thesis-list p{grid-column:2}.story-heading{padding-top:5.5rem}.story-chapter{padding:4.5rem 0 5rem}.story-chapter h3{font-size:3.35rem}.chapter-tagline{font-size:1.28rem}.chapter-features{grid-template-columns:1fr}.chapter-actions{flex-direction:column;align-items:stretch}.chapter-actions .button{justify-content:space-between;width:100%}.system-row{grid-template-columns:34px 44px 1fr;gap:.75rem}.system-icon{width:40px;height:40px}.system-row h3{font-size:1.3rem}.approach-heading{grid-template-columns:1fr}.approach-icon{margin-bottom:.5rem}.approach-steps{grid-template-columns:1fr;margin-top:3rem}.approach-steps li,.approach-steps li+li{border-right:0;border-top:1px solid var(--line);min-height:auto;padding:1.3rem 0 1.6rem}.approach-steps strong{margin-top:1.8rem}.proof-heading h2{margin-top:1rem}.use-case-list{margin-top:3rem}.use-case-row{grid-template-columns:34px 1fr 28px;gap:.75rem;padding:1.5rem 0}.use-case-row h3{font-size:1.3rem}.use-case-row p{font-size:.9rem}.trust-layout{margin-top:5rem;padding-top:3rem}.faq-list{grid-template-columns:1fr}.cta-section{padding:5.5rem 0 6rem}.cta-layout h2{font-size:3rem}.cta-actions{flex-direction:column;align-items:stretch}.cta-actions .button{justify-content:space-between;width:100%}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}.contact-drawer{padding:5rem 1.25rem 2rem}.contact-drawer h2{font-size:2.5rem}@media (width<=420px){.hero-main h1{font-size:2.85rem}.hero-statement{font-size:1.22rem}.story-chapter h3{font-size:3rem}.cta-layout h2{font-size:2.65rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.hero-background{transform:none!important}.story-layout{display:block}.story-media-column{display:none}.story-chapter{min-height:auto;padding:5.5rem 0 6rem}.story-mobile-media{border:1px solid var(--line);background:var(--ink-raised);border-radius:8px;margin-bottom:2.2rem;padding:6px;display:block;overflow:hidden}.story-mobile-media img{aspect-ratio:4/3;object-fit:cover;border-radius:4px;width:100%;height:auto}}}}@property --map-shift{syntax:"<length>";inherits:false;initial-value:0}@property --map-tilt{syntax:"<angle>";inherits:false;initial-value:0deg}.clarity-hero-layout{perspective:1300px;perspective-origin:32% 45%}.story-media-sticky{perspective:1800px}.product-map-grid{perspective:1500px;perspective-origin:50% 0}@media (prefers-reduced-motion:reduce){.clarity-hero-layout,.story-media-sticky,.product-map-grid{perspective:none}.product-map-row{transform:none}}@keyframes heroReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.hero-reveal{animation:heroReveal .8s var(--ease) backwards;animation-delay:calc(var(--reveal-index,0) * 80ms)}.clarity-hero .section-kicker.hero-reveal{--reveal-index:0}.clarity-hero h1.hero-reveal{--reveal-index:1}.clarity-hero-description.hero-reveal{--reveal-index:2}.clarity-hero-actions.hero-reveal{--reveal-index:3}.clarity-signal-rail.hero-reveal{--reveal-index:4}.reveal-pending{opacity:0;transform-origin:50% 100%;transform:perspective(1400px)translate3d(0,30px,-90px)rotateX(10deg)}.reveal-pending.reveal-in{opacity:1;transition:opacity .62s var(--ease), transform .72s var(--ease);transform:perspective(1400px)translate(0,0)rotateX(0)}@media (prefers-reduced-motion:reduce){.reveal-pending,.reveal-pending.reveal-in{opacity:1;transition:none;transform:none}.hero-reveal{animation:none}}.scroll-progress-bar{background:var(--cyan);transform-origin:0%;z-index:99999;pointer-events:none;height:4px;position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px #58dce580}.bento-card,.use-case-card,.ai-solution-content,.ai-pain-card{position:relative;overflow:hidden}.bento-card:before,.use-case-card:before,.ai-solution-content:before,.ai-pain-card:before{content:"";background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), #ffffff0d, transparent 40%);z-index:1;pointer-events:none;opacity:0;transition:opacity .5s;position:absolute;inset:0}.bento-card:hover:before,.use-case-card:hover:before,.ai-solution-content:hover:before,.ai-pain-card:hover:before{opacity:1}.bento-card>*,.use-case-card>*,.ai-solution-content>*,.ai-pain-card>*{z-index:2;position:relative}.roi-section{padding:var(--section-py) 0}.roi-layout{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=981px){.roi-layout{grid-template-columns:1fr 1fr;align-items:center}}.roi-content h2{font-size:var(--fs-700);margin-bottom:1.5rem}.roi-content p{font-size:var(--fs-400);color:var(--ink-light);line-height:1.6}.roi-widget{border:1px solid var(--border);background:#16191f;border-radius:20px;padding:2.5rem}.roi-slider-group{margin-bottom:2rem}.roi-slider-labels{font-size:var(--fs-300);justify-content:space-between;margin-bottom:1rem;font-weight:500;display:flex}.roi-slider-labels span{color:var(--cyan);font-weight:600}.custom-range{-webkit-appearance:none;background:#2a2d35;border-radius:3px;outline:none;width:100%;height:6px}.custom-range:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--cyan);cursor:pointer;border-radius:50%;width:20px;height:20px;transition:transform .2s}.custom-range::-webkit-slider-thumb:hover{transform:scale(1.2)}.roi-result-card{border-top:1px solid var(--border);text-align:center;margin-top:3rem;padding-top:2rem}.roi-result-card h3{font-size:var(--fs-300);color:var(--ink-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.roi-number{color:var(--cyan);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:500}.roi-disclaimer{font-size:var(--fs-200);color:var(--ink-light);opacity:.7}.terminal-section{padding:var(--section-py) 0}.terminal-layout{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=981px){.terminal-layout{grid-template-columns:1fr 1fr;align-items:center}}.terminal-content h2{font-size:var(--fs-700);margin-bottom:1.5rem}.terminal-content p{font-size:var(--fs-400);color:var(--ink-light);line-height:1.6}.terminal-window{border:1px solid var(--border);background:#0d0f12;border-radius:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden;box-shadow:0 20px 40px #0006}.terminal-header{background:#1a1d24;border-bottom:1px solid #2a2d35;align-items:center;padding:12px 16px;display:flex}.terminal-dots{gap:8px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.terminal-title{color:#8b949e;margin-left:auto;margin-right:auto;font-size:13px}.terminal-body{flex-direction:column;justify-content:flex-end;min-height:300px;padding:20px;display:flex}.terminal-line{gap:12px;margin-bottom:12px;font-size:14px;line-height:1.5;display:flex}.terminal-timestamp{color:#6e7681}.terminal-agent{color:#a5d6ff;font-weight:600}.type-inbound .terminal-text{color:#d2a8ff}.type-process .terminal-text{color:#8b949e}.type-routing .terminal-text{color:#ff7b72}.type-success .terminal-text{color:#7ee787}.terminal-cursor-line{gap:8px;margin-top:8px;display:flex}.terminal-prompt{color:#7ee787}.terminal-cursor-blink{color:#c9d1d9;animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.timeline-section{padding:var(--section-py) 0;background:var(--paper-subtle)}.timeline-header{text-align:center;margin-bottom:4rem}.timeline-header h2{font-size:var(--fs-700)}.timeline-container{max-width:800px;margin:0 auto;padding:2rem 0;position:relative}.timeline-line-bg{background:#2a2d35;width:2px;position:absolute;top:0;bottom:0;left:20px}.timeline-line-fill{background:var(--cyan);width:2px;position:absolute;top:0;bottom:0;left:20px;box-shadow:0 0 10px #58dce580}@media (width>=768px){.timeline-line-bg,.timeline-line-fill{left:50%;transform:translate(-50%)}}.timeline-steps{z-index:2;flex-direction:column;gap:4rem;display:flex;position:relative}.timeline-step{align-items:center;display:flex;position:relative}.timeline-dot{background:var(--cyan);width:16px;height:16px;box-shadow:0 0 15px var(--cyan);z-index:3;border-radius:50%;position:absolute;top:50%;left:21px;transform:translate(-50%,-50%)}.timeline-content{background-color:#121419;background-image:radial-gradient(circle at 100% 0,#58dce50d,#0000 400px),linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:100% 100%,20px 20px,20px 20px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #ffffff0f;border-radius:20px;width:100%;margin-left:60px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff0d,0 20px 40px #0003}.timeline-content-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.timeline-icon-box{background:#58dce51a;border:1px solid #58dce533;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 0 20px #58dce51a}.timeline-icon{color:var(--cyan)}.timeline-glow{pointer-events:none;background:linear-gradient(#0000,#58dce508);width:100%;height:100px;position:absolute;bottom:0;left:0}@media (width>=768px){.timeline-step:nth-child(odd){justify-content:flex-end}.timeline-step:nth-child(2n){justify-content:flex-start}.timeline-step:nth-child(odd) .timeline-content{margin-left:0;margin-right:50%;transform:translate(-30px)}.timeline-step:nth-child(2n) .timeline-content{margin-left:50%;transform:translate(30px)}.timeline-dot{left:50%}}.timeline-number{font-size:var(--fs-200);color:var(--cyan);margin-bottom:.5rem;font-weight:600;display:block}.timeline-content h3{font-size:var(--fs-400);margin-bottom:1rem}.timeline-content p{color:var(--ink-light);line-height:1.6}h1,h2,h3,h4{letter-spacing:0}.clarity-hero{border-bottom:1px solid var(--line);isolation:isolate;align-items:flex-end;min-height:88dvh;padding:8.5rem 0 5.5rem;display:flex;position:relative;overflow:hidden}.clarity-hero-background,.clarity-hero-overlay{position:absolute;inset:0}.clarity-hero-background{z-index:-2;object-fit:cover;object-position:center;filter:saturate(.72)contrast(1.08);width:100%;height:100%}.clarity-hero-poster{opacity:1}.clarity-hero-video{opacity:.92}.clarity-hero-overlay{z-index:-1;background:linear-gradient(100deg,#080a09f2 0%,#080a09e0 44%,#080a099e 74%,#080a0985 100%),linear-gradient(#080a0994 0%,#080a093d 34%,#080a09db 100%)}.clarity-hero-layout{grid-template-columns:minmax(0,1fr);align-items:end;gap:5rem;display:grid}.clarity-hero-copy{max-width:850px}.clarity-hero-copy h1{max-width:820px;margin-top:1.5rem;font-size:5rem;line-height:.98}.clarity-hero-description{color:#f5f3edd1;max-width:740px;margin-top:1.7rem;font-size:1.16rem;line-height:1.75}.clarity-hero-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2.2rem;display:flex}.signal-amber{color:var(--amber)}.signal-cyan{color:var(--cyan)}.signal-lime{color:var(--lime)}.clarity-signal-rail{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080a0957;position:absolute;bottom:0;left:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.clarity-signal-track{width:max-content;animation:42s linear infinite claritySignalScroll;display:flex}.clarity-signal-rail:hover .clarity-signal-track{animation-play-state:paused}.clarity-signal-rail span{border-right:1px solid var(--line);text-transform:uppercase;flex:none;min-width:230px;min-height:52px;padding:1rem 1.15rem;font-size:.68rem;font-weight:800}.clarity-signal-rail span:last-child{border-right:0}@keyframes claritySignalScroll{to{transform:translate(-50%)}}.clarity-scroll-cue{color:var(--muted);align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;bottom:4.15rem;right:1.5rem}.product-map{border-bottom:1px solid var(--line);color:var(--text);background:linear-gradient(#2477ff13,#2477ff00),#080a09;padding:5.75rem 0 6.25rem}.product-map-heading{grid-template-columns:minmax(240px,.48fr) minmax(0,1fr);align-items:end;gap:4rem;display:grid}.product-map-heading .section-kicker{color:#f5f3edb8}.product-map-heading h2{max-width:820px;font-size:3.55rem;line-height:1}.product-map-grid{border-top:1px solid var(--line);margin-top:3.2rem}.product-map-labels,.product-map-row{grid-template-columns:58px minmax(0,1.08fr) minmax(150px,.48fr) minmax(0,1fr) 28px;gap:1.2rem;display:grid}.product-map-labels{color:var(--quiet);text-transform:uppercase;padding:.95rem 0;font-size:.7rem;font-weight:800}.product-map-labels span:first-child{grid-column:2}.product-map-labels span:nth-child(2){grid-column:3}.product-map-labels span:nth-child(3){grid-column:4}.product-map-row{border-top:1px solid var(--line);color:#f5f3eda3;min-height:132px;transform:translate3d(var(--map-shift,0px), 0, 0) rotateX(var(--map-tilt,0deg));transform-origin:50% 130%;transition:background-color .3s var(--ease), color .3s var(--ease), --map-shift .3s var(--ease);align-items:center}.product-map-row:hover{--map-shift:8px;color:#f5f3eddb;background:#f5f3ed09}.product-map-row:focus-visible{outline-offset:8px}.product-map-number{font-size:.72rem;font-weight:900}.product-map-row p{max-width:520px;font-size:.96rem;line-height:1.62}.product-map-row strong{color:var(--text);font-family:var(--font-display);font-size:1.24rem;line-height:1.08}.product-map-row svg{color:var(--muted);transition:transform .3s var(--ease), color .3s var(--ease)}.product-map-row:hover svg{color:var(--text);transform:translate(3px,-3px)}.map-amber .product-map-number{color:var(--amber)}.map-cyan .product-map-number{color:var(--cyan)}.map-lime .product-map-number{color:var(--lime)}.map-blue .product-map-number{color:var(--blue)}.workflow-xray{color:var(--text);background:linear-gradient(135deg,#58dce524,#0000 32%),linear-gradient(215deg,#acef631c,#0000 34%),linear-gradient(#0c1110 0%,#080a09 100%);border-top:1px solid #f5f3ed14;border-bottom:1px solid #f5f3ed1f;padding:7.5rem 0 8rem;position:relative;overflow:hidden}.workflow-xray:before{content:"";opacity:.36;pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#f5f3ed09 1px,#0000 1px),linear-gradient(#f5f3ed08 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:88px 88px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.workflow-xray-heading,.workflow-xray-layout{z-index:1;position:relative}.workflow-xray-heading{grid-template-columns:minmax(0,1fr) minmax(300px,.58fr);align-items:end;gap:1.5rem 4rem;display:grid}.workflow-xray-heading .section-kicker{color:#f5f3edb8;grid-column:1/-1}.workflow-xray-heading h2{max-width:860px;font-size:4.35rem}.workflow-xray-heading>p:last-child{max-width:520px;color:var(--muted);line-height:1.75}.workflow-xray-layout{grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);align-items:start;gap:1.25rem;margin-top:3.25rem;display:grid}.xray-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#f5f3ed17,#f5f3ed09),#080a09b8;border:1px solid #f5f3ed24;border-radius:8px;box-shadow:inset 0 1px #ffffff14}.xray-form{gap:1.1rem;padding:1.1rem;display:grid}.xray-form-grid{grid-template-columns:minmax(0,1fr) 120px;gap:.85rem;display:grid}.xray-field,.xray-choice-group{gap:.48rem;display:grid}.xray-field>span,.xray-choice-group legend{color:#f5f3eda8;text-transform:uppercase;font-size:.76rem;font-weight:800;line-height:1.35}.xray-field input,.xray-field select,.xray-field textarea{width:100%;color:var(--text);transition:border-color .22s var(--ease), background-color .22s var(--ease);background:#f5f3ed0f;border:1px solid #f5f3ed29;border-radius:6px;padding:.88rem .95rem;line-height:1.45}.xray-field select{appearance:auto}.xray-field option{background:var(--ink-soft);color:var(--text)}.xray-field textarea{resize:vertical;min-height:144px}.xray-field textarea.xray-compact-textarea{min-height:92px}.xray-field input::placeholder,.xray-field textarea::placeholder{color:#f5f3ed6b}.xray-field input:focus,.xray-field select:focus,.xray-field textarea:focus{border-color:var(--cyan);background:#f5f3ed17;outline:0}.xray-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.xray-check{color:#f5f3edb8;min-height:42px;transition:border-color .22s var(--ease), background-color .22s var(--ease), color .22s var(--ease);background:#f5f3ed0a;border:1px solid #f5f3ed1f;border-radius:6px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:.55rem;padding:.55rem .65rem;font-size:.82rem;font-weight:700;line-height:1.3;display:grid}.xray-check:has(input:checked){border-color:color-mix(in srgb, var(--cyan) 58%, transparent);color:var(--text);background:#58dce51a}.xray-check input{width:16px;height:16px;accent-color:var(--cyan)}.xray-actions{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.xray-actions .button{flex:220px;justify-content:space-between}.xray-reset{width:50px;height:50px;color:var(--muted);transition:transform .24s var(--ease), color .22s var(--ease), background-color .22s var(--ease);background:#f5f3ed0f;border:1px solid #f5f3ed29;border-radius:50%;flex:0 0 50px;place-items:center;display:grid}.xray-reset:hover{color:var(--text);background:#f5f3ed1a;transform:rotate(-10deg)}.xray-result{gap:1.15rem;padding:1.25rem;display:grid}.xray-result.is-live{border-color:color-mix(in srgb, var(--lime) 35%, #f5f3ed24)}.xray-result.is-empty{align-content:center;min-height:520px}.xray-empty-state{text-align:center;justify-self:center;place-items:center;max-width:560px;display:grid}.xray-empty-icon{width:76px;height:76px;color:var(--cyan);background:radial-gradient(circle at 50% 45%,#58dce52e,#0000 64%),#f5f3ed0a;border:1px solid #58dce552;border-radius:50%;place-items:center;display:grid}.xray-empty-state>span{color:var(--cyan);text-transform:uppercase;margin-top:1.35rem;font-size:.72rem;font-weight:900;line-height:1.35}.xray-empty-state h3{margin-top:.65rem;font-size:clamp(2rem,4vw,3.2rem);line-height:.98}.xray-empty-state p{color:#f5f3eda3;max-width:500px;margin-top:1rem;line-height:1.72}.xray-empty-points{flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:1.35rem;display:flex}.xray-empty-points span{color:#f5f3edb3;background:#f5f3ed0d;border:1px solid #f5f3ed24;border-radius:999px;padding:.5rem .7rem;font-size:.74rem;font-weight:800}.xray-result-top{grid-template-columns:minmax(0,1fr) 86px;align-items:start;gap:1rem;display:grid}.xray-result-top span{color:var(--cyan);text-transform:uppercase;font-size:.72rem;font-weight:900;line-height:1.35}.xray-result-top h3{margin-top:.45rem;font-size:2.35rem}.xray-score{width:86px;height:86px;color:var(--lime);background:radial-gradient(circle,#acef632e,#0000 62%),#f5f3ed0a;border:1px solid #acef636b;border-radius:50%;place-items:center;display:grid}.xray-score strong{font-family:var(--font-display);align-self:end;font-size:1.7rem;line-height:1}.xray-score span{color:#f5f3ed9e;align-self:start;font-size:.66rem}.xray-summary{color:#f5f3edb8;max-width:820px;font-size:1rem;line-height:1.75}.xray-output-grid{grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr);gap:.85rem;display:grid}.xray-output-block{background:#f5f3ed09;border:1px solid #f5f3ed1c;border-radius:8px;padding:1rem}.xray-output-title{color:var(--cyan);align-items:center;gap:.5rem;display:flex}.xray-output-title h4,.xray-first-build h4{font-size:1.08rem}.xray-flow{gap:.8rem;margin-top:1rem;display:grid}.xray-flow li{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:.75rem;display:grid}.xray-flow li>span{width:32px;height:32px;color:var(--lime);border:1px solid #f5f3ed26;border-radius:50%;place-items:center;font-size:.66rem;font-weight:900;display:grid}.xray-flow strong{color:var(--text);font-size:.86rem;display:block}.xray-flow p,.xray-bottlenecks span,.xray-first-build p{color:#f5f3eda3;font-size:.84rem;line-height:1.58}.xray-bottlenecks{gap:.7rem;margin-top:1rem;display:grid}.xray-bottlenecks li{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:.58rem;display:grid}.xray-bottlenecks svg{color:var(--lime)}.xray-first-build{background:#acef6314;border:1px solid #acef633d;border-radius:8px;padding:1rem}.xray-first-build>span{color:var(--lime);text-transform:uppercase;font-size:.68rem;font-weight:900}.xray-first-build h4{margin-top:.4rem}.xray-first-build p{margin-top:.55rem}.xray-first-build ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin-top:.9rem;display:grid}.xray-first-build li{color:#f5f3edb8;background:#080a093d;border-left:2px solid #acef638c;min-height:40px;padding:.55rem .65rem;font-size:.78rem;font-weight:750;line-height:1.35}.xray-enquiry{justify-self:end;width:fit-content}.clarity-fit{color:var(--ink);background:#eef0eb;padding:7rem 0}.clarity-fit .section-kicker{color:#5d655e}.clarity-fit-heading{grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr);align-items:end;gap:1.5rem 5rem;display:grid}.clarity-fit-heading .section-kicker{grid-column:1/-1}.clarity-fit-heading h2{max-width:820px;font-size:3.6rem}.clarity-fit-heading>p:last-child{color:#555d56;max-width:560px;font-size:1rem;line-height:1.75}.clarity-fit-list{border-top:1px solid #080a0929;margin-top:4rem}.clarity-fit-row{min-height:118px;transition:background-color .3s var(--ease), padding .3s var(--ease);border-bottom:1px solid #080a0929;grid-template-columns:48px minmax(150px,.45fr) minmax(0,1fr) 28px;align-items:center;gap:1.5rem;display:grid}.clarity-fit-row:hover{background:#080a0909;padding-inline:.7rem}.clarity-fit-row>span{font-size:.72rem;font-weight:800}.clarity-fit-row>strong{font-family:var(--font-display);font-size:1.05rem}.clarity-fit-row h3{font-size:1.35rem}.clarity-fit-row p{color:#5b625c;max-width:700px;margin-top:.35rem;font-size:.9rem;line-height:1.6}.fit-amber>span{color:#a76500}.fit-cyan>span{color:#007f88}.fit-lime>span{color:#4f7a20}.product-story{overflow:visible}.story-heading{padding-top:7.5rem;padding-bottom:3.75rem}.story-heading h2{font-size:4.25rem}.story-layout{grid-template-columns:minmax(430px,.92fr) minmax(0,1.08fr);gap:4.25rem}.story-chapter{min-height:max(720px,82dvh);padding:5rem 1rem 5rem 0}.story-chapter h3{font-size:4.5rem}.story-media-sticky{height:calc(100dvh - 120px);max-height:820px;top:96px}.chapter-features{grid-template-columns:1fr;gap:.65rem}.chapter-features li{font-size:.9rem}@media (width>=981px){.product-story{background:linear-gradient(#080a09fa 0%,#080a09 48%,#080a09f5 100%),repeating-linear-gradient(90deg,#f5f3ed05 0 1px,#0000 1px 96px)}.story-layout{align-items:start}.story-copy{padding-bottom:min(36dvh,340px)}.story-chapter{opacity:.5;min-height:max(820px,108dvh);transition:opacity .62s var(--ease), transform .82s var(--ease);transform:translateY(18px)}.story-chapter.is-active{opacity:1;transform:translate(0,0)}.story-media-sticky{height:calc(100dvh - 108px);max-height:860px;top:92px}.story-media-shell{background:linear-gradient(#f5f3ed14,#f5f3ed06),#060807;border-color:#f5f3ed2e;grid-template-rows:42px minmax(0,1fr);height:100%;padding:0;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1f,0 28px 80px #00000057}.story-stage-chrome{color:#f5f3ed6b;border-bottom:1px solid #f5f3ed1a;align-items:center;gap:.42rem;padding:0 .9rem;font-size:.66rem;font-weight:800;display:flex}.story-stage-chrome span{background:currentColor;border-radius:50%;width:7px;height:7px}.story-stage-chrome small{color:#f5f3ed80;letter-spacing:0;margin-left:auto;font-size:.66rem}.story-media-core{isolation:isolate;background:#050706;border-radius:0}.story-media-core:before{z-index:4;content:"";pointer-events:none;opacity:.34;mix-blend-mode:screen;background-color:#0000;background-image:linear-gradient(90deg,#f5f3ed09 1px,#0000 1px),linear-gradient(#f5f3ed07 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:92px 92px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.story-media-layer{clip-path:inset(0 0%);will-change:clip-path, transform, opacity;transform:translateZ(0)}.story-media-layer img,.story-media-layer video{filter:saturate(.88)contrast(1.05)}.story-media-layer:after{z-index:2;background:linear-gradient(#080a0914 0%,#080a0905 46%,#080a09e6 100%),linear-gradient(90deg,#080a094d,#0000 44%,#080a0933)}.story-media-layer figcaption{z-index:5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#080a09ad;border:1px solid #f5f3ed2e;border-radius:999px;width:fit-content;max-width:calc(100% - 2rem);padding:.42rem .8rem .42rem .42rem;bottom:1rem;left:1rem;right:1rem}.story-media-layer figcaption>span{background:#f5f3ed14;border-color:#f5f3ed38}.story-progress{padding-inline:.15rem}.story-marker{border-top:1px solid #f5f3ed1a;align-items:center;min-height:42px;padding-top:.65rem;position:relative}.story-marker:before{transform-origin:0;background:var(--lime);content:"";width:100%;height:2px;transition:transform .52s var(--ease);position:absolute;top:-1px;left:0;transform:scaleX(0)}.story-marker:nth-child(2):before{background:var(--lime)}.story-marker:nth-child(3):before{background:var(--amber)}.story-marker:nth-child(4):before{background:var(--cyan)}.story-marker:nth-child(5):before{background:var(--lime)}.story-marker.is-active:before{transform:scaleX(1)}.story-marker.is-active strong{color:var(--text)}}.clarity-services{color:var(--ink);background:#eef0eb;padding:8rem 0}.clarity-services .section-kicker{color:#5c645d}.clarity-services-layout{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:6rem;display:grid}.clarity-services-heading{flex-direction:column;align-items:flex-start;gap:2rem;height:fit-content;display:flex;position:sticky;top:120px}.clarity-services-heading h2{max-width:640px;margin-top:1.4rem;font-size:3.6rem}.clarity-services-heading p:last-child{color:#555d56;max-width:600px;margin-top:1.3rem;line-height:1.75}.solution-proof-strip{gap:.55rem;width:100%;display:grid}.solution-proof-strip span{color:#283029;background:#080a090d;border-left:2px solid #2477ff;padding:.68rem .85rem;font-size:.78rem;font-weight:850}.solution-proof-strip span:nth-child(2){border-color:#096c75}.solution-proof-strip span:nth-child(3){border-color:#4f7a20}.clarity-services-link{color:var(--ink);border-color:#080a094d}.clarity-services-link:hover{color:#096c75;border-color:#096c75}.clarity-services-list{border-top:1px solid #080a0929}.clarity-service-row{min-height:180px;transition:background-color .3s var(--ease), transform .3s var(--ease);border-bottom:1px solid #080a0929;grid-template-columns:34px 44px minmax(0,1fr);align-items:start;gap:1rem;padding:2.1rem 0;display:grid}.clarity-service-row:hover{background:#080a0908;transform:translate(8px)}.clarity-service-row>span{color:#697069;font-size:.7rem;font-weight:800}.clarity-service-row>div[aria-hidden=true]{color:#096c75;border:1px solid #080a0933;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.clarity-service-copy{min-width:0}.clarity-service-titleline{justify-content:space-between;align-items:center;gap:1rem;max-width:680px;display:flex}.clarity-service-row h3{font-size:1.55rem}.clarity-service-titleline span{color:#096c75;text-transform:uppercase;background:#080a090b;border:1px solid #080a0929;flex:none;padding:.35rem .5rem;font-size:.68rem;font-weight:850;line-height:1}.clarity-service-row p{color:#555d56;max-width:650px;margin-top:.7rem;line-height:1.65}.clarity-process{border-top:1px solid #080a0929;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);align-items:start;gap:3rem 6rem;margin-top:7rem;padding-top:4rem;display:grid}.clarity-process h2{max-width:600px;margin-top:1.3rem;font-size:2.8rem}.clarity-process ol{border-left:1px solid #080a0929;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.clarity-process li{border-right:1px solid #080a0929;min-height:230px;padding:1.5rem}.clarity-process li>span{color:#4f7a20;font-size:.72rem;font-weight:800}.clarity-process li strong{font-family:var(--font-display);margin-top:3.5rem;font-size:1.25rem;display:block}.clarity-process li p{color:#555d56;margin-top:.7rem;font-size:.88rem;line-height:1.6}.clarity-process>.button{grid-column:2;width:fit-content;margin-top:-.5rem}.proof-section{padding-top:8rem;padding-bottom:8rem}.proof-heading{grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);gap:1.5rem 4rem}.proof-heading .section-kicker{grid-column:1/-1}.proof-heading>p:last-child{max-width:540px;color:var(--muted);align-self:end;line-height:1.7}.use-case-list{margin-top:3.5rem}.use-case-row{min-height:128px}.trust-layout{margin-top:6.5rem}.cta-section{padding:7.5rem 0}.cta-layout h2{max-width:900px;font-size:4.5rem}.cta-layout>p{max-width:720px}.cta-actions{align-items:center}.cta-product-links{flex-wrap:wrap;gap:.5rem 1.25rem;display:flex}.cta-product-links a{border-bottom:1px solid #080a094d;align-items:center;gap:.35rem;min-height:44px;font-size:.85rem;font-weight:800;display:inline-flex}.footer{padding-top:5rem}.footer-brand p{max-width:470px}@media (width<=1100px){.clarity-hero-layout{gap:3rem}.clarity-hero-copy h1{font-size:4.3rem}.clarity-fit-heading h2,.product-map-heading h2,.clarity-services-heading h2{font-size:3.15rem}.story-layout{gap:3rem}.story-chapter h3{font-size:4rem}.clarity-services-layout,.clarity-process{gap:4rem}}@media (width<=980px){.cinema-scene-meter{display:none}.clarity-hero{min-height:auto;padding:8rem 0 6.5rem}.clarity-hero-layout,.product-map-heading,.workflow-xray-heading,.clarity-fit-heading,.clarity-services-layout,.clarity-process{grid-template-columns:1fr}.clarity-scroll-cue{display:none}.product-map-heading{align-items:start;gap:1.4rem}.product-map-labels{display:none}.product-map-row{grid-template-columns:40px minmax(0,1fr) 24px;align-items:start;gap:.9rem;min-height:0;padding:1.35rem 0}.product-map-row:hover{transform:none}.product-map-row p,.product-map-row strong{grid-column:2}.product-map-row strong{grid-row:1;align-self:start}.product-map-row p:first-of-type{grid-row:2}.product-map-row p:last-of-type{grid-row:3}.product-map-row svg{grid-area:1/3/span 3}.workflow-xray-layout,.xray-output-grid{grid-template-columns:1fr}.workflow-xray-heading{align-items:start;gap:1.25rem}.clarity-fit-heading{align-items:start}.clarity-fit-row{grid-template-columns:40px minmax(130px,.35fr) minmax(0,1fr) 24px}.story-layout{display:block}.story-heading{grid-template-columns:1fr;gap:1.5rem}.story-heading .section-kicker{grid-column:auto}.story-chapter{min-height:auto;padding:4.5rem 0}.story-mobile-media{aspect-ratio:16/10;border:1px solid var(--line);background:var(--ink-raised);border-radius:8px;margin:0 0 2.5rem;padding:7px;display:block;overflow:hidden}.story-mobile-media img{object-fit:cover;border-radius:4px;width:100%;height:100%}.story-media-column{display:none}.clarity-services-heading{position:static}.solution-proof-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.clarity-process ol,.clarity-process>.button{grid-column:1}.proof-heading{grid-template-columns:1fr}.proof-heading .section-kicker{grid-column:auto}}@media (width<=1500px){.cinema-scene-meter{display:none}}@media (width<=700px){.clarity-hero{padding:6.5rem 0 6rem}.clarity-hero-copy h1{margin-top:.9rem;font-size:clamp(2.35rem,10.4vw,2.9rem);line-height:1.04}.clarity-hero-description{margin-top:1.3rem;font-size:1rem;line-height:1.6}.clarity-hero-overlay{background:linear-gradient(#080a09d1 0%,#080a09c2 34%,#080a09e6 100%)}.clarity-hero-actions{flex-direction:column;align-items:flex-start;gap:.9rem;margin-top:1.6rem}.clarity-hero-actions .button{width:100%}.clarity-hero-actions .text-link{width:auto;min-height:44px}.clarity-fit,.product-map,.workflow-xray,.clarity-services{padding:5.5rem 0}.clarity-fit-heading h2,.product-map-heading h2,.workflow-xray-heading h2,.clarity-services-heading h2{font-size:2.55rem}.product-map-grid{margin-top:2.5rem}.product-map-row{grid-template-columns:34px minmax(0,1fr) 22px;padding:1.25rem 0}.product-map-row p{font-size:.92rem}.workflow-xray-layout{margin-top:2.2rem}.xray-form-grid,.xray-choice-grid,.xray-first-build ul,.xray-result-top{grid-template-columns:1fr}.xray-score{width:72px;height:72px}.xray-result-top h3{font-size:1.95rem}.xray-enquiry{justify-content:space-between;justify-self:stretch;width:100%}.clarity-fit-list{margin-top:2.75rem}.clarity-fit-row{grid-template-columns:34px minmax(0,1fr) 22px;gap:.8rem;min-height:0;padding:1.35rem 0}.clarity-fit-row>strong,.clarity-fit-row>div{grid-column:2}.clarity-fit-row>svg{grid-area:1/3/span 2}.story-heading{padding-top:5.5rem;padding-bottom:2.5rem}.story-heading h2{font-size:3rem}.story-chapter h3{font-size:3.35rem}.chapter-tagline{font-size:1.3rem}.story-mobile-media{aspect-ratio:4/3}.chapter-actions{flex-direction:column;align-items:stretch}.chapter-actions .button{width:100%}.clarity-service-row{grid-template-columns:28px 38px minmax(0,1fr);min-height:0;padding:1.6rem 0}.clarity-service-row:hover{transform:none}.clarity-service-titleline{flex-direction:column;align-items:flex-start;gap:.55rem}.solution-proof-strip{grid-template-columns:1fr}.clarity-process{margin-top:5rem;padding-top:3rem}.clarity-process h2{font-size:2.35rem}.clarity-process ol{border-top:1px solid #080a0929;grid-template-columns:1fr}.clarity-process li{border-bottom:1px solid #080a0929;min-height:0;padding:1.25rem}.clarity-process li strong{margin-top:1.5rem}.proof-section{padding-top:5.5rem;padding-bottom:5.5rem}.use-case-row{min-height:0}.trust-layout{margin-top:4.5rem}.cta-section{padding:5.5rem 0}.cta-layout h2{font-size:3rem}.cta-product-links{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}}@media (prefers-reduced-motion:reduce){.cinema-scene-meter,.clarity-hero-video{display:none!important}.clarity-hero-poster,.hero-reveal,.story-marker{opacity:1!important;transform:none!important}.story-layout{display:block}.story-media-column{display:none}.story-mobile-media{aspect-ratio:16/10;border:1px solid var(--line);background:var(--ink-raised);border-radius:8px;margin:0 0 2.5rem;padding:7px;display:block;overflow:hidden}.story-mobile-media img{object-fit:cover;border-radius:4px;width:100%;height:100%}}.loading-skeleton-overlay{background:var(--ink);z-index:9999;width:100vw;height:100dvh;transition:opacity .42s var(--ease);flex-direction:column;padding:18px 0 5.5rem;display:flex;position:fixed;top:0;left:0}.loading-skeleton-overlay.is-exiting{opacity:0;pointer-events:none}.skeleton-nav{background:#ffffff05;border:1px solid #ffffff0d;border-radius:999px;justify-content:space-between;align-items:center;width:min(100% - 48px,1400px);height:68px;margin:0 auto;padding:0 .45rem;display:flex}.skeleton-logo{background:#ffffff0d;border-radius:12px;width:120px;height:24px}.skeleton-links{background:#ffffff0d;border-radius:10px;width:250px;height:20px;display:none}@media (width>=768px){.skeleton-links{display:block}}.skeleton-btn{background:#ffffff0d;border-radius:20px;width:140px;height:40px}.skeleton-hero{text-align:left;flex-direction:column;flex:1;justify-content:flex-end;align-items:flex-start;display:flex}.skeleton-kicker{background:#ffffff0d;border-radius:999px;width:290px;max-width:100%;height:26px;margin-bottom:1.5rem}.skeleton-title-1{background:#ffffff0d;border-radius:12px;width:100%;max-width:820px;height:clamp(44px,7.4vw,78px);margin-bottom:.6rem}.skeleton-title-2{background:#ffffff0d;border-radius:12px;width:72%;max-width:600px;height:clamp(44px,7.4vw,78px);margin-bottom:1.7rem}.skeleton-desc{background:#ffffff0d;border-radius:10px;width:100%;max-width:740px;height:44px;margin-bottom:2.2rem}.skeleton-hero-btn{background:#ffffff14;border-radius:999px;width:205px;height:50px}.pulse{animation:1.5s ease-in-out infinite alternate skeletonPulse}@keyframes skeletonPulse{0%{opacity:.5}to{opacity:1}}
