@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');
.history-page{min-height:100vh;background:#f5f4ef;color:#142536;font-family:Inter,Arial,sans-serif}.history-page__header{position:sticky;top:0;z-index:20;height:88px;padding:0 clamp(24px,6vw,96px);gap:28px;display:flex;align-items:center;justify-content:space-between;background:#0e2a47;border-bottom:1px solid rgba(244,196,0,.3);box-shadow:0 10px 28px rgba(4,20,35,.18)}.history-page__header img{width:154px;height:auto}.history-page__header nav{display:flex;align-items:center;gap:clamp(18px,2.6vw,42px);margin-left:auto}.history-page__header nav a,.history-page__back{font:500 11px 'DM Mono';letter-spacing:.04em;text-transform:uppercase;color:#dbe5e8;text-decoration:none;transition:color .2s ease}.history-page__header nav a:hover,.history-page__header nav .is-active,.history-page__back:hover{color:#f4c400}.history-page__header-cta{background:#f4c400!important;color:#0e2a47!important;padding:13px 17px}.history-page__back{display:none}.history-page article{max-width:1280px;margin:auto;padding:clamp(70px,8vw,120px) clamp(24px,5vw,80px) clamp(84px,9vw,140px)}.history-page__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:center;gap:clamp(44px,7vw,120px)}.history-page__intro-copy>span,.history-page__eyebrow{color:#77898a;font:500 10px 'DM Mono';letter-spacing:.14em;text-transform:uppercase}.history-page h1{max-width:790px;margin:22px 0 27px;color:#0e2a47;font:500 clamp(54px,6.5vw,104px)/.91 Inter;letter-spacing:-.075em}.history-page h1 em{display:block;color:#0e2a47;font-family:'Playfair Display',Georgia,serif;font-style:italic}.history-page__lead{max-width:670px;margin:0;color:#566b72;font-size:clamp(17px,1.45vw,21px);line-height:1.65}.history-page__institutional{position:relative;margin:0;background:#0e2a47;box-shadow:24px 28px 0 #f4c400;overflow:hidden}.history-page__institutional-image{display:block;width:100%;height:clamp(350px,42vw,560px);object-fit:cover;filter:saturate(.78) contrast(1.03);transition:transform .7s ease}.history-page__institutional:hover .history-page__institutional-image{transform:scale(1.025)}.history-page__institutional figcaption{position:absolute;right:0;bottom:0;left:0;padding:18px 20px;background:linear-gradient(transparent,rgba(14,42,71,.92));color:#fff;font:11px 'DM Mono';letter-spacing:.03em}.history-page__grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(80px,10vw,150px);border-top:1px solid #aebdba;border-bottom:1px solid #aebdba}.history-page__grid section{min-height:190px;padding:30px 28px;border-right:1px solid #aebdba;display:flex;flex-direction:column;justify-content:space-between}.history-page__grid section:last-child{border-right:0}.history-page__grid strong{color:#0e2a47;font:500 clamp(72px,8vw,124px)/.8 'Playfair Display';transition:color .25s ease,transform .25s ease}.history-page__grid section:hover strong{color:#f4c400;transform:translateX(5px)}.history-page__grid span{color:#53696e;font:500 11px 'DM Mono';letter-spacing:.1em;text-transform:uppercase}.history-page__copy{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(40px,9vw,150px);padding:clamp(86px,10vw,140px) 0 35px}.history-page__copy h2{max-width:560px;margin:18px 0 0;color:#0e2a47;font:500 clamp(42px,5vw,76px)/1.02 'Playfair Display';letter-spacing:-.045em}.history-page__copy p{max-width:600px;margin:0 0 18px;color:#5d7074;font-size:16px;line-height:1.8}.history-page__states{display:flex;gap:10px;margin-top:32px}.history-page__states span{display:grid;place-items:center;width:54px;height:54px;border:1px solid #aebdba;color:#0e2a47;font:700 11px 'DM Mono';transition:background .2s ease,color .2s ease}.history-page__states span:hover{background:#f4c400;border-color:#f4c400}.history-page__cta{display:inline-flex;align-items:center;gap:24px;margin-top:24px;padding:17px 22px;background:#f4c400;color:#0e2a47;font:700 11px 'DM Mono';text-transform:uppercase;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.history-page__cta:hover{transform:translateY(-3px);box-shadow:0 13px 26px rgba(14,42,71,.17)}.history-page__cta b{font-size:17px}
@media(max-width:850px){.history-page__header nav{gap:13px}.history-page__header nav a:not(.history-page__header-cta){font-size:9px}.history-page__intro{grid-template-columns:1fr}.history-page__institutional{max-width:620px}.history-page__copy{grid-template-columns:1fr;gap:34px}}
@media(max-width:600px){.history-page__header{height:72px}.history-page__header nav{display:none}.history-page__back{display:block}.history-page__header img{width:128px}.history-page article{padding:58px 20px 76px}.history-page h1{font-size:clamp(48px,14vw,70px)}.history-page__institutional{box-shadow:12px 14px 0 #f4c400}.history-page__institutional-image{height:300px}.history-page__grid{grid-template-columns:1fr;margin-top:80px}.history-page__grid section{min-height:145px;padding:26px 20px;border-right:0;border-bottom:1px solid #aebdba}.history-page__grid section:last-child{border-bottom:0}.history-page__copy{padding-top:78px}}
