:root {
  --paper: #fbf8f2;
  --paper-deep: #f1eadf;
  --ink: #171717;
  --ink-soft: #3f3b36;
  --muted: #776f66;
  --line: #ded4c6;
  --navy: #26385f;
  --navy-soft: #d8deeb;
  --rust: #bd4b24;
  --sage: #6f7c64;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.tc-page,
.tc-page * {
  min-width: 0;
}

.tc-page {
  width: 100%;
  overflow-x: clip;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, .035) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #fbf8f2 0%, #f7f1e8 45%, #eef2e9 100%);
  font-size: 17px;
  line-height: 1.65;
}

.tc-page p,
.tc-page h1,
.tc-page h2,
.tc-page h3,
.tc-page span,
.tc-page strong,
.tc-page a {
  overflow-wrap: anywhere;
}

.tc-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 212, 198, .8);
  background: rgba(251, 248, 242, .9);
  backdrop-filter: blur(18px);
}

.tc-nav {
  min-height: 72px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tc-brand {
  color: var(--navy);
  font-weight: 800;
  white-space: nowrap;
}

.tc-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: .94rem;
  font-weight: 800;
}

.tc-links a {
  border-radius: 8px;
  padding: 8px 12px;
}

.tc-links a:hover {
  background: var(--paper-deep);
  color: var(--navy);
}

.tc-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 82px) 0 clamp(44px, 7vw, 86px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 5vw, 58px);
  align-items: start;
}

.tc-hero-counter {
  min-height: calc(100vh - 73px);
}

.tc-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, .64fr) minmax(280px, .36fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.tc-kicker {
  margin: 0 0 18px;
  color: var(--rust);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.tc-lede,
.tc-quote {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.45rem);
}

.tc-lede {
  width: 100%;
  max-width: 520px;
  margin: 34px 0 0;
  color: var(--navy);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.25;
  font-style: italic;
}

.tc-counter-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 42px);
  background: rgba(251, 248, 242, .86);
  box-shadow: 0 24px 80px rgba(38, 56, 95, .12);
}

.tc-counter-head,
.tc-rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
}

.tc-counter-head strong,
.tc-rate-row strong {
  color: var(--navy);
}

.tc-counter {
  margin: 16px 0 14px;
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.7rem, 6.2vw, 5.65rem);
  font-weight: 700;
  line-height: .95;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.tc-progress {
  height: 10px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-deep);
}

.tc-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--rust), var(--sage), var(--navy));
}

.tc-fineprint {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .94rem;
}

.tc-source-ticker {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  color: var(--ink-soft);
  font-size: .84rem;
  font-weight: 800;
}

.tc-source-ticker span:last-child {
  color: var(--muted);
  text-align: right;
}

.tc-band {
  background: var(--navy);
  color: var(--paper);
}

.tc-band-inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(50px, 8vw, 88px) 0;
}

.tc-quote {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.8rem);
}

.tc-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 102px) 0;
}

.tc-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tc-stat,
.tc-method-card,
.tc-factory-board article,
.tc-supply-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(251, 248, 242, .82);
}

.tc-stat {
  min-height: 238px;
  display: grid;
  align-content: space-between;
}

.tc-stat span,
.tc-method-card span,
.tc-source-list span,
.tc-factory-board span,
.tc-supply-list span {
  color: var(--rust);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tc-stat strong {
  margin: 22px 0 10px;
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.tc-stat p,
.tc-method-card p,
.tc-model-copy p {
  margin: 0;
  color: var(--muted);
}

.tc-method,
.tc-model,
.tc-sources,
.tc-answer,
.tc-geo,
.tc-faq,
.tc-factories,
.tc-supply {
  display: grid;
  grid-template-columns: minmax(0, .45fr) minmax(0, .55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.35rem, 5vw, 5.15rem);
}

h3 {
  margin: 28px 0 12px;
  color: var(--navy);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
}

.tc-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tc-method-card {
  min-height: 250px;
}

.tc-method-card.estimated {
  background: #f6f6ef;
}

.tc-method-card.inferred {
  background: #f1f4f8;
}

.tc-method-card.unknown {
  background: #f4eee8;
}

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

.tc-model-copy p,
.tc-answer-copy p,
.tc-geo-grid p,
.tc-faq-list p,
.tc-factory-copy p,
.tc-factory-board p,
.tc-supply-list p {
  margin-top: 20px;
  max-width: 620px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.tc-answer {
  border-bottom: 1px solid var(--line);
}

.tc-answer-copy {
  border-left: 4px solid var(--rust);
  padding-left: clamp(18px, 3vw, 30px);
}

.tc-answer-copy p:first-child {
  margin-top: 0;
}

.tc-answer-copy strong {
  color: var(--navy);
}

.tc-bars {
  display: grid;
  gap: 18px;
}

.tc-factories {
  border-bottom: 1px solid var(--line);
}

.tc-factory-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tc-factory-board article {
  min-height: 235px;
  display: grid;
  align-content: space-between;
}

.tc-factory-board strong {
  margin-top: 18px;
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.tc-factory-board p,
.tc-supply-list p {
  margin-bottom: 0;
}

.tc-supply {
  padding-top: clamp(26px, 5vw, 70px);
}

.tc-supply-list {
  display: grid;
  gap: 14px;
}

.tc-supply-list strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.35;
}

.tc-bar-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, .7fr) 50px;
  gap: 12px;
  align-items: center;
  color: var(--ink-soft);
  font-weight: 800;
}

.tc-bar {
  height: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-deep);
}

.tc-bar i {
  display: block;
  height: 100%;
  background: var(--navy);
}

.tc-source-list {
  display: grid;
  gap: 12px;
}

.tc-source-list a {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(251, 248, 242, .78);
}

.tc-source-list a:hover {
  background: var(--paper-deep);
}

.tc-source-list strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.tc-geo {
  border-bottom: 1px solid var(--line);
}

.tc-geo-grid,
.tc-faq-list {
  display: grid;
  gap: 14px;
}

.tc-geo-grid article,
.tc-faq-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(251, 248, 242, .78);
}

.tc-geo-grid span {
  color: var(--rust);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tc-geo-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
  line-height: 1.1;
}

.tc-geo-grid p,
.tc-faq-list p {
  margin-bottom: 0;
}

.tc-faq-list h3 {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

.tc-footer {
  border-top: 1px solid var(--line);
}

.tc-footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: .94rem;
}

.tc-footer a {
  color: var(--navy);
  font-weight: 800;
}

@media (max-width: 1024px) {
  .tc-hero,
  .tc-hero-copy,
  .tc-method,
  .tc-model,
  .tc-sources,
  .tc-answer,
  .tc-geo,
  .tc-faq,
  .tc-factories,
  .tc-supply {
    grid-template-columns: 1fr;
  }

  .tc-hero-counter {
    min-height: 0;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(4rem, 13vw, 7rem);
  }

  .tc-lede {
    max-width: 100%;
    margin-top: 0;
  }

  .tc-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .tc-page {
    font-size: 16px;
  }

  .tc-nav {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .tc-links {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2px;
  }

  .tc-links a {
    padding: 7px 8px;
    white-space: nowrap;
  }

  .tc-hero,
  .tc-section,
  .tc-band-inner,
  .tc-footer-inner {
    width: calc(100% - 32px);
  }

  .tc-hero {
    padding-top: 42px;
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.9rem, 12.8vw, 4.35rem);
  }

  h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.65rem);
  }

  .tc-lede {
    font-size: clamp(1.22rem, 5.3vw, 1.65rem);
    line-height: 1.22;
  }

  .tc-counter-head,
  .tc-rate-row,
  .tc-source-ticker,
  .tc-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .tc-counter {
    font-size: clamp(1.42rem, 6.8vw, 3.55rem);
  }

  .tc-source-ticker span:last-child {
    text-align: left;
  }

  .tc-method-grid {
    grid-template-columns: 1fr;
  }

  .tc-factory-board {
    grid-template-columns: 1fr;
  }

  .tc-answer-copy {
    border-left: 0;
    border-top: 4px solid var(--rust);
    padding-top: 18px;
    padding-left: 0;
  }

  .tc-bar-row {
    grid-template-columns: 1fr 48px;
  }

  .tc-bar {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 360px) {
  .tc-counter {
    font-size: 1rem;
  }

  .tc-brand {
    white-space: normal;
  }
}
