:root {
  --background: #ffffff;
  --text-primary: #050505;
  --text-secondary: #424245;
  --text-muted: #6e6e73;
  --ease-enter: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-exit: cubic-bezier(0.3, 0, 0.8, 0.15);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #ffffff;
  overflow-anchor: none;
  color: var(--text-primary);
  font-family:
    "SF Pro Display",
    "SF Pro Text",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

body.scroll-hard-locked {
  overscroll-behavior: none;
  touch-action: none;
}

body.is-locked {
  overflow: hidden;
}

button,
[tabindex] {
  -webkit-tap-highlight-color: transparent;
}

.world {
  position: relative;
  min-height: 100vh;
  background: #ffffff;
  transform-origin: 0 0;
  will-change: transform;
  overflow-anchor: none;
}

#chapter-01,
#chapter-02,
#chapter-03 {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.chapter-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.83fr) minmax(540px, 1.17fr);
  align-items: center;
  min-height: 100dvh;
  padding: clamp(42px, 7vw, 96px) clamp(28px, 7vw, 112px);
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}

.chapter-hero:focus-visible {
  outline: none;
}

.hero-copy {
  position: relative;
  z-index: 10;
  max-width: 520px;
  margin-left: clamp(10px, 3vw, 44px);
  transform: translateY(20px);
  opacity: 0;
  animation: copyIn 700ms var(--ease-enter) 200ms forwards;
  transition:
    opacity 520ms var(--ease-exit),
    transform 520ms var(--ease-exit);
}

body.is-falling .hero-copy {
  opacity: 0;
  transform: translateY(-36px);
}

.chapter-mark {
  margin: 0 0 24px;
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
}

h1 {
  display: grid;
  gap: 0;
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(64px, 8vw, 126px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.9;
}

h1 span,
h2 span,
.chapter-cn span {
  display: block;
}

.subtitle {
  display: grid;
  gap: 3px;
  margin: clamp(26px, 3.8vw, 46px) 0 0;
  color: var(--text-secondary);
  font-size: clamp(18px, 1.75vw, 25px);
  font-weight: 400;
  line-height: 1.34;
  opacity: 0;
  transform: translateY(12px);
  animation: subtitleIn 760ms var(--ease-enter) 500ms forwards;
}

.subtitle span {
  display: block;
}

.release-hint {
  position: absolute;
  left: clamp(38px, 9.4vw, 152px);
  bottom: clamp(28px, 5.2vw, 70px);
  z-index: 10;
  margin: 0;
  color: rgba(29, 29, 31, 0.64);
  font-size: 13px;
  font-weight: 450;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  transform: translateY(8px);
  animation: hintIn 700ms var(--ease-enter) 1160ms forwards;
  transition:
    opacity 220ms var(--ease-exit),
    transform 220ms var(--ease-exit);
}

body.is-falling .release-hint {
  opacity: 0;
  transform: translateY(12px);
}

body.hero-gate-nudge .release-hint {
  animation: heroGateNudge 620ms var(--ease-enter) both;
}

#lifecycle-layer {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  overflow: visible;
  opacity: 1;
  transition: opacity 320ms var(--ease-exit);
}

body.past-lifecycle #lifecycle-layer {
  opacity: 0;
}

.lifecycle-item {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: var(--item-size, 140px);
  height: var(--item-size, 140px);
  margin-left: calc(var(--item-size, 140px) * -0.5);
  margin-top: calc(var(--item-size, 140px) * -0.5);
  object-fit: contain;
  opacity: 0;
  transform-origin: 50% 50%;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform, opacity, filter;
}

.lifecycle-item.is-ready {
  opacity: 1;
}

#chapter-02 {
  height: 220vh;
  background: #ffffff;
}

#chapter-02 .sticky-wrap,
#chapter-03 .sticky-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.chapter-copy {
  position: relative;
  z-index: 10;
}

.chapter-two-copy {
  width: min(760px, calc(100% - 48px));
  padding-top: clamp(48px, 7.5vh, 76px);
  margin-left: clamp(42px, 7vw, 88px);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 720ms var(--ease-enter),
    transform 720ms var(--ease-enter);
  pointer-events: none;
}

body.chapter2-settled .chapter-two-copy,
body.chapter2-selecting .chapter-two-copy {
  opacity: var(--chapter2-title-opacity, 1);
  transform: translateY(0);
}

.chapter-two-copy h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.94;
}

.chapter-subtitle {
  margin: 16px 0 0;
  color: #111111;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 430;
  letter-spacing: 0;
  line-height: 1.25;
}

.chapter-cn {
  display: grid;
  gap: 5px;
  margin: 28px 0 0;
  color: #161616;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 430;
  letter-spacing: 0;
  line-height: 1.25;
}

.chapter-scroll-hint {
  position: fixed;
  left: clamp(42px, 7vw, 88px);
  bottom: clamp(32px, 6vh, 54px);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: rgba(29, 29, 31, 0.72);
  font-size: 14px;
  font-weight: 420;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 720ms var(--ease-enter),
    transform 720ms var(--ease-enter);
}

body.chapter2-settled .chapter-scroll-hint,
body.chapter2-selecting .chapter-scroll-hint {
  opacity: var(--chapter2-title-opacity, 1);
  transform: translateY(0);
}

.chapter-scroll-hint span {
  position: relative;
  display: block;
  width: 1px;
  height: 70px;
  background: rgba(29, 29, 31, 0.55);
}

.chapter-scroll-hint span::after {
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-right: 1px solid rgba(29, 29, 31, 0.75);
  border-bottom: 1px solid rgba(29, 29, 31, 0.75);
  content: "";
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

#chapter-03 {
  height: 320vh;
  background: #ffffff;
}

#poster-type-layer,
#annotation-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

#poster-type-layer {
  z-index: 20;
  opacity: var(--poster-layer-opacity, 0);
}

#annotation-layer {
  z-index: 80;
  opacity: var(--annotation-opacity, 0);
}

.poster-meta {
  position: absolute;
  top: clamp(28px, 7vh, 64px);
  left: clamp(28px, 5vw, 70px);
  right: clamp(28px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #050505;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 650;
  line-height: 1;
  opacity: var(--poster-meta-opacity, 0);
  transform: translate3d(0, calc(var(--poster-meta-y, 8px)), 0);
}

.giant-type {
  position: absolute;
  top: clamp(112px, 18vh, 176px);
  left: clamp(28px, 4.8vw, 72px);
  z-index: 10;
  color: #000000;
  font-size: clamp(62px, 10.6vw, 170px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.93;
  opacity: var(--giant-type-opacity, 0);
  transform: translate3d(0, var(--giant-type-y, 16px), 0);
  will-change: transform, opacity;
}

.giant-type p {
  margin: 0;
  white-space: nowrap;
}

.micro-copy {
  position: absolute;
  left: clamp(28px, 5vw, 70px);
  bottom: clamp(42px, 8vh, 82px);
  z-index: 30;
  color: #090909;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 430;
  line-height: 1.16;
  opacity: var(--micro-copy-opacity, 0);
  transform: translate3d(0, var(--micro-copy-y, 12px), 0);
  will-change: transform, opacity;
}

.micro-copy p {
  margin: 0;
}

.micro-copy-cn {
  margin-top: 18px !important;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.32;
}

.micro-annotation {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 12px;
  font-weight: 520;
  line-height: 1;
  transform: translate3d(var(--annotation-x, 0), var(--annotation-y, 12px), 0);
  will-change: transform, opacity;
}

.micro-annotation span {
  display: block;
  width: clamp(56px, 8vw, 104px);
  height: 1px;
  background: rgba(0, 0, 0, 0.34);
}

.micro-annotation p {
  margin: 0;
  white-space: nowrap;
}

.annotation-bloom {
  left: 14vw;
  top: 30vh;
}

.annotation-texture {
  right: 11vw;
  top: 42vh;
  flex-direction: row-reverse;
}

.annotation-calyx {
  right: 18vw;
  top: 23vh;
  flex-direction: row-reverse;
}

#particleCanvas {
  position: absolute;
  inset: 0;
  z-index: 70;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  opacity: var(--particle-overlay-opacity, 0);
  transition: opacity 180ms linear;
  cursor: pointer;
  touch-action: pan-y;
}

.particle-click-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(36px, 7vh, 72px);
  z-index: 76;
  color: rgba(5, 5, 5, 0.56);
  font-size: 13px;
  font-weight: 430;
  line-height: 1;
  pointer-events: none;
  opacity: var(--particle-hint-opacity, 0);
  transform: translate3d(-50%, var(--particle-hint-y, 8px), 0);
  transition:
    opacity 420ms var(--ease-enter),
    transform 420ms var(--ease-enter);
}

.final-text {
  position: absolute;
  inset: 0;
  z-index: 75;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-family:
    "SF Pro Display",
    "Inter",
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: clamp(56px, 8vw, 132px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.92;
  opacity: var(--final-text-opacity, 0);
  pointer-events: none;
  transform: translate3d(0, var(--final-text-y, 10px), 0);
  transition:
    opacity 360ms var(--ease-enter),
    transform 360ms var(--ease-enter);
}

.portal-o {
  position: relative;
  display: inline-block;
  pointer-events: none;
  cursor: default;
  transform-origin: 50% 52%;
}

.portal-o:focus-visible {
  outline: 1px solid rgba(92, 110, 230, 0.5);
  outline-offset: 0.08em;
}

body.portal-ready .final-text {
  pointer-events: auto;
}

body.portal-ready .portal-o {
  pointer-events: auto;
  cursor: pointer;
  text-shadow:
    0 0 8px rgba(110, 150, 255, 0.28),
    0 0 18px rgba(90, 110, 220, 0.16);
  animation: portalBreath 4.8s ease-in-out infinite;
}

body.portal-ready .portal-o::after {
  position: absolute;
  inset: -0.08em;
  border: 1px solid rgba(130, 170, 255, 0.18);
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale(0.92);
  animation: portalRing 4.8s ease-in-out infinite;
}

body.portal-ready .portal-o:hover {
  text-shadow:
    0 0 10px rgba(130, 175, 255, 0.42),
    0 0 26px rgba(95, 120, 240, 0.28);
}

body.portal-nudge .portal-o {
  animation: portalNudge 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-portal-text-retreat .final-text {
  filter: blur(8px);
  opacity: 0.14 !important;
  transform: translate3d(0, 0, 0) scale(1.1) !important;
  transition:
    filter 620ms ease,
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portal-o-clone {
  position: fixed;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #13213a;
  pointer-events: none;
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 52%;
  will-change: transform;
}

.portal-o-clone::after {
  display: none;
}

.portal-o-clone.is-zooming {
  animation: portalFrostZoom 640ms cubic-bezier(0.18, 0.92, 0.22, 1) forwards;
}

.portal-o-clone.is-fading {
  opacity: 0;
  transition: opacity 180ms ease;
}

.frost-transition {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: #0a111b;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

body.frost-entering .frost-transition {
  opacity: 0.94;
}

body.frost-revealing .frost-transition {
  opacity: 0;
  transition-duration: 760ms;
}

.chapter-frost-panel {
  position: relative;
  height: 220vh;
  background: #0a0d12;
}

.frost-scene {
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
  background: #0a0d12;
}

.frost-bg {
  position: absolute;
  inset: -3%;
  background-image: url("./assets/frost/blueberry-landscape.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(var(--bg-blur, 10px)) brightness(var(--bg-brightness, 0.72));
  transform:
    translate3d(var(--bg-x, 0px), var(--bg-y, 0px), 0)
    scale(var(--bg-scale, 1.04));
  transform-origin: 50% 50%;
  will-change: transform, filter;
}

.frost-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(4, 8, 15, 0.18), rgba(4, 8, 15, 0.06), rgba(4, 8, 15, 0.24));
}

.glass-filter-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.liquid-glass-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(42vw, 680px);
  min-width: 360px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.2),
    0 2px 8px rgba(255, 255, 255, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.22);
  color: #ffffff;
  isolation: isolate;
  opacity: var(--card-opacity, 0);
  pointer-events: none;
  transform: translate3d(calc(-50% + var(--card-x, 0px)), calc(-50% + var(--card-y, 16px)), 0);
  will-change: transform, opacity;
}

.glass-refract-bg {
  position: absolute;
  inset: -8%;
  z-index: 0;
  background-image: url("./assets/frost/blueberry-landscape.jpg");
  background-position: calc(50% + var(--glass-bg-x, 0px)) calc(50% + var(--glass-bg-y, 0px));
  background-repeat: no-repeat;
  background-size: auto var(--glass-bg-height, 106vh);
  filter: url("#liquidGlassDistortion") blur(10px) saturate(1.45) contrast(1.08) brightness(0.98);
  opacity: 0.86;
  transform: translate3d(var(--refract-x, 0px), var(--refract-y, 0px), 0) scale(1.06);
  will-change: transform;
}

.glass-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.09)),
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}

.glass-rim {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    inset 0 2px 2px rgba(255, 255, 255, 0.34),
    inset 0 -3px 5px rgba(255, 255, 255, 0.2),
    inset 3px 0 5px rgba(255, 255, 255, 0.13),
    inset -3px 0 5px rgba(255, 255, 255, 0.13),
    0 0 0 0.5px rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.glass-rim::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.58) 0%,
    rgba(255, 255, 255, 0.18) 12%,
    transparent 32%,
    transparent 70%,
    rgba(255, 255, 255, 0.18) 100%
  );
  content: "";
  mix-blend-mode: screen;
  opacity: 0.72;
  pointer-events: none;
}

.glass-rim::after {
  position: absolute;
  right: 7%;
  bottom: 0;
  left: 7%;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.34) 0%,
    rgba(255, 255, 255, 0.13) 40%,
    transparent 75%
  );
  content: "";
  filter: blur(3px);
  opacity: 0.62;
  pointer-events: none;
}

.glass-shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at var(--shine-x, 18%) var(--shine-y, 12%),
      rgba(255, 255, 255, 0.48) 0%,
      rgba(255, 255, 255, 0.22) 15%,
      rgba(255, 255, 255, 0.07) 34%,
      transparent 56%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, transparent 26%);
  mix-blend-mode: screen;
  opacity: 0.58;
  pointer-events: none;
}

.glass-content {
  position: relative;
  z-index: 4;
  padding: 34px 36px 32px;
  color: #ffffff;
}

.frost-card .chapter-mark {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.frost-card h2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 54px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.18),
    0 8px 24px rgba(0, 0, 0, 0.16);
}

.frost-copy {
  max-width: 34ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.6;
}

.frost-hint {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frost-copy,
.frost-hint,
.frost-card .chapter-mark {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 42px 0 34px;
  background: #f5f5f7;
  color: #1d1d1f;
  font-size: 12px;
  line-height: 1.35;
}

.footer-inner {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.62);
}

.footer-breadcrumb a,
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
}

.footer-col h3 {
  margin: 0 0 12px;
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.footer-col a {
  display: block;
  width: fit-content;
  margin: 0 0 9px;
  color: rgba(0, 0, 0, 0.66);
  text-decoration: none;
}

.footer-col a:hover,
.footer-col a:focus-visible,
.footer-breadcrumb a:hover,
.footer-breadcrumb a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-col a:focus-visible,
.footer-breadcrumb a:focus-visible,
.footer-bottom a:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 3px;
  border-radius: 2px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 18px;
  margin-top: 34px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.56);
}

@keyframes portalFrostZoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  78% {
    transform: scale(16);
    opacity: 1;
  }

  100% {
    transform: scale(20);
    opacity: 0;
  }
}

@keyframes portalBreath {
  0%,
  72%,
  100% {
    transform: scale(1);
  }

  78% {
    transform: scale(1.025);
  }

  82% {
    transform: scale(0.995);
  }

  86% {
    transform: scale(1.012);
  }
}

@keyframes portalRing {
  0%,
  68%,
  100% {
    opacity: 0;
    transform: scale(0.92);
  }

  78% {
    opacity: 1;
    transform: scale(1.12);
  }

  90% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes portalNudge {
  0% {
    transform: scale(1);
  }

  36% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes heroGateNudge {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }

  42% {
    opacity: 0.78;
    transform: translateY(-5px);
  }
}

@keyframes copyIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes subtitleIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hintIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .chapter-hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 100dvh;
    padding: 44px 24px 28px;
  }

  .hero-copy {
    max-width: 100%;
    margin: 0;
  }

  h1 {
    font-size: clamp(52px, 14.5vw, 74px);
  }

  .frost-card {
    width: calc(100% - 48px);
    min-width: 0;
    padding: 0;
  }

  .glass-content {
    padding: 28px 24px 24px;
  }

  .frost-card h2 {
    font-size: clamp(28px, 8.5vw, 42px);
  }

  .subtitle {
    font-size: 17px;
  }

  .release-hint {
    left: 24px;
    bottom: 24px;
  }

  .chapter-two-copy {
    width: calc(100% - 48px);
    padding-top: 42px;
    margin-left: 24px;
  }

  .chapter-two-copy h2 {
    font-size: clamp(38px, 11vw, 64px);
  }

  .chapter-scroll-hint {
    left: 24px;
    bottom: 28px;
  }

  .poster-meta {
    top: 28px;
    left: 24px;
    right: 24px;
  }

  .giant-type {
    top: 17vh;
    left: 20px;
    font-size: clamp(48px, 15vw, 78px);
    line-height: 0.96;
  }

  .micro-copy {
    left: 24px;
    bottom: 34px;
    max-width: 240px;
  }

  .annotation-bloom {
    left: 8vw;
    top: 27vh;
  }

  .annotation-texture {
    right: 5vw;
    top: 40vh;
  }

  .annotation-calyx {
    right: 8vw;
    top: 23vh;
  }

  .micro-annotation span {
    width: 48px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 28px;
  }

}

@media (max-width: 520px) {
  .site-footer {
    padding-top: 34px;
  }

  .footer-inner {
    width: calc(100% - 36px);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-bottom {
    gap: 10px 14px;
    margin-top: 28px;
  }

  .footer-bottom > span:first-child {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
