.about-page{display:flex;flex-direction:column;background:var(--background)}.about-page-shell{padding-block:clamp(1.25rem,3vw,2rem) 0}.about-hero{padding-block:clamp(4rem,10vw,7rem);border-bottom:1px solid var(--border);background:var(--background-elevated,var(--background))}.about-hero__inner{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem);max-width:48rem}.about-hero__label{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.about-hero__title{margin:0;font-size:clamp(2.5rem,4vw + 1rem,4.25rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--text);max-width:14ch}.about-hero__subtitle{margin:0;max-width:42rem;font-size:clamp(1.0625rem,.5vw + 1rem,1.25rem);line-height:1.7;color:var(--text-secondary)}.about-story{--about-story-aspect:4/3;--about-story-max-height:min(14rem,48vw);padding-block:clamp(4rem,8vw,6rem)}.about-story__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:center}.about-story__media{width:100%;min-width:0}.about-story__image-wrap{position:relative;aspect-ratio:var(--about-story-aspect);width:100%;max-height:var(--about-story-max-height);overflow:hidden;border-radius:var(--radius-card,12px);border:1px solid var(--border);background:var(--background-muted)}.about-story__image-skeleton{position:absolute;inset:0;z-index:1}.about-story__picture{position:absolute;inset:0;display:block;opacity:0;transition:opacity .35s ease}.about-story__picture--loaded{opacity:1}.about-story__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--about-story-object-position-mobile,center center)}@media (min-width:768px){.about-story__photo{object-position:var(--about-story-object-position-desktop,center center)}}.about-story__image{object-fit:cover}.about-story__image-placeholder{aspect-ratio:var(--about-story-aspect);width:100%;max-height:var(--about-story-max-height);border-radius:var(--radius-card,12px);border:1px solid var(--border);background:linear-gradient(135deg,var(--background-muted),var(--background-elevated))}.about-story__content{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem);min-width:0}.about-story__label{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.about-story__heading{margin:0;font-size:clamp(2rem,2.5vw + 1rem,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text);max-width:18ch}.about-story__copy{display:flex;flex-direction:column;gap:1.125rem}.about-story__paragraph{margin:0;font-size:clamp(1rem,.25vw + .95rem,1.125rem);line-height:1.75;color:var(--text-secondary);max-width:52ch}.about-mission-vision{padding-block:clamp(3.5rem,7vw,5rem);background:var(--background-muted)}.about-mission-vision__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.25rem,2.5vw,1.75rem)}.about-mission-vision__card{display:flex;flex-direction:column;gap:1rem;padding:clamp(1.75rem,3vw,2.25rem);border:1px solid var(--border);border-radius:20px;background:var(--background)}.about-mission-vision__label{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.about-mission-vision__heading{margin:0;font-size:clamp(1.5rem,1.5vw + 1rem,2rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text);max-width:20ch}.about-mission-vision__body{margin:0;font-size:1rem;line-height:1.75;color:var(--text-secondary);max-width:48ch}@media (min-width:768px){.about-mission-vision__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.about-story{--about-story-max-height:min(24rem,32vw)}.about-story__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.about-page *{animation:none!important;transition:none!important}.about-story__picture{transition:none}}