:root {
  --paper-50: #F7F5F2;
  --paper-100: #EDE9E3;
  --paper-200: #DCD6CE;
  --paper-text-hi: #141210;
  --paper-text-lo: #6B6560;
  --heat-ink: #C6470F;
  --heat-tip: #ffc83c;
  --heat-base: #ff6b35;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper-50); color: var(--paper-text-hi); font-family: -apple-system, "Segoe UI", Roboto, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.wrap { width: min(100% - 40px, 1120px); margin-inline: auto; }
.section { padding: 72px 0; }
.section-tinted { background: var(--paper-100); border-block: 1px solid var(--paper-200); }
.eyebrow { margin: 0 0 12px; color: var(--heat-ink); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.03; text-wrap: balance; }
h1 { max-width: 11ch; margin-bottom: 22px; font-size: clamp(2.85rem, 10vw, 5.7rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 7vw, 3.65rem); }
h3 { margin-bottom: 12px; font-size: 1rem; }
p { margin-bottom: 18px; }
.lead { max-width: 59ch; color: var(--paper-text-lo); font-size: clamp(1.05rem, 2vw, 1.22rem); }

.site-header { position: sticky; top: 0; z-index: 2; background: var(--paper-50); border-bottom: 1px solid var(--paper-200); }
.nav { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { color: var(--paper-text-hi); font-size: 1.08rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.nav-link { color: var(--heat-ink); font-size: .9rem; font-weight: 650; text-decoration: none; }
.nav-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.hero { padding-top: 54px; overflow: hidden; }
.hero-grid, .split-layout, .sports-layout, .proof-layout, .install-layout { display: grid; gap: 38px; }
.hero-copy { align-self: center; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid var(--paper-text-hi); border-radius: 999px; font-weight: 750; text-decoration: none; }
.button-primary { background: linear-gradient(135deg, var(--heat-tip), var(--heat-base)); color: var(--paper-text-hi); }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible { outline: 2px solid var(--heat-ink); outline-offset: 3px; }

.screen-frame { margin: 0; overflow: hidden; border: 1px solid var(--paper-200); border-radius: 18px; background: var(--paper-100); }
.screen-frame img { width: 100%; height: auto; }
.hero-screen { width: min(100%, 410px); justify-self: center; }
.detail-screen { width: min(100%, 360px); justify-self: center; }

.tier-list { display: grid; gap: 0; margin: 26px 0 18px; padding: 0; list-style: none; border-top: 1px solid var(--paper-200); }
.tier-list li { display: grid; grid-template-columns: 92px 1fr; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--paper-200); }
.tier-list strong { display: block; font-size: .95rem; }
.tier-list small { color: var(--paper-text-lo); }
.flames, .tier-five span { color: var(--heat-ink); font-size: .75rem; letter-spacing: 1px; white-space: nowrap; }
.tier-five { color: var(--paper-text-lo); font-size: .95rem; }
.tier-five span { margin-right: 8px; }

.section-heading { max-width: 620px; margin-bottom: 34px; }
.sport-groups { display: grid; gap: 24px; }
.sport-group { padding: 20px; border: 1px solid var(--paper-200); background: var(--paper-100); }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.chip-list li { padding: 7px 10px; border: 1px solid var(--paper-200); border-radius: 999px; color: var(--paper-text-hi); font-size: .9rem; font-weight: 650; }
.screen-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: start; }

.proof-copy { max-width: 55ch; font-size: 1.1rem; }
.proof-copy p:last-child { margin-bottom: 0; }

.install { border-top: 1px solid var(--paper-200); }
.install-steps { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; counter-reset: install; }
.install-steps li { display: grid; grid-template-columns: 30px 1fr; column-gap: 12px; padding-bottom: 15px; border-bottom: 1px solid var(--paper-200); }
.install-steps li::before { counter-increment: install; content: counter(install); grid-row: span 2; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--paper-200); border-radius: 50%; color: var(--heat-ink); font-size: .82rem; font-weight: 750; }
.install-steps strong { display: block; }
.install-steps span { color: var(--paper-text-lo); }
.install-action { margin-top: -10px; }

.site-footer { padding: 25px 0; border-top: 1px solid var(--paper-200); color: var(--paper-text-lo); font-size: .88rem; }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.footer-content .wordmark { color: var(--paper-text-hi); }

@media (min-width: 720px) {
  .section { padding: 104px 0; }
  .hero { padding-top: 84px; }
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(290px, .7fr); align-items: center; gap: clamp(42px, 7vw, 88px); }
  .split-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); align-items: center; gap: clamp(42px, 8vw, 104px); }
  .sports-layout { grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr); align-items: center; gap: clamp(40px, 7vw, 84px); }
  .proof-layout { grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); align-items: start; gap: 80px; }
  .install-layout { grid-template-columns: minmax(0, .75fr) minmax(330px, 1fr); gap: 58px; align-items: start; }
  .install-action { grid-column: 2; }
  .screen-pair { gap: 20px; }
}

@media (max-width: 380px) {
  .wrap { width: min(100% - 32px, 1120px); }
  .section { padding: 56px 0; }
  h1 { font-size: 2.55rem; }
  .tier-list li { grid-template-columns: 82px 1fr; gap: 8px; }
}
