:root {
  color-scheme: dark;
  --bg: #070707;
  --panel: rgba(22, 17, 12, 0.9);
  --ink: #fff7e8;
  --muted: rgba(255, 247, 232, 0.74);
  --faint: rgba(255, 247, 232, 0.5);
  --line: rgba(255, 171, 55, 0.3);
  --orange: #ff972e;
  --yellow: #ffd22e;
  --red: #ff4e45;
  --green: #48dc76;
}

* { box-sizing: border-box; }

html { background: var(--bg); }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-rounded, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at 15% 4%, rgba(255, 151, 46, 0.18), transparent 29rem),
    radial-gradient(circle at 90% 40%, rgba(255, 78, 69, 0.1), transparent 27rem),
    linear-gradient(180deg, #102b31 0%, #17110c 52%, #07191f 100%);
}

a { color: inherit; }

a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.app-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 36px, 1180px);
  margin: 0 auto;
  padding: 34px 0 56px;
}

.app-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  margin-bottom: 28px;
}

.app-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.app-brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--yellow);
  border-radius: 14px;
  background: linear-gradient(145deg, var(--orange), var(--red));
  box-shadow: 0 7px 24px rgba(255, 103, 48, 0.25);
  font-size: 1.3rem;
}

.app-brand-name {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.app-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.app-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.app-links a:hover,
.app-links a[aria-current="page"] {
  border-color: var(--orange);
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: #fff;
  line-height: 1.08;
}

h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3rem, 9vw, 6rem);
  font-weight: 1000;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.lede {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 3vw, 1.32rem);
}

.app-card {
  width: min(100%, 940px);
  margin: 30px auto 0;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 151, 46, 0.13), transparent 28rem),
    linear-gradient(145deg, rgba(39, 45, 38, 0.96), rgba(25, 18, 12, 0.97));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.app-card h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 950;
  letter-spacing: -0.03em;
}

.app-card h2:first-child { margin-top: 0; }

.app-card p,
.app-card li { color: var(--muted); }

.app-card p { margin: 0 0 16px; }

.app-card ul,
.app-card ol {
  display: grid;
  gap: 10px;
  margin: 14px 0 22px;
  padding-left: 1.35rem;
}

.app-card strong { color: var(--ink); }

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.primary-button,
.secondary-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.primary-button {
  border: 2px solid var(--yellow);
  color: #150b03;
  background: linear-gradient(180deg, var(--yellow), var(--orange));
  box-shadow: 0 8px 0 #8d320d, 0 15px 32px rgba(255, 122, 39, 0.2);
}

.secondary-button {
  border: 1px solid rgba(255, 247, 232, 0.22);
  color: var(--ink);
  background: rgba(255, 247, 232, 0.06);
}

.primary-button:hover,
.secondary-button:hover { transform: translateY(1px); }

.privacy-summary,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.privacy-summary div,
.feature-grid div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(72, 220, 118, 0.26);
  border-radius: 16px;
  background: rgba(72, 220, 118, 0.055);
}

.privacy-summary strong,
.feature-grid strong {
  display: block;
  color: var(--green);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-summary span,
.feature-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.updated {
  margin-top: 30px !important;
  color: var(--faint) !important;
  font-size: 0.84rem;
}

.app-footer {
  width: min(100%, 940px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 247, 232, 0.1);
  color: var(--faint);
  font-size: 0.8rem;
}

.utility-page {
  position: relative;
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 161, 202, 0.22), transparent 34rem),
    radial-gradient(circle at 92% 72%, rgba(255, 152, 35, 0.18), transparent 32rem),
    #07171c;
}

.utility-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("/media/sensor-lab-v1.webp") center top / cover no-repeat;
  opacity: 0.11;
  filter: saturate(0.8);
}

.utility-hero {
  position: relative;
  min-height: clamp(430px, 52vw, 610px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(42px, 7vw, 78px);
  border: 1px solid rgba(255, 207, 22, 0.4);
  border-radius: 34px;
  background: url("/media/sensor-lab-v1.webp") center / cover no-repeat;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  isolation: isolate;
}

.utility-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 16, 22, 0.96) 0%, rgba(2, 16, 22, 0.77) 43%, rgba(2, 16, 22, 0.08) 76%),
    linear-gradient(0deg, rgba(2, 16, 22, 0.65), transparent 48%);
}

.utility-hero h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 8vw, 7.2rem);
}

.utility-hero .eyebrow { color: var(--yellow); }
.utility-hero .lede { max-width: 560px; color: rgba(255, 255, 255, 0.84); }

.app-footer a { color: var(--muted); }

@media (max-width: 620px) {
  .app-shell {
    width: min(100% - 28px, 820px);
    padding-top: 20px;
  }

  .app-nav {
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .app-links { width: auto; }
  .app-links a { flex: 1; justify-content: center; }
  .utility-page .app-links a:first-child { display: none; }
  .utility-hero {
    min-height: 560px;
    justify-content: flex-end;
    padding: 34px 24px;
    border-radius: 26px;
    background-position: 68% center;
  }
  .utility-hero::before {
    background: linear-gradient(0deg, rgba(2, 16, 22, 0.97) 0%, rgba(2, 16, 22, 0.72) 54%, rgba(2, 16, 22, 0.02) 100%);
  }
  .utility-hero h1 { max-width: 10ch; font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .utility-hero .lede { font-size: 1rem; }
  .privacy-summary,
  .feature-grid { grid-template-columns: 1fr; }
  .button-row { display: grid; }
}

@media (prefers-reduced-motion: no-preference) {
  .primary-button,
  .secondary-button,
  .app-links a {
    transition: transform 150ms ease, border-color 150ms ease, color 150ms ease;
  }
}

/* Official game landing page. */
.marketing-page {
  --game-red: #f0291f;
  --game-yellow: #ffcf16;
  --game-cream: #fff5dc;
  background:
    radial-gradient(circle at 14% 38%, rgba(0, 142, 184, 0.14), transparent 34rem),
    radial-gradient(circle at 86% 68%, rgba(240, 41, 31, 0.11), transparent 32rem),
    linear-gradient(180deg, #07161b 0%, #17120c 48%, #06181d 100%);
  color: var(--game-cream);
  overflow-x: hidden;
}

.marketing-nav,
.marketing-footer,
.proof-section,
.hook-grid,
.armoury-section,
.final-cta {
  width: min(100% - 36px, 1180px);
  margin-inline: auto;
}

.marketing-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 10px;
}

.game-logo {
  flex: 0 0 auto;
  width: clamp(132px, 12vw, 150px);
  height: 125px;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
}

.game-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.game-hero {
  position: relative;
  min-height: min(780px, calc(100svh - 78px));
  display: grid;
  align-items: end;
  overflow: hidden;
  border-block: 1px solid rgba(255, 207, 22, 0.28);
  background: #087be7;
}

.game-hero > img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.game-hero > img { object-fit: cover; object-position: center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 8, 12, 0.94) 0%, rgba(1, 8, 12, 0.70) 35%, rgba(1, 8, 12, 0.06) 69%),
    linear-gradient(0deg, rgba(1, 7, 8, 0.88), transparent 48%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 36px, 1180px);
  margin: 0 auto;
  padding: clamp(72px, 12vw, 150px) 0 clamp(50px, 8vw, 88px);
}

.game-kicker {
  margin: 0 0 12px;
  color: var(--game-yellow);
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero-copy h1,
.proof-section h2,
.hook-card h2,
.world-section h2,
.armoury-section h2,
.final-cta h2 {
  margin: 0;
  color: #fff;
  font-weight: 1000;
  letter-spacing: -0.045em;
  line-height: 0.91;
  text-wrap: balance;
}

.hero-copy h1 {
  font-size: clamp(4rem, 8.4vw, 8rem);
  letter-spacing: -0.045em;
}
.hero-copy > p:not(.game-kicker) {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.1rem, 2.5vw, 1.42rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  text-decoration: none;
}

.app-store-badge img {
  display: block;
  width: 180px;
  height: 60px;
}

.store-text-action {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 0 24px;
  border: 2px solid var(--game-yellow);
  border-radius: 999px;
  color: #fff;
  background: rgba(1, 8, 12, 0.72);
  font-weight: 900;
  text-decoration: none;
}

.watch-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  color: #fff;
  font-weight: 900;
  text-decoration-color: var(--game-yellow);
  text-underline-offset: 6px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 30px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  list-style: none;
  text-transform: uppercase;
}

.hero-facts li + li::before { content: "•"; margin-right: 22px; color: var(--game-yellow); }

.proof-scene {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(255, 207, 22, 0.3);
  background: url("/media/gameplay-world-v1.webp") center / cover no-repeat;
  isolation: isolate;
}

.proof-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 14, 17, 0.94) 0%, rgba(2, 14, 17, 0.7) 43%, rgba(2, 14, 17, 0.15) 76%),
    linear-gradient(0deg, rgba(2, 14, 17, 0.76), rgba(2, 14, 17, 0.08) 58%, rgba(2, 14, 17, 0.3));
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: clamp(38px, 8vw, 100px);
  align-items: center;
  padding-block: clamp(80px, 12vw, 150px);
}

.section-heading h2,
.world-section h2,
.armoury-section h2,
.final-cta h2 { font-size: clamp(3.1rem, 7vw, 6.4rem); }

.section-heading > p:last-child,
.world-copy > p:last-child,
.armoury-intro > p:last-child,
.final-cta > p:not(.game-kicker) {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.preview-shell {
  justify-self: center;
  width: min(100%, 370px);
  padding: 12px 12px 18px;
  border: 2px solid rgba(255, 207, 22, 0.62);
  border-radius: 42px;
  background: linear-gradient(145deg, #2a1d12, #080706 72%);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.7), 0 0 70px rgba(255, 62, 25, 0.11);
}

.preview-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 886 / 1920;
  border-radius: 31px;
  background: #000;
}

.preview-note {
  display: block;
  padding: 14px 12px 0;
  color: rgba(255, 245, 220, 0.62);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

.hook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: clamp(80px, 12vw, 150px);
}

.hook-card {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: #16130e;
}

.hook-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 5, 3, 0.98) 0%, rgba(5, 5, 3, 0.16) 64%);
}

.hook-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hook-copy { position: relative; z-index: 1; padding: 28px; }
.hook-copy > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #141000;
  background: var(--game-yellow);
  font-size: 0.8rem;
  font-weight: 1000;
}

.hook-card h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.hook-card p { margin: 18px 0 0; color: rgba(255, 255, 255, 0.76); line-height: 1.5; }

.world-section {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-block: 1px solid rgba(255, 207, 22, 0.23);
  background: #071a22;
}

.world-art,
.world-art::after { position: absolute; inset: 0; }
.world-art img { width: 100%; height: 100%; object-fit: cover; }
.world-art::after { content: ""; background: linear-gradient(0deg, rgba(2, 7, 7, 0.96) 3%, rgba(2, 7, 7, 0.12) 72%); }

.world-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 36px, 1180px);
  margin: 0 auto;
  padding-bottom: clamp(52px, 8vw, 92px);
}

.world-copy > p:last-child { color: rgba(255, 255, 255, 0.78); }
.armoury-section { padding-block: clamp(84px, 12vw, 160px); }
.armoury-intro { max-width: 820px; }

.armoury-scene {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 207, 22, 0.28);
  background: url("/media/armoury-world-v1.webp") center / cover no-repeat;
  isolation: isolate;
}

.armoury-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 14, 19, 0.95) 0%, rgba(2, 14, 19, 0.73) 44%, rgba(2, 14, 19, 0.08) 76%),
    linear-gradient(0deg, rgba(2, 14, 19, 0.7), transparent 55%);
}

.armoury-section {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.armoury-intro,
.weapon-list,
.valour-note { max-width: 650px; }

.weapon-list { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 44px; }
.weapon-list span {
  padding: 11px 16px;
  border: 1px solid rgba(255, 207, 22, 0.34);
  border-radius: 999px;
  color: #ffe778;
  background: rgba(4, 21, 27, 0.72);
  backdrop-filter: blur(8px);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.valour-note { max-width: 680px; margin: 40px 0 0; color: rgba(255, 245, 220, 0.68); font-weight: 750; }
.valour-note span { margin-right: 10px; color: var(--game-yellow); font-size: 1.5em; }

.final-cta {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 24px;
  padding: clamp(54px, 9vw, 100px);
  border: 2px solid rgba(255, 207, 22, 0.52);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(2, 13, 17, 0.78), rgba(2, 13, 17, 0.62)),
    linear-gradient(0deg, rgba(2, 13, 17, 0.84), transparent 70%),
    url("/media/hero-universe-v1.jpg") center / cover no-repeat;
  text-align: center;
}

.final-cta > p:not(.game-kicker) { margin-inline: auto; }
.marketing-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding-block: 54px;
  color: rgba(255, 245, 220, 0.48);
  font-size: 0.82rem;
}

.marketing-footer strong { color: var(--game-cream); font-size: 1rem; }
.marketing-footer nav { display: flex; gap: 18px; }
.marketing-footer a { color: rgba(255, 245, 220, 0.72); }
.marketing-footer small {
  grid-column: 1 / -1;
  color: rgba(255, 245, 220, 0.38);
  font-size: 0.68rem;
  text-align: center;
}

@media (min-width: 861px) {
  .game-hero {
    background: #061824;
  }

  .game-hero::before {
    content: "";
    position: absolute;
    inset: -28px;
    background: url("/media/hero-universe-v1.jpg") center / cover no-repeat;
    filter: blur(22px) brightness(0.34) saturate(0.78);
    transform: scale(1.04);
  }

  .game-hero > img {
    inset: 7% 0 7% auto;
    width: 80%;
    height: 86%;
    object-fit: contain;
    object-position: right center;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, #000 18%, #000 100%),
      linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0%, #000 18%, #000 100%),
      linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-composite: intersect;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .game-hero > img {
    inset: 0 0 0 auto;
    width: 106%;
    height: 100%;
  }

  .hero-copy h1 { font-size: clamp(6.4rem, 9.4vw, 7rem); }
}

@media (max-width: 860px) {
  .game-hero { min-height: 760px; }
  .game-hero > img { object-position: 32% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(1, 8, 12, 0.96) 0%, rgba(1, 8, 12, 0.48) 58%, rgba(1, 8, 12, 0.04) 100%), linear-gradient(90deg, rgba(1, 8, 12, 0.55), transparent 70%); }
  .proof-scene { background-position: 59% center; }
  .proof-scene::before { background: linear-gradient(0deg, rgba(2, 14, 17, 0.94) 0%, rgba(2, 14, 17, 0.67) 54%, rgba(2, 14, 17, 0.16) 100%); }
  .proof-section { grid-template-columns: 1fr; }
  .preview-shell { margin-top: 10px; }
  .hook-grid { grid-template-columns: 1fr; }
  .hook-card { min-height: min(780px, 118vw); }
  .hook-card img { object-position: center 18%; }
  .armoury-scene { background-position: 66% center; }
  .armoury-scene::before { background: linear-gradient(0deg, rgba(2, 14, 19, 0.95) 0%, rgba(2, 14, 19, 0.72) 55%, rgba(2, 14, 19, 0.16) 100%); }
  .armoury-section { justify-content: flex-end; }
}

@media (max-width: 620px) {
  .game-logo { width: 112px; height: 96px; }
  .marketing-nav { min-height: 70px; align-items: center; }
  .marketing-nav .app-links { width: auto; }
  .marketing-nav .app-links a:first-child { display: none; }
  .marketing-nav .app-links a { min-height: 40px; padding-inline: 11px; }
  .game-hero { min-height: 720px; }
  .game-hero > img { object-position: 35% center; }
  .hero-copy { padding-bottom: 44px; }
  .hero-copy h1 {
    font-size: clamp(3.25rem, 16.8vw, 5.1rem);
    letter-spacing: -0.052em;
  }
  .hero-copy > p:not(.game-kicker) { font-size: 1.02rem; }
  .hero-facts { display: grid; gap: 6px; }
  .hero-facts li + li::before { display: none; }
  .world-section { min-height: 680px; }
  .world-art img { object-position: 62% center; }
  .final-cta { width: min(100% - 24px, 1180px); padding: 50px 22px; }
  .marketing-footer { grid-template-columns: 1fr; text-align: center; }
  .marketing-footer nav { justify-content: center; }
}

@media (prefers-reduced-motion: no-preference) {
  .app-store-badge,
  .store-text-action,
  .watch-action,
  .hook-card { transition: transform 180ms cubic-bezier(.16,1,.3,1), box-shadow 180ms ease; }
  .app-store-badge:hover,
  .store-text-action:hover { transform: translateY(2px); }
  .watch-action:hover { transform: translateX(3px); }
  .hook-card:hover { transform: translateY(-5px); box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48); }
}
