:root{--bg: #ffffff;--surface: #f6f8fb;--text: #0b1a33;--text-2: #46566b;--label: #9aa3b0;--hairline: #dfe4ec;--border: #e4e8ef;--accent: #0ca5ac;--pink: #ff2e88;--cyan: #22d3ee;--violet: #9d4edd;--teal-bright: #34d3bf;--grad: linear-gradient(95deg, #2ec4b6, #ff5e8a);--maxw: 1120px;--pad-x: clamp(1.25rem, 5vw, 2.5rem);--section-y: clamp(2.75rem, 6vw, 4.25rem);--ease: cubic-bezier(.22, .61, .36, 1)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{margin:0;overflow-x:clip;background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#0b1a33;color:#fff}body:before{content:"";position:fixed;top:0;left:0;right:0;height:4px;background:var(--grad);z-index:100;pointer-events:none}a{color:inherit}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding-left:var(--pad-x);padding-right:var(--pad-x)}.eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin:0}.wordmark{font-weight:500;letter-spacing:.32em;text-transform:uppercase;padding-left:.32em}h1,h2,h3{font-family:Georgia,Times New Roman,serif;font-weight:400;color:var(--text);letter-spacing:-.012em;line-height:1.14;text-wrap:balance;margin:0}p{margin:0}.section-head{display:flex;flex-direction:column;gap:1.1rem;max-width:30ch}.section-head h2{font-size:clamp(1.7rem,3.6vw,2.5rem)}.section-head .sub{color:var(--text-2);font-size:1.0625rem;max-width:46ch}.divider{width:60%;max-width:640px;height:1px;background:var(--hairline);border:0;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font:inherit;font-weight:500;font-size:1rem;border:1px solid transparent;background:var(--grad);color:#fff;box-shadow:0 8px 26px #ff2e8852;padding:.95rem 1.6rem;border-radius:10px;cursor:pointer;text-decoration:none;transition:filter .25s var(--ease),transform .25s var(--ease),opacity .25s var(--ease)}.btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.link-quiet{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-2);text-decoration:none;font-size:1rem;transition:color .25s var(--ease)}.link-quiet .arrow{transition:transform .25s var(--ease)}.link-quiet:hover{color:var(--text)}.link-quiet:hover .arrow{transform:translate(3px)}.link-quiet .underline-txt{background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .3s var(--ease);padding-bottom:1px}.link-quiet:hover .underline-txt{background-size:100% 1px}.pill-row{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.pill{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-2);border:1px solid var(--border);border-radius:999px;padding:.5rem 1rem;white-space:nowrap}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#ffffffd1;-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid transparent;opacity:0;transform:translateY(-100%);transition:opacity .4s var(--ease),transform .4s var(--ease),border-color .4s var(--ease);pointer-events:none}.site-header.visible{opacity:1;transform:translateY(0);border-bottom-color:var(--border);pointer-events:auto}.site-header .bar{height:64px;display:flex;align-items:center;justify-content:space-between}.brand-lockup{display:flex;align-items:center;gap:.6rem;text-decoration:none}.brand-lockup img{height:26px;width:auto;display:block}.brand-lockup .wordmark{font-size:.92rem;color:var(--text)}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{text-decoration:none;color:var(--text-2);font-size:.92rem;transition:color .2s var(--ease)}.header-nav a:hover{color:var(--text)}.site-header .cta{font-size:.9rem;color:var(--text)}@media (max-width: 720px){.header-nav .nav-only{display:none}}.marquee{padding:clamp(1.75rem,4vw,3rem) 0;overflow:hidden}.marquee-rows{display:flex;flex-direction:column;gap:.9rem}.marquee-row{display:flex;gap:.9rem;width:max-content;will-change:transform}.marquee-tile{flex:none;display:inline-flex;align-items:center;gap:.7rem;padding:.95rem 1.4rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;color:var(--text-2);font-size:.92rem;letter-spacing:.02em;white-space:nowrap}.marquee-tile .m-dot{width:6px;height:6px;border-radius:50%;background:var(--text);flex:none}.hero-card{height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.25rem var(--pad-x);position:relative;overflow:hidden}.hero-droplet{height:58px;width:auto;display:block;margin:0 0 1.5rem;animation:dropBreathe 6s ease-in-out infinite;will-change:transform;filter:invert(1) brightness(1.05) drop-shadow(0 0 16px rgba(52,211,191,.45))}@keyframes dropBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.018)}}.hero-card .wordmark{font-size:clamp(1.05rem,2.4vw,1.35rem);margin:0 0 .85rem}.hero-card .eyebrow{margin:0}.hero-message{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;max-width:var(--maxw);margin:0 auto;padding:clamp(3rem,8vh,5.5rem) var(--pad-x);position:relative}.hero-atmos{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.hero>*:not(.hero-atmos){position:relative;z-index:1}.hero-message>*:not(.hero-atmos){position:relative;z-index:1}.atmos-gradient{position:absolute;left:50%;top:44%;width:880px;height:880px;margin:-440px 0 0 -440px;border-radius:50%;background:radial-gradient(circle at center,#1d4ed826,#0d94881c 42%,#0d948800 70%);filter:blur(40px);animation:atmosDrift 24s ease-in-out infinite;will-change:transform}.atmos-orb{position:absolute;right:7%;top:11%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle at center,#34d3bf24,#34d3bf00 70%);filter:blur(120px);animation:atmosOrb 18s ease-in-out infinite;will-change:transform}@keyframes atmosDrift{0%{transform:translate(0) scale(1)}25%{transform:translate(80px,-42px) scale(1.06)}50%{transform:translate(38px,60px) scale(1.1)}75%{transform:translate(-58px,22px) scale(1.04)}to{transform:translate(0) scale(1)}}@keyframes atmosOrb{0%{transform:translate(0)}12.5%{transform:translate(28px,-20px)}25%{transform:translate(40px)}37.5%{transform:translate(28px,20px)}50%{transform:translate(0)}62.5%{transform:translate(-28px,-20px)}75%{transform:translate(-40px)}87.5%{transform:translate(-28px,20px)}to{transform:translate(0)}}.hero-message h1{font-size:clamp(1.95rem,5vw,3.4rem);max-width:17ch;margin:0 auto 1.1rem;font-weight:400}.hero-tagline{font-family:Pinyon Script,cursive;font-weight:400;font-style:normal;font-size:clamp(2.5rem,4.8vw,3.7rem);line-height:1.08;letter-spacing:0;margin:-.2rem auto 1.6rem;background:linear-gradient(105deg,#fff0 38%,#ffffff8c 47%,#fffffffa,#ffffff8c 53%,#fff0 62%) 200% 0 / 250% 100% no-repeat,linear-gradient(176deg,#1d4ed8,#3b82f6 16%,#60a5fa 28%,#0e7490 42%,#0b1a33,#0d9488 62%,#34d3bf 78%,#2f9fd1 90%,#1d4ed8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 1px 1px rgba(0,0,0,.28)) drop-shadow(0 0 1px rgba(0,0,0,.25));animation:chromeSparkle 4.5s ease-in-out infinite}@keyframes chromeSparkle{0%{background-position:200% 0,0 0}55%{background-position:-130% 0,0 0}to{background-position:-130% 0,0 0}}.hero-eyebrow{position:relative;display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--text-2);padding-left:.3em;margin:0 0 1.5rem}.hero-eyebrow.shimmer:after{content:attr(data-text);position:absolute;left:0;top:0;padding-left:.3em;background-image:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.6) 50%,transparent 58%);background-size:220% 100%;background-repeat:no-repeat;background-position:150% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;pointer-events:none;animation:eyebrowShimmer 4s ease-in-out infinite}@keyframes eyebrowShimmer{0%{background-position:150% 0}60%{background-position:-50% 0}to{background-position:-50% 0}}.hero-message .hero-sub{color:var(--text-2);font-size:clamp(1.02rem,1.5vw,1.18rem);max-width:50ch;margin:0 auto 1.9rem}.hero-ctas{display:flex;align-items:center;justify-content:flex-start;gap:clamp(1.5rem,4vw,2.5rem);flex-wrap:wrap;margin-bottom:2.2rem}.cta-with-sub{display:inline-flex;flex-direction:column;align-items:center}.cta-sub{margin-top:.875rem;font-size:.85rem;color:var(--text-2);text-align:center}.cta-alt{margin-top:1.4rem;font-size:.98rem}@media (max-width: 560px){.cta-sub{font-size:.8rem}}.hero-message h1.hero-stat{max-width:none;line-height:1.08;font-size:clamp(1.55rem,4.3vw,2.9rem);margin:0 0 1.5rem}.hero-stat .hl{display:block;white-space:nowrap}.hero-stat .tnum{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.hero-body{max-width:640px;margin:0 0 1.9rem;display:flex;flex-direction:column;gap:1.05em;color:var(--text-2)}.hero-body p{font-size:clamp(1.02rem,1.5vw,1.18rem);line-height:1.65}.hero-cite{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s var(--ease)}.hero-cite:hover{border-bottom-color:currentColor}.cite-em{font-style:italic;font-size:.92em}.cta{display:inline-flex;align-items:center;gap:.45rem;font:inherit;font-weight:400;font-size:1.05rem;color:var(--text);background:none;border:0;padding:0;white-space:nowrap;text-decoration:none;cursor:pointer;transition:translate .2s ease-out,transform .1s var(--ease),color .2s var(--ease)}.cta .label{background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-repeat:no-repeat;background-position:0 100%;padding-bottom:2px;transition:background-size .3s ease-out}.cta .arrow{transition:transform .2s ease-out;will-change:transform}.cta:hover{color:var(--text)}.cta:hover .label{background-size:100% 1px}.cta:hover .arrow{transform:translate(4px)}.cta:active{transform:translateY(2px)}@media (prefers-reduced-motion: reduce){.cta{transition:color .2s var(--ease)}}.cta-pill{display:inline-block;padding:.875rem 2.25rem;border:1px solid transparent;border-radius:0;background:var(--grad);color:#fff;font:inherit;font-size:1.0625rem;font-weight:500;letter-spacing:-.01em;text-indent:-.04em;font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"ss01" 1;text-align:center;text-decoration:none;cursor:pointer;box-shadow:0 8px 30px #ff2e886b,inset 0 1px #fff3;transition:background .2s ease,color .2s ease,transform 80ms ease-out}.cta-pill:hover{filter:brightness(1.1);color:#fff}.cta-pill:active{transform:scale(.985)}.cta-pill:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:0}.cta-pill .text{display:inline-block;transition:transform .22s cubic-bezier(.4,0,.2,1)}.cta-pill .arrow{display:inline-block;opacity:0;margin-left:0;transition:opacity .22s cubic-bezier(.4,0,.2,1),margin-left .22s cubic-bezier(.4,0,.2,1)}.cta-pill:hover .text{transform:translate(-4px)}.cta-pill:hover .arrow{opacity:1;margin-left:.5rem}@media (prefers-reduced-motion: reduce){.cta-pill,.cta-pill .text,.cta-pill .arrow{transition:background .2s ease,color .2s ease}.cta-pill:active,.cta-pill:hover .text{transform:none}}.cta.glass{position:relative;padding:1rem 2rem;border-radius:999px;background:#ffffff12;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.35);box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a,inset 0 1px #fff9,inset 1px 0 #ffffff80,inset 0 -1px #0000000d,inset -1px 0 #0000000d;transition:translate .2s ease-out,transform .1s var(--ease),background .3s ease-out,box-shadow .3s ease-out,color .2s var(--ease)}.cta.glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(to bottom,#78a0c82e,#78a0c800 46%)}.cta.glass .label{position:relative}.cta.glass .label{background-image:linear-gradient(var(--accent),var(--accent))}.cta.glass:hover{background:#ffffff21;box-shadow:0 8px 32px #0000001a,0 2px 4px #0000000d,inset 0 1px #ffffffb3,inset 1px 0 #ffffff8c,inset 0 -1px #0000000f,inset -1px 0 #0000000f}.cta.glass:active{transform:translateY(2px);box-shadow:0 2px 12px #00000014,0 1px 2px #0000000a,inset 0 1px #fff9,inset 0 -1px #0000000d}@media (prefers-reduced-motion: reduce){.cta.glass{transition:background .3s ease-out,box-shadow .3s ease-out,color .2s var(--ease)}}.hero-card,.hero-message{background:radial-gradient(120% 52% at 50% 102%,#ffb08066,#ff967800 58%),radial-gradient(ellipse at 50% 38%,#ffffff0d,#0a2c3600 46%,#08263052),linear-gradient(180deg,#4f9faa,#84bdbb 22%,#d4cabd 52%,#e3b3ad 78%,#d896a4);color:#0f343d}.hero-card>*{position:relative;z-index:2}.hero-card:before{content:"";position:absolute;bottom:7%;left:50%;width:min(58vw,230px);height:min(58vw,230px);transform:translate(-50%);border-radius:50%;background:radial-gradient(circle at 50% 42%,#fff3da,#ffd9a2 48%,#ffb98f);box-shadow:0 0 80px 26px #ffc49680;z-index:1;animation:sunPulse 7s ease-in-out infinite}@keyframes sunPulse{0%,to{box-shadow:0 0 80px 26px #ffc49680}50%{box-shadow:0 0 106px 38px #ffc996a3}}.palms{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.palm{position:absolute;bottom:-18px;height:clamp(196px,54vw,380px);width:auto;color:#07242c;opacity:.96;filter:drop-shadow(0 12px 26px rgba(6,34,42,.32))}.palm-far{left:50%;bottom:2%;height:clamp(120px,33vw,230px);transform:translate(-50%);opacity:.15;filter:blur(2px);color:#103b46}.palm-l{left:-46px}.palm-r{right:-46px;transform:scaleX(-1)}.palm-sway{transform-origin:250px 470px;animation:palmSway 6.5s ease-in-out infinite}.palm-l .palm-sway{animation-delay:-1.9s}@keyframes palmSway{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.8deg)}}@media (prefers-reduced-motion: reduce){.palm-sway,.hero-card:before{animation:none}}.eyebrow{letter-spacing:.3em}.hero-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero-card .eyebrow,.hero-eyebrow,.hero-message .hero-body,.hero-message .hero-cite{color:#2c5660}.hero-message h1,.hero-message .hero-stat,.hero-message .hero-body em{color:#0e333d}.hero-message .cta{color:#123c46}.hero-message .cta:hover{color:#0a2730}.hero-brand{font-family:Montserrat,sans-serif;font-size:clamp(2.3rem,8.5vw,4.2rem);font-weight:800;letter-spacing:-.015em;line-height:1;margin:0 0 .55rem;color:#0ea5ad;text-shadow:0 1px 0 rgba(255,255,255,.5),0 6px 20px rgba(14,165,173,.18)}.hero-brand .rain{color:#ff6f87}.hero-brand-tag{font-family:Georgia,Times New Roman,serif;font-size:clamp(1rem,2.5vw,1.4rem);color:#0f343dd1;font-style:italic;max-width:22ch;margin:.9rem auto 0;line-height:1.55;letter-spacing:.004em}.hero-divider{width:56px;height:2px;margin:1.05rem auto .1rem;border-radius:2px;background:linear-gradient(90deg,transparent,#0ea5ad 30%,#ff6f87 70%,transparent)}.moment{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.moment-eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--text-2);margin:0 0 1.4rem}.moment-h{font-size:clamp(2rem,4.2vw,3rem);font-weight:400;line-height:1.1;max-width:18ch;margin:0 0 1.8rem}.moment-body{max-width:720px;color:var(--text-2);font-size:clamp(1.02rem,1.5vw,1.18rem);line-height:1.7;margin:0}.moment-cta{align-self:center;margin-top:3rem}@media (max-width: 560px){.moment-cta{margin-top:2rem}}.moment-em{font-weight:600;color:var(--text)}.moment-body .tnum{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.moment-close{font-style:italic;color:#1d4ed8;font-size:clamp(1.3rem,2.8vw,1.95rem);line-height:1.2;max-width:22ch;margin:2.8rem 0 0}.closing-line{align-self:center;text-align:center;font-family:Allura,cursive;font-style:normal;font-size:3rem;letter-spacing:-.01em;line-height:1.2;margin:4rem auto;background:linear-gradient(100deg,#fff4d600 38%,#ffecb8a6 47%,#ffe296fa,#ffecb8a6 53%,#fff4d600 62%) 200% 0 / 250% 100% no-repeat,linear-gradient(180deg,#000,#000);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:0 1px 0 rgba(255,255,255,.4),0 -1px 0 rgba(0,0,0,.2);animation:closingShimmer 9s ease-in-out infinite}@keyframes closingShimmer{0%{background-position:-130% 0,0 0}33%{background-position:-130% 0,0 0}68%{background-position:200% 0,0 0}to{background-position:200% 0,0 0}}@media (max-width: 560px){.closing-line{font-size:2.25rem;margin:3rem auto}}.section{padding:var(--section-y) 0}main section[id]{scroll-margin-top:80px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:transform .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}.card:hover{transform:translateY(-2px);border-color:var(--hairline);box-shadow:0 14px 40px -16px #0ea5ad52}.card .icon{color:var(--text);margin-bottom:1.4rem}.card h3{font-size:1.25rem;font-weight:500;margin-bottom:.7rem}.card p{color:var(--text-2);font-size:.98rem}#more .card{padding:1.5rem 1.6rem}#more .card h3{font-size:1.05rem;margin-bottom:.5rem}#more .card p{font-size:.9rem;line-height:1.55}#more .card-grid{gap:1.1rem;margin-top:2.25rem}.feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;padding:2.25rem 0}.feature+.feature{border-top:1px solid var(--border)}.feature.flip .feature-text{order:2}.feature.flip .feature-preview{order:1}.feature-num{font-size:.78rem;letter-spacing:.2em;color:var(--label);margin-bottom:1.1rem}.feature-text h3{font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:400;margin-bottom:1rem}.feature-text>p{color:var(--text-2);margin-bottom:1.6rem;max-width:44ch}.outcomes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.outcomes li{display:flex;align-items:flex-start;gap:.7rem;color:var(--text);font-size:.97rem}.outcomes li .tick{color:var(--text);margin-top:2px;flex:none}.feature-preview{background:var(--surface);border:1px solid var(--border);border-radius:16px;min-height:200px;display:flex;align-items:center;justify-content:center}.feature-preview .ph-label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--label);font-family:ui-monospace,SF Mono,Menlo,monospace}.timeline{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;position:relative}.timeline-line{position:absolute;top:23px;left:16.66%;right:16.66%;height:1px;background:var(--hairline);transform:scaleX(0);transform-origin:left center;transition:transform 1.1s var(--ease)}.timeline.drawn .timeline-line{transform:scaleX(1)}.step{text-align:left}.step-circle{width:46px;height:46px;border:1px solid var(--text);border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:500;background:var(--bg);position:relative;z-index:1;margin-bottom:1.4rem}.step h3{font-size:1.2rem;font-weight:500;margin-bottom:.6rem}.step p{color:var(--text-2);font-size:.97rem;max-width:34ch}.how-eyebrow{letter-spacing:.4em;color:var(--text-2)}.how-headline{font-size:clamp(1.8rem,3.8vw,2.7rem);font-weight:400;line-height:1.1;max-width:22ch}.steps{margin-top:clamp(2.25rem,5vw,3.25rem);display:flex;flex-direction:column;gap:3rem}.step-row{display:flex;gap:clamp(1.25rem,3vw,2.5rem);align-items:flex-start}.step-n{flex:none;min-width:2.5rem;padding-top:.4rem;font-size:1rem;font-weight:600;letter-spacing:.1em;color:var(--accent)}.step-content{max-width:58ch}.step-title{font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:400;line-height:1.15;margin:0 0 .45rem}.step-timing{font-style:italic;color:var(--text-2);font-size:.95rem;margin:0 0 .9rem}.step-body{color:var(--text-2);font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.65;margin:0}.how-closing{font-style:italic;color:var(--text-2);font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.5;max-width:60ch;margin:clamp(2.75rem,5vw,3.75rem) 0 0}.arrival-link{align-self:center;margin-top:2rem;display:inline-flex;align-items:center;gap:.4rem;color:var(--text-2);font-size:.95rem;text-decoration:none;transition:color .2s var(--ease)}.arrival-link .al-label{background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-repeat:no-repeat;background-position:0 100%;padding-bottom:2px;transition:background-size .25s var(--ease)}.arrival-link:hover{color:var(--text)}.arrival-link:hover .al-label{background-size:100% 1px}@media (max-width: 560px){.arrival-link{margin-top:1.5rem}}@media (max-width: 560px){.steps{gap:2rem}.step-n{min-width:2rem}}.pricing-min{display:flex;flex-direction:column;align-items:center;text-align:center}.pricing-min .how-headline,.pricing-min .moment-body,.pricing-min .how-closing{margin-left:auto;margin-right:auto}.pricing-min .moment-body{max-width:640px}.price-table{width:100%;border-collapse:collapse;margin-top:clamp(2.25rem,5vw,3.25rem)}.price-table th,.price-table td{text-align:left;padding:1.05rem 1rem;border-bottom:1px solid var(--border);font-size:.98rem;vertical-align:baseline}.price-table thead th{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--label);font-weight:500;border-bottom-color:var(--hairline)}.price-table td{color:var(--text-2)}.price-table .pt-tier{color:var(--text);font-weight:500}.price-table .pt-price{color:var(--text)}.price-table tr.popular td{background:var(--surface)}.pt-tag{margin-left:.6rem;font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:#1d4ed8;vertical-align:middle}@media (max-width: 700px){.price-table thead{display:none}.price-table,.price-table tbody,.price-table tr,.price-table td{display:block;width:100%}.price-table tr{border:1px solid var(--border);border-radius:12px;margin-bottom:1rem;padding:.4rem 0}.price-table tr.popular{border-color:#1d4ed8}.price-table td{border:0;display:flex;justify-content:space-between;gap:1.5rem;padding:.5rem 1.1rem;text-align:right}.price-table tr.popular td{background:transparent}.price-table td:before{content:attr(data-label);color:var(--label);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;align-self:center}}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2.5rem;align-items:stretch}.price-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 1.6rem;display:flex;flex-direction:column;transition:transform .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}.price-card:hover{transform:translateY(-2px);border-color:var(--hairline);box-shadow:0 14px 40px -16px #0ea5ad52}.price-card.popular{border:2px solid rgba(255,111,135,.6);padding:2rem 1.6rem;box-shadow:0 16px 46px -12px #ff6f8773;animation:popularBreath 5s ease-in-out infinite}@keyframes popularBreath{0%,to{border-color:#ff6f8773}50%{border-color:#2ec4b6b3}}.popular-label{position:absolute;top:-.7rem;left:50%;transform:translate(-50%);background:var(--bg);padding:0 .6rem;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text);font-weight:500;white-space:nowrap}.price-tier{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--label);margin-bottom:1rem}.price-amt{font-size:1.9rem;font-weight:400;margin-bottom:.6rem;letter-spacing:-.01em}.price-desc{color:var(--text-2);font-size:.92rem;margin-bottom:1.6rem;min-height:2.6em}.price-feats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.price-feats li{display:flex;gap:.55rem;align-items:flex-start;font-size:.9rem;color:var(--text)}.price-feats li .tick{color:var(--text);margin-top:2px;flex:none}.fineprint{text-align:center;color:var(--text-2);font-size:.86rem;margin-top:2.6rem;max-width:56ch;margin-left:auto;margin-right:auto}.fineprint-retainer{text-align:center;font-style:italic;color:var(--text-2);font-size:.85rem;max-width:56ch;margin:1.5rem auto}@media (max-width: 560px){.fineprint-retainer{font-size:.8rem}}.price-card .cta{margin-top:auto;padding-top:0}.price-feats{margin-bottom:1.8rem}.price-card .cta.glass{align-self:center;justify-content:center;white-space:nowrap;margin-top:auto;padding:.8rem 1.5rem;font-size:.95rem}.consult{text-align:center;background:linear-gradient(165deg,#e9f7f6,#fdeef0);border-radius:22px}.consult h2{font-size:clamp(2rem,4.6vw,3rem);font-weight:400;max-width:16ch;margin:0 auto 1.3rem}.consult .sub{color:var(--text-2);max-width:52ch;margin:0 auto 2rem;font-size:1.08rem}.cal-embed{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:820px;margin:0 auto;min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1.5rem}.cal-embed .ph-label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--label);font-family:ui-monospace,SF Mono,Menlo,monospace}.cal-embed .cal-fallback-btn{margin-top:.5rem}.cal-embed .ph-note{color:var(--text-2);font-style:italic;font-size:.9rem;max-width:38ch;text-align:center}.site-footer{padding:clamp(3rem,6vw,4rem) 0 2.25rem}.footer-stack,.footer-cols{display:flex;flex-direction:column;gap:1.25rem}.footer-brand .lockup{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.footer-brand .lockup img{height:30px;width:auto}.footer-brand .lockup .wordmark{font-size:1rem}.footer-brand .tagline{color:var(--text-2);font-size:.95rem;margin:0}.footer-section{display:flex;flex-direction:column;gap:.5rem}.footer-section-title{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin:0}.footer-inline-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .6rem;color:var(--text-2);font-size:.95rem}.footer-inline-row a{color:var(--text-2);text-decoration:none;transition:color .2s var(--ease)}.footer-inline-row a:hover{color:var(--text)}.footer-inline-row .sep{opacity:.5;-webkit-user-select:none;user-select:none}.footer-rule{border:0;height:1px;width:100%;background:var(--text-2);opacity:.2;margin:0}.footer-legal{display:flex;flex-direction:column;gap:.4rem;font-size:.8125rem;color:var(--text-2)}.footer-legal .copy{margin:0}.footer-legal .legal-links{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .6rem}.footer-legal .legal-links a{color:var(--text-2);text-decoration:none;transition:color .2s var(--ease)}.footer-legal .legal-links a:hover{color:var(--text)}.footer-legal .legal-links .sep{opacity:.5;-webkit-user-select:none;user-select:none}@media (max-width: 400px){.footer-inline-row{flex-direction:column;align-items:flex-start;gap:.4rem}.footer-inline-row .sep{display:none}}@media (min-width: 768px){.site-footer .container{max-width:1240px}.footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr;column-gap:3rem;align-items:start}.footer-cols .footer-inline-row{flex-direction:column;align-items:flex-start;gap:.5rem}.footer-cols .footer-inline-row .sep{display:none}.footer-legal{flex-direction:row;align-items:center;justify-content:space-between}}.reveal{opacity:0;transition:opacity .7s var(--ease),transform .7s var(--ease);will-change:opacity,transform}.sr-char{will-change:opacity}.reveal.reveal-left{transform:translate(-72px)}.reveal.reveal-right{transform:translate(72px)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal,.reveal.reveal-left,.reveal.reveal-right{opacity:1;transform:none;transition:none}.timeline-line{transition:none}.atmos-gradient,.atmos-orb,.price-card.popular{animation:none}.hero-eyebrow.shimmer:after{animation:none}.hero-tagline{animation:none;background-position:200% 0,0 0}}@media (max-width: 900px){.card-grid{grid-template-columns:1fr;gap:1.25rem}#more .card-grid{grid-template-columns:1fr 1fr;gap:1rem}.pricing-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.feature{grid-template-columns:1fr;gap:2rem;padding:2.75rem 0}.feature.flip .feature-text{order:1}.feature.flip .feature-preview{order:2}.feature-preview{min-height:200px}.timeline{grid-template-columns:1fr;gap:2.25rem}.timeline-line{display:none}}@media (max-width: 560px){body{font-size:16px}.pricing-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column;align-items:flex-start;gap:1.3rem}.section-head{max-width:100%}#more .card-grid{grid-template-columns:1fr}}
