/* Nunu Orbit — palette matched to logo (lavender / navy / moon / rose / teal) */

:root {
  --ink: #3e3b6c;
  --ink-soft: #5c588a;
  --muted: #8b86b0;
  --paper: #fdfbf8;
  --paper-elevated: #ffffff;
  --accent: #968fbc;
  --accent-deep: #3e3b6c;
  --accent-soft: #e8e5f4;
  --moon: #f7d08a;
  --moon-deep: #e8b85c;
  --rose: #e8a7a7;
  --teal: #75bfb8;
  --sky: #75bfb8;
  --sky-soft: #c5e8e4;
  --mist: #f3f0fa;
  --blush: #f5d4d4;
  --line: rgba(62, 59, 108, 0.12);
  --shadow: 0 18px 50px rgba(62, 59, 108, 0.1);
  --radius: 1.25rem;
  --max: 42rem;
  --wide: 68rem;
  --font-display: "Fraunces", "Amiri", Georgia, serif;
  --font-body: "Nunito Sans", "Markazi Text", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --cta-gradient: linear-gradient(135deg, #f7d08a 0%, #e8b85c 55%, #e8a7a7 100%);
  --page-pad-inline: 1.5rem;
  --page-pad-start: 1.15rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 90% 60% at 8% -8%, rgba(150, 143, 188, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 50% at 96% 0%, rgba(247, 208, 138, 0.35), transparent 50%),
    radial-gradient(ellipse 55% 40% at 70% 100%, rgba(232, 167, 167, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 105%, rgba(117, 191, 184, 0.2), transparent 50%),
    linear-gradient(165deg, #faf8fc 0%, #fdfbf8 45%, #f7f4ef 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%233e3b6c' stroke-opacity='0.05' stroke-width='1'%3E%3Cpath d='M0 60h120M60 0v120'/%3E%3Ccircle cx='60' cy='60' r='28'/%3E%3C/g%3E%3C/svg%3E");
}

body > * {
  position: relative;
  z-index: 1;
}

a {
  color: var(--accent-deep);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent);
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 1.25rem var(--page-pad-inline);
  padding-inline-start: var(--page-pad-start);
}

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

.brand-icon {
  width: auto;
  height: 3.75rem;
  display: block;
  object-fit: contain;
  /* Transparent padding in the PNG — pull mark flush to the edge */
  margin-inline-start: -0.65rem;
}

.brand-text {
  width: auto;
  height: 2.85rem;
  display: block;
  object-fit: contain;
  margin-inline-start: -0.15rem;
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.15rem;
}

.brand-nunu {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: var(--ink);
}

.brand-orbit {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  padding-inline-end: 0.28em;
}

[dir="rtl"] .brand-nunu {
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.35rem;
}

[dir="rtl"] .brand-orbit {
  letter-spacing: 0.04em;
  text-transform: none;
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.15rem;
  font-size: 0.92rem;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
}

.nav-links a:hover {
  color: var(--accent-deep);
}

.lang-toggle {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
}

.lang-toggle a {
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lang-toggle a[aria-current="page"] {
  background: var(--ink);
  color: #fff;
}

.hero {
  position: relative;
  max-width: var(--wide);
  margin: 0 auto;
  padding: clamp(2.5rem, 8vw, 6rem) var(--page-pad-inline) clamp(3rem, 8vw, 5rem);
  padding-inline-start: var(--page-pad-start);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: end;
  gap: 1.5rem 2rem;
  min-height: min(88vh, 52rem);
  /* Allow atmosphere to bleed into page background (avoids hard clip line) */
  overflow: visible;
}

.hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  max-width: 36rem;
  animation: rise 0.9s var(--ease) both;
}

.hero-devices {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: min(100%, 22rem);
  height: min(70vh, 34rem);
  margin-bottom: 0.5rem;
  animation: rise 1s var(--ease) 0.18s both;
}

.device {
  position: absolute;
  margin: 0;
  width: 58%;
  aspect-ratio: 390 / 844;
  padding: 0.55rem;
  border-radius: 1.65rem;
  background: linear-gradient(160deg, #2a2750 0%, #3e3b6c 55%, #5c588a 100%);
  box-shadow:
    0 22px 50px rgba(62, 59, 108, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.device img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
  background: var(--paper);
}

.device-back {
  inset-inline-end: 0;
  top: 8%;
  transform: rotate(8deg);
  opacity: 0.72;
  z-index: 1;
}

.device-mid {
  inset-inline-end: 18%;
  top: 2%;
  transform: rotate(-4deg);
  opacity: 0.88;
  z-index: 2;
  width: 62%;
}

.device-front {
  inset-inline-start: 0;
  bottom: 0;
  top: auto;
  transform: rotate(-10deg);
  z-index: 3;
  width: 66%;
  animation: phone-float 5.5s ease-in-out infinite alternate;
}

.hero-logo {
  --hero-icon-h: clamp(4.05rem, 12.6vw, 5.85rem);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.5rem;
  animation: rise 0.9s var(--ease) both;
}

/* EN: pull hero flush with header (larger PNG = more transparent padding) */
html:not([dir="rtl"]) .hero-logo {
  margin-inline-start: -1.65rem;
}

html:not([dir="rtl"]) .hero-lead,
html:not([dir="rtl"]) .hero-support,
html:not([dir="rtl"]) .cta-row {
  margin-inline-start: -0.35rem;
}

.hero-logo-icon {
  height: var(--hero-icon-h);
  width: auto;
}

.hero-logo-text {
  /* Same height ratio as header (.brand-text 2.85 / .brand-icon 3.75) */
  height: calc(var(--hero-icon-h) * 2.85 / 3.75);
  width: auto;
  display: block;
}

.hero-brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 9vw, 5.25rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--ink);
}

.hero-brand .brand-line {
  display: block;
}

.hero-brand .brand-line-primary {
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: var(--ink);
}

.hero-brand .brand-line-orbit {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.38em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
}

[dir="rtl"] .hero-brand .brand-line-primary {
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12em;
}

[dir="rtl"] .hero-brand .brand-line-orbit {
  letter-spacing: 0.06em;
  text-transform: none;
  font-size: 0.55em;
}

[dir="rtl"] .hero-brand {
  font-size: clamp(2.75rem, 8.5vw, 4.75rem);
  line-height: 1.2;
  text-align: center;
}

[dir="rtl"] .hero-logo {
  justify-content: flex-start;
}

[dir="rtl"] .hero-lead,
[dir="rtl"] .hero-support {
  text-align: start;
}

[dir="rtl"] .cta-row {
  justify-content: flex-start;
}

[dir="rtl"] .hero-lead {
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  line-height: 1.75;
}

[dir="rtl"] .hero-support {
  font-size: 1.15rem;
  line-height: 1.7;
}

[dir="rtl"] body {
  font-size: 1.2rem;
  line-height: 1.75;
}

[dir="rtl"] .page h1 {
  font-size: clamp(2.25rem, 5.5vw, 3.1rem);
}

[dir="rtl"] .page h2 {
  font-size: 1.5rem;
}

[dir="rtl"] .nav-links {
  font-size: 1.15rem;
}

[dir="rtl"] .lang-toggle a {
  font-size: 0.92rem;
  padding: 0.4rem 0.8rem;
}

[dir="rtl"] .store-badge {
  font-size: 0.95rem;
  min-height: 3.35rem;
  min-width: 12.25rem;
  padding: 0.65rem 1rem 0.65rem 1.2rem;
}

[dir="rtl"] .store-badge small {
  font-size: 0.78rem;
}

[dir="rtl"] .store-badge strong {
  font-size: 1.1rem;
}

.hero-lead {
  margin: 0 0 0.85rem;
  max-width: 30rem;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  color: var(--ink-soft);
  animation: rise 0.9s var(--ease) 0.12s both;
}

.hero-support {
  margin: 0 0 2rem;
  max-width: 28rem;
  font-size: 0.98rem;
  color: var(--muted);
  animation: rise 0.9s var(--ease) 0.16s both;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  animation: rise 0.9s var(--ease) 0.22s both;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  min-width: 11.25rem;
  min-height: 3rem;
  padding: 0.55rem 1.15rem 0.55rem 0.9rem;
  border-radius: 0.7rem;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.25s var(--ease);
}

.store-badge-icon {
  flex-shrink: 0;
  width: 1.55rem;
  height: 1.55rem;
  display: block;
  object-fit: contain;
}

.store-badge-icon-play {
  width: 1.45rem;
  height: 1.45rem;
  /* Asset is black — invert for the navy Play button */
  filter: brightness(0) invert(1);
}

.store-badge > span {
  text-align: start;
  line-height: 1.15;
}

.store-badge:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 10px 28px rgba(62, 59, 108, 0.22);
}

.store-badge:first-child {
  background: var(--cta-gradient);
  color: var(--ink);
}

.store-badge:first-child:hover {
  color: var(--ink);
}

.store-badge small {
  display: block;
  font-weight: 500;
  opacity: 0.75;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.store-badge strong {
  display: block;
  font-size: 0.95rem;
  margin-top: 0.1rem;
}

.hero-atmosphere {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  grid-column: 1 / -1;
  grid-row: 1;
  /* Sit behind hero copy on the start side (left in EN, right in AR) */
  inset-inline-start: -8%;
  inset-inline-end: auto;
  bottom: 4%;
  top: auto;
  width: min(58vw, 34rem);
  height: min(58vw, 34rem);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.95), transparent 42%),
    radial-gradient(circle at 50% 48%, rgba(247, 208, 138, 0.55) 0%, transparent 38%),
    radial-gradient(circle at 58% 58%, var(--accent-soft), transparent 58%),
    radial-gradient(circle at 35% 72%, rgba(117, 191, 184, 0.4), transparent 52%);
  filter: blur(1px);
  animation: drift 14s ease-in-out infinite alternate;
  opacity: 0.95;
  /* Light edge feather only — keeps shape readable */
  -webkit-mask-image: radial-gradient(circle, #000 62%, transparent 88%);
  mask-image: radial-gradient(circle, #000 62%, transparent 88%);
}

.hero-atmosphere::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1.5px solid rgba(150, 143, 188, 0.35);
  transform: rotate(-18deg) scaleX(1.15);
  animation: orbit-spin 22s linear infinite;
}

.hero-atmosphere::after {
  content: "";
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--rose);
  top: 18%;
  left: 62%;
  box-shadow: 0 0 18px rgba(232, 167, 167, 0.55);
  animation: orbit-dot 22s linear infinite;
}

@media (max-width: 720px) {
  .brand-text {
    height: 2.25rem;
  }

  .brand-icon {
    height: 3.1rem;
  }

  .brand-wordmark .brand-orbit {
    font-size: 0.55rem;
  }

  [dir="rtl"] .brand-nunu {
    font-size: 2rem;
  }

  [dir="rtl"] .brand-orbit,
  [dir="rtl"] .brand-wordmark .brand-orbit {
    font-size: 1.2rem;
  }
}

.page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  animation: rise 0.7s var(--ease) both;
}

.page-wide {
  max-width: 48rem;
}

.page h1 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.page .meta {
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.page h2 {
  margin: 2.25rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.page h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.page p,
.page li {
  color: var(--ink-soft);
}

.page ul {
  padding-inline-start: 1.25rem;
}

.page li + li {
  margin-top: 0.4rem;
}

.notice {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border-inline-start: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0 0.75rem 0.75rem 0;
}

[dir="rtl"] .notice {
  border-radius: 0.75rem 0 0 0.75rem;
}

.todo {
  display: inline;
  padding: 0.05em 0.35em;
  border-radius: 0.3em;
  background: rgba(232, 167, 167, 0.35);
  color: var(--ink);
  font-size: 0.85em;
  font-weight: 700;
}

.faq details {
  margin: 0.75rem 0;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: inline-end;
  color: var(--accent);
  font-weight: 500;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0.65rem 0 0;
}

.steps {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem 1rem 1rem 3.25rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

[dir="rtl"] .steps li {
  padding: 1rem 3.25rem 1rem 1rem;
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  inset-inline-start: 1rem;
  top: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.85rem;
  font-weight: 800;
}

.site-footer {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Mobile landing hero — placed after base/RTL so these overrides win */
@media (max-width: 900px) {
  html,
  body {
    overflow-x: clip;
    overflow-y: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 0;
    padding-bottom: 1.5rem;
  }

  .hero-copy,
  .hero-devices {
    grid-column: 1;
  }

  .hero-copy {
    grid-row: 1;
  }

  .hero-devices {
    grid-row: 2;
  }

  .hero-logo {
    display: none;
  }

  .brand {
    gap: 0.55rem;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    max-width: none;
    text-align: center;
    margin-inline: auto;
    padding-block: 2.75rem 2.25rem;
  }

  html:not([dir="rtl"]) .hero-lead,
  html:not([dir="rtl"]) .hero-support,
  html:not([dir="rtl"]) .cta-row,
  [dir="rtl"] .hero-lead,
  [dir="rtl"] .hero-support {
    margin-inline-start: 0;
    text-align: center;
  }

  .hero-lead {
    margin-inline: auto;
    max-width: 28rem;
    font-size: clamp(1.35rem, 4.6vw, 1.75rem);
    line-height: 1.45;
  }

  .hero-support {
    margin-inline: auto;
    max-width: 24rem;
    font-size: clamp(1.05rem, 3.4vw, 1.2rem);
    line-height: 1.55;
  }

  [dir="rtl"] .hero-lead {
    font-size: clamp(1.4rem, 4.8vw, 1.85rem);
    line-height: 1.6;
  }

  [dir="rtl"] .hero-support {
    font-size: clamp(1.15rem, 3.8vw, 1.35rem);
    line-height: 1.65;
  }

  .cta-row,
  [dir="rtl"] .cta-row {
    justify-content: center;
    margin-inline: auto;
  }

  .store-badge {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .store-badge > span {
    text-align: center;
  }

  .hero-devices {
    position: relative;
    z-index: 2;
    justify-self: center;
    width: min(100%, 20rem);
    height: 28rem;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
  }

  .device-mid {
    display: block;
  }

  /* Large orbit framing copy + CTAs — slight physical left (EN + AR) */
  .hero-atmosphere,
  [dir="rtl"] .hero-atmosphere {
    display: block;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    inset-inline-start: unset;
    inset-inline-end: unset;
    left: -4%;
    right: auto;
    top: -10%;
    bottom: auto;
    margin-inline: 0;
    width: min(125vw, 30rem);
    height: min(125vw, 30rem);
    opacity: 0.62;
    animation: drift-mobile 14s ease-in-out infinite alternate;
  }

  .site-footer {
    position: relative;
    z-index: 3;
    background-color: var(--paper);
    background-image: linear-gradient(180deg, #fdfbf8 0%, #f7f4ef 100%);
  }
}

@media (max-width: 720px) {
  .hero-atmosphere,
  [dir="rtl"] .hero-atmosphere {
    left: -2%;
    right: auto;
    top: -8%;
    width: min(130vw, 28rem);
    height: min(130vw, 28rem);
    opacity: 0.58;
  }

  .hero-copy {
    padding-block: 2.5rem 2rem;
  }
}

@media (max-width: 560px) {
  .hero-lead {
    font-size: clamp(1.4rem, 5.5vw, 1.7rem);
  }

  .hero-support {
    font-size: clamp(1.08rem, 4vw, 1.18rem);
  }

  .hero-atmosphere,
  [dir="rtl"] .hero-atmosphere {
    left: -4%;
    right: auto;
    top: -6%;
    width: min(135vw, 26rem);
    height: min(135vw, 26rem);
    opacity: 0.55;
  }

  .hero-copy {
    padding-block: 2.25rem 1.75rem;
  }

  .hero-devices {
    width: min(100%, 17.5rem);
    height: 26rem;
    margin-top: 1.5rem;
    margin-bottom: 2.75rem;
  }

  .device-back {
    inset-inline-end: 2%;
    top: 10%;
    width: 54%;
  }

  .device-mid {
    inset-inline-end: 16%;
    top: 4%;
    width: 58%;
  }

  .device-front {
    inset-inline-start: 2%;
    width: 62%;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.footer-links a {
  text-decoration: none;
  color: var(--ink-soft);
}

.footer-links a:hover {
  color: var(--accent-deep);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes phone-float {
  from {
    transform: rotate(-10deg) translateY(0);
  }
  to {
    transform: rotate(-10deg) translateY(-0.65rem);
  }
}

@keyframes drift {
  from {
    transform: translate(-5%, 2%) scale(1);
  }
  to {
    transform: translate(-1%, -4%) scale(1.05);
  }
}

/* Keep mobile orbit biased left while drifting */
@keyframes drift-mobile {
  from {
    transform: translate(-2%, 2%) scale(1);
  }
  to {
    transform: translate(3%, -3%) scale(1.04);
  }
}

@keyframes orbit-spin {
  from {
    transform: rotate(-18deg) scaleX(1.15) rotate(0deg);
  }
  to {
    transform: rotate(-18deg) scaleX(1.15) rotate(360deg);
  }
}

@keyframes orbit-dot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Desktop: nudge hero copy slightly upward */
@media (min-width: 901px) {
  .hero-copy {
    margin-bottom: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
