:root {
  --paper: #f4f0e8;
  --paper-2: #ebe5da;
  --ink: #151515;
  --muted: #69645d;
  --line: #c9c1b5;
  --signal: #c93412;
  --white: #fffdf8;
  --content: 1280px;
  --gutter: clamp(18px, 4vw, 64px);
  --sans: "BIZ UDPGothic", "Yu Gothic UI", "Yu Gothic", Meiryo, system-ui, sans-serif;
  --display: Bahnschrift, "Arial Narrow", var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
button, input, select { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(140px, 1fr);
  align-items: stretch;
  min-height: 78px;
  padding-inline: var(--gutter);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(14px);
}
.wordmark {
  align-self: center;
  width: max-content;
  font-family: var(--display);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-stretch: condensed;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
  text-decoration: none;
}
.global-nav { display: flex; align-items: stretch; }
.global-nav a {
  display: grid;
  place-items: center;
  min-width: 118px;
  padding: 0 18px;
  border-left: 1px solid var(--line);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}
.global-nav a:last-child { border-right: 1px solid var(--line); }
.global-nav a[aria-current="page"],
.global-nav a:hover { background: var(--ink); color: var(--white); }
.search-trigger {
  justify-self: end;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  padding: 10px 0 10px 20px;
  border: 0;
  color: inherit;
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}
.search-trigger svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }

main { min-height: 70vh; }
.page { overflow: hidden; }
.wrap { width: min(calc(100% - 2 * var(--gutter)), var(--content)); margin-inline: auto; }

.hero {
  min-height: min(690px, calc(100vh - 78px));
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, .45fr);
  border-bottom: 1px solid var(--ink);
}
.hero-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(42px, 7vw, 104px) var(--gutter) 38px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 2px; content: ""; background: var(--signal); }
.hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.2rem, 8.3vw, 8.9rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.085em;
  text-wrap: balance;
}
.hero h1 span { display: block; white-space: nowrap; }
.hero-deck {
  display: grid;
  grid-template-columns: minmax(220px, 520px) auto;
  gap: 32px;
  align-items: end;
  margin-top: 60px;
}
.hero-deck p { max-width: 500px; margin: 0; color: var(--muted); font-size: clamp(.92rem, 1.2vw, 1.05rem); }
.hero-count { text-align: right; }
.hero-count strong { display: block; font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4.4rem); line-height: .9; letter-spacing: -.05em; }
.hero-count span { font-size: .74rem; font-weight: 700; letter-spacing: .08em; }
.hero-rail {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-left: 1px solid var(--ink);
}
.hero-rail a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 24px;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.hero-rail a:last-child { border-bottom: 0; }
.hero-rail small { font-family: var(--display); font-size: .72rem; letter-spacing: .14em; }
.hero-rail strong { font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.35; }
.hero-rail b { align-self: end; font-family: var(--display); font-size: 1.5rem; }
.hero-rail a:hover { color: var(--white); background: var(--signal); }

.search-band {
  padding: clamp(28px, 5vw, 58px) var(--gutter);
  color: var(--white);
  background: var(--ink);
}
.search-band-inner { width: min(100%, var(--content)); margin-inline: auto; }
.search-band label { display: block; margin-bottom: 12px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
.search-row input {
  width: 100%;
  min-width: 0;
  height: 66px;
  padding: 0 20px;
  border: 1px solid #777;
  border-radius: 0;
  color: var(--white);
  background: #242424;
  font-size: clamp(1rem, 2vw, 1.3rem);
}
.search-row button, .primary-button {
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--signal);
  color: var(--white);
  background: var(--signal);
  font-weight: 800;
  cursor: pointer;
}
.search-row button:hover, .primary-button:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.search-hints { margin: 10px 0 0; color: #aaa; font-size: .78rem; }

.section { padding: clamp(58px, 8vw, 112px) 0; border-bottom: 1px solid var(--ink); }
.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
}
.section-heading h2, .page-title h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.section-heading p { max-width: 480px; margin: 0; color: var(--muted); font-size: .88rem; text-align: right; }
.text-link { font-size: .82rem; font-weight: 800; text-underline-offset: 5px; }

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ink);
  border-right: 0;
}
.metric { padding: 24px; border-right: 1px solid var(--ink); }
.metric strong { display: block; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-size: .76rem; font-weight: 700; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.product-card {
  position: relative;
  min-width: 0;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
  transition: background .2s ease;
}
.product-card:hover { background: var(--white); }
.card-index { display: flex; justify-content: space-between; font-family: var(--display); font-size: .7rem; letter-spacing: .12em; }
.card-status { color: var(--signal); font-weight: 800; }
.product-card h2, .product-card h3 { margin: auto 0 10px; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.25; letter-spacing: -.035em; overflow-wrap: anywhere; }
.card-producer { margin: 0 0 20px; color: var(--muted); font-size: .84rem; }
.card-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.card-meta span { padding: 3px 8px; border: 1px solid var(--line); font-size: .7rem; }
.card-price { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.card-price strong { font-family: var(--display); font-size: 1.6rem; line-height: 1; }
.card-price small { color: var(--muted); font-size: .68rem; text-align: right; }

.page-head { padding: clamp(46px, 7vw, 94px) 0 38px; border-bottom: 1px solid var(--ink); }
.page-title { display: grid; grid-template-columns: 1fr minmax(260px, 420px); align-items: end; gap: 40px; }
.page-title p { margin: 0; color: var(--muted); }
.page-kicker { display: block; margin-bottom: 14px; font-family: var(--display); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }

.filter-panel { padding: 24px 0; border-bottom: 1px solid var(--ink); background: var(--paper-2); }
.filter-grid { display: grid; grid-template-columns: minmax(260px, 2fr) repeat(2, minmax(150px, .7fr)) auto; gap: 10px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .7rem; font-weight: 800; letter-spacing: .06em; }
.field input, .field select {
  width: 100%;
  height: 50px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: inherit;
  background: var(--white);
}
.filter-submit { align-self: end; height: 50px; padding: 0 24px; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-weight: 800; cursor: pointer; }
.advanced-filters { margin-top: 16px; border-top: 1px solid var(--line); }
.advanced-filters summary { width: max-content; padding: 12px 0 0; font-size: .74rem; font-weight: 800; cursor: pointer; }
.advanced-grid { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)) auto; gap: 10px; align-items: end; padding-top: 12px; }
.check-field { display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 0 14px; border: 1px solid var(--ink); background: var(--white); font-size: .76rem; font-weight: 700; }
.check-field input { width: 18px; height: 18px; accent-color: var(--signal); }
.results-bar { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 0; }
.results-bar p { margin: 0; color: var(--muted); font-size: .86rem; }
.pagination { display: flex; justify-content: center; padding-top: 38px; }
.secondary-button {
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.secondary-button:hover { color: var(--white); background: var(--ink); }
.inline-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.text-button { min-height: 44px; padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }
.share-detail { margin-top: 15px; }

.detail-head { border-bottom: 1px solid var(--ink); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); }
.detail-primary { padding: clamp(46px, 7vw, 92px) var(--gutter); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 52px; color: var(--muted); font-size: .76rem; }
.breadcrumb a { text-underline-offset: 4px; }
.detail-primary h1 { max-width: 880px; margin: 0; font-size: clamp(2.8rem, 7vw, 7rem); line-height: 1; letter-spacing: -.075em; overflow-wrap: anywhere; }
.detail-producer { margin: 20px 0 0; color: var(--muted); font-size: 1rem; }
.detail-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border-left: 1px solid var(--ink); background: var(--paper-2); }
.detail-facts { margin: 0; }
.detail-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.detail-facts dt { color: var(--muted); font-size: .72rem; }
.detail-facts dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.buy-summary { margin-top: 36px; padding-top: 24px; border-top: 2px solid var(--ink); }
.buy-summary span { display: block; font-size: .72rem; font-weight: 700; }
.buy-summary strong { display: block; margin: 8px 0 16px; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; }
.buy-summary button { width: 100%; }

.two-column { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(28px, 5vw, 72px); }
.data-block + .data-block { margin-top: 70px; }
.block-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.block-heading h2 { margin: 0; font-size: clamp(1.6rem, 3.5vw, 3rem); line-height: 1.1; letter-spacing: -.04em; }
.block-heading p { margin: 0; color: var(--muted); font-size: .76rem; }
.price-now { display: flex; align-items: baseline; gap: 14px; padding: 26px 0 10px; }
.price-now strong { font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: 1; letter-spacing: -.05em; }
.price-now span { color: var(--muted); font-size: .74rem; }
.chart-wrap { position: relative; padding: 12px 0; }
.price-chart { width: 100%; height: auto; overflow: visible; }
.chart-grid { stroke: var(--line); stroke-width: 1; }
.chart-line { fill: none; stroke: var(--signal); stroke-width: 4; vector-effect: non-scaling-stroke; }
.chart-point { fill: var(--paper); stroke: var(--signal); stroke-width: 3; vector-effect: non-scaling-stroke; }
.chart-labels { display: flex; justify-content: space-between; color: var(--muted); font-family: var(--display); font-size: .68rem; }
.data-table { width: 100%; margin-top: 22px; border-collapse: collapse; font-size: .82rem; }
.metric strong, .card-price strong, .price-now strong, .data-table { font-variant-numeric: tabular-nums; }
.data-table th, .data-table td { padding: 12px 8px; border-bottom: 1px solid var(--line); text-align: right; }
.data-table th:first-child, .data-table td:first-child { text-align: left; }

.timeline { list-style: none; margin: 0; padding: 12px 0 0; }
.timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.timeline time { font-family: var(--display); font-size: .76rem; font-weight: 700; }
.timeline h3 { margin: 0 0 5px; font-size: 1rem; }
.timeline p { margin: 0; color: var(--muted); font-size: .82rem; }
.timeline a { display: inline-block; margin-top: 7px; color: var(--signal); font-size: .76rem; font-weight: 800; }
.information-item + .information-item { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line); }

.offer-stack { display: grid; border-top: 1px solid var(--ink); }
#shop-offers { scroll-margin-top: 94px; }
.offer {
  display: grid;
  grid-template-columns: 70px minmax(150px, 1fr) minmax(160px, .7fr) 120px 170px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
}
.offer > * { min-width: 0; padding: 20px; }
.offer-rank { font-family: var(--display); font-size: 1.5rem; }
.offer-store strong, .offer-price strong { display: block; overflow-wrap: anywhere; }
.offer-store span, .offer-price span, .offer time { display: block; color: var(--muted); font-size: .7rem; }
.offer-link { align-self: stretch; display: grid; place-items: center; color: var(--white); background: var(--ink); font-size: .82rem; font-weight: 800; text-align: center; text-decoration: none; }
.offer:first-child .offer-link { background: var(--signal); }
.offer-link:hover { background: var(--white); color: var(--ink); }
.market-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.market-links a { padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-weight: 800; text-decoration: none; }
.market-links a:hover { color: var(--white); background: var(--ink); }

.side-note { position: sticky; top: 110px; align-self: start; padding: 24px; border: 1px solid var(--ink); }
.side-note h3 { margin: 0 0 10px; font-size: 1rem; }
.side-note p, .side-note li { color: var(--muted); font-size: .78rem; }
.side-note ul { margin: 14px 0 0; padding-left: 1.2em; }
.side-note a { font-weight: 800; text-underline-offset: 4px; }

.news-list { border-top: 1px solid var(--ink); }
.news-row {
  display: grid;
  grid-template-columns: 150px 150px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 24px;
  padding: 25px 8px;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
}
.news-row time { font-family: var(--display); font-size: .76rem; font-weight: 700; }
.news-kind { width: max-content; padding: 3px 9px; border: 1px solid var(--ink); font-size: .68rem; font-weight: 800; }
.news-row h2 { margin: 0; font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.4; }
.news-row b { font-family: var(--display); font-size: 1.3rem; }
.news-row:hover { background: var(--white); }

.state-panel { padding: clamp(38px, 6vw, 76px); border: 1px solid var(--ink); text-align: center; }
.state-panel strong { display: block; margin-bottom: 8px; font-size: clamp(1.2rem, 2.5vw, 1.8rem); }
.state-panel p { max-width: 620px; margin: 0 auto; color: var(--muted); }
.state-panel .secondary-button { margin-top: 22px; }
.risk-summary { margin-top: 20px; padding: 20px; text-align: left; }
.error-panel { border-color: var(--signal); }

.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.about-grid article { min-height: 280px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.about-grid small { font-family: var(--display); color: var(--signal); font-weight: 800; }
.about-grid h2 { margin: 50px 0 14px; font-size: 1.4rem; }
.about-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 42px var(--gutter);
  color: var(--white);
  background: var(--ink);
}
.site-footer div { display: flex; flex-direction: column; }
.site-footer strong { font-family: var(--display); font-size: 2rem; letter-spacing: -.05em; }
.site-footer small, .site-footer p { margin: 0; color: #aaa; font-size: .7rem; }

.loading-view { min-height: calc(100svh - 78px); display: grid; place-content: center; text-align: center; }
.loading-view p { margin: 0; font-family: var(--display); font-size: clamp(2rem, 6vw, 5rem); font-weight: 800; letter-spacing: -.06em; }
.loading-view span { color: var(--muted); font-size: .78rem; }
.toast { position: fixed; z-index: 80; right: 20px; bottom: 20px; max-width: 360px; padding: 14px 18px; color: var(--white); background: var(--ink); box-shadow: 0 8px 30px #0003; font-size: .82rem; }
.table-scroll { max-width: 100%; overflow-x: auto; scrollbar-color: var(--ink) var(--paper-2); }
.table-scroll .data-table { min-width: 680px; }

:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
@media (hover: hover) {
  .product-card h2, .product-card h3, .news-row h2 { transition: transform .2s ease; }
  .product-card:hover h2, .product-card:hover h3, .news-row:hover h2 { transform: translateX(6px); }
}
@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal-in .5s both ease-out; }
  @keyframes reveal-in {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: none; }
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; }
  .global-nav { position: fixed; inset: auto 0 0; z-index: 40; width: 100%; height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); align-self: auto; justify-self: auto; color: var(--white); background: var(--ink); }
  .global-nav a { flex: 1; min-width: 0; padding: 4px; border-color: #444; font-size: .68rem; text-align: center; }
  .global-nav a[aria-current="page"] { color: var(--ink); background: var(--paper); }
  .search-trigger { grid-column: 2; }
  .wordmark, .search-trigger { position: relative; z-index: 50; }
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .loading-view { min-height: calc(100svh - 68px); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-rail { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; border-top: 1px solid var(--ink); border-left: 0; }
  .hero-rail a { min-height: 145px; border-right: 1px solid var(--ink); border-bottom: 0; }
  .hero-rail a:last-child { border-right: 0; }
  .product-grid, .about-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .detail-grid, .two-column { grid-template-columns: 1fr; }
  .detail-aside { border-top: 1px solid var(--ink); border-left: 0; }
  .side-note { position: static; }
  .offer { grid-template-columns: 50px 1fr 160px 130px; }
  .offer time { display: none; }
  .filter-grid { grid-template-columns: 2fr 1fr 1fr; }
  .filter-submit { grid-column: 1 / -1; }
  .advanced-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --gutter: 18px; }
  .site-header { min-height: 62px; }
  .loading-view { min-height: calc(100svh - 62px); }
  .wordmark { font-size: 1.85rem; }
  .search-trigger span { display: none; }
  .hero-main { min-height: 500px; padding-top: 54px; }
  .hero h1 { font-size: clamp(3.15rem, 16.5vw, 5.2rem); }
  .hero-deck { grid-template-columns: 1fr; margin-top: 46px; }
  .hero-count { text-align: left; }
  .hero-rail { grid-template-columns: 1fr; }
  .hero-rail a { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .search-row { grid-template-columns: 1fr; }
  .search-row button { height: 54px; }
  .section-heading, .page-title { grid-template-columns: 1fr; }
  .section-heading p { text-align: left; }
  .product-grid, .about-grid, .market-links { grid-template-columns: 1fr; }
  .product-card { min-height: 280px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric { padding: 17px; }
  .filter-grid { grid-template-columns: 1fr; }
  .filter-submit { grid-column: auto; }
  .advanced-grid { grid-template-columns: 1fr; }
  .detail-primary { padding-inline: var(--gutter); }
  .detail-primary h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .detail-aside { padding: 22px var(--gutter); }
  .offer { grid-template-columns: 42px 1fr; }
  .offer-rank { grid-row: 1 / span 2; align-self: stretch; display: grid; place-items: center; padding: 12px 6px; border-right: 1px solid var(--line); }
  .offer-price { grid-column: 2; padding-top: 0; }
  .offer time { display: none; }
  .offer-link { grid-column: 1 / -1; min-height: 52px; }
  .news-row { grid-template-columns: 92px 90px 1fr; gap: 10px; }
  .news-row b { display: none; }
  .timeline li { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 3rem; }
  .global-nav a { font-size: .61rem; }
  .metrics { grid-template-columns: 1fr; }
}
