/* Squarespace-inspired editorial polish, adapted to the Star Kids brand. */
:root {
  --editorial-ink: #17243f;
  --editorial-paper: #f7f1df;
  --editorial-line: rgb(23 36 63 / 18%);
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
.admission-hero-copy h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.065em;
}

h1 em,
h2 em,
.admission-hero-copy h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.site-header {
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  box-shadow: none;
}

.site-header.is-scrolled {
  border-bottom-color: var(--editorial-line);
  background: rgb(247 241 223 / 94%);
  backdrop-filter: blur(16px);
}

.site-header nav a {
  position: relative;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-header nav a:not(.nav-cta):hover::after,
.site-header nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button,
.nav-cta,
.admission-button,
.light-button {
  border: 1px solid currentColor;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: none;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.button:hover,
.nav-cta:hover,
.admission-button:hover,
.light-button:hover {
  transform: translateY(-3px);
}

.button span,
.admission-button span,
.light-button span {
  display: inline-block;
  transition: transform 220ms ease;
}

.button:hover span,
.admission-button:hover span,
.light-button:hover span {
  transform: translate(4px, -2px);
}

#top.hero {
  border-bottom: 1px solid rgb(255 255 255 / 14%);
}

#top .hero-copy h1 {
  max-width: 760px;
  font-size: clamp(72px, 8.3vw, 132px);
  line-height: .88;
}

#top .hero-copy .intro {
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 6px;
  background: rgb(23 36 63 / 78%);
  box-shadow: none;
}

#top .hero-actions .primary {
  color: var(--editorial-ink);
  background: #fff;
}

#top.hero::after {
  position: absolute;
  right: 34px;
  bottom: 28px;
  z-index: 3;
  color: rgb(255 255 255 / 72%);
  content: "STAR KIDS  /  DIMAPUR";
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}

.section-pad {
  border-top: 1px solid var(--editorial-line);
}

.story-photo,
.learning-card,
.photo-card,
.voice-track blockquote,
.class-option-grid article,
.admission-gallery figure,
.admission-gallery figcaption,
.admission-notes article {
  border-radius: 6px;
}

.learning-card,
.voice-track blockquote,
.class-option-grid article,
.admission-notes article {
  border: 1px solid var(--editorial-line);
  box-shadow: none;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.learning-card:hover,
.voice-track blockquote:hover,
.class-option-grid article:hover,
.admission-notes article:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgb(23 36 63 / 10%);
}

.learning-card h3,
.subject h3,
.class-option-grid h3,
.admission-notes h3 {
  letter-spacing: -.035em;
}

.moments-sticky h2,
.voices h2,
.fees h2,
.admission-intro h2,
.admission-steps h2 {
  max-width: 900px;
}

.photo-card {
  overflow: hidden;
}

.photo-card img,
.story-photo img {
  transition: transform 700ms cubic-bezier(.2, .8, .2, 1);
}

.photo-card:hover img,
.story-photo:hover img {
  transform: scale(1.035);
}

#voices.voices {
  background: #f5f1e7;
}

#voices .voice-track blockquote {
  border-radius: 6px;
}

#voices .voice-track blockquote p {
  font-family: Georgia, "Times New Roman", serif;
}

.admissions,
.documents-section,
.visit-cta {
  border-top: 1px solid rgb(255 255 255 / 18%);
  border-bottom: 1px solid rgb(23 36 63 / 18%);
}

.footer {
  border-top: 1px solid rgb(255 255 255 / 16%);
}

/* Admissions page */
.admission-hero-copy h1 {
  max-width: 980px;
  font-size: clamp(68px, 8vw, 128px);
  line-height: .88;
}

.admission-hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.6;
}

.admission-roundel {
  border: 1px solid rgb(255 255 255 / 38%);
  box-shadow: none;
}

.class-option-grid article {
  border-width: 1px;
  border-color: rgb(23 36 63 / 28%);
}

.class-option-grid article > span:first-child,
.admission-steps li > span:first-child {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.06em;
}

.admission-steps ol {
  border-bottom: 1px solid var(--editorial-line);
}

.admission-steps li {
  border-top: 1px solid var(--editorial-line);
}

.admission-gallery {
  gap: 6px;
  padding: 6px;
}

.admission-gallery figcaption {
  border: 1px solid rgb(255 255 255 / 22%);
  background: rgb(23 36 63 / 92%);
  box-shadow: none;
}

.admission-gallery figcaption b {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.045em;
}

.fee-table {
  border: 1px solid var(--editorial-line);
  border-radius: 6px;
  overflow: hidden;
}

.fee-row {
  border-bottom: 1px solid var(--editorial-line);
}

.fee-row:last-child {
  border-bottom: 0;
}

.fee-header {
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.fine-print,
.document-note {
  border-left: 1px solid currentColor;
  padding-left: 18px;
}

@media (max-width: 900px) {
  .site-header nav.open {
    color: #fff;
    background: var(--editorial-ink);
  }

  #top .hero-copy h1,
  .admission-hero-copy h1 {
    font-size: clamp(62px, 12vw, 96px);
  }

  #top.hero::after {
    right: 22px;
    bottom: 18px;
  }
}

@media (max-width: 560px) {
  .eyebrow {
    font-size: 10px;
  }

  #top .hero-copy h1,
  .admission-hero-copy h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  #top.hero::after {
    display: none;
  }

  .admission-gallery {
    gap: 4px;
    padding: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .learning-card,
  .voice-track blockquote,
  .class-option-grid article,
  .admission-notes article,
  .photo-card img,
  .story-photo img {
    transition: none;
  }
}

/* Radiant golden shooting star shared by both page heroes. */
.scroll-shooting-star.golden-flight {
  --flight-duration: 10s;
  z-index: 2;
  top: 68%;
  left: -18vw;
  opacity: 0;
  transform: none;
  animation: goldenStarFlight var(--flight-duration) 1.4s cubic-bezier(.32, .03, .55, .96) infinite;
}

.admission-hero .scroll-shooting-star.golden-flight {
  --flight-duration: 12s;
  top: 76%;
  animation-delay: 4.2s;
}

.scroll-shooting-star.golden-flight i {
  width: 30px;
  height: 30px;
  background: #fffbd1;
  box-shadow:
    0 0 0 7px #ffd85b36,
    0 0 24px 10px #ffd33fbf,
    0 0 52px 18px #f5ad216e;
}

.scroll-shooting-star.golden-flight i::before {
  width: 300px;
  height: 11px;
  top: 9px;
  right: 15px;
  border-radius: 100% 0 0 100%;
  background: linear-gradient(90deg, transparent 0%, #ffe9792b 18%, #ffd33f99 65%, #fff6a8 100%);
  filter: drop-shadow(0 0 7px #ffd33fcc);
  transform: rotate(-13deg) skewX(-12deg);
}

.scroll-shooting-star.golden-flight i::after {
  content: "✦";
  inset: -8px;
  color: #fffef0;
  font-size: 38px;
  line-height: 46px;
  text-shadow: 0 0 5px #fff, 0 0 14px #ffd33f, 0 0 28px #f5ad21;
}

.scroll-shooting-star.golden-flight::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -145px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff5a8;
  transform: rotate(-13deg);
  box-shadow:
    -22px 8px 0 0 #ffd95d,
    -48px -4px 0 -1px #fff7b8,
    -74px 14px 0 0 #f5ad21,
    -103px 3px 0 -1px #ffe67a,
    -132px 19px 0 -1px #fff7b8,
    -164px 8px 0 -1px #f5ad21;
}

@keyframes goldenStarFlight {
  0%, 10% {
    opacity: 0;
    transform: translate3d(0, 70px, 0) rotate(-2deg) scale(.68);
  }
  14% {
    opacity: 1;
  }
  36% {
    opacity: 1;
    transform: translate3d(48vw, -105px, 0) rotate(-1deg) scale(1);
  }
  58% {
    opacity: 1;
    transform: translate3d(102vw, -330px, 0) rotate(1deg) scale(.94);
  }
  64%, 100% {
    opacity: 0;
    transform: translate3d(138vw, -490px, 0) rotate(2deg) scale(.72);
  }
}

@media (max-width: 760px) {
  .scroll-shooting-star.golden-flight,
  .admission-hero .scroll-shooting-star.golden-flight {
    top: 72%;
  }

  .scroll-shooting-star.golden-flight i::before {
    width: 190px;
  }

  @keyframes goldenStarFlight {
    0%, 10% {
      opacity: 0;
      transform: translate3d(0, 35px, 0) rotate(-2deg) scale(.62);
    }
    14% {
      opacity: 1;
    }
    38% {
      opacity: 1;
      transform: translate3d(52vw, -85px, 0) rotate(-1deg) scale(.88);
    }
    60% {
      opacity: 1;
      transform: translate3d(108vw, -220px, 0) rotate(1deg) scale(.78);
    }
    66%, 100% {
      opacity: 0;
      transform: translate3d(145vw, -300px, 0) rotate(2deg) scale(.65);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-shooting-star.golden-flight {
    display: block !important;
    animation: goldenStarFlight var(--flight-duration) linear infinite !important;
  }
}

/* Desktop visibility pass: begin on-screen and repeat often enough to be unmistakable. */
.scroll-shooting-star.golden-flight {
  --flight-duration: 6s;
  display: block;
  top: 76%;
  left: 2vw;
  opacity: 1;
  animation-delay: .15s;
}

.admission-hero .scroll-shooting-star.golden-flight {
  --flight-duration: 6.6s;
  top: 78%;
  left: 2vw;
  animation-delay: -.9s;
}

.scroll-shooting-star.golden-flight i {
  width: 38px;
  height: 38px;
  box-shadow:
    0 0 0 9px #ffd85b42,
    0 0 30px 14px #ffd33fe8,
    0 0 70px 25px #f5ad2190;
}

.scroll-shooting-star.golden-flight i::before {
  width: 350px;
  height: 13px;
  top: 12px;
  right: 18px;
}

.scroll-shooting-star.golden-flight i::after {
  inset: -10px;
  font-size: 48px;
  line-height: 58px;
}

@keyframes goldenStarFlight {
  0% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) rotate(-2deg) scale(.78);
  }
  32% {
    opacity: 1;
    transform: translate3d(40vw, -145px, 0) rotate(-1deg) scale(1);
  }
  68% {
    opacity: 1;
    transform: translate3d(91vw, -430px, 0) rotate(1deg) scale(.92);
  }
  75%, 100% {
    opacity: 0;
    transform: translate3d(118vw, -565px, 0) rotate(2deg) scale(.72);
  }
}

@media (max-width: 760px) {
  .scroll-shooting-star.golden-flight,
  .admission-hero .scroll-shooting-star.golden-flight {
    top: 74%;
    left: 1vw;
  }

  .scroll-shooting-star.golden-flight i::before {
    width: 210px;
  }

  @keyframes goldenStarFlight {
    0% {
      opacity: 1;
      transform: translate3d(0, 12px, 0) rotate(-2deg) scale(.66);
    }
    35% {
      opacity: 1;
      transform: translate3d(44vw, -110px, 0) rotate(-1deg) scale(.84);
    }
    70% {
      opacity: 1;
      transform: translate3d(95vw, -265px, 0) rotate(1deg) scale(.72);
    }
    78%, 100% {
      opacity: 0;
      transform: translate3d(125vw, -345px, 0) rotate(2deg) scale(.62);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-shooting-star.golden-flight,
  .admission-hero .scroll-shooting-star.golden-flight {
    display: block !important;
    animation-name: goldenStarFlight !important;
    animation-duration: var(--flight-duration) !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
  }
}

/* Numbered celestial chapters */
.story {
  grid-template-columns: minmax(360px, .88fr) minmax(460px, 1.12fr);
  grid-template-rows: auto auto;
  column-gap: clamp(58px, 8vw, 150px);
  row-gap: 34px;
  min-height: 800px;
}

.story .section-number,
.curriculum .section-number {
  opacity: 1;
  isolation: isolate;
  overflow: hidden;
  color: #fffdf7;
  background:
    radial-gradient(circle at 50% 50%, #f5ad21 0 3px, transparent 4px),
    radial-gradient(circle at 26% 24%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 70% 31%, #fff8cf 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 78% 72%, #fff 0 1px, transparent 2px),
    radial-gradient(circle at 31% 76%, #f5ad21 0 1.5px, transparent 2.5px),
    #1e2d4d;
  border: 1px solid #ffffff2b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-shadow: 0 5px 24px #07112699;
  box-shadow: 0 28px 80px #1e2d4d32, inset 0 0 70px #07112670;
}

.story .section-number {
  position: relative !important;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  top: auto;
  right: auto;
  left: auto;
  width: min(38vw, 500px);
  aspect-ratio: 1;
  font-size: clamp(128px, 14vw, 220px);
  line-height: 1;
}

.story .story-title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.story .story-copy {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.story .orbit {
  display: none;
}

.story .section-number::before,
.curriculum .section-number::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: repeating-conic-gradient(from 12deg, transparent 0 8deg, #fffbd9b8 8.4deg 8.9deg, transparent 9.3deg 16deg);
  -webkit-mask: repeating-radial-gradient(circle, transparent 0 28px, #000 29px 31px, transparent 32px 53px);
  mask: repeating-radial-gradient(circle, transparent 0 28px, #000 29px 31px, transparent 32px 53px);
  opacity: .7;
  animation: northStarTurn 32s linear infinite;
}

.story .section-number::after,
.curriculum .section-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    -118px -82px 0 0 #fff8cf,
    112px -98px 0 1px #f5ad21,
    146px 34px 0 0 #fff,
    72px 138px 0 0 #fff8cf,
    -91px 142px 0 1px #f5ad21,
    -153px 38px 0 0 #fff;
  animation: northStarTurn 22s linear infinite reverse;
}

.curriculum .section-number {
  position: absolute !important;
  top: clamp(52px, 6vw, 90px);
  right: clamp(24px, 7vw, 110px);
  left: auto;
  width: clamp(160px, 15vw, 220px);
  aspect-ratio: 1;
  font-size: clamp(66px, 7vw, 102px);
  line-height: 1;
}

.curriculum > h2 {
  max-width: 72%;
}

@keyframes northStarTurn {
  to { transform: rotate(360deg); }
}

/* Faculty */
.faculty {
  position: relative;
  overflow: hidden;
  background: #dfeee8;
}

.faculty::before {
  content: "✦";
  position: absolute;
  top: 54px;
  right: 5vw;
  color: #f5ad21;
  font-size: clamp(70px, 10vw, 150px);
  line-height: 1;
  opacity: .5;
  animation: starDance 5s ease-in-out infinite;
}

.faculty-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: clamp(45px, 8vw, 130px);
  margin-bottom: clamp(55px, 7vw, 100px);
  position: relative;
  z-index: 2;
}

.faculty h2 {
  font-size: clamp(52px, 6.2vw, 94px);
}

.faculty h2 em {
  color: var(--red);
}

.faculty-intro {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.75;
}

.faculty-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  border-bottom: 1px solid var(--deep);
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.faculty-link span {
  color: var(--red);
  font-size: 19px;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
  align-items: start;
  position: relative;
  z-index: 2;
}

.faculty-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #1e2d4d18;
  border-radius: 200px 200px 24px 24px;
  box-shadow: 0 18px 50px #1e2d4d12;
  transition: transform .45s ease, box-shadow .45s ease;
}

.faculty-card:nth-child(2),
.faculty-card:nth-child(5) {
  transform: translateY(34px);
}

.faculty-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px #1e2d4d24;
}

.faculty-card:nth-child(2):hover,
.faculty-card:nth-child(5):hover {
  transform: translateY(24px);
}

.faculty-card img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  object-position: center 36%;
  background: #fff;
  display: block;
}

.faculty-card.julli img { object-position: center 45%; }
.faculty-card.soma img { object-position: center 42%; }
.faculty-card.rebika img { object-position: center 35%; }

.faculty-card > div {
  min-height: 166px;
  padding: 25px 27px 29px;
}

.faculty-card span {
  display: block;
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.faculty-card h3 {
  margin: 11px 0 9px;
  font: 400 clamp(23px, 2.2vw, 34px)/1.02 Georgia, serif;
  letter-spacing: -.035em;
}

.faculty-card p {
  margin: 0;
  color: #5b606b;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .story {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .story .section-number {
    grid-column: 1;
    grid-row: auto;
    width: min(70vw, 380px);
    margin: 0 auto 20px;
  }

  .story .story-title,
  .story .story-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .story .story-title {
    margin-top: 0;
  }

  .faculty-head {
    grid-template-columns: 1fr;
  }

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

  .faculty-card:nth-child(n) {
    transform: none;
  }
}

@media (max-width: 600px) {
  .story .section-number {
    width: min(76vw, 280px);
    font-size: 112px;
  }

  .curriculum .section-number {
    position: relative !important;
    top: auto;
    right: auto;
    width: 112px;
    margin: 0 0 28px auto;
    font-size: 48px;
  }

  .curriculum > h2 {
    max-width: none;
  }

  .faculty-grid {
    grid-template-columns: 1fr;
  }

  .faculty-card {
    border-radius: 180px 180px 22px 22px;
  }

  .faculty-card h3 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story .section-number::before,
  .story .section-number::after,
  .curriculum .section-number::before,
  .curriculum .section-number::after,
  .faculty::before {
    animation: none !important;
  }
}

/* Original sketched solar-system motion behind the Moments heading. */
.moments {
  overflow: hidden;
}

.moments-sticky {
  isolation: isolate;
  z-index: 2;
}

.moments-sticky > :not(.solar-system-backdrop) {
  position: relative;
  z-index: 2;
}

.solar-system-backdrop {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: -105px;
  left: -115px;
  width: min(47vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .42;
  background:
    radial-gradient(circle at 16% 19%, #1e2d4d 0 1px, transparent 2px),
    radial-gradient(circle at 83% 23%, #b82b37 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 23% 78%, #1e2d4d 0 1px, transparent 2px),
    radial-gradient(circle at 72% 84%, #f5ad21 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 53% 11%, #1e2d4d 0 1px, transparent 2px);
  animation: solarSystemDrift 12s ease-in-out infinite alternate;
}

.solar-sun {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin: -21px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 10px #f5ad212b, 0 0 38px #f5ad21a6;
  animation: solarSunPulse 3.8s ease-in-out infinite;
}

.solar-orbit {
  --tilt: -12deg;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1.5px dashed #1e2d4d99;
  border-radius: 50%;
  transform: rotate(var(--tilt));
  animation: solarRevolve 14s linear infinite;
}

.solar-orbit b {
  position: absolute;
  top: 50%;
  right: -7px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: inset -4px -3px #7d1723, 0 0 0 4px #fff7;
}

.solar-orbit-1 {
  width: 142px;
  height: 58px;
  margin: -29px 0 0 -71px;
  animation-duration: 7s;
}

.solar-orbit-1 b {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff4c5;
  box-shadow: inset -3px -2px #b7a66f, 0 0 0 3px #fff6;
}

.solar-orbit-2 {
  --tilt: 8deg;
  width: 230px;
  height: 92px;
  margin: -46px 0 0 -115px;
  animation-duration: 10s;
  animation-direction: reverse;
}

.solar-orbit-2 b {
  background: var(--mint);
  box-shadow: inset -4px -3px #32957d, 0 0 0 4px #fff7;
}

.solar-orbit-3 {
  --tilt: -6deg;
  width: 330px;
  height: 136px;
  margin: -68px 0 0 -165px;
  animation-duration: 15s;
}

.solar-orbit-3 b {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #5d7fc4;
  box-shadow: inset -5px -4px #344261, 0 0 0 4px #fff7;
}

.solar-orbit-4 {
  --tilt: 11deg;
  width: 440px;
  height: 184px;
  margin: -92px 0 0 -220px;
  animation-duration: 21s;
  animation-direction: reverse;
}

.solar-orbit-4 b {
  width: 23px;
  height: 23px;
  margin-top: -11px;
  background: #e3934a;
  box-shadow: inset -6px -5px #b76236, 0 0 0 4px #fff7;
}

.solar-orbit-4 b::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -7px;
  width: 35px;
  height: 10px;
  border: 2px solid var(--yellow);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-12deg);
}

.solar-orbit-5 {
  --tilt: -9deg;
  width: 560px;
  height: 236px;
  margin: -118px 0 0 -280px;
  animation-duration: 29s;
}

.solar-orbit-5 b {
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background: var(--pink);
  box-shadow: inset -5px -4px #b82b37, 0 0 0 4px #fff7;
}

@keyframes solarRevolve {
  to { rotate: 360deg; }
}

@keyframes solarSystemDrift {
  from { translate: -2% 1%; }
  to { translate: 3% -2%; }
}

@keyframes solarSunPulse {
  50% { scale: 1.12; box-shadow: 0 0 0 15px #f5ad211d, 0 0 48px #f5ad21c2; }
}

.admission-hero .scroll-shooting-star.golden-flight {
  display: none !important;
}

@media (max-width: 900px) {
  .solar-system-backdrop {
    top: -80px;
    left: -70px;
    width: min(88vw, 620px);
    opacity: .34;
    transform-origin: 30% 35%;
    scale: .82;
  }
}

@media (max-width: 560px) {
  .solar-system-backdrop {
    top: -42px;
    left: -86px;
    width: 570px;
    opacity: .26;
    scale: .68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solar-system-backdrop,
  .solar-sun,
  .solar-orbit {
    animation: none !important;
  }
}
