/* The archive reads naturally; scroll only guides emphasis and the year marker. */
.history{background:#e8ebe4;color:var(--green);padding-top:90px;padding-bottom:100px}
.history>.section-label{margin-bottom:60px}
.history-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12%;align-items:start}
.history-anchor{position:sticky;top:125px;align-self:start}
.history-anchor h2{font-size:clamp(2rem,3.1vw,3.5rem);line-height:1.12;letter-spacing:-.045em}
.history-anchor h2 em{color:#596a54}
.history-year{position:relative;overflow:hidden;margin:35px 0 10px;font:400 clamp(6rem,12.8vw,14rem)/1 var(--display);letter-spacing:-.085em;font-variant-numeric:tabular-nums}
.year-current{display:block}
.history-period{display:flex;justify-content:space-between;gap:20px;font-size:13px;letter-spacing:.06em}
.era-count{color:#5e6c61}
.history-progress{height:2px;background:#bac4b7;margin-top:22px;overflow:hidden}
.history-progress>span{display:block;height:100%;width:100%;background:var(--green);transform:scaleX(0);transform-origin:left}
.history-nav{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-top:18px}
.history-nav a{display:flex;flex-direction:column;gap:5px;padding:10px 3px;border-top:1px solid transparent;transition:color .25s,background .25s}
.history-nav a>span:first-child{font-size:12px;color:#62705f}.history-nav a>span:last-child{font-size:14px}
.history-nav a[aria-current="step"]{border-color:var(--green);background:#132b240b}
.history-nav a:hover{background:#132b2412}
.history-source{display:inline-flex;gap:25px;margin-top:25px;font-size:13px;color:#52634d;border-bottom:1px solid #a2afa0;padding-bottom:5px}
.history-era{position:relative;min-height:83svh;padding:45px 0 70px 30px;border-left:1px solid #b9c3b6;scroll-margin-top:140px}
.history-era:before{content:"";position:absolute;left:-4px;top:50px;width:7px;height:7px;border-radius:50%;background:#a7b5a2;transition:background .4s,box-shadow .4s}
.history-era.is-current:before{background:var(--green);box-shadow:0 0 0 6px #132b2410}
.era-heading .eyebrow{font-size:12px;letter-spacing:.11em;color:#586a51}
.era-heading h3{font:400 clamp(2rem,3.4vw,3.8rem)/1.1 var(--display);letter-spacing:-.045em;margin:20px 0 32px;max-width:450px}
.history-era ol{list-style:none;padding:0;margin:0}
.history-era li{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:15px 0;border-top:1px solid #c7cfc2}
.history-era time{font-size:13px;line-height:1.85;font-variant-numeric:tabular-nums;color:#5b6c55}
.history-era li p{font-size:16px;line-height:1.6;max-width:350px}
.history-era:last-child{min-height:75svh;padding-bottom:20px}
.history-eras{position:relative}
.history-eras:before{content:"";position:absolute;z-index:1;top:0;bottom:0;left:0;width:1px;background:var(--green);transform-origin:top;transform:scaleY(var(--history-progress,0));pointer-events:none}
.reduced .history-eras:before{display:none}
.history-jump{margin-top:22px}
/* Small editorial refinements share one calm motion vocabulary. */
header.solid{background:var(--green)}
::selection{background:var(--coral);color:var(--green)}
header nav>a{position:relative}
header nav>a:not(:last-child):after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s}
header nav>a:hover:after,header nav>a:focus-visible:after{transform:scaleX(1)}
.text-link,.project-open{transition:color .25s,border-color .25s}
.text-link>span,.project-open>span{transition:transform .3s}
.text-link:hover>span,.project-open:hover>span{transform:translate(3px,-3px)}
.history-jump:hover>span{transform:translateY(3px)}
.sectors a,.news-row{transition:padding .3s,color .3s}
.sectors a:hover{padding-left:8px}.news-row:hover{padding-left:10px}
.people-photo img{transition:transform 1.2s cubic-bezier(.2,.6,.2,1)}
.people-photo:hover img{transform:scale(1.025)}
.section-label{letter-spacing:.06em}
.reveal-ready{transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}
.reveal-ready:not(.is-visible){opacity:0;transform:translateY(24px)}
.reduced .history-anchor{position:static}
.reduced .history-era{min-height:0;padding-top:20px;padding-bottom:45px}
.reduced .history-year{margin-top:30px}
.reduced .history-era:before{top:26px}
.reduced .history-progress{display:none}
.reduced .reveal-ready{opacity:1;transform:none;transition:none}
.reduced .people-photo img{transform:none;transition:none}
@media(min-width:1600px){.history-grid{gap:15%}.history-anchor{max-width:620px}}
@media(max-width:800px){
 .history{padding-top:60px;padding-bottom:60px}.history>.section-label{margin-bottom:30px}
 .history-grid{display:block}.history-anchor{top:75px;z-index:15;background:#e8ebe4;padding:15px 0 12px;border-bottom:1px solid #bac4b7}
 .history-anchor h2{font-size:24px}.history-anchor h2 br{display:none}
 .history-year{font-size:76px;margin:14px 0 8px}.history-period{position:absolute;right:0;top:75px;display:flex;flex-direction:column;gap:3px;text-align:right;font-size:12px}
 .history-progress{margin-top:10px}.history-nav{margin-top:8px;gap:5px}.history-nav a{padding:7px 2px;gap:0}.history-nav a>span:first-child{display:none}.history-nav a>span:last-child{font-size:12px}
 .history-source{display:none}.history-era{min-height:0;padding:45px 0 50px 23px;scroll-margin-top:330px}
 .history-era:first-child{padding-top:35px}.history-era:first-child:before{top:40px}
 .era-heading h3{font-size:36px;margin:15px 0 25px}.history-era li{gap:14px;grid-template-columns:42px 1fr}
 .history-era:last-child{min-height:0;padding-bottom:15px}.history-eras{padding-top:15px}
 .reduced .history-anchor{padding-top:0}.reduced .history-period{top:60px}
}
@media(max-height:620px) and (min-width:801px){.history-anchor{top:95px}.history-year{font-size:110px;margin:20px 0 10px}.history-anchor h2{font-size:28px}.history-source{margin-top:12px}.history-nav{margin-top:5px}}
@media(max-height:650px) and (max-width:800px){.history-anchor h2{display:none}.history-year{font-size:50px;margin:0}.history-period{top:20px}.history-era{scroll-margin-top:245px}}
@media(prefers-reduced-motion:reduce){.reveal-ready,.year-current,header nav>a:after,.text-link>span,.project-open>span,.sectors a,.news-row,.people-photo img{transition:none!important;animation:none!important}.reveal-ready{opacity:1!important;transform:none!important}}
