
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600&family=Oswald:wght@300;400;500&display=swap");

:root {
  --paper: #f8f4e9;
  --paper-deep: #f8f4e9;
  --ink: #1d211f;
  --muted: #6f706b;
  --accent: #aa3f25;
  --line: rgba(29, 33, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Libre Franklin", Arial, sans-serif;
  overflow-x: hidden;
}

.reading-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent);
  transform-origin: left center;
}

.scrolly {
  position: relative;
  width: 100%;
  height: 250vh;
}

.hero-sticky {
  position: sticky;
  top: 0;
  isolation: isolate;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  background: var(--paper);
}

.paper-grain {
  display: none;
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' 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)' opacity='.22'/%3E%3C/svg%3E");
}

.brand-row {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: clamp(24px, 4vw, 54px) clamp(22px, 5vw, 76px);
  font-family: "Oswald", sans-serif;
}

.brand-mark {
  width: clamp(124.8px, 10.4vw, 158.6px);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.edition {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.hero-copy {
  position: absolute;
  z-index: 15;
  top: clamp(105px, 12vh, 150px);
  left: 50%;
  display: flex;
  width: min(94vw, 1100px);
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow {
  width: 96vw;
  margin: 0 0 clamp(24px, 3.6vh, 42px);
  color: var(--muted);
  font-size: clamp(1.02rem, 1.35vw, 1.275rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.number-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.84;
}

.hero-number {
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: clamp(7rem, 20vh, 14.5rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  font-variant-numeric: tabular-nums;
}

.hero-unit {
  margin-top: clamp(18px, 2.4vh, 30px);
  color: var(--accent);
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.85rem, 1.1vw, 1.05rem);
  font-weight: 500;
  letter-spacing: 0.36em;
}

.data-note {
  margin: clamp(20px, 3vh, 32px) 0 0;
  color: var(--muted);
  font-size: clamp(0.59rem, 0.72vw, 0.72rem);
  letter-spacing: 0.12em;
}

.infrastructure-stage {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  pointer-events: none;
}

.blueprint-grid {
  display: none;
}

.infra-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform-origin: bottom center;
  will-change: transform, opacity;
}

.infra-layer img {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100vw;
  max-width: none;
  height: auto;
  filter: contrast(1.02) saturate(0.9);
}

.infra-towers {
  clip-path: inset(0 62% 0 0);
}

.infra-bridge {
  clip-path: inset(0 28% 0 32%);
}

.infra-airport {
  clip-path: inset(0 0 0 67%);
}

.ground-line {
  position: absolute;
  right: 4vw;
  bottom: 4px;
  left: 4vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent) 14%, var(--accent) 86%, transparent);
}

.stage-fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10vh;
  background: linear-gradient(to top, var(--paper) 0%, rgba(248, 244, 233, 0.08) 58%, transparent 100%);
}

.scroll-prompt {
  position: absolute;
  z-index: 30;
  bottom: 20px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-family: "Oswald", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  transition: opacity 180ms linear;
}

.scroll-prompt i {
  display: block;
  width: 1px;
  height: 27px;
  background: var(--accent);
  animation: pulse 1.6s ease-in-out infinite;
}

.article-entry {
  padding: clamp(92px, 14vh, 154px) 22px clamp(72px, 10vh, 112px);
  background: var(--paper);
  text-align: center;
}

.article-entry h1 {
  width: 98vw;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1rem, 4.4vw, 5.3rem);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
  white-space: nowrap;
}

.article-deck {
  width: 98vw;
  margin: clamp(30px, 4vw, 46px) auto 0;
  color: var(--accent);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 2.16rem);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.06em;
}

.article-deck span {
  display: block;
  white-space: nowrap;
}

.entry-rule {
  width: 82px;
  height: 3px;
  margin: 38px auto 0;
  background: var(--accent);
}

.story {
  background: var(--paper);
}

.story-copy {
  width: min(760px, calc(100vw - 40px));
  margin: 0 auto;
}

.story-copy p {
  margin: 0 0 1.45em;
  color: #343733;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.9;
}

.story-copy > p:not(.section-kicker),
.vntax-note > p {
  text-align: justify;
  text-justify: inter-word;
}

.story-copy .lead {
  color: var(--ink);
  font-size: clamp(1.18rem, 1.65vw, 1.46rem);
  font-weight: 500;
  line-height: 1.72;
}

.story-intro {
  padding-bottom: clamp(34px, 4vw, 56px);
}

.story-section {
  padding: clamp(72px, 9vw, 118px) 0;
}

.scale-section {
  padding-top: 0;
  padding-bottom: clamp(28px, 4vw, 48px);
}

.top10-section {
  padding-top: clamp(24px, 3vw, 42px);
}

.story-copy .top10-title,
.story-copy .compact-title {
  width: 100%;
  margin-left: 0;
  transform: none;
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.story-copy .top10-title {
  letter-spacing: -0.025em;
}

.story-copy .compact-title {
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.story-section:nth-of-type(even) {
  background: var(--paper);
}

.section-kicker {
  margin-bottom: 18px !important;
  color: var(--accent) !important;
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem !important;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.story-copy h2,
.rankings-heading h2 {
  margin: 0 0 clamp(28px, 4vw, 42px);
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.25rem, 4.7vw, 4.5rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap: balance;
}

.highlight-grid {
  display: grid;
  width: min(1040px, calc(100vw - 40px));
  margin: clamp(64px, 8vw, 104px) auto 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.highlight-grid > div {
  min-height: 252px;
  padding: clamp(28px, 4vw, 48px);
  text-align: center;
}

.highlight-grid > div + div {
  border-left: 1px solid var(--line);
}

.highlight-grid strong,
.highlight-grid span {
  display: block;
  font-family: "Oswald", sans-serif;
}

.highlight-grid strong {
  color: var(--ink);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 300;
  line-height: 1;
}

.highlight-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-copy .scale-title {
  margin-bottom: clamp(26px, 3.4vw, 38px);
  color: var(--accent);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 2.16rem);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: none;
}

.scale-title span {
  display: block;
  white-space: nowrap;
}

.highlight-grid p {
  margin: 24px auto 0;
  max-width: 220px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.ranking-figure {
  margin: clamp(50px, 7vw, 86px) auto 0;
}

.ranking-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(70, 43, 33, 0.1);
}

.ranking-figure figcaption {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.ranking-figure-portrait {
  width: min(660px, calc(100vw - 40px));
}

.rankings-section {
  padding: 0 0 clamp(86px, 11vw, 144px);
  background: var(--paper);
}

.rankings-heading {
  text-align: center;
}

.ranking-figure-wide {
  width: min(1160px, calc(100vw - 36px));
}

.ranking-figure-wide + .ranking-figure-wide {
  margin-top: clamp(62px, 8vw, 104px);
}

.story-cta {
  padding: clamp(48px, 6vw, 76px) 24px;
  background: var(--paper);
  color: var(--ink);
  text-align: center;
}

.story-cta h2 {
  margin: 0;
}

.story-cta a {
  display: inline-block;
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.05rem, 4.4vw, 4.2rem);
  font-weight: 400;
  line-height: 1.08;
  text-decoration: none;
  transition: color 180ms ease;
}

.story-cta a:hover,
.story-cta a:focus-visible {
  color: var(--accent);
}

.story-cta a span {
  display: block;
  white-space: nowrap;
}

.vntax-note {
  padding: clamp(70px, 9vw, 112px) max(24px, calc((100vw - 760px) / 2));
  background: var(--paper);
  color: #343733;
}

.vntax-note h2 {
  margin: 0 0 28px;
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 400;
  text-transform: uppercase;
}

.vntax-note p {
  margin: 0 0 1.25em;
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  line-height: 1.8;
}

.page-credit {
  padding: 0 max(24px, calc((100vw - 760px) / 2)) clamp(42px, 6vw, 72px);
  background: var(--paper);
  color: var(--muted);
  text-align: right;
}

.page-credit p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.65;
}

.industry-section {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: clamp(28px, 3vw, 40px);
  margin-bottom: clamp(24px, 3vw, 40px);
  padding: 0 clamp(22px, 6vw, 92px);
  background: var(--paper);
}

.industry-copy-before p:last-child {
  margin-bottom: 0;
}

.industry-heading {
  width: min(1040px, 100%);
  margin: 0 auto 10px;
  text-align: center;
}

.industry-heading h3 {
  margin: 0 auto;
  max-width: 1040px;
  font-family: inherit;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
  white-space: nowrap;
}

.industry-heading > span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: clamp(0.62rem, 0.76vw, 0.74rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-visual {
  width: min(460px, 58vw);
  margin: 0 auto;
}

/* Editorial reveal for the industry split chart. */
.industry-section.is-enhanced .industry-visual {
  isolation: isolate;
  filter: drop-shadow(0 24px 34px rgba(117, 62, 39, 0.08));
}

.industry-section.is-enhanced .industry-visual svg path {
  opacity: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.15) rotate(-14deg);
  transform-box: fill-box;
  transform-origin: center;
  transition:
    opacity 520ms ease calc(var(--slice-index) * 105ms),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--slice-index) * 105ms),
    filter 220ms ease;
  cursor: pointer;
}

.industry-section.is-enhanced .industry-visual svg line,
.industry-section.is-enhanced .industry-visual svg polyline {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  transition: stroke-dashoffset 1150ms cubic-bezier(0.45, 0, 0.2, 1) 650ms;
}

.industry-section.is-enhanced .industry-visual svg text {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms ease 980ms, transform 620ms ease 980ms;
}

.industry-section.is-enhanced.is-visible .industry-visual svg path {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.industry-section.is-enhanced.is-visible .industry-visual svg line,
.industry-section.is-enhanced.is-visible .industry-visual svg polyline {
  stroke-dashoffset: 0;
}

.industry-section.is-enhanced.is-visible .industry-visual svg text {
  opacity: 1;
  transform: translateY(0);
}

.industry-section.is-enhanced.is-visible .industry-visual svg.has-highlight path:not(.is-highlighted) {
  opacity: 0.38;
  filter: saturate(0.72);
}

.industry-section.is-enhanced.is-visible .industry-visual svg path.is-highlighted {
  transform: scale(1.055);
  filter: brightness(1.08) drop-shadow(0 8px 9px rgba(89, 44, 27, 0.2));
}

.industry-section.is-enhanced.is-visible .industry-visual svg.has-highlight text,
.industry-section.is-enhanced.is-visible .industry-visual svg.has-highlight line,
.industry-section.is-enhanced.is-visible .industry-visual svg.has-highlight polyline {
  opacity: 0.16;
  transition: opacity 180ms ease, fill 180ms ease, stroke 180ms ease;
}

.industry-section.is-enhanced.is-visible .industry-visual svg.has-highlight .is-active-label {
  fill: var(--accent);
  opacity: 1;
}

.industry-section.is-enhanced.is-visible .industry-visual svg.has-highlight .is-active-connector {
  stroke: var(--accent);
  stroke-width: 2.4;
  opacity: 1;
}

.donut-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
}

.donut {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}

.donut-track,
.donut-segment {
  fill: none;
  stroke-width: 32;
}

.donut-track {
  stroke: rgba(29, 33, 31, 0.07);
}

.donut-segment {
  cursor: pointer;
  outline: none;
  transition: opacity 180ms ease, stroke-width 180ms ease, filter 180ms ease;
}

.donut:hover .donut-segment:not(:hover),
.donut:focus-within .donut-segment:not(:focus) {
  opacity: 0.62;
}

.donut-segment:hover,
.donut-segment:focus,
.donut-segment.is-active {
  stroke-width: 36;
  filter: drop-shadow(0 3px 4px rgba(75, 47, 38, 0.11));
}

.donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 13px);
  text-align: center;
}

.donut-center strong {
  order: 2;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.1rem, 6vw, 5.7rem);
  font-weight: 300;
  line-height: 0.78;
  letter-spacing: -0.045em;
}

.donut-center span {
  order: 1;
  color: var(--accent);
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.68rem, 1vw, 0.9rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-wrap: balance;
  text-align: center;
}

.tax-trend-section {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(8px, 1.5vw, 20px) clamp(20px, 5vw, 72px) clamp(64px, 7vw, 90px);
  background: var(--paper);
}

.trend-heading {
  width: min(1050px, 100%);
  margin: 0 auto clamp(28px, 3vw, 38px);
  text-align: center;
}

.trend-heading h3 {
  margin: 0;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
}

.trend-heading h3 span {
  display: block;
  white-space: nowrap;
}

.trend-heading h3 span + span {
  margin-top: 0.08em;
}

.trend-heading > span {
  display: block;
  margin-top: 14px;
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.trend-figure {
  position: relative;
  width: min(780px, 88vw);
  height: clamp(320px, 36vw, 400px);
  margin: 0;
}

.trend-plot {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(29, 33, 31, 0.28);
}

.trend-bars {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 58px);
  padding: 0 clamp(20px, 4vw, 52px);
}

.trend-item {
  position: relative;
  height: 100%;
}

.trend-bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(82px, 58%);
  transform: translateX(-50%);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 10px 26px rgba(103, 59, 43, 0.08);
  will-change: height;
}

.trend-value {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.65rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: opacity 120ms linear;
}

.trend-label {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  color: var(--muted);
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.68rem, 0.9vw, 0.8rem);
  letter-spacing: 0.04em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes pulse {
  0%,
  100% {
    transform: scaleY(0.3);
    transform-origin: top;
    opacity: 0.45;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .scrolly {
    height: 270vh;
  }

  .hero-sticky {
    min-height: 560px;
  }

  .brand-row {
    padding: 25px 18px;
  }

  .brand-mark {
    width: 114.4px;
  }

  .hero-copy {
    top: 88px;
  }

  .eyebrow {
    width: 96vw;
    margin-bottom: 24px;
    font-size: clamp(0.54rem, 2.2vw, 0.72rem);
    letter-spacing: 0.05em;
  }

  .hero-number {
    font-size: clamp(5.5rem, 25vw, 8rem);
  }

  .hero-unit {
    margin-top: 17px;
    font-size: 0.78rem;
  }

  .data-note {
    width: 88vw;
    margin-top: 22px;
    font-size: 0.56rem;
    line-height: 1.65;
  }

  .infrastructure-stage {
    height: 100vh;
    min-height: 560px;
  }

  .infra-layer img {
    width: 220vw;
    left: -60vw;
  }

  .blueprint-grid {
    background-size: 72px 44px;
  }

  .article-entry h1 {
    font-size: clamp(1rem, 4.4vw, 2rem);
  }

  .article-deck {
    width: 98vw;
    font-size: clamp(0.62rem, 2.2vw, 0.95rem);
    letter-spacing: 0.02em;
  }

  .industry-section {
    min-height: auto;
    margin-top: 24px;
    margin-bottom: 28px;
    padding: 0 16px;
  }

  .industry-heading {
    margin-bottom: 8px;
  }

  .industry-heading h3 {
    font-size: clamp(0.62rem, 2.65vw, 0.82rem);
  }

  .industry-heading > span {
    margin-top: 5px;
    font-size: 0.56rem;
    line-height: 1.6;
  }

  .industry-visual {
    width: min(340px, 82vw);
  }

  .donut-wrap {
    width: 100%;
  }

  .donut-track,
  .donut-segment {
    stroke-width: 29;
  }

  .donut-segment:hover,
  .donut-segment:focus,
  .donut-segment.is-active {
    stroke-width: 33;
  }

  .donut-center {
    width: 50%;
    gap: 7px;
  }

  .donut-center strong {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .donut-center span {
    font-size: clamp(0.58rem, 2.45vw, 0.74rem);
  }

  .tax-trend-section {
    min-height: auto;
    padding: 8px 10px 72px;
  }

  .trend-heading {
    width: 100vw;
    margin-bottom: 28px;
    padding: 0 4px;
  }

  .trend-heading h3 {
    font-size: clamp(0.88rem, 3.75vw, 1rem);
    line-height: 1.5;
  }

  .trend-heading > span {
    margin-top: 11px;
    font-size: 0.54rem;
  }

  .trend-figure {
    width: 94vw;
    height: 300px;
  }

  .trend-bars {
    gap: 12px;
    padding: 0 12px;
  }

  .trend-bar {
    width: min(54px, 60%);
  }

  .trend-value {
    font-size: clamp(1.05rem, 5vw, 1.45rem);
  }

  .trend-label {
    top: calc(100% + 13px);
    width: 76px;
    font-size: 0.62rem;
    line-height: 1.25;
    text-align: center;
  }

  .article-entry {
    padding-top: 82px;
  }

  .article-entry h1 {
    line-height: 1.08;
  }

  .story-copy {
    width: min(100% - 32px, 760px);
  }

  .story-copy p {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .story-copy .lead {
    font-size: 1.12rem;
    line-height: 1.68;
  }

  .story-copy h2,
  .rankings-heading h2 {
    font-size: clamp(2rem, 9vw, 3.1rem);
  }

  .story-copy .scale-title {
    font-size: clamp(1rem, 5.3vw, 1.42rem);
    line-height: 1.48;
    letter-spacing: 0.025em;
  }

  .story-copy .top10-title,
  .story-copy .compact-title {
    width: 100%;
    margin-left: 0;
    transform: none;
    letter-spacing: 0.01em;
    white-space: normal;
  }

  .scale-title span {
    white-space: normal;
  }

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

  .highlight-grid > div {
    min-height: 0;
    padding: 34px 24px;
  }

  .highlight-grid > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .ranking-figure img {
    border-radius: 9px;
  }

  .ranking-figure-portrait,
  .ranking-figure-wide {
    width: calc(100vw - 24px);
  }

  .vntax-note {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-height: 700px) and (min-width: 769px) {
  .hero-copy {
    top: 72px;
  }

  .eyebrow {
    margin-bottom: 16px;
  }

  .hero-number {
    font-size: clamp(5.8rem, 18vh, 8rem);
  }

  .data-note {
    margin-top: 14px;
  }

  .infrastructure-stage {
    height: 100vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-prompt i {
    animation: none;
  }

  .trend-value {
    transition: none;
  }

  .industry-section.is-enhanced .industry-visual svg path,
  .industry-section.is-enhanced .industry-visual svg line,
  .industry-section.is-enhanced .industry-visual svg polyline,
  .industry-section.is-enhanced .industry-visual svg text {
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
    transition: none;
  }
}
  