:root {
  --navy: #071f34;
  --navy-soft: #102e47;
  --yellow: #e3a608;
  --yellow-light: #f4bd27;
  --ink: #12191f;
  --paper: #f3efe6;
  --mist: #dce4e8;
  --white: #fffdf6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.topbar {
  position: sticky; z-index: 50; top: 0; min-height: 68px; padding: 0 clamp(18px, 3.2vw, 58px);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  color: var(--white); background: rgba(7, 31, 52, .97); border-bottom: 4px solid var(--yellow);
}
.topbar > p { margin: 0; color: #c6d0d7; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.topbar-action { justify-self: end; color: var(--yellow-light); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.brand-lockup { display: inline-flex; align-items: center; gap: 13px; color: currentColor; }
.brand-lockup strong { font-size: 29px; line-height: 1; letter-spacing: .035em; }
.brand-lockup-compact { gap: 9px; }
.brand-lockup-compact strong { font-size: 18px; }
.sunmark { position: relative; width: 45px; height: 24px; display: inline-block; overflow: hidden; color: var(--yellow); border: 3px solid currentColor; border-bottom: 0; border-radius: 48px 48px 0 0; }
.brand-lockup-compact .sunmark { width: 32px; height: 17px; border-width: 2px; }
.sunmark:after { content: ""; position: absolute; left: 7px; right: 7px; bottom: 0; height: 3px; background: currentColor; }
.brand-lockup-compact .sunmark:after { left: 5px; right: 5px; height: 2px; }
.sunmark i { position: absolute; left: 50%; bottom: 1px; width: 2px; height: 18px; background: currentColor; transform-origin: bottom; }
.brand-lockup-compact .sunmark i { width: 1.5px; height: 13px; }
.sunmark i:nth-child(1) { transform: rotate(-58deg); }
.sunmark i:nth-child(2) { transform: rotate(-29deg); }
.sunmark i:nth-child(3) { transform: rotate(0); }
.sunmark i:nth-child(4) { transform: rotate(29deg); }
.sunmark i:nth-child(5) { transform: rotate(58deg); }
.eyebrow { margin: 0 0 20px; color: #746c60; font-size: 10px; line-height: 1.4; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }

.cover { min-height: calc(100vh - 68px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); border-bottom: 1px solid var(--ink); }
.cover-copy { position: relative; padding: clamp(62px, 8vw, 132px) clamp(28px, 7vw, 118px); display: flex; flex-direction: column; justify-content: center; overflow: hidden; background-image: linear-gradient(#071f3408 1px, transparent 1px), linear-gradient(90deg, #071f3408 1px, transparent 1px); background-size: 31px 31px; }
.cover-copy:before { content: "136"; position: absolute; right: -22px; bottom: -79px; color: #071f3408; font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: clamp(240px, 31vw, 530px); line-height: .72; }
.cover-copy > * { position: relative; z-index: 1; }
.cover h1 { max-width: 1060px; margin: 0; color: var(--navy); font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: clamp(58px, 7.6vw, 130px); line-height: .86; letter-spacing: -.025em; text-transform: uppercase; }
.cover h1 em { color: var(--yellow); font-style: normal; text-shadow: 2px 2px 0 var(--navy); }
.cover-lead { max-width: 820px; margin: 31px 0 0; color: #484943; font-size: clamp(16px, 1.35vw, 21px); line-height: 1.58; }
.primary-action { width: max-content; margin-top: 34px; padding: 15px 18px; color: var(--white); background: var(--navy); border: 1px solid var(--navy); box-shadow: 6px 6px 0 var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.cover-proof { position: relative; min-height: 620px; padding: clamp(38px, 5vw, 82px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--white); background: var(--navy); border-left: 1px solid var(--ink); }
.cover-proof:before { content: ""; position: absolute; width: 125%; aspect-ratio: 1; left: 31%; bottom: -66%; border: clamp(42px, 5vw, 88px) solid var(--yellow); border-radius: 50%; }
.cover-proof > * { position: relative; z-index: 1; }
.proof-brand { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; }
.proof-brand > span:last-child { padding-left: 20px; border-left: 1px solid #ffffff4a; color: #cbd6de; font-size: 10px; line-height: 1.5; font-weight: 900; letter-spacing: .15em; text-align: right; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #fff; border: 1px solid #ffffff5e; }
.proof-grid article { min-width: 0; padding: clamp(18px, 2vw, 31px) 14px; background: var(--navy); }
.proof-grid strong { display: block; color: var(--yellow-light); font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: clamp(40px, 5vw, 83px); line-height: .9; }
.proof-grid span { display: block; margin-top: 9px; color: #d9e1e6; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.proof-note { max-width: 390px; padding: 15px 17px; color: var(--navy); background: var(--yellow); border: 1px solid #020e18; box-shadow: 5px 5px 0 #020e18; font-size: 10px; line-height: 1.45; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.board-index { padding: clamp(70px, 8vw, 125px) clamp(22px, 5vw, 82px); display: grid; grid-template-columns: minmax(290px, .68fr) minmax(0, 1.32fr); gap: clamp(46px, 7vw, 120px); color: var(--white); background: var(--ink); }
.index-heading { align-self: start; position: sticky; top: 115px; }
.index-heading .eyebrow { color: var(--yellow); }
.index-heading h2 { margin: 0; font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: clamp(55px, 6.5vw, 108px); line-height: .86; text-transform: uppercase; }
.index-heading > p:last-child { max-width: 460px; margin: 26px 0 0; color: #bfc3c1; font-size: 15px; line-height: 1.55; }
.index-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; align-self: start; background: #ffffff26; border: 1px solid #ffffff26; }
.index-grid a { min-height: 90px; padding: 18px; display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; align-items: center; background: #1d2429; }
.index-grid a:hover { color: var(--navy); background: var(--yellow); }
.index-grid a > span { color: var(--yellow); font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 29px; }
.index-grid a:hover > span { color: var(--navy); }
.index-grid div { min-width: 0; }
.index-grid strong, .index-grid small { display: block; }
.index-grid strong { overflow: hidden; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.index-grid small { margin-top: 6px; color: #9fa6a9; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.index-grid a:hover small { color: #314150; }
.index-grid b { font-size: 18px; }

.boards { background: #11191f; }
.board { min-height: 100vh; padding: clamp(52px, 7vh, 100px) clamp(16px, 3vw, 55px); display: flex; align-items: center; scroll-margin-top: 68px; border-top: 1px solid #ffffff1b; }
.board:nth-child(even) { background: #172128; }
.board-frame { width: 100%; max-width: 1840px; margin: 0 auto; display: grid; grid-template-columns: clamp(230px, 17vw, 305px) minmax(0, 1fr); overflow: hidden; background: var(--white); border: 1px solid #02080d; box-shadow: 15px 15px 0 #02080d; }
.board-rail { position: relative; min-width: 0; padding: 30px 26px 24px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--navy); border-right: 8px solid var(--yellow); }
.board-rail:after { content: ""; position: absolute; width: 230px; height: 230px; left: -132px; bottom: -135px; border: 42px solid var(--yellow); border-radius: 50%; opacity: .8; }
.board-rail > * { position: relative; z-index: 1; }
.board-rail-copy { padding: 45px 0; }
.board-number { display: block; margin-bottom: 23px; color: var(--yellow); font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: clamp(78px, 7.5vw, 126px); line-height: .7; }
.board-rail-copy > p { margin: 0 0 10px; color: #b9c7d0; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.board-rail-copy h2 { margin: 0; font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: clamp(33px, 3.2vw, 55px); line-height: .92; text-transform: uppercase; }
.board-range { width: max-content; max-width: 100%; margin-top: 19px; padding: 7px 9px; display: block; color: var(--navy); background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.board-rail-foot { display: flex; align-items: center; gap: 10px; color: #bcc9d2; font-size: 8px; line-height: 1.45; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.board-rail-foot:first-letter { color: var(--yellow); font-size: 20px; }

.board-visual { min-width: 0; display: flex; flex-direction: column; background: var(--mist); }
.board-caption { min-height: 64px; padding: 12px 19px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy); background: var(--white); border-bottom: 1px solid #aeb9bf; }
.board-caption div { min-width: 0; }
.board-caption div > span, .board-caption div > strong { display: block; }
.board-caption div > span { margin-bottom: 4px; color: #7e756a; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.board-caption div > strong { overflow: hidden; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.board-caption > a { flex: 0 0 auto; padding: 6px 8px; color: var(--navy); background: var(--yellow); border: 1px solid var(--navy); font-size: 7px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.board-caption > a:hover { color: var(--white); background: var(--navy); }
.board-image { min-height: 0; aspect-ratio: 1672 / 941; display: grid; place-items: center; overflow: hidden; background: var(--mist); }
.board-image img { width: 100%; height: 100%; display: block; object-fit: contain; }

.board-products { background: var(--white); border-top: 1px solid #aeb9bf; }
.board-products summary { min-height: 52px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.board-products summary::-webkit-details-marker { display: none; }
.board-products summary:after { content: "+"; width: 24px; height: 24px; display: grid; place-items: center; color: var(--white); background: var(--navy); font-size: 16px; }
.board-products[open] summary:after { content: "−"; }
.board-products summary strong { margin-left: auto; color: #675e53; }
.board-products ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #cbc8c0; list-style: none; }
.board-products li { min-width: 0; min-height: 67px; padding: 11px 13px; display: grid; grid-template-columns: 33px 1fr auto; gap: 9px; align-items: start; border-right: 1px solid #dedad2; border-bottom: 1px solid #dedad2; }
.board-products li > span { color: var(--yellow); font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: 20px; line-height: 1; }
.board-products li div { min-width: 0; }
.board-products li strong, .board-products li small { display: block; }
.board-products li strong { overflow: hidden; color: var(--navy); font-size: 9px; line-height: 1.35; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.board-products li small { margin-top: 4px; overflow: hidden; color: #736d63; font-size: 7px; line-height: 1.35; white-space: nowrap; text-overflow: ellipsis; }
.board-products li b { color: #3b765e; }
.board-products .data-note { grid-column: 1 / -1; display: block; min-height: auto; color: #736d63; font-size: 10px; }

.closing { padding: clamp(75px, 9vw, 145px) clamp(24px, 7vw, 115px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr) auto; gap: clamp(35px, 6vw, 100px); align-items: end; background: var(--yellow); border-top: 1px solid var(--ink); }
.closing .eyebrow { color: var(--navy); }
.closing h2 { margin: 0; color: var(--navy); font-family: Impact, "Arial Narrow Bold", sans-serif; font-size: clamp(50px, 7vw, 112px); line-height: .86; text-transform: uppercase; }
.closing h2 em { color: var(--white); font-style: normal; text-shadow: 2px 2px 0 var(--navy); }
.closing > p { margin: 0; padding-left: 19px; color: #2b343b; border-left: 4px solid var(--navy); font-size: 13px; line-height: 1.6; }
.closing > a { width: max-content; padding: 13px 15px; color: var(--white); background: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.site-footer { min-height: 82px; padding: 20px clamp(20px, 4vw, 70px); display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; color: #bdc9d1; background: var(--navy); }
.site-footer p { margin: 0; font-size: 9px; line-height: 1.5; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.site-footer > span:last-child { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.noscript { margin: 0; padding: 20px; color: #fff; background: #b42318; text-align: center; }

@media (max-width: 1100px) {
  .cover { grid-template-columns: 1fr; }
  .cover-proof { min-height: 520px; border-left: 0; border-top: 1px solid var(--ink); }
  .board-index { grid-template-columns: 1fr; }
  .index-heading { position: static; }
  .board-frame { grid-template-columns: 220px minmax(0, 1fr); }
  .closing { grid-template-columns: 1fr 1fr; }
  .closing > a { grid-column: 2; }
}

@media (max-width: 760px) {
  .topbar { min-height: 62px; padding: 0 15px; grid-template-columns: 1fr auto; }
  .topbar > p { display: none; }
  .topbar-action { font-size: 8px; }
  .cover { min-height: auto; }
  .cover-copy { padding: 66px 22px 75px; }
  .cover h1 { font-size: clamp(52px, 15vw, 80px); }
  .cover-lead { font-size: 15px; }
  .cover-proof { min-height: 430px; padding: 34px 22px; }
  .proof-brand .brand-lockup strong { font-size: 22px; }
  .proof-grid article { padding: 20px 10px; }
  .proof-grid strong { font-size: 44px; }
  .board-index { padding: 64px 16px; gap: 38px; }
  .index-grid { grid-template-columns: 1fr; }
  .index-grid a { min-height: 78px; }
  .board { min-height: 0; padding: 42px 12px; scroll-margin-top: 62px; }
  .board-frame { grid-template-columns: 1fr; box-shadow: 8px 8px 0 #02080d; }
  .board-rail { min-height: 275px; padding: 22px 20px; border-right: 0; border-bottom: 7px solid var(--yellow); }
  .board-rail-copy { padding: 35px 0 27px; }
  .board-number { position: absolute; right: 0; top: 28px; margin: 0; font-size: 112px; opacity: .18; }
  .board-rail-copy h2 { max-width: 78%; font-size: 45px; }
  .board-caption { min-height: 58px; padding: 10px 12px; }
  .board-caption > a { display: none; }
  .board-image { aspect-ratio: 16 / 10; }
  .board-products summary { padding: 0 12px; font-size: 8px; }
  .board-products ol { grid-template-columns: 1fr; }
  .closing { padding: 70px 22px; grid-template-columns: 1fr; gap: 34px; }
  .closing h2 { font-size: 58px; }
  .closing > a { grid-column: auto; }
  .site-footer { padding: 25px 20px; grid-template-columns: 1fr; gap: 13px; }
  .site-footer p { text-align: left; }
}

@media print {
  @page { size: A4 landscape; margin: 0; }
  .topbar { display: none; }
  .cover, .board-index, .closing { min-height: 100vh; break-after: page; }
  .board { min-height: 100vh; padding: 24px; break-after: page; background: #11191f !important; }
  .board-frame { grid-template-columns: 20% 80%; box-shadow: none; }
  .board-products { display: none; }
  .site-footer { display: none; }
}
