@font-face {
  font-family: "PZ WenKai";
  src: url("fonts/lxgw-wenkai-300-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "PZ WenKai";
  src: url("fonts/lxgw-wenkai-500-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-light-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-light-italic-subset.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-semibold-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --cream: #f3eddf;
  --cream-deep: #e6dcc9;
  --paper: #faf5e9;
  --wine: #741d31;
  --wine-dark: #48101f;
  --wine-board: #812a3d;
  --wine-board-dark: #551627;
  --ink: #211b18;
  --muted: #776a60;
  --brass: #a8793e;
  --frame-line: rgba(168, 121, 62, 0.5);
  --line: rgba(75, 43, 34, 0.24);
  --font-cn: "PZ WenKai", "Kaiti SC", "STKaiti", serif;
  --font-cn-display: "PZ WenKai", "Kaiti SC", "STKaiti", serif;
  --font-en: "Cormorant Garamond", Georgia, serif;
  --section-title-size: clamp(50px, 6.5vw, 94px);
  --card-title-size: clamp(28px, 2.5vw, 38px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-cn);
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

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

figure,
p,
h1,
h2,
h3 {
  margin-top: 0;
}

.page-frame {
  position: fixed;
  inset: 9px;
  z-index: 100;
  border: 1px solid var(--frame-line);
  pointer-events: none;
}

.framed-section,
.site-footer {
  position: relative;
  width: calc(100% - 64px);
  max-width: 1500px;
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 92px;
  color: var(--wine);
  background: rgba(243, 237, 223, 0.93);
  border-bottom: 1px solid rgba(116, 29, 49, 0.14);
  backdrop-filter: blur(12px);
}

.desktop-nav {
  width: min(740px, calc(100% - 80px));
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 124px 1fr;
  align-items: center;
  gap: 34px;
}

.desktop-nav > a:not(.brand-mark) {
  justify-self: end;
  font-size: 15px;
  letter-spacing: 0.16em;
  transition: opacity 180ms ease;
}

.desktop-nav > a:last-child {
  justify-self: start;
}

.desktop-nav > a:not(.brand-mark):hover {
  opacity: 0.56;
}

.brand-mark {
  display: grid;
  place-items: center;
  height: 100%;
}

.brand-mark img {
  width: 112px;
  height: 56px;
  object-fit: contain;
}

.mobile-brand,
.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  min-height: 100svh;
  padding: 128px clamp(34px, 5.2vw, 82px) 0;
  background: var(--cream);
}

.film-banner {
  position: relative;
  min-height: 160px;
  padding: 38px 46px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  overflow: hidden;
  color: var(--paper);
  background: var(--wine);
  border: 3px solid var(--wine-dark);
  outline: 1px solid var(--brass);
  outline-offset: -9px;
  box-shadow: 0 17px 30px rgba(72, 16, 31, 0.16);
}

.film-banner::before,
.film-banner::after {
  content: "";
  position: absolute;
  right: 15px;
  left: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9'%3E%3Crect x='1.5' y='1.2' width='8' height='6.2' rx='1.5' fill='%23f3eddf'/%3E%3Crect x='1.5' y='1.2' width='8' height='6.2' rx='1.5' fill='none' stroke='%2348101f' stroke-opacity='.42' stroke-width='.8'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat-x;
  filter: drop-shadow(0 1px 0 rgba(250, 245, 233, 0.1));
  pointer-events: none;
}

.film-banner::before {
  top: 7px;
}

.film-banner::after {
  bottom: 7px;
}

.film-code,
.eyebrow,
.board-heading,
.board-note,
.site-footer span,
.film-title,
.release-countdown,
.hero-name small,
.board-placeholder span,
.board-photo figcaption span {
  font-family: var(--font-en);
  text-transform: uppercase;
}

.film-code {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  opacity: 0.74;
}

.film-code:last-child {
  justify-self: end;
}

.film-title {
  display: grid;
  justify-items: center;
  gap: 2px;
  white-space: nowrap;
}

.film-title small {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.36em;
}

.film-title strong {
  color: var(--paper);
  font-size: clamp(28px, 3vw, 45px);
  font-weight: 300;
  letter-spacing: 0.1em;
}

.hero-copy {
  max-width: 1000px;
  margin: 88px auto 72px;
  text-align: center;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--wine);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28em;
}

.eyebrow.light {
  color: #e6c9c4;
}

.hero-names {
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  color: var(--wine);
  font-weight: 300;
}

.hero-name {
  display: grid;
  gap: 8px;
}

.hero-name-left {
  justify-items: end;
}

.hero-name-right {
  justify-items: start;
}

.hero-name b {
  font-family: var(--font-cn-display);
  font-size: clamp(50px, 5.8vw, 84px);
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 1.08;
  white-space: nowrap;
}

.hero-name small {
  color: var(--muted);
  font-size: clamp(14px, 1.6vw, 19px);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: none;
}

.hero-names > i {
  color: var(--brass);
  font-family: var(--font-en);
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 300;
  line-height: 1;
  transform: translateY(2px) rotate(-4deg);
}

.hero-subtitle {
  margin-bottom: 0;
  color: #5f5148;
  font-size: clamp(17px, 1.7vw, 22px);
  letter-spacing: 0.12em;
  line-height: 1.9;
}

.memory-film {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 78px;
}

.memory-film-heading {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  color: var(--wine);
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.memory-film-strip {
  position: relative;
  padding: 34px 36px;
  overflow: hidden;
  background: var(--wine-dark);
  border: 3px solid var(--wine-dark);
  outline: 1px solid var(--brass);
  outline-offset: -9px;
  box-shadow: 0 24px 46px rgba(72, 16, 31, 0.2);
}

.memory-film-strip::before,
.memory-film-strip::after {
  content: "";
  position: absolute;
  right: 14px;
  left: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Crect x='1.5' y='1.2' width='10' height='7' rx='1.5' fill='%23f3eddf'/%3E%3Crect x='1.5' y='1.2' width='10' height='7' rx='1.5' fill='none' stroke='%23a8793e' stroke-opacity='.48' stroke-width='.8'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat-x;
  opacity: 0.9;
  pointer-events: none;
}

.memory-film-strip::before {
  top: 9px;
}

.memory-film-strip::after {
  bottom: 9px;
}

.memory-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #251016;
  border: 1px solid rgba(230, 201, 196, 0.46);
}

.memory-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(31, 10, 17, 0.08), rgba(31, 10, 17, 0.02) 42%, rgba(31, 10, 17, 0.62)),
    radial-gradient(circle at center, transparent 50%, rgba(29, 8, 14, 0.28));
  pointer-events: none;
}

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

.memory-video-copy {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 56px);
  bottom: clamp(24px, 4vw, 52px);
  left: clamp(24px, 4vw, 56px);
  display: grid;
  justify-items: start;
  gap: 6px;
  color: var(--paper);
  text-shadow: 0 2px 16px rgba(31, 8, 15, 0.72);
}

.memory-video-copy span,
.memory-video-copy small {
  font-family: var(--font-en);
  text-transform: uppercase;
}

.memory-video-copy span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
}

.memory-video-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 62px);
  font-weight: 300;
  letter-spacing: 0.1em;
}

.memory-video-copy small {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.1em;
}

.memory-video-toggle {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  min-width: 76px;
  min-height: 42px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--paper);
  background: rgba(52, 13, 24, 0.64);
  border: 1px solid rgba(250, 245, 233, 0.5);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.memory-video-toggle span {
  position: relative;
  width: 12px;
  height: 13px;
  display: block;
  border-inline: 3px solid currentColor;
}

.memory-video-toggle.is-paused span {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.memory-video-toggle b {
  font-family: var(--font-cn);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.photo-board {
  position: relative;
  padding: 54px clamp(24px, 4vw, 62px) 30px;
  color: #f6eddd;
  background: var(--wine-board);
  border: 10px solid var(--wine-board-dark);
  outline: 1px solid #b58b57;
  outline-offset: -18px;
  box-shadow: 0 26px 55px rgba(72, 16, 31, 0.22);
}

.photo-board::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(250, 238, 218, 0.3);
  pointer-events: none;
}

.board-heading {
  position: absolute;
  inset: 18px 27px auto;
  display: flex;
  justify-content: space-between;
  color: #f1decf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.photo-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 2.8vw, 42px);
}

.board-photo {
  position: relative;
  margin: 0;
  padding: 12px 12px 15px;
  color: var(--ink);
  background: #f7f0df;
  transform: rotate(var(--tilt));
  box-shadow: 0 15px 25px rgba(66, 13, 29, 0.3);
  transform-origin: 50% -4%;
  transition: transform 500ms ease, box-shadow 500ms ease;
}

.board-photo:hover {
  z-index: 3;
  transform: rotate(0deg) translateY(-6px);
  box-shadow: 0 23px 33px rgba(66, 13, 29, 0.36);
}

.photo-clip {
  position: absolute;
  z-index: 2;
  top: -35px;
  left: 50%;
  width: 48px;
  height: 72px;
  object-fit: contain;
  transform: translateX(-50%);
  pointer-events: none;
}

.board-image {
  height: clamp(260px, 28vw, 440px);
  overflow: hidden;
  background: #d7c6ad;
}

.board-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
  filter: saturate(0.86) contrast(0.98) sepia(0.08);
}

.board-image-detail img {
  object-position: 58% 70%;
  transform: scale(1.22);
}

.board-placeholder .board-image {
  display: grid;
  place-content: center;
  gap: 12px;
  min-height: 260px;
  text-align: center;
  background: #c7b398;
  border: 1px solid rgba(78, 51, 37, 0.35);
}

.board-placeholder .board-image span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.board-placeholder .board-image b {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.65;
}

.board-photo figcaption {
  min-height: 56px;
  padding: 13px 2px 0;
  display: grid;
  gap: 4px;
}

.board-photo figcaption span {
  color: var(--wine);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.board-photo figcaption b {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.board-note {
  margin: 28px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.wine-section {
  color: var(--paper);
  background: var(--wine);
}

.cream-section {
  color: var(--ink);
  background: var(--cream);
}

.hero,
.story,
.details,
.site-footer {
  border-inline: 1px solid var(--frame-line);
}

.hero::before,
.story::before,
.details::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 0;
  border: 1px solid var(--frame-line);
  pointer-events: none;
}

.hero > *,
.story > *,
.details > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.story {
  min-height: 720px;
  padding: 112px clamp(36px, 6vw, 90px) 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.story-copy {
  width: 100%;
  max-width: 840px;
  margin: auto;
}

.story-copy .eyebrow,
.story-copy h2 {
  text-align: center;
}

.story-copy h2,
.section-heading h2 {
  margin-bottom: 36px;
  font-size: var(--section-title-size);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.08;
}

.story-copy > p:not(.eyebrow):not(.story-signature) {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  color: #f1ded6;
  font-size: clamp(17px, 1.35vw, 20px);
  letter-spacing: 0.07em;
  line-height: 2;
}

.story-signature {
  max-width: 760px;
  margin: 40px auto 0;
  color: #e6c8c1;
  font-family: var(--font-en);
  font-size: 28px;
  font-style: italic;
  text-align: right;
}

.floating-photo {
  margin: 0;
  padding: 10px 10px 36px;
  color: var(--ink);
  background: #f7f0df;
  box-shadow: 0 20px 32px rgba(35, 12, 18, 0.3);
  transform: translateY(var(--parallax-y, 0)) rotate(-3.2deg);
}

.floating-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 48% 48%;
  filter: saturate(0.82) sepia(0.1);
}

.floating-photo figcaption {
  padding-top: 14px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.details {
  padding: 112px clamp(36px, 6vw, 96px) 110px;
  overflow: hidden;
}

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

.section-heading {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 18px;
  color: var(--wine);
}

.section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-family: var(--font-en);
  font-size: 19px;
  font-style: italic;
  letter-spacing: 0.08em;
}

.date-poster {
  max-width: 820px;
  margin: 0 auto 38px;
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  align-items: center;
  color: var(--wine);
  font-family: var(--font-en);
  font-size: clamp(100px, 18vw, 244px);
  font-weight: 300;
  line-height: 0.72;
  text-align: center;
}

.date-poster strong {
  font-weight: 300;
}

.date-poster i {
  width: 1px;
  height: 68%;
  margin: auto;
  background: var(--wine);
  opacity: 0.36;
  transform: rotate(15deg);
}

.release-countdown {
  width: min(420px, 100%);
  margin: 0 auto 78px;
  padding: 18px 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: baseline;
  gap: 13px;
  color: var(--wine);
  border-block: 1px solid rgba(116, 29, 49, 0.42);
  text-align: center;
}

.release-countdown span,
.release-countdown em {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.release-countdown span {
  justify-self: end;
  font-family: var(--font-cn);
}

.release-countdown em {
  justify-self: start;
}

.release-countdown strong {
  min-width: 58px;
  font-size: 58px;
  font-weight: 300;
  line-height: 0.8;
}

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

.event-grid article {
  min-height: 390px;
  padding: 34px clamp(22px, 2.5vw, 38px);
  display: flex;
  flex-direction: column;
  text-align: center;
  background: rgba(250, 245, 233, 0.72);
  border: 1px solid rgba(88, 59, 44, 0.24);
}

.event-grid h3 {
  margin-bottom: 34px;
  color: var(--wine);
  font-size: var(--card-title-size);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.schedule {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  list-style: none;
}

.schedule li {
  display: grid;
  grid-template-columns: auto minmax(18px, 1fr) auto;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.schedule time {
  color: var(--wine);
  font-family: var(--font-en);
  font-size: 19px;
  font-weight: 600;
}

.schedule i {
  height: 1px;
  background: rgba(116, 29, 49, 0.32);
}

.schedule span {
  text-align: right;
}

address {
  margin: 0 0 28px;
  display: grid;
  gap: 17px;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

address strong {
  font-size: 19px;
  font-weight: 500;
}

address span {
  color: var(--muted);
  font-size: 15px;
}

.button-row {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.text-button {
  min-height: 48px;
  padding: 11px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--wine);
  background: transparent;
  border: 1px solid rgba(116, 29, 49, 0.5);
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.07em;
  transition: color 180ms ease, background 180ms ease;
}

.text-button:hover {
  color: var(--paper);
  background: var(--wine);
}

.note-copy {
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.dress-palette {
  width: 100%;
  margin: 0 auto 28px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: clamp(7px, 1vw, 13px);
  list-style: none;
}

.dress-palette li {
  min-width: 40px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.dress-palette i {
  width: 25px;
  height: 25px;
  display: block;
  background: var(--swatch);
  border: 1px solid rgba(70, 47, 38, 0.2);
  border-radius: 50%;
  box-shadow: 0 3px 7px rgba(72, 40, 31, 0.12);
}

.dress-palette span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.calendar-button {
  width: 100%;
  margin-top: auto;
}

.site-footer {
  min-height: 112px;
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #ead5ce;
  background: var(--wine-dark);
  border-top: 1px solid var(--frame-line);
}

.site-footer img {
  width: 96px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

.site-footer span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.toast {
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  color: var(--paper);
  background: var(--wine-dark);
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .floating-photo[data-reveal] {
  transform: translateY(calc(var(--parallax-y, 0px) + 25px)) rotate(-3.2deg);
}

.js .floating-photo[data-reveal].is-visible {
  transform: translateY(var(--parallax-y, 0px)) rotate(-3.2deg);
}

.js .photo-board[data-reveal] .board-photo {
  opacity: 0;
  transform: translateY(-34px) rotate(var(--tilt));
}

.js .photo-board[data-reveal].is-visible .board-photo {
  opacity: 1;
  transform: translateY(0) rotate(var(--tilt));
  transition: opacity 620ms ease var(--drop-delay), transform 800ms cubic-bezier(0.19, 0.82, 0.28, 1.08) var(--drop-delay), box-shadow 500ms ease;
}

.js .photo-board[data-reveal].is-visible .board-photo:hover {
  transform: translateY(-6px) rotate(0deg);
}

@media (max-width: 960px) {
  .site-header {
    height: 70px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-brand {
    position: absolute;
    top: 5px;
    left: 50%;
    display: grid;
    transform: translateX(-50%);
  }

  .brand-mark img {
    width: 86px;
    height: 52px;
  }

  .menu-button {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 48px;
    height: 46px;
    padding: 11px 8px;
    display: grid;
    align-content: center;
    gap: 4px;
    cursor: pointer;
    background: transparent;
    border: 0;
  }

  .menu-button span {
    width: 22px;
    height: 1px;
    margin-left: auto;
    background: var(--wine);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-button b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    padding: 8px 24px 20px;
    display: grid;
    gap: 0;
    color: var(--wine);
    background: var(--cream);
    border-bottom: 1px solid rgba(116, 29, 49, 0.2);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-nav a {
    min-height: 48px;
    display: grid;
    place-items: center;
    border-top: 1px solid rgba(116, 29, 49, 0.14);
    letter-spacing: 0.16em;
  }

  .film-banner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .film-code {
    display: none;
  }

  .event-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: auto;
  }

  .event-grid article {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  :root {
    --section-title-size: clamp(44px, 14vw, 62px);
    --card-title-size: 29px;
  }

  html {
    scroll-padding-top: 68px;
  }

  .page-frame {
    inset: 7px;
  }

  .framed-section,
  .site-footer {
    width: 100%;
    margin: 0;
  }

  .hero {
    min-height: 0;
    padding: 92px 24px 0;
  }

  .film-banner {
    min-height: 132px;
    padding: 34px 15px;
    border-width: 2px;
    outline-offset: -8px;
  }

  .film-banner::before,
  .film-banner::after {
    right: 11px;
    left: 11px;
    height: 8px;
    background-size: 15px 8px;
  }

  .film-title small {
    font-size: 11px;
    letter-spacing: 0.25em;
  }

  .film-title strong {
    font-size: clamp(26px, 8vw, 36px);
    letter-spacing: 0.06em;
  }

  .hero-copy {
    margin: 64px auto 58px;
  }

  .eyebrow {
    margin-bottom: 15px;
    font-size: 11px;
    letter-spacing: 0.22em;
  }

  .hero-names {
    max-width: 390px;
    margin-bottom: 44px;
    gap: 5px;
  }

  .hero-name b {
    font-size: clamp(39px, 10.5vw, 43px);
    letter-spacing: 0.025em;
  }

  .hero-name small {
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .hero-name-left {
    transform: translateY(-4px);
  }

  .hero-name-right {
    transform: translateY(6px);
  }

  .hero-names > i {
    font-size: 36px;
  }

  .hero-subtitle {
    max-width: 290px;
    margin-inline: auto;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.85;
  }

  .memory-film {
    width: calc(100% + 48px);
    margin: 0 0 48px -24px;
  }

  .memory-film-heading {
    padding-inline: 16px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .memory-film-strip {
    padding: 28px 10px;
    border-width: 1px 0;
    outline: 0;
    box-shadow: none;
  }

  .memory-film-strip::before,
  .memory-film-strip::after {
    right: 8px;
    left: 8px;
    height: 8px;
    background-size: 16px 8px;
  }

  .memory-film-strip::before {
    top: 7px;
  }

  .memory-film-strip::after {
    bottom: 7px;
  }

  .memory-video-copy {
    right: 20px;
    bottom: 18px;
    left: 20px;
    gap: 3px;
  }

  .memory-video-copy span {
    font-size: 8px;
  }

  .memory-video-copy h2 {
    font-size: clamp(25px, 8vw, 34px);
    letter-spacing: 0.07em;
  }

  .memory-video-copy small {
    font-size: 10px;
  }

  .memory-video-toggle {
    top: 12px;
    right: 12px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
  }

  .memory-video-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .photo-board {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 55px 16px 24px;
    border-width: 1px 0;
    border-color: var(--frame-line);
    outline: 0;
    box-shadow: none;
  }

  .photo-board::before {
    inset: 0 10px;
    border: 0;
    border-inline: 1px solid var(--frame-line);
  }

  .board-heading {
    inset: 20px 16px auto;
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .photo-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 13px;
  }

  .board-photo {
    padding: 8px 8px 10px;
  }

  .photo-clip {
    top: -27px;
    width: 36px;
    height: 55px;
  }

  .board-image {
    height: 53vw;
    min-height: 190px;
    max-height: 290px;
  }

  .board-placeholder .board-image {
    min-height: 190px;
  }

  .board-placeholder .board-image span {
    font-size: 9px;
  }

  .board-placeholder .board-image b {
    font-size: 16px;
  }

  .board-photo figcaption {
    min-height: 50px;
    padding-top: 10px;
  }

  .board-photo figcaption b {
    font-size: 13px;
  }

  .board-note {
    margin-top: 24px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .hero,
  .story,
  .details,
  .site-footer {
    width: 100%;
    padding-inline: 24px;
    border-inline: 0;
  }

  .hero::before,
  .story::before,
  .details::before,
  .site-footer::before {
    inset: 0 10px;
    border-block: 0;
  }

  .story {
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 86px;
  }

  .floating-photo img {
    height: min(116vw, 480px);
  }

  .story-copy {
    width: 100%;
    max-width: 500px;
  }

  .story-copy h2,
  .section-heading h2 {
    margin-bottom: 28px;
    font-size: var(--section-title-size);
  }

  .story-copy > p:not(.eyebrow):not(.story-signature) {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.95;
  }

  .story-signature {
    margin-top: 34px;
    font-size: 24px;
  }

  .details {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading > p:last-child {
    font-size: 16px;
  }

  .date-poster {
    grid-template-columns: 1fr 34px 1fr;
    margin-bottom: 28px;
    font-size: clamp(84px, 31vw, 132px);
  }

  .release-countdown {
    margin-bottom: 54px;
    padding: 16px 8px;
    gap: 9px;
  }

  .release-countdown span,
  .release-countdown em {
    font-size: 10px;
    letter-spacing: 0.07em;
  }

  .release-countdown strong {
    min-width: 48px;
    font-size: 48px;
  }

  .event-grid {
    width: 100%;
    gap: 16px;
  }

  .event-grid article {
    width: 100%;
    padding: 28px 20px;
  }

  .event-grid h3 {
    margin-bottom: 27px;
    min-height: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--card-title-size);
  }

  .schedule li {
    grid-template-columns: auto minmax(24px, 1fr) auto;
    gap: 9px;
    font-size: 14px;
  }

  .schedule time {
    font-size: 18px;
  }

  .button-row {
    width: 100%;
  }

  .text-button {
    min-height: 50px;
    padding-inline: 9px;
    font-size: 13px;
  }

  .site-footer {
    min-height: 124px;
    padding: 26px 24px;
    flex-direction: column;
    gap: 8px;
  }

  .site-footer img {
    width: 84px;
    height: 42px;
  }

  .site-footer span {
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .toast {
    right: 18px;
    bottom: 18px;
    left: 18px;
    text-align: center;
  }
}

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