.about-hero{position:relative;isolation:isolate;overflow:hidden;min-height:clamp(15rem,32vw,22rem);color:#fff;background:#2a1c12}.about-hero__media{position:absolute;inset:0;z-index:0}.about-hero__photo{object-fit:cover;object-position:72% 48%;transform:scale(1.02);animation:about-hero-drift 20s ease-in-out infinite alternate}.about-hero__veil{position:absolute;inset:0;pointer-events:none;background:linear-gradient(105deg,rgba(16,25,54,.9),rgba(16,25,54,.78) 26%,rgba(16,25,54,.35) 48%,rgba(16,25,54,.08) 68%,rgba(16,25,54,.16)),linear-gradient(180deg,rgba(16,25,54,.22),transparent 42%,rgba(16,25,54,.3))}.about-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-height:inherit;padding-block:1.5rem 1.85rem}.about-hero__crumbs{color:rgba(255,255,255,.72);margin-bottom:.85rem}.about-hero__copy{max-width:34rem;animation:about-hero-rise .7s ease-out both}.about-hero__brand{margin:0 0 .4rem;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#f58220}.about-hero__title{margin:0;max-width:18ch;font-size:clamp(1.55rem,1.2rem + 1.5vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:#fff;text-shadow:0 10px 24px rgba(0,0,0,.28)}.about-hero__desc{margin:.7rem 0 0;max-width:34rem;font-size:.98rem;line-height:1.55;color:rgba(255,255,255,.88)}@keyframes about-hero-drift{0%{transform:scale(1.02) translateZ(0)}to{transform:scale(1.05) translate3d(-1.2%,.5%,0)}}@keyframes about-hero-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.about-hero{min-height:clamp(17rem,78vw,22rem)}.about-hero__photo{object-position:58% 42%}.about-hero__veil{background:linear-gradient(180deg,rgba(16,25,54,.55),rgba(16,25,54,.32) 34%,rgba(16,25,54,.78) 68%,rgba(16,25,54,.92))}.about-hero__inner{justify-content:flex-end;padding-block:1.1rem 1.45rem}.about-hero__title{max-width:16ch;font-size:clamp(1.45rem,6.2vw,1.85rem)}}@media (prefers-reduced-motion:reduce){.about-hero__copy,.about-hero__photo{animation:none}}