.p-home .hero{padding:clamp(5rem,12vh,9rem) 0 clamp(3rem,8vh,6rem)}.p-home .hero-grid{grid-template-columns:minmax(0,7fr) minmax(0,4fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.p-home .hero-h{max-width:16ch;font-family:var(--font-display);letter-spacing:-.015em;text-wrap:balance;margin:0;font-size:clamp(2.75rem,5.5vw,5.25rem);font-weight:600;line-height:1.06}.p-home .hero-accent{color:var(--accent);font-style:italic}.p-home .hero-lede{max-width:52ch;color:var(--muted);margin:2rem 0 0;font-size:clamp(1.15rem,1.6vw,1.35rem)}.p-home .hero-ctas{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:2.5rem;display:flex}.p-home .hero-figure{background:var(--surface-2);border-radius:12px;padding:1.5rem}.p-home .hero-figure svg{width:100%;height:auto;display:block}@media (max-width:860px){.p-home .hero-grid{grid-template-columns:1fr}.p-home .hero-figure{max-width:22rem}}.p-home .band{background:var(--surface-2);padding:clamp(3rem,7vh,5rem) 0}.p-home .ft-pair{grid-template-columns:1fr auto 1.25fr;align-items:center;gap:1.5rem;padding:1.6rem 0;display:grid}.p-home .ft-from{font-family:var(--font-display);color:var(--text);opacity:.55;font-size:clamp(1.15rem,2vw,1.5rem);font-weight:500}.p-home .ft-to{font-family:var(--font-display);letter-spacing:-.015em;font-size:clamp(1.5rem,3vw,2.3rem);font-weight:600;line-height:1.08}.p-home .ft-conn{color:var(--accent);align-items:center;display:flex}.p-home .ft-conn .ft-line{background:var(--accent);width:clamp(28px,6vw,64px);height:2px}.p-home .ft-conn svg{width:16px;height:16px;margin-left:-2px}@media (max-width:680px){.p-home .ft-pair{grid-template-columns:1fr;gap:.5rem;padding:1.25rem 0}.p-home .ft-conn{width:28px;transform:rotate(90deg)}}.p-home .bento{grid-template-columns:1fr;gap:1rem;display:grid}.p-home .bento-cell{display:flex}.p-home .bento-cell .tile{flex:1}.p-home .tile{background:var(--surface-2);min-height:150px;color:inherit;cursor:pointer;transition:transform .3s var(--ease-out), box-shadow .3s var(--ease-out);border-radius:10px;flex-direction:column;justify-content:flex-end;gap:.5rem;padding:clamp(1.4rem,2.4vw,2rem);text-decoration:none;display:flex;position:relative;overflow:hidden}.p-home .tile:hover{box-shadow:0 12px 28px -18px color-mix(in oklch, var(--ink) 35%, transparent);transform:translateY(-4px)}.p-home .tile:active{transform:translateY(0)}.p-home .tile-label{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-size:1.3rem;font-weight:600;line-height:1.12;position:relative}.p-home .tile-body{margin:0;position:relative}.p-home .tile--focal{background:var(--surface);min-height:280px}.p-home .tile--focal .tile-label{font-size:clamp(1.5rem,2.3vw,1.9rem);font-weight:600}.p-home .tile-fig{pointer-events:none;width:clamp(260px,72%,400px);margin:0 auto auto}.p-home .tile-fig svg{width:100%;height:auto;display:block}.p-home .tile-fig svg *{vector-effect:non-scaling-stroke}.p-home .tile--more{border:1px dashed var(--border);background:0 0;justify-content:center;gap:.4rem}.p-home .tile--more:hover{border-color:var(--accent);box-shadow:none}.p-home .tile--more .tile-label{color:var(--accent);align-items:center;gap:.5rem;transition:gap .18s ease-out;display:inline-flex}.p-home .tile--more:hover .tile-label{gap:.85rem}@media (min-width:640px){.p-home .bento-build{grid-template-columns:repeat(2,1fr);grid-template-areas:"a a""b c""d e""f g""h i"}}@media (min-width:980px){.p-home .bento-build{grid-template-columns:repeat(4,1fr);grid-template-areas:"a a b c""a a d e""f g h i"}}.p-home .tech-strip{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.p-home .tech-track{width:max-content;animation:38s linear infinite techScroll;display:flex}.p-home .tech-strip:hover .tech-track{animation-play-state:paused}.p-home .tech-group{align-items:center;gap:2.75rem;padding-right:2.75rem;display:flex}.p-home .tech-item{font-family:var(--font-body);color:var(--muted);white-space:nowrap;font-size:.875rem}.p-home .tech-dot{background:var(--accent);opacity:.55;border-radius:999px;flex:none;width:4px;height:4px}@keyframes techScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.p-home .faq-item{border-top:1px solid var(--border)}.p-home .faq-q{text-align:left;cursor:pointer;width:100%;font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 0;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:600;display:flex}.p-home .faq-q .ico{width:22px;height:22px;color:var(--accent);flex:none;transition:transform .2s ease-out}.p-home .faq-q[aria-expanded=true] .ico{transform:rotate(45deg)}.p-home .faq-a{max-width:70ch;padding:0 0 1.6rem}@media (prefers-reduced-motion:reduce){.p-home .tile,.p-home .tile:hover{box-shadow:none;transition:none;transform:none}.p-home .tech-track{flex-wrap:wrap;width:auto;animation:none!important}.p-home .tech-group[aria-hidden=true]{display:none}.p-home .faq-q .ico{transition:none!important}}
