.projection-site {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.projection-site *,
.projection-site *::before,
.projection-site *::after { box-sizing: border-box; }
.projection-site .container { width: min(var(--container), calc(100% - 72px)); margin: 0 auto; }
.projection-site .site-header { position: fixed; right: 0; left: 0; z-index: 300; }
.projection-site .nav { min-height: var(--site-header-height); display: flex; align-items: center; justify-content: space-between; }
.projection-site .brand { color: var(--ink); text-decoration: none; }
.projection-site .nav-actions { display: flex; align-items: center; margin-left: auto; }
.projection-site .button { display: inline-flex; align-items: center; justify-content: center; }
.projection-site .mobile-label { display: none; }

.projection-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 132px) 0 clamp(66px, 8vw, 108px);
  color: var(--ink);
  background:
    repeating-radial-gradient(circle at 92% 24%, transparent 0 56px, rgba(21, 18, 14, 0.075) 57px 59px, transparent 60px 98px),
    repeating-linear-gradient(135deg, transparent 0 26px, rgba(21, 18, 14, 0.04) 26px 28px),
    var(--paper);
  border-bottom: 2px solid var(--ink);
}

.projection-hero::after {
  content: "MODEL / PAID MEDIA / 2026";
  position: absolute;
  right: -48px;
  bottom: 66px;
  padding: 9px 58px;
  color: var(--paper);
  background: var(--ink);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  transform: rotate(-90deg);
}

.projection-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); align-items: end; gap: clamp(38px, 6vw, 90px); }
.projection-site .eyebrow,
.projection-site .section-kicker { margin: 0 0 17px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; line-height: 1.25; text-transform: uppercase; }
.projection-site h1 { max-width: 980px; margin: 0; color: var(--ink); font-size: clamp(58px, 7.7vw, 118px); line-height: 0.84; letter-spacing: -0.075em; text-shadow: none; overflow-wrap: normal; }
.projection-intro { max-width: 510px; font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 600; }
.projection-intro p { margin: 0 0 18px; }
.projection-note { padding: 14px 16px; background: var(--acid-beige); border: 1px solid var(--ink); font-size: 0.73rem; font-weight: 500; }

.projection-model { padding: clamp(72px, 9vw, 126px) 0; background-image: linear-gradient(rgba(21, 18, 14, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(21, 18, 14, 0.045) 1px, transparent 1px); background-size: 36px 36px; }
.projection-section-heading { margin-bottom: 32px; }
.projection-section-heading.compact { margin-bottom: 24px; }
.projection-site h2 { margin: 0; max-width: 1040px; color: var(--ink); font-size: clamp(46px, 6vw, 88px); line-height: 0.88; letter-spacing: -0.07em; overflow-wrap: anywhere; }
.projection-site h3 { margin: 32px 0 10px; color: var(--ink); font-size: clamp(1.1rem, 2vw, 1.55rem); }

.projection-panel { margin-bottom: 28px; padding: clamp(22px, 4vw, 42px); background: rgba(252, 250, 246, 0.96); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--copper); }
.projection-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.projection-control-wide { min-width: 0; }
.control-label { display: block; margin-bottom: 9px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.projection-toggle { display: inline-flex; flex-wrap: wrap; border: 2px solid var(--ink); }
.projection-toggle button { min-height: 46px; padding: 10px 15px; color: var(--ink); background: var(--paper); border: 0; border-right: 1px solid var(--ink); font: 700 0.63rem/1.1 "Space Grotesk", sans-serif; letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer; }
.projection-toggle button:last-child { border-right: 0; }
.projection-toggle button:hover,
.projection-toggle button:focus-visible,
.projection-toggle button.is-active { color: var(--paper); background: var(--ink); outline: none; }

.projection-input-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.projection-control { min-width: 0; display: flex; flex-direction: column; gap: 6px; padding: 18px; background: var(--cream-2); border: 1px solid var(--ink); font-size: 0.72rem; font-weight: 700; }
.projection-control > span:first-of-type { min-height: 2.5em; color: var(--muted-ink); font-size: 0.62rem; font-weight: 500; }
.input-shell { min-height: 48px; display: flex; align-items: center; margin-top: auto; background: var(--paper); border: 2px solid var(--ink); }
.input-shell b,
.input-shell em { padding: 0 10px; font-size: 0.78rem; font-style: normal; }
.input-shell input { min-width: 0; width: 100%; padding: 10px 2px; color: var(--ink); background: transparent; border: 0; outline: none; font: 700 1rem/1 "Space Grotesk", sans-serif; }
.input-shell:focus-within { box-shadow: 4px 4px 0 var(--copper); }
.range-shell { min-height: 48px; display: flex; align-items: center; gap: 10px; margin-top: auto; }
.range-shell input { min-width: 0; flex: 1; accent-color: var(--ink); }
.range-shell b { min-width: 58px; text-align: right; font-size: 0.76rem; }
.projection-reset { grid-column: 1 / -1; justify-self: start; min-height: 46px; padding: 11px 16px; color: var(--paper); background: var(--ink); border: 2px solid var(--ink); font: 700 0.64rem/1 "Space Grotesk", sans-serif; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.projection-reset:hover,
.projection-reset:focus-visible { color: var(--ink); background: var(--paper); outline: none; }

.projection-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 28px 0; }
.projection-metric-card { min-width: 0; min-height: 164px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; color: var(--paper); background: var(--ink); border: 2px solid var(--ink); }
.projection-metric-card span { font-size: 0.56rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.projection-metric-card strong { margin-top: 18px; font-family: "Archivo Black", sans-serif; font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 0.9; letter-spacing: -0.06em; overflow-wrap: anywhere; }
.projection-metric-card small { margin-top: 9px; color: rgba(247, 244, 237, 0.7); font-size: 0.58rem; }

.projection-chart-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.projection-chart-heading h2 { max-width: 760px; font-size: clamp(38px, 5vw, 72px); }
#projection-motion-note { max-width: 370px; margin: 0; color: var(--muted-ink); font-size: 0.67rem; font-weight: 600; text-align: right; }
.projection-chart-wrap { position: relative; height: min(52vw, 430px); min-height: 320px; }
.projection-legend { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; color: var(--muted-ink); font-size: 0.62rem; font-weight: 700; }
.projection-legend span { display: inline-flex; align-items: center; gap: 7px; }
.projection-legend i { width: 18px; height: 4px; display: inline-block; background: var(--scenario-color); }

.projection-table-wrap { overflow-x: auto; border: 1px solid var(--ink); }
.projection-table-wrap table { width: 100%; min-width: 1040px; border-collapse: collapse; background: var(--paper); font-size: 0.67rem; }
.projection-table-wrap th,
.projection-table-wrap td { padding: 12px 11px; border-right: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); text-align: right; white-space: nowrap; }
.projection-table-wrap th:first-child,
.projection-table-wrap td:first-child { position: sticky; left: 0; z-index: 1; text-align: left; background: var(--paper); }
.projection-table-wrap th { font-size: 0.56rem; letter-spacing: 0.05em; text-transform: uppercase; }
.projection-table-wrap tbody tr:first-child td { font-weight: 700; }

.projection-callout { margin: 30px 0 0; padding: clamp(24px, 4vw, 40px); color: var(--paper); background: var(--ink); border-left: 10px solid var(--copper); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; }
.projection-callout strong { color: var(--acid-beige); }

.projection-explainer { padding: clamp(76px, 9vw, 132px) 0; background: var(--cream-2); border-top: 2px solid var(--ink); }
.projection-explainer-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr); gap: clamp(40px, 7vw, 110px); align-items: start; }
.projection-explainer-copy { max-width: 760px; }
.projection-explainer-copy h3:first-child { margin-top: 0; }
.projection-explainer-copy p { margin: 0; color: var(--muted-ink); line-height: 1.75; }
.projection-explainer-copy code { padding: 2px 6px; color: var(--ink); background: var(--acid-beige); font: 700 0.82em/1.2 "Space Grotesk", sans-serif; }

.projection-cta { padding: clamp(78px, 10vw, 144px) 0; color: var(--paper); background: var(--ink); }
.projection-cta .section-kicker,
.projection-cta h2 { color: var(--paper); }
.projection-cta h2 { margin-bottom: 42px; }
.projection-cta .button { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.projection-site .footer { color: var(--ink); background: var(--cream-2); border-top: 2px solid var(--ink); }
.projection-site .footer a { color: var(--ink); }

@media (max-width: 1040px) {
  .projection-hero-grid,
  .projection-explainer-grid { grid-template-columns: 1fr; }
  .projection-intro { max-width: 760px; }
  .projection-input-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .projection-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .projection-site .container { width: min(var(--container), calc(100% - 28px)); }
  .projection-site .nav { min-height: var(--site-header-height); gap: 8px; }
  .projection-site .brand { font-size: 1rem; }
  .projection-site .nav-actions { gap: 8px; }
  .projection-site .nav-actions .button { min-height: 44px; padding: 0 11px; font-size: 0.54rem; }
  .projection-site .desktop-label { display: none; }
  .projection-site .mobile-label { display: inline; }
  .projection-hero { padding: 48px 0 54px; }
  .projection-hero::after { display: none; }
  .projection-site h1 { font-size: clamp(40px, 11.8vw, 56px); line-height: 0.9; overflow-wrap: normal; }
  .projection-site h2 { font-size: clamp(40px, 11vw, 56px); }
  .projection-controls { grid-template-columns: 1fr; }
  .projection-input-grid { grid-template-columns: 1fr; }
  .projection-toggle { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .projection-toggle button { border-right: 0; border-bottom: 1px solid var(--ink); }
  .projection-toggle button:nth-last-child(-n + 2) { border-bottom: 0; }
  .projection-cards { grid-template-columns: 1fr; }
  .projection-metric-card { min-height: 136px; }
  .projection-chart-heading { align-items: flex-start; flex-direction: column; }
  #projection-motion-note { text-align: left; }
  .projection-chart-wrap { height: 380px; min-height: 380px; }
  .projection-panel { padding: 20px; box-shadow: 5px 5px 0 var(--copper); }
  .projection-cta .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .projection-site *,
  .projection-site *::before,
  .projection-site *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
