:root {
  --red: #e21b23;
  --red-dark: #b30e15;
  --black: #111214;
  --charcoal: #272b30;
  --steel: #4c535b;
  --paper: #f3f3f1;
  --white: #ffffff;
  --line: #d6d8da;
  --muted: #697078;
  --display: "Oswald", Impact, sans-serif;
  --headline: "Archivo Black", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: #e5e6e7; font-family: var(--body); line-height: 1.5; }
button, input, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--black); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { display: flex; align-items: center; justify-content: space-between; max-width: 1440px; min-height: 34px; margin: 0 auto; padding: 0 26px; color: rgba(255,255,255,.7); background: var(--black); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.utility-bar div { display: flex; gap: 20px; }
.utility-bar strong { color: var(--white); }
.utility-bar p { display: flex; align-items: center; gap: 8px; margin: 0; }
.utility-bar i { width: 7px; height: 7px; border-radius: 50%; background: #44d45c; box-shadow: 0 0 0 3px rgba(68,212,92,.15); }

.site-header { position: sticky; z-index: 50; top: 0; max-width: 1440px; margin: 0 auto; background: var(--white); box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.masthead { display: flex; align-items: center; justify-content: space-between; min-height: 91px; padding: 0 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; }
.brand svg { width: 56px; fill: var(--red); }
.brand > span { position: relative; display: flex; align-items: baseline; padding-bottom: 13px; font-family: var(--headline); font-size: clamp(25px, 3vw, 38px); line-height: 1; letter-spacing: -.06em; }
.brand em { margin-left: 5px; color: var(--red); font-style: italic; }
.brand small { position: absolute; bottom: 0; left: 1px; color: var(--steel); font-family: var(--body); font-size: 8px; font-weight: 800; letter-spacing: .28em; }
.masthead-copy { display: flex; flex-direction: column; align-items: flex-end; color: var(--steel); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.masthead-copy b { color: var(--red); font-family: var(--display); font-size: 18px; letter-spacing: .13em; }
.menu-button { display: none; padding: 9px 13px; color: var(--black); background: var(--white); border: 2px solid var(--black); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav { display: flex; padding: 0 30px; background: var(--red); }
.site-header nav a { position: relative; padding: 13px 22px; color: var(--white); border-right: 1px solid rgba(255,255,255,.22); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.site-header nav a:hover, .site-header nav a.active { background: var(--black); }

main { max-width: 1440px; margin: 0 auto; background: var(--paper); box-shadow: 0 0 28px rgba(0,0,0,.08); }
.lead-grid { display: grid; min-height: 590px; padding: 24px; grid-template-columns: 1.7fr .8fr; gap: 8px; background: var(--charcoal); }
.lead-story { position: relative; min-height: 540px; overflow: hidden; color: var(--white); }
.lead-image, .lead-image img { width: 100%; height: 100%; }
.lead-image img { object-fit: cover; }
.lead-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.12) 70%), linear-gradient(90deg, rgba(0,0,0,.48), transparent 60%); }
.lead-copy { position: absolute; right: 0; bottom: 0; left: 0; max-width: 900px; padding: clamp(26px, 5vw, 66px); }
.story-meta { display: flex; align-items: center; gap: 10px; margin: 0 0 13px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-meta span, .lead-stack p span { padding: 4px 7px; color: var(--white); background: var(--red); }
.lead-copy h1 { max-width: 860px; margin: 0; font-family: var(--headline); font-size: clamp(50px, 5.4vw, 82px); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.lead-copy > p:not(.story-meta) { max-width: 680px; margin: 18px 0; color: rgba(255,255,255,.8); font-size: 15px; }
.lead-copy > a, .lead-stack a { font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.lead-copy > a b { color: var(--red); font-size: 19px; }
.lead-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; }
.lead-stack article { position: relative; min-height: 260px; overflow: hidden; color: var(--white); background: var(--black); }
.lead-stack article::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.92), transparent 80%); }
.lead-stack img { width: 100%; height: 100%; object-fit: cover; }
.lead-stack article > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 22px; }
.lead-stack p { margin: 0 0 8px; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lead-stack h2 { margin: 0 0 11px; font-family: var(--display); font-size: clamp(23px, 2.2vw, 34px); line-height: 1; text-transform: uppercase; }
.lead-stack a { color: #fff; }

.brand-wire { display: flex; min-height: 54px; overflow: hidden; color: var(--white); background: var(--black); border-top: 4px solid var(--red); }
.brand-wire > strong { display: grid; min-width: 130px; padding: 0 24px; place-items: center; background: var(--red); font-family: var(--display); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.brand-wire > div { display: flex; align-items: center; gap: 25px; padding: 0 25px; white-space: nowrap; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.brand-wire i { color: var(--red); font-style: normal; }

.radar { padding: clamp(60px, 7vw, 105px) clamp(22px, 4.5vw, 68px); }
.radar-heading { display: grid; align-items: end; grid-template-columns: 1.2fr .8fr; gap: 50px; margin-bottom: 34px; padding-bottom: 28px; border-bottom: 6px solid var(--black); }
.section-kicker { margin: 0 0 5px; color: var(--red); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.radar-heading h2, .launch-title h2 { margin: 0; font-family: var(--headline); font-size: clamp(48px, 6vw, 84px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.radar-heading > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 13px; }
.filter-deck { display: grid; align-items: end; grid-template-columns: minmax(250px, .8fr) 1.6fr 160px; gap: 22px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--red); }
.search-wrap { position: relative; }
.search-wrap label, .status-select { display: block; color: var(--steel); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.search-wrap input { width: 100%; margin-top: 7px; padding: 10px 34px 10px 0; background: transparent; border: 0; border-bottom: 2px solid var(--black); outline: 0; }
.search-wrap input:focus { border-color: var(--red); }
.search-wrap kbd { position: absolute; right: 0; bottom: 10px; padding: 2px 6px; color: var(--white); background: var(--black); font-size: 9px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 5px; }
.filter-row button { padding: 9px 11px; color: var(--black); background: var(--paper); border: 1px solid var(--line); font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.filter-row button:hover, .filter-row button.active { color: var(--white); background: var(--red); border-color: var(--red); }
.status-select select { width: 100%; margin-top: 7px; padding: 10px; color: var(--black); background: var(--paper); border: 1px solid var(--line); font-size: 11px; }
.feed-meta { display: flex; justify-content: space-between; padding: 16px 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.feed-meta button { padding: 0; color: var(--red); background: transparent; border: 0; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.release-feed { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.release-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; background: var(--white); border: 1px solid var(--line); box-shadow: 0 3px 0 rgba(17,18,20,.12); animation: card-in .4s both; animation-delay: var(--delay); }
@keyframes card-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.release-image { position: relative; display: block; height: 230px; overflow: hidden; background: #d9dade; }
.release-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.release-image:hover img { transform: scale(1.035); }
.status { position: absolute; top: 14px; left: 14px; padding: 6px 9px; color: var(--white); background: var(--red); font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status.available, .status.released, .status.shipping { background: var(--black); }
.status.pre-order { background: #f09216; }
.release-content { display: flex; padding: 22px; flex: 1; flex-direction: column; }
.release-byline { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.release-byline span { color: var(--red); }
.release-brand { margin: 22px 0 4px; color: var(--red); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.release-card h3 { margin: 0; font-family: var(--display); font-size: clamp(27px, 2.2vw, 36px); line-height: .98; text-transform: uppercase; }
.release-deck { min-height: 60px; margin: 13px 0 19px; color: var(--steel); font-size: 12px; font-weight: 600; }
.spec-bar { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-bar span { padding: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-bar small, .release-window small { display: block; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.spec-bar b { display: block; margin-top: 2px; font-family: var(--display); font-size: 12px; text-transform: uppercase; }
.release-summary { margin: 18px 0; color: var(--muted); font-size: 11px; }
.release-window { margin-top: auto; padding: 12px 0; border-top: 3px solid var(--black); }
.release-window strong { font-family: var(--display); font-size: 13px; text-transform: uppercase; }
.source-links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.source-links a { display: flex; justify-content: space-between; padding: 9px; color: var(--white); background: var(--black); font-size: 8px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.source-links a:first-child { background: var(--red); }
.source-links a:hover { filter: brightness(1.18); }
.empty-state, .load-error { padding: 60px 0; text-align: center; }
.empty-state strong { font-family: var(--display); font-size: 34px; text-transform: uppercase; }
.empty-state p { margin: 3px 0; color: var(--muted); }

.launch-board { display: grid; padding: clamp(60px, 7vw, 100px) clamp(22px, 4.5vw, 68px); color: var(--white); background: var(--charcoal); grid-template-columns: .75fr 1.25fr; gap: 70px; }
.launch-title p:not(.section-kicker) { max-width: 430px; color: rgba(255,255,255,.55); font-size: 12px; }
.launch-list { border-top: 1px solid rgba(255,255,255,.25); }
.launch-list article { display: grid; align-items: center; padding: 22px 0; grid-template-columns: 70px 1fr 36px; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.25); }
.launch-list time { display: flex; height: 63px; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--red); font-family: var(--display); text-transform: uppercase; }
.launch-list time b { font-size: 25px; line-height: 1; }
.launch-list time span { font-size: 8px; letter-spacing: .12em; }
.launch-list small { color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.launch-list strong { display: block; font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.launch-list p { margin: 2px 0 0; color: rgba(255,255,255,.5); font-size: 10px; }
.launch-list > article > a { display: grid; width: 34px; height: 34px; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.4); text-decoration: none; }

.brand-film { position: relative; min-height: clamp(380px, 43vw, 610px); overflow: hidden; color: var(--white); background: var(--black); }
.brand-film > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brand-film-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,10,.93) 0%, rgba(8,9,10,.72) 34%, rgba(8,9,10,.06) 72%); }
.brand-film-copy { position: relative; z-index: 1; display: flex; min-height: clamp(380px, 43vw, 610px); max-width: 670px; padding: clamp(46px, 7vw, 100px) clamp(24px, 5vw, 76px); flex-direction: column; justify-content: center; }
.brand-film-copy > p { margin: 0 0 8px; color: var(--red); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.brand-film-copy h2 { margin: 0; font-family: var(--headline); font-size: clamp(52px, 7vw, 100px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.brand-film-copy > span { max-width: 480px; margin: 24px 0; color: rgba(255,255,255,.72); font-size: 14px; }
.brand-film-copy a { align-self: flex-start; color: var(--white); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.brand-film-copy a b { color: var(--red); font-size: 19px; }

footer { display: grid; max-width: 1440px; margin: 0 auto; padding: 52px 34px 30px; color: var(--white); background: var(--black); grid-template-columns: .8fr 1.2fr; gap: 32px; }
.footer-brand svg { fill: var(--white); }
.footer-brand small { color: rgba(255,255,255,.5); }
footer > p { margin: 0; color: rgba(255,255,255,.5); text-align: right; }
footer > small { grid-column: 1 / -1; padding-top: 25px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.15); font-size: 8px; }
.toast { position: fixed; z-index: 90; right: 20px; bottom: 20px; padding: 12px 16px; color: var(--white); background: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transform: translateY(120%); opacity: 0; transition: .22s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 1040px) {
  .lead-grid { grid-template-columns: 1.35fr .75fr; }
  .filter-deck { grid-template-columns: 1fr; }
  .release-feed { grid-template-columns: repeat(2, 1fr); }
  .launch-board { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  body { background: var(--white); }
  .utility-bar { min-height: 29px; padding: 0 15px; }
  .utility-bar div span, .utility-bar p b { display: none; }
  .masthead { min-height: 72px; padding: 0 16px; }
  .brand svg { width: 43px; }
  .brand > span { font-size: 23px; }
  .masthead-copy { display: none; }
  .menu-button { display: block; }
  .site-header nav { position: absolute; top: 72px; right: 0; left: 0; display: none; padding: 0; flex-direction: column; box-shadow: 0 12px 24px rgba(0,0,0,.25); }
  .site-header nav.open { display: flex; }
  .site-header nav a, .site-header nav a:first-child { padding: 14px 18px; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .lead-grid { min-height: 0; padding: 0; grid-template-columns: 1fr; }
  .lead-story { min-height: 540px; }
  .lead-copy { padding: 26px 22px 34px; }
  .lead-copy h1 { font-size: 46px; }
  .lead-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 2px; }
  .lead-stack article { min-height: 240px; }
  .lead-stack article > div { padding: 14px; }
  .lead-stack h2 { font-size: 21px; }
  .brand-wire > div { animation: wire 25s linear infinite; }
  @keyframes wire { to { transform: translateX(-70%); } }
  .radar-heading { grid-template-columns: 1fr; gap: 18px; }
  .release-feed { grid-template-columns: 1fr; }
  .release-image { height: 240px; }
  .release-deck { min-height: 0; }
  .brand-film > img { object-position: 62% center; }
  .brand-film-shade { background: linear-gradient(90deg, rgba(8,9,10,.92) 0%, rgba(8,9,10,.67) 58%, rgba(8,9,10,.12) 100%); }
  .brand-film-copy { max-width: 88%; }
  footer { grid-template-columns: 1fr; }
  footer > p { text-align: left; }
}

@media (max-width: 470px) {
  .lead-stack { grid-template-columns: 1fr; }
  .brand-wire > strong { min-width: 100px; }
  .source-links { grid-template-columns: 1fr; }
  .launch-list article { grid-template-columns: 60px 1fr 32px; gap: 13px; }
  .brand-film { min-height: 520px; }
  .brand-film > img { object-position: 66% center; }
  .brand-film-shade { background: linear-gradient(0deg, rgba(8,9,10,.96) 0%, rgba(8,9,10,.65) 58%, rgba(8,9,10,.08) 100%); }
  .brand-film-copy { min-height: 520px; max-width: none; justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
