.about-hero{--about-hero-bg:#283466;--about-hero-pad-x:64px;--about-hero-image-size:680px;--about-hero-radius:30px;--about-hero-muted:#f6f8f9;--about-hero-text:#f2f4f3;--about-hero-accent:#964b4b;--about-hero-green:#3d634b;--about-hero-shadow:0 1px 2px #0803070d;font-family:var(--font-body);flex-direction:column;display:flex}.about-hero__band{background:var(--about-hero-bg);align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.about-hero__shell{width:100%;max-width:1728px;padding:clamp(72px, 9vw, 130px) var(--about-hero-pad-x) clamp(56px, 7vw, 96px);box-sizing:border-box;margin:0 auto}.about-hero__grid{grid-template-columns:minmax(0, 1fr) var(--about-hero-image-size);align-items:center;gap:clamp(32px,4.5vw,80px);display:grid}.about-hero__copy{flex-direction:column;align-items:flex-start;max-width:663px;display:flex}.about-hero__eyebrow{font-family:var(--font-body);color:var(--about-hero-muted);margin:0 0 clamp(20px,2.5vw,32px);font-size:16px;font-weight:600;line-height:1.5}.about-hero__title{font-family:var(--font-serif);color:var(--about-hero-text);text-transform:capitalize;margin:0 0 clamp(20px,2.2vw,28px);font-size:clamp(36px,4.2vw,60px);font-weight:700;line-height:1.36}.about-hero__body{font-family:var(--font-body);color:var(--about-hero-text);max-width:663px;margin:0 0 clamp(28px,3vw,36px);font-size:clamp(17px,1.5vw,20px);font-weight:400;line-height:1.36}.about-hero__actions{flex-wrap:wrap;align-items:center;gap:12px 24px;display:flex}.about-hero__media{width:100%;max-width:var(--about-hero-image-size);flex-direction:column;justify-self:end;align-items:center;gap:14px;display:flex}.about-hero__figure{aspect-ratio:1;border-radius:var(--about-hero-radius);opacity:0;will-change:opacity, transform;background:#ffffff14;border:1px solid #ffffff1f;width:100%;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;transform:translateY(22px)}.about-hero__figure.is-in-view{opacity:1;will-change:auto;transform:translateY(0)}.about-hero__img{object-fit:cover}.about-hero__slide{opacity:0;pointer-events:none;transition:opacity .9s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.about-hero__slide--active{opacity:1}.about-hero__pager{opacity:0;justify-content:center;align-items:center;gap:6px;transition:opacity .5s cubic-bezier(.22,1,.36,1) .12s,transform .5s cubic-bezier(.22,1,.36,1) .12s;display:flex;transform:translateY(10px)}.about-hero__figure.is-in-view~.about-hero__pager{opacity:1;transform:translateY(0)}.about-hero__pager-dot{background:var(--about-hero-muted);opacity:.55;cursor:pointer;border:0;border-radius:6px;flex-shrink:0;width:12px;height:12px;padding:0;transition:width .35s cubic-bezier(.22,1,.36,1),opacity .35s cubic-bezier(.22,1,.36,1)}.about-hero__pager-dot:hover,.about-hero__pager-dot:focus-visible{opacity:1;outline:none}.about-hero__pager-dot--active{opacity:1;width:28px}@media (max-width:1100px){.about-hero__grid{text-align:center;grid-template-columns:1fr;justify-items:center}.about-hero__copy{align-items:center;max-width:720px}.about-hero__actions{justify-content:center}.about-hero__media{max-width:min(var(--about-hero-image-size), 100%);justify-self:center}}@media (max-width:900px){.about-hero{--about-hero-pad-x:clamp(18px, 4.5vw, 32px)}}@media (max-width:640px){.about-hero{--about-hero-pad-x:clamp(18px, 5vw, 24px)}.about-hero__actions{flex-direction:column;align-items:stretch;width:100%}}@media (prefers-reduced-motion:reduce){.about-hero__figure{opacity:1;will-change:auto;transition:none;transform:none}.about-hero__figure.is-in-view~.about-hero__pager,.about-hero__pager{opacity:1;transition:none;transform:none}}@media (min-width:901px){.about-hero__shell{width:100%}}
.about-page-shell{box-sizing:border-box;color:#fff;background:#283466;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.about-page-shell__message{font-family:var(--font-sora), "Sora", system-ui, sans-serif;text-align:center;margin:0;font-size:clamp(1rem,3.5vw,1.2rem)}
