:root {
  color-scheme: light;
  --leaf: #2f7a35;
  --leaf-dark: #235d2b;
  --grass: #72bb45;
  --sun: #ffc93d;
  --honey: #f6b447;
  --coral: #ef775b;
  --sky: #66bfe8;
  --mint: #dff5e9;
  --cream: #fff9ea;
  --paper: rgba(255, 253, 244, 0.95);
  --ink: #2f3f2f;
  --wood: #8d5a2a;
  --muted: #6f614f;
  --line: rgba(128, 91, 45, 0.22);
  --shadow: 0 24px 60px rgba(95, 57, 25, 0.22);
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "Trebuchet MS",
    "Avenir Next",
    "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 18%, rgba(91, 151, 61, 0.16) 0 8%, transparent 9%),
    radial-gradient(circle at 84% 18%, rgba(102, 191, 232, 0.22) 0 10%, transparent 11%),
    linear-gradient(90deg, rgba(135, 83, 34, 0.14) 0 2px, transparent 2px 128px),
    linear-gradient(180deg, #f8e5be 0%, #fff7e7 34%, #f4dfb8 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(109, 66, 28, 0.18) 0 1px, transparent 1px 14.285%),
    radial-gradient(circle at 8% 12%, rgba(47, 122, 53, 0.18), transparent 16%),
    radial-gradient(circle at 92% 7%, rgba(255, 201, 61, 0.2), transparent 13%);
  pointer-events: none;
}

.cabin-window,
.cabin-sign {
  position: fixed;
  left: clamp(18px, 2.6vw, 42px);
  z-index: -1;
  display: block;
  pointer-events: none;
}

.cabin-window {
  top: 126px;
  width: 150px;
  height: 132px;
  border: 10px solid #a96529;
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent calc(50% - 3px), #a96529 calc(50% - 3px) calc(50% + 3px), transparent calc(50% + 3px)),
    linear-gradient(180deg, transparent calc(50% - 3px), #a96529 calc(50% - 3px) calc(50% + 3px), transparent calc(50% + 3px)),
    linear-gradient(180deg, #bceaff 0%, #e7fbff 45%, #95d27a 46%, #6eb65a 100%);
  box-shadow: 0 14px 26px rgba(90, 51, 21, 0.2);
}

.cabin-window span {
  position: absolute;
  left: 10px;
  bottom: -28px;
  width: 168px;
  height: 24px;
  border-radius: 8px;
  background: #9a5e24;
  box-shadow: 0 10px 18px rgba(80, 45, 16, 0.18);
}

.cabin-sign {
  top: 304px;
  width: 118px;
  padding: 16px 12px;
  border: 2px solid rgba(99, 61, 26, 0.25);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(125, 76, 31, 0.08) 0 1px, transparent 1px 22px),
    #dca65c;
  color: #5e3718;
  box-shadow: 0 12px 22px rgba(82, 47, 18, 0.22);
  text-align: center;
  transform: rotate(-1.5deg);
}

.cabin-sign::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -32px;
  width: 78px;
  height: 42px;
  border-left: 3px solid rgba(94, 55, 20, 0.42);
  border-top: 3px solid rgba(94, 55, 20, 0.42);
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
}

.cabin-sign span {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.28;
}

button,
a {
  font: inherit;
}

.play-shell {
  width: min(1480px, calc(100% - 32px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 20px 0 28px;
}

.topbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 14px 28px;
  border: 2px solid rgba(129, 83, 32, 0.12);
  border-radius: 24px;
  background: rgba(255, 253, 244, 0.94);
  box-shadow: 0 16px 40px rgba(105, 72, 36, 0.13);
  backdrop-filter: blur(10px);
}

.small-label {
  margin: 0 0 4px;
  color: var(--leaf);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  color: var(--leaf-dark);
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.95;
}

.brand-title,
.soft-button,
.spin-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.brand-title {
  justify-self: start;
  gap: 10px;
  padding: 0 8px;
  background: transparent;
  color: var(--leaf-dark);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
}

.leaf-mark {
  position: relative;
  width: 22px;
  height: 16px;
  display: inline-block;
}

.leaf-mark::before,
.leaf-mark::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  border-radius: 100% 0 100% 0;
  background: #73a93d;
  transform: rotate(-28deg);
}

.leaf-mark::after {
  left: 11px;
  top: 7px;
  width: 13px;
  height: 7px;
  transform: rotate(24deg);
}

.cabin-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cabin-tabs a,
.cabin-tabs span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #775535;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.cabin-tabs span {
  background: #e7f7ec;
  color: var(--leaf-dark);
  box-shadow: inset 0 -4px rgba(47, 122, 53, 0.1);
}

.top-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.star-pill {
  min-width: 104px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid rgba(198, 139, 33, 0.2);
  border-radius: 999px;
  background: #fff8e4;
  color: #8b621d;
  font-size: 1.1rem;
}

.profile-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: rgba(255, 248, 228, 0.88);
  color: var(--leaf-dark);
}

.profile-pill > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 5px solid #cce6bb;
  border-radius: 50%;
  background: linear-gradient(180deg, #f7c5a6 0 50%, #6f4828 51% 100%);
  color: #fff8df;
  font-weight: 1000;
}

.profile-pill p {
  margin: 0;
  color: var(--leaf-dark);
  font-size: 1.04rem;
  font-weight: 1000;
  line-height: 1.05;
}

.profile-pill small {
  display: block;
  margin-top: 4px;
  color: #765f48;
  font-size: 0.76rem;
  font-weight: 800;
}

.star-shape {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: var(--sun);
  clip-path: polygon(
    50% 0%,
    62% 34%,
    98% 35%,
    69% 56%,
    79% 91%,
    50% 70%,
    21% 91%,
    31% 56%,
    2% 35%,
    38% 34%
  );
  filter: drop-shadow(0 2px 0 #d58e18);
}

.stage {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.72fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 26px;
}

.wheel-zone,
.result-panel {
  border: 2px solid rgba(129, 83, 32, 0.12);
  border-radius: 32px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.wheel-zone {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100svh - 170px);
  padding: clamp(22px, 3vw, 40px);
  overflow: hidden;
}

.sparkle-layer {
  position: absolute;
  inset: 0;
  z-index: 6;
  overflow: hidden;
  pointer-events: none;
}

.sparkle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  z-index: 8;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  animation: sparkle-burst var(--duration) cubic-bezier(0.15, 0.82, 0.28, 1) forwards;
}

.sparkle.star {
  background: #ffc93d;
  clip-path: polygon(
    50% 0%,
    62% 34%,
    98% 35%,
    69% 56%,
    79% 91%,
    50% 70%,
    21% 91%,
    31% 56%,
    2% 35%,
    38% 34%
  );
  filter:
    drop-shadow(0 3px 0 rgba(180, 121, 24, 0.28))
    drop-shadow(0 0 10px rgba(255, 218, 80, 0.54));
}

.sparkle.leaf {
  border-radius: 100% 0 100% 0;
  background: #73b84a;
  filter:
    drop-shadow(0 3px 0 rgba(48, 112, 45, 0.18))
    drop-shadow(0 0 8px rgba(115, 184, 74, 0.42));
}

.wheel-zone::before,
.wheel-zone::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 44% 56% 48% 52%;
  opacity: 0.16;
  pointer-events: none;
}

.wheel-zone::before {
  left: -44px;
  bottom: -52px;
  background: var(--grass);
}

.wheel-zone::after {
  right: -46px;
  top: -56px;
  background: var(--sky);
}

.floating-note {
  position: absolute;
  top: 28px;
  right: 34px;
  max-width: 210px;
  padding: 15px 18px 15px 44px;
  border: 2px dashed rgba(160, 109, 39, 0.46);
  border-radius: 18px;
  background: #fff0bf;
  color: #74491f;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.2;
  transform: rotate(-2deg);
  z-index: 3;
}

.mission-title {
  position: relative;
  z-index: 2;
  margin: 4px 0 10px;
  text-align: center;
}

.mission-title h1 {
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.7);
}

.wheel-zone.is-celebrating .mission-title h1 {
  animation: title-bounce 760ms ease-out;
}

.note-pin {
  position: absolute;
  left: 14px;
  top: 16px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: inset 0 -2px rgba(111, 54, 38, 0.18);
}

.wheel-frame {
  position: relative;
  width: min(70svh, 640px, 82vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fffbe9 0 58%, #f3d68e 59% 68%, #b36c2b 69% 74%, #f6d894 75% 100%);
  box-shadow:
    inset 0 0 0 12px rgba(255, 250, 224, 0.9),
    0 30px 65px rgba(104, 62, 26, 0.24);
}

.wheel-frame::before,
.wheel-frame::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.wheel-frame::before {
  background: conic-gradient(
    from 0deg,
    transparent,
    rgba(255, 255, 255, 0.72),
    transparent 22%,
    transparent 100%
  );
  mix-blend-mode: screen;
}

.wheel-frame::after {
  border: 8px solid rgba(255, 201, 61, 0.44);
  box-shadow:
    0 0 0 10px rgba(126, 195, 72, 0.1),
    0 0 32px rgba(255, 201, 61, 0.44);
}

#wheelCanvas {
  width: 86%;
  height: 86%;
  display: block;
  border-radius: 50%;
  transition: filter 220ms ease;
}

.wheel-frame.is-spinning #wheelCanvas {
  filter: saturate(1.08);
}

.wheel-frame.is-spinning::before {
  opacity: 0.8;
  animation: wheel-glimmer 900ms linear infinite;
}

.wheel-frame.is-spinning::after {
  opacity: 1;
  animation: wheel-halo 900ms ease-in-out infinite alternate;
}

.wheel-frame.is-celebrating::after {
  opacity: 1;
  animation: prize-ring 850ms ease-out forwards;
}

.pointer {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 56px;
  height: 82px;
  transform: translateX(-50%);
  z-index: 5;
  filter: drop-shadow(0 8px 8px rgba(94, 55, 20, 0.22));
}

.pointer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffcf49 0%, #f08d35 100%);
  clip-path: polygon(50% 100%, 4% 18%, 50% 0%, 96% 18%);
}

.wheel-frame.is-spinning .pointer {
  animation: pointer-wiggle 140ms ease-in-out infinite alternate;
}

.wheel-center {
  position: absolute;
  width: 118px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 8px solid #fff8d8;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.86), transparent 24%),
    linear-gradient(160deg, #7ac348, #348b34);
  color: #fff;
  box-shadow: 0 10px 24px rgba(45, 102, 39, 0.28);
  pointer-events: none;
}

.wheel-center span {
  font-size: 1.35rem;
  font-weight: 1000;
  letter-spacing: 0;
}

.wheel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 24px;
}

.spin-button {
  min-width: 230px;
  min-height: 66px;
  padding: 0 34px;
  background: linear-gradient(180deg, #82cf4c 0%, #409637 100%);
  color: #fff;
  box-shadow: inset 0 -9px rgba(27, 86, 28, 0.34), 0 14px 24px rgba(47, 122, 53, 0.25);
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
  font-weight: 1000;
  overflow: hidden;
  position: relative;
}

.spin-button::after {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -55%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
  transform: rotate(18deg);
}

.spin-button:not(:disabled)::after {
  animation: button-shine 2.8s ease-in-out infinite;
}

.spin-button:disabled,
.soft-button:disabled {
  cursor: not-allowed;
  opacity: 0.74;
  filter: saturate(0.88);
}

.soft-button {
  min-width: 132px;
  padding: 0 24px;
  background: #fff0bf;
  color: #81531f;
  font-weight: 900;
  box-shadow: inset 0 -4px rgba(181, 121, 28, 0.12);
}

.result-panel {
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 170px);
  padding: 24px;
  overflow: hidden;
}

.panel-section {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 249, 230, 0.72);
}

.today-pick {
  background:
    linear-gradient(180deg, rgba(255, 243, 190, 0.8), rgba(223, 245, 233, 0.82)),
    #fff8e3;
}

.today-pick.is-revealed {
  animation: result-pop 1100ms ease-out;
  border-color: rgba(255, 201, 61, 0.54);
}

.star-pill.is-bumped {
  animation: star-bump 520ms ease-out;
}

.today-pick h2 {
  margin: 0;
  color: var(--leaf-dark);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

.today-pick p:last-of-type {
  margin: 14px 0 0;
  color: #604b38;
  font-size: 1.06rem;
  line-height: 1.45;
}

.result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.result-meta span,
.section-heading span,
.mission-chip {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0;
}

.result-meta span {
  padding: 8px 12px;
  background: #fffdf2;
  color: #765125;
  font-size: 0.9rem;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.section-heading h3 {
  margin: 0;
  color: var(--leaf-dark);
  font-size: 1.22rem;
}

.section-heading span {
  flex: 0 0 auto;
  padding: 7px 10px;
  background: #e5f7ed;
  color: var(--leaf-dark);
  font-size: 0.78rem;
}

.result-panel .panel-section + .panel-section {
  min-height: 0;
  flex: 1;
  margin-top: 18px;
}

.mission-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: min(53svh, 520px);
  padding-right: 4px;
  overflow: auto;
  scrollbar-color: rgba(63, 150, 55, 0.42) rgba(255, 244, 203, 0.8);
}

.mission-chip {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(129, 83, 32, 0.12);
  background: rgba(255, 253, 244, 0.82);
  color: #4c473b;
  font-size: 0.82rem;
  line-height: 1.1;
}

.mission-chip.study {
  border-color: rgba(47, 122, 53, 0.22);
  background: #e8f8ee;
  color: var(--leaf-dark);
}

.mission-chip.is-active {
  border-color: rgba(239, 119, 91, 0.45);
  background: #fff0bf;
  color: #75461e;
  box-shadow: 0 8px 18px rgba(129, 83, 32, 0.14);
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(63, 150, 55, 0.45);
  outline-offset: 4px;
}

@media (max-width: 1240px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .cabin-tabs {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
  }

  .profile-pill {
    display: none;
  }

  .brand-title {
    font-size: clamp(1.55rem, 3.5vw, 2.4rem);
  }
}

@media (max-width: 1080px) {
  .cabin-window,
  .cabin-sign {
    display: none;
  }

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

  .wheel-zone,
  .result-panel {
    min-height: auto;
  }

  .floating-note {
    position: relative;
    top: auto;
    right: auto;
    justify-self: end;
    margin-bottom: 12px;
  }

  .result-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 18px;
  }

  .result-panel .panel-section + .panel-section {
    margin-top: 0;
  }

  .mission-list {
    max-height: 320px;
  }
}

@media (max-width: 760px) {
  .play-shell {
    width: min(100% - 20px, 620px);
    padding: 10px 0 22px;
  }

  .topbar {
    position: relative;
    grid-template-columns: 1fr;
    min-height: 78px;
    padding: 14px;
    border-radius: 22px;
    overflow: hidden;
  }

  .brand-title {
    min-height: 42px;
    max-width: calc(100% - 92px);
    font-size: clamp(1.35rem, 7vw, 2.1rem);
  }

  .top-actions {
    position: absolute;
    top: 14px;
    right: 14px;
  }

  .cabin-tabs {
    width: 100%;
    gap: 6px;
  }

  .cabin-tabs a,
  .cabin-tabs span {
    flex: 1;
    min-height: 38px;
    padding: 0 8px;
    font-size: 0.9rem;
  }

  .top-actions {
    gap: 0;
  }

  .star-pill {
    min-width: 84px;
    height: 46px;
  }

  .star-pill.is-bumped {
    animation: star-bump-small 520ms ease-out;
  }

  h1 {
    font-size: clamp(2.1rem, 12vw, 3.25rem);
  }

  .stage {
    gap: 16px;
    margin-top: 16px;
  }

  .wheel-zone,
  .result-panel {
    border-radius: 24px;
  }

  .wheel-zone {
    padding: 18px 12px 22px;
  }

  .floating-note {
    max-width: none;
    width: calc(100% - 18px);
    margin: 0 auto 12px;
    transform: none;
  }

  .wheel-frame {
    width: min(88vw, 470px);
  }

  .pointer {
    top: -8px;
    width: 42px;
    height: 64px;
  }

  .wheel-center {
    width: 86px;
    border-width: 6px;
  }

  .wheel-center span {
    font-size: 1rem;
  }

  .wheel-actions {
    width: 100%;
    gap: 10px;
  }

  .spin-button {
    flex: 1 1 100%;
    min-width: 0;
    min-height: 58px;
  }

  .soft-button {
    flex: 1;
    min-width: 0;
  }

  .result-panel {
    display: block;
    padding: 14px;
  }

  .result-panel .panel-section + .panel-section {
    margin-top: 14px;
  }

  .panel-section {
    border-radius: 20px;
    padding: 16px;
  }

  .mission-list {
    grid-template-columns: 1fr;
    max-height: 260px;
  }
}

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

@keyframes wheel-glimmer {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wheel-halo {
  from {
    transform: scale(0.985);
    filter: saturate(1);
  }

  to {
    transform: scale(1.018);
    filter: saturate(1.16);
  }
}

@keyframes prize-ring {
  0% {
    transform: scale(0.94);
    opacity: 0;
  }

  40% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

@keyframes pointer-wiggle {
  from {
    transform: translateX(-50%) rotate(-2deg);
  }

  to {
    transform: translateX(-50%) rotate(2deg);
  }
}

@keyframes button-shine {
  0%,
  42% {
    transform: translateX(0) rotate(18deg);
  }

  62%,
  100% {
    transform: translateX(410%) rotate(18deg);
  }
}

@keyframes result-pop {
  0% {
    transform: translateY(10px) scale(0.98);
    box-shadow: 0 0 0 rgba(255, 201, 61, 0);
  }

  38% {
    transform: translateY(-4px) scale(1.018);
    box-shadow: 0 16px 32px rgba(255, 201, 61, 0.24);
  }

  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 rgba(255, 201, 61, 0);
  }
}

@keyframes star-bump {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.12) rotate(-2deg);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes star-bump-small {
  0% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.035);
    filter: saturate(1.12);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes sparkle-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  }

  18% {
    opacity: 1;
  }

  56% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--dx)), calc(-50% + var(--dy)))
      scale(1)
      rotate(var(--spin));
  }
}

@keyframes title-bounce {
  0% {
    transform: translateY(0) scale(1);
  }

  34% {
    transform: translateY(-8px) scale(1.035);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}
