#about-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(101dvh - var(--header-h))}#about-hero .hero-content{display:flex;flex-direction:column;justify-content:center;margin-block:auto;padding:var(--gutter-y) var(--gutter)}#about-hero .hero-content p{animation-delay:.2s}#about-hero .about-hero-visual{align-items:center;background:linear-gradient(170deg,var(--white) 0,var(--off-white) 100%);border-left:1px solid var(--border-dark);display:flex;justify-content:center;overflow:hidden;padding:var(--gutter);position:relative}#about-hero .about-hero-visual:before{background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(214,0,0,.14),transparent 70%);content:"";inset:0;pointer-events:none;position:absolute}#about-hero .visual-rings{height:100%;inset:0;position:absolute;width:100%;z-index:0}#about-hero .about-model-card{background:var(--white);border:1px solid var(--border);box-shadow:0 20px 64px rgba(1,7,11,.1),0 2px 8px rgba(1,7,11,.05);padding:3rem;position:relative;width:min(32.5rem,88%);z-index:1}#about-hero .about-card-label{margin-bottom:1.75rem}#about-hero .about-card-title{color:var(--black);display:block;font-size:var(--fs-large);font-weight:var(--fw-bold);margin-bottom:.3rem}#about-hero .about-card-sub{color:var(--muted);display:block;font-size:var(--fs-small);line-height:var(--lh-list)}@keyframes rfade{to{opacity:1}}#about-hero .radio-opt{align-items:center;animation:rfade .35s ease forwards;background:rgba(1,7,11,.02);border:2px solid rgba(1,7,11,.04);display:flex;gap:1rem;margin-bottom:.625rem;opacity:0;padding:1.125rem 1.25rem}#about-hero .radio-opt:last-child{margin-bottom:0}#about-hero .radio-opt-sel{background:var(--white);border-color:var(--red);margin-top:1.125rem;padding:1.375rem 1.25rem}#about-hero .radio-circ{border:1.5px solid rgba(1,7,11,.2);border-radius:50%;flex-shrink:0;height:1.375rem;width:1.375rem}#about-hero .radio-circ-sel{align-items:center;background:var(--red);border-color:var(--red);display:flex;justify-content:center;position:relative}#about-hero .radio-circ-sel:after{background:var(--white);border-radius:50%;content:"";height:7px;width:7px}#about-hero .radio-pulse{animation:rpulse 2.2s ease-out 1.1s infinite;border:1.5px solid var(--red);border-radius:50%;inset:-2px;position:absolute}@keyframes rpulse{0%{opacity:.65;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}#about-hero .radio-lbl{color:var(--text);display:block;font-size:var(--fs-large);font-weight:var(--fw-bold);line-height:var(--lh-small);margin-bottom:5px}#about-hero .radio-lbl-sel{color:var(--black)}#about-hero .radio-sub{color:var(--mid);display:block;font-size:var(--fs-small);font-weight:var(--fw);line-height:var(--lh-list)}#about-hero .radio-sub-sel{color:var(--text)}@media (prefers-reduced-motion:reduce){#about-hero .radio-opt{animation:none;opacity:1}#about-hero .radio-pulse{animation:none}}