/* The history page shares the site's navigation, typography and footer. */
.history-page{--history-muted:#B8C5D4}
.history-wrap{max-width:1200px}
.history-intro{padding:170px 0 68px;background:radial-gradient(ellipse at 85% 35%,rgba(91,155,213,.12),transparent 55%)}
.history-intro h1{font-size:clamp(48px,6.8vw,94px);line-height:1.04;letter-spacing:-.055em;margin:30px 0 36px;font-weight:750}
.history-intro h1 span{color:var(--blue);font-weight:400}
.history-intro-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.history-intro-bottom p{max-width:650px;font-size:19px;line-height:1.65;color:var(--history-muted);margin:0}
.history-explore{flex-shrink:0;font-size:13px;font-weight:650;padding:12px 0;border-bottom:1px solid var(--blue)}
.history-explore span{margin-left:24px;color:var(--blue)}
.history-timeline{padding-top:30px;scroll-margin-top:90px}
.history-chapter{display:grid;grid-template-columns:160px minmax(0,1fr);border-top:1px solid var(--line);padding:64px 0;position:relative}
.history-date{color:var(--blue);font-size:28px;letter-spacing:-.035em;font-weight:650;line-height:1.25;padding-right:20px}
.history-date span{display:block;font-size:22px;font-weight:400;margin-top:3px}
.history-content{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-left:30px;border-left:1px solid var(--line)}
.history-content:before{content:"";position:absolute;top:6px;left:-4px;width:7px;height:7px;border-radius:50%;background:var(--blue)}
.history-copy h2,.history-home h2{font-size:clamp(29px,3vw,42px);line-height:1.12;letter-spacing:-.035em;margin:0 0 22px}
.history-copy p,.history-home-heading p{font-size:16px;line-height:1.75;color:var(--history-muted);margin:0 0 16px}
.history-copy p:last-child{margin-bottom:0}
.history-copy .history-aside{font-size:13px;line-height:1.65;border-top:1px solid var(--line);padding-top:17px;margin-top:25px}
.history-principle{padding:28px 0 28px 35px;color:var(--blue)}
.history-principle span{font-size:13px;color:var(--history-muted)}
.history-principle strong{display:block;font-size:clamp(26px,3vw,38px);line-height:1.18;letter-spacing:-.025em;font-weight:500;margin-top:10px}
.history-figure{margin:0;min-width:0}
.history-figure>img{width:100%;height:auto;border-radius:4px}
.history-figure figcaption{font-size:11px;line-height:1.6;color:var(--history-muted);margin-top:12px}
.history-portrait{width:100%;max-width:347px;justify-self:center}
.history-medical-images{display:grid;gap:28px}
.history-mri strong{font-weight:inherit}
.history-mri strong:after{content:". "}
.history-link{display:inline-flex;gap:24px;align-items:center;color:var(--blue);font-size:14px;font-weight:650;border-bottom:1px solid var(--blue);padding:8px 0;margin-top:10px}
.history-page a:focus-visible{outline:2px solid var(--blue);outline-offset:6px}
.history-page a:hover{color:#fff}
.history-home{padding:80px 0 90px;background:#1D2938}
.history-home-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center;margin-bottom:34px}
.history-home h2{margin-bottom:0}
.history-home-heading p{margin:0}
.history-factory-images{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.history-factory-images img{aspect-ratio:16/9;object-fit:cover}
@media(max-width:1050px){
  .history-chapter{grid-template-columns:128px minmax(0,1fr)}
  .history-content{gap:28px;padding-left:24px}
  .history-date{font-size:25px}
  .history-home-heading{gap:35px}
}
@media(max-width:820px){
  .history-intro{padding-top:170px}
  .history-intro-bottom{display:block}
  .history-explore{display:inline-block;margin-top:24px}
  .history-timeline{scroll-margin-top:126px}
  .history-chapter{grid-template-columns:1fr;padding:40px 0}
  .history-date{display:flex;gap:4px;align-items:baseline;margin-bottom:26px;font-size:25px}
  .history-date span{font-size:22px;margin:0}
  .history-content{gap:30px}
  .history-copy h2{font-size:30px}
  .history-home-heading{grid-template-columns:1fr;gap:24px}
}
@media(max-width:600px){
  .history-intro{padding:158px 0 38px}
  .history-intro .kicker{font-size:9px;letter-spacing:.15em}
  .history-intro h1{font-size:clamp(38px,10vw,58px);margin:24px 0}
  .history-intro-bottom p{font-size:16px}
  .history-timeline{padding-top:10px}
  .history-content{grid-template-columns:1fr;padding-left:20px;gap:26px}
  .history-principle{padding:0}
  .history-principle strong{font-size:28px}
  .history-copy p{font-size:15px}
  .history-copy h2{font-size:29px}
  .history-home{padding:50px 0}
  .history-factory-images{grid-template-columns:1fr;gap:28px}
}
