:root,:root[data-theme=dark]{--page-bg:#071b27;--page-surface:#0d2938;--page-surface-soft:#123444;--page-text:#f7fbfd;--page-muted:#a8bec9;--page-faint:#7895a3;--page-border:#bfe5f233;--page-accent:#58c9ec;--page-accent-soft:#d9f4fc;--page-link:#70d4f1}:root[data-theme=light]{--page-bg:#f7fbfd;--page-surface:#fff;--page-surface-soft:#eaf7fb;--page-text:#092132;--page-muted:#526f7d;--page-faint:#78909b;--page-border:#09415929;--page-accent:#66d0f9;--page-accent-soft:#d9f4fc;--page-link:#087ca9}html,body{background-color:var(--page-bg);color:var(--page-text);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.6;transition:background-color .18s,color .18s}html{scroll-behavior:smooth}::view-transition-old(.bloom-page-exit){animation:.16s ease-in both bloom-page-out}::view-transition-new(.bloom-page-enter){animation:.24s ease-out both bloom-page-in}::view-transition-group(.bloom-logo-share){animation-duration:.32s;animation-timing-function:cubic-bezier(.2,.8,.2,1)}::view-transition-group(.bloom-wordmark-share){animation-duration:.32s;animation-timing-function:cubic-bezier(.2,.8,.2,1)}@keyframes bloom-page-out{to{opacity:0}}@keyframes bloom-page-in{0%{opacity:0}}h1,h2,h3,h4,h5,h6{font-family:inherit}*{box-sizing:border-box}a{color:var(--page-link);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}pre{background:#f4f4f4;border-radius:6px;max-width:100%;padding:1rem;font-size:.9rem;line-height:1.6;overflow-x:auto}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}pre code{white-space:pre-wrap}.word-bank{border-top:1px solid var(--page-border);width:min(1100px,100% - 64px);color:var(--page-text);grid-template-columns:.7fr 1.3fr;gap:5rem;margin:0 auto;padding:3.5rem 0 5rem;display:grid}.word-bank h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.08}.word-bank ul{flex-wrap:wrap;align-content:flex-start;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.word-bank li{border:1px solid var(--page-border);color:var(--page-muted);background:var(--page-surface);border-radius:999px;padding:.65rem .9rem;font-size:.82rem}.theme-home .cta-note{width:250px;color:var(--page-faint);font-size:.72rem;font-weight:inherit;letter-spacing:inherit;text-align:center;margin:.65rem 0 0}.theme-home button[class*=cta]{cursor:pointer;border:0;font-family:inherit}.phone-popover-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030e15a8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.phone-popover{z-index:1;border:1px solid var(--page-border);background:var(--page-bg);width:min(420px,100%);color:var(--page-text);text-align:center;border-radius:16px;padding:2.5rem;position:relative;box-shadow:0 24px 80px #0000004d}.phone-popover p,.phone-popover small{margin:0;display:block;color:var(--page-muted)!important}.phone-popover strong{color:var(--page-text);letter-spacing:-.04em;margin:.65rem 0;font-size:clamp(1.8rem,7vw,2.6rem);display:block}.phone-popover-close{color:var(--page-muted);font:inherit;cursor:pointer;background:0 0;border:0;font-size:1.5rem;position:absolute;top:.75rem;right:.9rem}:root[data-theme=light] .theme-home{--ink:var(--page-bg);--paper:var(--page-text);--accent:var(--page-accent);--accent-soft:#d9f4fc;--blue:var(--page-accent);--line:var(--page-border);background:var(--page-bg);color:var(--page-text)}:root[data-theme=light] .theme-home p{color:var(--page-muted)}:root[data-theme=light] .theme-home article{background-color:var(--page-surface)}.theme-home #work [class*=metrics] p{color:#d5e3e9}.theme-home #work [class*=metrics] small{color:#b6ccd5}:root[data-theme=light] .theme-home #work{background:var(--page-bg);color:var(--page-text)}:root[data-theme=light] .theme-home #work article{border-color:var(--page-border);background:var(--page-surface)}:root[data-theme=light] .theme-home #work [class*=metrics] p,:root[data-theme=light] .theme-home #work [class*=metrics] small{color:var(--page-muted)}:root[data-theme=light] .theme-home #work [class*=inlineLink]{color:var(--page-text)}:root[data-theme=light] .theme-home a[target=_blank]{color:var(--page-text);background:var(--page-surface)}:root[data-theme=light] .theme-home [class*=letterBody]{border:1px solid var(--page-border);box-shadow:none;background:0 0}:root[data-theme=light] .theme-home [class*=letterBody] p{color:var(--page-text)}:root[data-theme=light] .theme-home [class*=letterBody] [class*=signature]{color:#0f87b2}.theme-home [class*=letterBody] [class*=signature]{width:min(420px,100%);margin-top:1rem}.theme-home [class*=letterBody] [class*=signature] img{mix-blend-mode:multiply;width:100%;height:auto;display:block}:root[data-theme=light] .theme-home [class*=metrics] strong{color:#1598c8}@media (max-width:760px){.theme-home #work{width:100%;margin-left:0;margin-right:0;padding-left:16px;padding-right:16px}.word-bank{grid-template-columns:1fr;gap:2rem;width:calc(100% - 32px);padding:3.5rem 0}}.theme-home section[class*=hero]{min-height:620px;padding-top:6rem;padding-bottom:4.5rem}.theme-home [class*=heroNote]{max-width:270px;top:17.5rem;bottom:auto;right:2%}.contact-copy-row{border-top:1px solid var(--page-border);text-align:left;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;padding:1rem 0;display:grid}.phone-popover{text-align:left;border-radius:22px;width:min(480px,100%);padding:2.75rem}.phone-popover .phone-popover-kicker{letter-spacing:.13em;text-transform:uppercase;margin-bottom:.65rem;font-size:.68rem;font-weight:750;color:var(--page-accent)!important}.phone-popover h2{color:var(--page-text);letter-spacing:-.055em;margin:0;font-size:clamp(2.25rem,6vw,3.5rem);line-height:.98}.phone-popover .phone-popover-intro{margin-top:.85rem;font-size:.95rem}.contact-copy-list{border-bottom:1px solid var(--page-border);margin-top:2.25rem}.contact-copy-row>div{min-width:0}.phone-popover .contact-copy-row small{letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem;font-size:.66rem;font-weight:700;color:var(--page-muted)!important}.phone-popover .contact-copy-row strong{color:var(--page-text);white-space:nowrap;margin:0;font-size:clamp(1.35rem,5vw,1.85rem);line-height:1.1}.contact-copy-email span{color:var(--page-text);white-space:nowrap;font-weight:700}.contact-copy-row button{color:var(--page-link);font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;gap:.7rem;padding:.55rem 0;font-size:.72rem;font-weight:750;display:inline-flex}.contact-copy-row button:hover{color:var(--page-text)}.contact-copy-row button span{color:inherit;font-size:1rem;font-weight:400}.phone-popover .phone-popover-signoff{letter-spacing:.03em;margin-top:1.4rem;font-size:.72rem;color:var(--page-muted)!important}.contact-celebration{z-index:2;pointer-events:none;position:fixed;inset:0;overflow:hidden}.contact-celebration i{--x:0vw;--y:-40vh;background:var(--page-accent);opacity:0;border-radius:2px;width:9px;height:18px;animation:.85s cubic-bezier(.16,.8,.35,1) forwards contact-confetti;position:absolute;top:50%;left:50%}.contact-celebration i:nth-child(3n){background:#f7fbfd}.contact-celebration i:nth-child(3n+2){background:#1598c8}.contact-celebration i:nth-child(2n){border-radius:50%;width:13px;height:13px}.contact-celebration i:first-child{--x:-43vw;--y:-34vh;transform:rotate(18deg)}.contact-celebration i:nth-child(2){--x:-35vw;--y:25vh;transform:rotate(84deg)}.contact-celebration i:nth-child(3){--x:-29vw;--y:-43vh;transform:rotate(132deg)}.contact-celebration i:nth-child(4){--x:-22vw;--y:38vh;transform:rotate(201deg)}.contact-celebration i:nth-child(5){--x:-13vw;--y:-36vh;transform:rotate(47deg)}.contact-celebration i:nth-child(6){--x:-7vw;--y:31vh;transform:rotate(156deg)}.contact-celebration i:nth-child(7){--x:4vw;--y:-42vh;transform:rotate(98deg)}.contact-celebration i:nth-child(8){--x:11vw;--y:35vh;transform:rotate(231deg)}.contact-celebration i:nth-child(9){--x:19vw;--y:-33vh;transform:rotate(61deg)}.contact-celebration i:nth-child(10){--x:27vw;--y:29vh;transform:rotate(178deg)}.contact-celebration i:nth-child(11){--x:36vw;--y:-39vh;transform:rotate(119deg)}.contact-celebration i:nth-child(12){--x:44vw;--y:33vh;transform:rotate(263deg)}.contact-celebration i:nth-child(13){--x:-40vw;--y:5vh;transform:rotate(72deg)}.contact-celebration i:nth-child(14){--x:39vw;--y:8vh;transform:rotate(194deg)}.contact-celebration i:nth-child(15){--x:-31vw;--y:-8vh;transform:rotate(143deg)}.contact-celebration i:nth-child(16){--x:30vw;--y:-12vh;transform:rotate(222deg)}.contact-celebration i:nth-child(17){--x:-18vw;--y:15vh;transform:rotate(37deg)}.contact-celebration i:nth-child(18){--x:18vw;--y:17vh;transform:rotate(287deg)}@keyframes contact-confetti{0%{opacity:1;translate:-50% -50%;scale:.4}75%{opacity:1}to{opacity:0;translate:calc(-50% + var(--x)) calc(-50% + var(--y));rotate:240deg;scale:1}}@media (min-width:761px) and (max-width:1100px){.theme-home section[class*=hero]{min-height:auto}.theme-home [class*=heroNote]{max-width:420px;margin:2rem 0 0;position:static}}@media (max-width:760px){.contact-celebration i{width:7px;height:14px;animation-duration:1s;top:20%}.contact-celebration i:nth-child(2n){width:10px;height:10px}.theme-home section[class*=hero]{min-height:auto;padding-top:6.5rem;padding-bottom:4rem}.theme-home section[class*=hero] [class*=sticker]{width:auto;height:auto;box-shadow:3px 3px 0 var(--blue);border-width:2px;border-radius:999px;flex-direction:row;gap:.35rem;padding:.65rem .85rem;font-size:.6rem;top:1.25rem;right:0;transform:rotate(2deg)}.theme-home section[class*=hero] [class*=sticker] strong{font-size:.7rem}.theme-home section[class*=hero] [class*=sticker] small{border-top:0;border-left:1px solid;margin:0 0 0 .25rem;padding:0 0 0 .6rem}.theme-home section[class*=hero] [class*=kicker]{max-width:none;margin-bottom:1.75rem;font-size:.68rem}.theme-home section[class*=hero] h1{letter-spacing:-.06em;max-width:100%;font-size:clamp(3.35rem,15.8vw,5.5rem);line-height:.92}.theme-home section[class*=hero] [class*=lede]{margin-top:2rem;font-size:clamp(1.08rem,5.6vw,1.35rem);line-height:1.5}.theme-home section[class*=hero] button[class*=cta]{width:100%}.theme-home [class*=heroNote]{max-width:280px;margin:1.5rem 0 0;position:static;inset:auto}.contact-copy-row{grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.contact-copy-row button{gap:.35rem;width:auto}.phone-popover{padding:2.25rem 1.25rem}.phone-popover .contact-copy-row strong{font-variant-numeric:tabular-nums;font-size:clamp(1.08rem,6vw,1.35rem)}.theme-home section[class*=letter]{gap:1rem}.theme-home [class*=letterLabel]{padding-top:0}.theme-home [class*=letterBody]{border:0;border-top:3px solid var(--page-accent);box-shadow:none;color:var(--page-text);background:0 0;border-radius:0;padding:1.5rem 0 0}.theme-home [class*=letterBody] h2{margin-bottom:1.75rem}.theme-home [class*=letterBody] p{color:var(--page-muted);font-size:1rem;line-height:1.7}:root[data-theme=light] .theme-home [class*=letterBody]{border:0;border-top:3px solid var(--page-accent)}.theme-home [class*=letterBody] [class*=signature]{width:min(280px,85%)}.theme-home [class*=letterBody] [class*=signature] img{filter:invert();mix-blend-mode:normal}:root[data-theme=light] .theme-home [class*=letterBody] [class*=signature] img{filter:none}.contact-copy-email span{font-size:.9rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.contact-celebration{display:none}::view-transition-old(.bloom-page-exit){animation:none}::view-transition-new(.bloom-page-enter){animation:none}}.theme-home [class*=offers] article{background:0 0;grid-template-columns:65px 1fr}:root[data-theme=light] .theme-home [class*=offers] article{background:0 0}.theme-home .offer-note{color:#98afb9;max-width:650px;margin:2rem 0 0 97px;font-size:.9rem}@media (max-width:760px){.theme-home [class*=offers] article{grid-template-columns:32px 1fr;gap:.75rem;padding:1.4rem 0}.theme-home .offer-note{margin-left:0}.theme-home [class*=problemGrid]{border-top:1px solid var(--page-border);gap:0}.theme-home [class*=problemGrid] article,:root[data-theme=light] .theme-home [class*=problemGrid] article{border:0;border-bottom:1px solid var(--page-border);background:0 0;border-radius:0;grid-template-columns:32px 1fr;gap:.75rem;padding:1.4rem 0}.theme-home [class*=problemGrid] p{line-height:1.55}.theme-home [class*=metrics],.theme-home [class*=productGrid]{border-top:1px solid var(--page-border);gap:0}.theme-home [class*=metrics] article,:root[data-theme=light] .theme-home #work [class*=metrics] article{border:0;border-bottom:1px solid var(--page-border);background:0 0;border-radius:0;min-height:0;padding:1.5rem 0}.theme-home [class*=metrics] small{min-height:0;padding-bottom:1rem}.theme-home [class*=productGrid]>a,:root[data-theme=light] .theme-home [class*=productGrid]>a[target=_blank]{border:0;border-bottom:1px solid var(--page-border);background:0 0;border-radius:0;padding:1.5rem 0}.theme-home [class*=productGrid] [class*=productImage]{border-radius:8px;margin-bottom:1rem}}
