:root {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: #10141a;
  background: #0b1017;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --ink: #11161d;
  --ink-soft: #5c6470;
  --paper: #f7f6f2;
  --mist: #ebece8;
  --navy: #071627;
  --nus-blue: #003d7c;
  --nus-orange: #ef7c00;
  --line: rgba(17, 22, 29, 0.12);
  --shell: min(1480px, 100%);
  --page-pad: clamp(20px, 4vw, 64px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #0b1017;
}

html.intro-locked,
body.intro-locked {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #0b1017;
  color: var(--ink);
}

body,
button,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

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

img,
video {
  display: block;
  max-width: 100%;
}

::selection {
  color: #fff;
  background: var(--nus-orange);
}

[id] {
  scroll-margin-top: 92px;
}

.site {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  background: #0b1017;
}

.site-noise {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.page-shell {
  width: var(--shell);
  margin: 0 auto;
  padding-inline: var(--page-pad);
}

.pressable {
  cursor: pointer;
  transition: scale 100ms ease-out, opacity 180ms ease-out, background-color 220ms ease-out, color 220ms ease-out, box-shadow 260ms ease-out;
  touch-action: manipulation;
}

.pressable:active {
  scale: 0.975;
}

.pressable:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--nus-orange) 76%, white);
  outline-offset: 3px;
}

.eyebrow {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-only {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(22, 68, 105, 0.32), transparent 38%),
    #0b1017;
  isolation: isolate;
}

.hero-video-shell {
  position: fixed;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  transform-origin: 50% 50%;
  will-change: transform, border-radius;
  background: #020509;
}

.hero-video-shell--recessed {
  pointer-events: none;
}

.hero-video-drift {
  position: absolute;
  inset: -8%;
  will-change: transform, opacity;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #04070a;
}

.hero-video-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 5, 9, 0.22), rgba(2, 5, 9, 0.03) 34%, rgba(2, 5, 9, 0.62)),
    radial-gradient(circle at 50% 46%, transparent 35%, rgba(1, 4, 8, 0.44) 100%);
}

.hero-video-grain {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  mix-blend-mode: overlay;
  background-image: radial-gradient(rgba(255,255,255,0.35) 0.55px, transparent 0.7px);
  background-size: 4px 4px;
}

.intro-gate {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 3vw, 42px);
  color: #fff;
  pointer-events: none;
}

.intro-mark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 740;
  letter-spacing: 0.14em;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
}

.intro-action {
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(460px, 100%);
  margin-block: auto;
  pointer-events: auto;
}

.intro-action p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

.intro-play-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 8px;
  border-radius: 999px;
  color: #0e141c;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(22px) saturate(160%);
  font-size: 0.86rem;
  font-weight: 680;
}

.intro-play-button:hover {
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.intro-play-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0f1721;
}

.intro-progress-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(520px, 100%);
  margin-inline: auto;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.intro-progress-track {
  flex: 1;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.intro-progress-value {
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: #fff;
}

.hero-content {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: end;
  gap: clamp(28px, 6vw, 96px);
  min-height: 100svh;
  padding-top: 116px;
  padding-bottom: clamp(34px, 6vh, 78px);
  pointer-events: none;
}

.hero-content a,
.hero-content button {
  pointer-events: auto;
}

.hero-copy {
  max-width: 980px;
}

.hero-eyebrow {
  margin-bottom: clamp(18px, 2vw, 30px);
  color: rgba(255, 255, 255, 0.78);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 7.3vw, 7.9rem);
  line-height: 0.9;
  font-weight: 620;
  letter-spacing: -0.065em;
  text-wrap: balance;
  text-shadow: 0 12px 50px rgba(0, 0, 0, 0.45);
}

.hero-lede {
  max-width: 560px;
  margin: clamp(24px, 3vw, 42px) 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.012em;
  text-shadow: 0 5px 28px rgba(0, 0, 0, 0.55);
}

.hero-meta {
  display: grid;
  gap: 20px;
  justify-items: stretch;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(9, 16, 25, 0.34);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px) saturate(140%);
}

.hero-meta > div {
  display: grid;
  gap: 6px;
}

.hero-meta span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-meta strong {
  font-size: 0.93rem;
  line-height: 1.35;
  font-weight: 620;
  letter-spacing: -0.01em;
}

.hero-scroll-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  margin-top: 2px;
  padding: 8px 10px 8px 16px;
  border-radius: 999px;
  color: #10141a;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-scroll-link svg {
  display: grid;
  width: 31px;
  height: 31px;
  padding: 7px;
  border-radius: 50%;
  color: #fff;
  background: var(--nus-orange);
}

.ambient-toggle {
  position: fixed;
  right: clamp(16px, 2vw, 30px);
  bottom: clamp(16px, 2vw, 30px);
  z-index: 55;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 12, 19, 0.46);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(145%);
  font-size: 0.72rem;
  font-weight: 650;
}

/* Navigation */
.floating-nav-wrap {
  position: fixed;
  top: 12px;
  left: 0;
  z-index: 80;
  width: 100%;
  padding-inline: 12px;
}

.glass-material {
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 12px 42px rgba(4, 11, 19, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 -1px 0 rgba(16, 24, 33, 0.05) inset;
  backdrop-filter: blur(24px) saturate(170%);
}

.floating-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(1440px, 100%);
  min-height: 58px;
  margin-inline: auto;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  color: #111820;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.nav-logo-frame {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(9, 20, 34, 0.06) inset;
}

.nav-logo-frame img {
  width: 39px;
  height: auto;
}

.nav-brand-copy {
  display: grid;
  gap: 3px;
}

.nav-brand-copy strong {
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.075em;
}

.nav-brand-copy small {
  color: #69717c;
  font-size: 0.64rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  margin-left: auto;
}

.nav-link {
  position: relative;
  padding: 10px 2px;
  font-size: 0.78rem;
  font-weight: 610;
  white-space: nowrap;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform 260ms var(--ease-out);
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 18px;
  color: #626b76;
  font-size: 0.7rem;
  white-space: nowrap;
}

.nav-meta span {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(13, 22, 32, 0.055);
}

.nav-time {
  font-variant-numeric: tabular-nums;
}

.nav-menu-button {
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding: 11px 14px;
  border-radius: 999px;
  color: #fff;
  background: #111820;
  font-size: 0.76rem;
  font-weight: 650;
}

.mobile-menu-layer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}

.mobile-menu-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 7, 12, 0.66);
  backdrop-filter: blur(5px);
}

.mobile-menu-sheet {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 16px;
  border-radius: 28px;
  color: #111820;
  background: #f8f8f5;
  box-shadow: 0 -24px 80px rgba(0, 0, 0, 0.24);
}

.mobile-menu-topline,
.mobile-menu-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #68707a;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111820;
}

.mobile-menu-links {
  display: grid;
  margin-block: 22px 28px;
}

.mobile-menu-links a {
  display: grid;
  grid-template-columns: 36px 1fr 24px;
  align-items: center;
  gap: 10px;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(17, 24, 32, 0.11);
}

.mobile-menu-links a > span {
  color: #8a9097;
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
}

.mobile-menu-links strong {
  font-size: clamp(1.45rem, 7vw, 2rem);
  font-weight: 610;
  letter-spacing: -0.035em;
}

/* Sections */
.section {
  position: relative;
  z-index: 12;
  padding-block: clamp(88px, 10vw, 154px);
}

.section-light {
  color: var(--ink);
  background: rgba(248, 247, 243, 0.975);
}

.section-mist {
  color: var(--ink);
  background: rgba(233, 235, 232, 0.985);
}

.overview-section {
  border-radius: clamp(30px, 4vw, 58px) clamp(30px, 4vw, 58px) 0 0;
  box-shadow: 0 -36px 100px rgba(0, 0, 0, 0.25);
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(28px, 4vw, 56px);
}

.section-number {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111820;
  font-size: 0.68rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.section-pill {
  padding: 7px 13px;
  border: 1px solid rgba(17, 24, 32, 0.14);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 650;
}

.display-heading {
  margin: 0;
  font-size: clamp(2.45rem, 5.4vw, 6rem);
  line-height: 0.98;
  font-weight: 590;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.overview-heading {
  max-width: 1260px;
}

.overview-heading span {
  color: #8a8f95;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.6fr);
  align-items: end;
  gap: clamp(36px, 7vw, 120px);
  margin-top: clamp(64px, 9vw, 140px);
}

.overview-copy {
  display: grid;
  align-content: end;
  gap: 28px;
  padding-bottom: 12px;
}

.overview-copy > p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.72;
  font-weight: 520;
  letter-spacing: -0.012em;
}

.round-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: fit-content;
  min-width: 180px;
  padding: 8px 8px 8px 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--nus-orange);
  font-size: 0.8rem;
  font-weight: 680;
}

.round-link-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--nus-orange);
  background: #fff;
  transition: transform 360ms var(--ease-out);
}

.round-link:hover .round-link-icon {
  transform: rotate(-45deg);
}

.overview-collage {
  position: relative;
  min-height: clamp(420px, 48vw, 700px);
}

.overview-image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: clamp(18px, 2.2vw, 34px);
  box-shadow: 0 28px 70px rgba(13, 20, 28, 0.16);
  background: #d9d9d5;
}

.overview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-image--1 {
  right: 0;
  bottom: 0;
  width: 68%;
  height: 74%;
  transform: rotate(1.6deg);
}

.overview-image--2 {
  top: 0;
  left: 0;
  width: 48%;
  height: 54%;
  transform: rotate(-2.2deg);
}

.overview-image--3 {
  bottom: 6%;
  left: 7%;
  width: 38%;
  height: 38%;
  transform: rotate(-0.8deg);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(72px, 9vw, 140px);
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 24px;
  background: rgba(17, 24, 32, 0.1);
}

.stat-card {
  display: grid;
  gap: 20px;
  min-height: 170px;
  padding: clamp(22px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.65);
}

.stat-card strong {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.9;
  font-weight: 540;
  letter-spacing: -0.065em;
}

.stat-card span {
  align-self: end;
  color: #646c75;
  font-size: 0.78rem;
  font-weight: 620;
}

/* Schedule */
.schedule-section {
  overflow: hidden;
}

.schedule-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.schedule-heading {
  max-width: 960px;
}

.schedule-instruction {
  max-width: 260px;
  margin: 0 0 10px;
  color: #656d76;
  font-size: 0.78rem;
  line-height: 1.55;
}

.schedule-scroller {
  display: flex;
  gap: 14px;
  width: 100%;
  margin-top: clamp(50px, 7vw, 96px);
  padding-bottom: 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 24, 32, 0.25) transparent;
}

.schedule-scroller-spacer {
  flex: 0 0 max(var(--page-pad), calc((100vw - 1480px) / 2 + var(--page-pad)));
}

.schedule-scroller-spacer--end {
  margin-left: -14px;
}

.schedule-card {
  display: flex;
  flex: 0 0 min(390px, calc(100vw - 48px));
  flex-direction: column;
  min-height: 540px;
  padding: 24px;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 50px rgba(18, 26, 35, 0.05);
  scroll-snap-align: start;
}

.schedule-card:hover {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(18, 26, 35, 0.1);
}

.schedule-card--filled {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 88% 8%, rgba(239, 124, 0, 0.35), transparent 30%),
    #102238;
  box-shadow: 0 24px 75px rgba(8, 29, 52, 0.2);
}

.schedule-card--filled:hover {
  background:
    radial-gradient(circle at 88% 8%, rgba(239, 124, 0, 0.44), transparent 32%),
    #132943;
}

.schedule-card-top,
.schedule-card-date,
.schedule-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.schedule-day-number {
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.schedule-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 999px;
  color: #6c737c;
  background: rgba(17, 24, 32, 0.07);
  font-size: 0.68rem;
  font-weight: 680;
}

.schedule-status.is-ready {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.schedule-card-date {
  margin-top: 40px;
}

.schedule-card-date strong {
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  line-height: 0.9;
  font-weight: 520;
  letter-spacing: -0.07em;
}

.schedule-card-date span {
  align-self: end;
  color: currentColor;
  opacity: 0.58;
  font-size: 0.72rem;
  font-weight: 620;
}

.schedule-card-title {
  margin-top: 38px;
}

.schedule-card-title h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.08;
  font-weight: 620;
  letter-spacing: -0.04em;
}

.schedule-card-title p {
  margin: 8px 0 0;
  opacity: 0.58;
  font-size: 0.72rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.schedule-card-events {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.schedule-card-events > div {
  display: grid;
  gap: 5px;
  padding-top: 13px;
  border-top: 1px solid currentColor;
  border-color: color-mix(in srgb, currentColor 15%, transparent);
}

.schedule-card-events span {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.56;
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
}

.schedule-card-events strong {
  overflow: hidden;
  font-size: 0.77rem;
  line-height: 1.4;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule-card-link {
  margin-top: auto;
  padding-top: 28px;
  font-size: 0.75rem;
  font-weight: 680;
}

.schedule-card-link svg {
  transition: transform 280ms var(--ease-out);
}

.schedule-card:hover .schedule-card-link svg {
  transform: translateX(4px);
}

/* Day stories */
.day-story {
  position: relative;
  z-index: 12;
  padding-block: clamp(100px, 11vw, 168px);
  color: var(--ink);
  background: rgba(248, 247, 243, 0.985);
  content-visibility: auto;
  contain-intrinsic-size: 1400px;
}

.day-story--even:not(.day-story--featured) {
  background: rgba(232, 236, 238, 0.985);
}

.day-story--featured {
  color: #f5f7fa;
  background:
    radial-gradient(circle at 82% 5%, rgba(22, 82, 134, 0.3), transparent 31%),
    radial-gradient(circle at 12% 22%, rgba(239, 124, 0, 0.12), transparent 28%),
    #0c1724;
}

.anchor-target {
  position: absolute;
  top: 0;
}

.day-heading-grid {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(340px, 430px);
  align-items: start;
  gap: clamp(28px, 5vw, 74px);
}

.day-index {
  display: grid;
  gap: 10px;
}

.day-index span {
  color: currentColor;
  opacity: 0.45;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.day-index strong {
  font-size: clamp(4rem, 7vw, 7.5rem);
  line-height: 0.82;
  font-weight: 460;
  letter-spacing: -0.08em;
  font-variant-numeric: tabular-nums;
}

.day-date-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 0.72rem;
  font-weight: 660;
  letter-spacing: 0.05em;
}

.day-date-line > span:not(.day-photo-count) {
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
  border-radius: 999px;
}

.day-photo-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #68717b;
  background: color-mix(in srgb, currentColor 7%, transparent);
}

.day-photo-count.is-ready {
  color: #fff;
  background: var(--nus-orange);
}

.day-title-block h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.7rem, 5.8vw, 6.2rem);
  line-height: 0.95;
  font-weight: 560;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.day-english-title {
  margin: 14px 0 0;
  color: currentColor;
  opacity: 0.46;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.day-summary {
  max-width: 700px;
  margin: 30px 0 0;
  color: currentColor;
  opacity: 0.76;
  font-size: clamp(0.98rem, 1.25vw, 1.14rem);
  line-height: 1.68;
  font-weight: 500;
}

.day-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: currentColor;
  opacity: 0.54;
  font-size: 0.72rem;
  line-height: 1.4;
}

.day-schedule {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, currentColor 13%, transparent);
  border-radius: 26px;
  background: color-mix(in srgb, currentColor 4%, transparent);
}

.day-story--featured .day-schedule {
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.day-schedule-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 20px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  font-size: 0.72rem;
  font-weight: 680;
}

.day-event {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 10%, transparent);
}

.day-event:last-child {
  border-bottom: 0;
}

.day-event > span {
  padding-top: 3px;
  color: currentColor;
  opacity: 0.5;
  font-size: 0.67rem;
  font-variant-numeric: tabular-nums;
}

.day-event div {
  display: grid;
  gap: 5px;
}

.day-event small {
  color: currentColor;
  opacity: 0.44;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.day-event strong {
  font-size: 0.84rem;
  line-height: 1.38;
  font-weight: 640;
}

.day-event p {
  margin: 0;
  color: currentColor;
  opacity: 0.58;
  font-size: 0.7rem;
  line-height: 1.45;
}

.featured-day-note {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: clamp(46px, 6vw, 80px);
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.72rem;
  line-height: 1.4;
}

.featured-day-note svg {
  color: #ff9a35;
  flex: 0 0 auto;
}

.featured-day-note--light {
  border-color: rgba(17, 24, 32, 0.12);
  color: rgba(17, 24, 32, 0.68);
  background: rgba(255, 255, 255, 0.54);
}

.day-media {
  display: grid;
  gap: clamp(70px, 9vw, 130px);
  margin-top: clamp(82px, 10vw, 150px);
}

.day-partial-note {
  margin: 42px 0 0;
  color: currentColor;
  opacity: 0.52;
  font-size: 0.72rem;
}

/* Photo groups */
.photo-group {
  padding-top: clamp(42px, 5vw, 72px);
  border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);
}

.photo-group-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.photo-group-heading h4 {
  margin: 14px 0 0;
  font-size: clamp(2.25rem, 4.5vw, 5rem);
  line-height: 0.96;
  font-weight: 560;
  letter-spacing: -0.055em;
}

.photo-group-description {
  display: grid;
  gap: 18px;
}

.photo-group-description p {
  margin: 0;
  color: currentColor;
  opacity: 0.68;
  font-size: 0.9rem;
  line-height: 1.65;
}

.photo-group-description span {
  color: currentColor;
  opacity: 0.42;
  font-size: 0.66rem;
  font-weight: 730;
  letter-spacing: 0.12em;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(90px, 8.6vw, 138px);
  grid-auto-flow: dense;
  gap: clamp(8px, 1vw, 14px);
}

.photo-tile {
  position: relative;
  grid-column: span 4;
  grid-row: span 2;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border-radius: clamp(14px, 1.7vw, 24px);
  color: #fff;
  background: rgba(127, 133, 139, 0.2);
  box-shadow: 0 16px 44px rgba(4, 9, 14, 0.08);
}

.photo-tile--feature {
  grid-column: span 8;
  grid-row: span 4;
}

.photo-tile--wide {
  grid-column: span 8;
}

.photo-tile--tall {
  grid-row: span 3;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms var(--ease-out), filter 420ms ease;
}

.photo-tile:hover img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.015);
}

.photo-tile-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.52));
  opacity: 0.72;
  transition: opacity 260ms ease;
}

.photo-tile:hover .photo-tile-shade {
  opacity: 0.95;
}

.photo-tile-meta {
  position: absolute;
  right: 13px;
  bottom: 12px;
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.68rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.photo-tile-meta svg {
  opacity: 0;
  transform: scale(0.7) rotate(-10deg);
  transition: opacity 240ms ease, transform 320ms var(--ease-out);
}

.photo-tile:hover .photo-tile-meta svg {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.photo-group-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid color-mix(in srgb, currentColor 17%, transparent);
  border-radius: 999px;
  color: inherit;
  background: color-mix(in srgb, currentColor 4%, transparent);
  font-size: 0.75rem;
  font-weight: 660;
}

.outline-button:hover {
  background: color-mix(in srgb, currentColor 8%, transparent);
}

/* Future placeholders */
.future-group-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  min-height: 460px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  border-radius: 30px;
  background: color-mix(in srgb, currentColor 3%, transparent);
}

.future-group-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 10px;
  min-height: 460px;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 61, 124, 0.14), transparent 48%),
    rgba(128, 137, 146, 0.08);
}

.future-group-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(127, 137, 147, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 137, 147, 0.14) 1px, transparent 1px);
  background-size: 34px 34px;
}

.future-group-visual > div {
  position: relative;
  z-index: 1;
  border: 1px dashed color-mix(in srgb, currentColor 23%, transparent);
  border-radius: 20px;
  background: color-mix(in srgb, currentColor 3%, transparent);
  backdrop-filter: blur(8px);
}

.future-group-visual > div:nth-child(1) {
  grid-column: 1 / 8;
  grid-row: 1 / 6;
  transform: rotate(-1deg);
}

.future-group-visual > div:nth-child(2) {
  grid-column: 8 / 13;
  grid-row: 2 / 5;
  transform: rotate(1.5deg);
}

.future-group-visual > div:nth-child(3) {
  grid-column: 6 / 12;
  grid-row: 5 / 9;
  transform: rotate(-0.7deg);
}

.future-group-visual > span {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, currentColor 5%, transparent);
  backdrop-filter: blur(14px);
  font-size: 0.64rem;
  font-weight: 730;
  letter-spacing: 0.08em;
}

.future-group-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
  border-left: 1px solid color-mix(in srgb, currentColor 11%, transparent);
}

.future-group-copy h4 {
  margin: 14px 0 0;
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 1;
  font-weight: 570;
  letter-spacing: -0.05em;
}

.future-group-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: currentColor;
  opacity: 0.64;
  font-size: 0.84rem;
  line-height: 1.62;
}

.future-path {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 32px;
  padding: 12px;
  border-radius: 14px;
  background: color-mix(in srgb, currentColor 5%, transparent);
}

.future-path code,
.future-name code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.67rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.future-name {
  margin-top: 14px;
  color: currentColor;
  opacity: 0.55;
  font-size: 0.68rem;
  line-height: 1.5;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 72px clamp(18px, 6vw, 90px) 32px;
  color: #fff;
}

.lightbox-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 5, 9, 0.9);
  backdrop-filter: blur(20px) saturate(80%);
}

.lightbox-toolbar {
  position: absolute;
  top: 18px;
  right: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lightbox-toolbar > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lightbox-toolbar strong {
  font-size: 0.78rem;
  font-weight: 650;
}

.lightbox-toolbar span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
}

.lightbox-close,
.lightbox-arrow {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
}

.lightbox-close {
  width: 42px;
  height: 42px;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}

.lightbox-arrow--left {
  left: 16px;
}

.lightbox-arrow--right {
  right: 16px;
}

.lightbox-figure {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.lightbox-figure img {
  width: auto;
  max-width: min(88vw, 1680px);
  height: auto;
  max-height: calc(100svh - 150px);
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.48);
}

.lightbox-figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

.lightbox-figure figcaption small {
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.64rem;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 12;
  padding-block: clamp(72px, 9vw, 130px) 32px;
  color: #f5f7fa;
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 61, 124, 0.28), transparent 34%),
    #080f18;
}

.footer-top,
.footer-brand,
.footer-top-link,
.footer-notice,
.footer-bottom {
  display: flex;
  align-items: center;
}

.footer-top {
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-brand {
  gap: 14px;
}

.footer-brand img {
  width: 68px;
  padding: 7px;
  border-radius: 10px;
  background: #fff;
}

.footer-brand div {
  display: grid;
  gap: 5px;
}

.footer-brand strong {
  font-size: 0.84rem;
  font-weight: 650;
}

.footer-brand span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.67rem;
}

.footer-top-link {
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.72rem;
  font-weight: 650;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  align-items: end;
  gap: clamp(44px, 8vw, 120px);
  padding-block: clamp(70px, 9vw, 130px);
}

.footer-label {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.67rem;
  font-weight: 720;
  letter-spacing: 0.13em;
}

.footer-grid h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.6rem);
  line-height: 0.98;
  font-weight: 540;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.footer-path-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
}

.footer-path-card div {
  display: grid;
  gap: 8px;
}

.footer-path-card span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.footer-path-card code {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.footer-notice {
  align-items: flex-start;
  gap: 40px;
  padding-block: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-notice > span {
  flex: 0 0 90px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  font-weight: 700;
}

.footer-notice div {
  display: grid;
  gap: 6px;
}

.footer-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  line-height: 1.6;
}

.footer-bottom {
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.65rem;
}

/* Responsive */
@media (max-width: 1180px) {
  .day-heading-grid {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .day-schedule {
    grid-column: 2;
    width: min(100%, 720px);
  }

  .nav-brand-copy {
    display: none;
  }

  .nav-meta span:first-child {
    display: none;
  }
}

@media (max-width: 900px) {
  :root {
    --page-pad: clamp(18px, 5vw, 40px);
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex;
  }

  .floating-nav {
    min-height: 56px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 28px;
    padding-top: 104px;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 13vw, 6.8rem);
  }

  .hero-meta {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    padding: 16px;
  }

  .hero-scroll-link {
    grid-column: 1 / -1;
  }

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

  .overview-copy {
    max-width: 620px;
  }

  .overview-collage {
    min-height: min(78vw, 640px);
  }

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

  .schedule-heading-row {
    display: grid;
  }

  .schedule-instruction {
    max-width: 420px;
  }

  .day-heading-grid {
    grid-template-columns: 1fr;
  }

  .day-index {
    display: flex;
    align-items: baseline;
    gap: 12px;
  }

  .day-index strong {
    font-size: 4rem;
  }

  .day-schedule {
    grid-column: 1;
    width: 100%;
    margin-top: 12px;
  }

  .photo-group-heading {
    grid-template-columns: 1fr;
  }

  .photo-group-description {
    max-width: 600px;
  }

  .photo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: clamp(85px, 15vw, 130px);
  }

  .photo-tile {
    grid-column: span 3;
  }

  .photo-tile--feature,
  .photo-tile--wide {
    grid-column: span 6;
  }

  .future-group-card {
    grid-template-columns: 1fr;
  }

  .future-group-copy {
    border-top: 1px solid color-mix(in srgb, currentColor 11%, transparent);
    border-left: 0;
  }

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

@media (max-width: 640px) {
  .site-noise {
    opacity: 0.026;
  }

  .intro-gate {
    padding: 18px;
  }

  .intro-mark span:last-child {
    display: none;
  }

  .intro-play-button {
    font-size: 0.8rem;
  }

  .hero-content {
    gap: 18px;
    padding-bottom: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 14.5vw, 5rem);
    line-height: 0.92;
  }

  .hero-lede {
    margin-top: 20px;
    font-size: 0.92rem;
  }

  .hero-meta {
    gap: 13px;
    border-radius: 20px;
  }

  .hero-meta strong {
    font-size: 0.8rem;
  }

  .ambient-toggle span {
    display: none;
  }

  .ambient-toggle {
    width: 42px;
    height: 42px;
    justify-content: center;
    padding: 0;
  }

  .section,
  .day-story {
    padding-block: 82px;
  }

  .display-heading {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .overview-grid {
    margin-top: 52px;
  }

  .overview-collage {
    min-height: 105vw;
  }

  .overview-image--1 {
    width: 78%;
    height: 62%;
  }

  .overview-image--2 {
    width: 62%;
    height: 46%;
  }

  .overview-image--3 {
    bottom: 3%;
    width: 48%;
    height: 31%;
  }

  .stats-grid {
    border-radius: 20px;
  }

  .stat-card {
    min-height: 138px;
    padding: 20px;
  }

  .schedule-card {
    flex-basis: calc(100vw - 40px);
    min-height: 510px;
  }

  .day-title-block h2 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .day-date-line {
    margin-bottom: 20px;
  }

  .day-event {
    grid-template-columns: 74px 1fr;
    gap: 12px;
    padding: 17px;
  }

  .featured-day-note {
    align-items: flex-start;
    border-radius: 18px;
  }

  .day-media {
    margin-top: 72px;
  }

  .photo-group-heading h4 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(92px, 30vw, 140px);
    gap: 8px;
  }

  .photo-tile {
    grid-column: span 1;
    border-radius: 14px;
  }

  .photo-tile--feature,
  .photo-tile--wide {
    grid-column: span 2;
  }

  .photo-tile--feature {
    grid-row: span 3;
  }

  .photo-tile--tall {
    grid-row: span 2;
  }

  .future-group-visual {
    min-height: 330px;
    padding: 14px;
  }

  .future-group-copy {
    padding: 26px;
  }

  .lightbox {
    padding: 70px 10px 24px;
  }

  .lightbox-toolbar {
    right: 12px;
    left: 12px;
  }

  .lightbox-toolbar strong {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lightbox-arrow {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .lightbox-arrow--left {
    left: calc(50% - 62px);
  }

  .lightbox-arrow--right {
    right: calc(50% - 62px);
  }

  .lightbox-figure img {
    max-width: calc(100vw - 20px);
    max-height: calc(100svh - 170px);
    border-radius: 10px;
  }

  .lightbox-figure figcaption {
    margin-bottom: 58px;
  }

  .footer-top {
    align-items: flex-start;
  }

  .footer-brand span {
    display: none;
  }

  .footer-grid h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .footer-notice {
    display: grid;
    gap: 14px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .photo-tile:hover img,
  .round-link:hover .round-link-icon,
  .schedule-card:hover .schedule-card-link svg {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .glass-material,
  .hero-meta,
  .ambient-toggle,
  .mobile-menu-scrim,
  .lightbox-scrim {
    backdrop-filter: none;
  }

  .glass-material {
    background: #fff;
  }

  .hero-meta,
  .ambient-toggle {
    background: rgba(7, 12, 19, 0.92);
  }
}

/* Static runtime state */
[hidden] {
  display: none !important;
}

.hero-video-shell {
  --hero-scale: 0.82;
  transition:
    transform 920ms var(--ease-out),
    border-radius 920ms var(--ease-out),
    box-shadow 920ms var(--ease-out);
}

.hero-video-shell--recessed {
  transform: scale(var(--hero-scale));
  border-radius: 32px;
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.52), 0 1px 0 rgba(255,255,255,0.16) inset;
}

.hero-content {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(14px);
  transition: opacity 720ms 180ms var(--ease-out), transform 720ms 180ms var(--ease-out), filter 720ms 180ms var(--ease-out);
}

.hero.is-revealed .hero-content {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.intro-gate {
  opacity: 1;
  transition: opacity 520ms 380ms ease;
}

.intro-gate.is-leaving {
  opacity: 0;
  pointer-events: none;
}

.floating-nav-wrap {
  opacity: 0;
  transform: translateY(-22px);
  filter: blur(12px);
  pointer-events: none;
  transition: opacity 580ms var(--ease-out), transform 580ms var(--ease-out), filter 580ms var(--ease-out);
}

.site--ready .floating-nav-wrap {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  pointer-events: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition: opacity 650ms var(--ease-out), transform 650ms var(--ease-out), filter 650ms var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.mobile-menu-layer {
  opacity: 0;
  transition: opacity 240ms ease;
}

.mobile-menu-sheet {
  transform: translateY(110%);
  transition: transform 480ms var(--ease-out);
}

.mobile-menu-layer.is-open {
  opacity: 1;
}

.mobile-menu-layer.is-open .mobile-menu-sheet {
  transform: translateY(0);
}

.lightbox {
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-figure {
  transform: scale(0.975);
  transition: transform 360ms var(--ease-out);
}

.lightbox.is-open .lightbox-figure {
  transform: scale(1);
}

.lightbox-figure img {
  opacity: 0;
  transition: opacity 280ms ease;
}

.lightbox-figure img.is-loaded {
  opacity: 1;
}

.lightbox-arrow {
  font-size: 2rem;
  line-height: 1;
}

.ambient-icon {
  display: grid;
  place-items: center;
}

@media (max-width: 1023px) {
  .hero-video-shell {
    --hero-scale: 0.88;
  }
}

@media (max-width: 639px) {
  .hero-video-shell {
    --hero-scale: 0.92;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
