@import:root {
  --background: #050604;
  --foreground: #fff7d8;
  --muted: #cab980;
  --gold: #ffd66b;
  --gold-deep: #a56f10;
  --green: #18d276;
  --green-deep: #063d27;
  --ruby: #d33839;
  --panel: rgba(13, 11, 5, 0.9);
  --line: rgba(255, 218, 101, 0.32);
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: Arial;
  --font-mono: "Courier New";
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--background);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 208, 92, 0.2), transparent 26rem),
    radial-gradient(circle at 18% 75%, rgba(24, 210, 118, 0.16), transparent 22rem),
    linear-gradient(180deg, #030402 0%, #101006 46%, #030402 100%);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

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

.site-shell {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: start center;
  padding: 1.5rem 1rem 2rem;
  isolation: isolate;
}

.scanline-bg {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(rgba(255, 219, 97, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 219, 97, 0.025) 1px, transparent 1px);
  background-size: 100% 8px, 8px 100%;
  mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
}

.light-rain {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.light-rain span {
  position: absolute;
  top: -9rem;
  width: 2px;
  height: 7rem;
  background: linear-gradient(180deg, transparent, rgba(255, 238, 164, 0.95), transparent);
  box-shadow: 0 0 18px rgba(255, 217, 98, 0.7);
  opacity: 0.7;
  animation: rainDrop 4.8s linear infinite;
}

.light-rain span:nth-child(1) {
  left: 7%;
  animation-delay: 0.1s;
}

.light-rain span:nth-child(2) {
  left: 13%;
  animation-delay: 1.4s;
  height: 5rem;
}

.light-rain span:nth-child(3) {
  left: 24%;
  animation-delay: 2.2s;
}

.light-rain span:nth-child(4) {
  left: 31%;
  animation-delay: 0.8s;
  height: 6rem;
}

.light-rain span:nth-child(5) {
  left: 38%;
  animation-delay: 3s;
}

.light-rain span:nth-child(6) {
  left: 44%;
  animation-delay: 1.1s;
  height: 4.5rem;
}

.light-rain span:nth-child(7) {
  left: 52%;
  animation-delay: 2.7s;
}

.light-rain span:nth-child(8) {
  left: 61%;
  animation-delay: 0.4s;
  height: 5.5rem;
}

.light-rain span:nth-child(9) {
  left: 68%;
  animation-delay: 1.8s;
}

.light-rain span:nth-child(10) {
  left: 76%;
  animation-delay: 3.3s;
  height: 6.5rem;
}

.light-rain span:nth-child(11) {
  left: 83%;
  animation-delay: 0.9s;
}

.light-rain span:nth-child(12) {
  left: 92%;
  animation-delay: 2.5s;
}

.light-rain span:nth-child(13) {
  left: 18%;
  animation-delay: 3.8s;
  height: 4.2rem;
}

.light-rain span:nth-child(14) {
  left: 57%;
  animation-delay: 4.2s;
  height: 5rem;
}

.light-rain span:nth-child(15) {
  left: 72%;
  animation-delay: 4.6s;
  height: 4.8rem;
}

.light-rain span:nth-child(16) {
  left: 88%;
  animation-delay: 3.6s;
  height: 5.2rem;
}

.landing-frame {
  position: relative;
  width: min(100%, 28.5rem);
  margin-top: 0.75rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 213, 89, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 222, 110, 0.08), transparent 17rem),
    linear-gradient(145deg, rgba(4, 44, 27, 0.28), transparent 18rem),
    var(--panel);
  box-shadow:
    0 0 0 1px rgba(255, 248, 191, 0.08) inset,
    0 0 38px rgba(255, 196, 49, 0.28),
    0 30px 90px rgba(0, 0, 0, 0.72);
}

.landing-frame::before {
  position: absolute;
  inset: 0.45rem;
  z-index: -1;
  border: 1px solid rgba(24, 210, 118, 0.18);
  border-radius: 7px;
  content: "";
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  min-height: 2.4rem;
  padding: 0.42rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.46);
  color: #ffe89e;
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.top-bar__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: textBlink 1.5s ease-in-out infinite, textDrift 2.8s ease-in-out infinite;
}

.top-bar__dot {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 16px rgba(24, 210, 118, 0.9);
}

.brand-lockup {
  padding: 1.2rem 0.4rem 1rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.3rem;
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: textBlink 1.65s ease-in-out infinite, textDrift 3s ease-in-out infinite;
}

.brand-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  margin: 0;
  color: #fff1ac;
  font-family: "Courier New", monospace;
  font-size: 3.25rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
  transform-style: preserve-3d;
  -webkit-text-stroke: 1px rgba(78, 43, 2, 0.82);
  text-shadow:
    0 1px 0 #fff7ba,
    0 3px 0 #9c6407,
    0 5px 0 #4f2a02,
    0 0 14px rgba(255, 230, 137, 0.96),
    0 0 34px rgba(255, 178, 35, 0.82);
  overflow-wrap: anywhere;
  animation: titlePulse 1.18s ease-in-out infinite, logoFloat 2.2s ease-in-out infinite;
}

.brand-title::before {
  position: absolute;
  inset: -0.16em -0.08em;
  z-index: -2;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 218, 72, 0.46), transparent 58%),
    radial-gradient(circle at 78% 50%, rgba(24, 210, 118, 0.22), transparent 48%);
  filter: blur(8px);
  content: "";
  animation: logoAura 1.25s ease-in-out infinite;
}

.brand-title::after {
  position: absolute;
  inset: -0.1em 0;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(110deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.86) 48%, transparent 62%, transparent 100%);
  background-size: 220% 100%;
  background-position: 170% 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  content: attr(data-text);
  pointer-events: none;
  -webkit-text-stroke: 0;
  animation: logoShine 1.6s ease-in-out infinite;
}

.brand-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.brand-title__gold {
  background: linear-gradient(180deg, #fff8c7 0%, #ffd563 38%, #b7770a 72%, #fff0a7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-title__green {
  background: linear-gradient(180deg, #edffd5 0%, #80ff9c 24%, #14c865 52%, #096c37 78%, #fff3a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.active-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2rem;
  margin: 1rem 0 0;
  padding: 0.36rem 1rem;
  border: 1px solid rgba(255, 231, 137, 0.75);
  border-radius: 999px;
  background: rgba(7, 7, 3, 0.74);
  color: #fdf0b6;
  font-family: "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 212, 80, 0.28) inset;
  animation: textBlink 1.7s ease-in-out infinite, textDrift 3.1s ease-in-out infinite;
}

.active-pill span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(24, 210, 118, 0.92);
}

.hero-stage {
  position: relative;
  width: min(100%, 22rem);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 93, 0.65);
  border-radius: 8px;
  background: #060805;
  box-shadow:
    0 0 22px rgba(255, 203, 52, 0.24),
    0 0 0 1px rgba(255, 248, 191, 0.08) inset;
  animation: heroFramePulse 1.4s ease-in-out infinite;
  isolation: isolate;
}

.hero-stage::before,
.hero-stage::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.hero-stage::before {
  background:
    linear-gradient(115deg, transparent 0%, transparent 35%, rgba(255, 247, 177, 0.5) 47%, rgba(255, 211, 63, 0.2) 54%, transparent 66%, transparent 100%),
    radial-gradient(circle at 50% 50%, rgba(255, 209, 74, 0.1), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.72;
  transform: translateX(-120%);
  animation: heroLightSweep 1.8s ease-in-out infinite;
}

.hero-stage::after {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 252, 201, 0.92) 0 2px, transparent 4px),
    radial-gradient(circle at 82% 20%, rgba(255, 216, 80, 0.9) 0 2px, transparent 4px),
    radial-gradient(circle at 16% 68%, rgba(255, 247, 177, 0.85) 0 1.5px, transparent 4px),
    radial-gradient(circle at 84% 70%, rgba(255, 191, 36, 0.85) 0 1.8px, transparent 4px),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 222, 0.8) 0 1.4px, transparent 4px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  filter: drop-shadow(0 0 8px rgba(255, 217, 88, 0.9));
  opacity: 0.78;
  animation: sparkleDance 1.15s ease-in-out infinite;
}

.hero-stage img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.03);
  animation: heroKenBurns 4.2s ease-in-out infinite;
}

.hero-stage__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.56) 100%),
    radial-gradient(circle at 50% 84%, rgba(255, 205, 45, 0.14), transparent 44%);
  animation: heroShadePulse 1.35s ease-in-out infinite;
}

.hero-caption {
  margin: 0.8rem 0 0;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(255, 235, 148, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 214, 107, 0.1), transparent),
    linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(5, 20, 13, 0.55));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.hero-caption h2 {
  margin: 0;
  color: #fff5c7;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  animation: textBlink 1.35s ease-in-out infinite, textDrift 2.4s ease-in-out infinite;
}

.hero-caption p {
  margin: 0.55rem 0 0;
  color: #eadfb5;
  font-size: 0.88rem;
  line-height: 1.45;
  animation: textBlink 1.75s ease-in-out infinite, textDrift 3.2s ease-in-out infinite;
}

.promo-badge {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 0.1rem;
  width: clamp(6.7rem, 38%, 8.3rem);
  min-height: 3.25rem;
  align-content: center;
  padding: 0.55rem 0.62rem;
  border: 1px solid rgba(255, 225, 112, 0.62);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(24, 23, 11, 0.82)),
    radial-gradient(circle at 50% 0%, rgba(255, 218, 86, 0.2), transparent 70%);
  color: #fff4bf;
  font-family: "Courier New", monospace;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(255, 185, 38, 0.28);
  transform: rotate(var(--tilt));
  animation: badgePop 1.05s ease-in-out infinite, promoWiggle 1.7s ease-in-out infinite;
}

.promo-badge b {
  color: #fff;
  font-size: 0.66rem;
  letter-spacing: 0;
  animation: textBlink 1.5s ease-in-out infinite, textDrift 2.8s ease-in-out infinite;
}

.promo-badge span {
  color: var(--gold);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0;
  animation: textBlink 1.35s ease-in-out infinite, textDrift 2.6s ease-in-out infinite;
}

.promo-badge--top-left {
  --tilt: -3deg;
  top: 42%;
  left: 0.6rem;
}

.promo-badge--top-right {
  --tilt: 3deg;
  top: 42%;
  right: 0.6rem;
}

.promo-badge--bottom-left {
  --tilt: -2deg;
  bottom: 3.3rem;
  left: 0.6rem;
}

.promo-badge--bottom-right {
  --tilt: 2deg;
  right: 0.6rem;
  bottom: 3.3rem;
}

.hero-promo-banner {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  left: 0.65rem;
  z-index: 3;
  display: grid;
  min-height: 2.1rem;
  place-items: center;
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(255, 234, 141, 0.72);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(141, 22, 12, 0.95), rgba(48, 9, 4, 0.9));
  color: #fff4d1;
  font-family: "Courier New", monospace;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 102, 36, 0.32);
  animation: urgentBlink 0.9s ease-in-out infinite, buttonLift 1.6s ease-in-out infinite;
}

.promo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.9rem 0 0;
}

.promo-strip span {
  display: grid;
  gap: 0.12rem;
  min-height: 3.2rem;
  place-items: center;
  padding: 0.45rem;
  border: 1px solid rgba(24, 210, 118, 0.34);
  border-radius: 6px;
  background: rgba(4, 34, 22, 0.45);
  color: #d8ffde;
  font-family: "Courier New", monospace;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  animation: textBlink 1.45s ease-in-out infinite, textDrift 2.9s ease-in-out infinite;
}

.promo-strip b {
  color: #fff8d5;
  font-size: 0.68rem;
  letter-spacing: 0;
}

.promo-strip small {
  color: var(--gold);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0;
}

.action-stack {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.action-button {
  display: grid;
  min-height: 3.7rem;
  place-items: center;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 221, 111, 0.72);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.74);
  color: #fff8d3;
  font-family: "Courier New", monospace;
  font-size: 1.03rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
  animation: buttonBlink 1.15s ease-in-out infinite, buttonLift 2.4s ease-in-out infinite;
  will-change: transform, filter;
}

.action-button:hover,
.action-button:focus-visible {
  border-color: #fff0a4;
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(255, 210, 80, 0.36);
}

.action-button--primary {
  background: linear-gradient(180deg, #ffe182 0%, #bc790c 100%);
  color: #120c02;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.action-button--secondary {
  background: linear-gradient(180deg, rgba(15, 73, 44, 0.96), rgba(2, 22, 14, 0.96));
  color: #e7ffe8;
}

.action-button--accent {
  border-color: rgba(255, 224, 112, 0.95);
  background: linear-gradient(180deg, rgba(28, 16, 5, 0.98), rgba(7, 7, 3, 0.98));
  color: #fff6c9;
  box-shadow: 0 0 22px rgba(255, 211, 82, 0.2) inset;
}

.responsible-note {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.95rem;
  padding: 0.8rem 0.2rem 0.15rem;
  color: rgba(255, 244, 202, 0.78);
  font-size: 0.74rem;
  line-height: 1.4;
  animation: textBlink 1.8s ease-in-out infinite, textDrift 3.4s ease-in-out infinite;
}

.responsible-note span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(211, 56, 57, 0.62);
  border-radius: 999px;
  color: #ffd6d6;
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
}

@keyframes rainDrop {
  0% {
    transform: translateY(-12vh);
    opacity: 0;
  }

  12% {
    opacity: 0.72;
  }

  100% {
    transform: translateY(120vh);
    opacity: 0;
  }
}

@keyframes textBlink {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(255, 221, 99, 0.44);
  }

  50% {
    opacity: 0.48;
    text-shadow:
      0 0 16px rgba(255, 242, 178, 1),
      0 0 28px rgba(255, 200, 42, 0.92);
  }
}

@keyframes textDrift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3.5px);
  }
}

@keyframes titlePulse {
  0%,
  100% {
    opacity: 1;
    text-shadow:
      0 0 8px rgba(255, 230, 137, 0.92),
      0 0 26px rgba(255, 178, 35, 0.68),
      0 4px 0 #7a4d08;
  }

  50% {
    opacity: 0.58;
    text-shadow:
      0 0 12px rgba(255, 244, 190, 1),
      0 0 44px rgba(255, 178, 35, 1),
      0 4px 0 #7a4d08;
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: perspective(420px) rotateX(0deg) translateY(0) scale(1);
  }

  45% {
    transform: perspective(420px) rotateX(8deg) translateY(-4px) scale(1.035);
  }

  72% {
    transform: perspective(420px) rotateX(-3deg) translateY(1px) scale(1.01);
  }
}

@keyframes logoAura {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes logoShine {
  0% {
    background-position: 170% 0;
    opacity: 0;
  }

  28% {
    opacity: 0.95;
  }

  64% {
    opacity: 0.55;
  }

  100% {
    background-position: -80% 0;
    opacity: 0;
  }
}

@keyframes buttonBlink {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.5) saturate(1.25);
  }
}

@keyframes buttonLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4.5px);
  }
}

@keyframes heroFramePulse {
  0%,
  100% {
    border-color: rgba(255, 215, 93, 0.7);
    box-shadow:
      0 0 22px rgba(255, 203, 52, 0.24),
      0 0 0 1px rgba(255, 248, 191, 0.08) inset;
  }

  50% {
    border-color: rgba(255, 244, 176, 1);
    box-shadow:
      0 0 34px rgba(255, 203, 52, 0.62),
      0 0 18px rgba(255, 244, 176, 0.22) inset,
      0 0 0 1px rgba(255, 248, 191, 0.28) inset;
  }
}

@keyframes heroLightSweep {
  0% {
    transform: translateX(-130%) skewX(-12deg);
    opacity: 0;
  }

  20% {
    opacity: 0.9;
  }

  62% {
    opacity: 0.78;
  }

  100% {
    transform: translateX(130%) skewX(-12deg);
    opacity: 0;
  }
}

@keyframes sparkleDance {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.98) rotate(0deg);
  }

  35% {
    opacity: 1;
    transform: scale(1.04) rotate(1.5deg);
  }

  70% {
    opacity: 0.72;
    transform: scale(1.01) rotate(-1deg);
  }
}

@keyframes heroKenBurns {
  0%,
  100% {
    transform: scale(1.03) translate3d(0, 0, 0);
    filter: saturate(1.08) contrast(1.06) brightness(1);
  }

  45% {
    transform: scale(1.12) translate3d(-2.5%, -2.2%, 0);
    filter: saturate(1.24) contrast(1.12) brightness(1.08);
  }

  75% {
    transform: scale(1.08) translate3d(2.4%, -1%, 0);
    filter: saturate(1.18) contrast(1.1) brightness(1.04);
  }
}

@keyframes heroShadePulse {
  0%,
  100% {
    opacity: 0.9;
  }

  50% {
    opacity: 0.62;
  }
}

@keyframes badgePop {
  0%,
  100% {
    filter: brightness(1);
    box-shadow: 0 0 22px rgba(255, 185, 38, 0.28);
  }

  50% {
    filter: brightness(1.42) saturate(1.2);
    box-shadow:
      0 0 28px rgba(255, 226, 101, 0.58),
      0 0 16px rgba(255, 226, 101, 0.2) inset;
  }
}

@keyframes promoWiggle {
  0%,
  100% {
    transform: rotate(var(--tilt)) translateY(0) scale(1);
  }

  50% {
    transform: rotate(calc(var(--tilt) * -1)) translateY(-3px) scale(1.035);
  }
}

@keyframes urgentBlink {
  0%,
  100% {
    opacity: 1;
    filter: brightness(1);
    box-shadow: 0 0 18px rgba(255, 102, 36, 0.32);
  }

  50% {
    opacity: 0.62;
    filter: brightness(1.55) saturate(1.25);
    box-shadow:
      0 0 24px rgba(255, 102, 36, 0.78),
      0 0 14px rgba(255, 234, 141, 0.32) inset;
  }
}

@media (max-width: 460px) {
  .site-shell {
    padding: 0.75rem 0.65rem 1.35rem;
  }

  .landing-frame {
    margin-top: 0;
    padding: 0.65rem;
  }

  .top-bar {
    font-size: 0.62rem;
  }

  .brand-title {
    font-size: 2.35rem;
  }

  .active-pill {
    width: 100%;
    font-size: 0.68rem;
  }

  .hero-stage {
    width: min(100%, 19.5rem);
  }

  .hero-caption {
    padding: 0.78rem;
  }

  .hero-caption h2 {
    font-size: 1.2rem;
  }

  .hero-caption p {
    font-size: 0.8rem;
  }

  .promo-badge {
    width: 6.65rem;
    min-height: 2.9rem;
    padding: 0.45rem;
  }

  .promo-badge b {
    font-size: 0.57rem;
  }

  .promo-badge span {
    font-size: 0.54rem;
  }

  .promo-badge--top-left {
    top: 39.5%;
    left: 0.45rem;
  }

  .promo-badge--top-right {
    top: 39.5%;
    right: 0.45rem;
  }

  .promo-badge--bottom-left {
    bottom: 2.85rem;
    left: 0.45rem;
  }

  .promo-badge--bottom-right {
    right: 0.45rem;
    bottom: 2.85rem;
  }

  .hero-promo-banner {
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
    min-height: 1.9rem;
    font-size: 0.56rem;
  }

  .promo-strip {
    grid-template-columns: 1fr;
  }

  .action-button {
    min-height: 3.35rem;
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 900px) {
  .site-shell {
    align-items: start;
    padding-top: 2rem;
  }

  .landing-frame {
    width: 30rem;
  }

  .hero-stage {
    width: 23rem;
  }
}
