.father-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,310px);gap:clamp(24px,5vw,72px);align-items:center;padding:clamp(24px,4vw,48px);margin:32px 0 48px;background:var(--tint);border:1px solid var(--line);border-radius:var(--radius)}
.father-feature-copy{max-width:540px;min-width:0}.father-feature h2{font-size:clamp(30px,4vw,48px);line-height:1.15;margin:16px 0 24px}.father-feature-copy>p:not(.eyebrow){color:var(--muted);margin:0 0 24px;font-size:var(--s2);line-height:1.7}.father-feature .actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.father-feature figure{margin:0;min-width:0}.father-feature video{display:block;width:100%;height:auto;aspect-ratio:9/16;object-fit:contain;background:#111;border-radius:12px}.father-feature figcaption{font-size:14px;line-height:1.5;color:var(--muted);margin-top:12px}
@media(max-width:650px){.father-feature{grid-template-columns:1fr;gap:24px;margin:24px 0 32px}.father-feature figure{width:100%;max-width:310px;justify-self:center}.father-feature h2{font-size:32px}.father-feature .actions{gap:12px}}
