:root {
  --ink: #070707;
  --soft-ink: #0f0f10;
  --paper: #f3f1ec;
  --silver: #d7d5cf;
  --muted: #9d9b97;
  --line: rgba(242, 240, 235, 0.22);
  --display: "Italiana", "Times New Roman", serif;
  --script: "Caveat", cursive;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
}
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.grain {
  position: fixed;
  z-index: 15;
  inset: 0;
  pointer-events: none;
  opacity: .095;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.78'/%3E%3C/svg%3E");
}
.cursor-glow { position: fixed; z-index: 0; pointer-events: none; width: 42rem; height: 42rem; border-radius: 50%; left: var(--mouse-x, 50%); top: var(--mouse-y, 35%); transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(255,255,255,.055), transparent 62%); mix-blend-mode: screen; }
.section { position: relative; overflow: clip; }
.eyebrow, .section-label, .nav__date, .opening__eyebrow, .opening__date, .countdown__label, .countdown__timezone, .date-card__weekday, .date-card__month, .event-details dt, .action-card__number { font-family: var(--mono); text-transform: uppercase; letter-spacing: .11em; }
.eyebrow { margin: 0 0 1.15rem; font-size: .68rem; color: var(--silver); }
.body-copy { max-width: 28rem; color: #b9b7b2; font-size: .98rem; line-height: 1.7; }

/* Opening */
.opening { position: fixed; z-index: 30; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem; padding: 2rem; text-align: center; background: #050505; transition: opacity .85s ease, visibility .85s ease; }
.opening.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.opening::before { content: ""; position: absolute; width: min(60vw, 42rem); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.015), 0 0 70px rgba(255,255,255,.12); animation: breathing 4s ease-in-out infinite; }
.opening__eyebrow, .opening__date { z-index: 1; font-size: .65rem; color: #c9c7c2; }
.opening__date { position: absolute; bottom: 2rem; }
.opening__title { position: relative; z-index: 1; margin: 0; color: var(--paper); font: clamp(2.7rem, 7vw, 5rem)/.88 var(--display); letter-spacing: -.05em; }
.opening__title em { font-family: var(--script); font-size: 1.4em; font-style: normal; letter-spacing: 0; }
.opening__button, .modal__button { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 1.1rem; margin-top: 1rem; padding: .85rem 1.1rem .85rem 1.4rem; border: 1px solid rgba(255,255,255,.45); color: var(--paper); background: rgba(255,255,255,.06); transition: color .25s, background .25s, transform .25s; }
.opening__button svg, .modal__button svg { width: 1rem; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; }
.opening__button:hover, .modal__button:hover { color: var(--ink); background: var(--paper); transform: translateY(-2px); }

/* Hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: grid; align-items: center; padding: 1.5rem clamp(1.4rem, 5vw, 5.5rem); background: radial-gradient(ellipse 50% 45% at 50% 48%, #4a4a4c 0%, #222224 25%, #0c0c0d 57%, #030303 100%); isolation: isolate; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.hero::before { inset: -20%; background: radial-gradient(circle at 50% 49%, rgba(255,255,255,.32) 0 2%, rgba(255,255,255,.1) 5%, transparent 18%), radial-gradient(ellipse at 50% 49%, rgba(255,255,255,.09), transparent 38%), conic-gradient(from 15deg at 50% 50%, transparent 0 18%, rgba(255,255,255,.06) 22%, transparent 28% 46%, rgba(255,255,255,.04) 52%, transparent 58% 76%, rgba(255,255,255,.07) 82%, transparent 90%); animation: hero-lightshow 7s ease-in-out infinite alternate; }
.hero::after { background-image: radial-gradient(circle at 11% 35%, #fff 0 1px, rgba(255,255,255,.35) 2px, transparent 3.2px), radial-gradient(circle at 20% 68%, rgba(255,255,255,.9) 0 1px, rgba(255,255,255,.3) 2px, transparent 3.2px), radial-gradient(circle at 31% 21%, #fff 0 1.5px, rgba(255,255,255,.35) 2.5px, transparent 4px), radial-gradient(circle at 70% 19%, rgba(255,255,255,.9) 0 1px, rgba(255,255,255,.3) 2px, transparent 3.2px), radial-gradient(circle at 84% 40%, #fff 0 1.5px, rgba(255,255,255,.35) 2.5px, transparent 4px), radial-gradient(circle at 77% 72%, rgba(255,255,255,.9) 0 1px, rgba(255,255,255,.3) 2px, transparent 3.2px), radial-gradient(circle at 42% 82%, #fff 0 1px, rgba(255,255,255,.35) 2px, transparent 3.2px); opacity: .85; animation: hero-starlight 3.8s ease-in-out infinite alternate; }
.nav { position: absolute; z-index: 3; top: 1.4rem; left: clamp(1.4rem, 5vw, 5.5rem); right: clamp(1.4rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: .75rem; }
.monogram { font: 1.6rem/.8 var(--display); letter-spacing: -.1em; }
.nav__links { display: flex; gap: 1.5rem; margin-left: auto; margin-right: 1.5rem; font-size: .68rem; letter-spacing: .05em; }
.nav__links a { color: #d1cfca; transition: color .2s; }
.nav__links a:hover { color: white; }
.nav__date { font-size: .62rem; }
.sky { position: absolute; z-index: -1; inset: 0; overflow: hidden; }
.mirror { position: absolute; overflow: hidden; border-radius: 50%; isolation: isolate; background-color: #aaa; background-image: radial-gradient(circle at 27% 21%, #fff 0 1%, rgba(255,255,255,.95) 2%, transparent 9%), radial-gradient(circle at 71% 16%, rgba(255,255,255,.9) 0 1%, transparent 5%), radial-gradient(circle at 84% 52%, rgba(255,255,255,.75) 0 1%, transparent 4%), radial-gradient(circle at 18% 66%, rgba(255,255,255,.6) 0 1%, transparent 4%), radial-gradient(circle at 54% 80%, rgba(255,255,255,.45) 0 1%, transparent 3%), radial-gradient(circle at 40% 48%, rgba(255,255,255,.35) 0 1%, transparent 3%), repeating-linear-gradient(45deg, rgba(255,255,255,.3) 0 3%, rgba(4,4,5,.44) 3% 6%), repeating-linear-gradient(-45deg, rgba(255,255,255,.2) 0 3%, rgba(4,4,5,.36) 3% 6%), radial-gradient(circle at 32% 28%, #f8f8f5 0%, #d6d6d2 26%, #989895 55%, #48484b 82%, #232325 100%); background-blend-mode: screen, screen, screen, screen, screen, screen, overlay, overlay, normal; box-shadow: inset -1.6rem -1.8rem 3.4rem rgba(0,0,0,.78), inset .9rem .5rem 1.6rem rgba(255,255,255,.6), 0 0 42px rgba(255,255,255,.16); animation: mirror-glint 5s ease-in-out infinite; }
.mirror__canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.mirror::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.55), transparent 7%), linear-gradient(130deg, transparent 30%, rgba(255,255,255,.07) 49%, transparent 62%); animation: mirror-sweep 6.5s ease-in-out infinite; }
.mirror::before { content: ""; position: absolute; top: -2.6rem; left: 50%; width: 1px; height: 2.6rem; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.4)); transform: translateX(-50%); }
.mirror--large { width: min(54vw, 46rem); aspect-ratio: 1; top: -28vw; left: 50%; transform: translateX(-50%); opacity: .92; animation-duration: 6.5s; }
.mirror--large::before { height: 5rem; top: -5rem; }
.mirror--medium { width: min(27vw, 24rem); aspect-ratio: 1; top: 16%; right: -8vw; opacity: .85; animation-duration: 5.4s; animation-delay: .6s; }
.mirror--small { width: min(19vw, 15rem); aspect-ratio: 1; bottom: -2vw; left: -4vw; opacity: .72; animation-duration: 4.6s; animation-delay: 1.1s; }
.mirror--tiny { width: min(10vw, 8rem); aspect-ratio: 1; top: 29%; left: 17%; opacity: .66; animation-duration: 3.8s; animation-delay: .3s; }
.light-beam { position: absolute; width: 12vw; height: 110%; top: -10%; left: 43%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.07), transparent); transform: rotate(22deg); filter: blur(5px); }
.star { position: absolute; width: 2px; height: 2px; background: #fff; border-radius: 50%; box-shadow: 0 0 8px 2px rgba(255,255,255,.8); animation: twinkle 3s ease-in-out infinite; }.star--1 { top: 21%; left: 16%; }.star--2 { top: 28%; right: 18%; animation-delay: .8s; }.star--3 { top: 56%; left: 9%; animation-delay: 1.6s; }.star--4 { top: 65%; right: 9%; }.star--5 { top: 14%; right: 35%; animation-delay: 2s; }.star--6 { top: 76%; left: 29%; animation-delay: .4s; }
.glitter-rise { position: absolute; left: 0; right: 0; bottom: 0; height: 22%; pointer-events: none; overflow: hidden; }
.glitter-rise--full { height: 100%; }
.glitter { position: absolute; left: var(--x); bottom: var(--y, 0); width: var(--size, 3px); height: var(--size, 3px); border-radius: 50%; background: #fff; opacity: 0; animation: glitter-rise var(--duration, 3.5s) ease-in-out infinite; animation-delay: var(--delay, 0s); }
@keyframes glitter-rise { 0% { transform: translateY(0) scale(.5); opacity: 0; } 22% { opacity: 1; } 55% { transform: translateY(-14px) scale(1); opacity: 1; } 100% { transform: translateY(-24px) scale(.4); opacity: 0; } }
.glitter-flare { position: absolute; left: var(--x); bottom: var(--y, 4%); width: 1.9rem; aspect-ratio: 1; opacity: .95; animation: hero-sparkle 2.4s ease-in-out infinite; animation-delay: var(--delay, 0s); }
.glitter-flare::before, .glitter-flare::after { content: ""; position: absolute; top: 50%; left: 50%; width: 100%; height: 1px; transform: translate(-50%, -50%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.95) 42%, #fff 50%, rgba(255,255,255,.95) 58%, transparent); }
.glitter-flare::after { transform: translate(-50%, -50%) rotate(90deg); }
.hero__content { position: relative; z-index: 1; margin: 6rem auto 0; width: min(90vw, 66rem); text-align: center; }
.hero__sparkles { position: absolute; inset: -5.5rem -7rem -4rem; pointer-events: none; }
.hero-sparkle { position: absolute; width: var(--sparkle-size); aspect-ratio: 1; opacity: .95; animation: hero-sparkle 2.35s ease-in-out infinite; }
.hero-sparkle::before, .hero-sparkle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 100%; height: 1px; transform: translate(-50%, -50%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.95) 42%, #fff 50%, rgba(255,255,255,.95) 58%, transparent); }
.hero-sparkle::after { transform: translate(-50%, -50%) rotate(90deg); }
.hero-sparkle--one { --sparkle-size: 4.3rem; top: 17%; left: 5%; }
.hero-sparkle--two { --sparkle-size: 2.1rem; top: 1%; right: 14%; animation-delay: .7s; }
.hero-sparkle--three { --sparkle-size: 3.1rem; top: 60%; right: 3%; animation-delay: 1.25s; }
.hero-sparkle--four { --sparkle-size: 1.8rem; bottom: 0; left: 16%; animation-delay: 1.8s; }
.hero-sparkle--five { --sparkle-size: 2.3rem; bottom: 12%; right: 24%; animation-delay: .35s; }
.hero h1 { position: relative; margin: 0; color: #fff; font: clamp(6.8rem, 19vw, 16.5rem)/.7 "Allura", cursive; letter-spacing: -.01em; text-transform: none; text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 26px rgba(255,255,255,.5), 0 0 70px rgba(255,255,255,.22); }
.hero h1 span { display: inline-block; margin-left: .2em; font-size: .8em; letter-spacing: -.015em; }
.hero h1 .hero-xv { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin: .5em 0 0; font-family: var(--display); font-size: clamp(3.4rem, 10.5vw, 7.4rem); font-weight: 400; letter-spacing: .1em; text-indent: .1em; color: #fff; background: linear-gradient(115deg, #f2f3f5 0%, #ffffff 20%, #b7bcc5 42%, #ffffff 58%, #9ea4ae 76%, #ffffff 100%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 6px rgba(255,255,255,.9), 0 0 18px rgba(255,255,255,.85), 0 0 42px rgba(255,255,255,.6), 0 0 80px rgba(255,255,255,.35); animation: xv-glow 3.6s ease-in-out infinite, xv-shimmer 5.5s linear infinite; }
.hero h1 .hero-xv::before, .hero h1 .hero-xv::after { content: ""; width: clamp(1.6rem, 5vw, 3.2rem); height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9)); }
.hero h1 .hero-xv::after { background: linear-gradient(90deg, rgba(255,255,255,.9), transparent); }
.hero__script { position: relative; margin: .38em 0 0; font: 500 clamp(2.25rem, 5.2vw, 4.2rem)/.85 var(--script); text-shadow: 0 0 20px rgba(255,255,255,.3); }

@keyframes hero-lightshow { 0% { opacity: .55; transform: scale(.94) rotate(-8deg); } 100% { opacity: 1; transform: scale(1.09) rotate(9deg); } }
@keyframes hero-starlight { 0% { opacity: .36; } 100% { opacity: 1; } }
@keyframes hero-sparkle { 0%, 100% { opacity: .18; transform: scale(.5) rotate(0deg); } 48% { opacity: 1; transform: scale(1.16) rotate(45deg); } }
.hero__scroll { position: absolute; bottom: 2.2rem; left: clamp(1.4rem, 5vw, 5.5rem); display: grid; gap: .6rem; font: .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #b9b7b3; }.hero__scroll i { position: relative; display: block; width: 1px; height: 2.8rem; margin-left: .18rem; overflow: hidden; background: rgba(255,255,255,.25); }.hero__scroll i::after { content: ""; position: absolute; inset: 0; background: #fff; animation: scroll-line 2s ease infinite; }

/* Date */
.date-section { min-height: 100vh; min-height: 100svh; padding: clamp(5.5rem, 10vw, 9rem) clamp(1.4rem, 9vw, 10rem) clamp(4.5rem, 8vw, 7rem); background: var(--paper); color: var(--ink); }
.section-label { display: flex; align-items: center; gap: .7rem; margin-bottom: clamp(4rem, 9vw, 7rem); color: #5e5d59; font-size: .62rem; }.section-label::after { content: ""; height: 1px; width: 6rem; background: #b8b6b0; }.section-label span { color: #0a0a0a; }
.date-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr); align-items: center; gap: clamp(3rem, 11vw, 12rem); max-width: 74rem; margin: 0 auto; }
.date-layout__intro h2, .join-section h2, .closing h2, .modal h2 { margin: 0; font: clamp(3.5rem, 7vw, 7rem)/.78 var(--display); letter-spacing: -.065em; }.date-layout__intro h2 em, .join-section h2 em, .closing h2 em, .modal h2 em { font-family: var(--script); font-size: 1.1em; font-style: normal; letter-spacing: 0; }
.date-layout__intro .body-copy { margin-top: 2rem; color: #4f4e4b; }
.date-card { position: relative; padding: 2.4rem 2.2rem 2rem; border: 1px solid #201f1d; background: #e9e7e2; text-align: center; box-shadow: 9px 9px 0 #1d1d1d; }.date-card::before, .date-card::after { content: ""; position: absolute; width: .35rem; height: .35rem; border-radius: 50%; background: #191919; top: .7rem; }.date-card::before { left: .7rem; }.date-card::after { right: .7rem; }
.date-card__weekday { margin: 0; font-size: .66rem; }.date-card__number { margin: .4rem 0 -.65rem; font: clamp(7rem, 15vw, 10rem)/1 var(--display); letter-spacing: -.1em; }.date-card__month { margin: 0; font-size: .75rem; }.date-card__month span { color: #71706c; }
.date-card__divider { height: 1px; margin: 1.8rem 0 1.35rem; background: #777570; }.event-details { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 0; text-align: left; }.event-details div + div { border-left: 1px solid #999793; padding-left: .8rem; }.event-details dt { margin-bottom: .35rem; font-size: .55rem; color: #777570; }.event-details dd { margin: 0; font-size: .73rem; font-weight: 600; }
.maps-link { display: inline-block; margin-top: .4rem; font-family: var(--mono); font-size: .58rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; text-decoration: underline; text-underline-offset: .2em; color: #201f1d; }
.countdown { max-width: 74rem; margin: clamp(5rem, 10vw, 8rem) auto 0; padding-top: 1.1rem; border-top: 1px solid #9d9a94; text-align: center; }.countdown__label { margin: 0 0 1.1rem; font-size: .6rem; color: #585651; }.countdown__numbers { display: flex; justify-content: center; align-items: flex-start; gap: clamp(.6rem, 2vw, 2rem); }.countdown__numbers div { min-width: clamp(3.3rem, 8vw, 5.8rem); }.countdown__numbers strong { display: block; font: clamp(2.3rem, 5vw, 4.4rem)/.95 var(--display); letter-spacing: -.06em; }.countdown__numbers span { display: block; margin-top: .55rem; font: .58rem var(--mono); text-transform: uppercase; letter-spacing: .08em; color: #615f5a; }.countdown__numbers i { width: 1px; height: 3.1rem; margin-top: .3rem; background: #a5a29d; }.countdown__timezone { margin: 2rem 0 0; font-size: .55rem; color: #77746f; }
.calendar-cta { max-width: 74rem; margin: clamp(2.4rem, 5vw, 4rem) auto 0; text-align: center; }
.calendar-button { display: inline-flex; align-items: center; gap: .9rem; padding: .85rem 1.2rem .85rem 1.5rem; border: 1px solid var(--ink); color: var(--ink); background: transparent; font: .68rem var(--mono); letter-spacing: .07em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.calendar-button svg { width: 1rem; height: 1rem; }
.calendar-button:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }

/* Dress code */
.dresscode-section { padding: clamp(3rem, 6vw, 5rem) clamp(1.4rem, 9vw, 10rem); background: #151516; }
.dresscode-section .section-label { color: #a9a7a2; }.dresscode-section .section-label span { color: white; }.dresscode-section .section-label::after { background: #464442; }
.dresscode-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, .6fr); align-items: center; gap: clamp(3rem, 9vw, 8rem); max-width: 74rem; margin: 0 auto; }
.dresscode-layout__intro h2 { margin: 0; font: clamp(2.2rem, 3.2vw, 3.4rem)/.84 var(--display); letter-spacing: -.055em; }
.dresscode-layout__intro h2 em { font-family: var(--script); font-size: 1.2em; font-style: normal; letter-spacing: 0; }
.dresscode-avoid { margin: 1.4rem 0 0; font-family: var(--mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: #a9a7a2; }
.dresscode-layout__art { display: flex; justify-content: center; }
.dresscode-illustration { width: 100%; max-width: 13rem; height: auto; opacity: .96; }

/* Join */
.join-section { padding: clamp(5.5rem, 10vw, 9rem) clamp(1.4rem, 9vw, 10rem); background: #0b0b0b; }.join-section .section-label { color: #a9a7a2; }.join-section .section-label span { color: white; }.join-section .section-label::after { background: #696763; }.join-section__heading { max-width: 43rem; margin: 0 auto clamp(3.5rem, 7vw, 5.6rem); text-align: center; }.join-section__heading .body-copy { margin: 1.8rem auto 0; }
.action-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); max-width: 74rem; margin: auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.action-card { position: relative; min-height: 29rem; display: flex; flex-direction: column; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .35s; }.action-card:hover { background: #171718; }.action-card::after { content: ""; position: absolute; width: 12rem; height: 12rem; right: -6rem; bottom: -6rem; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transition: transform .5s ease; }.action-card:hover::after { transform: scale(1.3); }.action-card__number { color: #9c9a95; font-size: .58rem; }.action-card__icon { display: grid; place-items: center; width: 3.1rem; height: 3.1rem; margin: 3rem 0 1.8rem; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font: 1.8rem var(--display); }.icon-sparkle { font-size: 1.55rem; }.icon-note { font: 2.2rem var(--script); }.action-card h3 { position: relative; z-index: 1; margin: 0; font: clamp(2.2rem, 3.2vw, 3.4rem)/.84 var(--display); letter-spacing: -.055em; }.action-card h3 em { font-family: var(--script); font-size: 1.2em; font-style: normal; letter-spacing: 0; }.action-card p { position: relative; z-index: 1; min-height: 3.7rem; margin: 1.25rem 0 1.2rem; color: #a7a5a1; font-size: .83rem; line-height: 1.6; }.text-button { position: relative; z-index: 1; align-self: flex-start; margin-top: auto; padding: 0 0 .35rem; border: 0; border-bottom: 1px solid #aaa8a3; color: var(--paper); background: transparent; font: .62rem var(--mono); letter-spacing: .05em; text-transform: uppercase; transition: border .2s, transform .2s; }.text-button:hover { border-color: white; transform: translateX(4px); }.text-button span { margin-left: .6rem; font-size: 1rem; }

/* Closing */
.closing { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 4rem 1.5rem; background: radial-gradient(circle at 50% 52%, #252526 0%, #0d0d0e 39%, #030303 74%); text-align: center; }.closing__content { position: relative; z-index: 1; }.closing__date { margin: 1.5rem 0 .5rem; font: clamp(2rem, 5vw, 4rem) var(--display); letter-spacing: .12em; }.closing h2 { font-size: clamp(3.6rem, 9vw, 8.5rem); }.closing__name { margin: 2rem 0 0; font: 2.4rem var(--script); }.closing__sphere { width: min(53vw, 38rem); aspect-ratio: 1; top: 49%; left: 50%; transform: translate(-50%, -50%); opacity: .45; }

/* Modal */
.modal { width: min(calc(100% - 2rem), 34rem); padding: clamp(2rem, 6vw, 3.6rem); border: 1px solid rgba(255,255,255,.3); color: var(--paper); background: #151515; box-shadow: 0 2rem 5rem rgba(0,0,0,.7); }.modal::backdrop { background: rgba(0,0,0,.77); backdrop-filter: blur(5px); }.modal__close { position: absolute; top: .8rem; right: 1rem; border: 0; color: var(--paper); background: none; font-size: 2rem; line-height: 1; }.modal .body-copy { margin: 1.6rem 0 2rem; }.modal__button { border-color: rgba(255,255,255,.6); }
.modal__actions { display: flex; flex-direction: column; gap: .9rem; }.modal__actions .modal__button { justify-content: space-between; width: 100%; margin-top: 0; }.modal__button--ghost { background: transparent; color: var(--paper); }.modal__button--ghost:hover { color: var(--ink); background: var(--paper); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes breathing { 50% { transform: scale(1.04); box-shadow: 0 0 0 5rem rgba(255,255,255,.01), 0 0 100px rgba(255,255,255,.18); } }
@keyframes twinkle { 50% { opacity: .18; transform: scale(.65); } }
@keyframes mirror-glint { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.18); } }
@keyframes mirror-sweep { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }
@keyframes xv-glow { 0%, 100% { text-shadow: 0 0 6px rgba(255,255,255,.9), 0 0 18px rgba(255,255,255,.85), 0 0 42px rgba(255,255,255,.6), 0 0 80px rgba(255,255,255,.35); } 50% { text-shadow: 0 0 8px #fff, 0 0 26px #fff, 0 0 60px rgba(255,255,255,.9), 0 0 110px rgba(255,255,255,.55); } }
@keyframes xv-shimmer { 0% { background-position: 0% 50%; } 100% { background-position: 220% 50%; } }
@keyframes scroll-line { 0% { transform: translateY(-105%); } 55%, 100% { transform: translateY(105%); } }

@media (max-width: 700px) {
  .nav__links { display: none; }.mirror--large { width: 32rem; top: -15rem; }.mirror--medium { width: 13rem; top: 19%; right: -4rem; }.mirror--small { width: 9rem; bottom: -1rem; }.mirror--tiny { width: 5rem; left: 9%; top: 32%; }.hero h1 { font-size: clamp(5.5rem, 26vw, 8.5rem); }.hero h1 .hero-xv { font-size: clamp(4.4rem, 17vw, 6.2rem); gap: .8rem; }.hero h1 .hero-xv::before, .hero h1 .hero-xv::after { width: clamp(1.1rem, 8vw, 2rem); }.hero__sparkles { inset: -3rem -1.6rem -2rem; }.hero__scroll { bottom: 1.6rem; }
  .date-layout { grid-template-columns: 1fr; }.date-layout__intro { text-align: center; }.date-layout__intro .body-copy { margin-right: auto; margin-left: auto; }.date-card { width: min(100%, 25rem); margin: auto; }.countdown__numbers { gap: .45rem; }.countdown__numbers i { height: 2.2rem; }.countdown__numbers span { font-size: .48rem; }
  .action-grid { grid-template-columns: 1fr; }.action-card { min-height: 21rem; }.action-card__icon { margin-top: 3.5rem; }.closing__sphere { width: 20rem; top: 50%; left: 50%; transform: translate(-50%, -50%); }.cursor-glow { display: none; }
  .dresscode-layout { grid-template-columns: 1fr; text-align: center; }.dresscode-layout__art { order: -1; }.dresscode-illustration { max-width: 8rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.opening::before, .star, .hero__scroll i::after, .hero-sparkle, .glitter, .glitter-flare, .mirror, .mirror::after, .hero-xv { animation: none; }.reveal { opacity: 1; transform: none; transition: none; } }