/** Shopify CDN: Minification failed

Line 29:14 Expected identifier but found whitespace
Line 29:15 Unexpected "'Barlow Condensed'"

**/
/* ══════════════════════════════════════════════
   THE POSITIVE REBELLION — Custom Theme CSS
   Built for Shopify Dawn theme override
   ══════════════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  --tpr-black: #0a0a0a;
  --tpr-white: #f5f4f0;
  --tpr-grey-dark: #1c1c1c;
  --tpr-grey-mid: #3a3a3a;
  --tpr-grey-light: #c8c8c4;
  --tpr-grey-pale: #e8e7e3;
  --tpr-red: #c8102e;
  --tpr-red-soft: #e8183a;
}

/* ── GLOBAL RESETS ── */
body {
  background: var(--tpr-black) !important;
  color: var(--tpr-white) !important;
}
  font-family: 'Barlow Condensed', sans-serif !important;
}

/* ── TYPOGRAPHY ── */
.tpr-eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tpr-red);
}

.tpr-headline {
  font-family: 'Bebas Neue', sans-serif;
  line-height: 0.95;
  color: var(--tpr-black);
}

.tpr-body-serif {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  line-height: 1.55;
  color: var(--tpr-grey-mid);
}

.tpr-mono {
  font-family: 'Space Mono', monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ── BUTTONS ── */
.tpr-btn-primary {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--tpr-red);
  color: var(--tpr-white);
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.tpr-btn-primary:hover {
  background: var(--tpr-red-soft);
  transform: translateY(-1px);
  color: var(--tpr-white);
}

.tpr-btn-ghost {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tpr-grey-light);
  text-decoration: none;
  border-bottom: 1px solid var(--tpr-grey-mid);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.tpr-btn-ghost:hover {
  color: var(--tpr-white);
  border-color: var(--tpr-white);
}

.tpr-btn-light {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--tpr-white);
  color: var(--tpr-black);
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.tpr-btn-light:hover {
  background: var(--tpr-red);
  color: var(--tpr-white);
  transform: translateY(-1px);
}

.tpr-arrow-link {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tpr-black);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}

.tpr-arrow-link::after {
  content: '→';
  font-size: 16px;
  transition: transform 0.2s;
}

.tpr-arrow-link:hover { color: var(--tpr-red); }
.tpr-arrow-link:hover::after { transform: translateX(4px); }

/* ── SECTION LABEL ── */
.tpr-section-label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--tpr-red);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tpr-section-label::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--tpr-red);
}

.tpr-section-label--center {
  justify-content: center;
}

.tpr-section-label--center::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--tpr-red);
}

.tpr-section-label--light {
  color: var(--tpr-grey-light);
}

.tpr-section-label--light::after,
.tpr-section-label--light::before {
  background: var(--tpr-grey-light);
}

/* ══════════════════════════════════════════════
   HEADER / NAV
   ══════════════════════════════════════════════ */
.tpr-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: rgba(245,244,240,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(10,10,10,0.08);
}

.tpr-nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.12em;
  color: var(--tpr-black);
  text-decoration: none;
}

.tpr-nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tpr-nav-links a {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tpr-grey-mid);
  text-decoration: none;
  transition: color 0.2s;
}

.tpr-nav-links a:hover { color: var(--tpr-red); }

.tpr-nav-cta {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--tpr-black);
  color: var(--tpr-white);
  padding: 10px 20px;
  text-decoration: none;
  transition: background 0.2s;
}

.tpr-nav-cta:hover { background: var(--tpr-red); }

/* ══════════════════════════════════════════════
   HERO SECTION
   ══════════════════════════════════════════════ */
.tpr-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 80px;
}

.tpr-hero__left {
  background: var(--tpr-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 64px;
  position: relative;
  overflow: hidden;
}

.tpr-hero__left::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(200,16,46,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.tpr-hero__eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--tpr-red);
  margin-bottom: 28px;
  opacity: 0;
  animation: tprFadeUp 0.6s ease 0.2s forwards;
}

.tpr-hero__headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 7.5vw, 100px);
  line-height: 0.9;
  color: var(--tpr-white);
  margin-bottom: 32px;
  opacity: 0;
  animation: tprFadeUp 0.6s ease 0.35s forwards;
}

.tpr-hero__headline em {
  font-style: normal;
  color: var(--tpr-red);
}

.tpr-hero__body {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.55;
  color: var(--tpr-grey-light);
  max-width: 440px;
  margin-bottom: 48px;
  opacity: 0;
  animation: tprFadeUp 0.6s ease 0.5s forwards;
}

.tpr-hero__ctas {
  display: flex;
  gap: 16px;
  align-items: center;
  opacity: 0;
  animation: tprFadeUp 0.6s ease 0.65s forwards;
}

.tpr-hero__right {
  background: var(--tpr-grey-pale);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 48px;
  position: relative;
}

.tpr-hero__logo {
  width: 100%;
  max-width: 500px;
  opacity: 0;
  animation: tprFadeUp 0.9s ease 0.3s forwards;
}

.tpr-hero__logo img {
  width: 100%;
  height: auto;
}

.tpr-hero__subline {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tpr-grey-mid);
  margin-top: 40px;
  text-align: center;
  opacity: 0;
  animation: tprFadeUp 0.6s ease 0.7s forwards;
}

/* ══════════════════════════════════════════════
   TICKER
   ══════════════════════════════════════════════ */
.tpr-ticker {
background: var(--tpr-white);
border-top: 1px solid rgba(10,10,10,0.1);
border-bottom: 1px solid rgba(10,10,10,0.1);
overflow: hidden;
padding: 14px 0;
}
.tpr-ticker__inner {
display: flex;
white-space: nowrap;
animation: tprTicker 30s linear infinite;
}
.tpr-ticker__item {
font-family: 'Bebas Neue', sans-serif;
font-size: 16px;
letter-spacing: 0.15em;
color: var(--tpr-black);
padding: 0 40px;
}
.tpr-ticker__item span {
color: var(--tpr-red);
margin-left: 40px;
}

/* ══════════════════════════════════════════════
   IS IT TRUE — THE BEAT
   ══════════════════════════════════════════════ */
.tpr-iit {
  background: var(--tpr-white);
  padding: 140px 80px;
  text-align: center;
}

.tpr-iit__label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--tpr-red);
  margin-bottom: 40px;
}

.tpr-iit__question {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(56px, 8vw, 120px);
  line-height: 1;
  color: var(--tpr-black);
  margin-bottom: 36px;
}

.tpr-iit__body {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.65;
  color: var(--tpr-grey-mid);
  max-width: 580px;
  margin: 0 auto 40px;
}

/* ══════════════════════════════════════════════
   3 LEVERS
   ══════════════════════════════════════════════ */
.tpr-levers {
  background: var(--tpr-grey-pale);
  padding: 120px 80px;
}

.tpr-levers__header {
  text-align: center;
  margin-bottom: 80px;
}

.tpr-levers__header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 6vw, 88px);
  color: var(--tpr-black);
  line-height: 1;
  margin-bottom: 16px;
}

.tpr-levers__header p {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--tpr-grey-mid);
  max-width: 520px;
  margin: 0 auto;
}

.tpr-levers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto 48px;
}

.tpr-lever-card {
  background: var(--tpr-white);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s;
}

.tpr-lever-card:hover { transform: translateY(-4px); }

.tpr-lever-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--tpr-black);
  transition: background 0.2s;
}

.tpr-lever-card:hover::before { background: var(--tpr-red); }

.tpr-lever-card__letter {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 120px;
  line-height: 1;
  color: var(--tpr-grey-pale);
  position: absolute;
  top: 16px; right: 24px;
  pointer-events: none;
  user-select: none;
}

.tpr-lever-card__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  color: var(--tpr-black);
  margin-bottom: 8px;
  position: relative;
}

.tpr-lever-card__subtitle {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tpr-red);
  margin-bottom: 24px;
}

.tpr-lever-card__body {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--tpr-grey-mid);
}

.tpr-levers__cta {
  text-align: center;
  margin-top: 48px;
}

/* ══════════════════════════════════════════════
   SHOP SECTION
   ══════════════════════════════════════════════ */
.tpr-shop {
  background: var(--tpr-black);
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}

.tpr-shop::before {
  content: 'SOUL KILLER';
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(100px, 15vw, 220px);
  color: rgba(255,255,255,0.02);
  position: absolute;
  bottom: -20px; left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.tpr-shop__header {
  text-align: center;
  margin-bottom: 64px;
}

.tpr-shop__header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 6vw, 88px);
  color: var(--tpr-white);
  line-height: 1;
  margin-bottom: 16px;
}

.tpr-shop__header p {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--tpr-grey-light);
}

.tpr-shop__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto 48px;
}

.tpr-product-card {
  background: var(--tpr-grey-dark);
  overflow: hidden;
  transition: transform 0.25s;
  text-decoration: none;
}

.tpr-product-card:hover { transform: translateY(-4px); }

.tpr-product-card__img {
  aspect-ratio: 1;
  background: var(--tpr-grey-pale);
  overflow: hidden;
  position: relative;
}

.tpr-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  mix-blend-mode: multiply;
}

.tpr-product-card:hover .tpr-product-card__img img {
  transform: scale(1.04);
}

.tpr-product-card__badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--tpr-black);
  color: var(--tpr-white);
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 8px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.tpr-product-card:hover .tpr-product-card__badge {
  opacity: 0;
}

.tpr-product-card__info {
  padding: 20px 24px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.tpr-product-card:hover .tpr-product-card__info {
  opacity: 0;
}

.tpr-product-card__line {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tpr-red);
  margin-bottom: 6px;
}

.tpr-product-card__name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: var(--tpr-white);
  margin-bottom: 8px;
}

.tpr-product-card__price {
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  color: var(--tpr-grey-light);
}

.tpr-shop__footer { text-align: center; }

/* ══════════════════════════════════════════════
   BTOT / WEEKLY LETTER
   ══════════════════════════════════════════════ */
.tpr-letter {
  background: var(--tpr-white);
  padding: 120px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.tpr-letter__text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.95;
  color: var(--tpr-black);
  margin-bottom: 24px;
}

.tpr-letter__text h2 em {
  font-style: normal;
  color: var(--tpr-red);
  display: block;
}

.tpr-letter__text p {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.7;
  color: var(--tpr-grey-mid);
  margin-bottom: 32px;
}

.tpr-letter__card {
  background: var(--tpr-grey-pale);
  border: 1px solid rgba(10,10,10,0.08);
  padding: 48px;
  position: relative;
}

.tpr-letter__card::before {
  content: '"';
  font-family: 'DM Serif Display', serif;
  font-size: 120px;
  line-height: 1;
  color: var(--tpr-red);
  opacity: 0.15;
  position: absolute;
  top: -20px; left: 24px;
}

.tpr-letter__label {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tpr-red);
  margin-bottom: 20px;
}

.tpr-letter__title {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  line-height: 1.3;
  color: var(--tpr-black);
  margin-bottom: 16px;
}

.tpr-letter__excerpt {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--tpr-grey-mid);
  margin-bottom: 32px;
}

/* ══════════════════════════════════════════════
   TOOLS PREVIEW
   ══════════════════════════════════════════════ */
.tpr-tools {
  padding: 120px 80px;
  background: var(--tpr-grey-pale);
}

.tpr-tools__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

.tpr-tools__header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  color: var(--tpr-black);
}

.tpr-tool-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(10,10,10,0.1);
}

.tpr-tool-row:first-of-type {
  border-top: 1px solid rgba(10,10,10,0.1);
}

.tpr-tool-row__num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  color: rgba(10,10,10,0.08);
  line-height: 1;
}

.tpr-tool-row__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: var(--tpr-black);
  margin-bottom: 8px;
}

.tpr-tool-row__body {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--tpr-grey-mid);
  max-width: 560px;
  line-height: 1.6;
}

/* ══════════════════════════════════════════════
   MANIFESTO BAND
   ══════════════════════════════════════════════ */
.tpr-manifesto {
  background: var(--tpr-red);
  padding: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tpr-manifesto::before {
  content: 'DESIGN DON\'T DEFAULT';
  font-family: 'Bebas Neue', sans-serif;
  font-size: 200px;
  color: rgba(255,255,255,0.05);
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}

.tpr-manifesto blockquote {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(24px, 3.5vw, 40px);
  color: var(--tpr-white);
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 32px;
  position: relative;
}

.tpr-manifesto cite {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  display: block;
  font-style: normal;
}

/* ══════════════════════════════════════════════
   SUBSCRIBE
   ══════════════════════════════════════════════ */
.tpr-subscribe {
  background: var(--tpr-black);
  padding: 100px 80px;
  text-align: center;
}

.tpr-subscribe h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  color: var(--tpr-white);
  margin-bottom: 16px;
}

.tpr-subscribe p {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--tpr-grey-light);
  margin-bottom: 40px;
}

.tpr-subscribe__form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
}

.tpr-subscribe__form input[type="email"] {
  flex: 1;
  background: var(--tpr-grey-dark);
  border: 1px solid var(--tpr-grey-mid);
  border-right: none;
  color: var(--tpr-white);
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 16px 20px;
  outline: none;
}

.tpr-subscribe__form input[type="email"]::placeholder {
  color: var(--tpr-grey-mid);
}

.tpr-subscribe__form button {
  background: var(--tpr-red);
  color: var(--tpr-white);
  border: none;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 16px 24px;
  cursor: pointer;
  transition: background 0.2s;
}

.tpr-subscribe__form button:hover {
  background: var(--tpr-red-soft);
}

/* ══════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════ */
.tpr-footer {
  background: var(--tpr-grey-dark);
  padding: 60px 80px 32px;
}

.tpr-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 32px;
}

.tpr-footer__brand-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--tpr-white);
  text-decoration: none;
  letter-spacing: 0.1em;
}

.tpr-footer__brand p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--tpr-grey-light);
  line-height: 1.65;
  margin-top: 16px;
  max-width: 280px;
}

.tpr-footer__col h4 {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tpr-grey-light);
  margin-bottom: 20px;
}

.tpr-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tpr-footer__col li { margin-bottom: 12px; }

.tpr-footer__col a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(200,200,196,0.5);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.tpr-footer__col a:hover { color: var(--tpr-white); }

.tpr-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tpr-footer__copy {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(200,200,196,0.4);
  text-transform: uppercase;
}

.tpr-footer__tagline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--tpr-red);
}

/* ══════════════════════════════════════════════
   SCROLL REVEAL ANIMATION
   ══════════════════════════════════════════════ */
.tpr-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.tpr-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.tpr-reveal--d1 { transition-delay: 0.1s; }
.tpr-reveal--d2 { transition-delay: 0.2s; }
.tpr-reveal--d3 { transition-delay: 0.3s; }

/* ══════════════════════════════════════════════
   KEYFRAMES
   ══════════════════════════════════════════════ */
@keyframes tprFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tprTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .tpr-nav { padding: 16px 24px; }
  .tpr-nav-links { display: none; }

  .tpr-hero { grid-template-columns: 1fr; }
  .tpr-hero__left { padding: 60px 32px; }
  .tpr-hero__right { padding: 40px 32px; min-height: 50vh; }

  .tpr-iit { padding: 100px 32px; }

  .tpr-levers { padding: 80px 32px; }
  .tpr-levers__grid { grid-template-columns: 1fr; }

  .tpr-shop { padding: 80px 32px; }
  .tpr-shop__grid { grid-template-columns: repeat(2, 1fr); }

  .tpr-letter { grid-template-columns: 1fr; padding: 80px 32px; }

  .tpr-tools { padding: 80px 32px; }
  .tpr-tools__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .tpr-tool-row { grid-template-columns: 60px 1fr; }
  .tpr-tool-row .tpr-arrow-link { display: none; }

  .tpr-manifesto { padding: 60px 32px; }
  .tpr-subscribe { padding: 80px 32px; }

  .tpr-footer { padding: 48px 24px 24px; }
  .tpr-footer__top { grid-template-columns: 1fr 1fr; }
}
scroll { display: none !important; }
.skip-to-content-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-to-content-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 8px 16px;
  background: #c8102e;
  color: #f5f4f0;
  font-size: 14px;
  z-index: 9999;
}

/* Fix: ya-science layout override (section style cache bust) */
.ya-science__item { display: block !important; }
.ya-science__item-bar { display: none !important; }
.ya-science__item-text {
  padding-left: 28px !important;
  border-left: 4px solid #c8102e !important;
}