:root {
  --gold: #bc9930;
  --gold-dark: #8a5700;
  --ink: #1d1d1a;
  --muted: #666660;
  --paper: #f4f1e9;
  --red: #d10038;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Open Sans", Arial, Helvetica, sans-serif; margin: 0; min-width: 320px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.history-shell, main > .container { margin-inline: auto; width: min(1180px, calc(100% - 3rem)); }

.site-header { background: var(--ink); border-bottom: 1px solid #3a3a35; color: #fff; position: relative; z-index: 10; }
.site-header__inner { align-items: center; display: flex; justify-content: space-between; min-height: 5.7rem; }
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; text-decoration: none; }
.brand__roundel { display: none; height: 3.2rem; object-fit: contain; width: 3.2rem; }
.brand__wordmark { display: block; height: 4.1rem; object-fit: contain; object-position: left center; width: auto; }
.site-nav { align-items: center; display: flex; gap: 1.7rem; }
.site-nav a { font-size: .82rem; font-weight: 750; letter-spacing: .03em; text-decoration: none; }
.site-nav a:not(.nav-cta) { padding-block: .6rem; position: relative; }
.site-nav a:not(.nav-cta)::after { background: var(--gold); bottom: .25rem; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { background: var(--gold); color: #000; padding: .7rem 1rem; }
.menu-toggle { background: transparent; border: 0; color: inherit; cursor: pointer; display: none; height: 3rem; padding: .7rem; width: 3rem; }
.menu-toggle > span:not(.sr-only) { background: currentColor; display: block; height: 2px; margin-block: 5px; width: 100%; }
.sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

.history-hero { background: var(--ink); color: #fff; overflow: hidden; position: relative; }
.history-hero::after { border: 7rem solid rgba(251, 175, 51, .07); border-radius: 50%; content: ""; height: 34rem; position: absolute; right: -11rem; top: -7rem; width: 34rem; }
.history-hero__inner { align-items: end; display: grid; gap: clamp(3rem, 8vw, 8rem); grid-template-columns: minmax(0, 1fr) auto; min-height: 39rem; padding-block: clamp(5rem, 10vw, 9rem); position: relative; z-index: 1; }
.history-eyebrow { color: var(--gold-dark); font-size: .7rem; font-weight: 800; letter-spacing: .2em; margin: 0 0 1.4rem; text-transform: uppercase; }
.history-hero .history-eyebrow { color: var(--gold); }
.history-hero h1 { font-size: clamp(4rem, 8.5vw, 8.4rem); font-weight: 800; letter-spacing: -.065em; line-height: .86; margin: 0; max-width: 850px; text-transform: uppercase; }
.history-hero__intro { border-left: 6px solid var(--gold); color: #deded9; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.7; margin: 2.2rem 0 0; max-width: 710px; padding-left: 1.3rem; }
.history-year { align-items: flex-start; background: var(--gold); color: #000; display: flex; flex-direction: column; padding: 2rem; transform: rotate(2deg); width: clamp(13rem, 19vw, 17rem); }
.history-year span, .history-year small { font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.history-year strong { font-size: clamp(3.7rem, 6vw, 6rem); font-weight: 800; letter-spacing: -.07em; line-height: 1; margin-block: .45rem .9rem; }
.history-year small { border-top: 1px solid rgba(0, 0, 0, .35); padding-top: .8rem; width: 100%; }

main > .container { padding-block: clamp(5rem, 9vw, 8rem); }
main h2 { font-size: clamp(3rem, 6.2vw, 6rem); font-weight: 800; letter-spacing: -.06em; line-height: .9; margin: 0; max-width: 900px; text-transform: uppercase; }
.history-lead { color: var(--muted); font-size: 1.15rem; line-height: 1.7; margin: 1.5rem 0 3.5rem; max-width: 680px; }
main .row { align-items: start; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr); }
.history-object { background: var(--ink); color: #fff; padding: 1rem; position: sticky; top: 1.5rem; }
.history-object img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.history-object p { color: #c8c8c3; font-size: .82rem; line-height: 1.6; margin: 0; padding: 1.1rem .25rem .2rem; }
.list-group { display: grid; gap: .7rem; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.list-group-item { align-items: center; background: #fff; border: 1px solid rgba(29, 29, 26, .13); display: flex; gap: 1rem; justify-content: space-between; min-height: 4.25rem; padding: .8rem .9rem .8rem 1.15rem; }
.list-group-item > span:first-child { font-size: .88rem; font-weight: 700; line-height: 1.25; }
.list-group-item .badge { background: var(--red) !important; color: #fff; flex: 0 0 auto; font-size: .63rem; font-weight: 800; letter-spacing: .02em; padding: .45rem .55rem; }

.history-footer { background: #000; color: #fff; padding: 4rem 0 2rem; }
.history-brand { display: inline-flex; }
.history-brand img { height: 4.1rem; object-fit: contain; width: auto; }
.history-footer__inner { align-items: center; display: grid; gap: 2rem; grid-template-columns: 1fr auto 1fr; }
.history-footer__inner > p { color: var(--gold); font-size: 1.05rem; font-weight: 800; margin: 0; text-transform: uppercase; }
.footer-social { display: flex; gap: .65rem; justify-content: end; }
.footer-social a { align-items: center; border: 1px solid #3b3b38; color: #c8c8c3; display: inline-flex; height: 2.8rem; justify-content: center; transition: background .2s ease, border-color .2s ease, color .2s ease; width: 2.8rem; }
.footer-social a:hover { background: #2b2b28; border-color: #5a5a55; color: #fff; }
.footer-social svg { fill: currentColor; height: 1.2rem; width: 1.2rem; }
.footer-social__tabler img { height: 1.55rem; object-fit: cover; object-position: right; width: 1.55rem; }
.history-footer__bottom { border-top: 1px solid #30302d; color: #858581; display: flex; font-size: .7rem; justify-content: space-between; margin-top: 2.4rem; padding-top: 1.4rem; }
.history-footer__bottom a { color: inherit; }
.history-footer__bottom a:hover { color: #fff; }

@media (max-width: 950px) {
  .menu-toggle { display: block; }
  .site-nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid rgba(29,29,26,.14); box-shadow: 0 18px 35px rgba(0,0,0,.08); color: var(--ink); display: none; flex-direction: column; gap: .2rem; left: 0; padding: 1rem; position: absolute; right: 0; top: 100%; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .8rem 1rem !important; }
  .site-nav a::after { display: none; }
  .nav-cta { margin-top: .4rem; text-align: center; }
  .history-hero__inner { grid-template-columns: 1fr; }
  .history-year { width: 15rem; }
  main .row { grid-template-columns: 1fr; }
  .history-object { display: grid; grid-template-columns: minmax(170px, 280px) 1fr; position: static; }
  .history-object img { aspect-ratio: 1; }
  .history-object p { align-self: end; font-size: 1rem; padding: 2rem; }
}

@media (max-width: 680px) {
  .history-shell, main > .container { width: min(100% - 2rem, 600px); }
  .site-header__inner { min-height: 4.8rem; }
  .brand__wordmark { display: none; }
  .brand__roundel { display: block; }
  .history-hero__inner { min-height: auto; padding-block: 5rem; }
  .history-hero h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .history-year { transform: none; }
  .list-group { grid-template-columns: 1fr; }
  .history-object { display: block; }
  .history-object img { aspect-ratio: auto; height: auto; object-fit: contain; }
  .history-object p { padding: 1.2rem .25rem .3rem; }
  .history-footer__inner { grid-template-columns: 1fr; text-align: center; }
  .history-footer__inner .history-brand, .history-footer__inner .footer-social { justify-content: center; }
  .history-footer__bottom { align-items: center; flex-direction: column; gap: .5rem; }
}
