/* Saki product page — bright winter rainbow identity shared with the 2.0 icon. */

body.saki-landing {
  --saki-ink: #17142f;
  --saki-muted: #665f7f;
  --saki-pink: #f32391;
  --saki-rose: #ff5b88;
  --saki-orange: #ff9d24;
  --saki-yellow: #ffd52e;
  --saki-green: #55d88a;
  --saki-cyan: #1cc9e8;
  --saki-blue: #3175eb;
  --saki-purple: #7248e8;
  --saki-paper: #fffaff;
  --saki-line: rgba(37, 28, 69, 0.12);
  color: var(--saki-ink);
  overflow-x: clip;
  background: #fff9fd;
}

/* Width and height attributes reserve space before images load. Once CSS
   resizes an image, its height must follow the intrinsic ratio instead of the
   original pixel height from the markup. */
.saki-landing img {
  height: auto;
}

.saki-landing .eyebrow {
  color: var(--saki-pink);
}

.saki-sky {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--saki-ink);
  background:
    radial-gradient(circle at 76% 17%, rgba(255, 205, 71, 0.58), transparent 14rem),
    radial-gradient(circle at 87% 42%, rgba(239, 109, 206, 0.35), transparent 25rem),
    radial-gradient(circle at 55% 68%, rgba(65, 203, 244, 0.22), transparent 31rem),
    linear-gradient(145deg, #fff9fd 0%, #faefff 42%, #eaf8ff 100%);
}

.saki-sky::before,
.saki-sky::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.saki-sky::before {
  top: 110px;
  right: -7vw;
  width: min(46vw, 690px);
  height: min(46vw, 690px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(255, 255, 255, 0.18),
    0 0 0 108px rgba(255, 255, 255, 0.12);
}

.saki-sky::after {
  inset: 0;
  opacity: 0.32;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 2px, transparent 2.5px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent 28%, #000 74%, transparent);
}

.saki-topbar {
  color: var(--saki-ink);
  border-bottom-color: rgba(37, 28, 69, 0.1);
}

.saki-topbar .brand-text span,
.saki-topbar nav {
  color: rgba(23, 20, 47, 0.62);
}

.saki-topbar nav a:hover,
.saki-topbar nav a:focus-visible {
  color: var(--saki-pink);
}

.saki-topbar .nav-cta {
  color: var(--saki-ink);
  border-color: rgba(37, 28, 69, 0.14);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 8px 28px rgba(65, 42, 104, 0.08);
}

.saki-topbar .brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 9px 26px rgba(104, 55, 155, 0.22);
}

.saki-hero {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1240px, calc(100% - 48px));
  min-height: 740px;
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  margin: 0 auto;
  padding: 74px 0 110px;
}

.saki-hero-copy {
  position: relative;
  z-index: 3;
}

.saki-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  padding: 9px 14px;
  color: #782452;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(241, 54, 142, 0.16);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(100, 51, 118, 0.08);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.saki-pill span {
  width: 8px;
  height: 8px;
  background: var(--saki-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(85, 216, 138, 0.15);
}

.saki-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--saki-ink);
  font-size: clamp(4.15rem, 7.2vw, 7rem);
  font-weight: 820;
  letter-spacing: -0.078em;
  line-height: 0.87;
}

.saki-hero .lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--saki-muted);
  font-size: clamp(1.06rem, 1.6vw, 1.24rem);
  line-height: 1.7;
}

.saki-hero .hero-actions {
  margin-top: 34px;
}

.saki-hero .store-badge,
.saki-final .store-badge {
  color: #fff;
  background: var(--saki-ink);
  border-radius: 16px;
}

.store-glyph {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--saki-ink);
  background: #fff;
  border-radius: 9px;
  font-size: 0.9rem;
  font-weight: 900;
}

.saki-hero .secondary-action {
  color: var(--saki-ink);
  border-color: rgba(37, 28, 69, 0.14);
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(12px);
}

.saki-quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 22px;
  color: rgba(23, 20, 47, 0.52);
  font-size: 0.76rem;
  font-weight: 700;
}

.saki-quick-facts span {
  position: relative;
}

.saki-quick-facts span + span::before {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--saki-cyan);
  border-radius: 50%;
  transform: translateY(-50%);
}

.saki-icon-stage {
  position: relative;
  display: grid;
  min-height: 570px;
  place-items: center;
}

.saki-sun {
  position: absolute;
  width: 73%;
  aspect-ratio: 1;
  background: rgba(255, 224, 103, 0.62);
  border-radius: 50%;
  filter: blur(38px);
}

.saki-icon-frame {
  position: relative;
  z-index: 2;
  width: min(500px, 77%);
  margin: 0;
  overflow: hidden;
  background: #8b68ed;
  border: 8px solid rgba(255, 255, 255, 0.68);
  border-radius: 27%;
  box-shadow:
    0 50px 110px rgba(76, 38, 127, 0.28),
    0 12px 34px rgba(244, 79, 151, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  transform: rotate(3deg);
  animation: saki-float 7s ease-in-out infinite;
}

.saki-icon-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.saki-stage-note {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 180px;
  gap: 4px;
  padding: 14px 17px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 17px;
  box-shadow: 0 18px 46px rgba(65, 36, 104, 0.16);
  backdrop-filter: blur(18px);
}

.saki-stage-note strong {
  color: var(--saki-pink);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.saki-stage-note span {
  color: var(--saki-muted);
  font-size: 0.76rem;
  font-weight: 680;
}

.note-one {
  top: 12%;
  right: 0;
  transform: rotate(5deg);
}

.note-two {
  bottom: 8%;
  left: 0;
  transform: rotate(-5deg);
}

.saki-spark {
  position: absolute;
  z-index: 5;
  width: 12px;
  height: 12px;
  background: #fff8a7;
  border-radius: 50%;
  box-shadow: 0 0 12px 5px rgba(255, 211, 40, 0.7), 0 0 34px 13px rgba(255, 153, 66, 0.24);
  animation: saki-twinkle 2.8s ease-in-out infinite;
}

.saki-spark.s1 { top: 18%; left: 7%; }
.saki-spark.s2 { right: 5%; bottom: 25%; width: 8px; height: 8px; animation-delay: -1.1s; }
.saki-spark.s3 { top: 48%; left: 1%; width: 7px; height: 7px; animation-delay: -1.9s; }

.saki-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--saki-ink);
  background: #fff;
  border-block: 1px solid var(--saki-line);
}

.saki-proof > div {
  display: grid;
  min-height: 138px;
  grid-template-columns: auto 1fr;
  gap: 2px 15px;
  align-content: center;
  padding: 30px clamp(24px, 4vw, 58px);
  border-right: 1px solid var(--saki-line);
}

.saki-proof > div:last-child {
  border-right: 0;
}

.saki-proof b {
  grid-row: 1 / 3;
  color: var(--saki-pink);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

.saki-proof span {
  color: var(--saki-pink);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.saki-proof strong {
  font-size: clamp(0.98rem, 1.5vw, 1.16rem);
  line-height: 1.45;
}

.saki-story.section,
.saki-feature-lab.section,
.saki-gift.section {
  width: min(1220px, calc(100% - 48px));
}

.saki-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.64fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.saki-section-heading h2,
.saki-worlds-head h2,
.saki-privacy h2,
.saki-gift h2,
.saki-final h2 {
  margin: 0;
  color: var(--saki-ink);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 790;
  letter-spacing: -0.072em;
  line-height: 0.91;
}

.saki-heading-copy {
  display: grid;
  gap: 16px;
}

.saki-heading-copy p,
.saki-section-heading > p {
  margin: 0;
  color: var(--saki-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.saki-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.saki-step-card {
  position: relative;
  display: grid;
  min-height: 360px;
  align-content: space-between;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  box-shadow: 0 26px 70px rgba(69, 42, 105, 0.1);
}

.saki-step-card::before {
  position: absolute;
  top: -76px;
  right: -72px;
  width: 220px;
  height: 220px;
  content: "";
  border: 28px solid rgba(255, 255, 255, 0.5);
  border-radius: 48% 52% 50% 50%;
}

.step-record { background: linear-gradient(145deg, #ffc9e8, #fff2f9); }
.step-project { background: linear-gradient(145deg, #baf4ff, #edfaff); }
.step-play { background: linear-gradient(145deg, #ffe57a, #fff8d6); }

.saki-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 850;
}

.saki-step-card > div {
  position: relative;
  z-index: 1;
}

.saki-step-card p,
.feature-kicker {
  margin: 0 0 10px;
  color: rgba(23, 20, 47, 0.56);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.saki-step-card h3 {
  margin: 0 0 13px;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.saki-step-card > div > span {
  display: block;
  color: rgba(23, 20, 47, 0.66);
  font-size: 0.92rem;
  line-height: 1.65;
}

.saki-worlds {
  padding: clamp(78px, 9vw, 130px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(247, 59, 161, 0.17), transparent 26rem),
    radial-gradient(circle at 92% 76%, rgba(41, 199, 232, 0.16), transparent 30rem),
    #18152f;
}

.saki-worlds-head {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto 52px;
  text-align: center;
}

.saki-worlds-head h2 {
  color: #fffaff;
}

.saki-worlds-head > p:last-child {
  max-width: 650px;
  margin: 22px auto 0;
  color: rgba(255, 250, 255, 0.65);
  line-height: 1.7;
}

.saki-poster-rail {
  display: grid;
  width: min(1380px, calc(100% - 36px));
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 18px;
  align-items: start;
  margin: 0 auto;
}

.saki-poster {
  margin: 0;
  overflow: hidden;
  background: #272042;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
  transition: transform 220ms ease, border-color 220ms ease;
}

.saki-poster:nth-child(even) {
  margin-top: 42px;
}

.saki-poster:hover {
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-7px);
}

.saki-poster img {
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 1564;
  object-fit: cover;
}

.saki-poster figcaption {
  display: grid;
  gap: 7px;
  min-height: 128px;
  padding: 20px;
}

.saki-poster figcaption strong {
  color: #fff;
  font-size: 1.03rem;
}

.saki-poster figcaption span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.55;
}

.poster-pink figcaption { background: linear-gradient(135deg, #a92c78, #472052); }
.poster-blue figcaption { background: linear-gradient(135deg, #1f7ea5, #26365b); }
.poster-yellow figcaption { background: linear-gradient(135deg, #a67b12, #5d4932); }
.poster-coral figcaption { background: linear-gradient(135deg, #b94162, #4e295b); }
.poster-night figcaption { background: linear-gradient(135deg, #292765, #17152e); }

.saki-feature-lab {
  padding-block: clamp(90px, 11vw, 150px);
}

.saki-section-heading.compact {
  grid-template-columns: 1fr minmax(300px, 0.56fr);
}

.saki-feature-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 18px;
}

.saki-feature-card {
  position: relative;
  display: grid;
  min-height: 390px;
  align-content: end;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--saki-line);
  border-radius: 32px;
}

.saki-feature-card > div:last-child {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.saki-feature-card h3 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.saki-feature-card > div:last-child > span {
  display: block;
  color: var(--saki-muted);
  line-height: 1.68;
}

.perfect-card {
  min-height: 520px;
  color: #fff;
  background: linear-gradient(155deg, #f829a0 0%, #773de7 47%, #243cbb 100%);
  border: 0;
}

.perfect-card .feature-kicker,
.perfect-card > div:last-child > span {
  color: rgba(255, 255, 255, 0.72);
}

.rainbow-track {
  position: absolute;
  top: -18%;
  right: -5%;
  display: flex;
  width: 79%;
  height: 91%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border: 4px solid rgba(255, 255, 255, 0.52);
  border-radius: 48% 52% 42% 58%;
  box-shadow: 0 18px 52px rgba(31, 17, 97, 0.32);
  transform: rotate(26deg);
}

.rainbow-track i { flex: 1; }
.rainbow-track i:nth-child(1) { background: #f32b9a; }
.rainbow-track i:nth-child(2) { background: #ff5c6f; }
.rainbow-track i:nth-child(3) { background: #ffd226; }
.rainbow-track i:nth-child(4) { background: #58dc87; }
.rainbow-track i:nth-child(5) { background: #29caec; }

.terrain-card {
  background: linear-gradient(145deg, #e9fbff, #cff2ff);
}

.terrain-steps {
  position: absolute;
  top: 28px;
  right: 30px;
  display: flex;
  width: 70%;
  height: 170px;
  align-items: end;
  gap: 8px;
  transform: rotate(-4deg);
}

.terrain-steps i {
  flex: 1;
  background: linear-gradient(180deg, #48dfba, #22aaca);
  border: 3px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px 14px 5px 5px;
  box-shadow: 0 16px 28px rgba(43, 152, 176, 0.16);
}

.terrain-steps i:nth-child(1) { height: 42%; }
.terrain-steps i:nth-child(2) { height: 60%; }
.terrain-steps i:nth-child(3) { height: 79%; }
.terrain-steps i:nth-child(4) { height: 100%; }

.return-card {
  background: linear-gradient(145deg, #fff4b5, #ffe082);
}

.return-symbol {
  position: absolute;
  top: 20px;
  right: 30px;
  color: rgba(255, 96, 81, 0.36);
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
}

.capture-card {
  color: #fff;
  background: linear-gradient(145deg, #1a1736, #393167);
  border: 0;
}

.capture-card .feature-kicker,
.capture-card > div:last-child > span {
  color: rgba(255, 255, 255, 0.68);
}

.capture-symbols {
  position: absolute;
  top: 36px;
  right: 34px;
  display: flex;
  gap: 13px;
}

.capture-symbols span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-size: 1.35rem;
  backdrop-filter: blur(14px);
}

.capture-symbols span:first-child {
  color: #ff5a76;
}

.saki-privacy {
  color: #fff;
  background:
    radial-gradient(circle at 18% 84%, rgba(41, 201, 232, 0.22), transparent 30rem),
    radial-gradient(circle at 84% 18%, rgba(243, 35, 145, 0.18), transparent 26rem),
    #15132c;
}

.saki-privacy-inner {
  display: grid;
  width: min(1220px, calc(100% - 48px));
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(48px, 9vw, 120px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(90px, 11vw, 150px) 0;
}

.saki-privacy h2 {
  color: #fff;
}

.saki-privacy-copy > p:nth-of-type(2) {
  max-width: 590px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.76;
}

.saki-privacy-copy > a {
  display: inline-flex;
  gap: 12px;
  margin-top: 28px;
  color: #7befff;
  font-size: 0.9rem;
  font-weight: 780;
}

.saki-trust-cards {
  display: grid;
  gap: 12px;
}

.saki-trust-cards article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  backdrop-filter: blur(12px);
}

.saki-trust-cards article > span {
  color: #72eafa;
  font-size: 0.7rem;
  font-weight: 850;
}

.saki-trust-cards strong {
  display: block;
  margin-bottom: 7px;
}

.saki-trust-cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.63;
}

.saki-gift {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.12fr);
  gap: clamp(48px, 9vw, 120px);
  align-items: center;
}

.saki-gift-art {
  position: relative;
}

.saki-gift-art::before {
  position: absolute;
  inset: 12%;
  content: "";
  background: rgba(248, 77, 161, 0.26);
  border-radius: 50%;
  filter: blur(38px);
}

.saki-gift-art img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 27%;
  box-shadow: 0 34px 90px rgba(83, 44, 127, 0.21);
  transform: rotate(-3deg);
}

.saki-gift-copy > p:nth-of-type(2) {
  max-width: 670px;
  margin: 24px 0 0;
  color: var(--saki-muted);
  line-height: 1.78;
}

.saki-gift blockquote {
  margin: 30px 0 0;
  padding: 22px 24px;
  color: #852c5d;
  background: #fff1f8;
  border-left: 5px solid var(--saki-pink);
  border-radius: 0 18px 18px 0;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.24rem);
  font-weight: 700;
  line-height: 1.6;
}

.saki-final {
  padding: 24px;
  background: linear-gradient(135deg, #f22d9c, #8051e8 46%, #2ec9e3);
}

.saki-final-inner {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: auto 1fr auto;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px);
  color: #fff;
  background: rgba(25, 20, 54, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow: 0 30px 78px rgba(52, 19, 92, 0.25);
  backdrop-filter: blur(20px);
}

.saki-final-inner > img {
  width: clamp(82px, 10vw, 122px);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 25%;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
}

.saki-final h2 {
  color: #fff;
  font-size: clamp(2.5rem, 4.6vw, 4.7rem);
}

.saki-final p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.65;
}

.saki-final .store-badge {
  color: var(--saki-ink);
  background: #fff;
}

.saki-final .store-glyph {
  color: #fff;
  background: var(--saki-ink);
}

.saki-footer {
  color: var(--saki-ink);
  background: #fff9fd;
  border-top-color: var(--saki-line);
}

.saki-footer .footer-brand img {
  border-radius: 10px;
}

@keyframes saki-float {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(-13px) rotate(1.7deg); }
}

@keyframes saki-twinkle {
  0%, 100% { opacity: 0.58; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.18); }
}

@media (max-width: 1080px) {
  .saki-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  }

  .saki-poster-rail {
    grid-template-columns: repeat(5, minmax(250px, 1fr));
    justify-content: start;
    overflow-x: auto;
    padding: 0 18px 28px;
    scroll-snap-type: x mandatory;
  }

  .saki-poster {
    scroll-snap-align: center;
  }
}

@media (max-width: 900px) {
  .saki-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 68px;
  }

  .saki-hero-copy {
    text-align: center;
  }

  .saki-hero h1,
  .saki-hero .lead {
    margin-inline: auto;
  }

  .saki-hero .hero-actions,
  .saki-quick-facts {
    justify-content: center;
  }

  .saki-icon-stage {
    min-height: 560px;
  }

  .saki-section-heading,
  .saki-section-heading.compact,
  .saki-privacy-inner,
  .saki-gift {
    grid-template-columns: 1fr;
  }

  .saki-step-grid {
    grid-template-columns: 1fr;
  }

  .saki-step-card {
    min-height: 280px;
  }

  .saki-feature-grid {
    grid-template-columns: 1fr;
  }

  .saki-gift-art {
    width: min(520px, 82vw);
    margin: 0 auto;
  }

  .saki-final-inner {
    grid-template-columns: auto 1fr;
  }

  .saki-final .store-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .saki-sky::before {
    top: 320px;
    right: -50%;
    width: 120vw;
    height: 120vw;
  }

  .saki-hero,
  .saki-story.section,
  .saki-feature-lab.section,
  .saki-gift.section,
  .saki-privacy-inner {
    width: min(100% - 32px, 1220px);
  }

  .saki-hero {
    padding: 54px 0 70px;
  }

  .saki-hero h1 {
    font-size: clamp(3.75rem, 18vw, 5.3rem);
  }

  .saki-icon-stage {
    min-height: 440px;
  }

  .saki-icon-frame {
    width: min(350px, 76vw);
    border-width: 5px;
  }

  .saki-stage-note {
    min-width: 150px;
    padding: 11px 13px;
  }

  .note-one { top: 5%; right: -2%; }
  .note-two { bottom: 2%; left: -1%; }

  .saki-proof {
    grid-template-columns: 1fr;
  }

  .saki-proof > div {
    min-height: 0;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--saki-line);
  }

  .saki-proof > div:last-child {
    border-bottom: 0;
  }

  .saki-section-heading h2,
  .saki-worlds-head h2,
  .saki-privacy h2,
  .saki-gift h2 {
    font-size: clamp(2.8rem, 14vw, 4.5rem);
  }

  .saki-poster-rail {
    width: 100%;
    grid-template-columns: repeat(5, minmax(270px, 78vw));
  }

  .saki-poster:nth-child(even) {
    margin-top: 0;
  }

  .saki-feature-card {
    min-height: 360px;
    padding: 27px;
  }

  .perfect-card {
    min-height: 460px;
  }

  .rainbow-track {
    width: 93%;
    height: 76%;
  }

  .saki-final {
    padding: 14px;
  }

  .saki-final-inner {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .saki-final-inner > img {
    width: 88px;
  }

  .saki-final .store-badge {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .saki-icon-frame,
  .saki-spark {
    animation: none;
  }
}
