:root {
  --black: #080808;
  --black-2: #10100f;
  --black-3: #171716;
  --line: #30302d;
  --line-hot: #55514c;
  --bone: #e9e6dc;
  --muted: #98968e;
  --faint: #66645f;
  --signal: #ff4d00;
  --live: #adff2f;
  --display: "Barlow Condensed", sans-serif;
  --body: "Inter", sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 74px; background: var(--black); }
body {
  margin: 0;
  color: var(--bone);
  background: var(--black);
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; }
.skip-link { position: fixed; top: -60px; left: 12px; z-index: 500; padding: 10px 13px; color: var(--black); background: var(--signal); font-weight: 700; }
.skip-link:focus { top: 12px; }

.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 64px;
  display: grid;
  grid-template-columns: 245px 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(8,8,8,.94);
  backdrop-filter: blur(16px);
}
.brand { height: 100%; padding: 0 22px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--line); }
.brand img { width: 30px; height: 30px; }
.brand-name { font: 900 25px/1 var(--display); letter-spacing: .015em; }
.brand-name span { color: var(--signal); }
.primary-nav { height: 100%; display: flex; align-items: stretch; }
.primary-nav a { min-width: 105px; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--muted); font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; transition: color .15s, background .15s; }
.primary-nav a:hover { color: var(--bone); background: var(--black-3); }
.mast-status { height: 100%; display: flex; align-items: center; gap: 9px; padding-left: 20px; color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.status-light { width: 7px; height: 7px; border-radius: 50%; background: var(--faint); }
.status-light.live { background: var(--live); box-shadow: 0 0 12px rgba(173,255,47,.45); }
.status-light.error { background: var(--signal); }
.mast-time { margin-left: 10px; color: var(--faint); }
.refresh-button { width: 63px; height: 63px; margin-left: 10px; display: grid; place-items: center; border: 0; border-left: 1px solid var(--line); color: var(--bone); background: transparent; }
.refresh-button:hover { color: var(--signal); background: var(--black-3); }
.refresh-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.refresh-button.loading svg { animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.news-ticker { height: 30px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--signal); color: var(--black); font: 600 9px/30px var(--mono); letter-spacing: .11em; white-space: nowrap; }
.news-ticker div { width: max-content; animation: crawl 30s linear infinite; }
.news-ticker span { margin: 0 22px; padding: 3px 6px; border: 1px solid var(--black); font-weight: 600; }
.news-ticker i { margin: 0 18px; font-style: normal; }
@keyframes crawl { to { transform: translateX(-50%); } }

.opening { min-height: 520px; display: grid; grid-template-columns: 1fr 270px; border-bottom: 1px solid var(--line); }
.opening-copy { position: relative; padding: clamp(70px, 9vw, 125px) clamp(24px, 6vw, 92px); overflow: hidden; }
.opening-copy::after {
  content: "LW";
  position: absolute;
  right: -24px;
  bottom: -100px;
  color: transparent;
  -webkit-text-stroke: 1px #21211f;
  font: 900 min(36vw, 500px)/1 var(--display);
  letter-spacing: -.1em;
  pointer-events: none;
}
.transmission { position: relative; z-index: 1; margin-bottom: 28px; color: var(--muted); font: 500 10px var(--mono); letter-spacing: .11em; }
.transmission span { margin-right: 9px; padding: 5px 7px; color: var(--black); background: var(--signal); font-weight: 600; }
.opening h1 { position: relative; z-index: 1; max-width: 980px; margin: 0; font: 800 clamp(65px, 9vw, 132px)/.78 var(--display); text-transform: uppercase; letter-spacing: -.045em; }
.opening h1 em { color: var(--signal); font-style: normal; }
.opening-copy > p { position: relative; z-index: 1; max-width: 630px; margin: 37px 0 0; color: var(--muted); font-size: clamp(15px, 1.6vw, 19px); line-height: 1.6; }
.opening-index { display: grid; grid-template-rows: repeat(4, 1fr); border-left: 1px solid var(--line); }
.opening-index > div { padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border-bottom: 1px solid var(--line); }
.opening-index > div:last-child { border-bottom: 0; }
.opening-index span { color: var(--faint); font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.opening-index strong { font: 700 39px var(--display); }

.wire-section { border-bottom: 1px solid var(--line); }
.section-bar { min-height: 112px; padding: 0 clamp(20px, 4vw, 62px); display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); }
.section-bar > div:first-child { display: flex; align-items: baseline; gap: 18px; }
.section-number { color: var(--signal); font: 500 10px var(--mono); }
.section-bar h2 { margin: 0; font: 800 clamp(38px, 5vw, 67px)/1 var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.section-bar > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; }

.lead-grid { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(310px, .9fr); min-height: 570px; }
.lead-story { position: relative; min-height: 570px; overflow: hidden; border-right: 1px solid var(--line); background: var(--black-2); }
.lead-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.04); opacity: .72; transition: transform .5s, filter .5s; }
.lead-story:hover > img { transform: scale(1.018); filter: saturate(.95) contrast(1.04); }
.lead-story::after { content: ""; position: absolute; inset: 0; background: rgba(8,8,8,.15); }
.lead-copy { position: absolute; z-index: 2; inset: auto 0 0; width: min(94%, 1040px); padding: clamp(25px, 4vw, 48px); background: rgba(8,8,8,.95); border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
.wire-meta { margin-bottom: 15px; color: var(--signal); font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.lead-copy h3 { max-width: 970px; margin: 0; font: 700 clamp(36px, 5.1vw, 72px)/.98 var(--display); letter-spacing: -.02em; }
.read-link { display: inline-block; margin-top: 24px; padding-bottom: 3px; border-bottom: 1px solid var(--signal); font: 600 10px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.signal-stack { display: grid; grid-template-rows: 1fr 1fr; }
.lead-signal { position: relative; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--black-2); }
.lead-signal:last-child { border-bottom: 0; }
.lead-signal.signal-deal { color: var(--black); background: var(--signal); }
.lead-signal-tag { display: flex; justify-content: space-between; font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.lead-signal h3 { margin: auto 0 12px; font: 700 clamp(28px, 3vw, 42px)/.95 var(--display); text-transform: uppercase; }
.signal-price { display: flex; align-items: baseline; gap: 10px; }
.signal-price strong { font: 700 27px var(--display); }
.signal-price del { opacity: .55; font-size: 12px; }
.signal-action { margin-top: 18px; font: 600 9px var(--mono); text-transform: uppercase; letter-spacing: .05em; }

.control-row { display: grid; grid-template-columns: minmax(250px, 1.6fr) repeat(3, minmax(125px, .55fr)) auto; border-bottom: 1px solid var(--line); }
.control-row > * { min-height: 76px; border-right: 1px solid var(--line); }
.control-row > *:last-child { border-right: 0; }
.search-control { display: flex; align-items: center; gap: 11px; padding: 0 22px; }
.search-control svg { width: 17px; flex: 0 0 auto; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.search-control input { width: 100%; height: 100%; border: 0; outline: 0; color: var(--bone); background: transparent; font: 500 11px var(--mono); letter-spacing: .06em; }
.search-control input::placeholder { color: var(--faint); }
.search-control kbd { color: var(--faint); font: 500 10px var(--mono); }
.select-control { position: relative; padding: 14px 18px 10px; }
.select-control span { display: block; color: var(--faint); font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.select-control select { width: 100%; height: 34px; padding: 0; border: 0; outline: 0; color: var(--bone); background: var(--black); font: 600 11px var(--body); }
.saved-control { padding: 0 23px; border: 0; color: var(--muted); background: transparent; font: 500 10px var(--mono); text-transform: uppercase; }
.saved-control b { margin-left: 7px; color: var(--bone); }
.saved-control[aria-pressed="true"] { color: var(--black); background: var(--signal); }
.saved-control[aria-pressed="true"] b { color: var(--black); }

.deal-heading { width: min(100%, 1600px); height: 44px; margin-inline: auto; display: grid; grid-template-columns: minmax(0,1fr) 180px 190px; align-items: center; padding: 0 clamp(20px, 4vw, 62px); border-bottom: 1px solid var(--line); color: var(--faint); font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.deal-heading span:nth-child(n+2) { padding-left: 20px; }
.deal-list { width: min(100%, 1600px); margin-inline: auto; padding: 0 clamp(20px, 4vw, 62px); }
.deal-row { position: relative; min-height: 138px; display: grid; grid-template-columns: minmax(0,1fr) 180px 190px; align-items: center; border-bottom: 1px solid var(--line); transition: background .15s; }
.deal-row:hover { background: var(--black-2); }
.deal-primary { min-width: 0; display: grid; grid-template-columns: 220px minmax(0,1fr); align-items: center; gap: 24px; padding: 17px 28px 17px 0; }
.deal-cover { position: relative; width: 220px; height: 104px; overflow: hidden; border: 1px solid var(--line); background: var(--black-3); }
.deal-cover::before { content: "LW"; position: absolute; inset: 0; display: grid; place-items: center; color: #3e3e3e; font: 800 24px/.8 var(--display); letter-spacing: -.05em; }
.deal-cover img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; background: #111; image-rendering: auto; }
.deal-cover.low-resolution img { object-fit: contain; padding: 0; }
.deal-cut { position: absolute; z-index: 2; left: 6px; bottom: 6px; padding: 5px 8px; border: 2px solid var(--black); color: var(--black); background: var(--signal); font: 700 9px/1 var(--mono); white-space: nowrap; }
.deal-copy { min-width: 0; }
.deal-copy h3 { margin: 0 0 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 700 22px var(--display); text-transform: uppercase; letter-spacing: .005em; }
.deal-store { color: var(--faint); font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.deal-signal { align-self: stretch; padding: 0 20px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); color: var(--muted); font: 500 9px/1.45 var(--mono); text-transform: uppercase; }
.deal-signal strong { font: inherit; }
.deal-signal span { color: var(--faint); }
.deal-signal.hot strong { color: var(--signal); }
.deal-price { align-self: stretch; padding: 0 43px 0 20px; display: flex; flex-direction: column; justify-content: center; gap: 2px; border-left: 1px solid var(--line); }
.deal-price strong { font: 700 29px/1 var(--display); white-space: nowrap; }
.deal-price del { color: var(--faint); font-size: 11px; }
.save-button { position: absolute; z-index: 3; right: 12px; top: 12px; width: 27px; height: 27px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); color: var(--muted); background: var(--black); }
.save-button:hover, .save-button.saved { color: var(--black); background: var(--signal); border-color: var(--signal); }
.save-button svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.save-button.saved svg { fill: currentColor; }
.result-line { height: 54px; display: grid; place-items: center; color: var(--faint); font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.free-section { background: var(--bone); color: var(--black); }
.section-bar-invert { border-color: #c4c0b5; }
.section-bar-invert > p { color: #66635d; }
.claim-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.claim-card { position: relative; min-height: 460px; overflow: hidden; border-right: 1px solid #c4c0b5; background: #d4d0c5; }
.claim-card:last-child { border-right: 0; }
.claim-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .5s, filter .5s; }
.claim-card:hover > img { transform: scale(1.02); filter: saturate(1); }
.claim-card::after { content: ""; position: absolute; inset: 0; background: rgba(8,8,8,.2); }
.claim-copy { position: absolute; z-index: 2; inset: auto 0 0; width: min(92%, 620px); padding: 26px 32px 30px; color: var(--bone); background: rgba(8,8,8,.94); border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
.claim-tag { display: inline-block; margin-bottom: 13px; padding: 5px 7px; color: var(--black); background: var(--signal); font: 600 8px var(--mono); text-transform: uppercase; }
.claim-copy h3 { margin: 0; font: 700 clamp(35px, 4vw, 58px)/.92 var(--display); text-transform: uppercase; }
.claim-copy p { margin: 13px 0 0; color: #bbb8af; font: 500 9px var(--mono); text-transform: uppercase; }
.claim-copy strong { display: inline-block; margin-top: 21px; padding-bottom: 3px; border-bottom: 1px solid var(--signal); font: 600 9px var(--mono); text-transform: uppercase; }

.story-list { padding: 0 clamp(20px, 4vw, 62px); counter-reset: stories; }
.story-row { min-height: 98px; display: grid; grid-template-columns: 45px 145px 1fr 100px; align-items: center; border-bottom: 1px solid var(--line); transition: background .15s; counter-increment: stories; }
.story-row:hover { background: var(--black-2); }
.story-row::before { content: counter(stories, decimal-leading-zero); color: var(--faint); font: 500 9px var(--mono); }
.story-source { color: var(--signal); font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.story-row h3 { max-width: 980px; margin: 0; font: 600 clamp(22px, 2.5vw, 34px)/1.05 var(--display); }
.story-time { justify-self: end; color: var(--faint); font: 500 8px var(--mono); text-transform: uppercase; }

.radar-section { background: var(--black-2); }
.radar-tabs { display: flex; align-self: stretch; }
.radar-tabs button { min-width: 100px; border: 0; border-left: 1px solid var(--line); color: var(--muted); background: transparent; font: 500 9px var(--mono); text-transform: uppercase; }
.radar-tabs button.active { color: var(--black); background: var(--signal); }
.radar-list { width: min(100%, 1600px); margin-inline: auto; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.radar-card { min-width: 0; min-height: 275px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .15s; }
.radar-card:nth-child(4n) { border-right: 0; }
.radar-card:hover { background: #191918; }
.radar-art { position: relative; aspect-ratio: 616 / 353; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--black-3); }
.radar-art::before { content: "LW / RADAR"; position: absolute; inset: 0; display: grid; place-items: center; color: #3e3e3e; font: 700 12px var(--mono); letter-spacing: .08em; }
.radar-art img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; background: #111; transition: transform .3s, filter .3s; }
.radar-card:hover .radar-art img { transform: scale(1.015); filter: saturate(1.08); }
.radar-state { position: absolute; z-index: 2; left: 10px; top: 10px; padding: 5px 7px; border: 1px solid var(--black); color: var(--black); background: var(--signal); font: 700 8px/1 var(--mono); text-transform: uppercase; }
.radar-copy { min-width: 0; min-height: 116px; padding: 17px 19px 18px; display: flex; flex: 1; flex-direction: column; }
.radar-copy h3 { margin: 0; overflow-wrap: anywhere; font: 700 24px/1.02 var(--display); text-transform: uppercase; }
.radar-meta { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; gap: 12px; color: var(--faint); font: 500 8px var(--mono); text-transform: uppercase; }
.radar-meta strong { color: var(--signal); }

.notes-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.note-row { min-height: 310px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); transition: color .15s, background .15s; }
.note-row:last-child { border-right: 0; }
.note-row:hover { color: var(--black); background: var(--signal); }
.note-index { color: var(--faint); font: 500 9px var(--mono); }
.note-row:hover .note-index, .note-row:hover p { color: #3f1807; }
.note-row h3 { margin: auto 0 13px; font: 700 36px/.95 var(--display); text-transform: uppercase; }
.note-row p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.note-row b { margin-top: 25px; font: 600 9px var(--mono); text-transform: uppercase; }

.site-footer { min-height: 170px; padding: 35px clamp(20px, 4vw, 62px); display: grid; grid-template-columns: 1.1fr 1fr 1.5fr auto; align-items: start; gap: 40px; color: var(--faint); font: 500 8px/1.7 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.footer-logo { display: flex; align-items: center; gap: 10px; color: var(--bone); font: 800 20px var(--display); }
.site-footer p { margin: 5px 0 0; }
.site-footer a { color: var(--bone); }

.empty-state { grid-column: 1 / -1; min-height: 180px; display: grid; place-items: center; padding: 30px; color: var(--muted); border-bottom: 1px solid var(--line); font: 500 10px var(--mono); text-align: center; text-transform: uppercase; }
.free-section .empty-state { color: #5f5c55; border-color: #c4c0b5; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 22px; transform: translate(-50%, 20px); padding: 10px 14px; color: var(--black); background: var(--signal); font: 600 9px var(--mono); text-transform: uppercase; opacity: 0; pointer-events: none; transition: opacity .15s, transform .15s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.skeleton { position: relative; overflow: hidden; background: var(--black-3); }
.skeleton::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.055), transparent); animation: shimmer 1.1s infinite; }
@keyframes shimmer { to { transform: translateX(100%); } }
.lead-skeleton { min-height: 570px; border-right: 1px solid var(--line); }
.signal-skeleton { min-height: 285px; border-bottom: 1px solid var(--line); }
.deal-skeleton { min-height: 108px; border-bottom: 1px solid var(--line); }
.claim-skeleton { min-height: 460px; background: #c9c5bb; }

/* Field notes */
.article-page { background: var(--black); }
.article-header { height: 64px; display: flex; align-items: center; padding: 0 24px; border-bottom: 1px solid var(--line); }
.article-header .back-link { margin-left: auto; color: var(--muted); font: 500 9px var(--mono); text-transform: uppercase; }
.article-shell { max-width: 920px; margin: 0 auto; padding: clamp(70px, 10vw, 140px) 24px; }
.article-kicker { margin-bottom: 35px; color: var(--signal); font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.article-content h1 { margin: 0 0 52px; font: 800 clamp(60px, 9vw, 108px)/.82 var(--display); text-transform: uppercase; letter-spacing: -.035em; }
.article-content h2 { margin: 65px 0 20px; font: 700 clamp(34px, 4vw, 48px)/1 var(--display); text-transform: uppercase; }
.article-content h3 { margin: 44px 0 15px; font: 700 28px var(--display); text-transform: uppercase; }
.article-content p, .article-content li { color: #bbb8af; font-size: clamp(16px, 1.8vw, 19px); line-height: 1.8; }
.article-content p { margin: 0 0 25px; }
.article-content ul, .article-content ol { margin: 0 0 30px; padding-left: 27px; }
.article-content li { margin: 9px 0; padding-left: 7px; }
.article-content strong { color: var(--bone); }
.article-content a { color: var(--bone); border-bottom: 1px solid var(--signal); }
.article-content hr { margin: 65px 0 30px; border: 0; border-top: 1px solid var(--line); }

@media (max-width: 1050px) {
  .masthead { grid-template-columns: 220px 1fr auto; }
  .primary-nav a { min-width: 85px; }
  .mast-time { display: none; }
  .lead-grid { grid-template-columns: 1.6fr .9fr; }
  .control-row { grid-template-columns: 1fr repeat(3, 140px); }
  .saved-control { grid-column: 1 / -1; min-height: 48px; border-top: 1px solid var(--line); }
  .radar-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .radar-card:nth-child(4n) { border-right: 1px solid var(--line); }
  .radar-card:nth-child(2n) { border-right: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 58px; }
  .masthead { height: 58px; grid-template-columns: 1fr auto; }
  .brand { padding: 0 16px; border-right: 0; }
  .brand img { width: 28px; height: 28px; }
  .brand-name { font-size: 23px; }
  .primary-nav, .mast-status > span:not(.status-light) { display: none; }
  .mast-status { padding-left: 0; gap: 0; }
  .status-light { margin-right: 7px; }
  .refresh-button { width: 55px; height: 57px; margin: 0; }
  .news-ticker { height: 26px; line-height: 26px; }
  .opening { min-height: 610px; display: block; }
  .opening-copy { min-height: 455px; padding: 72px 18px 50px; }
  .opening-copy::after { right: -30px; bottom: -25px; font-size: 235px; }
  .opening h1 { max-width: 430px; font-size: clamp(65px, 22vw, 93px); line-height: .78; }
  .opening-copy > p { max-width: 470px; font-size: 14px; }
  .opening-index { height: 155px; grid-template-columns: repeat(4, 1fr); grid-template-rows: none; border-top: 1px solid var(--line); border-left: 0; }
  .opening-index > div { padding: 12px 8px; border-right: 1px solid var(--line); border-bottom: 0; }
  .opening-index > div:last-child { border-right: 0; }
  .opening-index strong { font-size: 27px; }
  .section-bar { min-height: 115px; padding: 22px 17px; display: block; }
  .section-bar h2 { font-size: 42px; }
  .section-bar > p { margin: 12px 0 0 33px; font-size: 11px; }
  .lead-grid { display: block; }
  .lead-story { min-height: 480px; border-right: 0; border-bottom: 1px solid var(--line); }
  .lead-copy { padding: 23px 18px; }
  .lead-copy h3 { font-size: 41px; }
  .signal-stack { display: block; }
  .lead-signal { min-height: 250px; padding: 22px 18px; }
  .control-row { display: grid; grid-template-columns: 1fr 1fr; }
  .search-control { grid-column: 1 / -1; min-height: 62px; border-bottom: 1px solid var(--line); }
  .select-control { min-height: 67px; }
  .select-control:nth-of-type(3) { border-right: 0; }
  .select-control:nth-of-type(4) { grid-column: 1 / 2; border-top: 1px solid var(--line); }
  .saved-control { grid-column: 2 / 3; min-height: 67px; border-top: 1px solid var(--line); }
  .deal-heading { display: none; }
  .deal-list { width: 100%; padding: 0 17px; }
  .deal-row { min-height: 140px; grid-template-columns: minmax(0,1fr) 82px; }
  .deal-primary { grid-template-columns: 112px minmax(0,1fr); gap: 13px; padding: 16px 10px 16px 0; }
  .deal-cover { width: 112px; height: 70px; }
  .deal-cut { left: 4px; bottom: 4px; padding: 4px 5px; border-width: 1px; font-size: 8px; }
  .deal-copy h3 { white-space: normal; font-size: 20px; line-height: 1; }
  .deal-signal { display: none; }
  .deal-price { align-self: center; padding: 0 27px 0 6px; align-items: flex-end; border-left: 0; }
  .deal-price strong { font-size: 24px; }
  .deal-price del { display: none; }
  .save-button { right: 0; top: 10px; }
  .claim-grid { display: block; }
  .claim-card { min-height: 410px; border-right: 0; border-bottom: 1px solid #c4c0b5; }
  .claim-copy { padding: 24px 18px; }
  .story-list { padding: 0 17px; }
  .story-row { min-height: 125px; grid-template-columns: 32px 1fr 58px; gap: 8px; }
  .story-source { grid-column: 2; align-self: end; margin-bottom: 5px; }
  .story-row h3 { grid-column: 2 / 4; align-self: start; font-size: 25px; }
  .story-time { grid-column: 3; grid-row: 1; align-self: end; }
  .radar-section .section-bar { padding-bottom: 0; }
  .radar-tabs { height: 48px; margin: 18px -17px 0; border-top: 1px solid var(--line); }
  .radar-tabs button { flex: 1; }
  .radar-list { grid-template-columns: 1fr; }
  .radar-card, .radar-card:nth-child(2n), .radar-card:nth-child(4n) { border-right: 0; }
  .radar-copy h3 { font-size: 27px; }
  .notes-list { grid-template-columns: 1fr; }
  .note-row { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
