.model-hero{position:relative;isolation:isolate;width:100%;min-height:600px;overflow:hidden;background:var(--background)}@media (min-width:901px){.model-hero{margin-top:calc(-1 * var(--height-navbar))}}.model-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.model-hero-bg-fallback{background:linear-gradient(180deg,#1c2c39 0,var(--background) 100%)}.model-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,12,17,.31) 0,var(--background) 100%)}.model-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:var(--space-8);gap:var(--space-8);align-items:end;width:100%;max-width:1680px;margin:0 auto;padding:48px 64px;min-height:600px;box-sizing:border-box}@media (min-width:901px){.model-hero-inner{padding-top:calc(var(--height-navbar) + 48px)}}.model-hero-cell{display:flex;flex-direction:column;padding:var(--space-4);box-sizing:border-box}.model-hero-text{justify-content:flex-end;gap:var(--space-10)}.model-hero-title{margin:0;font-family:var(--font-sans);font-weight:var(--font-weight-regular);font-size:72px;line-height:72px;text-transform:uppercase;color:var(--secondary);letter-spacing:0}.model-hero-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-4)}.model-hero-bullet{display:flex;align-items:flex-start;gap:var(--space-4)}.model-hero-bullet-text{font-family:var(--font-sans);font-weight:var(--font-weight-regular);font-size:var(--font-size-md);line-height:var(--line-height-md);color:var(--card-foreground);flex:1 1 auto}.model-hero-render{align-items:center;justify-content:flex-end;gap:0}.model-hero-render-image{display:block;width:100%;max-width:540px;height:auto;max-height:420px;object-fit:contain;object-position:bottom center}.model-hero-render-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:311px;border-radius:var(--radius-base,6px);border:1px dashed var(--border);color:var(--muted-foreground);text-align:center;gap:var(--space-2)}.model-hero-render-fallback span{font-size:var(--font-size-h5);text-transform:uppercase}.model-hero-render-fallback small{font-size:var(--font-size-sm);letter-spacing:.04em;text-transform:uppercase}.model-hero-aside{align-items:flex-end;justify-content:flex-end;gap:var(--space-6)}.model-hero-cta-row{display:flex;flex-direction:row;gap:var(--space-4);align-items:stretch;width:100%;max-width:371px}.model-hero-cta-thumb{flex:0 0 auto;width:144px;height:144px;border-radius:var(--radius-base,6px);overflow:hidden;background:var(--muted);border:var(--border-default)}.model-hero-cta-thumb img{display:block;width:100%;height:100%;object-fit:cover}.model-hero-cta-stack{flex:1 1 auto;display:flex;flex-direction:column;gap:var(--space-4);justify-content:flex-end}.model-hero-action{justify-content:space-between;height:48px;min-height:48px;padding:0 16px;box-shadow:none;filter:drop-shadow(4px 4px 6px rgba(0,0,0,.15))}.model-hero-cta-stack .model-hero-action:hover:not(:disabled){background:var(--background-elevated);color:var(--card-foreground)}.model-hero-cta-stack .model-hero-action:disabled{opacity:.5;cursor:not-allowed}.model-hero-thumbs{display:flex;flex-direction:column;gap:var(--space-3);width:100%;max-width:371px;align-items:flex-end}.model-hero-thumbs-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,80px);grid-gap:var(--space-3);gap:var(--space-3)}.model-hero-thumb-item{width:80px;height:80px}.model-hero-thumb{display:block;width:100%;height:100%;padding:0;margin:0;border:var(--border-default);border-radius:var(--radius-base);background:var(--muted);overflow:hidden;cursor:pointer}.model-hero-thumb:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.model-hero-thumb-image{display:block;width:100%;height:100%;object-fit:cover}.model-hero-thumbs-empty{margin:0;font-size:var(--font-size-sm);color:var(--muted-foreground)}.model-hero-video-modal{position:fixed;inset:0;background:rgba(7,12,17,.85);z-index:60;display:flex;align-items:center;justify-content:center;padding:var(--space-6)}.model-hero-video-inner{position:relative;width:min(960px,100%);aspect-ratio:16/9;background:#000;border-radius:var(--radius-xl);overflow:hidden}.model-hero-video-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:var(--radius-pill);background:rgba(0,0,0,.5);border:none;color:var(--card-foreground);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}@media (max-width:1100px){.model-hero-inner{grid-template-columns:1fr 1fr;padding:40px 32px}.model-hero-aside{grid-column:span 2;align-items:stretch}.model-hero-cta-row,.model-hero-thumbs{max-width:100%;align-items:stretch}.model-hero-thumbs-list{grid-template-columns:repeat(4,1fr)}.model-hero-thumb-item{width:100%;aspect-ratio:1/1;height:auto}}@media (max-width:700px){.model-hero{min-height:unset}.model-hero-inner{grid-template-columns:1fr;padding:var(--space-6) 16px;gap:var(--space-6);min-height:unset}.model-hero-cell{padding:var(--space-3) 0}.model-hero-title{font-size:var(--font-size-h1);line-height:48px}.model-hero-bullet-text{font-size:var(--font-size-sm);line-height:22px}.model-hero-render-image{max-height:220px}.model-hero-aside{grid-column:auto}.model-hero-cta-row{flex-direction:column}.model-hero-cta-thumb{width:100%;height:180px}.model-hero-thumbs-list{grid-template-columns:repeat(4,1fr)}}