@font-face {
  font-family: "HimeMinchoShirayuki";
  src: url("./assets/fonts/HimeMinchoShirayuki.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "HimeMinchoShirayukiRibon";
  src: url("./assets/fonts/HimeMinchoShirayukiRibon.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "STYKMellowMelody";
  src: url("./assets/fonts/STYKMellowMelody.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "RyasuAkomaru";
  src: url("./assets/fonts/RyasuAkomaru.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg: #eef4fb;
  --bg-deep: #dfe8f4;
  --text: #19263d;
  --muted: rgba(25, 38, 61, 0.74);
  --line: rgba(63, 95, 141, 0.16);
  --line-soft: rgba(81, 109, 148, 0.1);
  --blue: #8fc4ff;
  --blue-deep: #5b8fd5;
  --gold: #f0d38f;
  --gold-deep: #d5ab58;
  --pink: #f4b8ce;
  --pink-note-bg: rgba(255, 222, 237, 0.82);
  --pink-note-line: rgba(221, 102, 154, 0.28);
  --pink-note-text: #b14b78;
  --lavender: #c7c5f9;
  --white: rgba(255, 255, 255, 0.86);
  --glass-line: rgba(255, 255, 255, 0.42);
  --glass-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(239, 246, 251, 0.58));
  --panel-shadow: 0 26px 64px rgba(84, 106, 140, 0.12);
  --shadow: 0 28px 90px rgba(78, 104, 143, 0.16);
  --font-display: "HimeMinchoShirayuki", "Hiragino Mincho ProN", serif;
  --font-display-ribbon: "HimeMinchoShirayukiRibon", "Hiragino Mincho ProN", serif;
  --font-accent: "STYKMellowMelody", "Times New Roman", serif;
  --font-script: "RyasuAkomaru", "Hiragino Sans", sans-serif;
  --font-body: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 9%, rgba(255, 255, 255, 0.98), transparent 16%),
    radial-gradient(circle at 84% 10%, rgba(244, 221, 173, 0.4), transparent 17%),
    radial-gradient(circle at 82% 24%, rgba(196, 239, 228, 0.36), transparent 20%),
    radial-gradient(circle at 14% 62%, rgba(255, 221, 237, 0.36), transparent 26%),
    radial-gradient(circle at 72% 72%, rgba(205, 211, 246, 0.34), transparent 24%),
    radial-gradient(circle at 50% 18%, rgba(204, 225, 247, 0.24), transparent 24%),
    linear-gradient(136deg, rgba(255, 241, 247, 0.64), transparent 38%),
    linear-gradient(32deg, rgba(227, 243, 252, 0.68), transparent 40%),
    linear-gradient(135deg, rgba(206, 223, 246, 0.48) 0 13%, rgba(247, 229, 240, 0.42) 13% 27%, rgba(245, 232, 194, 0.34) 27% 41%, rgba(220, 244, 234, 0.4) 41% 56%, rgba(218, 228, 247, 0.42) 56% 71%, rgba(246, 228, 242, 0.34) 71% 85%, rgba(210, 224, 243, 0.34) 85% 100%),
    linear-gradient(180deg, #f1f5fb 0%, #dde7f2 52%, #f7f9fc 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  background-image:
    linear-gradient(rgba(113, 135, 171, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 135, 171, 0.09) 1px, transparent 1px),
    linear-gradient(34deg, transparent 0 48%, rgba(214, 181, 112, 0.12) 48% 49%, transparent 49% 100%),
    linear-gradient(146deg, transparent 0 52%, rgba(181, 224, 212, 0.12) 52% 53%, transparent 53% 100%),
    linear-gradient(124deg, transparent 0 46%, rgba(181, 170, 214, 0.1) 46% 47%, transparent 47% 100%);
  background-size: 76px 76px, 76px 76px, 340px 340px, 320px 320px, 400px 400px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95) 34%, rgba(0, 0, 0, 0.82) 66%, transparent 98%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 26%, rgba(255, 212, 231, 0.42), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(242, 217, 164, 0.34), transparent 18%),
    radial-gradient(circle at 84% 34%, rgba(189, 234, 221, 0.3), transparent 20%),
    radial-gradient(circle at 50% 80%, rgba(180, 202, 241, 0.24), transparent 26%);
  filter: blur(28px);
}

a {
  color: inherit;
  text-decoration: none;
}

.sparkle-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.sparkle {
  position: absolute;
  width: 12px;
  height: 12px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 1) 0 22%, transparent 24% 100%),
    linear-gradient(180deg, transparent 0 42%, rgba(240, 211, 143, 0.95) 42% 58%, transparent 58% 100%),
    linear-gradient(90deg, transparent 0 42%, rgba(240, 211, 143, 0.95) 42% 58%, transparent 58% 100%);
  opacity: 0.56;
  filter: drop-shadow(0 0 14px rgba(240, 211, 143, 0.45));
  animation: twinkle 4.8s ease-in-out infinite;
}

.sparkle--a { top: 12%; left: 14%; animation-delay: -1s; }
.sparkle--b { top: 24%; left: 72%; animation-delay: -2.4s; }
.sparkle--c { top: 42%; left: 84%; animation-delay: -0.4s; }
.sparkle--d { top: 58%; left: 8%; animation-delay: -3.1s; }
.sparkle--e { top: 74%; left: 64%; animation-delay: -1.8s; }
.sparkle--f { top: 84%; left: 28%; animation-delay: -2.9s; }

main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

main::before,
main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

main::before {
  background:
    linear-gradient(135deg,
      rgba(207, 223, 244, 0.28) 0 10%,
      rgba(222, 234, 247, 0.56) 10% 22%,
      rgba(252, 236, 243, 0.46) 22% 34%,
      rgba(243, 232, 205, 0.38) 34% 46%,
      rgba(228, 242, 237, 0.5) 46% 60%,
      rgba(228, 235, 247, 0.46) 60% 74%,
      rgba(249, 236, 242, 0.4) 74% 86%,
      rgba(220, 233, 247, 0.3) 86% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 12%, transparent 84%, rgba(255, 255, 255, 0.12));
  opacity: 1;
}

main::after {
  inset: 6rem 0 auto;
  height: 42rem;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.5), transparent 22%),
    radial-gradient(circle at 80% 16%, rgba(244, 222, 171, 0.24), transparent 18%),
    radial-gradient(circle at 72% 34%, rgba(193, 237, 225, 0.22), transparent 20%),
    linear-gradient(126deg, transparent 0 42%, rgba(196, 214, 242, 0.14) 42% 43%, transparent 43% 100%);
  filter: blur(12px);
}

.hero,
.story,
.next,
.milestones,
.gallery,
.archive,
.links {
  padding: 4.8rem 4vw;
}

.hero {
  min-height: 92svh;
  display: grid;
  grid-template-areas:
    "ribbon ribbon"
    "copy visual";
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  column-gap: 2.2rem;
  row-gap: 1rem;
  align-items: center;
  position: relative;
  overflow: clip;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 1.3rem 1% 3%;
  border: 1px solid rgba(213, 176, 110, 0.28);
  border-radius: 2.4rem;
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.12) 26%, rgba(238, 245, 250, 0.2) 58%, rgba(253, 245, 249, 0.24) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42) 0 16%, rgba(234, 243, 248, 0.22) 16% 34%, rgba(251, 242, 247, 0.18) 34% 52%, rgba(240, 236, 206, 0.16) 52% 68%, rgba(233, 244, 239, 0.2) 68% 84%, rgba(255, 255, 255, 0.3) 84% 100%),
    repeating-linear-gradient(135deg, rgba(112, 136, 181, 0.05) 0 1px, transparent 1px 160px),
    repeating-linear-gradient(0deg, rgba(112, 136, 181, 0.045) 0 1px, transparent 1px 152px),
    linear-gradient(34deg, transparent 0 48%, rgba(215, 180, 104, 0.08) 48% 49%, transparent 49% 100%),
    linear-gradient(146deg, transparent 0 52%, rgba(183, 226, 214, 0.06) 52% 53%, transparent 53% 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 28px 80px rgba(107, 127, 158, 0.08);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 14% 3.5% 7% 36%;
  pointer-events: none;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02) 36%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 22%, transparent 22% 72%, rgba(255, 255, 255, 0.08) 72% 100%),
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.42), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(255, 218, 235, 0.22), transparent 22%),
    radial-gradient(circle at 34% 80%, rgba(203, 244, 230, 0.18), transparent 18%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.78;
}

.hero__copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
  padding-top: 0.4rem;
}

.hero__title-ribbon {
  grid-area: ribbon;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  padding: 0.9rem 2rem 1rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(165, 205, 255, 0.4) 0 14.285%, rgba(205, 218, 255, 0.36) 14.285% 28.57%, rgba(255, 221, 238, 0.38) 28.57% 42.855%, rgba(255, 236, 194, 0.36) 42.855% 57.14%, rgba(212, 245, 231, 0.38) 57.14% 71.425%, rgba(206, 224, 255, 0.36) 71.425% 85.71%, rgba(241, 216, 255, 0.4) 85.71% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  box-shadow:
    0 22px 48px rgba(174, 191, 221, 0.14),
    0 0 26px rgba(191, 219, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  isolation: isolate;
}

.hero__title-ribbon::before,
.hero__title-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__title-ribbon::before {
  background:
    linear-gradient(102deg, transparent 0 18%, rgba(255, 255, 255, 0.16) 18% 22%, transparent 22% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 14.285%, rgba(255, 255, 255, 0.015) 14.285% 28.57%, rgba(255, 255, 255, 0.05) 28.57% 42.855%, rgba(255, 255, 255, 0.018) 42.855% 57.14%, rgba(255, 255, 255, 0.05) 57.14% 71.425%, rgba(255, 255, 255, 0.018) 71.425% 85.71%, rgba(255, 255, 255, 0.05) 85.71% 100%);
  opacity: 0.68;
}

.hero__title-ribbon::after {
  inset: 0.32rem;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.hero__title-ribbon-main,
.hero__title-ribbon-accent {
  position: relative;
  z-index: 1;
}

.hero__title-ribbon-main {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.1vw, 3.45rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.98);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5),
    0 10px 22px rgba(160, 182, 218, 0.12);
}

.hero__title-ribbon-accent {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-44%);
  font-family: var(--font-accent);
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 6px 18px rgba(160, 182, 218, 0.1);
}

.eyebrow {
  margin: 0 0 1rem;
  color: rgba(89, 128, 189, 0.94);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hero h1 {
  font-size: clamp(4.5rem, 10vw, 8.3rem);
  color: rgba(72, 69, 100, 0.96);
  text-shadow: 0 10px 24px rgba(171, 175, 213, 0.14);
}

.hero__sub {
  margin: 1.2rem 0 0;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  color: rgba(89, 96, 132, 0.82);
}

.hero__lead {
  max-width: 31rem;
  margin: 1.8rem 0 0;
  font-size: 1.12rem;
  color: var(--text);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button,
.link-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.88rem 1.35rem;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.link-pill:hover {
  transform: translateY(-2px);
}

.button--solid,
.link-pill {
  color: #fff;
  background: linear-gradient(135deg, #7eb7fb 0%, #5b8fd5 55%, #7b87ee 100%);
  box-shadow: 0 24px 50px rgba(91, 143, 213, 0.28);
}

.button--ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.hero__note {
  max-width: 32rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero__visual {
  grid-area: visual;
  position: relative;
  min-height: 48rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 2.35rem;
  background:
    radial-gradient(circle at 84% 12%, rgba(239, 216, 162, 0.42), transparent 22%),
    radial-gradient(circle at 18% 18%, rgba(214, 208, 245, 0.36), transparent 20%),
    radial-gradient(circle at 18% 78%, rgba(255, 220, 234, 0.3), transparent 24%),
    radial-gradient(circle at 72% 26%, rgba(201, 244, 231, 0.24), transparent 18%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0 12%, rgba(220, 235, 251, 0.5) 12% 24%, rgba(244, 226, 239, 0.38) 24% 38%, rgba(245, 232, 203, 0.3) 38% 50%, rgba(225, 243, 236, 0.46) 50% 64%, rgba(223, 232, 248, 0.38) 64% 78%, rgba(249, 230, 240, 0.3) 78% 90%, rgba(255, 255, 255, 0.82) 90% 100%),
    linear-gradient(160deg, rgba(248, 247, 251, 0.98), rgba(234, 244, 241, 0.9) 48%, rgba(226, 235, 246, 0.98));
  border: 1px solid rgba(109, 137, 177, 0.14);
  box-shadow:
    0 34px 88px rgba(78, 104, 143, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  isolation: isolate;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 0;
  border-radius: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 44%),
    repeating-linear-gradient(135deg, rgba(98, 120, 157, 0.08) 0 1px, transparent 1px 132px),
    repeating-linear-gradient(0deg, rgba(98, 120, 157, 0.075) 0 1px, transparent 1px 140px),
    linear-gradient(34deg, transparent 0 48%, rgba(214, 177, 99, 0.08) 48% 49%, transparent 49% 100%),
    linear-gradient(146deg, transparent 0 52%, rgba(172, 214, 202, 0.07) 52% 53%, transparent 53% 100%),
    radial-gradient(circle at 10% 14%, rgba(248, 251, 255, 0.22), transparent 16%),
    radial-gradient(circle at 90% 18%, rgba(255, 230, 238, 0.16), transparent 16%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
  opacity: 1;
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 1.9rem 2rem 2.1rem 43%;
  z-index: 0;
  border-radius: 1.7rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03) 34%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 20%, transparent 20% 66%, rgba(255, 255, 255, 0.08) 66% 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.22), transparent 54%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  opacity: 0.64;
}

.hero__glow {
  position: absolute;
  inset: auto -8% -10% 36%;
  height: 58%;
  background: radial-gradient(circle, rgba(245, 225, 176, 0.42) 0, rgba(203, 233, 227, 0.24) 42%, transparent 72%);
  filter: blur(30px);
}

.hero__backdrop-word {
  position: absolute;
  top: 1rem;
  left: 1.4rem;
  margin: 0;
  font-family: var(--font-accent);
  font-size: clamp(4.4rem, 9vw, 7.8rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  color: rgba(152, 124, 164, 0.16);
  transform: rotate(-4deg);
  z-index: 0;
}

.hero__veil,
.hero__glass {
  position: absolute;
  pointer-events: none;
}

.hero__veil {
  z-index: 0;
  filter: blur(22px);
  opacity: 0.76;
}

.hero__veil--mint {
  inset: 2rem auto auto -2rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(194, 247, 229, 0.72), transparent 66%);
  animation: drift 16s ease-in-out infinite;
}

.hero__veil--pink {
  inset: auto -2rem 22% auto;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(255, 202, 229, 0.72), transparent 64%);
  animation: drift 14s ease-in-out infinite reverse;
}

.hero__veil--gold {
  inset: auto auto 4% 14%;
  width: 20rem;
  height: 12rem;
  background: radial-gradient(circle, rgba(245, 224, 170, 0.54), transparent 70%);
  animation: drift 18s ease-in-out infinite;
}

.hero__glass {
  z-index: 0;
  border-radius: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(90deg, rgba(166, 187, 224, 0.14) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(135deg, rgba(210, 176, 108, 0.09) 0 1px, transparent 1px 34px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 38px rgba(109, 127, 157, 0.08);
  opacity: 0.6;
}

.hero__glass--one {
  top: 7%;
  right: 6%;
  width: 11rem;
  height: 15rem;
  transform: rotate(12deg);
}

.hero__glass--two {
  bottom: 6%;
  left: 5%;
  width: 8rem;
  height: 12rem;
  transform: rotate(-14deg);
}

.hero__script {
  position: absolute;
  left: 49%;
  bottom: 1.5rem;
  z-index: 2;
  margin: 0;
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 2.8vw, 2.9rem);
  line-height: 1;
  color: rgba(22, 22, 22, 0.52);
  text-shadow: none;
  transform: rotate(-12deg);
  pointer-events: none;
}

.hero-poster {
  position: relative;
  z-index: 1;
  margin: 0;
  height: 100%;
  width: min(34rem, 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.15rem 1.15rem 0;
  border-radius: 2rem 2rem 1.15rem 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 18%, transparent 18% 70%, rgba(255, 255, 255, 0.08) 70% 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 22px 54px rgba(82, 101, 137, 0.14);
}

.hero-poster img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.45rem 1.45rem 0.8rem 0.8rem;
  object-fit: cover;
  object-position: center 18%;
  mix-blend-mode: normal;
  filter: saturate(1.02) contrast(1.02);
  transform: translateY(0.9rem);
}

.hero-poster figcaption {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__float {
  position: absolute;
  z-index: 2;
  margin: 0;
  width: 12.2rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow:
    0 24px 40px rgba(86, 103, 136, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 249, 255, 0.72)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 18%, transparent 18% 100%);
  backdrop-filter: blur(10px);
}
.hero__float img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11.5rem;
  object-fit: cover;
}

.hero__float--duo {
  left: 1.25rem;
  bottom: 1.2rem;
  transform: rotate(-8deg);
}

.hero__float--tower {
  right: -2.6rem;
  top: -1rem;
  width: 14rem;
  transform: rotate(17deg);
}

.hero__stamp {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(213, 171, 88, 0.34);
  background: rgba(255, 250, 241, 0.76);
  color: #b6864b;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  color: rgba(76, 76, 102, 0.94);
}

.section-heading--light .eyebrow,
.section-heading--light h2 {
  color: #f9fbff;
}

.memory-belt,
.story,
.gallery,
.archive {
  position: relative;
}

.memory-belt {
  padding: 0.35rem 0 2.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(226, 236, 247, 0.28) 0 14%, rgba(250, 238, 244, 0.2) 14% 28%, rgba(242, 235, 202, 0.18) 28% 42%, rgba(235, 244, 240, 0.24) 42% 58%, rgba(228, 235, 247, 0.22) 58% 74%, rgba(252, 238, 245, 0.18) 74% 88%, rgba(229, 240, 246, 0.18) 88% 100%),
    radial-gradient(circle at 12% 50%, rgba(255, 204, 228, 0.16), transparent 18%),
    radial-gradient(circle at 88% 50%, rgba(196, 246, 229, 0.18), transparent 18%);
}

.memory-belt::before {
  content: "";
  position: absolute;
  inset: 0 4vw 1rem;
  border-top: 1px solid rgba(213, 171, 88, 0.16);
  border-bottom: 1px solid rgba(111, 136, 181, 0.12);
  background:
    repeating-linear-gradient(135deg, rgba(112, 136, 181, 0.04) 0 1px, transparent 1px 154px),
    linear-gradient(34deg, transparent 0 48%, rgba(215, 180, 104, 0.04) 48% 49%, transparent 49% 100%);
  pointer-events: none;
}

.memory-belt__intro {
  padding: 0 4vw 0.9rem;
}

.memory-belt__intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.04;
  max-width: 12ch;
  color: rgba(34, 49, 78, 0.9);
}

.memory-belt__viewport {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.memory-belt__viewport::before,
.memory-belt__viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.memory-belt__viewport::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.6));
}

.memory-belt__track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: memory-scroll 24s linear infinite;
}

.memory-belt__group {
  display: flex;
  gap: 1rem;
  padding-right: 1rem;
}

.memory-belt__card {
  width: 15rem;
  height: 11rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: var(--glass-surface);
  box-shadow:
    0 20px 40px rgba(92, 112, 150, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.memory-belt__card--tall {
  width: 10rem;
  height: 13.5rem;
}

.memory-belt__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story::before,
.gallery::before,
.archive::before {
  content: "";
  position: absolute;
  inset: 2rem 4vw;
  z-index: -1;
  border-radius: 2.2rem;
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.24) 28%, rgba(243, 248, 251, 0.44) 56%, rgba(251, 245, 249, 0.38) 100%),
    linear-gradient(135deg, rgba(233, 242, 248, 0.24) 0 16%, rgba(245, 235, 242, 0.2) 16% 32%, rgba(240, 234, 210, 0.16) 32% 46%, rgba(233, 244, 239, 0.2) 46% 64%, rgba(228, 235, 247, 0.2) 64% 82%, rgba(255, 255, 255, 0.26) 82% 100%),
    repeating-linear-gradient(135deg, rgba(111, 138, 184, 0.05) 0 1px, transparent 1px 148px),
    repeating-linear-gradient(0deg, rgba(111, 138, 184, 0.045) 0 1px, transparent 1px 146px),
    linear-gradient(34deg, transparent 0 48%, rgba(215, 178, 104, 0.08) 48% 49%, transparent 49% 100%),
    radial-gradient(circle at 86% 12%, rgba(255, 212, 233, 0.18), transparent 18%),
    radial-gradient(circle at 16% 18%, rgba(190, 241, 228, 0.2), transparent 20%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow:
    0 24px 56px rgba(87, 109, 145, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.story::after,
.gallery::after,
.archive::after {
  content: "";
  position: absolute;
  top: 3.2rem;
  right: 6.5vw;
  width: 18rem;
  height: 15rem;
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(226, 236, 247, 0.18) 0 26%, rgba(248, 236, 244, 0.14) 26% 50%, rgba(238, 233, 209, 0.1) 50% 66%, rgba(230, 243, 238, 0.16) 66% 100%),
    linear-gradient(34deg, transparent 0 48%, rgba(215, 178, 104, 0.08) 48% 49%, transparent 49% 100%),
    repeating-linear-gradient(135deg, rgba(109, 131, 168, 0.05) 0 1px, transparent 1px 86px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  opacity: 0.9;
  filter: blur(0.2px);
  pointer-events: none;
}

.story__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2.4rem;
  align-items: start;
}

.story__body p,
.gallery__lead p {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.story__body p + p {
  margin-top: 1rem;
}

.story__quote {
  margin-top: 1.4rem;
  padding: 1.2rem 1.35rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(135deg, rgba(255, 250, 252, 0.94), rgba(241, 251, 248, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 20%, transparent 20% 100%);
  border: 1px solid rgba(213, 171, 88, 0.18);
  box-shadow: 0 16px 28px rgba(92, 112, 150, 0.08);
  backdrop-filter: blur(12px);
}

.story__quote p:last-child {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.2;
  color: var(--text);
}

.story__mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.story__mini-gallery figure {
  margin: 0;
  min-height: 10rem;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 30px rgba(92, 112, 150, 0.12);
}

.story__mini-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story__names {
  padding-top: 0.35rem;
  padding: 1.2rem 1.25rem 0.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(242, 248, 252, 0.8)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 18%, transparent 18% 100%);
  border: 1px solid rgba(91, 143, 213, 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 18px 32px rgba(92, 112, 150, 0.08);
  backdrop-filter: blur(12px);
}

.story__names-label {
  margin: 0 0 1rem;
  color: var(--blue-deep);
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story__names ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.story__names li {
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.next__lead {
  max-width: 38rem;
  margin: -0.4rem 0 1.8rem;
  color: rgba(248, 251, 255, 0.84);
  font-size: 1rem;
}

.next {
  position: relative;
  overflow: hidden;
  color: #f9fbff;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(240, 211, 143, 0.24), transparent 20%),
    radial-gradient(circle at 76% 76%, rgba(190, 236, 224, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(95, 121, 158, 0.98) 0 16%, rgba(83, 101, 136, 0.96) 16% 32%, rgba(113, 123, 164, 0.98) 32% 48%, rgba(82, 105, 140, 0.96) 48% 64%, rgba(95, 117, 150, 0.98) 64% 82%, rgba(82, 99, 132, 0.96) 82% 100%);
}

.next::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 18%, rgba(255, 232, 188, 0.06) 18% 34%, rgba(198, 234, 225, 0.06) 34% 54%, rgba(255, 255, 255, 0.04) 54% 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 154px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 118px),
    linear-gradient(34deg, transparent 0 48%, rgba(240, 211, 143, 0.08) 48% 49%, transparent 49% 100%),
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.12), transparent 18%);
}

.next::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%, transparent 72%, rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 82% 14%, rgba(255, 231, 188, 0.16), transparent 18%);
  filter: blur(8px);
}

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

.next__rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.next__rail article {
  padding: 1.4rem 1.45rem;
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 20%, transparent 20% 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 32px rgba(30, 43, 67, 0.16);
}

.next__date,
.next__time {
  margin: 0;
}

.next__date {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.next__rail h3 {
  margin: 0.55rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
}

.next__time {
  font-size: 1rem;
}

.next__lineup {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
}

.next__lineup li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.42rem 0;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.next__lineup li:first-child {
  border-top: 0;
}

.next__lineup span {
  color: rgba(255, 255, 255, 0.78);
}

.milestones {
  position: relative;
  overflow: hidden;
}

.milestones::before {
  content: "";
  position: absolute;
  inset: 1.2rem 4vw 0.8rem;
  border-radius: 2rem;
  background:
    linear-gradient(134deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28) 28%, rgba(239, 246, 250, 0.42) 56%, rgba(251, 244, 248, 0.32) 100%),
    linear-gradient(135deg, rgba(228, 236, 247, 0.24) 0 16%, rgba(249, 238, 244, 0.18) 16% 32%, rgba(239, 232, 204, 0.16) 32% 46%, rgba(231, 243, 239, 0.2) 46% 64%, rgba(228, 235, 246, 0.22) 64% 82%, rgba(255, 255, 255, 0.24) 82% 100%),
    repeating-linear-gradient(135deg, rgba(111, 138, 184, 0.05) 0 1px, transparent 1px 146px),
    linear-gradient(34deg, transparent 0 48%, rgba(215, 178, 104, 0.08) 48% 49%, transparent 49% 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 24px 56px rgba(87, 109, 145, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
  pointer-events: none;
}

.milestones::after {
  content: "";
  position: absolute;
  inset: auto 8vw 2.2rem auto;
  width: 22rem;
  height: 16rem;
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(228, 236, 247, 0.18) 0 32%, rgba(249, 238, 244, 0.12) 32% 56%, rgba(239, 232, 204, 0.12) 56% 72%, rgba(231, 243, 239, 0.12) 72% 100%),
    repeating-linear-gradient(135deg, rgba(111, 138, 184, 0.04) 0 1px, transparent 1px 92px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  opacity: 0.88;
  pointer-events: none;
}

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

.milestones__lead {
  max-width: 38rem;
  margin: -0.5rem 0 1.6rem;
  color: var(--muted);
  font-size: 1rem;
}

.milestones__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.milestone {
  display: flex;
  flex-direction: column;
  min-height: 18.5rem;
  padding: 1.6rem 1.2rem 1.5rem;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 211, 228, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(240, 247, 252, 0.68)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 18%, transparent 18% 100%);
  border-radius: 1.55rem;
  box-shadow: 0 18px 30px rgba(92, 112, 150, 0.08);
  backdrop-filter: blur(12px);
}

.milestone span {
  display: block;
  color: var(--blue-deep);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.milestone strong {
  display: block;
  margin-top: 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: 1;
}

.milestone p {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.milestone__details {
  list-style: none;
  margin: auto 0 0;
  padding: 1rem 0 0;
  display: grid;
  gap: 0.45rem;
  border-top: 1px solid rgba(108, 131, 171, 0.12);
  color: rgba(40, 56, 84, 0.72);
  font-size: 0.92rem;
}

.milestone__details li {
  position: relative;
  padding-left: 1rem;
}

.milestone__details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(90, 143, 213, 0.92), rgba(213, 171, 88, 0.84));
  box-shadow: 0 0 0 4px rgba(90, 143, 213, 0.08);
}

.milestones__foot {
  margin-top: 1.1rem;
  padding: 1rem 1.2rem 1.1rem;
  max-width: 42rem;
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(241, 247, 252, 0.72)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 18%, transparent 18% 100%);
  border: 1px solid rgba(124, 149, 190, 0.12);
  box-shadow: 0 16px 28px rgba(92, 112, 150, 0.08);
  backdrop-filter: blur(12px);
}

.milestones__foot p {
  margin: 0;
  color: var(--muted);
}

.gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1rem;
  margin-top: 1rem;
}

.gallery__spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1rem;
  margin-top: 2rem;
}

.gallery__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 34rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 211, 143, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 245, 251, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 18%, transparent 18% 100%);
  border-radius: 1.8rem;
  box-shadow: var(--panel-shadow);
  backdrop-filter: blur(12px);
}

.gallery__copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
}

.gallery__copy p {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.gallery__lead {
  max-width: 43rem;
  padding: 0.2rem 1.1rem 0;
}

.gallery__figure,
.gallery__pending {
  min-height: 22rem;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 1.8rem;
  background: var(--glass-surface);
  box-shadow: var(--panel-shadow);
  overflow: hidden;
}

.gallery__figure--wide {
  grid-column: span 2;
  min-height: 34rem;
}

.gallery__figure--spotlight {
  min-height: 34rem;
}

.gallery__figure--featured {
  min-height: 26rem;
}

.gallery__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.gallery__figure--featured img {
  object-position: center 26%;
}

.archive__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: 1.4rem;
  align-items: start;
}

.archive__body p {
  max-width: 36rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.archive__statement {
  max-width: 20ch;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.45;
  letter-spacing: -0.04em;
  color: rgba(82, 88, 119, 0.92);
}

.archive__body p + p {
  margin-top: 1rem;
}

.archive__cards {
  display: grid;
  gap: 1rem;
}

.archive__cards article {
  min-height: 15rem;
  padding: 1.45rem 1.5rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 205, 228, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(239, 246, 251, 0.82)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 18%, transparent 18% 100%);
  border-radius: 1.55rem;
  box-shadow: 0 16px 28px rgba(92, 112, 150, 0.08);
  backdrop-filter: blur(12px);
}

.archive__cards span {
  display: block;
  color: var(--blue-deep);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.archive__cards h3 {
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
}

.archive__cards p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.links__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.links .section-heading h2 {
  color: rgba(102, 102, 128, 0.96);
}

.link-pill--disabled {
  background: var(--pink-note-bg);
  color: var(--pink-note-text);
  border: 1px dashed var(--pink-note-line);
  box-shadow: none;
  pointer-events: none;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.88);
  }

  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

@keyframes memory-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0.8rem, -1rem, 0) scale(1.06);
  }
}

@media (max-width: 1100px) {
  .hero,
  .story__layout,
  .next__rail,
  .milestones__grid,
  .gallery__spotlight,
  .gallery__grid,
  .archive__layout {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-areas:
      "ribbon"
      "copy"
      "visual";
    min-height: auto;
  }

  .hero__visual {
    min-height: 36rem;
  }

  .story__mini-gallery {
    grid-template-columns: 1fr;
  }

  .hero::after {
    inset: 16% 4% 8% 8%;
  }

  .hero-poster {
    width: min(32rem, 100%);
  }

  .hero__float--tower {
    top: -0.8rem;
    right: -1rem;
    width: 12rem;
  }

  .gallery__figure--wide {
    grid-column: auto;
  }

  .story::after,
  .gallery::after,
  .archive::after,
  .milestones::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero,
  .story,
  .next,
  .milestones,
  .gallery,
  .archive,
  .links {
    padding: 4.6rem 1.1rem;
  }

  .hero__visual {
    min-height: 28rem;
  }

  .hero::before {
    inset: 3% 0 1%;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .hero__title-ribbon {
    min-height: 4.8rem;
    padding: 0.82rem 1rem 0.9rem;
    border-radius: 1.45rem;
  }

  .hero__title-ribbon-main {
    font-size: clamp(1.5rem, 7.2vw, 2.05rem);
    letter-spacing: 0.04em;
  }

  .hero__title-ribbon-accent {
    right: 0.9rem;
    top: 50%;
    transform: translateY(-42%);
    font-size: 1rem;
  }

  .hero__float {
    width: 8.5rem;
  }

  .hero__float img {
    min-height: 7.2rem;
  }

  .hero__float--duo {
    left: 0.8rem;
    bottom: 0.8rem;
  }

  .hero__float--tower {
    right: -1.4rem;
    top: 0.2rem;
    width: 7.4rem;
    transform: rotate(18deg);
  }

  .hero__stamp {
    right: 1rem;
    bottom: 1rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .hero__glass--one {
    width: 7rem;
    height: 9rem;
  }

  .hero__glass--two {
    width: 5.6rem;
    height: 8rem;
  }

  .hero__script {
    left: 42%;
    bottom: 1.15rem;
    font-size: 1.55rem;
  }

  .section-heading h2 {
    max-width: none;
  }

  .memory-belt {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .memory-belt__intro {
    padding: 0 1.1rem 1.2rem;
  }

  .memory-belt__card {
    width: 12rem;
    height: 8.8rem;
  }

  .memory-belt__card--tall {
    width: 8.6rem;
    height: 11.2rem;
  }

  .story::before,
  .gallery::before,
  .archive::before,
  .milestones::before {
    inset: 1.2rem 1.1rem;
  }

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

  .gallery__figure,
  .gallery__pending {
    min-height: 18rem;
  }
}
