html:has(body.landing-page){background-color:#faf8f5;color-scheme:light}body.landing-page{--lp-bg: #faf8f5;--lp-bg-2: #f1ede7;--lp-surface: #ffffff;--lp-ink: #161311;--lp-ink-2: #5e5751;--lp-muted: #9a918a;--lp-line: rgba(22, 19, 17, .08);--lp-accent: #a2525e;--lp-accent-rgb: 162, 82, 94;--lp-max: 1180px;--lp-pad: clamp(1.25rem, 4vw, 2.5rem);--lp-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");--lp-gradient: linear-gradient(135deg, #b9666f 0%, #a2525e 42%, #7a3a45 100%);--lp-shadow: 0 30px 80px rgba(22, 19, 17, .12), 0 2px 6px rgba(22, 19, 17, .04);background:var(--lp-bg);color:var(--lp-ink);color-scheme:light}body.landing-page:before{display:none}.landing-page .top-actions,.landing-page .scroll-indicator{display:none}.landing{overflow-x:clip}.lp-container{max-width:var(--lp-max);margin:0 auto;padding:0 var(--lp-pad)}.lp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lp-accent);margin-bottom:1.25rem}.lp-eyebrow--pill{background:rgba(var(--lp-accent-rgb),.08);border:1px solid rgba(var(--lp-accent-rgb),.16);border-radius:999px;padding:.45rem .9rem;letter-spacing:.1em}.lp-h1{font-size:clamp(2.8rem,5.6vw,4.9rem);font-weight:800;letter-spacing:-.045em;line-height:.98;margin:0 0 1.4rem;color:var(--lp-ink)}.lp-h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;letter-spacing:-.04em;line-height:1.04;margin:0 0 1rem;color:var(--lp-ink)}.lp-lead{font-size:clamp(1.05rem,1.35vw,1.2rem);line-height:1.6;color:var(--lp-ink-2);margin:0}.lp-small{font-size:.85rem;color:var(--lp-muted)}.lp-center{text-align:center;display:flex;flex-direction:column;align-items:center}.lp-center .lp-h1{max-width:13ch}.lp-center .lp-h2{max-width:18ch}.lp-center .lp-lead{max-width:46ch}.lp-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.6rem;border-radius:999px;font-weight:700;font-size:.95rem;text-decoration:none;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,background .2s ease,border-color .2s ease,color .2s ease}.lp-button:hover{transform:translateY(-2px)}.lp-button--sm{padding:.6rem 1.1rem;font-size:.85rem}.lp-button--accent{background-image:var(--lp-grain),var(--lp-gradient);background-size:160px 160px,cover;background-blend-mode:soft-light,normal;color:#fff;box-shadow:0 10px 28px rgba(var(--lp-accent-rgb),.3)}.lp-button--accent:hover{box-shadow:0 16px 36px rgba(var(--lp-accent-rgb),.4)}.lp-button--ink{background:var(--lp-ink);color:#fff}.lp-button--ink:hover{box-shadow:0 12px 30px #16131138}.lp-button--ghost{background:var(--lp-surface);color:var(--lp-ink);border-color:var(--lp-line);box-shadow:0 1px 2px #1613110a}.lp-button--ghost:hover{border-color:#16131140}.lp-button--light{background:#ffffffeb;color:var(--lp-ink)}.lp-button--light:hover{background:#fff}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease}.lp-nav--scrolled{background:#faf8f5d9;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);border-bottom-color:var(--lp-line)}.lp-nav__inner{max-width:var(--lp-max);margin:0 auto;padding:0 var(--lp-pad);height:72px;display:flex;align-items:center;gap:2rem}.lp-nav__brand{display:inline-flex;align-items:center;text-decoration:none}.lp-nav__logo{height:1.05rem;width:auto;display:block}.lp-nav__links{display:flex;align-items:center;gap:1.9rem;margin:0 auto}.lp-nav__link{font-size:.9rem;font-weight:600;color:var(--lp-ink-2);text-decoration:none;transition:color .2s ease}.lp-nav__link:hover,.lp-nav__link[aria-current=page]{color:var(--lp-ink)}.lp-nav__ctas{display:flex;align-items:center;gap:1.25rem}.lp-nav__mobile-ctas{display:none}.lp-nav__toggle{display:none;width:40px;height:40px;border:1px solid var(--lp-line);border-radius:12px;background:var(--lp-surface);cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin-left:auto}.lp-nav__toggle span{width:16px;height:2px;background:var(--lp-ink);border-radius:2px;transition:transform .25s ease}.lp-nav--open .lp-nav__toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}.lp-nav--open .lp-nav__toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}@media(max-width:900px){.lp-nav__links{position:fixed;inset:72px 0 0;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem var(--lp-pad) 2rem;background:var(--lp-bg);display:none;overflow-y:auto}.lp-nav--open .lp-nav__links{display:flex}.lp-nav--open{background:var(--lp-bg);border-bottom-color:var(--lp-line)}.lp-nav__links .lp-nav__link{font-size:1.25rem;padding:1rem 0;width:100%;border-bottom:1px solid var(--lp-line)}.lp-nav__mobile-ctas{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:1.5rem}.lp-nav__ctas{display:none}.lp-nav__toggle{display:flex}}.lp-hero{position:relative;padding:calc(72px + clamp(3.5rem,8vh,6rem)) 0 clamp(3rem,6vw,5rem)}.lp-hero__glow{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.lp-hero__glow:before,.lp-hero__glow:after{content:"";position:absolute;border-radius:50%;filter:blur(80px)}.lp-hero__glow:before{width:62vw;height:62vw;max-width:900px;max-height:900px;left:50%;top:38%;transform:translate(-50%,-30%);background:radial-gradient(circle,rgba(var(--lp-accent-rgb),.18),#e8b4a024 40%,#faf8f500 70%)}.lp-hero__glow:after{width:40vw;height:40vw;max-width:560px;max-height:560px;right:8%;top:55%;background:radial-gradient(circle,#ecc8be59,#faf8f500 70%)}.lp-hero__inner{position:relative;z-index:1}.lp-hero__logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem 1.75rem;margin-bottom:clamp(1.75rem,3.5vw,2.5rem);animation:lp-rise .9s cubic-bezier(.16,1,.3,1) both}.lp-hero__logos-label{width:100%;text-align:center;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--lp-muted);margin-bottom:-.25rem}.lp-hero__logos a{display:inline-flex}.lp-hero__logos img{height:1.15rem;width:auto;opacity:.45;filter:grayscale(1);transition:opacity .2s ease,filter .2s ease}.lp-hero__logos img.is-tall{height:1.5rem}.lp-hero__logos a:hover img,.lp-hero__logos img:hover{opacity:1;filter:none}@media(max-width:560px){.lp-hero__logos{gap:.9rem 1.1rem}.lp-hero__logos img{height:1rem}.lp-hero__logos img.is-tall{height:1.3rem}}.lp-hero__title{font-size:clamp(3rem,6.4vw,5.6rem);max-width:12ch;animation:lp-rise .9s .08s cubic-bezier(.16,1,.3,1) both}.lp-hero__title em{font-family:"Instrument Serif",Times New Roman,serif;font-style:italic;font-weight:400;font-size:1.14em;letter-spacing:-.02em;line-height:.9;background-image:var(--lp-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;padding-right:.06em}.lp-hero__lead{margin-bottom:1.9rem;animation:lp-rise .9s .16s cubic-bezier(.16,1,.3,1) both}.lp-hero__ctas{animation:lp-rise .9s .24s cubic-bezier(.16,1,.3,1) both}.lp-hero__card{animation:lp-rise 1.1s .34s cubic-bezier(.16,1,.3,1) both}@keyframes lp-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.lp-hero__logos,.lp-hero__title,.lp-hero__lead,.lp-hero__ctas,.lp-hero__card{animation:none}}.lp-section__lead{margin-bottom:clamp(2rem,4vw,3rem)}.lp-section__foot{margin-top:1.5rem}.lp-link--sm{font-size:.85rem}.lp-hero__ctas{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:clamp(2.5rem,5vw,3.75rem)}.lp-hero__card{width:100%;max-width:780px;background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:28px;padding:12px;box-shadow:var(--lp-shadow);text-align:left}.lp-hero__card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.35rem .5rem .85rem}.lp-hero__card-title{font-size:.82rem;font-weight:800;letter-spacing:-.01em;color:var(--lp-ink);display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.lp-hero__card-title:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lp-accent);box-shadow:0 0 0 4px rgba(var(--lp-accent-rgb),.16)}.lp-hero__card-controls{display:flex;gap:.4rem}.lp-hero__panel{width:100%}.lp-hero__card-note{margin:.8rem .5rem .25rem;font-size:.8rem;color:var(--lp-muted)}.lp-hero__card .cp-panel{border-radius:18px;box-shadow:none}.lp-select{appearance:none;-webkit-appearance:none;height:2rem;background:var(--lp-bg-2);border:1px solid transparent;border-radius:999px;color:var(--lp-ink-2);font-family:inherit;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;outline:none;padding:0 1.6rem 0 .8rem;max-width:9.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5751' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;background-size:10px;transition:border-color .2s ease,background-color .2s ease}.lp-select:hover,.lp-select:focus-visible{border-color:rgba(var(--lp-accent-rgb),.4)}.lp-select option{text-transform:none;font-weight:500}@media(max-width:640px){.lp-hero__card{border-radius:20px;padding:8px}.lp-hero__card-head{flex-wrap:wrap}}.lp-section{padding:clamp(4rem,8vw,7rem) 0}.lp-logos{display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,3.5vw,3rem);flex-wrap:wrap}.lp-logos__label{width:100%;text-align:center;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--lp-muted);margin-bottom:.25rem}.lp-logos img{height:1.5rem;width:auto;opacity:.5;filter:grayscale(1);transition:opacity .2s ease,filter .2s ease}.lp-logos img.is-tall{height:1.9rem}.lp-logos a:hover img,.lp-logos img:hover{opacity:1;filter:none}.lp-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:clamp(2.5rem,5vw,4rem)}.lp-feature{background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:24px;padding:10px 10px 1.5rem;box-shadow:0 10px 30px #1613110d;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.lp-feature:hover{transform:translateY(-4px);box-shadow:var(--lp-shadow)}.lp-feature__img{border-radius:16px;overflow:hidden;aspect-ratio:4 / 3;background:var(--lp-bg-2);margin-bottom:1.25rem}.lp-feature__img img{width:100%;height:100%;object-fit:cover;display:block}.lp-feature__value{display:block;padding:0 .6rem;font-size:2rem;font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--lp-ink);margin-bottom:.5rem;font-variant-numeric:tabular-nums}.lp-feature__title{padding:0 .6rem;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .4rem;color:var(--lp-ink)}.lp-feature__text{padding:0 .6rem;font-size:.95rem;line-height:1.55;color:var(--lp-ink-2);margin:0}@media(max-width:900px){.lp-features{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}.lp-pipeline{border-radius:24px;overflow:hidden;box-shadow:var(--lp-shadow);margin-top:clamp(2rem,4vw,3rem)}.lp-pipeline img{width:100%;height:auto;display:block;aspect-ratio:21 / 9;object-fit:cover}.lp-pipeline__labels{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin:1.75rem auto 0;max-width:900px;text-align:center}.lp-pipeline__labels strong{display:block;font-size:1rem;font-weight:800;letter-spacing:-.02em;color:var(--lp-ink);background:none;-webkit-text-fill-color:currentColor}.lp-pipeline__labels span{display:block;font-size:.78rem;color:var(--lp-muted);margin-top:.15rem}.lp-pipeline__labels .is-provider strong{color:var(--lp-muted)}@media(max-width:720px){.lp-pipeline__labels{grid-template-columns:repeat(3,1fr)}}.lp-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:var(--lp-ink);text-decoration:none;border-bottom:1px solid var(--lp-line);padding-bottom:2px;transition:border-color .2s ease,color .2s ease}.lp-link:hover{color:var(--lp-accent);border-color:var(--lp-accent)}.lp-tabs{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin:1.25rem 0 1.75rem}.lp-tab{background:var(--lp-surface);border:1px solid var(--lp-line);padding:.55rem 1rem;border-radius:999px;font:inherit;font-size:.85rem;font-weight:700;color:var(--lp-ink-2);cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.lp-tab:hover{color:var(--lp-ink);border-color:#16131133}.lp-tab.is-active{background:var(--lp-ink);color:#fff;border-color:var(--lp-ink)}.lp-player{position:relative;width:100%;border-radius:28px;overflow:hidden;min-height:420px;display:flex;align-items:center;justify-content:center;padding:4rem 3rem;box-shadow:var(--lp-shadow)}.lp-player:before{content:"";position:absolute;inset:0;background-image:url(/background_gradient.jpeg);background-size:cover;background-position:center;filter:hue-rotate(-12deg) saturate(.9);transition:filter .6s ease}.lp-player[data-active="1"]:before{filter:hue-rotate(2deg) saturate(.95)}.lp-player[data-active="2"]:before{filter:hue-rotate(-26deg) saturate(.9)}.lp-player[data-active="3"]:before{filter:hue-rotate(14deg) saturate(.85) brightness(.96)}.lp-player:after{content:"";position:absolute;inset:0;background-image:var(--lp-grain);background-size:160px 160px;mix-blend-mode:soft-light;opacity:.9;pointer-events:none}.lp-player__panel{position:relative;z-index:1;display:none;flex-direction:column;align-items:center;text-align:center;max-width:760px}.lp-player__panel.is-active{display:flex}.lp-player__tone{color:#fff;font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;font-weight:700;opacity:.6;margin-bottom:1.25rem}.lp-player__transcript{font-size:clamp(1.15rem,2.3vw,1.7rem);line-height:1.45;font-weight:600;letter-spacing:-.01em;color:#fff;margin:0;text-shadow:0 2px 14px rgba(0,0,0,.3)}.lp-player__transcript .word{opacity:.4;transition:opacity .25s cubic-bezier(.16,1,.3,1);display:inline-block;margin-right:.3em;cursor:pointer}.lp-player__transcript .word.active{opacity:1}.lp-player__play{position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%);z-index:2;width:3.5rem;height:3.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:#ffffff29;backdrop-filter:blur(10px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease}.lp-player__play:hover{background:#ffffff47;transform:translate(-50%) scale(1.05)}.lp-player__play svg{width:1.3rem;height:1.3rem}@media(max-width:640px){.lp-player{padding:3rem 1.5rem 5rem;min-height:360px;border-radius:20px}}.lp-cta{position:relative;border-radius:28px;overflow:hidden;padding:clamp(3.5rem,8vw,6rem) clamp(2rem,6vw,5rem);min-height:380px;display:flex;align-items:center;justify-content:center;text-align:center}.lp-cta__bg{position:absolute;inset:0;z-index:0}.lp-cta__bg img{width:100%;height:100%;object-fit:cover;display:block}.lp-cta__inner{position:relative;z-index:1;max-width:560px;display:flex;flex-direction:column;align-items:center}.lp-cta__inner .lp-lead{color:#4a433d;margin-bottom:1.75rem}.lp-cta__buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.lp-cta__note{margin:1.25rem 0 0;font-size:.85rem;color:#6b635c}.lp-cta__note a{color:#161311;font-weight:700;text-decoration:underline;text-decoration-color:#1613114d}.lp-page-hero{padding:calc(72px + clamp(4rem,9vw,7rem)) 0 clamp(3rem,6vw,5rem)}.lp-page-hero .lp-h1{max-width:13ch}.lp-page-hero .lp-h1 em{font-family:"Instrument Serif",Times New Roman,serif;font-style:italic;font-weight:400;font-size:1.14em;letter-spacing:-.02em;background-image:var(--lp-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;padding-right:.06em}.lp-page-hero .lp-lead{max-width:46ch}.lp-page-hero--image{position:relative;min-height:clamp(520px,78vh,760px);display:flex;align-items:center;overflow:hidden;padding-bottom:clamp(3rem,6vw,5rem)}.lp-page-hero__bg{position:absolute;inset:0;z-index:0}.lp-page-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:72% 50%;display:block}.lp-page-hero__bg--right img{object-position:100% 55%;transform:scale(1.08);transform-origin:right center}.lp-page-hero__bg--shift img{object-position:50% 55%;transform:translate(26%) scale(1.2);transform-origin:center}.lp-page-hero__bg--shift:after{background:linear-gradient(90deg,#faf8f5f5,#faf8f5cc 34%,#faf8f51a 60%,#faf8f500),linear-gradient(to top,var(--lp-bg) 0%,rgba(250,248,245,0) 28%)}.lp-page-hero__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#faf8f5f5,#faf8f5e0 38%,#faf8f559 68%,#faf8f500),linear-gradient(to top,var(--lp-bg) 0%,rgba(250,248,245,0) 28%)}.lp-page-hero--image .lp-container{position:relative;z-index:1;width:100%}.lp-hero__ctas--left{justify-content:flex-start;margin-top:2rem;margin-bottom:0}@media(max-width:860px){.lp-page-hero__bg img,.lp-page-hero__bg--right img{object-position:60% 50%;opacity:.55}.lp-page-hero__bg:after{background:linear-gradient(180deg,rgba(250,248,245,.7) 0%,rgba(250,248,245,.85) 60%,var(--lp-bg) 100%)}}.lp-has-band{position:relative}.lp-has-band>.content-wrapper{position:relative;z-index:1}.lp-hero-band{position:absolute;left:0;right:0;top:0;height:min(70vh,620px);z-index:0;overflow:hidden}.lp-hero-band img{width:100%;height:100%;object-fit:cover;object-position:50% 55%;display:block}.lp-hero-band:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#faf8f5eb,#faf8f5b3 45%,#faf8f533),linear-gradient(to top,var(--lp-bg) 0%,rgba(250,248,245,0) 45%)}.lp-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-top:1px solid var(--lp-line);border-bottom:1px solid var(--lp-line)}.lp-trio__item{display:flex;flex-direction:column;gap:.6rem;text-decoration:none;color:var(--lp-ink);border-left:1px solid var(--lp-line);padding:2rem 1.5rem;transition:color .2s ease}.lp-trio__item:first-child{border-left:0;padding-left:0}.lp-trio__item em{font-style:normal;font-size:.72rem;font-weight:700;letter-spacing:.14em;color:var(--lp-accent);margin-bottom:.6rem}.lp-trio__item:hover strong{color:var(--lp-accent)}.lp-trio__item strong{font-size:clamp(1.5rem,2.4vw,2rem);letter-spacing:-.035em;line-height:1;transition:color .2s ease;font-weight:800;letter-spacing:-.02em;background:none;-webkit-text-fill-color:currentColor;color:var(--lp-ink)}.lp-trio__item span{font-size:.92rem;color:var(--lp-ink-2);line-height:1.5}@media(max-width:760px){.lp-trio{grid-template-columns:1fr}.lp-trio__item,.lp-trio__item:first-child{border-left:0;padding:1.5rem 0;border-top:1px solid var(--lp-line)}.lp-trio__item:first-child{border-top:0}}.lp-list--wide{width:100%;max-width:900px;text-align:left;margin-top:3rem}.lp-image{border-radius:28px;overflow:hidden;box-shadow:var(--lp-shadow)}.lp-image img{width:100%;height:auto;display:block}.lp-image--wide img{aspect-ratio:21 / 9;object-fit:cover}.lp-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.lp-split .lp-h2{max-width:16ch}.lp-split .lp-lead{max-width:40ch}.lp-split--rev>:first-child{order:2}@media(max-width:860px){.lp-split{grid-template-columns:1fr}.lp-split--rev>:first-child{order:0}}.lp-list{list-style:none;padding:0;margin:2rem 0 0}.lp-list li{display:grid;grid-template-columns:8rem 1fr;gap:1.5rem;padding:1.25rem 0;border-top:1px solid var(--lp-line)}.lp-list li:last-child{border-bottom:1px solid var(--lp-line)}.lp-list strong{font-weight:800;letter-spacing:-.02em;color:var(--lp-ink);background:none;-webkit-text-fill-color:currentColor}.lp-list span{color:var(--lp-ink-2);line-height:1.55}.lp-list em{color:var(--lp-muted);font-style:normal;font-size:.85em}@media(max-width:560px){.lp-list li{grid-template-columns:1fr;gap:.35rem}}.lp-band{background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:28px;padding:clamp(2.5rem,5vw,4rem);box-shadow:0 10px 30px #1613110d}.lp-plans{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}.lp-plan{background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:24px;padding:1.75rem;display:flex;flex-direction:column;gap:.45rem;box-shadow:0 10px 30px #1613110d}.lp-plan--hi{background-image:var(--lp-grain),var(--lp-gradient);background-size:160px 160px,cover;background-blend-mode:soft-light,normal;border-color:transparent;color:#fff}.lp-plan__name{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lp-muted)}.lp-plan--hi .lp-plan__name{color:#ffffffbf}.lp-plan__price{font-size:clamp(1.9rem,2.8vw,2.4rem);font-weight:800;letter-spacing:-.04em;color:var(--lp-ink);line-height:1;margin:.2rem 0 .6rem}.lp-plan--hi .lp-plan__price{color:#fff}.lp-plan__price small{font-size:.85rem;font-weight:600;color:var(--lp-muted);letter-spacing:0}.lp-plan--hi .lp-plan__price small{color:#ffffffbf}.lp-plan__row{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem;color:var(--lp-ink-2);padding:.45rem 0;border-top:1px solid var(--lp-line)}.lp-plan--hi .lp-plan__row{color:#ffffffd9;border-top-color:#fff3}.lp-plan__row b{color:var(--lp-ink);font-weight:700}.lp-plan--hi .lp-plan__row b{color:#fff}.lp-plan .lp-button{margin-top:auto;padding-top:.8rem;padding-bottom:.8rem}.lp-plan__row:first-of-type{margin-top:.4rem}.lp-plan__note{font-size:.8rem;color:var(--lp-muted);margin:.4rem 0 1rem}.lp-plan--hi .lp-plan__note{color:#ffffffbf}@media(max-width:1000px){.lp-plans{grid-template-columns:1fr 1fr}}@media(max-width:560px){.lp-plans{grid-template-columns:1fr}}body.landing-page{--color-bg: #ffffff;--color-fg: #161311;--color-fg2: #5e5751;--color-muted: #9a918a;--color-border: rgba(22, 19, 17, .08);--color-hue: #a2525e;--color-hue-rgb: 162, 82, 94;--color-hue-light: rgba(162, 82, 94, .1)}.landing-page.blog-page:after{display:none}.landing-page .content-wrapper{background:transparent;border-radius:0;max-width:var(--lp-max);margin:0 auto;padding:calc(72px + clamp(3rem,7vw,5rem)) var(--lp-pad) clamp(3rem,6vw,5rem);min-height:0}.landing-page .section{min-height:0;padding:clamp(2.5rem,5vw,4rem) 0}.landing-page #home{min-height:0;justify-content:flex-start}.landing-page .section__hero{font-size:clamp(2.6rem,5.6vw,4.6rem);letter-spacing:-.045em;line-height:.98}.landing-page .section__title{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em;line-height:1.05}.landing-page .section__number,.landing-page .blog-post__tag,.landing-page .blog-card__tag{color:var(--lp-accent)}.landing-page .section>p,.landing-page .section__lead,.landing-page .section__text{color:var(--lp-ink-2);font-size:1.05rem;line-height:1.7}.landing-page .section__lead{font-size:clamp(1.1rem,1.45vw,1.3rem)}.landing-page .benchmark__table-wrapper,.landing-page .stat-card,.landing-page .blog-card,.landing-page .blog-carousel__card{box-shadow:0 10px 30px #1613110d}.landing-page .button--primary{background-image:var(--lp-grain),var(--lp-gradient);background-size:160px 160px,cover;background-blend-mode:soft-light,normal}.landing-page .blog-post__footer{background:var(--lp-surface)}.landing-page .blog-post__title{letter-spacing:-.045em}.landing-page .blog-content{color:var(--lp-ink-2)}.landing-page .blog-header-row{padding-top:0}.landing-page .blog-card__title a,.landing-page .blog-carousel__card-title{background:none!important;-webkit-text-fill-color:currentColor!important;color:var(--lp-ink)!important;text-decoration:none!important;font-weight:700!important}.landing-page .blog-card__title a:hover{color:var(--lp-accent)!important}.reveal-on-scroll{opacity:0;transform:translateY(22px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.reveal-on-scroll.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal-on-scroll{opacity:1;transform:none;transition:none}}
