:root {
  color-scheme: dark;
  --bg: #0b0e0d;
  --bg-raised: #111614;
  --bg-soft: #151b18;
  --ink: #f4f0e7;
  --ink-soft: #d8d9d3;
  --muted: #9aa29e;
  --faint: #6f7974;
  --line: #303935;
  --line-strong: #4b5751;
  --mint: #8cd7a6;
  --mint-deep: #335b43;
  --coral: #f17666;
  --gold: #e5ba67;
  --focus: #b7e5c8;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: 1460px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

button,
select,
input {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration-color: var(--line-strong);
  text-underline-offset: 4px;
}

a:hover {
  color: var(--mint);
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(11, 14, 13, 0.96);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(100%, var(--content));
  min-height: 62px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid var(--mint);
  border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1px;
  background: var(--mint);
}

.brand-mark::before {
  top: 6px;
  transform: rotate(-25deg);
}

.brand-mark::after {
  top: 10px;
  transform: rotate(20deg);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.nav a {
  color: var(--ink-soft);
  font-size: 14px;
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink);
}

.header-updated {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

main {
  overflow: hidden;
}

.overview,
.section,
.footer {
  width: min(100%, var(--content));
  margin: 0 auto;
  padding-right: 28px;
  padding-left: 28px;
}

.overview {
  padding-top: 36px;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(440px, 1.2fr) minmax(300px, 0.72fr);
  align-items: stretch;
  gap: 28px;
  padding-bottom: 28px;
}

.overview-copy {
  align-self: center;
}

.section-kicker,
.conclusion-band > p,
.interpretation-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
.conclusion-band h3 {
  font-family: var(--serif);
  font-weight: 500;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: 58px;
  line-height: 1.02;
}

.overview-copy > p:last-child {
  max-width: 710px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.55;
}

.overview-image {
  min-height: 178px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.overview-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-summary {
  display: grid;
  grid-template-columns: minmax(340px, 1.5fr) repeat(2, minmax(190px, 0.75fr));
  background: var(--bg-raised);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.industry-story {
  min-height: 190px;
  padding: 27px 28px;
  border-right: 1px solid var(--line);
}

.industry-story > p:first-child {
  margin: 0 0 11px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.industry-story h2 {
  max-width: 390px;
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.12;
}

.industry-story > p:last-child {
  max-width: 440px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.industry-metric {
  min-width: 0;
  min-height: 190px;
  margin: 0;
  padding: 27px 20px 24px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.industry-metric:last-child {
  border-right: 0;
}

.industry-metric-label {
  min-height: 34px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.industry-metric-value {
  display: block;
  margin: 11px 0 10px;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.industry-metric small {
  margin-top: auto;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.coral {
  color: var(--coral);
}

.mint {
  color: var(--mint);
}

.gold {
  color: var(--gold);
}

.muted {
  color: var(--muted);
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 26px;
}

.section-heading h2,
.analysis-header h2,
.read-heading h2,
.purpose-section h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.12;
}

.section-heading p,
.board-heading > div:first-child > p:last-child,
.read-heading > p:last-child,
.sources-section .section-heading > p {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
}

.board-heading {
  align-items: end;
}

.board-controls {
  display: flex;
  align-items: end;
  gap: 16px;
}

.filter-bar,
.range-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}

.filter-button,
.range-control button {
  min-height: 38px;
  padding: 0 14px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
}

.filter-button:last-child,
.range-control button:last-child {
  border-right: 0;
}

.filter-button:hover,
.range-control button:hover,
.filter-button.is-active,
.range-control button.is-active {
  background: var(--bg-soft);
  color: var(--ink);
}

.filter-button.is-active,
.range-control button.is-active {
  box-shadow: inset 0 -2px var(--mint);
}

.sort-control {
  display: grid;
  gap: 5px;
}

.sort-control span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.sort-control select {
  min-height: 40px;
  padding: 0 34px 0 11px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 13px;
}

.price-table-wrap,
.source-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  scrollbar-color: var(--line-strong) var(--bg);
}

.mobile-company-view {
  display: none;
}

.price-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.price-table th,
.price-table td {
  height: 70px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.price-table thead th {
  height: 42px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-table tbody tr {
  position: relative;
  transition: background-color 160ms ease;
}

.price-table tbody tr:hover,
.price-table tbody tr.is-selected {
  background: var(--bg-soft);
}

.price-table tbody tr.is-selected {
  box-shadow: inset 3px 0 var(--mint);
}

.price-table th:first-child {
  position: sticky;
  z-index: 2;
  left: 0;
  width: 255px;
  min-width: 255px;
  background: var(--bg);
}

.price-table tr:hover th:first-child,
.price-table tr.is-selected th:first-child {
  background: var(--bg-soft);
}

.company-cell {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 8px;
}

.company-cell > a {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--muted);
  font-size: 16px;
  text-decoration: none;
}

.company-select {
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.company-select strong,
.company-select small,
.stacked-cell strong,
.stacked-cell small,
.claim-cell strong,
.claim-cell small {
  display: block;
}

.company-select strong {
  font-size: 15px;
  font-weight: 650;
}

.company-select small,
.stacked-cell small,
.claim-cell small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.primary-price {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.claim-cell strong {
  color: var(--coral);
}

.full-price-cell .never-final {
  color: var(--coral);
}

.dash {
  color: var(--faint);
}

.signal {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 8px;
  border-left: 2px solid currentColor;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.signal.good {
  color: var(--mint);
}

.signal.caution {
  color: var(--gold);
}

.signal.muted {
  color: var(--faint);
}

.table-note {
  margin: 12px 0 0;
  color: var(--faint);
  font-size: 12px;
}

.mobile-company-control {
  display: grid;
  gap: 7px;
}

.mobile-company-control > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-company-control select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 13px;
  background: var(--bg-raised);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--ink);
}

.mobile-price-sheet {
  margin-top: 18px;
  background: var(--bg-raised);
  border-top: 2px solid var(--mint);
  border-bottom: 1px solid var(--line-strong);
}

.mobile-price-sheet > header {
  min-height: 96px;
  padding: 18px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.mobile-price-sheet header p,
.mobile-price-sheet header h3,
.mobile-price-sheet header span {
  margin: 0;
}

.mobile-price-sheet header p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-price-sheet header h3 {
  margin-top: 3px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.1;
}

.mobile-price-sheet header div > span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.mobile-price-sheet header > a {
  flex: none;
  color: var(--ink-soft);
  font-size: 11px;
}

.mobile-price-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.mobile-price-pair > div {
  min-height: 116px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.mobile-price-pair > div:last-child {
  border-right: 0;
}

.mobile-price-pair span,
.mobile-price-pair small {
  color: var(--muted);
  font-size: 11px;
}

.mobile-price-pair strong {
  display: block;
  margin: 4px 0 2px;
  color: var(--mint);
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.08;
}

.mobile-price-pair > div:last-child strong {
  color: var(--coral);
  font-size: 24px;
}

.mobile-company-conclusion {
  margin: 0;
  padding: 20px 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.25;
}

.mobile-price-sheet dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.mobile-price-sheet dl > div {
  min-height: 94px;
  padding: 15px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mobile-price-sheet dl > div:nth-child(2n) {
  border-right: 0;
}

.mobile-price-sheet dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-price-sheet dd {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
}

.mobile-price-sheet dd small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
}

.mobile-history-link {
  min-height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.mobile-history-link span {
  color: var(--mint);
  font-size: 18px;
}

.empty-row {
  color: var(--muted);
  text-align: center !important;
}

.analysis-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.analysis-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.analysis-subtitle,
#analysis-subtitle {
  margin: 7px 0 0;
  color: var(--muted);
}

.external-link {
  flex: none;
  color: var(--ink-soft);
  font-size: 13px;
}

.conclusion-band {
  padding: 24px 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.conclusion-band h3 {
  max-width: 980px;
  margin: 0;
  color: var(--mint);
  font-size: 36px;
  line-height: 1.15;
}

.analysis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.chart-panel {
  min-width: 0;
  padding: 26px 30px 10px 0;
  border-right: 1px solid var(--line);
}

.chart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 40px;
  margin-bottom: 12px;
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend-line {
  display: inline-block;
  width: 24px;
  height: 0;
  border-top: 2px solid currentColor;
}

.legend-line.final {
  color: var(--mint);
}

.legend-line.list {
  color: var(--coral);
  border-top-style: dashed;
}

.legend-line.typical {
  color: var(--gold);
  border-top-style: dotted;
}

.range-control button {
  min-width: 46px;
  min-height: 32px;
  padding: 0 9px;
  font-size: 11px;
}

.price-chart {
  width: 100%;
  min-height: 340px;
}

.price-chart svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  overflow: visible;
}

.chart-grid line {
  stroke: var(--line);
  stroke-width: 1;
}

.chart-grid text {
  fill: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
}

.final-path,
.list-path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.latest-list-guide {
  stroke: var(--coral);
  stroke-width: 2;
  stroke-dasharray: 7 7;
  vector-effect: non-scaling-stroke;
}

.final-path {
  stroke: var(--mint);
  stroke-width: 3;
}

.list-path {
  stroke: var(--coral);
  stroke-width: 2;
  stroke-dasharray: 7 7;
}

.typical-guide {
  stroke: var(--gold);
  stroke-width: 1.25;
  stroke-dasharray: 2 6;
  opacity: 0.72;
}

.chart-dot {
  fill: var(--bg);
  stroke: var(--mint);
  stroke-width: 2;
}

.chart-hit {
  fill: transparent;
  cursor: crosshair;
  outline: none;
}

.chart-hit:focus {
  fill: rgba(140, 215, 166, 0.18);
  stroke: var(--focus);
  stroke-width: 2;
}

.chart-tooltip rect {
  fill: #151a18;
  stroke: var(--line-strong);
}

.chart-tooltip[hidden] {
  display: none;
}

.chart-tooltip text {
  fill: var(--ink-soft);
  font-family: var(--sans);
  font-size: 11px;
}

#tooltip-date {
  fill: var(--ink);
  font-weight: 700;
}

.chart-caption {
  margin: -2px 0 0;
  color: var(--faint);
  font-size: 12px;
}

.chart-empty,
.chart-baseline {
  min-height: 320px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.chart-empty strong,
.chart-baseline strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
}

.chart-baseline strong {
  color: var(--mint);
  font-size: 44px;
}

.chart-empty span,
.chart-baseline span,
.chart-baseline small {
  max-width: 460px;
  font-size: 13px;
}

.glance-panel {
  padding: 26px 0 10px 28px;
}

.glance-panel > h3 {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.glance-panel dl {
  margin: 0;
}

.glance-panel dl > div {
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.glance-panel dt {
  color: var(--muted);
  font-size: 13px;
}

.glance-panel dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

#glance-now,
#glance-usual {
  color: var(--mint);
}

#glance-full,
#glance-claim {
  color: var(--coral);
}

#glance-full-count {
  color: var(--gold);
}

.interpretation {
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
}

.interpretation-label {
  margin: 2px 0 0;
  color: var(--gold);
}

.interpretation > p:last-child {
  max-width: 1020px;
  margin: 0;
  color: var(--ink-soft);
}

.read-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.5fr);
  gap: 70px;
}

.read-heading h2 {
  max-width: 580px;
}

.read-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.read-grid article {
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}

.read-grid article:last-child {
  border-right: 0;
}

.read-number {
  font-family: var(--serif);
  font-size: 24px;
}

.read-grid h3 {
  margin: 30px 0 8px;
  font-size: 16px;
}

.read-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.purpose-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.5fr);
  gap: 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.purpose-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.purpose-copy p {
  margin: 0;
  color: var(--ink-soft);
}

.sources-section .section-heading > p {
  max-width: 460px;
  text-align: right;
}

.source-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.source-table th,
.source-table td {
  height: 54px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.source-table thead th {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.source-table tbody th {
  font-weight: 650;
}

.source-table tbody td {
  color: var(--muted);
  font-size: 13px;
}

.source-table tbody tr:last-child th,
.source-table tbody tr:last-child td {
  border-bottom: 0;
}

.source-table a {
  color: var(--ink-soft);
}

.footer {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 12px;
}

.footer p {
  margin: 0;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-updated {
    display: none;
  }

  .overview-grid {
    grid-template-columns: 1fr 280px;
  }

  .industry-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-story {
    min-height: auto;
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .industry-metric {
    min-height: 160px;
    border-bottom: 1px solid var(--line);
  }

  .industry-metric:nth-child(odd) {
    border-right: 0;
  }

  .industry-metric:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .board-heading {
    align-items: start;
    flex-direction: column;
  }

  .read-section,
  .purpose-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 58px;
    padding: 0 18px;
  }

  .brand {
    font-size: 18px;
  }

  .nav {
    gap: 15px;
  }

  .nav a {
    font-size: 12px;
  }

  .overview,
  .section,
  .footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .overview {
    padding-top: 28px;
  }

  .overview-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  h1 {
    font-size: 46px;
  }

  .overview-image {
    height: 190px;
  }

  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section-heading h2,
  .analysis-header h2,
  .read-heading h2,
  .purpose-section h2 {
    font-size: 32px;
  }

  .board-controls,
  .price-table-wrap {
    display: none;
  }

  .mobile-company-view {
    display: block;
  }

  .analysis-grid {
    grid-template-columns: 1fr;
  }

  .chart-panel {
    padding-right: 0;
    border-right: 0;
  }

  .glance-panel {
    padding: 24px 0 0;
    border-top: 1px solid var(--line);
  }

  .interpretation {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .read-grid {
    grid-template-columns: 1fr;
  }

  .read-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .read-grid article:last-child {
    border-bottom: 0;
  }

  .read-grid h3 {
    margin-top: 14px;
  }

  .sources-section .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .sources-section .section-heading > p {
    text-align: left;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 94px;
  }

  .header-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    width: 100%;
    margin-bottom: 6px;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
  }

  h1 {
    font-size: 40px;
  }

  .overview-copy > p:last-child {
    font-size: 16px;
  }

  .industry-story {
    padding: 23px 18px;
  }

  .industry-story h2 {
    font-size: 27px;
  }

  .industry-metric {
    min-height: 148px;
    padding: 20px 16px;
  }

  .industry-metric-label {
    min-height: 31px;
  }

  .industry-metric-value {
    font-size: 40px;
  }

  .analysis-header {
    align-items: start;
    flex-direction: column;
  }

  .conclusion-band h3 {
    font-size: 29px;
  }

  .chart-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .price-chart {
    min-height: 270px;
    overflow-x: auto;
  }

  .price-chart svg {
    width: 760px;
    min-height: 280px;
  }

  .chart-empty,
  .chart-baseline {
    min-height: 260px;
  }

  .glance-panel dl > div {
    min-height: 58px;
  }

  .purpose-copy {
    grid-template-columns: 1fr;
  }

  .footer {
    min-height: 110px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
