:root{--ink:#111817;--teal:#0b5f59;--teal-deep:#084641;--teal-bright:#17aba0;--copper:#d95d39;--copper-deep:#c4492d;--canvas:#f6f4ee;--white:#fff;--mist:#e8eeeb;--slate:#43514f;--bg:var(--canvas);--surface:var(--white);--surface-mist:var(--mist);--text:var(--ink);--text-soft:var(--ink);--text-on-dark:#ffffffd6;--line:#1118171a;--accent:var(--teal);--accent-bright:var(--teal-bright);--accent-2:var(--copper);--accent-2-deep:var(--copper-deep);--icon-on-tint:var(--teal-deep);--focus-ring:var(--copper);--shadow:17 24 23;--serif:var(--font-sora), ui-sans-serif, system-ui, sans-serif;--weight-body:400;--weight-medium:500;--weight-semi:600;--weight-bold:700;--weight-display:800;--eyebrow-size:.72rem;--eyebrow-tracking:.08em;--display-tracking:-.05em;--subhead-size:1.22rem;--subhead-tracking:-.035em;--title-size:1.08rem;--title-tracking:-.02em;--lede-size:1.02rem;--body-size:.9rem;--body-sm-size:.82rem;--body-xs-size:.78rem;--sans:var(--font-instrument-sans), ui-sans-serif, system-ui, -apple-system, sans-serif;--container:1180px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:18px;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit}h1,h2,h3,h4{font-family:var(--serif);text-wrap:balance;margin:0}p{margin:0}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px;border-radius:3px}.wrap{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.75rem)}header.site{z-index:40;background:color-mix(in srgb, var(--bg) 90%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}.nav-row{justify-content:space-between;align-items:center;gap:1.5rem;padding-block:1.15rem;display:flex}.wordmark{font-family:var(--serif);font-weight:var(--weight-display);letter-spacing:-.01em;white-space:nowrap;flex-shrink:0;align-items:center;gap:.55rem;font-size:1.2rem;text-decoration:none;display:flex}.wordmark .mark{object-fit:cover;border-radius:9px;flex-shrink:0;width:2.1rem;height:2.1rem}nav.primary{flex-shrink:0;align-items:center;gap:clamp(1rem,1.8vw,1.75rem);display:flex}.nav-links{gap:clamp(.85rem,1.4vw,1.5rem);display:flex}.nav-links a{font-size:.96rem;font-weight:var(--weight-semi);color:var(--text-soft);white-space:nowrap;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-toggle{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.6rem;height:2.6rem;margin-left:auto;padding:0;display:none}.nav-toggle span{background:var(--text);border-radius:2px;width:1.4rem;height:2px;transition:transform .2s,opacity .2s;display:block}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1040px){.nav-toggle{display:flex}nav.primary{z-index:39;background:var(--surface);border:1.5px solid var(--line);box-shadow:0 24px 48px -22px rgb(var(--shadow) / .32);opacity:0;pointer-events:none;border-radius:18px;flex-direction:column;align-items:stretch;gap:1.25rem;padding:1.5rem;transition:transform .18s,opacity .18s;position:fixed;inset:4.5rem 1rem auto;transform:translateY(-10px)}nav.primary.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links{flex-direction:column;gap:1rem;display:flex}.nav-links a{white-space:normal;font-size:1.05rem}nav.primary .btn{width:100%}}.btn{font-weight:var(--weight-bold);cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;max-width:100%;padding:.85rem 1.6rem;font-size:1rem;text-decoration:none;transition:transform .16s cubic-bezier(.22,1,.36,1),box-shadow .16s,background-color .16s,border-color .16s;display:inline-flex}@media (max-width:400px){.btn{white-space:normal;text-align:center}}.btn-primary{background:var(--copper-deep);color:#fffaf6;box-shadow:0 1px 2px #00000014}.btn-primary:hover{background:var(--ink);box-shadow:0 12px 26px -10px rgb(var(--shadow) / .4);transform:translateY(-1px)}.btn-outline{color:inherit;background:0 0;border-color:currentColor}.btn-outline:hover{background:#ffffff14;transform:translateY(-1px)}.btn-dark{background:var(--ink);color:var(--canvas)}.btn-dark:hover{background:#05100e;transform:translateY(-1px)}.btn-lg{padding:1.05rem 2rem;font-size:1.08rem}.hero{border-radius:0 0 28px 28px;align-items:flex-end;min-height:min(88vh,850px);display:flex;position:relative;overflow:clip}.hero-photo{position:absolute;inset:0}.hero-photo .frame{background:linear-gradient(#0000 15%,#080d0c14 32%,#080d0c6b 58%,#080d0cdb 100%),linear-gradient(100deg,#080d0c59 0%,#0000 45%),#0b111066;position:absolute;inset:0}.hero-photo .frame:after{content:"";opacity:.1;mix-blend-mode:overlay;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:3px 3px;position:absolute;inset:0}.hero-inner{z-index:2;color:#fff;width:100%;padding-top:clamp(6rem,14vw,9rem);padding-bottom:clamp(3rem,7vw,5rem);position:relative}.hero-inner h1{max-width:18ch;font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;font-weight:var(--weight-display);letter-spacing:var(--display-tracking)}.hero-inner h1 .accent-copper{color:#ef8a63}.hero-inner .lede{color:#ffffffe0;max-width:40ch;margin-top:1.3rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.5}.hero-ctas{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2.2rem;display:flex}.hero-ctas .btn-outline{color:#fff;border-color:#ffffff8c}section{padding-block:clamp(3.5rem,8vw,6rem)}section.tint{background:var(--surface-mist)}.kicker{color:var(--accent-2-deep);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase}.kicker-icon{align-items:center;gap:.5rem;display:inline-flex}.kicker-icon img{border-radius:6px;width:1.4rem;height:1.4rem}.section-head{max-width:42ch}.section-head h2{font-size:clamp(1.9rem,3.6vw,2.7rem);font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.6rem}.section-head p{color:var(--text-soft);font-size:var(--lede-size);margin-top:1rem}.center{text-align:center;margin-inline:auto}.reveal{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(16px)}.reveal.in{opacity:1;transform:none}.feature-grid{grid-template-columns:repeat(4,1fr);gap:2.25rem;margin-top:3rem;display:grid}@media (max-width:880px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.feature-grid{grid-template-columns:1fr}}.feature{text-align:left}.feature .glyph{background:color-mix(in srgb, var(--accent) 13%, transparent);width:3.1rem;height:3.1rem;color:var(--icon-on-tint);border-radius:14px;place-items:center;margin-bottom:1.1rem;display:grid}.feature .glyph svg{width:1.55rem;height:1.55rem}.feature h3{font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.feature p{color:var(--text-soft);line-height:1.5;font-size:var(--body-size);margin-top:.5rem}.moment{grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.moment .photo,.moment .copy{min-width:0}.moment .photo{position:relative}.moment.flip{grid-template-columns:.9fr 1.1fr}.moment.flip .photo{order:2}@media (max-width:900px){.moment,.moment.flip{grid-template-columns:1fr}.moment.flip .photo{order:0}}.moment .photo-frame{aspect-ratio:5/4;box-shadow:0 30px 60px -24px rgb(var(--shadow) / .35);border-radius:24px;position:relative;overflow:clip}.moment .photo-frame .fill{background:linear-gradient(200deg,#0000001a 0%,#0006 100%),#0b111052;position:absolute;inset:0}.moment .photo-frame .fill:after{content:"";opacity:.09;mix-blend-mode:overlay;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:4px 4px;position:absolute;inset:0}.moment .copy .kicker{display:block}.moment .copy h3{font-size:clamp(1.6rem,2.8vw,2.15rem);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:.6rem}.moment .copy p{color:var(--text-soft);max-width:40ch;margin-top:1rem;font-size:1.1rem;line-height:1.55}.moment .copy .btn{margin-top:1.6rem}.crew-gallery{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (max-width:900px){.crew-gallery{grid-template-columns:1fr}}.crew-photo{aspect-ratio:4/5;box-shadow:0 24px 48px -22px rgb(var(--shadow) / .35);border-radius:20px;position:relative;overflow:clip}.crew-photo .fill{background:linear-gradient(200deg,#0000001a 0%,#0006 100%),#0b111052;position:absolute;inset:0}.crew-photo .fill:after{content:"";opacity:.09;mix-blend-mode:overlay;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:4px 4px;position:absolute;inset:0}.shot-card{z-index:3;box-shadow:0 26px 52px -16px rgb(var(--shadow) / .55);border:2px solid var(--bg);background:var(--surface);border-radius:16px;position:absolute;overflow:clip}.shot-card img{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.shot-card-desktop{aspect-ratio:16/10;width:min(72%,430px)}.shot-card-mobile{aspect-ratio:9/19.5;border-radius:26px;width:min(42%,190px)}.moment .photo .shot-card{bottom:-2.25rem;right:-2rem}.moment.flip .photo .shot-card{left:-2rem;right:auto}@media (max-width:1100px){.moment .shot-card-desktop{width:min(66%,340px)}}@media (max-width:900px){.moment .photo .shot-card,.moment.flip .photo .shot-card{bottom:.85rem;left:auto;right:.85rem}.moment .shot-card-desktop{width:min(60%,250px)}.moment .shot-card-mobile{width:min(36%,130px)}}.crew-photo .shot-card-inset{width:min(46%,150px);bottom:.85rem;right:.85rem}@media (max-width:900px){.crew-photo .shot-card-inset{width:min(40%,130px)}}.hero-shot-group{z-index:3;position:absolute;bottom:clamp(6.5rem,13vw,9.5rem);right:clamp(1.5rem,4vw,4rem)}.hero-shot-group .shot-card-desktop{width:min(46vw,440px);position:relative}.hero-shot-group .shot-card-mobile{width:min(24vw,165px);bottom:-2.75rem;right:-2rem}@media (max-width:1100px){.hero-shot-group{bottom:clamp(6.5rem,15vw,8.5rem)}.hero-shot-group .shot-card-desktop{width:min(50vw,340px)}.hero-shot-group .shot-card-mobile{width:min(26vw,130px)}}@media (max-width:900px){.hero-shot-group{top:4.5rem;bottom:auto;right:1.1rem}.hero-shot-group .shot-card-desktop{display:none}.hero-shot-group .shot-card-mobile{aspect-ratio:1;border-radius:16px;width:72px;position:static}}.crew-chain{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:1.25rem;margin-top:3rem;display:grid}@media (max-width:800px){.crew-chain{grid-template-columns:1fr}.crew-chain .chain-arrow{justify-self:center;transform:rotate(90deg)}}.chain-step{background:var(--surface);border:1.5px solid var(--line);border-radius:18px;padding:1.4rem 1.5rem}.chain-label{font-family:var(--serif);font-weight:var(--weight-display);color:var(--accent-2-deep);font-size:1.05rem;display:block}.chain-step p{color:var(--text-soft);margin-top:.5rem;font-size:.96rem;line-height:1.5}.chain-arrow{color:var(--text-soft);justify-self:center;font-size:1.5rem}#crew .hero-ctas{margin-top:2.5rem}.founder{background:var(--surface-mist);border-radius:28px}.founder-inner{grid-template-columns:auto 1fr;align-items:center;gap:1.75rem;padding:clamp(2.25rem,5vw,3.5rem);display:grid}@media (max-width:620px){.founder-inner{text-align:center;grid-template-columns:1fr}.founder-inner .avatar{margin-inline:auto}}.founder-inner .avatar{background:var(--teal-deep);border-radius:50%;flex-shrink:0;width:4.5rem;height:4.5rem;position:relative;overflow:hidden}.founder-inner blockquote{font-family:var(--serif);font-weight:var(--weight-bold);letter-spacing:-.005em;text-wrap:balance;margin:0;font-size:clamp(1.25rem,2.4vw,1.55rem);line-height:1.4}.founder-inner .cite{color:var(--text-soft);font-size:.95rem;font-weight:var(--weight-semi);margin-top:.85rem}.pill-row{flex-wrap:wrap;gap:.85rem;margin-top:2.25rem;display:flex}.industry-pill{background:var(--surface);border:1.5px solid var(--line);font-weight:var(--weight-bold);border-radius:999px;align-items:center;gap:.6rem;padding:.7rem 1.3rem .7rem .85rem;font-size:1rem;display:inline-flex}.industry-pill .dot-glyph{background:color-mix(in srgb, var(--accent) 14%, transparent);width:1.9rem;height:1.9rem;color:var(--icon-on-tint);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.industry-pill .dot-glyph svg{width:1.05rem;height:1.05rem}.trade-note{max-width:60ch;margin-top:3rem}.trade-note h3{font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking)}.trade-note p{color:var(--text-soft);margin-top:.75rem;font-size:1.05rem;line-height:1.55}.trade-tags{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.trade-tag{background:var(--surface-mist);font-weight:var(--weight-semi);color:var(--text-soft);border-radius:999px;align-items:center;padding:.5rem 1rem;font-size:.92rem;display:inline-flex}.cta-band{text-align:center;border-radius:28px;padding:clamp(3rem,7vw,5rem) clamp(1.5rem,5vw,3.5rem);position:relative;overflow:clip}.cta-band .frame{background:radial-gradient(120% 140% at 30% 0,#2b7a70 0%,#0e2320 55%,#081513 100%);position:absolute;inset:0}.cta-band .frame:after{content:"";background:#080d0c59;position:absolute;inset:0}.cta-band>*{z-index:2;position:relative}.cta-band h2{color:#fff;max-width:20ch;font-size:clamp(2rem,4vw,2.9rem);font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-inline:auto}.cta-band p{color:#ffffffd1;margin-top:1rem;max-width:42ch;margin-inline:auto;font-size:1.15rem}.cta-band .hero-ctas{justify-content:center;margin-top:2.2rem}.ai-band{border-radius:28px;padding:clamp(3rem,7vw,5rem) clamp(1.5rem,5vw,3.5rem);position:relative;overflow:clip}.ai-band .frame{background:radial-gradient(120% 140% at 80% 0,#4a4f9e 0%,#201f4a 55%,#0f0e26 100%);position:absolute;inset:0}.ai-band .frame:after{content:"";background:#08081440;position:absolute;inset:0}.ai-band>*{z-index:2;position:relative}.ai-band .section-head{max-width:56ch}.ai-band .kicker{color:#b9a8ff}.ai-band h2{color:#fff;font-size:clamp(1.9rem,3.6vw,2.7rem);font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.6rem}.ai-band .section-head p{color:#ffffffc7}.ai-grid{grid-template-columns:repeat(3,1fr);gap:2.25rem;margin-top:3rem;display:grid}@media (max-width:900px){.ai-grid{grid-template-columns:1fr}}.ai-point .glyph{color:#cfc6ff;background:#ffffff1f;border-radius:14px;place-items:center;width:3.1rem;height:3.1rem;margin-bottom:1.1rem;display:grid}.ai-point .glyph svg{width:1.55rem;height:1.55rem}.ai-point h3{color:#fff;font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.ai-point p{color:#ffffffbf;line-height:1.55;font-size:var(--body-size);margin-top:.5rem}.ai-band .hero-ctas{margin-top:2.5rem}.ai-band .btn-outline{color:#fff;border-color:#ffffff8c}.hero.pricing-hero{align-items:center;min-height:min(64vh,620px)}.pricing-hero .hero-inner{text-align:center;padding-top:clamp(6rem,13vw,8rem);padding-bottom:clamp(3rem,6vw,4rem)}.pricing-hero .section-head{max-width:46rem}.pricing-hero .section-head .kicker{color:#bfe8e0}.pricing-hero .section-head h1{color:#fff}.pricing-hero .section-head p{color:#ffffffd9}.section-head h1{font-size:clamp(2.4rem,5.2vw,3.6rem);font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.6rem}.pricing-big-cta{text-align:center;font-family:var(--serif);font-size:clamp(2rem,5vw,3.4rem);font-weight:var(--weight-display);letter-spacing:-.02em;text-wrap:balance;margin-top:3rem;line-height:1.08}.billing-toggle-wrap{flex-direction:column;align-items:center;gap:.85rem;margin-top:2.25rem;display:flex}.billing-toggle{background:var(--surface-mist);border-radius:999px;align-items:center;gap:.25rem;padding:.3rem;display:inline-flex}.billing-toggle button{font:inherit;font-weight:var(--weight-bold);cursor:pointer;color:var(--text-soft);background:0 0;border:none;border-radius:999px;padding:.6rem 1.35rem;font-size:.95rem;transition:background-color .16s,color .16s}.billing-toggle button.active{background:var(--surface);color:var(--text);box-shadow:0 2px 10px rgb(var(--shadow) / .14)}.billing-toggle-wrap .save-note{font-size:.88rem;font-weight:var(--weight-bold);color:var(--accent);margin:0}.team-size-picker{text-align:center;flex-direction:column;align-items:center;gap:.6rem;margin-top:1.75rem;display:flex}.team-size-picker label{font-size:.86rem;font-weight:var(--weight-bold);color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em}.team-size-picker select{font:inherit;font-weight:var(--weight-bold);border:1.5px solid var(--line);background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .9rem center / 1rem;color:var(--text);cursor:pointer;appearance:none;border-radius:999px;padding:.65rem 2.2rem .65rem 1.2rem;font-size:1rem}.team-size-picker select:focus-visible{border-color:var(--accent);outline:none}.tier-enterprise-note{color:var(--text-soft);font-size:var(--body-size);text-align:center;margin-top:clamp(1.5rem,3vw,2.25rem)}.tier-enterprise-note button{color:var(--os-green);font:inherit;font-weight:var(--weight-bold);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.team-size-picker .team-size-note{max-width:32rem;color:var(--text-soft);margin:0;font-size:.84rem}.price-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.75rem;margin-top:3rem;display:grid}.price-grid-4{grid-template-columns:repeat(4,1fr);gap:1.35rem}@media (max-width:980px){.price-grid,.price-grid-4{grid-template-columns:1fr;max-width:460px;margin-inline:auto}}.price-card{background:var(--surface);border:1.5px solid var(--line);border-radius:22px;flex-direction:column;padding:2.1rem 1.85rem;display:flex;position:relative}.price-card .badge{background:var(--copper);color:#fffaf6;font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;border-radius:999px;padding:.4rem .85rem;position:absolute;top:-.9rem;left:1.85rem}.price-card h3{font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking)}.price-card .tier-note{color:var(--text-soft);min-height:2.8em;font-size:var(--body-size);margin-top:.4rem}.price-amount{align-items:baseline;gap:.4rem;margin-top:1.5rem;display:flex}.price-amount .num{font-family:var(--serif);font-size:2.7rem;font-weight:var(--weight-display);letter-spacing:-.02em}.price-amount .per{color:var(--text-soft);font-weight:var(--weight-semi);font-size:.95rem}.price-billed-note{color:var(--text-soft);font-size:var(--body-xs-size);margin-top:.4rem}.price-seats-note{color:var(--text-soft);line-height:1.4;font-size:var(--body-sm-size);margin-top:.3rem}.price-card .tier-req{color:var(--accent-2-deep);font-size:.84rem;font-weight:var(--weight-bold);margin-top:.9rem}.annual-contact-note{color:var(--text-soft);margin-top:1.5rem;font-size:.92rem;line-height:1.5}.price-card .btn{margin-top:1.5rem}.price-features{border-top:1.5px solid var(--line);flex-direction:column;gap:.8rem;margin-top:1.75rem;padding-top:1.5rem;display:flex}.price-features li{color:var(--text-soft);align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.45;display:flex}.price-features li svg{width:1.05rem;height:1.05rem;color:var(--accent);flex-shrink:0;margin-top:.18rem}.addon-list{flex-direction:column;gap:1.25rem;margin-top:3.5rem;display:flex}.addon-card{background:var(--surface-mist);border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1.85rem 2.1rem;display:grid}.addon-card>div:nth-child(2){min-width:0}@media (max-width:700px){.addon-card{text-align:center;grid-template-columns:1fr}.addon-card .glyph{margin-inline:auto}}.addon-card .glyph{background:color-mix(in srgb, var(--accent) 14%, transparent);width:3.2rem;height:3.2rem;color:var(--icon-on-tint);border-radius:14px;flex-shrink:0;place-items:center;margin-bottom:0;display:grid}.addon-card .glyph svg{width:1.6rem;height:1.6rem}.addon-card h3{font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.addon-card p{color:var(--text-soft);line-height:1.5;font-size:var(--body-size);margin-top:.35rem}.addon-card .addon-requires{font-size:var(--body-sm-size);margin-top:.6rem}.addon-price{text-align:right;white-space:nowrap;min-width:0}@media (max-width:700px){.addon-price{text-align:center;white-space:normal}}.addon-price .num{font-family:var(--serif);font-weight:var(--weight-display);font-size:1.55rem}.addon-price .num .per{font-family:var(--sans);color:var(--text-soft);font-size:.9rem;font-weight:var(--weight-semi)}.addon-price .alt{color:var(--text-soft);margin-top:.2rem;font-size:.85rem}.usage-addon-grid{grid-template-columns:1fr 1fr;gap:.85rem;margin-top:2.5rem;display:grid}@media (max-width:700px){.usage-addon-grid{grid-template-columns:1fr}}.usage-addon-row{background:var(--surface);border:1.5px solid var(--line);border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.usage-addon-row span{font-size:.98rem}.usage-addon-row strong{font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking);flex-shrink:0}.pricing-faq{max-width:780px;margin-top:2.5rem}.faq-item{border-top:1.5px solid var(--line);padding-block:1.35rem}.faq-item:last-child{border-bottom:1.5px solid var(--line)}.faq-item summary{cursor:pointer;font-weight:var(--weight-bold);justify-content:space-between;align-items:center;gap:1rem;font-size:1.05rem;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;font-weight:var(--weight-body);color:var(--text-soft);flex-shrink:0;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{color:var(--text-soft);max-width:64ch;line-height:1.6;font-size:var(--body-size);margin-top:.85rem}.pricing-fineprint{border-top:1.5px solid var(--line);color:var(--text-soft);max-width:72ch;margin-top:3.5rem;padding-top:2rem;font-size:.86rem;line-height:1.6}footer.site{padding-block:3rem}.foot-grid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.foot-links{color:var(--text-soft);flex-wrap:wrap;gap:1.75rem;font-size:.95rem;display:flex}.foot-links a{text-decoration:none}.foot-links a:hover{color:var(--text)}.foot-legal{flex-direction:column;align-items:flex-end;gap:.6rem;display:flex}.foot-legal .foot-links{gap:1.25rem;font-size:.85rem}.footer-link-button{font:inherit;color:var(--text-soft);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:none}.footer-link-button:hover{color:var(--text)}@media (max-width:620px){.foot-legal{align-items:flex-start}}.signup-shell{min-height:calc(100vh - 4.9rem)}.signup-form-panel{min-height:inherit;justify-content:center;align-items:center;padding:clamp(2.5rem,6vw,5rem) clamp(1.25rem,5vw,4rem);display:flex}.signup-form-inner{width:100%;max-width:30rem;margin-inline:auto}.signup-form-inner h1{font-size:clamp(1.7rem,3vw,2.2rem);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:.4rem}.signup-lede{color:var(--text-soft);margin-top:.6rem;font-size:1.02rem}.oauth-row{flex-direction:column;gap:.75rem;margin-top:1.75rem;display:flex}.btn-oauth{font:inherit;font-weight:var(--weight-bold);border:1.5px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.65rem;padding:.8rem 1.2rem;font-size:.98rem;transition:border-color .16s,transform .16s;display:flex}.btn-oauth:hover{border-color:var(--text-soft);transform:translateY(-1px)}.signup-divider{color:var(--text-soft);align-items:center;gap:.85rem;margin-top:1.5rem;font-size:.85rem;display:flex}.signup-divider:before,.signup-divider:after{content:"";background:var(--line);flex:1;height:1px}.signup-account-card{background:var(--surface-mist);text-align:center;border-radius:18px;margin-top:1.75rem;padding:1.35rem 1.5rem}.signup-account-label{color:var(--text-soft);font-size:.82rem}.signup-account-identity{font-size:1.05rem;font-weight:var(--weight-bold);margin-top:.3rem}.signup-account-logout{font:inherit;color:var(--text-soft);cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:0;font-size:.86rem;text-decoration:underline}.signup-account-logout:hover{color:var(--text)}.signup-account-logout:disabled{opacity:.6;cursor:default}.signup-plan-card{background:var(--surface-mist);border-radius:18px;margin-top:1.75rem;padding:1.35rem 1.5rem}.signup-plan-summary{justify-content:space-between;align-items:center;gap:1rem;display:flex}.signup-plan-summary strong{font-size:1.02rem;display:block}.signup-plan-summary span{color:var(--text-soft);margin-top:.25rem;font-size:.86rem;display:block}.signup-plan-summary .signup-plan-price{flex-shrink:0;margin-top:0}.signup-plan-switch{background:var(--surface);border-radius:999px;align-items:center;gap:.25rem;margin:0 .5rem .5rem 0;padding:.25rem;display:inline-flex}.signup-plan-switch button{font:inherit;font-weight:var(--weight-bold);cursor:pointer;color:var(--text-soft);background:0 0;border:none;border-radius:999px;padding:.5rem 1rem;font-size:.86rem;transition:background-color .16s,color .16s}.signup-plan-switch button.active{background:var(--accent);color:#fffaf6}.signup-plan-price{align-items:baseline;gap:.35rem;margin-top:.85rem;display:flex}.signup-plan-price .num{font-family:var(--serif);font-size:2rem;font-weight:var(--weight-display);letter-spacing:-.02em}.signup-plan-price .per{color:var(--text-soft);font-weight:var(--weight-semi);font-size:.9rem}.signup-plan-billed{color:var(--text-soft);margin-top:.3rem;font-size:.86rem}.signup-addon-note{border:1px solid var(--line);border-radius:18px;margin-top:1.1rem;padding:1.1rem 1.35rem}.signup-addon-note-label{color:var(--text-soft);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase}.signup-addon-note ul{gap:.75rem;margin-top:.75rem;display:grid}.signup-addon-note li{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.signup-addon-name{font-weight:var(--weight-bold);font-size:.94rem;display:block}.signup-addon-desc{color:var(--text-soft);margin-top:.15rem;font-size:.84rem;line-height:1.4;display:block}.signup-addon-note li strong{flex-shrink:0;font-size:.9rem}.signup-addon-note-hint{color:var(--text-soft);margin-top:.9rem;font-size:.8rem}.signup-step-label{color:var(--text-soft);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;margin-top:0}.field{flex-direction:column;gap:.4rem;min-width:0;margin-top:1.1rem;display:flex}.field label{font-size:.9rem;font-weight:var(--weight-bold)}.field input{width:100%;min-width:0;font:inherit;border:1.5px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:.8rem 1rem;font-size:1rem}.field input:focus-visible{border-color:var(--accent)}.card-row{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.1rem;display:grid}.card-row .field{margin-top:0}.field-error{font-size:.9rem;font-weight:var(--weight-bold);color:var(--accent-2-deep);margin-top:.85rem}.signup-trust-note{color:var(--text-soft);line-height:1.5;font-size:var(--body-sm-size);margin-top:1.1rem}.signup-submit{width:100%;margin-top:1.5rem}.signup-step-buttons{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.signup-step-buttons .signup-submit{flex:1;margin-top:0}.signup-legal{color:var(--text-soft);margin-top:2rem;font-size:.82rem;line-height:1.5}.signup-legal a{color:var(--text);font-weight:var(--weight-bold)}.signup-success{text-align:center}.signup-success-icon{background:color-mix(in srgb, var(--accent) 16%, transparent);width:3.4rem;height:3.4rem;color:var(--icon-on-tint);border-radius:50%;place-items:center;margin-inline:auto;display:grid}.signup-success-icon svg{width:1.7rem;height:1.7rem}.signup-success h1{margin-top:1.25rem}.signup-success p{color:var(--text-soft);margin-top:.85rem;font-size:1.05rem;line-height:1.55}.signup-success .btn{margin-top:1.75rem}.signup-preview-note{font-style:italic;font-size:.86rem!important}.foot-tag{color:var(--text-soft);font-size:.95rem}.consent-banner{z-index:60;background:var(--surface);border-top:1.5px solid var(--line);box-shadow:0 -12px 32px -16px rgb(var(--shadow) / .25);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem clamp(1.25rem,4vw,2.75rem);display:flex;position:fixed;bottom:0;left:0;right:0}.consent-banner p{max-width:56ch;color:var(--text-soft);font-size:.92rem}.consent-banner p a{color:var(--text);font-weight:var(--weight-bold)}.consent-banner-actions{flex-wrap:wrap;gap:.75rem;display:flex}.consent-banner-actions .btn{white-space:nowrap;padding:.7rem 1.3rem;font-size:.9rem}.consent-overlay{z-index:70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#080d0c8c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.consent-modal{background:var(--surface);width:100%;max-width:30rem;max-height:90vh;box-shadow:0 32px 64px -24px rgb(var(--shadow) / .4);border-radius:22px;padding:2rem;overflow-y:auto}.consent-modal h2{font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking)}.consent-modal>p{color:var(--text-soft);margin-top:.75rem;font-size:.94rem;line-height:1.55}.consent-modal>p a{color:var(--text);font-weight:var(--weight-bold)}.consent-row{border-top:1.5px solid var(--line);justify-content:space-between;align-items:center;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.consent-row strong{font-size:.98rem;display:block}.consent-row p{color:var(--text-soft);font-size:var(--body-sm-size);margin-top:.3rem}.consent-locked{font-size:.8rem;font-weight:var(--weight-bold);color:var(--text-soft);background:var(--surface-mist);border-radius:999px;flex-shrink:0;padding:.4rem .75rem}.consent-toggle{background:var(--line);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:2.75rem;height:1.6rem;padding:.2rem;transition:background-color .16s}.consent-toggle span{background:var(--surface);border-radius:50%;width:1.2rem;height:1.2rem;transition:transform .16s;display:block;box-shadow:0 1px 2px #0003}.consent-toggle.on{background:var(--accent)}.consent-toggle.on span{transform:translate(1.15rem)}.consent-actions{flex-wrap:wrap;justify-content:flex-end;gap:.85rem;margin-top:1.75rem;display:flex}.consent-actions .btn{padding:.75rem 1.4rem;font-size:.92rem}@media (max-width:620px){.consent-banner{text-align:center;flex-direction:column;align-items:stretch}.consent-banner-actions{justify-content:center}.consent-actions{justify-content:stretch}.consent-actions .btn{flex:1}}.legal-hero{padding-bottom:0}.legal-content{max-width:68ch;margin-top:1rem}.legal-content h2{color:var(--os-ink);font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:2.5rem}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--os-ink-soft);margin-top:.85rem;font-size:1.02rem;line-height:1.65}.legal-content ul{flex-direction:column;gap:.6rem;margin-top:.85rem;display:flex}.legal-content li{color:var(--text-soft);padding-left:1.3rem;font-size:1.02rem;line-height:1.6;position:relative}.legal-content li:before{content:"—";color:var(--accent-2-deep);position:absolute;left:0}.legal-content code{background:var(--surface-mist);border-radius:5px;padding:.15em .4em;font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:.88em}.legal-content a{color:var(--text);font-weight:var(--weight-bold)}.legal-content .btn{margin-top:1rem}.legal-notice{border:1px solid #d95d3947;border-left:4px solid var(--accent-2);background:#d95d3912;border-radius:14px;margin-bottom:2.75rem;padding:1.2rem 1.3rem}.legal-notice strong{color:var(--text);letter-spacing:.01em;font-size:.94rem;display:block}.legal-notice p{margin-top:.45rem;font-size:.92rem}:root{--os-ink:var(--ink);--os-ink-soft:var(--ink);--os-green:var(--teal);--os-green-dark:var(--ink);--os-mint:var(--mist);--os-copper:var(--copper);--os-copper-accessible:var(--copper-deep);--os-copper-on-dark:#ef8a63;--os-cream:var(--canvas);--os-paper:var(--white);--os-line:#1118171a;--os-shadow:0 24px 70px -34px #11181759}.os-shell{width:min(100% - clamp(2.5rem,7vw,5rem),1220px);margin-inline:auto}.os-header{z-index:50;background:color-mix(in srgb, var(--os-paper) 89%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #0c171712;position:sticky;top:0}.os-nav-row{justify-content:space-between;align-items:center;gap:2rem;min-height:72px;display:flex}.os-wordmark{color:var(--os-ink);font-family:var(--serif);font-size:1.12rem;font-weight:var(--weight-display);letter-spacing:-.035em;align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.os-wordmark .os-tm{vertical-align:super;font-size:.46em;font-weight:var(--weight-semi);letter-spacing:0;opacity:.6;margin-left:.1em}.os-mark{border-radius:9px;width:2rem;height:2rem}.os-nav{align-items:center;gap:clamp(1.25rem,2vw,2rem);display:flex}.os-nav-links{align-items:center;gap:clamp(.9rem,1.7vw,1.7rem);display:flex}.os-nav-links a{color:#465553;font-size:.87rem;font-weight:var(--weight-bold);white-space:nowrap;text-decoration:none;transition:color .16s}.os-nav-links a:hover{color:var(--os-ink)}.os-nav-cta{white-space:nowrap;background:var(--os-ink);color:#fff;font-size:.84rem;font-weight:var(--weight-bold);border-radius:10px;align-items:center;gap:.5rem;padding:.67rem 1.05rem;text-decoration:none;transition:transform .16s,background .16s;display:inline-flex;box-shadow:0 8px 22px -13px #0c1717a6}.os-nav-cta:hover{background:var(--os-green-dark);transform:translateY(-1px)}.os-nav-actions{align-items:center;gap:.6rem;display:flex}.os-nav-cta-ghost{border:1px solid var(--os-line);color:var(--os-ink);box-shadow:none;background:0 0}.os-nav-cta-ghost:hover{background:color-mix(in srgb, var(--os-ink) 4%, transparent);color:var(--os-ink);border-color:#11181747}.os-nav-toggle{color:var(--os-ink);cursor:pointer;background:0 0;border:0;display:none}.os-hero{background:radial-gradient(circle at 75% 18%, #d95d391a, transparent 28rem), linear-gradient(180deg, var(--white) 0%, var(--canvas) 100%);padding:clamp(4.5rem,7vw,7rem) 0 clamp(4.25rem,7vw,6.5rem);position:relative;overflow:hidden}.os-hero-grid{opacity:.2;background-image:linear-gradient(#0c171714 1px,#0000 1px),linear-gradient(90deg,#0c171714 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 80%);mask-image:linear-gradient(#000,#0000 80%)}.os-hero-layout{grid-template-columns:minmax(0,.84fr) minmax(590px,1.16fr);grid-template-areas:"lead media""actions media";align-items:center;gap:clamp(2.5rem,5vw,5rem);display:grid;position:relative}.os-hero-lead{grid-area:lead;align-self:end}.os-hero-media-column{grid-area:media}.os-hero-actions-block{grid-area:actions;align-self:start}.os-hero-lead,.os-hero-actions-block{row-gap:0}.os-hero-actions-block{margin-top:1.6rem}.os-proof.os-proof,.os-eyebrow.os-eyebrow,.kicker.kicker{line-height:1.4;font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase}.os-proof,.os-eyebrow{color:var(--os-green)}.os-proof{background:#ffffffa6;border:1px solid #135e5826;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;padding:.55rem .8rem;display:flex}.os-proof span{background:var(--os-mint);width:1.35rem;height:1.35rem;color:var(--os-green);border-radius:50%;place-items:center;font-size:.85rem;display:grid}.os-hero-copy{container-type:inline-size}.os-hero-copy h1{overflow-wrap:break-word;max-width:15ch;color:var(--os-ink);font-size:clamp(2.5rem,13cqi,4.25rem);line-height:.98;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:1.25rem}.os-hero-copy h1 em{color:var(--os-green);font-style:normal;display:block}.os-hero-lede{max-width:51ch;color:var(--os-ink-soft);margin-top:1.5rem;font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.65}.os-hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.os-section-heading:not(.os-centered) .os-hero-actions{justify-content:flex-start}.os-button{min-height:50px;font-size:.9rem;font-weight:var(--weight-bold);border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:.65rem;padding:.82rem 1.25rem;text-decoration:none;transition:transform .17s,box-shadow .17s,background .17s;display:inline-flex}.os-button:hover{transform:translateY(-2px)}.os-button-primary{background:var(--os-copper-accessible);color:#fff;box-shadow:0 15px 30px -17px #c4492dad}.os-button-primary:hover{background:var(--os-ink);box-shadow:0 18px 34px -16px #1118176b}.os-button-secondary{border-color:var(--os-line);color:var(--os-ink);background:#ffffffb3}.play-icon{background:var(--os-mint);width:1.55rem;height:1.55rem;color:var(--os-green);border-radius:50%;place-items:center;font-size:.55rem;font-style:normal;display:grid}.os-hero-trust{color:var(--os-ink);font-size:.73rem;font-weight:var(--weight-bold);flex-wrap:wrap;gap:.8rem 1.2rem;margin-top:1.5rem;display:flex}.os-hero-finelegal{color:var(--os-ink);max-width:42ch;margin-top:.85rem;font-size:.78rem;line-height:1.5}.os-hero-trust span{align-items:center;gap:.35rem;display:inline-flex}.os-hero-trust i{color:var(--os-green);font-style:normal}.os-hero-trust .trust-limit{color:var(--os-ink);font-weight:var(--weight-semi);border-top:1px solid #0c171717;flex-basis:100%;align-items:flex-start;padding-top:.7rem}.os-hero-trust .trust-limit i{color:#b7c0be}.os-hero-product{min-width:0;position:relative}.os-hero-product:before{content:"";filter:blur(32px);background:#135e5829;border-radius:40px;position:absolute;inset:9% 2% -8% 8%}.ops-dashboard{color:#f7fbf8;transform-origin:0;background:#0a1515;border:1px solid #ffffff21;border-radius:20px;min-width:0;font-size:12px;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-2deg)rotateX(1deg);box-shadow:0 40px 90px -42px #061413ad}.ops-window-bar{background:#101e1e;border-bottom:1px solid #ffffff14;grid-template-columns:1fr auto 1fr;align-items:center;height:43px;padding-inline:15px;display:grid}.ops-dots{gap:5px;display:flex}.ops-dots span{background:#314342;border-radius:50%;width:7px;height:7px}.ops-dots span:first-child{background:#ef7450}.ops-dots span:nth-child(2){background:#e9c85b}.ops-window-title{color:#ffffffe6;font-family:var(--serif);font-weight:var(--weight-bold);letter-spacing:-.03em;align-items:center;gap:6px;display:flex}.ops-window-mark{background:var(--os-copper);border-radius:4px;width:14px;height:14px}.ops-live{color:#8fa5a2;font-size:9px;font-weight:var(--weight-bold);justify-self:end;align-items:center;gap:5px;display:flex}.ops-live i{background:#69d8a7;border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 4px #69d8a717}.ops-dashboard-body{min-height:465px;display:flex}.ops-sidebar{background:#0d1a1a;border-right:1px solid #ffffff12;flex-direction:column;flex:0 0 48px;align-items:center;gap:19px;width:48px;padding-top:17px;display:flex}.ops-sidebar-logo{background:var(--os-copper);width:24px;height:24px;color:var(--white);font-family:var(--serif);font-size:11px;font-weight:var(--weight-display);border-radius:7px;place-items:center;display:grid}.ops-sidebar>span:not(.ops-sidebar-logo){border:1px solid #41514f;border-radius:4px;width:15px;height:15px}.ops-sidebar>span.active{border-color:var(--os-copper);background:#d95d3921}.ops-content{flex:1;min-width:0;padding:18px}.ops-content-head{justify-content:space-between;align-items:center;display:flex}.ops-content-head p{color:#718481;font-size:9px}.ops-content-head strong{font-family:var(--serif);letter-spacing:-.025em;margin-top:2px;font-size:15px;display:block}.ops-avatar{color:#cfe2de;width:29px;height:29px;font-size:9px;font-weight:var(--weight-bold);background:#1d3432;border-radius:9px;place-items:center;display:grid}.ops-metric-grid{grid-template-columns:1.2fr .8fr .8fr;gap:9px;margin-top:15px;display:grid}.ops-metric{background:#122221;border:1px solid #ffffff14;border-radius:11px;padding:12px}.ops-metric.revenue{background:linear-gradient(135deg,#173b37,#112624)}.ops-metric>span{color:#7f9592;font-size:8px;font-weight:var(--weight-bold);display:block}.ops-metric>strong{font-family:var(--serif);letter-spacing:-.04em;margin-top:3px;font-size:18px;display:block}.ops-metric small{color:#7f9592;align-items:center;gap:3px;margin-top:4px;font-size:7px;display:flex}.ops-metric.revenue small{color:#9ce4bb}.ops-main-grid{grid-template-columns:1.12fr .88fr;gap:9px;margin-top:9px;display:grid}.ops-panel{background:#111f1f;border:1px solid #ffffff14;border-radius:11px;overflow:hidden}.ops-panel-title{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;height:38px;padding-inline:11px;display:flex}.ops-panel-title span{font-size:8px;font-weight:var(--weight-bold);align-items:center;gap:6px;display:inline-flex}.ops-panel-title button{color:#86a09c;font:inherit;font-size:7px;font-weight:var(--weight-bold);background:0 0;border:0;padding:0}.ops-panel-title .spark{color:var(--os-copper)}.ops-map{background:linear-gradient(32deg,#0000 47%,#ffffff0a 48% 52%,#0000 53%),#182a29;height:127px;position:relative;overflow:hidden}.ops-map:before,.ops-map:after{content:"";border:1px solid #ffffff0a;border-radius:38%;position:absolute}.ops-map:before{width:120px;height:65px;top:-16px;right:7px}.ops-map:after{width:94px;height:70px;bottom:-24px;left:2px}.road{transform-origin:0;background:#ffffff12;height:2px;display:block;position:absolute}.road-one{width:250px;top:26px;left:2px;transform:rotate(15deg)}.road-two{width:230px;top:93px;left:-5px;transform:rotate(-12deg)}.road-three{width:180px;top:8px;left:54%;transform:rotate(78deg)}.route-path{border:2px dashed #82c9ad;border-color:#82c9ad #82c9ad #0000 #0000;border-radius:50%;width:170px;height:70px;position:absolute;top:27px;left:19%;transform:rotate(11deg)}.map-pin{background:var(--os-copper);width:17px;height:17px;color:var(--white);border-radius:50% 50% 50% 2px;place-items:center;font-size:7px;display:grid;position:absolute;transform:rotate(-45deg)}.map-pin:first-letter{transform:rotate(45deg)}.map-pin.first{top:61%;left:17%}.map-pin.second{top:28%;left:52%}.map-pin.third{top:64%;right:12%}.map-van{background:var(--os-copper);color:#fff;border:3px solid #fff3;border-radius:50%;place-items:center;width:26px;height:26px;display:grid;position:absolute;top:54%;left:47%;box-shadow:0 0 0 5px #d95d3921}.ops-route-footer{color:#8aa09d;justify-content:space-between;align-items:center;height:31px;padding-inline:10px;font-size:7px;display:flex}.ops-route-footer span{align-items:center;gap:5px;display:flex}.ops-route-footer i{background:#70d7a7;border-radius:50%;width:5px;height:5px}.ops-route-footer strong{color:#c9d8d5}.ops-receipt-card{min-width:0}.receipt-row{border-bottom:1px solid #ffffff0f;grid-template-columns:25px 1fr auto;align-items:center;gap:7px;margin:9px;padding-bottom:9px;display:grid}.receipt-icon{width:25px;height:25px;color:var(--os-copper);font-size:8px;font-weight:var(--weight-bold);background:#d95d391f;border-radius:7px;place-items:center;display:grid}.receipt-icon.orange{color:var(--os-copper);background:#d95d391f}.receipt-row strong,.receipt-row small{white-space:nowrap;display:block}.receipt-row strong{color:#dfe8e6;text-overflow:ellipsis;font-size:7px;overflow:hidden}.receipt-row small{color:#738885;margin-top:2px;font-size:6px}.receipt-row>b{font-size:7px}.receipt-total{background:#ffffff09;border-radius:8px;margin:10px;padding:10px}.receipt-total span{color:#788d8a;font-size:7px;display:block}.receipt-total strong{font-family:var(--serif);margin-top:2px;font-size:13px;display:block}.ops-activity-card{grid-column:1/-1}.activity-item{border-bottom:1px solid #ffffff0e;grid-template-columns:19px 1fr auto;align-items:center;gap:7px;padding:8px 10px;display:grid}.activity-item:last-child{border:0}.activity-check{color:#74d9aa;background:#6fd8a51f;border-radius:50%;place-items:center;width:17px;height:17px;display:grid}.activity-dot{background:#7eada6;border-radius:50%;width:7px;height:7px;margin-left:5px}.activity-dot.amber{background:#edbd58}.activity-item strong,.activity-item small{display:block}.activity-item strong{color:#dfe8e6;font-size:7px}.activity-item small{color:#748985;margin-top:1px;font-size:6px}.activity-item time{color:#667b78;font-size:6px}.os-section{padding:clamp(5rem,9vw,8rem) 0}.os-section.os-section-lede{padding-bottom:0}.os-section-lede+.os-section{padding-top:clamp(2.25rem,4vw,3.5rem)}.os-section-heading{max-width:660px}.os-section-heading.os-centered{text-align:center;margin-inline:auto}.os-section-heading h1,.os-section-heading h2,.migration-copy h2,.founder-statement h2,.os-final-cta h2{color:var(--os-ink);font-size:clamp(2.2rem,4.2vw,4rem);line-height:1.02;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.7rem}.os-section-heading>p:last-child{color:var(--os-ink-soft);line-height:1.65;font-size:var(--lede-size);margin-top:1.1rem}.os-eyebrow-dot{background:var(--os-copper);border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.os-stack-section{background:#fff}.stack-comparison{grid-template-columns:1fr 56px 1fr;align-items:center;margin-top:3.6rem;display:grid}.stack-card{border:1px solid var(--os-line);border-radius:22px;flex-direction:column;min-height:470px;padding:clamp(1.6rem,3vw,2.4rem);display:flex}.stack-card-label{font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;align-items:center;gap:.55rem;display:flex}.stack-card h3{font-size:clamp(1.6rem,2.4vw,2.1rem);line-height:1.08;font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:1.3rem}.stack-card>p{color:var(--os-ink-soft);line-height:1.6;font-size:var(--body-size);margin-top:.75rem}.stack-card ul{gap:.55rem;margin-top:1.6rem;display:grid}.stack-card li{font-weight:var(--weight-bold);font-size:var(--body-sm-size);border-radius:9px;align-items:center;gap:.65rem;padding:.72rem .8rem;display:flex}.old-stack{background:#f7f5f0}.old-stack .stack-card-label{color:#8f4f3b}.old-stack li{color:var(--os-ink);background:#ffffffbf;border:1px solid #0c171712}.old-stack li span{background:#d89b88;width:14px;height:2px}.unified-stack{color:#fff;box-shadow:var(--os-shadow);background:#123f3b;border-color:#0000}.unified-stack .stack-card-label{color:#bfe7dd}.unified-stack h3{color:#fff}.unified-stack>p{color:var(--text-on-dark)}.unified-stack li{color:#ffffffe6;background:#fff1}.unified-stack li svg{color:var(--os-copper)}.stack-card-footer{color:var(--os-ink);font-weight:var(--weight-bold);font-size:var(--body-xs-size);border-top:1px solid #0c17171a;margin-top:auto;padding-top:1.3rem}.unified-stack .stack-card-footer{border-color:#ffffff1f}.stack-status{color:#d8e9e5;align-items:center;gap:.5rem;display:inline-flex}.stack-status i{background:#72dfad;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #72dfad14}.stack-arrow{z-index:2;background:var(--os-copper);width:56px;height:56px;color:var(--white);border:7px solid #fff;border-radius:50%;place-items:center;display:grid;position:relative}.os-limits-section{border-top:1px solid var(--os-line)}.limits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:3.2rem;padding:0;list-style:none;display:grid}.limit-card{border:1px solid var(--os-line);background:var(--white);border-radius:18px;padding:1.6rem 1.5rem}.limit-mark{background:#cfd6d4;border-radius:2px;width:22px;height:2px;display:block}.limit-card h3{color:var(--os-ink);font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking);margin-top:1.1rem}.limit-card p{color:var(--os-ink-soft);line-height:1.6;font-size:var(--body-size);margin-top:.6rem}.limits-footnote{text-align:center;font-size:.95rem;font-weight:var(--weight-bold);color:var(--text-soft);margin-top:2rem}.os-comparison-section{background:var(--os-cream)}.cmp-scroll{border:1px solid var(--os-line);background:var(--white);border-radius:22px;margin-top:3.2rem;overflow-x:auto}.cmp-table{border-collapse:collapse;text-align:left;width:100%;min-width:760px}.cmp-table thead th{border-bottom:1px solid var(--os-line);color:var(--os-ink-soft);white-space:nowrap;font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;padding:1.15rem 1.25rem}.cmp-table thead th.cmp-ours-head{color:var(--os-copper-accessible);background:#d95d390e}.cmp-rowhead-col{width:34%}.cmp-table tbody tr+tr th,.cmp-table tbody tr+tr td{border-top:1px solid var(--os-line)}.cmp-rowhead{vertical-align:top;font-weight:var(--weight-body);padding:1.25rem}.cmp-rowhead strong{font-family:var(--serif);font-size:1.02rem;font-weight:var(--weight-display);letter-spacing:-.015em;color:var(--os-ink);display:block}.cmp-rowhead span{color:var(--os-ink-soft);margin-top:.35rem;font-size:.84rem;line-height:1.5;display:block}.cmp-cell{vertical-align:top;padding:1.25rem}.cmp-cell.cmp-ours{background:#d95d390e}.cmp-mark{border-radius:50%;place-items:center;width:1.5rem;height:1.5rem;display:grid}.cmp-full .cmp-mark{color:#fff;background:#123f3b}.cmp-some .cmp-mark{background:var(--surface-mist);color:var(--os-ink)}.cmp-none .cmp-mark{background:0 0}.cmp-dash{background:#cfd6d4;border-radius:2px;width:13px;height:2px;display:block}.cmp-note{color:var(--os-ink-soft);line-height:1.5;font-size:var(--body-sm-size);margin-top:.55rem;display:block}.cmp-ours .cmp-note{color:var(--os-ink);font-weight:var(--weight-bold)}.cmp-footnote{text-align:center;color:var(--text-soft);margin-top:1.5rem;font-size:.86rem}.cmp-sr{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:720px){.cmp-table thead th,.cmp-rowhead,.cmp-cell{padding:1rem .9rem}.cmp-rowhead strong{font-size:.95rem}}.solo-spotlight{grid-template-columns:1.3fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.solo-spotlight-copy h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);line-height:1.1}.solo-spotlight-copy>p{color:var(--text-soft);max-width:560px;margin-top:1rem;font-size:1.02rem;line-height:1.6}.solo-wins{gap:.85rem;margin:1.75rem 0 2rem;display:grid}.solo-wins li{align-items:flex-start;gap:.65rem;font-size:.95rem;line-height:1.5;display:flex}.solo-wins li svg{color:var(--copper);flex-shrink:0;margin-top:.15rem}.solo-price-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;min-width:0;padding:2rem}.solo-price-card-icon{background:var(--surface-mist);width:2.6rem;height:2.6rem;color:var(--copper);border-radius:12px;place-items:center;display:grid}.solo-price-card-label{font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;margin-top:1.1rem}.solo-price-card-amount{font-family:var(--serif);font-size:2.6rem;font-weight:var(--weight-display);letter-spacing:-.02em;margin-top:.5rem}.solo-price-card-amount span{font-family:inherit;font-size:1rem;font-weight:var(--weight-semi);color:var(--text-soft);margin-left:.25rem}.solo-price-card-note{color:var(--text-soft);font-size:var(--body-xs-size);margin-top:.4rem}.solo-price-card-compare{border-top:1px solid var(--line);color:var(--text-soft);font-size:var(--body-sm-size);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.solo-price-card-compare strong{color:var(--text);font-size:.95rem}@media (max-width:900px){.solo-spotlight{grid-template-columns:1fr}}.integrations-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.35rem;margin-top:3rem;display:grid}.integration-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:1.5rem 1.4rem}.integration-icon{background:var(--surface-mist);width:2.4rem;height:2.4rem;color:var(--copper);border-radius:11px;place-items:center;display:grid}.integration-card h3{font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking);margin-top:1rem}.integration-card p{color:var(--text-soft);line-height:1.5;font-size:var(--body-size);margin-top:.5rem}.integration-card .integration-category{color:var(--os-green);font-size:.68rem;font-weight:var(--weight-bold);letter-spacing:.08em;text-transform:uppercase;margin-top:.9rem}.integration-card h3+p{margin-top:.5rem}.integration-card .integration-requires{border-top:1px solid var(--line);color:var(--text-soft);font-size:.78rem;font-weight:var(--weight-bold);align-items:center;gap:.4rem;margin-top:1rem;padding-top:.85rem;display:flex}.integration-card{flex-direction:column;display:flex}.integration-card .integration-requires{margin-top:auto}.integrations-note{text-align:center;color:var(--text-soft);font-size:var(--body-sm-size);margin-top:1.75rem}.stack-compare-link{text-align:center}.industry-actions{justify-content:center;margin-top:1.75rem}.industry-intro .industry-highlight{margin-top:clamp(1.25rem,2.5vw,2rem)}.industry-problem{background:var(--surface-mist);border-radius:16px;align-items:flex-start;gap:1rem;max-width:62ch;margin-inline:auto;padding:clamp(1.25rem,3vw,1.75rem);font-size:1.05rem;line-height:1.65;display:flex}.industry-highlight{background:var(--surface);border:1px solid var(--teal);border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1.5rem,4vw,3rem);max-width:68rem;margin-inline:auto;padding:clamp(1.5rem,3.5vw,2.5rem);display:grid}.industry-highlight-proof{margin:0}@media (max-width:860px){.industry-highlight{grid-template-columns:minmax(0,1fr)}}.industry-highlight h2{font-size:clamp(1.4rem,3.2vw,2rem);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:.5rem}.industry-highlight p:last-child{color:var(--text-soft);margin-top:.85rem}.industry-bullets{gap:.75rem;max-width:60ch;margin:clamp(1.5rem,3vw,2.25rem) auto 0;display:grid}.industry-bullets li{background:var(--surface);border:1px solid var(--line);border-radius:12px;align-items:flex-start;gap:.6rem;padding:.85rem 1.1rem;display:flex}.industry-bullets svg{color:var(--teal);flex:none;margin-top:.25rem}.industry-links{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin-top:clamp(1.5rem,3vw,2.25rem);display:grid}.industry-links:has(>:only-child){max-width:27rem;margin-inline:auto}.industry-links.is-detailed{grid-template-columns:repeat(auto-fit,minmax(19.5rem,1fr));gap:clamp(1rem,1.6vw,1.35rem)}.industry-links.is-detailed:has(>:only-child){max-width:30rem}.blueprint-card{border:1px solid var(--os-line);background:var(--os-paper);color:inherit;border-radius:16px;flex-direction:column;align-items:flex-start;padding:1.15rem 1.25rem 1.05rem;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.blueprint-card.is-detailed{border-radius:20px;padding:1.5rem 1.5rem 1.3rem}.blueprint-card:before{content:"";background:linear-gradient(90deg, var(--os-green), var(--os-copper));transform-origin:0;height:3px;transition:transform .32s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 0 auto;transform:scaleX(0)}.blueprint-card:hover,.blueprint-card:focus-visible{border-color:color-mix(in srgb, var(--os-green) 45%, transparent);transform:translateY(-3px);box-shadow:0 22px 42px -30px #1118178c}.blueprint-card:hover:before,.blueprint-card:focus-visible:before{transform:scaleX(1)}.blueprint-card-top{justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.blueprint-card-icon{background:var(--os-mint);width:2.35rem;height:2.35rem;color:var(--os-green);border-radius:10px;flex:0 0 2.35rem;place-items:center;transition:background .18s,color .18s;display:grid}.blueprint-card:hover .blueprint-card-icon{background:var(--os-green);color:var(--white)}.blueprint-card-shape{border:1px solid var(--os-line);color:var(--text-soft);font-size:.62rem;font-weight:var(--weight-bold);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:.3rem .62rem}.blueprint-card strong{color:var(--os-ink);line-height:1.2;font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking);margin-top:1rem}.blueprint-card-lede{color:var(--text-soft);line-height:1.55;font-size:var(--body-size);margin-top:.4rem}.blueprint-card-bullets{border-top:1px solid var(--os-line);gap:.5rem;width:100%;margin-top:1.1rem;padding-top:1.05rem;display:grid}.blueprint-card-bullets>span{color:#344542;font-size:.8rem;font-weight:var(--weight-bold);align-items:flex-start;gap:.5rem;line-height:1.4;display:flex}.blueprint-card-bullets svg{color:var(--os-green);flex:none;margin-top:.2rem}.blueprint-card-cta{color:var(--os-green);font-size:.76rem;font-weight:var(--weight-bold);align-items:center;gap:.35rem;margin-top:auto;padding-top:1.1rem;display:inline-flex}.blueprint-card-cta svg{transition:transform .18s}.blueprint-card:hover .blueprint-card-cta svg{transform:translate(2px,-2px)}.stack-arithmetic{background:var(--surface);border:1px solid var(--line);border-radius:18px;grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(1rem,3vw,2.5rem);margin-top:clamp(2rem,4vw,3rem);padding:clamp(1.5rem,3vw,2.25rem);display:grid}.stack-arithmetic-side{text-align:center;min-width:0}.stack-arithmetic-label{color:var(--text-soft);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase}.stack-arithmetic-figure{font-family:var(--serif);text-wrap:balance;margin-top:.4rem;font-size:clamp(1.5rem,4vw,2.25rem);line-height:1.15}.stack-arithmetic-figure.is-old{color:var(--text-soft);text-decoration:line-through;text-decoration-thickness:2px}.stack-arithmetic-figure.is-new{color:var(--teal)}.stack-arithmetic-note{color:var(--text-soft);margin-top:.5rem;font-size:.9rem}.stack-arithmetic-versus{font-family:var(--serif);color:var(--text-soft);border:1px solid var(--line);border-radius:999px;padding:.35rem .75rem;font-size:.95rem}.stack-arithmetic-source{text-align:center;color:var(--text-soft);margin-top:.9rem;font-size:.85rem}@media (max-width:640px){.stack-arithmetic{grid-template-columns:1fr}.stack-arithmetic-versus{justify-self:center}}.status-ok{color:var(--os-green)}.status-degraded{color:#b54708}.status-down{color:#be123c}.status-banner{border:1px solid var(--line);background:var(--surface);border-radius:18px;align-items:center;gap:.9rem;padding:1.25rem 1.4rem;display:flex}.status-banner strong{font-size:1.05rem;font-weight:var(--weight-bold);display:block}.status-banner small{color:var(--text-soft);margin-top:.15rem;font-size:.82rem;display:block}.status-list{border:1px solid var(--line);border-radius:18px;margin-top:1.25rem;padding:0;list-style:none;overflow:hidden}.status-row{background:var(--surface);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.4rem;display:flex}.status-row+.status-row{border-top:1px solid var(--line)}.status-row-name{font-weight:var(--weight-bold);align-items:center;gap:.6rem;display:inline-flex}.status-row-meta{align-items:center;gap:.9rem;font-size:.85rem;display:inline-flex}.status-row-meta em{color:var(--text-soft);font-style:normal}.status-row-meta strong{font-weight:var(--weight-bold)}.status-empty{border:1px solid var(--line);background:var(--surface);color:var(--text-soft);border-radius:18px;margin-top:1.25rem;padding:1.25rem 1.4rem;font-size:.9rem;line-height:1.6}.reporting-section-list{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.4rem 1.5rem;margin-top:1rem;padding:0;list-style:none;display:grid}.reporting-section-list li{color:var(--text-soft);padding-left:1rem;font-size:.92rem;line-height:1.7;position:relative}.reporting-section-list li:before{content:"";background:var(--os-green);border-radius:50%;width:.34rem;height:.34rem;position:absolute;top:.72em;left:0}.os-bento-section{background:var(--os-cream)}.bento-grid{grid-template-columns:repeat(12,1fr);gap:1rem;margin-top:3rem;display:grid}.bento-card{border:1px solid var(--os-line);background:#ffffffd6;border-radius:20px;min-height:340px;padding:1.6rem;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 15px 45px -38px #0c171780}.bento-card:hover{transform:translateY(-4px);box-shadow:0 25px 55px -38px #0c17178c}.bento-payment{grid-column:span 7;grid-template-columns:minmax(0,.8fr) minmax(250px,1.2fr);display:grid}.bento-dashboard{grid-column:span 5}.bento-qr,.bento-ledger,.bento-campaign{grid-column:span 4;min-height:390px}.bento-workflow{grid-column:1/-1;grid-template-columns:.8fr 1.2fr;align-items:center;min-height:245px;display:grid}.bento-copy{z-index:2;position:relative}.bento-icon{background:var(--os-mint);width:2.35rem;height:2.35rem;color:var(--os-green);border-radius:10px;place-items:center;display:grid}.bento-copy h3{color:var(--os-ink);font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:1rem}.bento-copy p{color:var(--os-ink-soft);line-height:1.6;font-size:var(--body-sm-size);margin-top:.65rem}.bento-payment{background:linear-gradient(135deg,#f7fbf7,#e7f3ef)}.bento-dashboard{color:#fff;background:#153f3b}.bento-dashboard .bento-icon{color:var(--os-copper);background:#ffffff1a}.bento-dashboard .bento-copy h3{color:#fff}.bento-dashboard .bento-copy p{color:var(--text-on-dark)}.bento-payment-visual{place-items:end center;min-height:270px;display:grid;position:relative}.phone-shell{width:170px;min-height:280px;color:var(--os-ink);background:#f9fbf8;border:5px solid #153d3a;border-radius:28px;flex-direction:column;align-items:center;padding:31px 16px 16px;display:flex;position:relative;box-shadow:0 25px 50px -32px #0c171799}.phone-notch{background:#173b38;border-radius:99px;width:48px;height:8px;position:absolute;top:7px}.tap-ring{width:55px;height:55px;color:var(--os-green);background:#e0f2ed;border:1px solid #135e5826;border-radius:50%;place-items:center;display:grid;box-shadow:0 0 0 9px #135e580a,0 0 0 18px #135e5806}.phone-shell>strong{font-family:var(--serif);letter-spacing:-.05em;margin-top:24px;font-size:1.55rem}.phone-shell>span{color:#71807d;font-size:.62rem}.tap-card{color:#eaf2f0;width:100%;font-size:.6rem;font-weight:var(--weight-bold);background:#142d2b;border-radius:9px;margin-top:auto;padding:10px}.tap-card i{background:var(--os-copper);vertical-align:middle;border-radius:2px;width:14px;height:8px;margin-right:6px;display:inline-block}.payment-success{color:var(--os-green);font-size:.65rem;font-weight:var(--weight-bold);background:#fff;border:1px solid #135e581a;border-radius:10px;align-items:center;gap:7px;padding:9px 11px;display:flex;position:absolute;bottom:20%;right:1%;box-shadow:0 15px 30px -22px #0c171780}.payment-success span{background:var(--os-mint);border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.bento-dashboard-visual{grid-template-rows:1fr .55fr;grid-template-columns:1fr 1fr;gap:8px;display:grid;position:absolute;inset:48% 1.3rem 1.3rem}.widget-mini{background:#ffffff0f;border:1px solid #ffffff17;border-radius:10px;padding:12px;position:relative}.widget-mini.wide{grid-column:1/-1}.widget-mini.wide i{background:#71d6a7;border-radius:50%;width:8px;height:8px;position:absolute;inset:11px 11px auto auto}.widget-mini span{color:#91aaa6;font-size:.55rem;display:block}.widget-mini strong{font-family:var(--serif);margin-top:3px;font-size:1.25rem;display:block}.widget-mini.chart div{align-items:end;gap:4px;height:34px;margin-top:7px;display:flex}.widget-mini.chart i{background:#72c2a4;border-radius:3px 3px 0 0;width:8px}.widget-mini.chart i:first-child{height:30%}.widget-mini.chart i:nth-child(2){height:58%}.widget-mini.chart i:nth-child(3){height:42%}.widget-mini.chart i:nth-child(4){height:86%}.widget-mini.chart i:nth-child(5){height:70%}.widget-mini.list{align-content:center;gap:7px;display:grid}.widget-mini.list span{background:#ffffff24;border-radius:4px;width:100%;height:4px}.widget-mini.list span:nth-child(2){width:72%}.widget-mini.list span:nth-child(3){width:89%}.drag-handle{background:var(--os-copper);width:24px;height:24px;color:var(--white);border-radius:8px;place-items:center;font-size:.8rem;display:grid;position:absolute;top:42%;left:48%;box-shadow:0 6px 15px #0003}.bento-qr-visual{border:1px solid var(--os-line);background:#fff;border-radius:13px;align-items:center;gap:1rem;padding:1rem;display:flex;position:absolute;inset:auto 1.4rem 1.4rem}.qr-grid{border:1px solid var(--os-line);border-radius:6px;flex:0 0 76px;grid-template-columns:repeat(5,1fr);gap:3px;width:76px;height:76px;padding:6px;display:grid}.qr-grid i{background:#d7dddb;border-radius:1px}.qr-grid i:nth-child(3n),.qr-grid i:nth-child(4n+1),.qr-grid i.dark{background:#153d3a}.bento-qr-visual strong,.bento-qr-visual span,.bento-qr-visual em{display:block}.bento-qr-visual strong{font-size:.72rem}.bento-qr-visual span{color:#70807d;margin-top:3px;font-size:.58rem}.bento-qr-visual em{background:var(--os-mint);width:fit-content;color:var(--os-green);font-size:.5rem;font-style:normal;font-weight:var(--weight-bold);border-radius:99px;margin-top:8px;padding:4px 7px}.bento-ledger-visual{border:1px solid var(--os-line);background:#fff;border-radius:13px;position:absolute;inset:auto 1.4rem 1.4rem;overflow:hidden}.ledger-head,.ledger-line,.ledger-total{justify-content:space-between;align-items:center;padding:.78rem .9rem;display:flex}.ledger-head{border-bottom:1px solid var(--os-line);color:#60706e;font-size:.56rem;font-weight:var(--weight-bold)}.ledger-head b{background:var(--os-mint);color:var(--os-green);border-radius:99px;padding:3px 6px;font-size:.5rem}.ledger-line{border-bottom:1px solid #0c171712;font-size:.64rem}.ledger-line .muted{color:#76827f}.ledger-total{background:#f3f7f5;font-size:.65rem}.ledger-total strong{color:var(--os-green);font-family:var(--serif);font-size:.86rem}.bento-campaign{background:linear-gradient(145deg,#fff,#f2ece8)}.bento-campaign-visual{position:absolute;inset:auto 1.4rem 1.4rem}.mail-preview{border:1px solid var(--os-line);background:#fff;border-radius:13px;padding:1rem;box-shadow:0 15px 30px -26px #0c171780}.mail-logo{background:var(--os-green);color:#fff;width:24px;height:24px;font-family:var(--serif);font-size:.65rem;font-weight:var(--weight-display);border-radius:7px;place-items:center;display:grid}.mail-preview strong,.mail-preview p{display:block}.mail-preview strong{margin-top:.8rem;font-size:.68rem}.mail-preview p{color:#73807e;margin-top:.25rem;font-size:.55rem}.mail-preview i{background:var(--os-copper-accessible);color:#fff;width:fit-content;font-size:.52rem;font-style:normal;font-weight:var(--weight-bold);border-radius:6px;margin-top:.7rem;padding:6px 9px;display:block}.campaign-pill{border:1px solid var(--os-line);color:#667471;background:#fff;border-radius:99px;width:fit-content;margin:-12px auto 0;padding:7px 10px;font-size:.53rem;display:block;position:relative;box-shadow:0 10px 20px -15px #0c171780}.campaign-pill b{color:var(--os-green)}.bento-workflow{background:#fff}.bento-workflow-visual{justify-content:center;align-items:center;gap:.65rem;display:flex}.bento-workflow-visual span{border:1px solid var(--os-line);color:#60706d;min-width:80px;font-size:.66rem;font-weight:var(--weight-bold);text-align:center;border-radius:9px;padding:.75rem}.bento-workflow-visual span.active{border-color:var(--os-green);background:var(--os-green);color:#fff}.bento-workflow-visual i{background:#a7b3b0;width:18px;height:1px}.os-blueprints-section{background:#0e1f1f}.os-blueprints-section .os-eyebrow{color:var(--os-copper-on-dark)}.os-blueprints-section .os-section-heading h2{color:#f6faf8}.os-blueprints-section .os-section-heading>p:last-child{color:var(--text-on-dark)}.blueprint-tabs{background:#ffffff09;border:1px solid #ffffff1a;border-radius:14px;flex-wrap:wrap;justify-content:center;gap:.35rem;max-width:1080px;margin:2.5rem auto 0;padding:.4rem;display:flex}.blueprint-tabs button{color:#91a5a1;font:inherit;font-size:.7rem;font-weight:var(--weight-bold);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:.72rem 1rem;transition:color .16s,background .16s}.blueprint-tabs button:hover{color:#eef5f2;background:#ffffff0e}.blueprint-tabs button.active{background:var(--os-copper-accessible);color:var(--white);box-shadow:0 8px 22px -15px #000000bf}.also-built-for{border-top:1px solid #ffffff17;margin-top:3rem;padding-top:2.5rem}.also-built-for-label{text-align:center;color:var(--text-on-dark);font-size:.86rem;font-weight:var(--weight-bold)}.also-built-for-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;max-width:960px;margin:1.5rem auto 0;display:grid}.also-built-for-card{background:#ffffff06;border:1px solid #ffffff16;border-radius:14px;align-items:flex-start;gap:.9rem;padding:1.2rem 1.3rem;display:flex}.also-built-for-icon{width:2.2rem;height:2.2rem;color:var(--os-copper);background:#d95d391a;border-radius:9px;flex:none;place-items:center;display:grid}.also-built-for-card h4{color:#f6faf8;font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.also-built-for-card p{color:var(--text-on-dark);margin-top:.35rem;font-size:.8rem;line-height:1.5}.blueprint-panel{background:#f7f8f3;border:1px solid #ffffff21;border-radius:18px;max-width:1080px;margin:1.2rem auto 0;padding:0;display:block;overflow:hidden;box-shadow:0 30px 65px -48px #000000e6}.blueprint-selected-bar{border-bottom:1px solid var(--os-line);background:#fff;justify-content:space-between;align-items:center;gap:1rem;min-height:76px;padding:.9rem 1.2rem;display:flex}.blueprint-selected-name{align-items:center;gap:.8rem;min-width:0;display:flex}.blueprint-selected-name>span:last-child,.blueprint-selected-name small,.blueprint-selected-name strong{display:block}.blueprint-selected-name small{color:#778481;font-size:.5rem;font-weight:var(--weight-bold);letter-spacing:.09em;text-transform:uppercase}.blueprint-selected-name strong{color:var(--os-ink);font-size:.82rem;font-weight:var(--weight-bold);margin-top:.1rem}.blueprint-config-badge{color:var(--os-green);font-size:.52rem;font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase;background:#eff7f3;border:1px solid #cae4dc;border-radius:999px;flex:none;padding:.42rem .7rem}.blueprint-icon{background:var(--os-green);color:#fff;border-radius:10px;flex:0 0 2.65rem;place-items:center;width:2.65rem;height:2.65rem;display:grid}.blueprint-panel-content{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(2.5rem,6vw,5.5rem);padding:clamp(2rem,4.5vw,3.6rem);display:grid}.blueprint-copy h3{max-width:16ch;color:var(--os-ink);font-size:clamp(1.9rem,3.3vw,2.9rem);line-height:1.02;font-weight:var(--weight-display);letter-spacing:var(--display-tracking)}.blueprint-copy>p{color:var(--os-ink-soft);line-height:1.65;font-size:var(--lede-size);margin-top:.8rem}.blueprint-copy a,.os-text-link{color:var(--os-green);font-size:.8rem;font-weight:var(--weight-bold);align-items:center;gap:.45rem;margin-top:1.5rem;text-decoration:none;display:inline-flex}.blueprint-inclusions{border-left:1px solid var(--os-line);align-self:center;padding-left:clamp(1.5rem,4vw,3rem)}.blueprint-inclusions>p{color:var(--os-ink);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase}.blueprint-inclusions ul{gap:.85rem;margin-top:1rem;display:grid}.blueprint-inclusions li{color:#344542;font-weight:var(--weight-bold);line-height:1.45;font-size:var(--body-sm-size);align-items:flex-start;gap:.7rem;display:flex}.blueprint-inclusions li span{background:var(--os-mint);width:20px;height:20px;color:var(--os-green);border-radius:50%;flex:0 0 20px;place-items:center;margin-top:1px;font-size:.58rem;display:grid}.blueprint-foundations{border-top:1px solid var(--os-line);background:#fff;grid-template-columns:repeat(3,1fr);display:grid}.blueprint-foundations>div{border-right:1px solid var(--os-line);gap:.8rem;min-width:0;padding:1.2rem 1.25rem;display:flex}.blueprint-foundations>div:last-child{border-right:0}.blueprint-foundations strong{color:#9caaa7;letter-spacing:.08em;font-size:.52rem}.blueprint-foundations span,.blueprint-foundations b,.blueprint-foundations small{display:block}.blueprint-foundations b{color:var(--os-ink);font-size:.68rem}.blueprint-foundations small{color:#71807d;max-width:28ch;margin-top:.2rem;font-size:.57rem;line-height:1.45}.blueprint-ui{border:1px solid var(--os-line);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -37px #0c17178c}.blueprint-ui-head{border-bottom:1px solid var(--os-line);font-size:.7rem;font-weight:var(--weight-bold);justify-content:space-between;padding:1rem 1.1rem;display:flex}.blueprint-ui-head i{color:var(--os-green);align-items:center;gap:4px;font-size:.56rem;font-style:normal;display:flex}.blueprint-ui-head i:before{content:"";background:#63cf9d;border-radius:50%;width:5px;height:5px}.blueprint-metrics{border-bottom:1px solid var(--os-line);grid-template-columns:repeat(3,1fr);display:grid}.blueprint-metrics div{border-right:1px solid var(--os-line);padding:1rem}.blueprint-metrics div:last-child{border:0}.blueprint-metrics strong,.blueprint-metrics span{display:block}.blueprint-metrics strong{color:var(--os-ink);font-family:var(--serif);letter-spacing:-.04em;font-size:1.35rem}.blueprint-metrics span{color:#7b8986;text-transform:uppercase;margin-top:2px;font-size:.5rem}.blueprint-agenda{padding:1rem 1.1rem}.blueprint-agenda>p{color:#71807d;font-size:.55rem;font-weight:var(--weight-bold);text-transform:uppercase;margin-bottom:.6rem}.blueprint-agenda>div{border-bottom:1px solid #0c171712;grid-template-columns:7px 1fr auto;align-items:center;gap:.6rem;padding:.72rem 0;display:grid}.blueprint-agenda>div:last-child{border:0}.agenda-dot{border-radius:50%;width:7px;height:7px}.agenda-dot.teal{background:var(--os-green)}.agenda-dot.orange{background:var(--os-copper)}.agenda-dot.blue{background:var(--slate)}.blueprint-agenda strong{font-size:.65rem}.blueprint-agenda small{color:#7c8987;font-size:.57rem}.os-migration-section{background:#fff}.migration-layout{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.migration-visual{border:1px solid var(--os-line);background:linear-gradient(145deg,#f6f8f4,#eaf1ed);border-radius:24px;justify-content:center;align-items:center;min-height:440px;display:flex;position:relative}.migration-file,.migration-destination{border:1px solid var(--os-line);background:#fff;border-radius:13px;align-items:center;gap:.75rem;padding:1rem;display:flex;position:absolute;box-shadow:0 20px 45px -32px #0c1717a6}.migration-file{width:47%;color:var(--os-green);top:22%;left:7%}.migration-file strong,.migration-file span,.migration-destination strong,.migration-destination small{display:block}.migration-file strong{color:var(--os-ink);font-size:.7rem}.migration-file span{color:#7b8986;font-size:.56rem}.migration-file i{background:var(--os-mint);font-size:.48rem;font-style:normal;font-weight:var(--weight-bold);border-radius:5px;margin-left:auto;padding:4px 6px}.migration-destination{width:47%;bottom:23%;right:6%}.migration-logo{background:var(--os-green);color:#fff;width:34px;height:34px;font-family:var(--serif);font-size:.8rem;font-weight:var(--weight-display);border-radius:10px;flex:0 0 34px;place-items:center;display:grid}.migration-destination strong{color:var(--os-ink);font-size:.67rem}.migration-destination small{color:#74827f;font-size:.55rem}.migration-destination>svg{color:#58b48c;margin-left:auto}.migration-arrow{background:var(--os-copper);width:40px;height:40px;color:var(--white);border-radius:50%;place-items:center;display:grid;box-shadow:0 15px 30px -18px #11181799}.migration-field{border:1px solid var(--os-line);color:#566562;font-size:.55rem;font-weight:var(--weight-bold);background:#ffffffe6;border-radius:8px;align-items:center;gap:6px;padding:7px 9px;display:flex;position:absolute;box-shadow:0 12px 25px -20px #0c171799}.migration-field svg{color:var(--os-green)}.field-one{bottom:23%;left:13%}.field-two{top:24%;right:11%}.field-three{top:11%;right:23%}.migration-copy h2{font-size:clamp(2.1rem,3.8vw,3.65rem)}.migration-copy>p:not(.os-eyebrow){color:var(--os-ink-soft);line-height:1.65;font-size:var(--lede-size);margin-top:1rem}.migration-copy ul{grid-template-columns:1fr 1fr;gap:.8rem;margin-top:1.5rem;display:grid}.migration-copy li{color:var(--os-ink);font-size:.72rem;font-weight:var(--weight-bold);align-items:center;gap:.5rem;display:flex}.migration-copy li svg{color:var(--os-green)}.migration-trust{border-left:3px solid var(--os-copper);color:var(--os-ink);gap:.7rem;margin-top:1.5rem;padding:.75rem 0 .75rem .9rem;font-size:.65rem;line-height:1.5;display:flex}.migration-trust svg{color:var(--os-green);flex:none}.migration-trust strong{color:var(--os-ink)}.migration-sources{margin-top:1.5rem}.migration-sources-label{font-size:.82rem;font-weight:var(--weight-bold);color:var(--os-ink)}.migration-copy .migration-sources-list{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.migration-sources-list li{border:1px solid var(--os-line);font-size:.74rem;font-weight:var(--weight-bold);color:var(--os-ink);background:#fff;border-radius:999px;align-items:center;padding:.4rem .85rem;display:inline-flex}.os-founder-section{background:var(--os-cream)}.founder-statement{border-top:1px solid var(--os-line);border-bottom:1px solid var(--os-line);grid-template-columns:.72fr 1.28fr;gap:clamp(2rem,6vw,6rem);padding:clamp(2.5rem,5vw,4.5rem) 0;display:grid}.founder-kicker span{background:var(--os-green);width:3.2rem;height:3.2rem;color:var(--white);border-radius:14px;place-items:center;margin-bottom:1rem;display:grid}.founder-statement h2{align-self:start;margin-top:0;font-size:clamp(2rem,3.6vw,3.35rem)}.founder-body{grid-column:2;grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.founder-body p{color:var(--os-ink-soft);line-height:1.7;font-size:var(--body-size)}.founder-body .os-text-link{grid-column:1/-1;margin-top:0}.os-final-section{background:#fff}.os-final-cta{text-align:center;background:#103d39;border-radius:26px;padding:clamp(3.5rem,8vw,6.5rem) 1.5rem;position:relative;overflow:hidden}.os-final-orb{filter:blur(4px);border-radius:50%;position:absolute}.orb-one{background:#e8eeeb29;width:390px;height:390px;top:-260px;right:-70px}.orb-two{background:#d95d3933;width:300px;height:300px;bottom:-230px;left:-70px}.os-final-cta>:not(.os-final-orb){z-index:2;position:relative}.os-final-cta .os-eyebrow{color:#f5b9a4}.os-final-cta h2{color:#fff;max-width:15ch;margin-inline:auto}.os-final-cta>p:not(.os-eyebrow){max-width:49ch;color:var(--text-on-dark);font-size:var(--lede-size);margin:1rem auto 0}.os-final-cta .os-button{margin-top:1.6rem}.os-final-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.os-final-cta .os-button-ghost{color:#fff;background:0 0;border-color:#ffffff52}.os-final-cta .os-button-ghost:hover{background:#ffffff14;border-color:#fff9}.os-final-notes{color:var(--text-on-dark);font-size:.64rem;font-weight:var(--weight-bold);flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:1.25rem;display:flex}.os-final-notes span{align-items:center;gap:.3rem;display:inline-flex}.os-final-notes svg{color:var(--os-copper)}.os-footer{color:#fff;background:#091817;padding:4rem 0 2rem}.os-footer .os-wordmark{color:#fff}.os-footer-top{grid-template-columns:1fr 1.4fr;gap:4rem;display:grid}.os-footer-top>div:first-child>p{color:#77908c;max-width:29ch;margin-top:.9rem;font-size:.75rem;line-height:1.6}.os-footer-links{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.os-footer-links>div{flex-direction:column;gap:.55rem;display:flex}.os-footer-links strong{color:#dce8e5;margin-bottom:.3rem;font-size:.68rem}.os-footer-links a,.os-footer .footer-link-button{color:#718985;text-align:left;font-size:.68rem;text-decoration:none}.os-footer-links a:hover,.os-footer .footer-link-button:hover{color:#fff}.os-footer-bottom{color:#8ba39e;border-top:1px solid #ffffff14;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.3rem;font-size:.61rem;display:flex}@media (max-width:1080px){.os-hero-layout{grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr);gap:2rem}.ops-dashboard{font-size:10px}.bento-payment{grid-template-columns:.75fr 1.25fr}}@media (min-width:1161px){.os-nav{flex-wrap:wrap;justify-content:flex-end;row-gap:.65rem;min-width:0;padding-block:.65rem}.os-nav-links{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:1160px){.os-nav-toggle{border-radius:9px;place-items:center;width:2.5rem;height:2.5rem;margin-left:auto;display:grid}.os-nav{border:1px solid var(--os-line);max-width:24rem;box-shadow:var(--os-shadow);opacity:0;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;gap:1.2rem;margin-left:auto;padding:1.25rem;transition:opacity .16s,transform .16s;display:flex;position:fixed;inset:78px 1rem auto;transform:translateY(-8px)}.os-nav.open{opacity:1;pointer-events:auto;transform:none}.os-nav-links{flex-direction:column;align-items:stretch}.os-nav-links a{font-size:.95rem}.os-nav-cta{justify-content:center}.os-nav-actions{flex-direction:column-reverse;align-items:stretch;gap:.55rem}}@media (max-width:920px){.os-hero-layout{grid-template-columns:1fr;grid-template-areas:"lead""media""actions";row-gap:1.75rem}.os-hero-actions-block{margin-top:0}.os-hero-copy{text-align:center}.os-proof,.os-hero-copy h1,.os-hero-lede{margin-inline:auto}.os-hero-actions,.os-hero-trust{justify-content:center}.os-hero-product{width:min(100%,720px);margin:1rem auto 0}.bento-payment,.bento-dashboard{grid-column:span 6;display:block}.bento-payment-visual{transform-origin:top;position:absolute;inset:44% 0 0;transform:scale(.75)}.bento-qr,.bento-ledger,.bento-campaign{grid-column:span 6}.bento-campaign{grid-column:4/span 6}.bento-workflow,.migration-layout{grid-template-columns:1fr}.blueprint-panel-content{grid-template-columns:1fr;gap:2rem}.blueprint-copy{max-width:620px}.blueprint-inclusions{border-top:1px solid var(--os-line);border-left:0;padding-top:1.5rem;padding-left:0}.migration-visual{order:2}.founder-statement{grid-template-columns:1fr}.founder-body{grid-column:1}}@media (max-width:680px){.os-shell{width:min(100% - 2rem,1220px)}.os-header{position:sticky}.os-hero{padding-top:3.4rem}.os-proof{font-size:.62rem}.os-hero-actions{flex-direction:column}.os-button{width:100%}.os-hero-trust{text-align:left;justify-content:start;width:fit-content;margin-inline:auto;display:grid}.ops-dashboard{border-radius:14px;transform:none}.ops-window-bar{grid-template-columns:1fr auto}.ops-window-title{display:none}.ops-dashboard-body{min-height:400px}.ops-sidebar{display:none}.ops-content{padding:12px}.ops-metric-grid{grid-template-columns:1fr 1fr}.ops-metric:last-child{display:none}.ops-main-grid{grid-template-columns:1fr}.ops-receipt-card{display:none}.ops-activity-card{grid-column:auto}.ops-map{height:135px}.os-section{padding:3.25rem 0}.os-section-heading h1,.os-section-heading h2,.migration-copy h2,.os-final-cta h2{font-size:clamp(2rem,10vw,3rem)}.stack-comparison{grid-template-columns:1fr;gap:0}.stack-card{min-height:auto}.stack-arrow{margin:-2px auto;transform:rotate(90deg)}.stack-card-footer{font-size:var(--body-xs-size);margin-top:1.5rem}.bento-grid{grid-template-columns:1fr}.bento-card,.bento-payment,.bento-dashboard,.bento-qr,.bento-ledger,.bento-campaign,.bento-workflow{grid-column:1;min-height:360px}.bento-payment{min-height:520px}.bento-workflow{align-content:start;min-height:350px}.bento-workflow-visual{flex-wrap:wrap;margin-top:2rem}.bento-workflow-visual i{width:12px}.bento-workflow-visual span{min-width:68px}.bento-dashboard-visual{inset-top:48%}.blueprint-tabs{scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-start;width:100%;overflow-x:auto}.blueprint-tabs button{flex:none;padding-inline:.9rem}.blueprint-panel{padding:0}.blueprint-selected-bar{align-items:flex-start}.blueprint-config-badge{display:none}.blueprint-panel-content{padding:1.6rem 1.3rem}.blueprint-foundations{grid-template-columns:1fr}.blueprint-foundations>div{border-right:0;border-bottom:1px solid var(--os-line)}.blueprint-foundations>div:last-child{border-bottom:0}.migration-visual{min-height:360px}.migration-file,.migration-destination{width:60%}.migration-file{top:18%;left:4%}.migration-destination{bottom:19%;right:4%}.field-one{bottom:9%;left:5%}.field-two{top:9%;right:5%}.field-three{display:none}.migration-copy ul,.founder-body{grid-template-columns:1fr}.founder-body .os-text-link{grid-column:1}.os-final-cta{padding-inline:1.1rem}.os-final-notes{display:grid}.os-footer-top{grid-template-columns:1fr;gap:2.5rem}.os-footer-links{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.os-footer-bottom{flex-direction:column}}.os-pricing-hero{background:radial-gradient(circle at 80% 20%, #d95d391a, transparent 25rem), linear-gradient(180deg, var(--white), var(--canvas));padding:clamp(5rem,9vw,8rem) 0 clamp(4rem,7vw,6rem);position:relative;overflow:hidden}.os-pricing-hero-layout{grid-template-columns:.95fr .85fr;align-items:center;gap:clamp(3rem,7vw,7rem);display:grid;position:relative}.os-pricing-copy h1{max-width:12ch;color:var(--os-ink);font-size:clamp(3rem,5.6vw,5.35rem);line-height:.96;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.8rem}.os-pricing-copy>p:last-of-type{max-width:55ch;color:var(--os-ink-soft);margin-top:1.25rem;font-size:1rem;line-height:1.65}.os-pricing-checks{color:var(--os-ink);font-size:.7rem;font-weight:var(--weight-bold);flex-wrap:wrap;gap:.75rem 1.1rem;margin-top:1.5rem;display:flex}.os-pricing-checks span{align-items:center;gap:.35rem;display:inline-flex}.os-pricing-checks svg{color:var(--os-green)}.os-pricing-visual{min-width:0;min-height:625px;position:relative}.os-pricing-photo{background:#dfe4dc;border:1px solid #0c17171a;border-radius:24px;position:absolute;inset:0 0 2.75rem;overflow:hidden;box-shadow:0 32px 70px -42px #0c1717a6}.os-pricing-photo:after{content:"";background:linear-gradient(#0000 55%,#081d1b6b);position:absolute;inset:0}.os-pricing-photo img{object-fit:cover;object-position:center 35%}.os-pricing-summary{z-index:2;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#113d39f5;border:1px solid #0c17171a;border-radius:21px;padding:clamp(1.5rem,3vw,2.2rem);position:absolute;bottom:0;left:-2.25rem;right:1.5rem;box-shadow:0 32px 65px -38px #0c1717a6}.pricing-summary-head{font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;justify-content:space-between;align-items:center;gap:1rem;display:flex}.pricing-summary-head>span{align-items:center;gap:.5rem;display:inline-flex}.pricing-summary-head>em{background:var(--os-copper-accessible);color:var(--white);text-transform:uppercase;border-radius:99px;padding:.35rem .55rem;font-size:.52rem;font-style:normal}.pricing-summary-price{align-items:baseline;gap:.5rem;margin-top:1.5rem;display:flex}.pricing-summary-price strong{font-family:var(--serif);letter-spacing:-.065em;font-size:3.2rem}.pricing-summary-price span{color:#94aaa6;font-size:.7rem;font-weight:var(--weight-bold)}.os-pricing-summary>p{color:#9bb0ac;margin-top:.4rem;font-size:.7rem}.pricing-summary-rows{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-top:1.5rem;padding-top:1.2rem;display:grid}.pricing-summary-rows span{color:#d8e5e2;font-size:.68rem;font-weight:var(--weight-bold);align-items:center;gap:.55rem;display:flex}.pricing-summary-rows i{background:var(--os-copper);border-radius:50%;width:6px;height:6px}.os-pricing-summary>a{color:#fff;font-size:.67rem;font-weight:var(--weight-bold);background:#ffffff12;border-radius:9px;justify-content:space-between;margin-top:1.4rem;padding:.75rem .9rem;text-decoration:none;display:flex}#tiers{background:#fff}#tiers .os-section-heading{margin-bottom:.4rem}.price-card{border-color:var(--os-line);border-radius:18px}.price-card.featured{border-color:var(--os-copper);box-shadow:0 25px 55px -36px #1118178c}.price-card .badge{background:var(--os-copper-accessible);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking)}.price-card .btn-primary{background:var(--os-copper-accessible)}.price-card .btn-outline{border-color:var(--os-line);color:var(--os-ink)}.price-features li svg{color:var(--os-green)}@media (max-width:840px){.os-pricing-hero-layout{grid-template-columns:1fr}.os-pricing-copy{text-align:center}.os-pricing-copy h1,.os-pricing-copy>p{margin-inline:auto}.os-pricing-checks{justify-content:center}.os-pricing-visual{width:min(100%,680px);min-height:630px;margin-inline:auto}.os-pricing-photo{height:480px;inset:0 0 auto}.os-pricing-summary{left:1rem;right:1rem}}@media (max-width:680px){.os-pricing-hero{padding-top:4rem}.os-pricing-copy h1{font-size:clamp(2.75rem,13vw,4rem);font-weight:var(--weight-display);letter-spacing:var(--display-tracking)}.os-pricing-checks{text-align:left;justify-content:start;width:fit-content;margin-inline:auto;display:grid}.os-pricing-visual{min-height:640px}.os-pricing-photo{height:390px}.pricing-summary-rows{grid-template-columns:1fr}.bento-dashboard-visual{top:48%}}.hero-stack{--hero-stack-drop:18%;min-width:0;padding-bottom:var(--hero-stack-drop);position:relative}.hero-stack-screen{width:92%;margin-left:auto}.hero-stack-screen .product-shot{width:100%;height:auto;display:block}.hero-stack-figures,.hero-stack-card{z-index:2;border-color:#0c17171a;position:absolute;box-shadow:inset 0 2px #ffffffe6,0 28px 60px -28px #0818168c}.hero-stack-figures{width:54%;top:66%;left:0}.hero-stack-card{width:39%;top:57%;right:0}@media (max-width:1080px){.hero-stack-figures{width:56%}.hero-stack-card{width:40%}}@media (max-width:920px){.hero-stack{gap:1rem;padding-bottom:0;display:grid}.hero-stack-screen{width:100%;margin-left:0}.hero-stack>.hero-stack-figures,.hero-stack>.hero-stack-card{width:100%;margin-inline:auto;position:static;box-shadow:0 20px 42px -30px #081816b8}}.hero-proof{justify-items:start;gap:1.1rem;min-width:0;display:grid}.real-hero-media{min-width:0;min-height:560px;position:relative}.real-hero-secondary-shot{transform-origin:100% 0;background:#fff;border:1px solid #0c171724;border-radius:17px;width:88%;position:absolute;inset:0 0 auto auto;overflow:hidden;transform:rotate(.7deg);box-shadow:0 30px 65px -40px #0c17179e}.real-hero-secondary-shot>img{width:100%;height:auto}.real-dashboard-shot{z-index:3;background:#fff;border:1px solid #0c171729;border-radius:17px;width:92%;position:absolute;bottom:0;left:0;overflow:hidden;box-shadow:0 35px 75px -35px #081816ad}.real-dashboard-shot>img{width:100%;height:auto}.real-shot-bar{border-bottom:1px solid var(--os-line);color:#61706e;background:#f8faf7;grid-template-columns:1fr auto 1fr;align-items:center;height:38px;padding-inline:12px;font-size:.52rem;display:grid}.real-shot-bar>span{gap:4px;display:flex}.real-shot-bar i{background:#c5cecb;border-radius:50%;width:6px;height:6px}.real-shot-bar i:first-child{background:var(--os-copper)}.real-shot-bar strong{color:var(--os-ink);font-size:.58rem}.real-shot-bar em{background:var(--os-mint);color:var(--os-green);font-size:.45rem;font-style:normal;font-weight:var(--weight-bold);text-transform:uppercase;border-radius:99px;justify-self:end;padding:4px 7px}.real-mobile-shot{z-index:4;background:#fff;border:4px solid #102522;border-radius:20px;width:118px;position:absolute;bottom:1.8rem;right:-1rem;overflow:hidden;box-shadow:0 25px 50px -25px #081816bf}.real-mobile-shot>span,.people-mobile-proof>span,.payment-mobile-screen>span{z-index:2;color:#fff;font-size:.38rem;font-weight:var(--weight-bold);text-transform:uppercase;white-space:nowrap;background:#0c1717d1;border-radius:99px;padding:3px 6px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.real-mobile-shot img,.people-mobile-proof img,.payment-mobile-screen img{width:100%;height:auto}.people-workflows-section{background:#fff}.people-workflow-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem;display:grid}.people-workflow-card{background:#102321;border-radius:20px;min-height:560px;position:relative;overflow:hidden;box-shadow:0 24px 55px -38px #0c171799}.people-workflow-card>figure{position:absolute;inset:0 0 30%;overflow:hidden}.people-workflow-card>figure:after{content:"";background:linear-gradient(#0000 47%,#102321 100%);position:absolute;inset:0}.people-workflow-card>figure img{object-fit:cover}.people-workflow-card:first-child>figure img{object-position:42% center}.people-workflow-card:nth-child(2)>figure img{object-position:52% center}.people-workflow-card:nth-child(3)>figure img{object-position:48% center}.people-mobile-proof{z-index:3;background:#fff;border:4px solid #f6f8f4;border-radius:17px;width:104px;max-height:235px;position:absolute;top:29%;right:1.1rem;overflow:hidden;box-shadow:0 22px 45px -25px #081614cc}.people-workflow-copy{z-index:2;color:#fff;position:absolute;inset:auto 1.35rem 1.35rem}.people-workflow-copy>p{color:var(--os-copper-on-dark);font-size:.58rem;font-weight:var(--weight-bold);letter-spacing:.1em;text-transform:uppercase}.people-workflow-copy h3{color:#fff;max-width:15ch;line-height:1.05;font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:.55rem}.people-workflow-copy>span{max-width:30ch;color:var(--text-on-dark);margin-top:.65rem;font-size:.71rem;line-height:1.55;display:block}.real-bento-grid .bento-card{min-height:430px}.real-bento-grid .bento-payment,.real-bento-grid .bento-dashboard{min-height:520px}.real-payment-card{background:#eff5f1;display:block}.real-payment-card .bento-copy{max-width:42%}.payment-people-photo{position:absolute;inset:0 0 0 42%;overflow:hidden}.payment-people-photo:after{content:"";background:linear-gradient(90deg,#eff5f1 0%,#0000 36%);position:absolute;inset:0}.payment-people-photo img{object-fit:cover;object-position:52% center}.payment-mobile-screen{z-index:4;background:#fff;border:4px solid #12312e;border-radius:18px;width:112px;max-height:245px;position:absolute;bottom:1.2rem;right:1.4rem;overflow:hidden;box-shadow:0 23px 45px -25px #0c1717b3}.real-dashboard-card{background:#133c38}.real-dashboard-card .bento-copy{max-width:86%}.actual-product-frame{background:#f7f7f4;border:1px solid #0c171726;border-radius:11px;height:47%;position:absolute;inset:auto 1.15rem 1.15rem;overflow:hidden;box-shadow:0 18px 40px -30px #0c1717bf}.actual-product-frame>span{z-index:2;color:#fff;font-size:.42rem;font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase;background:#0a1816d1;border-radius:99px;padding:4px 7px;position:absolute;top:8px;right:8px}.actual-product-frame img{object-fit:cover;object-position:left top}.dashboard-product-frame{height:55%}.real-dashboard-card .actual-product-frame{border-color:#ffffff1f}.real-screen-card{background:#fff}.real-screen-card .actual-product-frame{height:48%}.real-screen-card:nth-of-type(3) .actual-product-frame img{object-position:9% top}.real-screen-card:nth-of-type(4) .actual-product-frame img{object-position:8% top}.real-screen-card:nth-of-type(5) .actual-product-frame img{object-position:9% top}.real-workflow-card{background:linear-gradient(135deg,#fff,#edf4f0);grid-template-columns:.65fr 1.35fr;min-height:500px!important}.mobile-screen-row{justify-content:flex-end;align-items:flex-start;gap:.75rem;min-width:0;height:410px;padding-right:.5rem;display:flex}.mobile-screen-row figure{background:#fff;border:4px solid #15322f;border-radius:19px;width:min(31%,145px);max-height:390px;position:relative;overflow:hidden;box-shadow:0 20px 40px -28px #0c1717b3}.mobile-screen-row figure:nth-child(2){margin-top:1.3rem}.mobile-screen-row figure:nth-child(3){margin-top:2.6rem}.mobile-screen-row figure>span{z-index:2;color:#fff;font-size:.4rem;font-weight:var(--weight-bold);text-transform:uppercase;background:#0c1717d1;border-radius:99px;padding:3px 7px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.mobile-screen-row img{width:100%;height:auto}.migration-real-media{min-height:560px;position:relative}.migration-people-photo{border-radius:22px;width:74%;height:72%;position:absolute;inset:0 auto auto 0;overflow:hidden;box-shadow:0 28px 65px -42px #0c1717b3}.migration-people-photo:after{content:"";background:linear-gradient(#0000 55%,#0816144d);position:absolute;inset:0}.migration-people-photo img{object-fit:cover;object-position:48% center}.migration-real-screen{z-index:3;border:1px solid var(--os-line);background:#fff;border-radius:15px;width:82%;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 30px 65px -35px #0c1717b8}.migration-real-screen>div{border-bottom:1px solid var(--os-line);height:36px;color:var(--os-ink);font-size:.54rem;font-weight:var(--weight-bold);justify-content:space-between;align-items:center;padding-inline:11px;display:flex}.migration-real-screen>div em{background:var(--os-mint);color:var(--os-green);text-transform:uppercase;border-radius:99px;padding:4px 7px;font-size:.41rem;font-style:normal}.migration-real-screen>img{width:100%;height:auto}.migration-file-card{z-index:4;border:1px solid var(--os-line);color:var(--os-green);background:#fff;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.75rem .85rem;display:grid;position:absolute;bottom:1.4rem;left:1.2rem;box-shadow:0 17px 35px -25px #0c1717b8}.migration-file-card strong,.migration-file-card small{display:block}.migration-file-card strong{color:var(--os-ink);font-size:.6rem}.migration-file-card small{color:#7b8986;margin-top:2px;font-size:.48rem}@media (max-width:920px){.real-hero-media{width:min(100%,760px);min-height:600px;margin-inline:auto}.people-workflow-grid{grid-template-columns:1fr 1fr}.people-workflow-card:last-child{grid-column:1/-1;min-height:470px}.people-workflow-card:last-child>figure{inset:0 0 0 42%}.people-workflow-card:last-child .people-workflow-copy{max-width:40%}.people-workflow-card:last-child .people-mobile-proof{top:20%;right:6%}.real-payment-card .bento-copy{max-width:100%}.payment-people-photo{inset:46% 0 0}.payment-people-photo:after{background:linear-gradient(#eff5f1 0%,#0000 30%)}.migration-real-media{order:2}}@media (max-width:680px){.real-hero-media{min-height:410px;margin-top:.5rem}.real-hero-secondary-shot{width:94%;transform:none}.real-dashboard-shot{width:96%}.real-shot-bar{grid-template-columns:1fr 1fr}.real-shot-bar>span{display:none}.real-mobile-shot{width:84px;bottom:.5rem;right:-.5rem}.real-dashboard-shot{bottom:1rem}.real-shot-bar em{display:none}.people-workflow-grid{grid-template-columns:1fr}.people-workflow-card,.people-workflow-card:last-child{grid-column:1;min-height:520px}.people-workflow-card:last-child>figure{inset:0 0 30%}.people-workflow-card:last-child .people-workflow-copy{max-width:none}.people-workflow-card:last-child .people-mobile-proof{top:29%;right:1.1rem}.real-bento-grid .bento-card,.real-bento-grid .bento-payment,.real-bento-grid .bento-dashboard{min-height:500px}.real-payment-card{min-height:560px!important}.payment-people-photo{inset:42% 0 0}.payment-mobile-screen{width:92px}.actual-product-frame{height:52%}.real-screen-card .actual-product-frame{height:54%}.real-workflow-card{min-height:640px!important}.mobile-screen-row{gap:.4rem;height:380px;margin-top:1.5rem;padding-right:0}.mobile-screen-row figure{border-width:3px;border-radius:14px;width:32%}.mobile-screen-row figure:nth-child(2){margin-top:.8rem}.mobile-screen-row figure:nth-child(3){margin-top:1.6rem}.migration-real-media{min-height:440px}.migration-people-photo{width:88%;height:65%}.migration-real-screen{width:92%}.migration-file-card{bottom:.7rem;left:.35rem}}.product-journeys-section{background:#fff}.journey-list{margin-top:clamp(3.5rem,7vw,6rem)}.journey-row{border-top:1px solid var(--os-line);grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(2.5rem,6vw,6rem);padding:clamp(3.5rem,7vw,6rem) 0;display:grid}.journey-row:first-child{border-top:0;padding-top:0}.journey-row-reverse{grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr)}.journey-row-reverse .journey-copy{order:2}.journey-row-reverse .journey-stage{order:1}.journey-step{color:var(--os-green);font-size:var(--body-xs-size);font-weight:var(--weight-bold);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.65rem;display:flex}.journey-step span{background:var(--os-mint);width:2rem;height:2rem;color:var(--os-green);letter-spacing:0;border-radius:50%;place-items:center;display:grid}.journey-copy h3{max-width:16ch;color:var(--os-ink);font-size:clamp(1.8rem,3.2vw,2.85rem);line-height:1.02;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:1rem}.journey-copy>p:not(.journey-step){max-width:46ch;color:var(--os-ink-soft);line-height:1.7;font-size:var(--body-size);margin-top:1rem}.journey-copy ul{gap:.65rem;margin-top:1.35rem;display:grid}.journey-copy li{color:var(--os-ink);font-weight:var(--weight-bold);font-size:var(--body-sm-size);align-items:center;gap:.6rem;display:flex}.journey-copy li svg{color:var(--os-green);flex:none}.journey-stage{min-width:0;min-height:465px;position:relative}.journey-stage:before{content:"";filter:blur(28px);background:#135e581f;border-radius:32px;position:absolute;inset:10% 5% 8% 9%}.journey-main-screen,.journey-detail-screen{background:#fff;border:1px solid #0c171729;overflow:hidden;box-shadow:0 28px 60px -34px #081816a6}.journey-main-screen{z-index:1;border-radius:16px;width:94%;position:absolute;top:0;left:0}.journey-main-screen>img,.journey-detail-screen>img{width:100%;height:auto}.product-screen-bar{border-bottom:1px solid var(--os-line);height:37px;color:var(--os-ink);font-size:.54rem;font-weight:var(--weight-bold);justify-content:space-between;align-items:center;padding:0 11px;display:flex}.product-screen-bar em{background:var(--os-mint);color:var(--os-green);text-transform:uppercase;border-radius:99px;padding:4px 7px;font-size:.4rem;font-style:normal}.journey-detail-screen{z-index:3;border:4px solid #f8faf7;border-radius:14px;width:54%;position:absolute;bottom:0;right:0}.journey-detail-landscape .journey-detail-screen{width:62%}.journey-detail-screen>span{z-index:2;color:#fff;font-size:.42rem;font-weight:var(--weight-bold);text-transform:uppercase;background:#0a1816db;border-radius:99px;padding:4px 7px;position:absolute;top:8px;left:8px}.journey-primary-portrait{min-height:620px}.journey-primary-portrait .journey-main-screen{width:55%;max-height:600px;left:auto;right:6%}.journey-primary-portrait .journey-main-screen:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000,#f7f8f3f5);height:42px;position:absolute;bottom:0;left:0;right:0}.journey-primary-portrait .journey-detail-screen{width:70%;bottom:1.4rem;left:0;right:auto}.handoff-strip{grid-template-columns:repeat(6,minmax(0,1fr));gap:.9rem;margin-top:clamp(2.4rem,4.5vw,3.5rem);padding:0;list-style:none;display:grid}.handoff-card{border:1px solid var(--os-line);background:#fff;border-radius:14px;min-width:0;padding:1.1rem 1rem 1.2rem;position:relative;box-shadow:0 14px 32px -30px #081816bf}.handoff-icon{background:var(--os-mint);width:2.6rem;height:2.6rem;color:var(--os-green);border-radius:11px;place-items:center;display:grid}.handoff-label{color:var(--os-ink);font-size:.82rem;font-weight:var(--weight-bold);letter-spacing:-.02em;align-items:baseline;gap:.45rem;margin-top:.9rem;display:flex}.handoff-label span{color:var(--os-green);font-size:.58rem;font-weight:var(--weight-bold);letter-spacing:.06em}.handoff-note{color:var(--os-ink-soft);font-size:var(--body-xs-size);margin-top:.35rem;line-height:1.5}.handoff-arrow{z-index:2;color:var(--os-green);opacity:.45;margin-left:.45rem;position:absolute;top:2.4rem;left:100%;transform:translate(-50%,-50%)}.mobile-crew-section{color:#fff;background:#102321;overflow:hidden}.mobile-crew-layout{grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.mobile-crew-copy .os-eyebrow{color:var(--os-copper-on-dark)}.mobile-crew-copy h2{color:#fff;max-width:15ch;font-size:clamp(2.2rem,4.5vw,4rem);line-height:.98;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.8rem}.mobile-crew-copy>p:not(.os-eyebrow,.mobile-crew-spanish){max-width:50ch;color:var(--text-on-dark);margin-top:1.25rem;font-size:.96rem;line-height:1.7}.mobile-crew-spanish{width:fit-content;color:var(--os-copper-on-dark);font-size:.75rem;font-weight:var(--weight-bold);background:#d95d391a;border:1px solid #d95d394d;border-radius:999px;align-items:center;gap:.55rem;margin-top:1.2rem;padding:.55rem .75rem;display:flex}.mobile-crew-offline{border-left:2px solid #d95d3966;padding-left:.9rem}.mobile-crew-offline svg{vertical-align:-.16em;color:var(--os-copper-on-dark);margin-right:.35rem}.mobile-crew-offline strong{color:var(--text-on-dark);font-weight:var(--weight-bold)}.mobile-crew-copy ul{gap:.72rem;margin-top:1.5rem;display:grid}.mobile-crew-copy li{color:#ffffffd1;font-weight:var(--weight-bold);font-size:var(--body-sm-size);align-items:center;gap:.7rem;display:flex}.mobile-crew-copy li>span{width:2rem;height:2rem;color:var(--os-copper);background:#ffffff14;border-radius:9px;flex:0 0 2rem;place-items:center;display:grid}.mobile-crew-copy .os-button{margin-top:1.8rem}.mobile-crew-stage{min-width:0;min-height:650px;position:relative}.mobile-crew-stage:before{content:"";filter:blur(48px);background:#d95d391c;border-radius:50%;position:absolute;inset:9% 3% 5% 14%}.mobile-crew-photo{border-radius:24px;width:78%;height:72%;position:absolute;top:0;right:0;overflow:hidden}.mobile-crew-photo:after{content:"";background:linear-gradient(#05100f08,#05100f9e);position:absolute;inset:0}.mobile-crew-photo img{object-fit:cover;object-position:58% center}.crew-phone{z-index:3;background:#fff;border:5px solid #f4f6f2;border-radius:23px;width:176px;position:absolute;bottom:0;overflow:hidden;box-shadow:0 35px 70px -32px #000000d9}.crew-phone-home{left:3%}.crew-phone-menu{bottom:1.8rem;left:31%}.crew-phone figcaption{z-index:2;color:#fff;font-size:.4rem;font-weight:var(--weight-bold);background:#081816e0;border-radius:7px;justify-content:space-between;align-items:center;gap:5px;padding:5px 6px;display:flex;position:absolute;inset:8px 8px auto}.crew-phone figcaption em{color:var(--os-copper-on-dark);font-style:normal}.crew-phone>img{width:100%;height:auto}.mobile-crew-badge{z-index:4;color:var(--os-copper);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111817e6;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:.65rem;padding:.75rem .9rem;display:flex;position:absolute;bottom:8%;right:1%;box-shadow:0 18px 35px -25px #000}.mobile-crew-badge span,.mobile-crew-badge strong{display:block}.mobile-crew-badge span{color:var(--text-on-dark);font-size:.48rem}.mobile-crew-badge strong{color:#fff;font-size:.7rem}.depth-grid{grid-template-columns:repeat(12,1fr);gap:1rem;margin-top:3rem;display:grid}.depth-card{border:1px solid var(--os-line);background:#ffffffe6;border-radius:22px;grid-column:span 4;min-width:0;min-height:590px;padding:1.5rem;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 20px 50px -42px #0c1717b8}.depth-card:hover{transform:translateY(-4px);box-shadow:0 28px 58px -42px #0c1717b8}.depth-assets{background:linear-gradient(145deg,#fff,#edf4f0);grid-column:span 7}.depth-fleet{background:#153c38;grid-column:span 5}.depth-fleet .depth-copy>span{color:var(--os-copper);background:#ffffff17}.depth-fleet .depth-copy h3{color:#fff}.depth-fleet .depth-copy p{color:var(--text-on-dark)}.depth-inventory,.depth-custom{grid-column:span 6}.depth-inventory{background:#f7f4eb;min-height:500px}.depth-custom{background:linear-gradient(145deg,#fff,#f1ece8);min-height:500px}.depth-signal{background:#102321;grid-column:1/-1;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:center;gap:2rem;min-height:460px;display:grid}.depth-card.has-detail{flex-direction:column;gap:1.4rem;min-height:0;display:flex}.depth-card.has-detail>.ui-detail{margin-top:auto}.ui-detail{--ui-detail-pad:10px;padding:var(--ui-detail-pad);background:#fff;border:1px solid #0c171729;border-radius:11px;margin:0;overflow:hidden;box-shadow:0 20px 42px -30px #081816b8}@media (max-width:900px){.depth-card.has-detail{padding-inline:0}.depth-card.has-detail>.depth-copy{padding-inline:1.5rem}.depth-card.has-detail>.ui-detail{--ui-detail-pad:0px;border-inline:0;border-bottom:0;border-end-end-radius:0;border-end-start-radius:0;margin-bottom:-1.5rem}}.ui-detail img{width:100%;height:auto;display:block}.depth-copy{z-index:4;position:relative}.depth-copy>span{background:var(--os-mint);width:2.4rem;height:2.4rem;color:var(--os-green);border-radius:10px;place-items:center;display:grid}.depth-copy h3{max-width:20ch;color:var(--os-ink);line-height:1.08;font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:.9rem}.depth-copy p{max-width:52ch;color:var(--os-ink-soft);line-height:1.6;font-size:var(--body-sm-size);margin-top:.62rem}.depth-screen{background:#fff;border:1px solid #0c171729;border-radius:11px;overflow:hidden;box-shadow:0 20px 42px -30px #081816b8}.depth-screen figcaption{border-bottom:1px solid var(--os-line);height:32px;color:var(--os-ink);font-size:.48rem;font-weight:var(--weight-bold);justify-content:space-between;align-items:center;padding-inline:9px;display:flex}.depth-screen figcaption em{color:var(--os-green);text-transform:uppercase;font-size:.34rem;font-style:normal}.depth-screen>img{width:100%;height:auto}.depth-card>.depth-screen-primary{z-index:1;position:absolute;bottom:1.2rem;left:1.2rem;right:1.2rem}.depth-card>.depth-screen-inset{z-index:3;border:4px solid #fff;width:47%;position:absolute;bottom:1.65rem;right:1.8rem}.depth-fleet>.depth-screen-inset{bottom:4.75rem}.depth-assets>.depth-screen-primary{max-width:420px}.depth-assets>.depth-screen-inset{width:41%}.depth-card>.depth-screen-inset.depth-screen-tall,.depth-card-screens .depth-screen-inset.depth-screen-tall{width:44%;max-height:250px}.depth-card-screens{min-height:260px;margin-top:1.35rem;position:relative}.depth-card-screens .depth-screen-primary{z-index:1;position:absolute;inset:0 0 auto}.depth-card-screens .depth-screen-inset{z-index:3;border:4px solid #fff;width:47%;position:absolute;top:5.25rem;right:0}.depth-inventory .depth-card-screens .depth-screen-primary{width:43%;max-height:260px;left:0;right:auto}.depth-inventory .depth-card-screens .depth-screen-inset{width:62%;top:6rem;right:0}.depth-custom .depth-card-screens .depth-screen-inset{width:58%}.depth-signal .depth-copy h3{color:#fff;font-size:clamp(1.55rem,2.6vw,2.25rem);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking)}.depth-signal .depth-copy p{color:var(--text-on-dark);font-size:var(--body-sm-size)}.depth-signal .depth-copy>span{color:var(--os-copper);background:#ffffff14}.depth-signal-screens{min-width:0;position:relative}.depth-signal-screens .depth-screen{border-color:#ffffff21}.depth-signal-screens .depth-screen:first-child{z-index:3;width:60%;position:absolute;top:0;left:0;box-shadow:0 24px 48px -28px #000000e6}.depth-signal-screens .depth-screen:last-child{z-index:1;width:92%;margin:5rem 0 0 auto;position:relative}.depth-ask{background:linear-gradient(150deg,#fff,#eef4f1);grid-column:1/-1;grid-template-columns:minmax(260px,.86fr) minmax(0,1.14fr);align-items:center;gap:clamp(1.75rem,3.5vw,3rem);min-height:0;display:grid}.depth-ask .depth-copy h3{font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking)}.ask-mock{border:1px solid var(--os-line);background:linear-gradient(135deg, #eef6f2, var(--os-paper) 70%);border-radius:18px;min-width:0;padding:clamp(1rem,1.8vw,1.35rem);box-shadow:0 24px 50px -34px #0c171799}.ask-mock-label{color:var(--os-green);font-size:.62rem;font-weight:var(--weight-bold);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.4rem;display:flex}.ask-mock-field{border:1px solid var(--os-line);background:var(--os-paper);border-radius:11px;align-items:center;gap:.6rem;margin-top:.75rem;padding:.7rem .75rem;display:flex;position:relative}.ask-mock-field>svg{color:#9aa7a4;flex:none}.ask-mock-field>span{color:#5c6a67;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8rem;overflow:hidden}.ask-mock-field>i{background:var(--os-green);width:1.7rem;height:1.7rem;color:var(--white);border-radius:8px;flex:0 0 1.7rem;place-items:center;margin-left:auto;display:grid}.ask-mock-chips{flex-wrap:wrap;gap:.4rem;margin-top:.6rem;display:flex}.ask-mock-chips span{border:1px solid var(--os-line);background:var(--os-paper);color:var(--os-ink-soft);font-size:.64rem;font-weight:var(--weight-bold);border-radius:999px;padding:.32rem .6rem}.ask-mock-answer{border:1px solid var(--os-line);background:var(--os-paper);border-radius:13px;margin-top:.9rem;padding:.9rem 1rem}.ask-mock-asked{color:#7d8a87;font-size:.64rem;font-weight:var(--weight-bold)}.ask-mock-answer dl{flex-wrap:wrap;gap:.4rem 1.5rem;margin:.7rem 0 0;display:flex}.ask-mock-answer dt{color:#7d8a87;font-size:.55rem;font-weight:var(--weight-bold);letter-spacing:.06em;text-transform:uppercase}.ask-mock-answer dd{color:var(--os-ink);font-family:var(--serif);font-size:1.2rem;font-weight:var(--weight-display);letter-spacing:-.03em;margin:.15rem 0 0}.ask-mock-body{color:var(--os-ink-soft);margin-top:.7rem;font-size:.72rem;line-height:1.6}.ask-mock-link{color:var(--os-green);font-size:.66rem;font-weight:var(--weight-bold);align-items:center;gap:.25rem;margin-top:.7rem;display:inline-flex}.ask-mock-note{border-top:1px solid var(--os-line);color:#8b9895;margin-top:.7rem;padding-top:.55rem;font-size:.6rem;line-height:1.5}@media (max-width:920px){.depth-ask{grid-template-columns:1fr;align-items:start}.journey-row,.journey-row-reverse{grid-template-columns:1fr;gap:2.4rem}.journey-row-reverse .journey-copy,.journey-row-reverse .journey-stage{order:initial}.journey-stage{min-height:520px}.handoff-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem .9rem}.handoff-arrow{display:none}.mobile-crew-layout{grid-template-columns:1fr}.mobile-crew-copy{max-width:680px}.mobile-crew-stage{width:min(100%,760px);margin-inline:auto}.depth-card,.depth-assets,.depth-fleet{grid-column:span 6}.depth-signal{grid-column:1/-1;grid-template-columns:1fr}.depth-assets>.depth-screen-inset{width:47%}}@media (max-width:680px){.journey-list{margin-top:2.5rem}.handoff-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .7rem}.handoff-card{padding:.95rem .85rem 1rem}.handoff-note{font-size:.64rem}.journey-row{padding:3rem 0}.journey-stage{min-height:335px}.journey-main-screen{border-radius:11px;width:100%}.product-screen-bar{height:31px}.product-screen-bar em{display:none}.journey-detail-screen,.journey-detail-landscape .journey-detail-screen{border-width:3px;border-radius:10px;width:64%}.journey-detail-screen>span{font-size:.35rem;top:5px;left:5px}.journey-primary-portrait{min-height:430px}.journey-primary-portrait .journey-main-screen{width:68%;max-height:410px;left:auto;right:0}.journey-primary-portrait .journey-detail-screen{width:70%;bottom:0;left:0;right:auto}.mobile-crew-copy h2{font-size:clamp(2.35rem,12vw,3.4rem);font-weight:var(--weight-display);letter-spacing:var(--display-tracking)}.mobile-crew-copy .os-button{width:100%}.mobile-crew-stage{min-height:545px}.mobile-crew-photo{width:100%;height:65%}.crew-phone{border-width:4px;border-radius:17px;width:36%}.crew-phone-home{left:3%}.crew-phone-menu{bottom:1.1rem;left:32%}.crew-phone figcaption{display:none}.mobile-crew-badge{bottom:7%;right:0}.depth-grid{grid-template-columns:1fr}.depth-card,.depth-assets,.depth-fleet,.depth-signal{grid-column:1;min-height:0}.depth-card>.depth-screen-primary,.depth-card>.depth-screen-inset,.depth-card>.depth-screen-inset.depth-screen-tall,.depth-assets>.depth-screen-primary,.depth-assets>.depth-screen-inset,.depth-fleet>.depth-screen-inset,.depth-card-screens .depth-screen-primary,.depth-card-screens .depth-screen-inset,.depth-card-screens .depth-screen-inset.depth-screen-tall,.depth-inventory .depth-card-screens .depth-screen-primary,.depth-inventory .depth-card-screens .depth-screen-inset,.depth-custom .depth-card-screens .depth-screen-inset,.depth-signal-screens .depth-screen:first-child,.depth-signal-screens .depth-screen:last-child{border-width:1px;width:100%;max-width:none;max-height:none;margin:0;position:static;inset:auto}.depth-card>.depth-screen-primary{margin-top:1.35rem}.depth-card>.depth-screen-inset{margin-top:.85rem}.depth-card-screens,.depth-signal-screens{gap:.85rem;min-height:0;margin-top:1.35rem;display:grid}.depth-signal{min-height:0;display:block}}.compare-table{border-collapse:collapse;width:100%;min-width:58rem;font-size:.9rem}.compare-table th,.compare-table td{border-bottom:1px solid var(--line,#94a3b840);text-align:left;padding:.85rem 1rem}.compare-table thead th{opacity:.72;font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase}.compare-table tbody th{font-weight:var(--weight-medium)}.compare-table td{text-align:center;width:7rem}.compare-table tbody th,.compare-table thead th:first-child{background:var(--surface-mist);z-index:1;position:sticky;left:0}.compare-table thead th:nth-child(2),.compare-table tbody td:nth-child(2){background:#38bdf812}.compare-table tbody td svg{vertical-align:middle}.compare-stack{margin-top:2.5rem;gap:.7rem;max-width:46rem;margin-inline:auto;display:grid}.compare-stack-row{background:var(--surface);border:1.5px solid var(--line);border-radius:14px;justify-content:space-between;align-items:center;gap:1.25rem;padding:1rem 1.35rem;display:flex}.compare-stack-row span{align-items:center;gap:.6rem;min-width:0;font-size:.98rem;display:flex}.compare-stack-row svg{opacity:.55;flex-shrink:0}.compare-stack-row strong{font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking);flex-shrink:0}.compare-stack-row.is-total{background:color-mix(in srgb, var(--accent) 8%, var(--surface));border-color:color-mix(in srgb, var(--accent) 30%, var(--line));margin-top:.5rem}.compare-stack-row.is-total strong{font-size:1.2rem}.compare-stack-row.is-included svg{opacity:1;color:var(--os-green,var(--accent))}.compare-stack-row.is-included strong{font-family:var(--sans);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);color:var(--text-soft);text-transform:uppercase;letter-spacing:var(--eyebrow-tracking)}.compare-band{margin-top:3.5rem}.compare-fit-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem;display:grid}@media (max-width:820px){.compare-fit-grid{grid-template-columns:1fr}}.compare-fit-card{background:var(--surface-mist);border-radius:20px;padding:1.75rem 1.9rem}.compare-fit-card h3{line-height:1.35;font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.compare-fit-card p{color:var(--text-soft);line-height:1.6;font-size:var(--body-size);margin-top:.6rem}.reveal.in>.compare-stack-row,.reveal.in>.compare-fit-card{animation:.5s cubic-bezier(.22,1,.36,1) backwards compare-rise}.reveal.in>:first-child{animation-delay:40ms}.reveal.in>:nth-child(2){animation-delay:90ms}.reveal.in>:nth-child(3){animation-delay:.14s}.reveal.in>:nth-child(4){animation-delay:.19s}.reveal.in>:nth-child(5){animation-delay:.24s}.reveal.in>:nth-child(6){animation-delay:.29s}@keyframes compare-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.reveal.in>.compare-stack-row,.reveal.in>.compare-fit-card{animation:none}}@media (max-width:680px){.real-hero-media,.journey-stage,.migration-real-media{gap:1rem;min-height:0;display:grid;position:static}.real-hero-media>*,.journey-stage>*,.migration-real-media>*{width:100%;height:auto;margin:0;position:static;inset:auto;transform:none}.journey-stage:before,.mobile-crew-stage:before{display:none}.mobile-crew-stage{grid-template-columns:1fr 1fr;align-items:start;gap:.9rem;min-height:0;display:grid;position:static}.mobile-crew-stage>*{margin:0;position:static;inset:auto;transform:none}.crew-phone{width:100%;bottom:auto;left:auto}.mobile-crew-badge{grid-column:1/-1;width:fit-content}.mobile-crew-stage>.mobile-crew-photo,.migration-real-media>.migration-people-photo{aspect-ratio:16/10;width:100%;height:auto;position:relative}.mobile-crew-stage>.mobile-crew-photo{grid-column:1/-1}.journey-detail-screen>span,.migration-real-screen>div,.migration-real-screen>div em,.mobile-crew-badge span,.mobile-crew-badge strong,.real-shot-bar,.depth-screen figcaption{font-size:.72rem}.real-shot-bar em,.depth-screen figcaption em{font-size:.62rem}.migration-real-screen>div{height:auto;padding-block:.5rem}.os-footer-links a,.integration-card .integration-category{font-size:.82rem}}@media (max-width:820px){.compare-table tbody th,.compare-table thead th:first-child{z-index:2;background:var(--surface);box-shadow:1px 0 0 var(--line);position:sticky;left:0}.compare-table thead th:first-child{z-index:3;background:var(--os-ink)}}@media (max-width:680px){.os-pricing-visual{gap:1rem;min-height:0;display:grid;position:static}.os-pricing-visual>*{width:100%;margin:0;position:static;inset:auto;transform:none}.os-pricing-photo{aspect-ratio:3/2;height:auto;position:relative}.os-footer-links strong{font-size:.8rem}.os-footer-bottom{font-size:.78rem}.pricing-summary-head em{font-size:.7rem}.os-pricing-summary p,.pricing-summary-price span{font-size:.82rem}}.demo-section{padding:clamp(3rem,6vw,5.5rem) 0 clamp(4rem,8vw,7rem)}.demo-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(2rem,5vw,4.5rem);display:grid}.demo-copy h1{overflow-wrap:break-word;font-family:var(--serif);font-size:clamp(2rem,3.6vw,2.9rem);line-height:1.05;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.7rem}.demo-lede{max-width:46ch;color:var(--text-soft);margin-top:1.1rem;font-size:1.05rem;line-height:1.6}.demo-points{gap:.85rem;margin-top:1.8rem;display:grid}.demo-points li{font-size:.95rem;font-weight:var(--weight-bold);align-items:flex-start;gap:.65rem;display:flex}.demo-points svg{color:var(--os-green);flex-shrink:0;margin-top:.15rem}.demo-alt{border-top:1px solid var(--os-line);color:var(--text-soft);margin-top:2rem;padding-top:1.5rem;font-size:.92rem;line-height:1.6}.demo-alt a{color:var(--os-copper-accessible);font-weight:var(--weight-bold)}.demo-panel{border:1px solid var(--os-line);background:var(--os-paper);min-width:0;box-shadow:var(--os-shadow);border-radius:20px;padding:clamp(1.4rem,2.5vw,2rem)}.waitlist-form{gap:.9rem;margin-top:1rem;display:grid}.waitlist-form label{font-size:.85rem;font-weight:var(--weight-bold);color:var(--os-ink);gap:.35rem;display:grid}.waitlist-form input,.waitlist-form select,.waitlist-form textarea{border:1.5px solid var(--os-line);background:var(--os-paper);color:var(--os-ink);font:inherit;border-radius:11px;padding:.7rem .85rem;font-size:.95rem}.waitlist-form input:focus-visible,.waitlist-form select:focus-visible,.waitlist-form textarea:focus-visible{outline:2px solid var(--os-green);outline-offset:1px}.waitlist-form button{justify-content:center;margin-top:.2rem}.waitlist-error{color:var(--os-copper-accessible);font-size:.85rem;font-weight:var(--weight-bold);margin:0}.waitlist-smallprint{color:var(--os-ink-soft);margin:0;font-size:.78rem;line-height:1.5}.waitlist-fallback{color:var(--os-ink-soft);margin-top:1rem;line-height:1.6}.waitlist-fallback a{color:var(--os-green);font-weight:var(--weight-bold)}.waitlist-done-title{color:var(--os-ink);font-size:1.05rem;font-weight:var(--weight-bold);align-items:center;gap:.45rem;margin:0 0 .5rem;display:flex}.waitlist-done p{color:var(--os-ink-soft);margin:0;line-height:1.6}.demo-cancel-layout{justify-content:center;display:flex}.demo-cancel-layout .demo-picker{border:1px solid var(--os-line);background:var(--os-paper);width:min(100%,30rem);box-shadow:var(--os-shadow);border-radius:20px;padding:clamp(1.75rem,4vw,2.5rem)}.demo-picker-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.demo-picker-head h2{font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking)}.demo-picker-meta{color:var(--text-soft);font-size:.84rem;font-weight:var(--weight-bold);flex-wrap:wrap;gap:1rem;margin-top:.45rem;display:flex}.demo-picker-meta span{align-items:center;gap:.35rem;display:inline-flex}.demo-zone{color:var(--text-soft);font-size:.78rem;font-weight:var(--weight-bold);text-align:right}.demo-days{align-items:center;gap:.5rem;min-width:0;margin-top:1.5rem;display:flex}.demo-days-arrow{border:1px solid var(--os-line);background:var(--os-paper);width:2rem;height:2rem;color:var(--text-soft);cursor:pointer;border-radius:999px;flex-shrink:0;place-items:center;transition:border-color .16s,color .16s;display:grid}.demo-days-arrow:hover{border-color:var(--text-soft);color:var(--text)}.demo-days-scroll{scroll-snap-type:x proximity;scrollbar-width:none;flex:1;gap:.5rem;min-width:0;padding-bottom:.2rem;display:flex;overflow-x:auto}.demo-days-scroll::-webkit-scrollbar{display:none}.demo-day{scroll-snap-align:start;border:1.5px solid var(--os-line);background:var(--os-paper);min-width:4.6rem;color:var(--text);font:inherit;cursor:pointer;border-radius:14px;flex:none;justify-items:center;gap:.1rem;padding:.7rem .75rem;transition:border-color .16s,background .16s,transform .16s;display:grid}.demo-day:hover{border-color:var(--text-soft);transform:translateY(-1px)}.demo-day.selected{border-color:var(--os-ink);background:var(--os-ink);color:#fff}.demo-day-weekday{font-size:.7rem;font-weight:var(--weight-bold);letter-spacing:.05em;text-transform:uppercase;opacity:.7}.demo-day-date{font-family:var(--serif);font-size:1.25rem;font-weight:var(--weight-display);letter-spacing:-.02em}.demo-day-month{font-size:.7rem;font-weight:var(--weight-bold);opacity:.7}.demo-day-count{font-size:.63rem;font-weight:var(--weight-bold);opacity:.62;margin-top:.15rem}.demo-times{grid-template-columns:repeat(auto-fill,minmax(6.2rem,1fr));gap:.55rem;max-height:17rem;margin-top:1.25rem;display:grid;overflow-y:auto}.demo-time{border:1.5px solid var(--os-line);background:var(--os-paper);width:100%;color:var(--text);font:inherit;font-size:.92rem;font-weight:var(--weight-bold);cursor:pointer;border-radius:11px;padding:.7rem .5rem;transition:border-color .16s,background .16s,color .16s,transform .16s}.demo-time:hover{border-color:var(--os-green);background:color-mix(in srgb, var(--os-green) 7%, transparent);color:var(--os-green);transform:translateY(-1px)}.demo-footnote{color:var(--text-soft);margin-top:1.1rem;font-size:.76rem;line-height:1.5}.demo-status{color:var(--text-soft);gap:.6rem;margin-top:1.5rem;font-size:.92rem;line-height:1.6;display:grid}.demo-status a{color:var(--os-copper-accessible);font-weight:var(--weight-bold)}.demo-status-error{border:1px solid var(--os-line);background:var(--surface-mist);border-radius:14px;padding:1.1rem 1.25rem}.demo-notice{border:1px solid color-mix(in srgb, var(--os-copper) 35%, transparent);background:color-mix(in srgb, var(--os-copper) 8%, transparent);color:var(--os-copper-accessible);font-size:.86rem;font-weight:var(--weight-bold);border-radius:12px;margin-top:1.1rem;padding:.8rem 1rem;line-height:1.5}.demo-link-button{font:inherit;font-weight:var(--weight-bold);color:var(--os-copper-accessible);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}@keyframes demo-spin{to{transform:rotate(360deg)}}.demo-spin{animation:.9s linear infinite demo-spin}@media (prefers-reduced-motion:reduce){.demo-spin{animation:none}}.demo-back{font:inherit;font-size:.84rem;font-weight:var(--weight-bold);color:var(--text-soft);cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:0;display:inline-flex}.demo-back:hover{color:var(--text)}.demo-back:disabled{opacity:.5;cursor:default}.demo-chosen{background:var(--surface-mist);border-radius:14px;align-items:center;gap:.85rem;margin-top:1rem;padding:1rem 1.15rem;display:flex}.demo-chosen svg{color:var(--os-green);flex-shrink:0}.demo-chosen strong{letter-spacing:-.01em;font-size:1rem;display:block}.demo-chosen span{color:var(--text-soft);font-size:.82rem;font-weight:var(--weight-bold);margin-top:.15rem;display:block}.field-optional{color:var(--text-soft);font-size:.78rem;font-weight:var(--weight-semi);margin-left:.35rem}.demo-select,.demo-textarea{width:100%;min-width:0;font:inherit;border:1.5px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:.8rem 1rem;font-size:1rem}.demo-select:focus-visible,.demo-textarea:focus-visible{border-color:var(--accent)}.demo-textarea{resize:vertical;line-height:1.5}.demo-sms-consent{border:1px solid var(--os-line);background:#11181705;border-radius:12px;margin-top:1.1rem;padding:.85rem .95rem}.demo-sms-consent label{color:var(--os-ink);font-size:.82rem;font-weight:var(--weight-bold);cursor:pointer;align-items:center;gap:.55rem;display:flex}.demo-sms-consent input{width:1rem;height:1rem;accent-color:var(--os-green);cursor:pointer;flex:none}.demo-sms-consent input:disabled{cursor:not-allowed;opacity:.5}.demo-sms-consent input:disabled+span{opacity:.55}.demo-sms-consent p{color:var(--os-ink-soft);margin-top:.5rem;font-size:.7rem;line-height:1.55}.demo-sms-consent a{color:var(--os-green);text-decoration:underline}.demo-turnstile{min-height:65px;margin-top:1.1rem}.demo-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.demo-submit{width:100%;margin-top:1.5rem}.demo-submit:disabled{opacity:.65;cursor:default;transform:none}.demo-fineprint{color:var(--text-soft);text-align:center;margin-top:.85rem;font-size:.78rem;line-height:1.5}.demo-confirmed{text-align:center}.demo-confirmed h1,.demo-confirmed h2{font-family:var(--serif);font-size:clamp(1.5rem,2.6vw,1.95rem);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:1rem}.demo-confirmed-mark{background:var(--os-green);color:#fff;border-radius:999px;place-items:center;width:3rem;height:3rem;display:inline-grid}.demo-mark-quiet{background:var(--surface-mist);color:var(--text-soft)}.demo-confirmed-when{font-size:1.08rem;font-weight:var(--weight-bold);letter-spacing:-.01em;margin-top:.9rem}.demo-confirmed-meta{color:var(--text-soft);font-size:.86rem;font-weight:var(--weight-bold);margin-top:.3rem}.demo-confirmed-note{color:var(--text-soft);line-height:1.6;font-size:var(--body-size);margin-top:1.2rem}.demo-confirmed-cancel{color:var(--text-soft);margin-top:1.4rem;font-size:.86rem}.demo-confirmed-cancel a{color:var(--os-copper-accessible);font-weight:var(--weight-bold)}@media (max-width:920px){.demo-layout{grid-template-columns:minmax(0,1fr)}.demo-panel{order:-1}.demo-copy h1,.demo-lede{max-width:none}}@media (max-width:520px){.demo-panel{border-radius:16px;padding:1.15rem}.demo-picker-head{flex-direction:column;gap:.4rem}.demo-zone{text-align:left}.demo-times{grid-template-columns:repeat(auto-fill,minmax(5.4rem,1fr));max-height:14rem}.demo-days-arrow{display:none}}.connected-section{background:var(--os-cream)}.connected-inputs{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:clamp(2.75rem,5vw,4rem);display:grid}.connected-card{border:1px solid var(--os-line);background:var(--os-paper);border-radius:22px;flex-direction:column;min-width:0;padding:clamp(1.4rem,2.4vw,1.85rem);transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s;display:flex;box-shadow:0 20px 50px -42px #0c1717b8}.connected-card:hover{transform:translateY(-4px);box-shadow:0 28px 58px -42px #0c1717b8}.connected-eyebrow{color:var(--os-green);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;align-items:center;gap:.6rem;display:flex}.connected-eyebrow>span{background:var(--os-mint);width:2.2rem;height:2.2rem;color:var(--os-green);border-radius:10px;flex:0 0 2.2rem;place-items:center;display:grid}.connected-card h3{color:var(--os-ink);line-height:1.12;font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:1rem}.connected-body{color:var(--os-ink-soft);margin-top:.72rem;font-size:.8rem;line-height:1.65}.connected-card ul{gap:.55rem;margin-top:1.15rem;display:grid}.connected-card li{color:var(--os-ink);font-weight:var(--weight-bold);font-size:var(--body-sm-size);align-items:center;gap:.55rem;display:flex}.connected-card li svg{color:var(--os-green);flex:none}.connected-screen{margin:auto 0 0;padding-top:1.5rem}.connected-screen>figcaption{height:30px;color:var(--os-ink);font-size:.5rem;font-weight:var(--weight-bold);letter-spacing:.06em;text-transform:uppercase;background:#fff;border:1px solid #0c171729;border-bottom:0;border-radius:12px 12px 0 0;align-items:center;padding-inline:10px;display:flex}.connected-screen>img{object-fit:cover;object-position:top center;border:1px solid #0c171729;border-radius:0 0 12px 12px;width:100%;height:232px;display:block;overflow:hidden;box-shadow:0 18px 40px -30px #081816b3}.connected-flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;height:4.6rem;margin-top:.35rem;display:grid;position:relative}.connected-flow>span{position:relative}.connected-flow>span:before{content:"";background:linear-gradient(#0b5f5900,#0b5f596b);width:2px;height:2.3rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.connected-flow:before{content:"";background:#0b5f596b;border-radius:2px;height:2px;position:absolute;top:2.3rem;left:16.7%;right:16.7%}.connected-flow:after{content:"";background:linear-gradient(#0b5f596b,#0b5f596b);width:2px;height:2.3rem;position:absolute;top:2.3rem;left:50%;transform:translate(-50%)}.connected-converge{background:#102321;border-radius:26px;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(2rem,4vw,3.5rem);padding:clamp(1.75rem,3.5vw,3rem);display:grid}.connected-converge-copy .os-eyebrow{color:var(--os-copper-on-dark)}.connected-converge-copy h3{color:#fff;max-width:16ch;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.03;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.75rem}.connected-converge-copy>p{max-width:48ch;color:var(--text-on-dark);margin-top:1rem;font-size:.9rem;line-height:1.7}.connected-converge-copy ul{gap:.65rem;margin-top:1.4rem;display:grid}.connected-converge-copy li{color:#ffffffd1;font-weight:var(--weight-bold);font-size:var(--body-sm-size);align-items:center;gap:.6rem;display:flex}.connected-converge-copy li svg{color:var(--os-copper);flex:none}.connected-converge-copy .os-text-link{color:#fff}.connected-converge-screen{background:#fff;border:1px solid #ffffff24;border-radius:14px;min-width:0;overflow:hidden;box-shadow:0 30px 64px -34px #000000d9}.connected-converge-screen>figcaption{border-bottom:1px solid var(--os-line);height:34px;color:var(--os-ink);font-size:.52rem;font-weight:var(--weight-bold);letter-spacing:.06em;text-transform:uppercase;align-items:center;padding-inline:11px;display:flex}.connected-converge-screen>img{width:100%;height:auto;display:block}@media (max-width:920px){.connected-inputs{grid-template-columns:1fr}.connected-flow{display:none}.connected-converge{grid-template-columns:1fr}.connected-screen>img{height:auto;max-height:330px}}@media (max-width:680px){.connected-card{border-radius:18px}.connected-converge{border-radius:20px}.connected-screen>img{max-height:260px}.connected-converge-copy .os-text-link{width:100%}}.store-badges{margin-top:1.4rem}.store-badge-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.store-badge{border-radius:7px;flex:none;transition:transform .17s,box-shadow .17s,opacity .17s;display:inline-flex}.store-badge-art{width:auto;height:46px;display:block}.store-badges-light .store-badge{box-shadow:0 0 0 1px #0c171729}.store-badges-dark .store-badge{box-shadow:0 0 0 1px #ffffff38}a.store-badge:hover{transform:translateY(-2px)}.store-badges-light a.store-badge:hover{box-shadow:0 0 0 1px #0c171729,0 14px 26px -16px #0c171799}.store-badges-dark a.store-badge:hover{box-shadow:0 0 0 1px #ffffff38,0 14px 26px -16px #0c171799}.store-badge-caption{max-width:44ch;font-size:.72rem;font-weight:var(--weight-bold);margin-top:.7rem;line-height:1.5}.store-badges-light .store-badge-caption{color:var(--os-ink)}.store-badges-dark .store-badge-caption{color:var(--text-on-dark)}@media (max-width:680px){.store-badge-art{height:42px}.store-badges{margin-top:1.2rem}}.os-hero-media-column{gap:clamp(1rem,1.8vw,1.6rem);min-width:0;display:grid}.industries-alt-section{background:#fff}.industries-count{flex-wrap:wrap;justify-content:center;gap:.5rem .65rem;margin:1.6rem auto 0;display:flex}.industries-count span{border:1px solid var(--os-line);background:var(--os-paper);color:var(--text-soft);font-size:.72rem;font-weight:var(--weight-bold);border-radius:999px;padding:.42rem .85rem}.industries-count span:first-child{border-color:color-mix(in srgb, var(--os-green) 32%, transparent);background:var(--os-mint);color:var(--os-green)}.industries-foundations{border:1px solid var(--os-line);background:var(--os-paper);border-radius:20px;grid-template-columns:repeat(3,1fr);margin-top:clamp(1.75rem,3vw,2.5rem);display:grid;overflow:hidden}.industries-foundations>div{border-right:1px solid var(--os-line);min-width:0;padding:clamp(1.35rem,2.4vw,1.9rem)}.industries-foundations>div:last-child{border-right:0}.industries-foundations strong{color:var(--os-copper-accessible);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;display:block}.industries-foundations b{color:var(--os-ink);font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking);margin-top:.7rem;display:block}.industries-foundations small{color:var(--text-soft);margin-top:.4rem;font-size:.82rem;line-height:1.55;display:block}@media (max-width:820px){.industries-foundations{grid-template-columns:1fr}.industries-foundations>div{border-right:0;border-bottom:1px solid var(--os-line)}.industries-foundations>div:last-child{border-bottom:0}}.industries-trades{border:1px solid var(--os-line);background:var(--os-line);border-radius:20px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:clamp(1.75rem,3vw,2.5rem);display:grid;overflow:hidden}.industries-trades>div{background:var(--os-paper);min-width:0;padding:clamp(1.1rem,2vw,1.5rem)}.industries-trades h3{color:var(--os-copper-accessible);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;margin:0}.industries-trades h3 a{color:inherit;text-underline-offset:.22em;text-decoration:underline}.industries-trades ul{gap:.35rem;margin:.8rem 0 0;padding:0;list-style:none;display:grid}.industries-trades li{color:var(--os-ink);font-size:.9rem;line-height:1.4}@media (max-width:1000px){.industries-trades{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.industries-trades{grid-template-columns:1fr}}.os-security-section{background:#0e1f1f}.os-security-section .os-eyebrow{color:var(--os-copper-on-dark)}.os-security-section .os-section-heading h2{color:#f6faf8}.os-security-section .os-section-heading>p:last-child{color:var(--text-on-dark)}.security-signals{grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));gap:clamp(.9rem,1.5vw,1.15rem);margin-top:clamp(2.25rem,4vw,3.2rem);display:grid}.security-signal{background:#ffffff09;border:1px solid #ffffff1f;border-radius:18px;padding:1.4rem 1.35rem}.security-signal strong{color:#7fd8cd;font-family:var(--serif);font-size:clamp(1.65rem,2.6vw,2.15rem);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);line-height:1;display:block}.security-signal-label{color:#f2f7f5;font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;margin-top:.6rem;display:block}.security-signal p{color:var(--text-on-dark);font-size:var(--body-sm-size);margin-top:.55rem;line-height:1.6}.industries-alt-section .blueprint-card{background:var(--os-cream)}.security-caveat{border-left:3px solid var(--os-copper);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.25rem 2.5rem;margin-top:clamp(1.75rem,3vw,2.5rem);padding:.9rem 0 .9rem 1.2rem;display:flex}.security-caveat p{max-width:68ch;color:var(--text-on-dark);line-height:1.65;font-size:var(--body-sm-size)}.security-caveat strong{color:#f2f7f5;font-weight:var(--weight-bold)}.security-caveat .os-text-link{color:#7fd8cd;white-space:nowrap;margin-top:0}@media (max-width:560px){.blueprint-card-top{flex-wrap:wrap}}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:1.15rem;margin-top:clamp(2rem,4vw,3rem);display:grid}.tools-card{min-width:0}.tools-card>a,.tools-card>div{border:1px solid var(--os-line);background:var(--os-paper);border-radius:18px;flex-direction:column;align-items:flex-start;gap:.5rem;height:100%;padding:1.5rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.tools-card>a:hover{border-color:#0b5f594d;transform:translateY(-3px);box-shadow:0 22px 44px -30px #0c171799}.tools-card-icon{background:var(--os-mint);width:2.6rem;height:2.6rem;color:var(--os-green);border-radius:11px;place-items:center;display:grid}.tools-card-name{color:var(--os-green);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;margin-top:.4rem}.tools-card-promise{color:var(--os-ink);font-family:var(--serif);font-size:1.24rem;font-weight:var(--weight-display);letter-spacing:-.03em;line-height:1.15}.tools-card-description{color:var(--os-ink-soft);line-height:1.6;font-size:var(--body-size)}.tools-card-cta{color:var(--os-copper-accessible);font-size:.84rem;font-weight:var(--weight-bold);align-items:center;gap:.4rem;margin-top:auto;padding-top:.65rem;display:inline-flex}.tools-card-status{color:var(--os-ink-soft);font-weight:var(--weight-bold);font-size:var(--body-xs-size);margin-top:auto;padding-top:.65rem}.tools-card-planned>div{background:0 0;border-style:dashed}.tools-card-planned .tools-card-icon{color:var(--os-ink-soft);background:#1118170d}.tools-card-planned .tools-card-name{color:var(--os-ink-soft)}.calc-breadcrumb{color:var(--os-ink-soft);font-size:.8rem;font-weight:var(--weight-bold);align-items:center;gap:.5rem;margin-bottom:1.1rem;display:flex}.calc-breadcrumb a{color:var(--os-green);font-weight:var(--weight-bold)}.calc-layout{grid-template-columns:minmax(290px,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(1.5rem,3vw,2.75rem);display:grid}.calc-panel{border:1px solid var(--os-line);background:var(--os-paper);border-radius:20px;padding:clamp(1.25rem,2vw,1.75rem);position:sticky;top:96px;box-shadow:0 20px 50px -40px #0c171799}.calc-panel-title{color:var(--os-ink);font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.calc-panel-note{color:var(--os-ink-soft);line-height:1.5;font-size:var(--body-xs-size);margin-top:.3rem}.calc-field{margin-top:1.15rem}.calc-field>label{color:var(--os-ink);font-size:.82rem;font-weight:var(--weight-bold);margin-bottom:.35rem;display:block}.calc-input-wrap{border:1.5px solid var(--os-line);background:var(--os-paper);border-radius:11px;align-items:center;gap:.35rem;padding:0 .7rem;transition:border-color .15s;display:flex}.calc-input-wrap:focus-within{border-color:var(--os-green)}.calc-input-wrap input{width:100%;min-width:0;color:var(--os-ink);font:inherit;font-size:.95rem;font-weight:var(--weight-bold);background:0 0;border:0;padding:.62rem 0}.calc-input-wrap input:focus{outline:none}.calc-affix{color:var(--os-ink-soft);font-size:.82rem;font-weight:var(--weight-bold);flex:none}.calc-affix-end{margin-left:auto;padding-left:.35rem}.calc-hint{color:var(--os-ink-soft);margin-top:.3rem;font-size:.72rem;line-height:1.5}.calc-submit{width:100%;margin-top:1.25rem}.calc-results{gap:1.15rem;min-width:0;display:grid}.calc-results>[aria-live]{gap:1.15rem;display:grid}.calc-headline{border:1px solid var(--os-line);background:var(--os-paper);border-radius:20px;padding:clamp(1.4rem,2.6vw,2rem)}.calc-headline-short{border-left:5px solid var(--os-copper-accessible)}.calc-headline-clear{border-left:5px solid var(--os-green)}.calc-headline-void{border-left:5px solid var(--os-ink-soft)}.calc-eyebrow{color:var(--os-green);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase}.calc-headline h2{color:var(--os-ink);font-size:clamp(1.5rem,3.1vw,2.3rem);line-height:1.12;font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:.55rem}.calc-headline-sub{color:var(--os-ink-soft);line-height:1.65;font-size:var(--lede-size);margin-top:.85rem}.calc-current{color:var(--os-ink)}.calc-target{color:var(--os-green)}.calc-gap-value{color:var(--os-copper-accessible)}.calc-clear-value{color:var(--os-green)}.calc-pair{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:1.15rem;display:grid}.calc-stat{border:1px solid var(--os-line);background:var(--os-paper);border-radius:16px;min-width:0;padding:1.2rem 1.25rem}.calc-stat-target{background:linear-gradient(160deg, var(--os-paper), #e8eeeb8c);border-color:#0b5f5952}.calc-stat-label{color:var(--os-ink-soft);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;display:block}.calc-stat-value,.calc-headline h2{overflow-wrap:anywhere}.calc-stat-value{color:var(--os-ink);font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.15rem);font-weight:var(--weight-display);letter-spacing:-.04em;margin-top:.4rem;line-height:1;display:block}.calc-stat-value span{color:var(--os-ink-soft);font-family:var(--sans);font-size:.85rem;font-weight:var(--weight-bold);letter-spacing:0}.calc-stat-target .calc-stat-value{color:var(--os-green)}.calc-stat>p{color:var(--os-ink-soft);margin-top:.55rem;font-size:.82rem;line-height:1.55}.calc-stat-wide{grid-column:1/-1}.calc-working{border-top:1px solid var(--os-line);margin-top:.9rem;padding-top:.7rem}.calc-working summary{color:var(--os-green);font-size:.78rem;font-weight:var(--weight-bold);cursor:pointer;align-items:center;gap:.35rem;list-style:none;display:inline-flex}.calc-working summary::-webkit-details-marker{display:none}.calc-working summary:before{content:"+";background:var(--os-mint);border-radius:4px;place-items:center;width:1.05rem;height:1.05rem;font-size:.8rem;line-height:1;display:inline-grid}.calc-working[open] summary:before{content:"−"}.calc-working-body{margin-top:.7rem}.calc-working-body ul{gap:.4rem;display:grid}.calc-working-body li{color:var(--os-ink-soft);line-height:1.55;font-size:var(--body-xs-size);padding-left:.9rem;position:relative}.calc-working-body li:before{content:"→";color:var(--os-green);position:absolute;left:0}.calc-working-body li strong{color:var(--os-ink)}.calc-working-note{border-left:3px solid var(--os-mint);color:var(--os-ink-soft);line-height:1.6;font-size:var(--body-xs-size);margin-top:.65rem;padding-left:.7rem}.calc-sensitivity{border:1px solid var(--os-line);background:var(--os-paper);border-radius:16px;padding:1.3rem 1.35rem}.calc-sensitivity h3{color:var(--os-ink);font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.calc-sensitivity-lede{color:var(--os-ink-soft);line-height:1.55;font-size:var(--body-sm-size);margin-top:.4rem}.calc-table-scroll{overflow-x:auto}.calc-sensitivity table{border-collapse:collapse;width:100%;margin-top:1rem}.calc-sensitivity th,.calc-sensitivity td{text-align:right;padding:.55rem .5rem;font-size:.86rem}.calc-sensitivity thead th{border-bottom:1px solid var(--os-line);color:var(--os-ink-soft);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase}.calc-sensitivity th:first-child,.calc-sensitivity td:first-child{text-align:left}.calc-sensitivity tbody th{color:var(--os-ink);font-weight:var(--weight-bold)}.calc-sensitivity tbody td{color:var(--os-ink-soft);font-variant-numeric:tabular-nums}.calc-sensitivity tbody tr{border-bottom:1px solid #1118170d}.calc-sensitivity tbody tr.is-current{background:var(--os-mint)}.calc-sensitivity tbody tr.is-current th,.calc-sensitivity tbody tr.is-current td{color:var(--os-ink);font-weight:var(--weight-bold)}.calc-tag{background:var(--os-green);color:#fff;font-size:.6rem;font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase;border-radius:99px;margin-left:.45rem;padding:.12rem .42rem}.calc-sensitivity-note{color:var(--os-ink-soft);margin-top:.85rem;font-size:.8rem;line-height:1.6}.calc-honesty{border:1px solid #d95d3947;border-left:4px solid var(--os-copper);background:#d95d3912;border-radius:14px;padding:1.2rem 1.3rem}.calc-honesty h3{color:var(--os-ink);font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.calc-honesty p{color:var(--os-ink-soft);margin-top:.45rem;font-size:.87rem;line-height:1.65}.calc-actions{justify-items:start;gap:.5rem;display:grid}.calc-copy{min-height:44px;font-size:var(--body-sm-size);padding-block:.6rem}.calc-actions-note{color:var(--os-ink-soft);line-height:1.55;font-size:var(--body-xs-size)}.calc-capture{border:1px solid var(--os-line);background:var(--os-mint);border-radius:16px;padding:1.25rem 1.3rem}.calc-capture h3{color:var(--os-ink);font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking);align-items:center;gap:.45rem;display:flex}.calc-capture>p{color:var(--os-ink-soft);margin-top:.45rem;font-size:.83rem;line-height:1.6}.calc-capture-row{flex-wrap:wrap;gap:.6rem;margin-top:.9rem;display:flex}.calc-capture-row input{border:1.5px solid var(--os-line);background:var(--os-paper);min-width:0;color:var(--os-ink);font:inherit;border-radius:11px;flex:220px;padding:.7rem .85rem;font-size:.9rem}.calc-capture-row input:focus-visible{border-color:var(--os-green)}.calc-capture-row .os-button{flex:none}.calc-product-line{color:var(--os-ink-soft);font-size:.87rem;line-height:1.65}.calc-product-line a{color:var(--os-green);font-weight:var(--weight-bold)}.calc-explainer>p{max-width:74ch;color:var(--os-ink-soft);margin-top:1.05rem;font-size:1rem;line-height:1.75}.calc-visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:980px){.calc-layout{grid-template-columns:1fr}.calc-panel{position:static}}@media (max-width:560px){.calc-sensitivity{padding:1rem .9rem}.calc-sensitivity th,.calc-sensitivity td{padding:.5rem .3rem;font-size:.8rem}.calc-tag{width:fit-content;margin:.2rem 0 0;display:block}.calc-capture-row .os-button{width:100%}}.calc-field-head{align-items:center;gap:.35rem;margin-bottom:.35rem;display:flex}.calc-field-head label{color:var(--os-ink);font-size:.82rem;font-weight:var(--weight-bold);margin:0}.infotip{display:inline-flex;position:relative}.infotip-trigger{width:1.35rem;height:1.35rem;color:var(--os-ink-soft);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;transition:background .14s,color .14s;display:inline-grid}.infotip-trigger:hover{background:var(--os-mint);color:var(--os-green)}.infotip-trigger[aria-expanded=true]{background:var(--os-green);color:#fff}.infotip-panel{z-index:30;border:1px solid var(--os-line);background:var(--os-paper);border-radius:13px;width:min(22rem,100vw - 3rem);padding:.9rem 1rem 1rem;display:block;position:absolute;top:calc(100% + .4rem);left:-.5rem;box-shadow:0 24px 50px -22px #0c171780}.infotip-close{width:1.35rem;height:1.35rem;color:var(--os-ink-soft);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:.45rem;right:.45rem}.infotip-close:hover{background:var(--os-mint);color:var(--os-ink)}.infotip-title{color:var(--os-ink);font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking);padding-right:1.4rem;display:block}.infotip-confidence{font-size:.64rem;font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase;border-radius:99px;margin-top:.35rem;padding:.15rem .5rem;display:inline-block}.infotip-confidence-solid{background:var(--os-mint);color:var(--os-green)}.infotip-confidence-reasonable{color:var(--os-ink-soft);background:#11181712}.infotip-confidence-rough{color:var(--os-copper-accessible);background:#d95d3921}.infotip-heading{color:var(--os-ink);font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-transform:uppercase;margin-top:.7rem;display:block}.infotip-para{color:var(--os-ink-soft);margin-top:.25rem;font-size:.79rem;line-height:1.6;display:block}.calc-presets{border:1px dashed var(--os-line);background:#e8eeeb6b;border-radius:14px;margin-top:1.15rem;padding:.95rem 1rem}.calc-presets-label{color:var(--os-ink);font-size:.84rem;font-weight:var(--weight-bold);display:block}.calc-presets-note{color:var(--os-ink-soft);margin-top:.3rem;font-size:.74rem;line-height:1.55}.calc-preset-row{flex-wrap:wrap;gap:.4rem;margin-top:.7rem;display:flex}.calc-preset{border:1px solid var(--os-line);background:var(--os-paper);color:var(--os-ink-soft);font:inherit;font-size:.76rem;font-weight:var(--weight-bold);cursor:pointer;border-radius:99px;padding:.35rem .72rem;transition:border-color .14s,color .14s,background .14s}.calc-preset:hover{border-color:var(--os-green);color:var(--os-green)}.calc-preset.is-active{border-color:var(--os-green);background:var(--os-green);color:#fff}.calc-preset-active{color:var(--os-ink-soft);margin-top:.6rem;font-size:.75rem;font-style:italic;line-height:1.55}.calc-assumed-count{border-left:3px solid var(--os-copper);color:var(--os-ink-soft);margin-top:1rem;padding-left:.65rem;font-size:.76rem;line-height:1.55}.calc-assumed-count.is-clear{border-left-color:var(--os-green)}.calc-assumed-flag{background:var(--os-paper);color:var(--os-copper-accessible);font-size:.62rem;font-weight:var(--weight-bold);letter-spacing:.05em;text-transform:uppercase;border:1px solid #d95d3966;border-radius:99px;margin-left:auto;padding:.1rem .42rem}.calc-field.is-assumed .calc-input-wrap{border-style:dashed}.tool-teaser{border:1px solid var(--os-line);background:linear-gradient(150deg, var(--os-paper), #e8eeebb3);border-radius:22px;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);align-items:center;gap:clamp(1.5rem,3vw,3rem);padding:clamp(1.5rem,3vw,2.5rem);display:grid}.tool-teaser h2{color:var(--os-ink);font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.1;font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking)}.tool-teaser>div>p{max-width:52ch;color:var(--os-ink-soft);margin-top:.9rem;font-size:.96rem;line-height:1.7}.tool-teaser-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.4rem;display:flex}.tool-teaser-preview{border:1px solid var(--os-line);background:var(--os-paper);border-radius:16px;padding:1.2rem 1.3rem;box-shadow:0 22px 46px -34px #0c171799}.tool-teaser-preview dt{color:var(--os-ink-soft);font-size:.7rem;font-weight:var(--weight-bold);letter-spacing:.05em;text-transform:uppercase}.tool-teaser-preview dd{color:var(--os-ink);font-family:var(--serif);font-size:1.7rem;font-weight:var(--weight-display);letter-spacing:-.04em;margin:.2rem 0 0}.tool-teaser-preview dd.is-target{color:var(--os-green)}.tool-teaser-preview .teaser-row+.teaser-row{border-top:1px solid var(--os-line);margin-top:.9rem;padding-top:.9rem}.tool-teaser-preview figcaption{color:var(--os-ink-soft);margin-top:1rem;font-size:.72rem;line-height:1.5}.tool-faq{gap:.7rem;margin-top:clamp(2rem,4vw,3rem);display:grid}.tool-faq details{border:1px solid var(--os-line);background:var(--os-paper);border-radius:14px;padding:1rem 1.15rem}.tool-faq summary{color:var(--os-ink);font-size:.95rem;font-weight:var(--weight-bold);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;list-style:none;display:flex}.tool-faq summary::-webkit-details-marker{display:none}.tool-faq summary:after{content:"+";color:var(--os-green);font-weight:var(--weight-bold)}.tool-faq details[open] summary:after{content:"−"}.tool-faq details>p{color:var(--os-ink-soft);margin-top:.7rem;font-size:.9rem;line-height:1.7}.tool-siblings{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:.9rem;margin-top:clamp(1.75rem,3vw,2.5rem);display:grid}.tool-sibling{border:1px solid var(--os-line);background:var(--os-paper);border-radius:14px;flex-direction:column;gap:.3rem;padding:1.1rem 1.15rem;text-decoration:none;transition:border-color .16s,transform .16s;display:flex}.tool-sibling:hover{border-color:#0b5f5959;transform:translateY(-2px)}.tool-sibling strong{color:var(--os-ink);font-family:var(--serif);font-size:var(--title-size);font-weight:var(--weight-display);letter-spacing:var(--title-tracking)}.tool-sibling span{color:var(--os-ink-soft);font-size:.8rem;line-height:1.55}@media (max-width:860px){.tool-teaser{grid-template-columns:1fr}}@media (max-width:560px){.infotip-panel{width:auto;position:fixed;top:auto;left:1rem;right:1rem}.calc-assumed-flag{margin-left:.3rem}}@media (hover:hover) and (pointer:fine){.product-shot{cursor:zoom-in}.product-shot.is-magnifying{cursor:none}}.product-loupe{z-index:55;background-color:var(--os-paper);box-shadow:0 0 0 2px var(--os-paper), 0 0 0 3.5px #0b5f5980, 0 26px 50px -18px #1118178c;pointer-events:none;will-change:transform, background-position;background-repeat:no-repeat;border-radius:50%;animation:.13s ease-out product-loupe-open;position:fixed;top:0;left:0}@keyframes product-loupe-open{0%{opacity:0}to{opacity:1}}.weather-section{background:var(--os-canvas,#f6f4ee);overflow:hidden}.weather-layout{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(3rem,7vw,6rem);display:grid}.weather-copy h2{max-width:18ch;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:.8rem}.weather-copy>p:not(.os-eyebrow,.weather-note){max-width:52ch;margin-top:1.25rem;font-size:.96rem;line-height:1.7}.weather-copy ul{gap:1rem;margin-top:1.75rem;display:grid}.weather-copy li{font-size:var(--body-sm-size);align-items:flex-start;gap:.8rem;line-height:1.6;display:flex}.weather-copy li>span{width:2.1rem;height:2.1rem;color:var(--os-teal,#0b5f59);background:#0b5f5914;border-radius:10px;flex:0 0 2.1rem;place-items:center;display:grid}.weather-copy li strong{font-weight:var(--weight-bold);margin-bottom:.15rem;display:block}.weather-note{max-width:52ch;color:var(--os-slate,#43514f);border-left:3px solid #0b5f5940;margin-top:1.6rem;padding-left:.9rem;font-size:.88rem;line-height:1.65}.weather-copy .os-button{margin-top:1.8rem}.weather-stage{justify-content:center;gap:clamp(1rem,3vw,2.5rem);display:flex;position:relative}.weather-phone{background:#fff;border:5px solid #f4f6f2;border-radius:23px;width:min(210px,42vw);margin:0;position:relative;overflow:hidden;box-shadow:0 35px 70px -32px #00000073}.weather-phone .product-shot{width:100%;height:auto;display:block}.weather-phone-panel{margin-top:clamp(1.5rem,5vw,3.5rem)}.weather-phone figcaption{z-index:2;color:#fff;font-size:.62rem;font-weight:var(--weight-bold);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#111817d1;border-radius:7px;justify-content:space-between;align-items:center;gap:5px;padding:5px 8px;display:flex;position:absolute;inset:8px 8px auto}.weather-phone figcaption em{opacity:.7;font-style:normal;font-weight:500}@media (max-width:920px){.weather-layout{grid-template-columns:minmax(0,1fr);gap:2.5rem}.weather-copy h2{max-width:22ch}}.customer-portal-section .journey-detail-screen{width:45%}.customer-portal-section .journey-detail-landscape .journey-detail-screen{width:54%}@media (min-width:921px){.customer-portal-section .journey-detail-landscape{min-height:400px}}.customer-portal-note{max-width:52ch;color:var(--os-slate,#43514f);border-left:3px solid #0b5f5940;margin-top:1.4rem;padding-left:.9rem;font-size:.88rem;line-height:1.65}.os-hero-eyebrow-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.os-lang-switch{color:inherit;font-size:var(--eyebrow-size);font-weight:var(--weight-bold);letter-spacing:var(--eyebrow-tracking);text-underline-offset:3px;opacity:.75;flex:none;text-decoration:underline;transition:opacity .18s}.os-lang-switch:hover,.os-lang-switch:focus-visible{opacity:1}.product-shot-cue{width:100%;color:var(--os-ink);font:inherit;text-align:left;cursor:pointer;background:#f8f6f1eb;border:0;border-top:1px solid #0c17171a;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.15rem .6rem;margin:0;padding:.62rem .85rem .7rem;display:flex}.product-shot-cue-label{-webkit-line-clamp:2;min-width:0;font-size:.78rem;font-weight:var(--weight-bold);letter-spacing:-.01em;-webkit-box-orient:vertical;flex:12ch;display:-webkit-box;overflow:hidden}.product-shot-cue-action{font-size:.66rem;font-weight:var(--weight-semi);color:#0c17179e;white-space:nowrap;align-items:center;gap:.4rem;display:inline-flex}.product-shot-cue-action em{color:var(--os-green,#0b5f59);background:#0b5f591a;border-radius:4px;padding:.1rem .36rem;font-style:normal}.product-shot-cue-action i{margin-right:-.2rem;font-style:normal}.product-viewer{z-index:58;background:#0d1917;flex-direction:column;animation:.14s ease-out product-viewer-open;display:flex;position:fixed;inset:0}@keyframes product-viewer-open{0%{opacity:0}to{opacity:1}}.product-viewer-bar{color:#fff;border-bottom:1px solid #ffffff1f;align-items:center;gap:.75rem;padding:.7rem .5rem .7rem 1rem;display:flex}.product-viewer-title{min-width:0;font-size:.8rem;font-weight:var(--weight-semi);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;line-height:1.3;display:-webkit-box;overflow:hidden}.product-viewer-close{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-size:.95rem;display:grid}.product-viewer-stage{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;overflow:auto}.product-viewer-image{max-width:none;height:auto;display:block}.product-viewer-hint{padding:.55rem 1rem calc(.55rem + env(safe-area-inset-bottom));color:#ffffff9e;text-align:center;border-top:1px solid #ffffff1f;margin:0;font-size:.68rem}@media (prefers-reduced-motion:reduce){.product-viewer{animation:none}}.record-rows{gap:clamp(3rem,6vw,5.5rem);margin-top:clamp(3rem,6vw,5rem);display:grid}.record-row{grid-template-columns:minmax(0,.92fr) minmax(0,1fr);align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}.record-row-reverse .record-media{order:-1}.record-copy h2,.record-copy h3{max-width:20ch;color:var(--os-ink);font-size:clamp(1.6rem,2.9vw,2.4rem);line-height:1.06;font-weight:var(--weight-display);letter-spacing:var(--display-tracking)}.record-copy p{max-width:46ch;color:var(--os-ink-soft);margin-top:1.1rem;line-height:1.68}.crew-proof{max-width:46ch;margin-top:1.4rem;padding:0;list-style:none}.crew-proof li{color:var(--os-ink-soft);font-size:var(--body-sm-size);gap:.7rem;margin-top:.8rem;line-height:1.55;display:flex}.crew-proof li>i{color:var(--os-green);flex:none;margin-top:.28em}.record-media{justify-content:center;min-width:0;display:flex}@media (max-width:900px){.record-row,.record-row-reverse{grid-template-columns:minmax(0,1fr);gap:1.8rem}.record-row-reverse .record-media{order:0}}.capability-grid{border:1px solid var(--os-line);background:var(--os-line);border-radius:20px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:clamp(2.5rem,5vw,4rem);padding:0;list-style:none;display:grid;overflow:hidden}.capability-item{background:var(--os-paper);gap:.85rem;min-width:0;padding:1.35rem 1.4rem 1.5rem;display:flex}@media (min-width:981px){.capability-item:last-child:nth-child(3n+1){grid-column:1/-1}.capability-item:last-child:nth-child(3n+2){grid-column:span 2}}.capability-icon{background:var(--os-mint);width:2.2rem;height:2.2rem;color:var(--os-green);border-radius:9px;flex:none;place-items:center;display:grid}.capability-item strong{color:var(--os-ink);font-size:.95rem;font-weight:var(--weight-bold);letter-spacing:-.02em;display:block}.capability-item p{color:var(--os-ink-soft);font-size:var(--body-sm-size);margin-top:.35rem;line-height:1.6}.capability-note{max-width:62ch;color:var(--os-ink-soft);border-left:3px solid #0b5f5940;margin:1.6rem auto 0;padding-left:.9rem;font-size:.88rem;line-height:1.65}.capability-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:980px){.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.capability-grid{grid-template-columns:minmax(0,1fr)}}.field-split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(1.2rem,2.5vw,1.8rem);margin-top:clamp(2.5rem,5vw,4rem);display:grid}.field-card{border:1px solid var(--os-line);background:var(--os-paper);border-radius:22px;flex-direction:column;min-width:0;padding:clamp(1.5rem,3vw,2.2rem);display:flex;box-shadow:0 20px 50px -42px #0c1717b8}.field-card-icon{background:var(--os-mint);width:2.4rem;height:2.4rem;color:var(--os-green);border-radius:10px;place-items:center;display:grid}.field-card h3{max-width:24ch;color:var(--os-ink);font-size:clamp(1.35rem,2.2vw,1.85rem);line-height:1.1;font-weight:var(--weight-display);letter-spacing:var(--display-tracking);margin-top:1rem}.field-card>p{max-width:52ch;color:var(--os-ink-soft);line-height:1.68;font-size:var(--body-sm-size);margin-top:.9rem}.field-card em{font-style:normal;font-weight:var(--weight-bold);color:var(--os-ink)}.field-crops{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.field-crop{--crop-caption-gap:1.5rem;gap:var(--crop-caption-gap);flex-direction:column;flex:240px;min-width:0;margin:0;display:flex}.field-crop>.ui-detail{margin-inline:auto}.field-crop figcaption{color:var(--os-green);font-size:var(--body-xs-size);font-weight:var(--weight-bold);letter-spacing:.04em;text-align:center;text-transform:uppercase;margin:0}.field-crop-wide{margin-top:1.5rem}.field-points,.field-verdicts{margin-top:1.5rem;padding:0;list-style:none}.field-points li,.field-verdicts li{color:var(--os-ink-soft);font-size:var(--body-sm-size);gap:.7rem;margin-top:.8rem;line-height:1.55;display:flex}.field-points li>span,.field-verdicts li>span{color:var(--os-green);flex:none}.field-verdicts strong{color:var(--os-ink);font-weight:var(--weight-bold);display:block}.field-note{color:var(--os-ink-soft);border-left:3px solid #0b5f5940;margin-top:auto;padding-top:1.5rem;padding-left:.9rem;font-size:.85rem;line-height:1.65}.field-card .store-badges{margin-top:auto;padding-top:1.6rem}@media (max-width:900px){.field-split{grid-template-columns:minmax(0,1fr)}}.signup-agreements{border:1px solid var(--os-line,#1118171a);background:var(--surface-mist);border-radius:16px;margin:1.75rem 0 0;padding:1.1rem 1.2rem 1.2rem}.signup-agreement-check{cursor:pointer;color:var(--ink);font-size:var(--body-sm-size);align-items:start;gap:.7rem;line-height:1.55;display:flex}.signup-agreement-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--teal);flex:none;margin-top:.15rem}.signup-agreement-check a{color:var(--teal);font-weight:var(--weight-bold);text-underline-offset:2px;text-decoration:underline}.signup-agreement-note{color:var(--text-soft);font-size:var(--body-xs-size);margin:.8rem 0 0 1.9rem;line-height:1.55}.signup-submit:disabled{opacity:.55;cursor:not-allowed}.record-row-wide{grid-template-columns:minmax(0,1fr);gap:clamp(1.5rem,3vw,2.2rem)}.record-row-wide .record-copy h2,.record-row-wide .record-copy h3{max-width:26ch}.shot-card-static{width:100%;margin:0;position:static}.shot-card-static img{object-fit:contain;height:auto}.compare-fit-card-centered{max-width:46rem;margin-inline:auto}.section-proof{flex-direction:column;align-items:center;margin:clamp(2.5rem,5vw,3.5rem) 0;display:flex}.section-proof figcaption{color:var(--os-green);font-size:var(--body-xs-size);font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.7rem}.compare-band-centered{max-width:52rem;margin-inline:auto}.proof-strip{--proof-strip-gap:2.25rem;gap:var(--proof-strip-gap);flex-direction:column;margin-top:clamp(2rem,4vw,3rem);display:flex}.proof-strip-label{text-align:center;margin:0}.proof-strip-crops{--proof-strip-row-gap:3rem;justify-content:center;gap:var(--proof-strip-row-gap) 1rem;margin-top:0}.proof-strip-crops .field-crop{flex:0 auto}.integrations-close{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(1rem,2.5vw,1.5rem);max-width:62rem;margin-inline:auto;display:grid}.integrations-not ul{gap:.75rem;margin-top:.9rem;display:grid}.integrations-not li{color:var(--os-ink-soft);font-size:var(--body-sm-size);line-height:1.6}.integrations-not strong{color:var(--os-ink)}@media (max-width:820px){.integrations-close{grid-template-columns:minmax(0,1fr)}}.notes-body{max-width:60ch;margin:clamp(2rem,4vw,2.75rem) auto 0}.notes-mechanism{font-size:var(--body-sm-size);color:var(--os-ink-soft);gap:.8rem;display:flex}.notes-mechanism>span{color:var(--os-green);flex:none;margin-top:.2rem}.notes-consequences{margin-top:1.4rem;padding:0;list-style:none}.notes-consequences li{color:var(--os-ink-soft);font-size:var(--body-sm-size);border-left:3px solid #0b5f5940;gap:.8rem;margin-top:.8rem;padding-left:.9rem;line-height:1.6;display:flex}.notes-consequences li>span{color:var(--os-green);flex:none;margin-top:.1rem}@media (max-width:680px){.os-hero-actions-block .store-badge-row{justify-content:center}.os-hero-actions-block .store-badge-caption{text-align:center;margin-inline:auto}}@media (min-width:921px){.os-hero-layout{grid-template-rows:min-content 1fr;row-gap:2.25rem}}.trust-tools{background:#ffffff09;border:1px solid #ffffff1f;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1.5rem,4vw,3rem);margin-top:clamp(1.5rem,3vw,2.25rem);padding:clamp(1.5rem,3vw,2.1rem);display:grid}.trust-tools h3{color:#f6faf8;font-family:var(--serif);font-size:var(--subhead-size);font-weight:var(--weight-display);letter-spacing:var(--subhead-tracking);margin-top:.55rem;line-height:1.1}.trust-tools p:last-child{max-width:60ch;color:var(--text-on-dark);font-size:var(--body-sm-size);margin-top:.7rem;line-height:1.65}.trust-tools .os-button-primary{white-space:nowrap}@media (max-width:720px){.trust-tools{grid-template-columns:minmax(0,1fr)}.trust-tools .os-button-primary{justify-content:center;width:100%}}.notes-stack{width:min(100%,888px);margin:clamp(2rem,4vw,3rem) auto 0;padding-bottom:17.8%;position:relative}.notes-stack-base{width:92.8%}.notes-stack-overlay{width:49%;position:absolute;top:38.4%;left:51%}.notes-stack-overlay .ui-detail{box-shadow:inset 0 2px #ffffffe6,0 28px 60px -28px #0818168c}.notes-bridge{max-width:62ch;color:var(--os-ink-soft);font-size:var(--body-sm-size);text-align:center;margin:clamp(1.75rem,3.5vw,2.5rem) auto 0;line-height:1.7}@media (max-width:820px){.notes-stack{gap:1rem;width:100%;padding-bottom:0;display:grid}.notes-stack-base,.notes-stack-overlay{width:100%;position:static}.notes-stack-base .ui-detail,.notes-stack-overlay .ui-detail{margin-inline:auto}}.pay-stack{aspect-ratio:720/725;align-self:start;width:min(100%,720px);margin-inline:auto;position:relative}.pay-stack-base{width:56.25%}.pay-lang{border:1px solid var(--os-line);background:var(--os-paper);border-radius:999px;gap:2px;padding:2px;display:inline-flex;position:absolute;bottom:calc(100% + .6rem);right:0}.pay-lang-option{color:var(--os-ink-soft);font:inherit;font-size:.78rem;font-weight:var(--weight-bold);letter-spacing:-.01em;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.3rem .72rem}.pay-lang-option:hover{color:var(--os-ink)}.pay-lang-option[aria-pressed=true]{background:var(--os-green);color:#fff}.pay-stack-overlay{width:60%;position:absolute;top:58.5%;right:0}.pay-stack-overlay .ui-detail{box-shadow:inset 0 2px #ffffffe6,0 28px 60px -28px #0818168c}.pay-delivery{max-width:58ch;color:var(--os-ink-soft);font-size:var(--body-sm-size);margin-top:1.2rem;line-height:1.7}@media (max-width:820px){.pay-stack{aspect-ratio:auto;gap:1rem;width:100%;display:grid}.pay-stack-base,.pay-stack-overlay{width:100%;position:static}.pay-stack-overlay{display:grid}.pay-lang{justify-self:end;margin-bottom:.6rem;position:static}.pay-stack-base .ui-detail,.pay-stack-overlay .ui-detail{width:100%;margin-inline:auto}}.record-media .field-crops{justify-content:center;margin-top:0}.record-media .field-crop{flex:0 auto}.savings-panel{background:var(--surface);border:1px solid var(--line);max-width:62rem;box-shadow:0 1px 2px rgb(var(--shadow) / .04), 0 12px 32px rgb(var(--shadow) / .06);border-radius:1.25rem;margin:0 auto;padding:clamp(1.5rem,3vw,2.5rem)}.savings-controls{align-items:start;gap:1.5rem;display:grid}@media (min-width:48rem){.savings-controls{grid-template-columns:1fr auto;gap:2rem}}.savings-slider label{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;font-weight:600;display:flex}.savings-slider output{font-family:var(--serif);color:var(--accent);font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:700}.savings-slider input[type=range]{appearance:none;cursor:pointer;background:0 0;width:100%;height:1.5rem;margin:.85rem 0 .6rem}.savings-slider input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--accent) var(--savings-progress,0%), var(--surface-mist) var(--savings-progress,0%));border-radius:999px;height:.4rem}.savings-slider input[type=range]::-moz-range-track{background:linear-gradient(to right, var(--accent) var(--savings-progress,0%), var(--surface-mist) var(--savings-progress,0%));border-radius:999px;height:.4rem}.savings-slider input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);border:3px solid var(--white);width:1.5rem;height:1.5rem;box-shadow:0 2px 8px rgb(var(--shadow) / .25);border-radius:50%;margin-top:-.55rem}.savings-slider input[type=range]::-moz-range-thumb{background:var(--accent);border:3px solid var(--white);width:1.5rem;height:1.5rem;box-shadow:0 2px 8px rgb(var(--shadow) / .25);border-radius:50%}.savings-slider input[type=range]:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px;border-radius:999px}.savings-hint{color:var(--slate);font-size:var(--body-sm-size);margin:0}.savings-result{border-top:1px solid var(--line);gap:1.25rem;margin-top:2rem;padding-top:1.75rem;display:grid}@media (min-width:48rem){.savings-result{grid-template-columns:1fr 1fr;align-items:stretch}}.savings-bills{align-content:center;gap:.75rem;display:grid}.savings-bill{background:var(--bg);border:1px solid var(--line);border-radius:.75rem;justify-content:space-between;align-items:baseline;gap:1rem;padding:.85rem 1.1rem;display:flex}.savings-bill.is-ours{background:color-mix(in srgb, var(--accent) 8%, var(--white));border-color:color-mix(in srgb, var(--accent) 28%, transparent)}.savings-bill-name{font-weight:600}.savings-bill strong{font-family:var(--serif);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1.5rem;font-weight:700}.savings-bill strong span{color:var(--slate);font-family:inherit;font-size:.9rem;font-weight:600}.savings-headline{background:var(--ink);color:var(--text-on-dark);border-radius:.9rem;flex-direction:column;justify-content:center;gap:.35rem;padding:1.35rem 1.5rem;display:flex}.savings-headline-label{font-size:var(--body-sm-size);letter-spacing:.06em;text-transform:uppercase;color:#ffffff9e;font-weight:600}.savings-headline strong{font-family:var(--serif);color:var(--white);font-variant-numeric:tabular-nums;font-size:clamp(2rem,5vw,2.75rem);font-weight:800;line-height:1.05}.savings-headline p{font-size:var(--body-sm-size);margin:0}.savings-headline.is-thin{background:var(--surface-mist);color:var(--text)}.savings-headline.is-thin .savings-headline-label{color:var(--slate)}.savings-headline.is-thin strong{color:var(--ink);font-size:clamp(1.5rem,3.5vw,1.9rem)}.savings-breakdown{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.75rem}.savings-breakdown h3{margin:0 0 1rem;font-size:1.05rem}.savings-rows{gap:.35rem;margin-bottom:1rem;display:grid}.savings-row{font-size:var(--body-sm-size);border-radius:.6rem;justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem .85rem;display:flex}.savings-row:nth-child(2n){background:var(--bg)}.savings-row strong{font-variant-numeric:tabular-nums;white-space:nowrap}.savings-row.is-ours{background:color-mix(in srgb, var(--accent) 8%, var(--white));font-weight:600}.savings-row.is-matched em{background:var(--surface-mist);color:var(--slate);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;margin-left:.5rem;padding:.1rem .45rem;font-size:.72rem;font-style:normal;font-weight:600}.savings-cta{margin-top:1.75rem}.savings-footnote{text-align:left;color:var(--slate)}.savings-footnote a{color:inherit;text-underline-offset:2px;text-decoration:underline}.savings-translate{background:var(--surface-mist);border-radius:1.25rem;max-width:48rem;margin:2.5rem auto 0;padding:clamp(1.5rem,3vw,2.25rem)}.savings-translate h3{margin:.35rem 0 .85rem;font-size:clamp(1.35rem,3vw,1.75rem)}.savings-translate-body{margin:0 0 1.5rem}.savings-translate-points-title{font-weight:600;font-size:var(--body-sm-size);letter-spacing:.04em;text-transform:uppercase;color:var(--slate);margin:0 0 .75rem}.savings-translate ul{gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.savings-translate li{font-size:var(--body-sm-size);padding-left:1.5rem;position:relative}.savings-translate li:before{content:"";background:var(--accent);border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:.55em;left:0}::view-transition-old(root){animation:.19s cubic-bezier(.4,0,1,1) both lang-swap-out}::view-transition-new(root){animation:.34s cubic-bezier(0,0,.2,1) .13s both lang-swap-in}@keyframes lang-swap-out{to{opacity:0;filter:blur(6px);transform:scale(.994)}}@keyframes lang-swap-in{0%{opacity:0;filter:blur(8px);transform:scale(1.006)}to{opacity:1;filter:blur();transform:scale(1)}}::view-transition{pointer-events:none}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation-duration:0s!important;animation-delay:0s!important}::view-transition-new(root){animation-duration:0s!important;animation-delay:0s!important}}.workflow-proof{background:#fff}.workflow-proof-layout{grid-template-columns:250px minmax(0,1fr);align-items:start;gap:3.5rem;margin-top:2.5rem;display:grid}.workflow-proof-choices{gap:.6rem;display:grid}.workflow-proof-choices button{color:#43514f;text-align:left;width:100%;min-height:60px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dce3df;border-radius:12px;align-items:center;gap:.75rem;padding:.9rem 1rem;font-size:.88rem;font-weight:650;display:flex}.workflow-proof-choices button:hover{background:#f1f6f4;border-color:#a4bdb5}.workflow-proof-choices button[aria-pressed=true]{color:#fff;background:#0b5f59;border-color:#0b5f59}.workflow-proof-choices button:focus-visible{outline-offset:3px;outline:3px solid #d95d39}.workflow-proof-number{opacity:.7;font-variant-numeric:tabular-nums;font-size:.7rem}.workflow-proof-arrow{margin-left:auto}.workflow-proof-preview{background:#f5f7f4;border:1px solid #dce3df;border-radius:18px;min-width:0;min-height:590px;padding:2rem}.workflow-proof-description{max-width:620px;margin:0 auto 2.25rem}.workflow-proof-description h3{letter-spacing:-.025em;margin:0 0 .65rem;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.25}.workflow-proof-description p{color:#43514f;margin:0;font-size:.93rem;line-height:1.65}.workflow-proof-images{justify-items:center;gap:1.25rem;display:grid}.workflow-proof-images figure{min-width:0;max-width:100%;margin:0}.workflow-proof-images img{--proof-mat:12px;width:100%;height:auto;padding:var(--proof-mat);background:#fff;border:1px solid #0c171724;border-radius:14px;margin:0 auto;display:block;box-shadow:0 14px 34px -24px #0818168c}.workflow-proof-images figcaption{color:#0b5f59;margin-bottom:.75rem;font-size:.76rem;font-weight:700}.workflow-proof-enlarge{margin-top:.85rem;font-size:.8rem;display:inline-block}.workflow-proof-pair{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.workflow-proof-language-note,.workflow-proof-disclosure{color:#596662;font-size:.76rem;line-height:1.6}.workflow-proof-language-note{text-align:center;margin:1rem 0 0}.workflow-proof-disclosure{text-align:right;margin:1rem 0 0}@media (max-width:920px){.workflow-proof-layout{grid-template-columns:1fr;gap:2.5rem}.workflow-proof-choices{grid-template-columns:repeat(3,minmax(0,1fr))}.workflow-proof-choices button{min-height:52px}.workflow-proof-number,.workflow-proof-arrow{display:none}}@media (max-width:600px){.workflow-proof-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-proof-choices button{padding:.7rem;font-size:.8rem}.workflow-proof-preview{min-height:0;padding:1rem}.workflow-proof-pair{grid-template-columns:1fr}.workflow-proof-images figure{width:100%}.workflow-proof-disclosure{text-align:left}}.launch-hero-proof{min-width:0;margin:0}.launch-hero-proof .product-shot{width:100%;height:auto}.launch-fineprint{color:var(--muted,#596662);font-size:.8rem;line-height:1.6}.launch-hero-proof figcaption{text-align:center;margin-top:.75rem}.launch-step-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin:2rem 0;padding:0;list-style:none;display:grid}.launch-step-grid>li{background:#fff;border:1px solid #dce3df;border-radius:14px;padding:1.5rem}.launch-step-grid h3{margin:.7rem 0;font-size:1.15rem}.launch-step-grid p{margin:0;line-height:1.7}.launch-crew-note{background:#e9f0ed;border-radius:14px;align-items:center;gap:2rem;margin:2rem 0;padding:1.75rem;display:flex}.launch-crew-note>div{flex:1}.launch-crew-note h3{margin:0 0 .75rem;font-size:1.35rem}.launch-crew-note p{margin:.5rem 0}.launch-crew-note>a{flex-shrink:0}.launch-migration-layout{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.launch-migration-layout h2,.migration-guide h2{margin:0 0 1rem;font-size:clamp(1.65rem,3vw,2.5rem);line-height:1.15}.launch-migration-layout p,.migration-guide p{line-height:1.7}.launch-migration-card{background:#f5f7f4;border:1px solid #dce3df;border-radius:16px;padding:2rem}.launch-migration-card li{padding:.5rem 0}.migration-source-line{color:#075f5c;font-weight:700}.migration-import-details{gap:.5rem;max-width:38rem;display:grid}.migration-import-details p{margin:0}.migration-import-details .migration-import-note{color:#52645e;font-size:.875rem;font-weight:400;line-height:1.6}.migration-guide .migration-import-details{margin-block:1.5rem 2rem}.migration-review,.migration-records{grid-template-columns:repeat(2,minmax(0,1fr))}.migration-guide .os-shell{max-width:1080px}.launch-founder{border-top:1px solid #ffffff30;max-width:760px;margin-top:2rem;padding-top:2rem}.launch-founder h3{margin-bottom:.7rem;font-size:1.5rem}.launch-founder p{line-height:1.7}.launch-trust .security-signals{grid-template-columns:repeat(3,minmax(0,1fr))}.signup-plan-summary{flex-wrap:wrap;gap:1rem}.signup-plan-summary>div{min-width:0}@media (max-width:920px){.launch-hero .os-hero-layout{grid-template-areas:"lead""actions""media"}.launch-hero .os-hero-actions-block{margin:0}.launch-hero .os-hero-copy h1{font-size:clamp(2.15rem,7vw,3.5rem)}.launch-hero .os-hero-lede{font-size:1rem}.launch-hero .os-hero-actions{gap:.8rem}.launch-hero .os-hero-actions .os-text-link{justify-content:center}.launch-step-grid,.launch-migration-layout{grid-template-columns:1fr}.launch-crew-note{flex-direction:column;align-items:flex-start;gap:.7rem}.launch-trust .security-signals{grid-template-columns:1fr}.launch-workflow,.launch-migration,.launch-trust,.migration-guide .os-section{padding-block:3rem}}.pilot-fields{border:0;gap:.9rem;min-width:0;margin:0;padding:0;display:grid}.pilot-verification{border-block:1px solid #dce3df;min-width:0;margin-block:.75rem;padding-block:1rem}.pilot-verification p{margin:.65rem 0 0;font-size:.8rem;line-height:1.5}.pilot-verification .pilot-verification-label{margin:0 0 .75rem;font-weight:700}.pilot-turnstile{width:100%;min-height:65px}.waitlist-form input,.waitlist-form select,.waitlist-form textarea{box-sizing:border-box;width:100%;min-width:0}.waitlist-form textarea{resize:vertical}.pilot-notice{max-width:42rem;margin-top:1rem}.pilot-layout .demo-copy{order:0}.pilot-layout .demo-panel{order:1}
