:root {
  --ink: #343741;
  --ink-soft: #59616f;
  --charcoal: #2f3139;
  --charcoal-soft: #41454e;
  --olive: #69666f;
  --olive-deep: #484850;
  --sage: #cbd2df;
  --sage-deep: #a2a5ad;
  --cream: #f3f3f1;
  --paper: #faf9f6;
  --white: #fff;
  --line: rgba(52, 55, 65, 0.22);
  --line-light: rgba(255, 255, 255, 0.3);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 96px));
  --section-pad: clamp(110px, 13vw, 190px);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--cream);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  height: 100svh;
  overflow: hidden;
}

html.invitation-ready,
html.invitation-ready body {
  height: 100%;
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

button {
  color: inherit;
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

img,
svg {
  display: block;
}

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

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

address {
  font-style: normal;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  overflow: clip;
}

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

.section--sage {
  background: var(--sage);
}

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

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

.full-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.display-title,
.hero__title {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.84;
}

.display-title {
  max-width: 880px;
  font-size: clamp(58px, 6.2vw, 96px);
}

.display-title em {
  font-weight: 400;
}

.display-title--light {
  color: var(--paper);
}

.micro-label,
.section-mark,
.script-kicker,
.button,
.editorial-photo figcaption,
.palette-sheet figcaption {
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.micro-label {
  font-size: 10px;
  font-weight: 500;
}

.micro-label--light {
  color: rgba(255, 254, 250, 0.72);
}

.section-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 190px;
  font-size: 9px;
  font-weight: 500;
}

.section-mark i {
  width: 72px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}

.section-mark--light {
  color: rgba(255, 254, 250, 0.72);
}

.script-kicker {
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(16px, 1.6vw, 22px);
  font-style: italic;
  text-transform: none;
}

.script-kicker--light {
  color: rgba(255, 254, 250, 0.7);
}

.signature {
  color: var(--olive-deep);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 42px);
  font-style: italic;
  line-height: 1;
}

.signature--light {
  color: rgba(255, 254, 250, 0.76);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 230px;
  padding: 17px 22px;
  border: 1px solid currentColor;
  border-radius: 0;
  cursor: pointer;
  font-size: 9px;
  font-weight: 500;
  transition:
    color 260ms ease,
    background-color 260ms ease,
    transform 260ms ease;
}

.button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--olive {
  color: var(--paper);
  background: var(--olive-deep);
}

.button--olive:hover,
.button--olive:focus-visible {
  color: var(--olive-deep);
  background: var(--paper);
}

.page-progress {
  position: fixed;
  z-index: 220;
  top: 0;
  right: 24px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  justify-items: center;
  gap: 15px;
  width: 38px;
  height: 100svh;
  padding-block: 24px;
  color: var(--ink);
  pointer-events: none;
  mix-blend-mode: multiply;
}

.page-progress__monogram,
.page-progress__date,
.page-progress__section {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-progress__section {
  writing-mode: vertical-rl;
}

.page-progress__track {
  position: relative;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background: rgba(52, 55, 65, 0.19);
}

.page-progress__fill {
  position: absolute;
  inset: 0;
  background: currentColor;
  transform: scaleY(0);
  transform-origin: top;
}

.music-control {
  position: fixed;
  z-index: 240;
  right: 25px;
  bottom: 25px;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 10px;
  min-width: 112px;
  min-height: 54px;
  padding: 8px 15px 8px 10px;
  color: var(--ink);
  background: rgba(250, 249, 246, 0.96);
  border: 1px solid rgba(52, 55, 65, 0.2);
  border-radius: 999px;
  box-shadow: 0 13px 34px rgba(38, 41, 49, 0.16);
  cursor: pointer;
  transition:
    translate 520ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 360ms ease,
    box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 300ms ease;
}

.music-control[hidden] {
  display: none !important;
}

.music-control:hover,
.music-control:focus-visible {
  translate: 0 -4px;
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(38, 41, 49, 0.2);
}

.music-control__disc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 30px;
  height: 30px;
  color: var(--paper);
  background: var(--olive-deep);
  border-radius: 50%;
}

.music-control__disc i {
  width: 1px;
  height: 8px;
  background: currentColor;
  border-radius: 1px;
  transition: height 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.music-control__disc i:nth-child(2) {
  height: 13px;
}

.music-control__disc i:nth-child(3) {
  height: 6px;
}

.music-control.is-playing .music-control__disc i:first-child {
  height: 14px;
}

.music-control.is-playing .music-control__disc i:nth-child(2) {
  height: 8px;
}

.music-control.is-playing .music-control__disc i:nth-child(3) {
  height: 16px;
}

.music-control__text {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Opening invitation */
.opening-screen {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background: transparent;
}

html.invitation-ready .opening-screen {
  display: grid;
}

.opening-screen[hidden] {
  display: none !important;
}

.opening-screen__grain {
  position: absolute;
  z-index: 3;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.42) 49%, transparent 50%),
    linear-gradient(25deg, rgba(51, 57, 46, 0.08) 0 1px, transparent 1px);
  background-size:
    240px 240px,
    6px 6px;
}

.opening-screen__branch {
  position: absolute;
  z-index: 2;
  width: min(25vw, 320px);
  color: var(--paper);
  opacity: 0.2;
  pointer-events: none;
}

.opening-screen__branch svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.4;
}

.opening-screen__branch--left {
  bottom: -50px;
  left: -10px;
}

.opening-screen__branch--right {
  top: -70px;
  right: -12px;
  transform: rotate(180deg);
}

.opening-curtain {
  position: absolute;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.opening-curtain__panel {
  position: absolute;
  z-index: 1;
  top: -2%;
  bottom: -2%;
  width: 51%;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.17) 0%,
      rgba(255, 255, 255, 0.03) 7%,
      rgba(35, 37, 45, 0.14) 15%,
      rgba(255, 255, 255, 0.12) 23%,
      rgba(35, 37, 45, 0.1) 32%,
      rgba(255, 255, 255, 0.09) 44%,
      rgba(35, 37, 45, 0.12) 55%,
      rgba(255, 255, 255, 0.11) 68%,
      rgba(35, 37, 45, 0.15) 82%,
      rgba(255, 255, 255, 0.08) 93%,
      rgba(35, 37, 45, 0.18) 100%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(31, 33, 41, 0.08)),
    var(--olive);
  backface-visibility: hidden;
  box-shadow: 0 0 58px rgba(38, 40, 48, 0.26);
  transform-style: preserve-3d;
  will-change: transform;
}

.opening-curtain__panel::before,
.opening-curtain__panel::after {
  position: absolute;
  inset-block: 0;
  content: "";
  pointer-events: none;
}

.opening-curtain__panel::before {
  inset-inline: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 11%,
    rgba(255, 255, 255, 0.08) 11.2% 11.35%,
    transparent 11.55% 21%
  );
}

.opening-curtain__panel::after {
  width: 34px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 32, 40, 0.2) 42%,
    rgba(255, 255, 255, 0.2) 68%,
    transparent
  );
}

.opening-curtain__panel--left {
  left: 0;
  transform-origin: right center;
  box-shadow:
    inset -24px 0 38px rgba(38, 40, 48, 0.18),
    0 0 55px rgba(38, 40, 48, 0.2);
}

.opening-curtain__panel--left::after {
  right: -8px;
}

.opening-curtain__panel--right {
  right: 0;
  transform-origin: left center;
  box-shadow:
    inset 24px 0 38px rgba(38, 40, 48, 0.18),
    0 0 55px rgba(38, 40, 48, 0.2);
}

.opening-curtain__panel--right::after {
  left: -8px;
  transform: scaleX(-1);
}

.opening-curtain__center {
  position: absolute;
  z-index: 3;
  top: 26%;
  left: 50%;
  display: grid;
  justify-items: center;
  color: var(--paper);
  text-align: center;
  text-shadow: 0 1px 22px rgba(33, 35, 43, 0.2);
  transform: translateX(-50%);
  pointer-events: none;
}

.opening-curtain__eyebrow,
.opening-curtain__date {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.opening-curtain__monogram {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-block: 13px 18px;
  font-family: var(--serif);
  font-size: clamp(74px, 9vw, 128px);
  line-height: 0.8;
}

.opening-curtain__monogram i {
  font-size: 0.34em;
}

.opening-pull {
  position: absolute;
  z-index: 5;
  top: 52%;
  left: 50%;
  display: grid;
  justify-items: center;
  width: 150px;
  min-height: 250px;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 0;
  cursor: pointer;
  transform: translateX(-50%);
  transition:
    transform 260ms ease,
    opacity 260ms ease;
  touch-action: none;
  user-select: none;
}

.opening-pull:disabled {
  cursor: wait;
  opacity: 0.55;
}

.opening-pull:not(:disabled):hover,
.opening-pull:not(:disabled):focus-visible {
  transform: translateX(-50%) translateY(5px);
}

.opening-pull__cord {
  width: 1px;
  height: 108px;
  background: linear-gradient(180deg, currentColor, rgba(255, 255, 255, 0.62));
  box-shadow:
    7px 0 0 rgba(255, 255, 255, 0.2),
    3px 0 8px rgba(34, 36, 44, 0.18);
  transform-origin: top center;
}

.opening-pull__knot {
  width: 22px;
  height: 20px;
  margin-top: -2px;
  border: 1px solid currentColor;
  border-radius: 50% 50% 44% 44%;
}

.opening-pull__tassel {
  width: 46px;
  height: 58px;
  margin-top: -2px;
  background:
    repeating-linear-gradient(
      90deg,
      currentColor 0 1px,
      transparent 1px 5px
    );
  border-top: 9px solid currentColor;
  clip-path: polygon(17% 0, 83% 0, 100% 100%, 0 100%);
  transform-origin: top center;
}

.opening-pull small {
  margin-top: 16px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-screen__hint {
  position: absolute;
  z-index: 6;
  bottom: 3.5vh;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Shared editorial imagery */
.editorial-photo {
  position: relative;
  align-self: center;
  width: 100%;
  padding: 12px;
  background: rgba(255, 254, 250, 0.78);
  border: 1px solid rgba(52, 55, 65, 0.13);
  box-shadow: 0 18px 42px rgba(49, 55, 43, 0.08);
}

.editorial-photo img {
  position: relative;
  z-index: 1;
}

.editorial-photo__corner {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  border-top: 1px solid var(--olive);
  border-right: 1px solid var(--olive);
  transform: translate(10px, -10px);
}

.editorial-photo figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 3px 1px;
  color: var(--ink);
  font-size: 8px;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  :where(.editorial-photo, .palette-sheet, .dress-look) {
    translate: 0 0;
    transition:
      translate 720ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 720ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 720ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  :where(.editorial-photo, .palette-sheet, .dress-look):hover {
    translate: 0 -10px;
    border-color: rgba(52, 55, 65, 0.22);
    box-shadow: 0 30px 72px rgba(35, 39, 47, 0.16);
  }

  .editorial-photo__corner {
    transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .editorial-photo:hover .editorial-photo__corner {
    transform: translate(6px, -6px);
  }
}

/* Hero */
.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: 80px;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(52, 55, 65, 0.18);
}

.hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 42px;
  width: min(760px, calc(100vw - 96px));
}

.hero__copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding-left: 0;
  text-align: center;
}

.hero__title {
  display: grid;
  margin-block: 18px 25px;
  font-size: clamp(62px, 6.5vw, 96px);
}

.hero__title i {
  margin: -0.06em 0 -0.12em;
  color: var(--olive);
  font-size: 0.47em;
  font-weight: 400;
}

.hero__date {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.hero__date i {
  width: 44px;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
}

.hero__note {
  max-width: 380px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.35;
}

.editorial-photo--hero {
  max-width: 350px;
  justify-self: center;
}

.hero__botanical {
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(72, 72, 80, 0.12);
  border-radius: 50%;
}

.hero__botanical--one {
  top: -160px;
  left: 22%;
}

.hero__botanical--two {
  right: -170px;
  bottom: -150px;
}

.scroll-cue {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 8px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  width: 1px;
  height: 32px;
  background: currentColor;
}

/* Welcome */
.welcome {
  padding-block: var(--section-pad);
}

.welcome::before {
  position: absolute;
  top: 11%;
  right: -130px;
  width: 320px;
  height: 320px;
  content: "";
  border: 1px solid var(--line);
  border-radius: 50%;
}

.welcome__layout {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  align-items: start;
  gap: clamp(42px, 6vw, 94px);
  width: min(900px, var(--shell));
}

.welcome__copy {
  display: grid;
  gap: 30px;
}

.welcome__text {
  display: grid;
  gap: 18px;
  max-width: 550px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(20px, 2.25vw, 31px);
  line-height: 1.28;
}

/* Date */
.date-section {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: var(--section-pad);
}

.date-section__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.date-section__copy {
  display: grid;
  align-content: start;
  gap: 20px;
}

.date-section__yes {
  margin: -24px 0 -18px 42%;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(64px, 8vw, 118px);
  font-style: italic;
  line-height: 1;
}

.date-section__ring {
  position: absolute;
  border: 1px solid rgba(72, 72, 80, 0.14);
  border-radius: 50%;
}

.date-section__ring--one {
  top: -180px;
  right: -170px;
  width: 520px;
  height: 520px;
}

.date-section__ring--two {
  bottom: -260px;
  left: -240px;
  width: 650px;
  height: 650px;
}

.calendar {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(30px, 4vw, 58px);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 22px 25px 0 rgba(72, 72, 80, 0.16);
}

.calendar__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 42px);
}

.calendar__top span:last-child {
  font-size: 20px;
  font-style: italic;
}

.calendar__weekdays,
.calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
  gap: 8px;
}

.calendar__weekdays {
  margin-block: 24px 13px;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.calendar__days {
  font-family: var(--serif);
  font-size: 17px;
}

.calendar__days > * {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  font-weight: 400;
}

.calendar__days strong svg {
  position: absolute;
  inset: -10px;
  width: 56px;
  height: 56px;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1.5;
}

.calendar__caption {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

/* Venue signature scene */
.venue-stage {
  color: var(--ink);
  background: var(--sage);
}

.venue-stage__scene {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
}

.venue-stage__scene::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 45%, rgba(255, 255, 255, 0.05));
}

.venue-stage__architecture {
  position: absolute;
  z-index: 3;
  inset: 3% 2% 2%;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.venue-sketch {
  width: min(1220px, 96vw);
  height: min(80vh, 760px);
  overflow: visible;
  fill: none;
  stroke: var(--olive-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.venue-draw--fine {
  opacity: 0.7;
  stroke-width: 1.8;
}

.venue-draw--organic {
  stroke-width: 2.1;
}

.venue-sketch__left,
.venue-sketch__right {
  transform-box: fill-box;
}

.venue-stage__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
}

.editorial-photo--venue {
  width: min(420px, 100%);
  justify-self: end;
}

.venue-card {
  width: min(570px, 100%);
  padding: clamp(42px, 5vw, 76px);
  background: rgba(250, 249, 246, 0.96);
  box-shadow: 0 18px 44px rgba(52, 55, 65, 0.08);
}

.venue-card .display-title {
  margin-block: 16px 34px;
}

.venue-card__address {
  display: grid;
  gap: 8px;
  margin-bottom: 38px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
}

.venue-card__address p {
  font-size: 1.15em;
  font-weight: 500;
}

.venue-stage__hint {
  position: absolute;
  z-index: 5;
  bottom: 23px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 7px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.venue-stage__hint i {
  width: 1px;
  height: 24px;
  background: currentColor;
}

/* Program */
.program {
  padding-top: var(--section-pad);
}

.program__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 80px;
}

.program__heading .display-title {
  margin-top: 20px;
}

.program__intro {
  max-width: 310px;
  margin-bottom: 12px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 24px;
}

.program__stage {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: 50px 90px;
  background: linear-gradient(180deg, var(--paper), #eeebdf);
}

.program__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 1fr);
  align-items: center;
  gap: clamp(70px, 9vw, 140px);
}

.editorial-photo--program {
  width: min(430px, 100%);
  justify-self: end;
}

.timeline {
  position: relative;
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline__line {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 104px;
  width: 1px;
  background: var(--olive);
  transform-origin: top;
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 76px 20px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 105px;
}

.timeline time {
  padding-top: 3px;
  font-family: var(--serif);
  font-size: 26px;
}

.timeline__node {
  position: relative;
  z-index: 2;
  width: 9px;
  height: 9px;
  margin-top: 14px;
  justify-self: center;
  background: var(--paper);
  border: 1px solid var(--olive);
  border-radius: 50%;
}

.timeline li > div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.timeline li > div > span {
  color: var(--olive);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline h3 {
  margin-block: 3px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 400;
}

.timeline p {
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.3;
}

/* Dress */
.dress {
  padding-block: var(--section-pad);
}

.dress::before {
  position: absolute;
  top: -260px;
  left: -230px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(72, 72, 80, 0.12);
  border-radius: 50%;
}

.dress__heading {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  max-width: 820px;
  text-align: center;
}

.dress__heading .display-title {
  margin-block: 12px 32px;
}

.dress__copy {
  max-width: 640px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.35;
}

.palette-sheet {
  position: relative;
  z-index: 2;
  width: min(690px, calc(100vw - 48px));
  margin: 72px auto 100px;
  padding: 14px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 22px 48px rgba(48, 54, 43, 0.11);
}

.palette-sheet figcaption {
  padding: 12px 5px 0;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
}

.dress__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
}

.dress-look {
  position: relative;
  width: 100%;
  padding: 13px;
  color: var(--ink);
  background: var(--paper);
}

.dress-look--second {
  margin-top: 110px;
}

.dress-look__number {
  position: absolute;
  z-index: 2;
  top: -34px;
  left: -30px;
  color: rgba(72, 72, 80, 0.3);
  font-family: var(--serif);
  font-size: 74px;
}

.dress-look figcaption {
  padding: 22px 8px 12px;
}

.dress-look h3 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 400;
}

.dress-look p {
  max-width: 430px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 17px;
}

/* Letter */
.letter {
  padding-block: var(--section-pad);
}

.letter__heading {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 90px;
}

.letter__heading .display-title {
  max-width: 770px;
  font-size: clamp(62px, 7vw, 112px);
}

.letter__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(70px, 9vw, 140px);
}

.editorial-photo--letter {
  width: min(430px, 100%);
  justify-self: end;
}

.letter__interaction {
  display: grid;
  justify-items: center;
  gap: 45px;
}

.letter__hint {
  max-width: 520px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 26px);
  text-align: center;
}

.letter__interaction.is-envelope-opening .letter__hint,
.letter__interaction.is-envelope-open .letter__hint {
  visibility: hidden !important;
  opacity: 0 !important;
}

.envelope {
  position: relative;
  width: min(570px, 100%);
  aspect-ratio: 1.48;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.envelope__shadow,
.envelope__back,
.envelope__letter,
.envelope__flap,
.envelope__front {
  position: absolute;
  inset: 0;
}

.envelope__shadow {
  z-index: 0;
  inset: 8% 5% -3%;
  opacity: 0.82;
  background: rgba(48, 54, 43, 0.18);
  box-shadow: 0 30px 60px rgba(48, 54, 43, 0.18);
}

.envelope__back {
  z-index: 1;
  background: var(--olive-deep);
}

.envelope__letter {
  z-index: 2;
  top: 7%;
  right: 7%;
  bottom: 7%;
  left: 7%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 13px;
  padding: 8%;
  color: var(--ink);
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), transparent 34%),
    var(--paper);
  backface-visibility: hidden;
  box-shadow:
    0 12px 25px rgba(43, 49, 39, 0.12),
    inset 0 0 0 1px rgba(52, 55, 65, 0.06);
  transform-origin: center bottom;
  transform-style: preserve-3d;
}

.envelope__letter-kicker,
.envelope__letter-copy {
  max-width: 390px;
  font-family: var(--serif);
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.22;
}

.envelope__signature {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.8vw, 38px);
  font-weight: 500;
  line-height: 0.9;
}

.envelope__ring {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  border: 2px solid #b59a58;
  border-radius: 50%;
}

.envelope__flap {
  z-index: 4;
  height: 58%;
  backface-visibility: visible;
  transform-origin: top;
  transform-style: preserve-3d;
}

.envelope__flap::before,
.envelope__flap::after {
  position: absolute;
  inset: 0;
  content: "";
  backface-visibility: hidden;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.envelope__flap::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 62%),
    #747682;
}

.envelope__flap::after {
  background:
    linear-gradient(180deg, rgba(52, 55, 65, 0.08), transparent 54%),
    #e5e3dd;
  transform: rotateX(180deg);
}

.envelope__front {
  z-index: 3;
  background:
    linear-gradient(32deg, #5d5e69 0 49.7%, transparent 50%),
    linear-gradient(-32deg, #6b6c78 0 49.7%, transparent 50%);
  filter: drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.08));
}

.envelope__seal,
.envelope__script,
.envelope__tap {
  position: absolute;
  z-index: 6;
  color: rgba(255, 255, 255, 0.6);
}

.envelope__seal {
  top: 39%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 58px;
  height: 58px;
  color: rgba(250, 249, 246, 0.88);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.24), transparent 31%),
    #51535e;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 48% 52% 46% 54%;
  box-shadow:
    0 8px 16px rgba(35, 37, 45, 0.22),
    inset 0 0 0 4px rgba(255, 255, 255, 0.035);
  font-family: var(--serif);
  font-size: 15px;
  transform: translate(-50%, -50%) rotate(-2deg);
}

.envelope__seal::after {
  position: absolute;
  inset: 6px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.envelope__seal i {
  font-size: 0.72em;
}

.envelope__script {
  right: 8%;
  bottom: 11%;
  font-family: var(--serif);
  font-size: clamp(18px, 2.6vw, 32px);
  font-style: italic;
  letter-spacing: 0.07em;
}

.envelope__tap {
  bottom: 4%;
  left: 50%;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.envelope.is-animating .envelope__shadow,
.envelope.is-animating .envelope__letter,
.envelope.is-animating .envelope__flap,
.envelope.is-animating .envelope__seal {
  will-change: transform, opacity;
}

.envelope.is-open .envelope__flap {
  z-index: 1;
}

.envelope.is-open .envelope__letter {
  z-index: 5;
}

html:not([data-motion="ready"]) .envelope.is-open .envelope__flap {
  transform: rotateX(-180deg);
}

html:not([data-motion="ready"]) .envelope.is-open .envelope__letter {
  transform: translateY(-50%);
}

.envelope.is-open .envelope__tap,
.envelope.is-open .envelope__script,
.envelope.is-open .envelope__seal {
  opacity: 0;
}

/* RSVP */
.rsvp {
  padding-block: var(--section-pad);
}

.rsvp__layout {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  align-items: start;
  gap: clamp(70px, 10vw, 150px);
}

.rsvp__heading {
  display: grid;
  align-self: start;
  gap: 26px;
}

.rsvp__heading .display-title {
  font-size: clamp(68px, 7.2vw, 112px);
}

.rsvp__heading > p {
  max-width: 440px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 26px);
}

.rsvp-form,
.rsvp-result {
  padding: clamp(32px, 4vw, 58px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 22px 25px 0 var(--sage);
}

.rsvp-form {
  display: grid;
  gap: 30px;
}

.field {
  display: grid;
  gap: 10px;
}

.field label,
.field legend {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field input[type="text"],
.field textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  resize: vertical;
  transition: border-color 180ms ease;
}

.field input[type="text"]:focus,
.field textarea:focus {
  border-color: var(--olive);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(52, 55, 65, 0.42);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.choice-grid--alcohol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid--alcohol .choice:first-child {
  grid-column: 1 / -1;
}

.choice {
  position: relative;
  cursor: pointer;
}

.choice input {
  position: absolute;
  opacity: 0;
}

.choice span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 10px;
  border: 1px solid var(--line);
  font-family: var(--serif);
  line-height: 1.2;
  text-align: center;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.choice input:checked + span {
  color: var(--paper);
  background: var(--olive);
  border-color: var(--olive);
}

.choice input:focus-visible + span {
  outline: 2px solid var(--olive);
  outline-offset: 2px;
}

.field-error {
  min-height: 1em;
  color: #934f4f;
  font-size: 11px;
}

.rsvp-result {
  grid-column: 2;
  display: grid;
  gap: 22px;
  margin-top: 35px;
}

.rsvp-result[hidden] {
  display: none;
}

.rsvp-result > p:nth-child(2) {
  white-space: pre-line;
}

.rsvp-result__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.text-button {
  min-height: 44px;
  padding: 8px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rsvp-result__status {
  color: var(--ink-soft);
  font-size: 12px;
}

/* Countdown */
.countdown {
  min-height: 82svh;
  display: grid;
  place-items: center;
  padding-block: var(--section-pad);
}

.countdown__layout {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
}

.countdown .display-title {
  max-width: 900px;
  margin-block: 24px 65px;
  font-size: clamp(62px, 8.2vw, 125px);
}

.countdown__grid {
  display: flex;
  align-items: center;
  gap: clamp(15px, 3vw, 40px);
}

.countdown__grid div {
  display: grid;
  justify-items: center;
  min-width: 100px;
}

.countdown__grid strong {
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.9;
}

.countdown__grid span {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.countdown__grid i {
  color: rgba(52, 55, 65, 0.3);
  font-family: var(--serif);
  font-size: 43px;
  font-style: normal;
}

.countdown__ring {
  position: absolute;
  border: 1px solid rgba(72, 72, 80, 0.14);
  border-radius: 50%;
}

.countdown__ring--one {
  top: -230px;
  left: -170px;
  width: 600px;
  height: 600px;
}

.countdown__ring--two {
  right: -240px;
  bottom: -290px;
  width: 720px;
  height: 720px;
}

.countdown__finished {
  font-family: var(--serif);
  font-size: 60px;
}

/* Closing */
.closing {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: var(--section-pad);
}

.closing::after {
  position: absolute;
  right: -210px;
  bottom: -260px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.closing__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) 1fr;
  align-items: center;
  gap: clamp(80px, 11vw, 170px);
}

.editorial-photo--closing {
  width: min(430px, 100%);
  justify-self: end;
}

.closing__copy {
  display: grid;
  justify-items: start;
  gap: 30px;
}

.closing__copy .display-title {
  max-width: 650px;
  font-size: clamp(74px, 8vw, 126px);
}

.closing__date {
  padding-block: 18px;
  border-block: 1px solid var(--line-light);
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
  :root {
    --shell: min(960px, calc(100vw - 70px));
  }

  .date-section__layout,
  .venue-stage__content,
  .program__layout,
  .letter__layout,
  .closing__layout {
    gap: 60px;
  }

  .welcome__layout {
    grid-template-columns: 0.3fr 1fr;
  }

  .venue-stage__content {
    grid-template-columns: minmax(290px, 0.72fr) minmax(330px, 1fr);
  }

  .program__layout,
  .letter__layout,
  .closing__layout {
    grid-template-columns: minmax(280px, 0.72fr) 1fr;
  }

  .timeline__line {
    left: 94px;
  }

  .timeline li {
    grid-template-columns: 68px 20px 1fr;
    gap: 14px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 38px);
    --section-pad: 92px;
  }

  body {
    font-size: 15px;
  }

  .field input[type="text"],
  .field textarea {
    font-size: 16px;
  }

  .page-progress {
    top: 11px;
    right: 14px;
    grid-template: 1fr / auto 72px auto;
    gap: 10px;
    width: auto;
    height: 28px;
    padding: 0;
  }

  .page-progress__section,
  .page-progress__track {
    display: none;
  }

  .music-control {
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 9px;
  }

  .music-control.is-rsvp-hidden {
    opacity: 0;
    pointer-events: none;
    translate: 0 12px;
  }

  .music-control__disc {
    width: 30px;
    height: 30px;
    justify-self: center;
  }

  .music-control__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .opening-screen__branch {
    width: 43vw;
  }

  .opening-curtain__center {
    top: 22%;
  }

  .opening-curtain__eyebrow,
  .opening-curtain__date {
    font-size: 7px;
  }

  .opening-curtain__monogram {
    gap: 12px;
    font-size: clamp(70px, 25vw, 96px);
  }

  .opening-pull {
    top: 49%;
    min-height: 230px;
  }

  .opening-pull__cord {
    height: 92px;
  }

  .opening-screen__hint {
    width: 80%;
    text-align: center;
  }

  .display-title {
    font-size: clamp(60px, 20vw, 96px);
  }

  .section-mark {
    min-width: 0;
  }

  .hero {
    min-height: auto;
    padding-block: 66px 88px;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero__copy {
    padding-left: 0;
  }

  .hero__title {
    margin-block: 20px 28px;
    font-size: clamp(52px, 15vw, 72px);
  }

  .hero__note {
    max-width: 310px;
  }

  .editorial-photo--hero {
    width: min(100%, 310px);
    justify-self: center;
  }

  .scroll-cue {
    display: none;
  }

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

  .date-section {
    min-height: auto;
  }

  .date-section__layout {
    grid-template-columns: 1fr;
    gap: 75px;
  }

  .date-section__yes {
    margin-left: auto;
    margin-right: 12%;
  }

  .calendar {
    justify-self: center;
    padding: 28px 19px;
    box-shadow: 15px 18px 0 rgba(162, 165, 173, 0.38);
  }

  .calendar__days {
    gap: 5px;
  }

  .calendar__days > * {
    width: 32px;
    height: 32px;
  }

  .venue-stage__scene {
    min-height: 100svh;
    padding-block: 64px;
  }

  .venue-stage__architecture {
    inset: 2% -38%;
    height: auto;
    opacity: 0.66;
  }

  .venue-sketch {
    width: 176%;
    height: 100%;
    stroke-width: 2.8;
  }

  .venue-stage__content {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 14px;
  }

  .editorial-photo--venue {
    width: 100%;
    justify-self: stretch;
    padding: 6px;
  }

  .editorial-photo--venue figcaption {
    display: none;
  }

  .venue-card {
    width: 100%;
    justify-self: stretch;
    padding: 24px 18px;
  }

  .venue-card .section-mark {
    gap: 7px;
    font-size: 6px;
  }

  .venue-card .section-mark i {
    width: 28px;
  }

  .venue-card .script-kicker {
    font-size: 15px;
  }

  .venue-card .display-title {
    margin-block: 8px 16px;
    font-size: clamp(41px, 11.8vw, 55px);
  }

  .venue-card__address {
    gap: 3px;
    margin-bottom: 18px;
    padding-top: 14px;
    font-size: clamp(15px, 4.1vw, 18px);
  }

  .venue-card .button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding-inline: 12px;
    font-size: 9px;
  }

  .venue-stage__hint {
    display: none;
  }

  .program {
    padding-top: 92px;
  }

  .program__heading {
    display: grid;
    gap: 25px;
    padding-bottom: 55px;
  }

  .program__intro {
    font-size: 20px;
  }

  .program__stage {
    min-height: auto;
    padding-block: 25px 95px;
  }

  .program__layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .editorial-photo--program {
    width: min(100%, 420px);
    justify-self: center;
  }

  .timeline__line {
    left: 80px;
  }

  .timeline li {
    grid-template-columns: 58px 18px 1fr;
    gap: 13px;
  }

  .timeline time {
    font-size: 22px;
  }

  .dress__heading {
    justify-items: start;
    text-align: left;
  }

  .palette-sheet {
    margin-block: 58px 80px;
  }

  .dress__gallery {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .dress-look--second {
    margin-top: 0;
  }

  .dress-look__number {
    top: -30px;
    left: 7px;
  }

  .letter__heading {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .letter__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .editorial-photo--letter {
    width: min(100%, 420px);
    justify-self: center;
  }

  .letter__interaction {
    gap: 35px;
  }

  .envelope {
    width: min(100%, 550px);
  }

  html:not([data-motion="ready"]) .envelope.is-open .envelope__letter {
    transform: translateY(-45%);
  }

  .envelope__letter-kicker,
  .envelope__letter-copy {
    font-size: clamp(12px, 3.3vw, 18px);
  }

  .envelope__signature {
    font-size: clamp(20px, 6vw, 34px);
  }

  .rsvp__layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .rsvp__heading {
    position: static;
  }

  .rsvp-form,
  .rsvp-result {
    box-shadow: 12px 14px 0 var(--sage);
  }

  .rsvp-result {
    grid-column: 1;
  }

  .countdown {
    min-height: 76svh;
  }

  .countdown .display-title {
    margin-bottom: 48px;
  }

  .countdown__grid {
    width: 100%;
    justify-content: space-between;
    gap: 4px;
  }

  .countdown__grid div {
    min-width: 0;
  }

  .countdown__grid strong {
    font-size: clamp(40px, 13vw, 72px);
  }

  .countdown__grid i {
    font-size: 27px;
  }

  .closing__layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .editorial-photo--closing {
    width: min(100%, 420px);
    justify-self: center;
  }

  .closing__copy {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 430px) {
  :root {
    --shell: calc(100vw - 28px);
    --section-pad: 80px;
  }

  .editorial-photo {
    padding: 8px;
  }

  .choice-grid--alcohol {
    grid-template-columns: 1fr;
  }

  .choice-grid--alcohol .choice:first-child {
    grid-column: auto;
  }

  .editorial-photo figcaption {
    gap: 8px;
    font-size: 7px;
  }

  .opening-pull small {
    font-size: 7px;
  }

  .hero {
    padding-top: 74px;
  }

  .hero__date {
    gap: 9px;
  }

  .hero__date i {
    width: 25px;
  }

  .welcome__date-card {
    justify-self: center;
  }

  .calendar__weekdays,
  .calendar__days {
    gap: 2px;
  }

  .calendar__days > * {
    width: 31px;
  }

  .venue-card {
    width: 100%;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .timeline {
    gap: 12px;
  }

  .timeline__line {
    left: 72px;
  }

  .timeline li {
    grid-template-columns: 53px 14px 1fr;
    min-height: 125px;
  }

  .timeline p {
    font-size: 15px;
  }

  .envelope__letter {
    gap: 7px;
  }

  .envelope__ring {
    display: none;
  }

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

  .rsvp-form,
  .rsvp-result {
    padding: 26px 20px;
  }

  .countdown__grid span {
    font-size: 6px;
  }
}

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