:root {
  color-scheme: dark;
}

.storefront-page {
  --store-bg: #050812;
  --store-panel: #0b111c;
  --store-line: rgba(255, 255, 255, 0.14);
  --store-text: #fffdf7;
  --store-muted: rgba(255, 255, 255, 0.72);
  --store-purple: #5b20d6;
  --store-blue: #1f6feb;
  --store-green: #50c878;
  --store-orange: #ff9138;
  --store-pink: #f04483;
  --store-gold: #ffc83d;
  margin: 0;
  background:
    radial-gradient(circle at 48% 6%, rgba(91, 32, 214, 0.28), transparent 34rem),
    radial-gradient(circle at 86% 28%, rgba(31, 111, 235, 0.18), transparent 30rem),
    linear-gradient(180deg, #03050b 0%, var(--store-bg) 48%, #070b12 100%);
  color: var(--store-text);
  font-family: "Montserrat", "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-wrap: normal;
}

.storefront-page h1,
.storefront-page h2,
.storefront-page h3,
.storefront-page strong {
  overflow-wrap: normal;
  word-break: normal;
}

.storefront-page * {
  box-sizing: border-box;
}

.storefront-page.academy-home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.11;
  background-image:
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 42%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.5px);
  background-size: 34px 34px, 47px 47px;
  mix-blend-mode: screen;
}

.storefront-page a {
  color: inherit;
}

.store-shell {
  width: min(1460px, calc(100% - 44px));
  margin: 0 auto;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--store-line);
  background: rgba(3, 5, 11, 0.78);
  backdrop-filter: blur(18px);
}

.store-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 74px;
}

.store-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.store-brand strong {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 0.82;
  letter-spacing: 0.06em;
}

.store-brand small {
  display: block;
  color: var(--store-text);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.irie-brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.irie-brand-mark i {
  border-radius: 9px 9px 3px 9px;
  background: var(--store-pink);
}

.irie-brand-mark i:nth-child(2) {
  border-radius: 999px;
  background: #f5f5f5;
}

.irie-brand-mark i:nth-child(3) {
  background: var(--store-orange);
}

.irie-brand-mark i:nth-child(4) {
  border-radius: 999px 999px 999px 3px;
  background: var(--store-blue);
}

.irie-brand-mark i:nth-child(5) {
  border-radius: 999px;
  background: var(--store-gold);
}

.irie-brand-mark i:nth-child(6) {
  background: var(--store-green);
}

.store-nav nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 34px);
}

.store-nav nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.store-nav nav a:hover {
  color: #ffffff;
}

.store-nav nav a[aria-current="page"] {
  color: #ffffff;
}

.storefront-page .academy-mega-nav {
  justify-content: center;
}

.storefront-page .mega-menu-groups {
  gap: clamp(10px, 2vw, 24px);
}

.storefront-page .mega-trigger {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 900;
}

.storefront-page .mega-menu-group.is-open .mega-trigger,
.storefront-page .mega-trigger:hover,
.storefront-page .mega-trigger:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.storefront-page .mega-panel {
  border-color: var(--store-line);
  background: rgba(9, 15, 25, 0.98);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.storefront-page .mega-panel-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.storefront-page .mega-panel a {
  color: #ffffff;
}

.storefront-page .mega-panel a:hover,
.storefront-page .mega-panel a:focus-visible {
  background: var(--mega-tone-soft);
}

.storefront-page .mega-panel span {
  color: var(--store-muted);
}

.storefront-page .mega-panel em {
  border-color: color-mix(in srgb, var(--mega-tone) 42%, transparent);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
}

.storefront-page .mega-panel a[data-tone="1"] {
  --mega-tone: var(--store-pink);
  --mega-tone-soft: rgba(240, 68, 131, 0.12);
}

.storefront-page .mega-panel a[data-tone="2"] {
  --mega-tone: var(--store-gold);
  --mega-tone-soft: rgba(255, 200, 61, 0.12);
}

.storefront-page .mega-panel a[data-tone="3"] {
  --mega-tone: var(--store-blue);
  --mega-tone-soft: rgba(31, 111, 235, 0.14);
}

.storefront-page .mega-panel a[data-tone="4"] {
  --mega-tone: var(--store-green);
  --mega-tone-soft: rgba(80, 200, 120, 0.12);
}

.storefront-page .mega-panel a[data-tone="5"] {
  --mega-tone: var(--store-orange);
  --mega-tone-soft: rgba(255, 145, 56, 0.12);
}

.storefront-page .mega-panel a[data-tone="6"] {
  --mega-tone: #a077ff;
  --mega-tone-soft: rgba(160, 119, 255, 0.12);
}

.store-cart-button,
.store-nav-cta,
.store-primary,
.store-secondary,
.store-filter-row button,
.product-actions button,
.cart-summary button {
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.store-cart-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--store-purple), #3a15a4);
  color: #ffffff;
}

.store-nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--store-purple), #3a15a4);
  color: #ffffff;
  text-decoration: none;
}

.store-cart-button span {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.store-hero {
  min-height: 640px;
  border-bottom: 1px solid var(--store-line);
}

.academy-home-hero {
  position: relative;
  overflow: hidden;
}

.academy-home-hero .store-shell {
  position: relative;
  z-index: 1;
}

.academy-ambient-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.86;
}

.store-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 1.18fr);
  gap: 58px;
  align-items: center;
  padding: 52px 0 46px;
}

.store-hero h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(3.2rem, 5.4vw, 5.8rem);
  font-weight: 950;
  line-height: 0.96;
}

.store-hero h1 span {
  display: block;
  color: #7d42ff;
}

.store-hero p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.store-primary,
.store-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-decoration: none;
}

.store-primary {
  background: linear-gradient(135deg, #6624ee, #4013bb);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(91, 32, 214, 0.28);
}

.store-secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.store-seen-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.78);
}

.store-seen-row strong {
  width: 100%;
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-seen-row span {
  font-size: 1.1rem;
  font-weight: 900;
}

.store-hero-stage {
  position: relative;
  min-height: 620px;
  perspective: 1200px;
}

.hero-motion-only {
  isolation: isolate;
  display: grid;
  min-height: clamp(560px, 46vw, 720px);
  place-items: center;
}

.hero-proof-dock {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(680px, 100%);
  aspect-ratio: 1;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: clamp(24px, 4vw, 46px);
  background:
    radial-gradient(circle at 50% 48%, rgba(125, 66, 255, 0.24) 0 22%, transparent 52%),
    radial-gradient(circle at 28% 70%, rgba(80, 200, 120, 0.16), transparent 28%),
    radial-gradient(circle at 82% 34%, rgba(31, 111, 235, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(14, 21, 35, 0.94), rgba(3, 6, 13, 0.76));
  box-shadow:
    0 48px 120px rgba(0, 0, 0, 0.56),
    0 0 130px rgba(125, 66, 255, 0.2),
    inset 0 0 120px rgba(255, 255, 255, 0.035);
  transform:
    rotateX(calc(4deg - (var(--stage-y, 0px) * 0.08)))
    rotateY(calc(-5deg + (var(--stage-x, 0px) * 0.08)));
  transform-style: preserve-3d;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.hero-proof-dock::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -2;
  border-radius: inherit;
  background:
    conic-gradient(from 210deg, rgba(240, 68, 131, 0.34), rgba(255, 200, 61, 0.24), rgba(31, 111, 235, 0.32), rgba(80, 200, 120, 0.26), rgba(240, 68, 131, 0.34));
  filter: blur(24px);
  opacity: 0.78;
  animation: compass-aura 14s linear infinite;
}

.hero-proof-dock::after {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.12) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(255, 255, 255, 0.12) 50%, transparent 50.2%),
    repeating-radial-gradient(circle, transparent 0 38px, rgba(255, 255, 255, 0.055) 39px 40px);
  mask-image: radial-gradient(circle, #000 0 60%, transparent 74%);
  opacity: 0.7;
  animation: panel-spin 30s linear infinite;
}

.proof-dock-label {
  justify-self: center;
  transform: translateZ(46px);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.7rem, 0.9vw, 0.86rem);
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.motion-system {
  position: absolute;
  inset: 22px 184px 18px 160px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(125, 66, 255, 0.28), transparent 13rem),
    radial-gradient(circle at 70% 22%, rgba(31, 111, 235, 0.18), transparent 14rem),
    linear-gradient(180deg, rgba(16, 24, 38, 0.96), rgba(5, 9, 16, 0.96));
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.motion-system::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,.12) 49.8% 50.2%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, rgba(255,255,255,.12) 49.8% 50.2%, transparent 50.5%);
  animation: panel-spin 22s linear infinite;
}

.solo-motion {
  z-index: 4;
  position: relative;
  inset: auto;
  width: min(520px, 78%);
  aspect-ratio: 1;
  align-self: center;
  justify-self: center;
  transform: translateZ(70px) translate3d(var(--motion-x, 0px), var(--motion-y, 0px), 0);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(125, 66, 255, 0.68), transparent 6rem),
    radial-gradient(circle at 38% 58%, rgba(80, 200, 120, 0.18), transparent 10rem),
    radial-gradient(circle at 58% 40%, rgba(31, 111, 235, 0.24), transparent 12rem),
    radial-gradient(circle at 50% 50%, rgba(5, 9, 16, 0.86), rgba(5, 9, 16, 0.46) 52%, rgba(5, 9, 16, 0.18) 73%);
  backdrop-filter: blur(4px);
  box-shadow:
    0 0 96px rgba(125, 66, 255, 0.28),
    0 24px 70px rgba(0, 0, 0, 0.38),
    inset 0 0 90px rgba(255, 255, 255, 0.045);
  transition: transform 260ms ease, box-shadow 260ms ease;
  will-change: transform;
}

.solo-motion::after {
  content: "";
  position: absolute;
  inset: 21%;
  border-radius: inherit;
  background:
    conic-gradient(from 35deg, transparent, rgba(255, 255, 255, 0.22), transparent 34%, rgba(80, 200, 120, 0.18), transparent 70%),
    radial-gradient(circle, rgba(125, 66, 255, 0.5), transparent 62%);
  filter: blur(1px);
  animation: clean-spin 16s linear infinite;
}

.orbit-ring {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.ring-one {
  top: 74px;
  width: 360px;
  height: 360px;
  animation: slow-spin 28s linear infinite;
}

.ring-two {
  top: 118px;
  width: 272px;
  height: 272px;
  border-style: dashed;
  animation: reverse-spin 24s linear infinite;
}

.ring-three {
  top: 166px;
  width: 176px;
  height: 176px;
  border-color: rgba(125, 66, 255, 0.48);
  box-shadow: 0 0 70px rgba(125, 66, 255, 0.28);
}

.motion-core {
  position: absolute;
  left: 50%;
  top: 254px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: radial-gradient(circle, #7d42ff 0 24%, #341184 25% 100%);
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 950;
  box-shadow: 0 0 52px rgba(125, 66, 255, 0.58);
}

.motion-core::after {
  content: "";
  position: absolute;
  inset: -16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
}

.solo-motion .ring-one,
.solo-motion .ring-two,
.solo-motion .ring-three {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.solo-motion .ring-one {
  width: 76%;
  height: 76%;
}

.solo-motion .ring-two {
  width: 56%;
  height: 56%;
}

.solo-motion .ring-three {
  width: 34%;
  height: 34%;
}

.solo-motion .motion-core {
  left: 50%;
  top: 50%;
  width: 21%;
  height: 21%;
  min-width: 78px;
  min-height: 78px;
  font-size: clamp(0.86rem, 1.4vw, 1.08rem);
}

.solo-motion .motion-dot {
  min-width: clamp(92px, 10vw, 132px);
  min-height: 0;
  border-radius: 8px;
  padding: 9px 12px;
  background:
    linear-gradient(180deg, rgba(12, 19, 32, 0.9), rgba(5, 9, 16, 0.74));
  backdrop-filter: blur(10px);
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  line-height: 1;
  overflow: hidden;
}

.solo-motion .dot-guide {
  left: 50%;
  top: 6%;
  color: var(--store-gold);
  transform: translateX(-50%);
}

.solo-motion .dot-studio {
  right: 2%;
  top: 48%;
  color: var(--store-blue);
  transform: none;
}

.solo-motion .dot-companion {
  left: 50%;
  bottom: 6%;
  color: var(--store-green);
  transform: translateX(-50%);
}

.solo-motion .dot-community {
  left: 2%;
  top: 48%;
  color: var(--store-pink);
  transform: none;
}

.motion-dot {
  position: absolute;
  display: grid;
  min-width: 86px;
  min-height: 36px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(5, 9, 16, 0.82);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

.motion-dot::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 56%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: label-shine 5.8s ease-in-out infinite;
}

.dot-guide {
  left: 50%;
  top: 86px;
  color: var(--store-gold);
  transform: translateX(-50%);
}

.dot-studio {
  right: 44px;
  top: 244px;
  color: var(--store-blue);
}

.dot-companion {
  left: 50%;
  bottom: 86px;
  color: var(--store-green);
  transform: translateX(-50%);
}

.dot-community {
  left: 42px;
  top: 244px;
  color: var(--store-pink);
}

@keyframes slow-spin {
  to { transform: translateX(-50%) rotate(360deg); }
}

@keyframes reverse-spin {
  to { transform: translateX(-50%) rotate(-360deg); }
}

@keyframes compass-aura {
  to { transform: rotate(360deg); }
}

.solo-motion .ring-one {
  animation: solo-spin 28s linear infinite;
}

.solo-motion .ring-two {
  animation: solo-reverse-spin 24s linear infinite;
}

@keyframes panel-spin {
  to { transform: rotate(360deg); }
}

@keyframes clean-spin {
  to { transform: rotate(360deg); }
}

@keyframes solo-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes solo-reverse-spin {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes label-shine {
  0%, 62% { left: -72%; opacity: 0; }
  70% { opacity: 0.85; }
  86%, 100% { left: 118%; opacity: 0; }
}

.academy-home-page.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 660ms ease,
    transform 660ms cubic-bezier(0.2, 0.85, 0.22, 1);
}

.academy-home-page.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.doorway-stack {
  position: absolute;
  left: 0;
  top: 82px;
  z-index: 2;
  display: grid;
  width: 270px;
  gap: 12px;
}

.doorway-pill {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(9, 15, 25, 0.86);
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.doorway-pill span {
  grid-row: span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.doorway-pill strong {
  align-self: end;
  color: #ffffff;
}

.doorway-pill small {
  align-self: start;
  color: rgba(255, 255, 255, 0.74);
}

.doorway-pill.guide { color: var(--store-gold); }
.doorway-pill.studio { color: var(--store-blue); }
.doorway-pill.companion { color: var(--store-green); }
.doorway-pill.community { color: var(--store-pink); }

.proof-card {
  position: absolute;
  right: 0;
  top: 132px;
  z-index: 3;
  width: 260px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(16, 26, 39, 0.95), rgba(5, 9, 16, 0.95));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
}

.proof-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.8rem;
}

.proof-card p {
  margin: 0 0 18px;
  color: #ffffff;
  font-weight: 800;
}

.proof-card dl {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
}

.proof-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--store-muted);
}

.proof-card dd {
  margin: 0;
  color: #ffffff;
  font-weight: 950;
}

.proof-card small {
  display: block;
  color: rgba(255, 255, 255, 0.78);
}

.method-band,
.school-band,
.delivery-band,
.meet-irie-band,
.academy-story-band,
.academy-difference-band,
.store-section {
  border-bottom: 1px solid var(--store-line);
  padding: 64px 0;
}

.meet-irie-band {
  scroll-margin-top: 86px;
  background:
    radial-gradient(circle at 86% 24%, rgba(80, 200, 120, 0.14), transparent 25rem),
    radial-gradient(circle at 20% 90%, rgba(240, 68, 131, 0.11), transparent 26rem),
    rgba(255, 255, 255, 0.02);
}

.meet-irie-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.meet-irie-copy h2 {
  max-width: 560px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.94;
}

.meet-irie-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--store-muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.irie-mentor {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(145deg, rgba(91, 32, 214, 0.22), rgba(9, 15, 25, 0.94)),
    rgba(9, 15, 25, 0.9);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32);
}

.irie-mentor-input {
  display: grid;
  gap: 12px;
}

.irie-mentor-input label {
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 950;
  line-height: 1.05;
}

.irie-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.irie-input-row input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(3, 5, 11, 0.64);
  color: #ffffff;
  font-weight: 750;
}

.irie-input-row input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.irie-input-row button,
.irie-response a,
.irie-examples button {
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.irie-input-row button {
  min-height: 54px;
  padding: 0 18px;
  background: #ffffff;
  color: #050812;
}

.irie-examples {
  display: flex;
  flex-wrap: wrap;
  align-self: start;
  gap: 8px;
  margin: 0;
}

.irie-examples button {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}

.irie-examples button:hover {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.irie-response {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 20px;
  background: rgba(3, 5, 11, 0.48);
}

.irie-response span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 850;
}

.irie-response h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1;
}

.irie-response ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.irie-response li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.irie-response li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--store-green);
}

.irie-response a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: linear-gradient(135deg, var(--store-purple), #3a15a4);
  color: #ffffff;
  text-decoration: none;
}

.academy-home-hero .store-hero-grid {
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
}

.academy-story-band {
  background:
    radial-gradient(circle at 82% 20%, rgba(80, 200, 120, 0.12), transparent 24rem),
    rgba(255, 255, 255, 0.015);
}

.story-grid,
.difference-grid,
.catalog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.story-grid h2,
.difference-grid h2,
.catalog-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
}

.story-grid p,
.difference-grid p,
.catalog-hero p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--store-muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.story-statement,
.catalog-method-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(145deg, rgba(91, 32, 214, 0.24), rgba(9, 15, 25, 0.94)),
    rgba(9, 15, 25, 0.92);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.story-statement strong,
.catalog-method-card strong {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.5vw, 3.1rem);
  line-height: 1;
}

.story-statement span,
.catalog-method-card span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.home-method-band {
  background:
    linear-gradient(180deg, rgba(9, 15, 25, 0.42), rgba(5, 8, 18, 0.88));
}

.doorway-method-line div {
  min-height: 170px;
}

.academy-difference-band {
  background:
    radial-gradient(circle at 12% 22%, rgba(240, 68, 131, 0.14), transparent 24rem),
    rgba(255, 255, 255, 0.015);
}

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

.difference-list article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(9, 15, 25, 0.82);
}

.difference-list strong,
.difference-list span {
  display: block;
}

.difference-list strong {
  color: #ffffff;
  font-size: 1.1rem;
}

.difference-list span {
  margin-top: 6px;
  color: var(--store-muted);
}

.catalog-hero {
  border-bottom: 1px solid var(--store-line);
  padding: 76px 0 52px;
  background:
    radial-gradient(circle at 18% 8%, rgba(91, 32, 214, 0.3), transparent 32rem),
    radial-gradient(circle at 88% 34%, rgba(31, 111, 235, 0.14), transparent 28rem),
    rgba(255, 255, 255, 0.015);
}

.catalog-method-card {
  justify-self: end;
  width: min(100%, 460px);
}

.store-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.store-section-heading.centered {
  display: block;
  text-align: center;
}

.store-section-heading h2,
.school-band h2,
.delivery-band h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.store-section-heading p,
.school-band p,
.delivery-band p {
  max-width: 720px;
  margin: 0;
  color: var(--store-muted);
}

.method-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: var(--store-line);
}

.method-line div {
  min-height: 190px;
  padding: 22px;
  background: rgba(9, 15, 25, 0.86);
  text-align: center;
}

.method-line span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--store-gold);
  font-weight: 950;
}

.method-line div:nth-child(2) span { color: var(--store-blue); }
.method-line div:nth-child(3) span { color: var(--store-green); }
.method-line div:nth-child(4) span { color: var(--store-pink); }
.method-line div:nth-child(5) span { color: var(--store-gold); }

.method-line strong {
  display: block;
  color: #ffffff;
  font-size: 1.35rem;
}

.method-line small {
  color: var(--store-muted);
}

.store-filter-row {
  display: flex;
  max-width: 640px;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.store-filter-row button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
}

.store-filter-row button.active,
.store-filter-row button:hover {
  background: #ffffff;
  color: #050812;
}

.store-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.store-product-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(9, 15, 25, 0.9);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.product-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #120831;
  color: inherit;
  text-decoration: none;
}

.product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-media span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(3, 5, 11, 0.74);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--store-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.product-meta strong {
  color: #ffffff;
}

.store-product-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  line-height: 1.02;
}

.store-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.store-product-card h3 a:hover,
.product-actions a:hover,
.library-backlink:hover,
.related-product-card:hover strong {
  color: #ffffff;
}

.store-product-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.included-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.included-chips span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 850;
}

.proof-strip {
  border-left: 4px solid var(--store-gold);
  padding-left: 10px;
}

.store-product-card.green .proof-strip { border-left-color: var(--store-green); }
.store-product-card.orange .proof-strip { border-left-color: var(--store-orange); }
.store-product-card.blue .proof-strip { border-left-color: var(--store-blue); }
.store-product-card.purple .proof-strip { border-left-color: var(--store-purple); }

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-strip span {
  color: var(--store-muted);
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 16px 18px 18px;
}

.product-actions button,
.product-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 14px;
  text-decoration: none;
  font-weight: 900;
}

.product-actions a {
  min-height: 46px;
  background: #ffffff;
  color: #050812;
}

.product-actions button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.product-detail-hero {
  border-bottom: 1px solid var(--store-line);
  padding: clamp(44px, 7vw, 88px) 0 clamp(38px, 6vw, 70px);
  background:
    radial-gradient(circle at 18% 8%, rgba(91, 32, 214, 0.3), transparent 32rem),
    radial-gradient(circle at 88% 34%, rgba(31, 111, 235, 0.14), transparent 28rem),
    rgba(255, 255, 255, 0.015);
}

.product-detail-grid,
.product-story-grid,
.product-addons-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.product-detail-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.library-backlink {
  width: fit-content;
  color: var(--store-muted);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.product-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-tags span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
}

.product-detail-copy h1,
.product-story-grid h2,
.product-addons-grid h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.65rem, 6vw, 5.7rem);
  line-height: 0.96;
}

.product-detail-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.product-detail-promise,
.product-proof-panel {
  border-left: 5px solid var(--store-purple);
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
}

.product-detail-promise strong,
.product-detail-promise span,
.product-proof-panel strong,
.product-proof-panel span {
  display: block;
}

.product-detail-promise strong,
.product-proof-panel strong {
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-promise span,
.product-proof-panel span,
.product-proof-panel p,
.product-addons-grid p {
  margin: 7px 0 0;
  color: var(--store-muted);
}

.product-proof-panel span {
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.product-detail-actions button,
.product-detail-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 900;
}

.product-detail-actions button {
  border: 0;
  background: #ffffff;
  color: #050812;
  cursor: pointer;
}

.product-detail-actions a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
}

.product-detail-media {
  position: relative;
}

.product-detail-media img {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.product-price-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  max-width: min(320px, calc(100% - 36px));
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px;
  background: rgba(3, 5, 11, 0.84);
  backdrop-filter: blur(12px);
}

.product-price-card span,
.product-price-card small {
  color: var(--store-muted);
  font-weight: 800;
}

.product-price-card strong {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.product-check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.product-check-list li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px;
  background: rgba(9, 15, 25, 0.82);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.product-includes-grid,
.addon-card-list,
.related-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-includes-grid article,
.addon-card-list article,
.related-product-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(9, 15, 25, 0.82);
}

.product-includes-grid article {
  min-height: 150px;
}

.product-includes-grid strong,
.addon-card-list strong,
.related-product-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.05rem;
}

.product-includes-grid span,
.addon-card-list span,
.related-product-card span {
  display: block;
  margin-top: 7px;
  color: var(--store-muted);
}

.product-addons-section {
  background:
    radial-gradient(circle at 82% 20%, rgba(80, 200, 120, 0.12), transparent 24rem),
    rgba(255, 255, 255, 0.015);
}

.related-product-card {
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}

.related-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.related-product-card strong,
.related-product-card span {
  padding-inline: 16px;
}

.related-product-card strong {
  padding-top: 16px;
}

.related-product-card span {
  padding-bottom: 18px;
}

.product-empty h1 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.school-band {
  background:
    radial-gradient(circle at 18% 12%, rgba(91, 32, 214, 0.24), transparent 22rem),
    rgba(255, 255, 255, 0.02);
}

.school-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.school-grid > div:first-child {
  padding-right: 24px;
}

.school-card {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(13, 18, 29, 0.9), rgba(5, 8, 18, 0.9));
}

.school-card strong,
.school-card span {
  display: block;
}

.school-card strong {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1.25rem;
}

.school-card span {
  color: var(--store-muted);
}

.school-card.foundations { border-top: 4px solid var(--store-purple); }
.school-card.everyday { border-top: 4px solid var(--store-green); }
.school-card.professional { border-top: 4px solid var(--store-orange); }
.school-card.systems { border-top: 4px solid var(--store-blue); }

.delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 26px;
  align-items: center;
}

.publish-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: var(--store-line);
}

.publish-flow div {
  min-height: 150px;
  padding: 18px;
  background: rgba(9, 15, 25, 0.9);
}

.publish-flow strong {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 999px;
  background: var(--store-purple);
  color: #ffffff;
}

.publish-flow span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.5);
}

.cart-drawer.open {
  display: flex;
}

.cart-panel {
  display: grid;
  width: min(440px, 100%);
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  border-left: 1px solid var(--store-line);
  background: #070b12;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.38);
}

.cart-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--store-line);
}

.cart-top strong {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
}

.cart-top p,
.cart-empty p,
.cart-line span,
.cart-summary p {
  color: var(--store-muted);
}

.cart-top button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 1.6rem;
  cursor: pointer;
}

.cart-lines {
  overflow: auto;
  padding: 8px 16px;
}

.cart-line {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--store-line);
}

.cart-line img {
  width: 86px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
}

.cart-line strong {
  display: block;
  color: #ffffff;
}

.cart-line-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.cart-line-controls button {
  min-width: 34px;
  min-height: 34px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-weight: 850;
  cursor: pointer;
}

.cart-empty {
  padding: 24px;
}

.cart-empty strong {
  color: #ffffff;
}

.cart-summary {
  border-top: 1px solid var(--store-line);
  padding: 20px;
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cart-summary span {
  color: var(--store-muted);
}

.cart-summary strong {
  color: #ffffff;
  font-size: 1.5rem;
}

.cart-summary button {
  width: 100%;
  min-height: 50px;
  background: #ffffff;
  color: #050812;
}

.cart-summary button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.cart-summary p {
  margin: 12px 0 0;
  font-size: 0.86rem;
}

.store-footer {
  border-top: 1px solid var(--store-line);
  background: #03050b;
  color: var(--store-muted);
  padding: 30px 0;
}

.store-footer strong {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}

.store-footer a,
.store-footer span {
  display: block;
  margin-bottom: 6px;
  color: var(--store-muted);
  text-decoration: none;
}

@media (max-width: 1180px) {
  .store-hero-grid,
  .delivery-grid,
  .meet-irie-grid,
  .story-grid,
  .difference-grid,
  .product-detail-grid,
  .product-story-grid,
  .product-addons-grid,
  .catalog-hero-grid,
  .academy-home-hero .store-hero-grid {
    grid-template-columns: 1fr;
  }

  .store-hero-stage {
    min-height: 580px;
  }

  .store-product-grid,
  .school-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .school-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .catalog-method-card {
    justify-self: start;
  }

  .product-includes-grid,
  .addon-card-list,
  .related-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .store-shell {
    width: min(100% - 28px, 1460px);
  }

  .store-nav {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 12px 0;
  }

  .store-nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .store-nav nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .storefront-page .academy-mega-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .storefront-page .mega-mobile-toggle,
  .storefront-page .mega-mobile-close,
  .storefront-page .mega-trigger {
    background: linear-gradient(135deg, var(--store-purple), #3a15a4);
    color: #ffffff;
  }

  .storefront-page .mega-menu-groups {
    background:
      radial-gradient(circle at 18% 8%, rgba(91, 32, 214, 0.3), transparent 24rem),
      var(--store-bg);
  }

  .storefront-page .mega-menu-group {
    border-color: var(--store-line);
    background: rgba(9, 15, 25, 0.92);
  }

  .storefront-page .mega-panel {
    background: transparent;
  }

  .store-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .store-hero-stage {
    min-height: 520px;
  }

  .hero-motion-only {
    min-height: 540px;
  }

  .motion-system {
    min-height: 0;
  }

  .hero-proof-dock {
    width: min(520px, 94vw);
    min-height: 0;
    padding: 22px;
    transform: none;
  }

  .hero-proof-dock::before {
    inset: -12px;
    width: auto;
    height: auto;
  }

  .solo-motion {
    right: auto;
    top: auto;
    width: min(390px, 82vw);
    min-height: 0;
    margin: 0;
    transform: translate3d(var(--motion-x, 0px), var(--motion-y, 0px), 0);
  }

  .doorway-stack,
  .proof-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }

  .proof-card {
    margin-top: 16px;
  }

  .method-line,
  .publish-flow,
  .store-product-grid,
  .school-grid,
  .product-includes-grid,
  .addon-card-list,
  .related-product-grid {
    grid-template-columns: 1fr;
  }

  .store-section-heading {
    display: grid;
  }

  .store-filter-row {
    justify-content: flex-start;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .product-detail-actions {
    display: grid;
  }

  .product-price-card {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .catalog-hero {
    padding: 48px 0 38px;
  }

  .story-statement,
  .catalog-method-card {
    padding: 22px;
  }

  .irie-input-row {
    grid-template-columns: 1fr;
  }

  .irie-mentor {
    grid-template-columns: 1fr;
  }

  .irie-response {
    grid-column: auto;
    grid-row: 2;
  }

  .irie-input-row button {
    width: 100%;
  }

  .irie-examples {
    display: grid;
    grid-row: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-proof-dock::before,
  .hero-proof-dock::after,
  .motion-system::before,
  .solo-motion::after,
  .solo-motion .ring-one,
  .solo-motion .ring-two,
  .motion-dot::after {
    animation: none;
  }

  .hero-proof-dock,
  .solo-motion {
    transition: none;
  }

  .academy-home-page.motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
