.home__hero{isolation:isolate;flex-direction:column;align-items:center;padding:56px 24px 48px;display:flex;position:relative;overflow:hidden}.home__nameplate-wrap{justify-content:center;width:100%;max-width:700px;display:flex;position:relative}.home__nameplate{z-index:1;background:var(--color-background);border:2.8px solid var(--color-border-strong);border-radius:3px;flex-direction:column;align-items:center;gap:10px;width:100%;padding:40px 48px 42px;display:flex;position:relative}.home__nameplate:before{content:"";border:2.4px solid var(--color-border-strong);pointer-events:none;border-radius:2px;position:absolute;inset:6px}.home__rule{--rule-inset:6px;inset:var(--rule-inset);width:calc(100% - var(--rule-inset) * 2);height:calc(100% - var(--rule-inset) * 2);pointer-events:none;position:absolute;overflow:visible}.home__rule-draw{fill:none;stroke:var(--color-brand);stroke-width:2.4px;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;animation:home-rule-draw var(--rule-draw,.7s) cubic-bezier(.33, 0, .15, 1) var(--rule-delay,.3s) forwards}@keyframes home-rule-draw{to{stroke-dashoffset:0}}.home__wordmark{letter-spacing:.0067em;white-space:nowrap;align-items:baseline;display:inline-flex}.home__wordmark-bracket{flex:none;width:.2354em;height:.565em;display:block}.home__wordmark-sage{font-weight:500}.home__wordmark-tools{font-weight:800}.home__kicker{background:var(--color-background);white-space:nowrap;height:26px;font-family:var(--font-space-mono), monospace;font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-muted);place-items:center;margin:0;padding:0 16px;font-weight:700;line-height:1;display:grid;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.home__title-row{align-items:center;gap:.34em;font-size:50px;display:flex}.home__title{font-family:var(--font-raleway), sans-serif;color:var(--color-text);margin:0;font-size:1em;line-height:1.133}.home__tagline{font-family:var(--font-raleway), sans-serif;letter-spacing:-.005em;color:var(--color-text-secondary);text-align:center;text-wrap:balance;margin:0;font-size:21px;font-weight:500;line-height:1.3}.home__tagline-word{white-space:nowrap}.home__tagline-char{opacity:0;animation:home-type-in 1ms linear calc(var(--type-start) + var(--i) * var(--type-cps)) forwards;position:relative}.home__tagline-char:after{content:"";background:var(--color-brand);opacity:0;pointer-events:none;width:.075em;height:1.02em;animation:home-type-caret var(--type-cps) linear calc(var(--type-start) + var(--i) * var(--type-cps)) 1;position:absolute;top:.06em;right:-.055em}@keyframes home-type-in{to{opacity:1}}@keyframes home-type-caret{0%,to{opacity:1}}@media (max-width:900px){.home__title-row{font-size:42px}.home__tagline{font-size:19px}.home__nameplate{padding:32px 36px 34px}}@media (max-width:600px){.home__title-row{font-size:30px}.home__tagline{font-size:17px}.home__nameplate{padding:26px 22px 28px}.home__nameplate:before{inset:4px}.home__rule{--rule-inset:4px}.home__kicker{height:22px;font-size:var(--text-micro);letter-spacing:.08em;padding:0 12px;top:-11px}}.home__readout{opacity:0;animation:home-readout-in .38s cubic-bezier(.16, 1, .3, 1) var(--readout-delay,2.5s) forwards;align-items:center;gap:10px;margin-top:6px;display:flex;transform:translateY(6px)}@keyframes home-readout-in{to{opacity:1;transform:none}}.home__readout-display{font-family:var(--font-space-mono), monospace;font-size:var(--text-md);letter-spacing:.01em;align-items:center;gap:10px;font-weight:700;display:flex}.home__readout-label{color:var(--color-text-secondary);flex:none}.home__readout-label--short{display:none}.home__readout-box{--readout-cell-2:color-mix(in srgb, #fff 17%, var(--color-brand-strong));border-radius:var(--radius-md);background:var(--color-brand-strong);height:30px;color:var(--color-text-inverse);flex:none;align-items:stretch;display:flex;overflow:hidden}.home__readout-cell{place-items:center;display:grid}.home__readout-cell--name{width:calc(var(--name-ch) * 1ch + 22px)}.home__readout-cell--flip{background:var(--readout-cell-2);width:30px}.home__readout-name{animation:.26s cubic-bezier(.16,1,.3,1) both home-readout-name;display:inline-block}@keyframes home-readout-name{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.home__readout-pause{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:21px;height:21px;color:var(--color-text-secondary);cursor:pointer;opacity:0;background:0 0;flex:none;place-items:center;padding:0;transition:opacity .14s,border-color .14s,color .14s;display:grid}.home__readout:hover .home__readout-pause,.home__readout-pause:focus-visible{opacity:1}.home__readout-pause:hover{border-color:var(--color-border-strong);color:var(--color-text)}@media (hover:none){.home__readout-pause{opacity:1}}.home__flip{perspective:200px;width:22px;height:22px;position:relative}.home__flip-half,.home__flip-leaf{background:var(--readout-cell-2);height:50%;position:absolute;left:0;right:0;overflow:hidden}.home__flip-half--top,.home__flip-leaf--front{top:0}.home__flip-half--bottom,.home__flip-leaf--back{bottom:0}.home__flip-glyph{place-items:center;width:100%;height:200%;display:grid;position:absolute;left:0}.home__flip-half--top .home__flip-glyph,.home__flip-leaf--front .home__flip-glyph{top:0}.home__flip-half--bottom .home__flip-glyph,.home__flip-leaf--back .home__flip-glyph{bottom:0}.home__flip-leaf{backface-visibility:hidden;z-index:2}.home__flip-leaf:after{content:"";background:var(--color-text);opacity:0;pointer-events:none;position:absolute;inset:0}.home__flip-leaf--front:after{animation:.3s linear forwards home-flip-shade}.home__flip-leaf--back:after{animation:.3s linear .3s reverse both home-flip-shade}@keyframes home-flip-shade{0%{opacity:0}to{opacity:.28}}.home__flip-leaf--front{transform-origin:50% 100%;animation:.3s cubic-bezier(.5,0,.9,.4) forwards home-flip-front}.home__flip-leaf--back{transform-origin:50% 0;animation:.3s cubic-bezier(.15,.7,.5,1) .3s both home-flip-back}@keyframes home-flip-front{0%{transform:rotateX(0)}to{transform:rotateX(-90deg)}}@keyframes home-flip-back{0%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@media (max-width:900px){.home__readout-display{font-size:var(--text-base)}}@media (max-width:600px){.home__readout-label--long{display:none}.home__readout-label--short{display:block}.home__readout{gap:8px}.home__readout-display{font-size:var(--text-xs);gap:8px}.home__readout-box{height:26px}.home__readout-cell--name{width:calc(var(--name-ch) * 1ch + 16px)}.home__readout-cell--flip{width:26px}.home__flip{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){.home__rule-draw{stroke-dashoffset:0;animation:none}.home__tagline-char{opacity:1;animation:none}.home__tagline-char:after{display:none}.home__readout{opacity:1;animation:none;transform:none}.home__readout-name{animation:none}.home__flip-leaf{display:none}}.home__section.home__about{padding-top:30px}.home__about-card{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;padding:26px 32px}.home__about-body{max-width:660px;font-size:var(--text-lg);color:var(--color-text-secondary);text-wrap:pretty;margin:0;line-height:1.62}.home__about-body+.home__about-body{margin-top:14px}.home__about-body .home__wordmark{color:var(--color-text);font-weight:600}.home__section{flex-direction:column;width:100%;max-width:1120px;margin:0 auto;padding:38px 32px 0;display:flex}.home__section:last-of-type{padding-bottom:8px}.home__section-kicker{font-family:var(--font-space-mono), monospace;font-size:var(--text-xs);letter-spacing:1.2px;text-transform:uppercase;color:var(--color-brand-muted);margin:0 0 6px;font-weight:700}.home__section-title{font-family:var(--font-raleway), sans-serif;font-size:var(--text-3xl);letter-spacing:-.01em;color:var(--color-text);margin:0;font-weight:800}.home__section-rule{border-radius:var(--radius-sm);background:var(--color-border-strong);width:44px;height:2px;margin:12px 0 22px}.home__spots{flex-direction:column;gap:32px;display:flex}.home__spot{background:var(--color-surface-elevated);border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);grid-template-columns:45fr 55fr;align-items:center;gap:36px;padding:36px;display:grid}.home__spot:nth-child(2n){grid-template-columns:55fr 45fr}.home__spot:nth-child(2n) .home__spot-copy{order:2}.home__spot-copy{min-width:0}.home__spot-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.home__spot-tile{width:48px;height:48px}.home__spot-heading{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.home__spot-heading .home__tag{align-self:center;margin-bottom:0}.home__spot-title{font-family:var(--font-raleway), sans-serif;font-size:var(--text-3xl);letter-spacing:-.015em;color:var(--color-text);margin:0;font-weight:800}.home__ps{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.home__ps-label{font-family:var(--font-space-mono), monospace;font-size:var(--text-micro);letter-spacing:.1em;text-transform:uppercase;margin-bottom:3px;font-weight:700;display:block}.home__ps-label--problem{color:var(--color-text-secondary)}.home__ps-label--solution{color:var(--color-brand-muted)}.home__ps-text{font-size:var(--text-md);color:var(--color-text-secondary);text-wrap:pretty;margin:0;line-height:1.55}.home__spot-shot{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);line-height:0;position:relative;overflow:hidden;box-shadow:0 2px 10px #0f172a0f}.home__spot-shot img{width:100%;height:auto;display:block}.home__index{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.home__icard{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;min-width:0;padding:16px;transition:border-color .18s;display:flex}.home__icard:hover{border-color:var(--color-border-strong)}.home__icard-head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.home__icard-tile{border-radius:var(--radius-md);width:32px;height:32px}.home__icard-title{font-family:var(--font-raleway), sans-serif;font-size:var(--text-md);letter-spacing:-.01em;color:var(--color-text);margin:0;font-weight:800}.home__icard-desc{font-size:var(--text-base);color:var(--color-text-secondary);text-wrap:pretty;margin:0 0 12px;line-height:1.5}.home__tag{font-family:var(--font-space-mono), monospace;font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);align-self:flex-start;margin-bottom:12px;padding:3px 7px;font-weight:700}.home__card-icon{border-radius:var(--radius-md);background-color:var(--color-brand-soft);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.home__card-steps{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;display:flex}.home__card-step-group{flex-direction:row;align-items:center;gap:8px;display:flex}.home__card-step{flex-direction:row;align-items:center;gap:5px;display:flex}.home__card-step-text{font-size:var(--text-xs);color:var(--color-text-secondary)}.home__card-actions{flex-direction:row;gap:8px;margin-top:auto;display:flex}.home__cta,.home__about-btn{border-radius:var(--radius-md);min-height:44px;font-size:var(--text-base);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:12px 18px;font-weight:600;text-decoration:none;display:inline-flex}.home__cta{background-color:var(--color-brand-strong);color:var(--color-text-inverse);border:0}.home__cta:hover{background-color:var(--color-brand-strong-hover)}.home__about-btn{color:var(--color-text);border:1px solid var(--color-border-strong);background:0 0}.home__about-btn:hover{background-color:var(--color-surface)}@media (max-width:640px){.home__section{padding:30px 20px 0}.home__about-card{padding:22px 20px}.home__spot,.home__spot:nth-child(2n){grid-template-columns:1fr;gap:22px;padding:22px}.home__spot .home__spot-copy{order:2}.home__spot-title{font-size:var(--text-2xl)}}