.history-page{background:var(--background);min-height:100vh;color:var(--foreground)}.history-hero{padding-top:calc(var(--nav-height,6rem) + 3rem);background:var(--background);text-align:center;padding-bottom:3rem}.history-hero__inner{max-width:1280px;margin-inline:auto;padding-inline:2rem}.history-hero__eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--clr-text-muted,#6b7280);margin-top:5rem;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.history-hero__title{letter-spacing:-.02em;margin:2rem 0 1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.history-body{flex-direction:column;gap:4rem;max-width:1000px;margin-inline:auto;padding:2rem 2rem 6rem;display:flex}.history-card{flex-direction:column;gap:2rem;display:flex}.history-card__image{object-fit:cover;background:var(--surface-low);border-radius:30px;width:100%;max-height:600px}.history-card__content{max-width:800px;margin:0 auto}.history-card__title{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.history-card__body{color:var(--clr-text,#374151);font-size:1.1rem;line-height:1.8}.history-card__body p{margin-bottom:1rem}.history-card__link{background:var(--foreground);color:var(--background);border-radius:4px;margin-top:1.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.history-card__link:hover{opacity:.9}.history-loading{text-align:center;color:var(--clr-text-muted);padding:4rem}
