:root{--teal:#0b7269;--teal-bright:#12a6a0;--teal-deep:#09625c;--teal-tint:#e6f6f4;--navy:#0f2742;--navy-lift:#17395c;--ink:#14181f;--ink-muted:#5f6b7a;--rule:#dde3ea;--rule-strong:#c7d0da;--bench:#fff;--bench-warm:#f7f9fb;--bench-sunk:#eef1f5;--on-navy:#ffffffeb;--on-navy-soft:#ffffffb8;--on-navy-rule:#ffffff29;--maxw:1120px;--radius:12px;--radius-sm:8px;--pill:999px;--font:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--ease-out:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--bench);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.6}h1,h2,h3{letter-spacing:-.02em;text-wrap:balance;margin:0 0 .5em;line-height:1.12}h1{letter-spacing:-.035em;font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800}h2{font-size:clamp(1.85rem,3.6vw,2.75rem);font-weight:800}h3{font-size:1.15rem;font-weight:700}p{margin:0 0 1rem}a{color:var(--teal);text-decoration:none}a:hover{color:var(--teal-deep);text-decoration:underline}:focus-visible{outline:2px solid var(--teal-bright);outline-offset:3px;border-radius:3px}img{max-width:100%;display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.section{padding:clamp(3.5rem,8vw,6.5rem) 0}:target,.section[id]{scroll-margin-top:84px}.band--warm{background:var(--bench-warm);border-block:1px solid var(--rule)}.band--navy{background:var(--navy);color:var(--on-navy)}.lead{color:var(--ink-muted);max-width:62ch;font-size:clamp(1.1rem,1.6vw,1.28rem);line-height:1.55}.band--navy .lead{color:var(--on-navy-soft)}.section__head{max-width:70ch}.section__head h2{margin-bottom:.5rem}.tag{color:var(--teal-deep);background:var(--teal-tint);border-radius:var(--pill);letter-spacing:.01em;align-items:center;gap:.5rem;padding:.4rem .85rem;font-size:.82rem;font-weight:600;display:inline-flex}.band--navy .tag{color:#b9ece7;background:#12a6a024}.tag svg{width:15px;height:15px}.btn{border-radius:var(--radius);white-space:nowrap;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:650;line-height:1;text-decoration:none;transition:background .16s,border-color .16s,color .16s,transform 60ms;display:inline-flex}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn svg{width:18px;height:18px}.btn .arrow{transition:transform .18s var(--ease-out)}.btn:hover .arrow{transform:translate(3px)}.btn--primary{background:var(--teal);color:#fff}.btn--primary:hover{background:var(--teal-deep);color:#fff}.btn--solid-light{background:var(--bench);color:var(--ink);border-color:var(--rule)}.btn--solid-light:hover{background:var(--bench-warm);border-color:var(--rule-strong);color:var(--ink)}.btn--ghost{color:#fff;border-color:var(--on-navy-rule);background:0 0}.btn--ghost:hover{color:#fff;background:#ffffff14;border-color:#ffffff52}.btn--lg{padding:1rem 1.75rem;font-size:1.05rem}.site-header{z-index:20;-webkit-backdrop-filter:saturate(1.4)blur(10px);border-bottom:1px solid var(--rule);background:#ffffffd1;position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;gap:1.5rem;height:66px;display:flex}.brand-lockup{align-items:center;gap:.75rem;min-width:0;display:inline-flex}.brand{align-items:center;display:inline-flex}.brand:hover{text-decoration:none}.brand__logo{flex:none;width:auto;height:27px;display:block}.brand__by{color:var(--ink-muted);border-left:1px solid var(--rule);flex:none;padding-left:.75rem;font-size:.82rem;font-weight:600}.brand__by:hover{color:var(--ink);text-decoration:none}.nav-links{align-items:center;gap:clamp(.9rem,1.1vw,1.6rem);display:flex}.nav-links a{color:var(--ink-muted);white-space:nowrap;font-size:.96rem;font-weight:550}.nav-links a:hover{color:var(--ink);text-decoration:none}.header-cta{align-items:center;gap:.6rem;display:inline-flex}.nav-toggle{width:42px;height:42px;color:var(--ink);border:1px solid var(--rule);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex:none;justify-content:center;align-items:center;padding:0;display:none}.nav-toggle:hover{background:var(--bench-warm);border-color:var(--rule-strong)}.nav-toggle svg{width:22px;height:22px}.hero{background:var(--navy);color:var(--on-navy);padding:clamp(3.5rem,7vw,6rem) 0 clamp(4rem,8vw,7rem);position:relative;overflow:hidden}.hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(90% 120% at 82% -8%, #12a6a04d 0%, #12a6a000 55%), radial-gradient(120% 120% at 78% 0%, var(--navy-lift) 0%, var(--navy) 58%);position:absolute;inset:0}.hero .wrap{z-index:1;position:relative}.hero__grid{grid-template-columns:minmax(0,1.02fr) minmax(0,1.1fr);align-items:center;gap:clamp(2rem,4vw,4rem);display:grid}.hero h1{color:#fff}.hero__lead{color:var(--on-navy-soft);max-width:40ch;margin-top:.25rem;font-size:clamp(1.1rem,1.5vw,1.3rem)}.hero__cta{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.hero__note{color:var(--on-navy-soft);align-items:center;gap:.5rem;margin:1.4rem 0 0;font-size:.9rem;display:inline-flex}.hero__note svg{width:16px;height:16px;color:var(--teal-bright);flex:none}.hero__pill{border-radius:var(--pill);border:1px solid var(--on-navy-rule);color:var(--on-navy);background:#ffffff0a;align-items:center;gap:.55rem;margin-bottom:1.4rem;padding:.4rem .55rem .4rem .9rem;font-size:.85rem;display:inline-flex}.hero__pill b{color:var(--teal-bright);font-weight:700}.hero__pill .dot{background:var(--teal-bright);border-radius:50%;width:8px;height:8px}.frame{border-radius:var(--radius);background:var(--bench);border:1px solid var(--rule);overflow:hidden}.frame__bar{background:var(--bench-warm);border-bottom:1px solid var(--rule);align-items:center;gap:.7rem;height:40px;padding:0 .9rem;display:flex}.frame__dots{flex:none;gap:6px;display:flex}.frame__dots i{background:var(--rule-strong);border-radius:50%;width:10px;height:10px}.frame__url{min-width:0;color:var(--ink-muted);font-size:.78rem;font-family:var(--mono);background:var(--bench);border:1px solid var(--rule);border-radius:var(--pill);align-items:center;gap:.45rem;max-width:320px;padding:.25rem .8rem;display:inline-flex}.frame__url svg{width:12px;height:12px;color:var(--ink-muted);flex:none}.frame__url span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.frame img{width:100%;height:auto}.hero__frame{border-color:var(--on-navy-rule);position:relative}.hero__frame .frame__bar{border-bottom-color:var(--on-navy-rule);background:#10233b}.hero__frame .frame__dots i{background:#ffffff38}.hero__frame .frame__url{border-color:var(--on-navy-rule);color:var(--on-navy-soft);background:#ffffff0f}.hero__frame .frame__url svg{color:var(--on-navy-soft)}@media (prefers-reduced-motion:no-preference){.reveal{animation:reveal .5s var(--ease-out) both}.reveal--1{animation-delay:40ms}.reveal--2{animation-delay:.11s}.reveal--3{animation-delay:.18s}.hero h1.reveal{animation-name:rise;animation-duration:.55s}.hero__frame{animation:window-in .7s var(--ease-out) 80ms both;transform-origin:70% 100%}@keyframes reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes rise{0%{transform:translateY(9px)}to{transform:translateY(0)}}@keyframes window-in{0%{opacity:0;clip-path:inset(0 0 12% 0 round var(--radius));transform:translateY(22px)scale(.98)}to{opacity:1;clip-path:inset(0 0 0 0 round var(--radius));transform:translateY(0)scale(1)}}}.pegboard{border:1px solid var(--rule);border-radius:var(--radius);background:var(--rule);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:2.75rem;display:grid;overflow:hidden}.peg{background:var(--bench);flex-direction:column;gap:.6rem;padding:1.75rem;transition:background .16s;display:flex}.peg:hover{background:var(--bench-warm);text-decoration:none}.peg h3{color:var(--ink);align-items:center;gap:.4rem;display:flex}.peg h3 .arrow{width:17px;height:17px;color:var(--teal);opacity:0;transition:opacity .16s ease, transform .16s var(--ease-out);flex:none;transform:translate(-3px)}.peg:hover h3 .arrow,.peg:focus-visible h3 .arrow{opacity:1;transform:none}.peg__ic{background:var(--teal-tint);width:42px;height:42px;color:var(--teal-deep);border-radius:10px;flex:none;place-items:center;margin-bottom:.3rem;display:grid}.peg__ic svg{width:22px;height:22px}.peg h3{margin:0}.peg p{color:var(--ink-muted);margin:0;font-size:.95rem;line-height:1.5}.showcase{flex-direction:column;gap:clamp(3rem,6vw,5rem);margin-top:3rem;display:flex}.show-row{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);align-items:center;gap:clamp(1.75rem,4vw,3.5rem);display:grid}.show-row--flip{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.show-row--flip .show-row__media{order:-1}.show-row__copy,.show-row__media{min-width:0}.show-row__copy h3{letter-spacing:-.025em;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:800;line-height:1.15}.show-row__copy p{color:var(--ink-muted);font-size:1.05rem}.show-row__list{flex-direction:column;gap:.7rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.show-row__list li{align-items:flex-start;gap:.65rem;font-size:.98rem;display:flex}.show-row__list svg{width:20px;height:20px;color:var(--teal);flex:none;margin-top:1px}.show-row__media .frame{transition:transform .3s var(--ease-out)}.show-row__media .frame:hover{transform:translateY(-4px)}.cockpit{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,4vw,2.75rem);margin-top:3rem;display:grid}.cockpit__cell{min-width:0;margin:0}.cockpit__cell .frame{transition:transform .3s var(--ease-out)}.cockpit__cell .frame:hover{transform:translateY(-4px)}.cockpit__cap{margin-top:1.1rem}.cockpit__cap h3{margin:0 0 .3rem;font-size:1.2rem}.cockpit__cap p{color:var(--ink-muted);max-width:46ch;margin:0;font-size:.97rem;line-height:1.5}.own{text-align:center}.own .lead{text-align:center;margin-inline:auto}.own__pillars{background:var(--on-navy-rule);border:1px solid var(--on-navy-rule);border-radius:var(--radius);text-align:left;grid-template-columns:repeat(4,1fr);gap:1px;margin:2.75rem 0 2.25rem;display:grid;overflow:hidden}.pillar{background:var(--navy);padding:1.75rem}.pillar__k{letter-spacing:.06em;text-transform:uppercase;color:var(--teal-bright);font-size:.8rem;font-weight:700}.pillar h3{color:#fff;letter-spacing:-.02em;margin:.55rem 0 .4rem;font-size:1.35rem}.pillar p{color:var(--on-navy-soft);margin:0;font-size:.96rem;line-height:1.5}.badges{flex-wrap:wrap;justify-content:center;gap:.6rem;margin:0 0 2rem;display:flex}.badge{border-radius:var(--pill);color:var(--on-navy);border:1px solid var(--on-navy-rule);background:#ffffff08;padding:.45rem .95rem;font-size:.85rem;font-weight:600}.badge b{color:var(--teal-bright);font-weight:700}.installer{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:start;gap:clamp(1.75rem,5vw,4rem);margin-top:2.75rem;display:grid}.installer__shot{justify-self:center;max-width:372px}.installer__copy{padding-top:.25rem}.installer__copy h3{letter-spacing:-.025em;font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:800;line-height:1.16}.installer__copy p{color:var(--ink-muted);max-width:42ch;font-size:1.05rem}.installer__copy .show-row__list{margin-top:1.1rem}.steps{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.25rem;margin-top:3rem;display:grid}.step{border:1px solid var(--rule);border-radius:var(--radius);background:var(--bench);flex-direction:column;padding:1.6rem;display:flex}.step__k{color:var(--teal);letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;display:inline-flex}.step__k svg{width:16px;height:16px}.step h3{margin:.7rem 0 .35rem}.step p{color:var(--ink-muted);margin:0 0 1.1rem;font-size:.96rem}.step p:last-child{margin-bottom:0}.step__fine{margin:-.55rem 0 1.1rem;font-size:.82rem}.step--feature .step__fine{color:var(--on-navy-soft)}.step .btn{margin-top:auto}.step--feature{background:var(--navy);border-color:var(--navy);color:#fff}.step--feature .step__k{color:var(--teal-bright)}.step--feature h3{color:#fff}.step--feature p{color:var(--on-navy-soft)}.code{font-family:var(--mono);color:#e6f6f4;border:1px solid var(--on-navy-rule);border-radius:var(--radius-sm);white-space:pre;-webkit-overflow-scrolling:touch;background:#0a1b30;margin:0 0 1.1rem;padding:.85rem 1rem;font-size:.86rem;line-height:1.5;overflow-x:auto}.code .c-teal{color:var(--teal-bright)}.code .c-dim{color:var(--on-navy-soft)}.site-footer{background:var(--navy);color:var(--on-navy-soft);border-top:1px solid var(--on-navy-rule);padding:clamp(3rem,6vw,4.5rem) 0 2.5rem}.site-footer .cols{flex-wrap:wrap;justify-content:space-between;gap:2.5rem 3rem;display:flex}.brand-plate{background:#fff;border-radius:10px;padding:9px 13px;line-height:0;display:inline-flex}.brand-plate:hover{text-decoration:none}.brand-plate img{width:auto;height:26px;display:block}.foot-blurb{max-width:34ch;color:var(--on-navy-soft);margin-top:1rem;font-size:.92rem}.foot-by{color:var(--on-navy);align-items:center;gap:.35rem;margin-top:.7rem;font-size:.9rem;font-weight:600;display:inline-flex}.foot-by svg{width:14px;height:14px}.foot-by:hover{color:#fff;text-decoration:none}.foot-col h4{text-transform:uppercase;letter-spacing:.08em;color:#ffffffa8;margin:0 0 .9rem;font-size:.78rem;font-weight:700}.foot-col nav{flex-direction:column;gap:.6rem;display:flex}.foot-col a{color:var(--on-navy-soft);font-size:.95rem}.foot-col a:hover{color:#fff;text-decoration:none}.foot-base{border-top:1px solid var(--on-navy-rule);color:#ffffffa8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;margin-top:3rem;padding-top:1.75rem;font-size:.85rem;display:flex}@media (width<=900px){.hero__grid{grid-template-columns:1fr;gap:2.5rem}.hero__lead{max-width:52ch}.pegboard{grid-template-columns:repeat(2,1fr)}.show-row{grid-template-columns:1fr;gap:1.5rem}.show-row--flip{grid-template-columns:1fr}.show-row--flip .show-row__media{order:0}.show-row__media{order:-1}.cockpit{grid-template-columns:1fr;gap:2rem}.own__pillars{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.installer{grid-template-columns:1fr;gap:1.75rem}.installer__shot{order:-1;max-width:400px;margin-inline:auto}}.hero--doc{padding-bottom:clamp(3rem,6vw,5rem)}.hero--doc .hero__lead{max-width:62ch}.hero--doc h1{max-width:18ch}.tl{margin:2.5rem 0 0;padding:0;list-style:none;position:relative}.tl:before{content:"";background:var(--rule);width:1px;position:absolute;top:.6rem;bottom:.6rem;left:5.5rem}.tl__i{grid-template-columns:5.5rem 1fr;gap:0 2rem;padding:0 0 2rem;display:grid}.tl__i:last-child{padding-bottom:0}.tl__y{font-family:var(--mono);color:var(--ink-muted);text-align:right;padding-top:.15rem;font-size:.92rem;font-weight:600}.tl__b{position:relative}.tl__b:before{content:"";background:var(--bench);border:2px solid var(--rule-strong);border-radius:50%;width:9px;height:9px;position:absolute;top:.5rem;left:-2rem;transform:translate(-4px)}.tl__i--now .tl__b:before{background:var(--teal);border-color:var(--teal)}.tl__i--now .tl__y{color:var(--teal)}.tl__b h3{margin:0 0 .25rem;font-size:1.15rem}.tl__b p{color:var(--ink-muted);max-width:62ch;margin:0}.up{gap:clamp(2rem,4vw,3rem);display:grid}.up__steps{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.up__carries{background:var(--bench);border:1px solid var(--rule);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2rem)}.up__carries h3{margin:0;font-size:1.15rem}.up__carries code{font-size:.92em}.up__note{border-top:1px solid var(--rule);color:var(--ink-muted);max-width:70ch;margin:1.25rem 0 0;padding-top:1.25rem;font-size:.95rem}.cmp-wrap{-webkit-overflow-scrolling:touch;margin-top:2.25rem;overflow-x:auto}.cmp{border-collapse:collapse;border:1px solid var(--rule);border-radius:var(--radius);width:100%;min-width:34rem;overflow:hidden}.cmp th,.cmp td{text-align:left;border-bottom:1px solid var(--rule);padding:.9rem 1.1rem}.cmp thead th{background:var(--bench-sunk);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);font-size:.82rem;font-weight:700}.cmp tbody th{width:30%;font-weight:600}.cmp tbody tr:last-child th,.cmp tbody tr:last-child td{border-bottom:0}.cmp td{color:var(--ink-muted)}.cmp__s{color:var(--ink);background:var(--teal-tint);font-weight:600}.faq{border-top:1px solid var(--rule);max-width:80ch;margin-top:2rem}.faq__i{border-bottom:1px solid var(--rule)}.faq__i summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 0;list-style:none;display:flex}.faq__i summary::-webkit-details-marker{display:none}.faq__i summary h3{letter-spacing:-.01em;margin:0;font-size:1.08rem}.faq__i summary:after{content:"";border-right:2px solid var(--ink-muted);border-bottom:2px solid var(--ink-muted);width:11px;height:11px;transition:transform .2s var(--ease-out);flex:none;margin-right:.35rem;transform:rotate(45deg)translate(-2px,-2px)}.faq__i[open] summary:after{transform:rotate(225deg)translate(-2px,-2px)}.faq__i[open] summary h3{color:var(--teal)}.faq__i p{color:var(--ink-muted);max-width:72ch;margin:0 0 1.3rem}.faq__i summary:focus-visible{outline:2px solid var(--teal);outline-offset:3px}@media (width<=860px){.up__steps{grid-template-columns:1fr}}@media (width<=620px){.tl:before{left:4px}.tl__i{grid-template-columns:1fr;gap:.15rem;padding-left:1.9rem}.tl__y{text-align:left}.tl__b:before{top:.35rem;left:-1.9rem}.cmp tbody th{width:auto}.nav-toggle{display:inline-flex}.brand__by{display:none}.nav-links{background:var(--bench);border-bottom:1px solid var(--rule-strong);flex-direction:column;align-items:stretch;gap:0;padding:.35rem 1.5rem .9rem;display:none;position:absolute;top:100%;left:0;right:0}.site-header.nav-open .nav-links{display:flex}.nav-links a{border-top:1px solid var(--rule);padding:.85rem .15rem;font-size:1rem}.pegboard,.own__pillars{grid-template-columns:1fr}h1{font-size:clamp(2.15rem,9vw,2.75rem)}.hero__cta .btn{flex:auto}.show-row__media .frame img{object-fit:cover;object-position:top left;height:36vh}.cockpit__cell .frame img{object-fit:cover;object-position:top left;height:44vh}}
