.hero[data-v-49481e9e]{padding-block:clamp(20px,2.6vw,38px) clamp(44px,5.2vw,78px)}.hero__grid[data-v-49481e9e]{display:grid;gap:clamp(24px,3vw,44px);align-items:center}@media (min-width: 960px){.hero__grid[data-v-49481e9e]{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}}.hero__copy[data-v-49481e9e]{display:flex;flex-direction:column;align-items:flex-start;gap:var(--s-5);min-width:0;position:relative;z-index:1}.hero__eyebrow[data-v-49481e9e]{display:flex;align-items:center;gap:var(--s-2);font-family:var(--font-mono);font-size:var(--fs-xs);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--ink-2)}.hero__eyebrow[data-v-49481e9e]:before{content:"";flex:none;width:22px;height:0;border-top:var(--bw) solid var(--brand)}.hero__title[data-v-49481e9e]{color:var(--ink);max-width:14ch}.hero__title[data-v-49481e9e] em{font-style:normal;color:var(--accent-text)}.hero__sub[data-v-49481e9e]{color:var(--ink-2);font-size:var(--fs-hero-sub);max-width:38ch}.hero__actions[data-v-49481e9e]{display:flex;flex-wrap:wrap;gap:var(--s-3);padding-top:var(--s-1)}.hero__extra[data-v-49481e9e]{width:100%;min-width:0}.hero__visual[data-v-49481e9e]{min-width:0;margin:0}.hero__visual[data-v-49481e9e] svg,.hero__visual[data-v-49481e9e] img{width:100%;height:auto}@keyframes hero-rise-49481e9e{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.hero__eyebrow[data-v-49481e9e],.hero__title[data-v-49481e9e],.hero__sub[data-v-49481e9e],.hero__actions[data-v-49481e9e],.hero__extra[data-v-49481e9e],.hero__visual[data-v-49481e9e]{animation:hero-rise-49481e9e var(--dur-slow) var(--ease) both}.hero__title[data-v-49481e9e]{animation-delay:60ms}.hero__sub[data-v-49481e9e]{animation-delay:.12s}.hero__actions[data-v-49481e9e]{animation-delay:.18s}.hero__extra[data-v-49481e9e]{animation-delay:.24s}.hero__visual[data-v-49481e9e]{animation-delay:.12s}.section[data-v-914dc72a]{padding-block:var(--space-section);border-top:var(--bw-hair) solid var(--line)}.section--tint[data-v-914dc72a]{background:var(--bg-2)}.section__head[data-v-914dc72a]{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--s-4);margin-bottom:var(--space-section-hd)}@media (min-width: 900px){.section__head[data-v-914dc72a]{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(24px,4vw,60px);align-items:end}}.section__head-main[data-v-914dc72a]{display:grid;gap:var(--s-3);min-width:0}.section__eyebrow[data-v-914dc72a]{display:flex;align-items:center;gap:var(--s-2);font-family:var(--font-mono);font-size:var(--fs-xs);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;color:var(--ink-2)}.section__eyebrow[data-v-914dc72a]:before{content:"";flex:none;width:22px;height:0;border-top:var(--bw) solid var(--brand)}.section__title[data-v-914dc72a]{color:var(--ink)}.section__head-aside[data-v-914dc72a]{min-width:0;padding-bottom:var(--s-1)}.section__desc[data-v-914dc72a]{color:var(--ink-2);font-size:var(--fs-lede);max-width:var(--measure)}.btn[data-v-077e6fbe]{display:inline-flex;align-items:center;justify-content:center;gap:var(--s-2);border:var(--bw) solid var(--teal);border-radius:var(--r-sm);background:var(--bg-2);color:var(--ink);font-family:inherit;font-weight:var(--fw-bold);text-align:center;text-decoration:none;cursor:pointer;max-width:100%;--btn-x: 4px;--btn-y: 5px;--btn-lift: 1;--btn-shadow-fill: var(--teal);box-shadow:calc(var(--btn-x) * var(--btn-lift)) calc(var(--btn-y) * var(--btn-lift)) 0 var(--btn-shadow-fill);transition:transform var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease),background-color var(--dur-fast) var(--ease)}@media (prefers-color-scheme: dark){.btn--primary[data-v-077e6fbe]{--btn-shadow-fill: color-mix(in srgb, var(--brand) 38%, var(--edge))}.btn--ghost[data-v-077e6fbe]{--btn-shadow-fill: color-mix(in srgb, var(--teal) 45%, var(--edge))}}:root[data-theme=dark] .btn--primary[data-v-077e6fbe]{--btn-shadow-fill: color-mix(in srgb, var(--brand) 38%, var(--edge))}:root[data-theme=dark] .btn--ghost[data-v-077e6fbe]{--btn-shadow-fill: color-mix(in srgb, var(--teal) 45%, var(--edge))}:root[data-theme=light] .btn--primary[data-v-077e6fbe],:root[data-theme=light] .btn--ghost[data-v-077e6fbe]{--btn-shadow-fill: var(--teal)}.btn--md[data-v-077e6fbe]{padding:13px var(--s-6);font-size:15px}.btn--sm[data-v-077e6fbe]{padding:9px var(--s-4);font-size:13.5px;--btn-x: 3px;--btn-y: 3.5px}.btn--primary[data-v-077e6fbe]{background:var(--brand);color:var(--on-brand)}.btn--ghost[data-v-077e6fbe]{background:transparent;color:var(--ink)}@media (hover: hover){.btn[data-v-077e6fbe]:hover{--btn-lift: .5;transform:translate(calc(var(--btn-x) * .5),calc(var(--btn-y) * .5))}.btn--ghost[data-v-077e6fbe]:hover{background:var(--bg-2)}}.btn[data-v-077e6fbe]:active{--btn-lift: 0;transform:translate(var(--btn-x),var(--btn-y))}.btn[data-v-077e6fbe]:disabled{opacity:.5;cursor:not-allowed;transform:none;--btn-lift: 1}@media (prefers-reduced-motion: reduce){.btn[data-v-077e6fbe]:hover,.btn[data-v-077e6fbe]:active{transform:none}}.sf-plate[data-v-0feb9601]{display:flex;align-items:center;flex-wrap:wrap;gap:var(--s-2);font-family:var(--font-mono);font-size:var(--fs-2xs);line-height:1.4;letter-spacing:var(--ls-widest);text-transform:uppercase}.sf-plate__label[data-v-0feb9601]{color:var(--accent-text)}.sf-plate__rule[data-v-0feb9601]{flex:1 1 18px;min-width:18px;max-width:64px;height:0;border-top:var(--bw-hair) solid var(--line-2)}.sf-plate__note[data-v-0feb9601]{color:var(--ink-3)}.iso{display:block;width:100%;height:auto;--iso-edge-opacity: .55;--iso-hot-opacity: 1;--iso-hairline: .7}@media (prefers-color-scheme: dark){.iso{--iso-edge-opacity: .9;--iso-hot-opacity: .88}}:root[data-theme=dark] .iso{--iso-edge-opacity: .9;--iso-hot-opacity: .88}:root[data-theme=light] .iso{--iso-edge-opacity: .55;--iso-hot-opacity: 1}.iso text{font-family:var(--font-mono)}.iso-face{stroke:var(--edge);stroke-opacity:var(--iso-edge-opacity);stroke-width:var(--iso-hairline);stroke-linejoin:round}.iso-face--flat{stroke:none}.iso-hot{opacity:var(--iso-hot-opacity)}.iso-shadow{fill:var(--m-shadow)}.iso-grid{stroke:var(--m-grid);stroke-width:.6;fill:none}.iso-seam{stroke:var(--m-seam);stroke-width:.6;fill:none}.iso-matline{stroke:var(--m-mat-line);stroke-width:1;fill:none}.iso-devline{stroke:var(--m-dev-line);stroke-width:.9;fill:none}.iso-fan{fill:var(--m-fan)}.iso-arc{stroke:var(--m-arc);stroke-width:1.1;fill:none}.iso-arc--dashed{stroke-dasharray:4 3}.iso-tick{stroke:var(--m-arc);stroke-width:.8;stroke-opacity:.75;fill:none}.iso-num{fill:var(--m-arc);font-weight:var(--fw-bold);letter-spacing:var(--ls-num)}.iso-lead{stroke:var(--ink-3);stroke-width:.9;fill:none;opacity:.85}.iso-dot{fill:var(--accent-text)}.iso-mark{fill:var(--bg-3);stroke:var(--accent-text);stroke-width:1.1}.iso-mark-text{fill:var(--accent-text)}.iso-label{fill:var(--ink-2);paint-order:stroke;stroke:var(--bg-3);stroke-width:2.6;stroke-linejoin:round}.iso-dim{stroke:var(--ink-3);stroke-width:.9;fill:none;opacity:.85}.iso-dim-ext{stroke:var(--ink-3);stroke-width:.7;stroke-dasharray:3 3;fill:none;opacity:.5}@media (max-width: 640px){.iso-notes{display:none}}
