:root {
    --cov-navy: #08101f;
    --cov-midnight: #101a31;
    --cov-blue: #182542;
    --cov-ivory: #f1eadb;
    --cov-moon: #d9cfbd;
    --cov-gold: #c2a66e;
    --cov-gold-soft: #e2d4ad;
    --cov-silver: #aab4c4;
    --cov-line: rgba(226, 212, 173, .32);
    --cov-ink: #162035;
    --cov-serif: "Cormorant Garamond", Georgia, serif;
    --cov-sans: "Manrope", Arial, sans-serif;
    --cov-pointer-x: 0;
    --cov-pointer-y: 0;
    --cov-star-x: 0px;
    --cov-star-y: 0px;
    --cov-dust-x: 0px;
    --cov-dust-y: 0px;
    --cov-light-x: 50%;
    --cov-light-y: 38%;
    --cov-eclipse-x: 0%;
    --cov-eclipse-y: 0%;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body.cov-body {
    margin: 0;
    min-width: 320px;
    color: var(--cov-ivory);
    background: var(--cov-navy);
    font-family: var(--cov-sans);
    line-height: 1.65;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
}
body.cov-locked { overflow: hidden; }
.cov-body button, .cov-body input, .cov-body textarea { font: inherit; }
.cov-body button, .cov-body a { -webkit-tap-highlight-color: transparent; }
.cov-body img { display: block; max-width: 100%; }
.cov-body address { font-style: normal; }
.cov-main { position: relative; z-index: 2; }
.cov-sky {
    position: fixed;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    background: radial-gradient(circle at 50% 30%, #172440, var(--cov-navy) 58%);
}
.cov-sky > img {
    position: absolute;
    inset: -4%;
    width: 108%;
    height: 108%;
    object-fit: cover;
    opacity: .24;
    mix-blend-mode: screen;
    transform: translate3d(var(--cov-star-x), var(--cov-star-y), 0) scale(1.025);
}
.cov-sky > .cov-dust-map {
    opacity: .2;
    mix-blend-mode: color-dodge;
    transform: translate3d(var(--cov-dust-x), var(--cov-dust-y), 0) scale(1.08) rotate(.001deg);
}
.cov-nebula { position: absolute; width: 50vw; aspect-ratio: 1; border-radius: 50%; filter: blur(90px); opacity: .13; }
.cov-nebula-a { left: -20vw; top: 20%; background: #8670a2; }
.cov-nebula-b { right: -22vw; bottom: 8%; background: #9c744f; }

.cov-section {
    position: relative;
    width: 100%;
    min-height: 100svh;
    margin-inline: auto;
    padding: clamp(90px, 10vw, 160px) max(24px, calc((100vw - 1180px) / 2));
    isolation: isolate;
}
.cov-section::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 5% 4%;
    border-top: 1px solid rgba(226,212,173,.12);
    border-right: 1px solid rgba(226,212,173,.08);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: rotate(-10deg) scale(.82);
    transition: opacity 1s ease, transform 1.3s cubic-bezier(.18,.76,.2,1);
}
.cov-section.is-orbit-active::after { opacity: .62; transform: rotate(0deg) scale(1); }
.cov-section:not(.cov-hero):not(.cov-story) { content-visibility: auto; contain-intrinsic-size: auto 920px; }
.cov-section-heading { width: min(760px, 100%); margin-bottom: clamp(50px, 8vw, 105px); }
.cov-section-heading h2, .cov-location h2, .cov-rsvp-heading h2 {
    margin: 0;
    font-family: var(--cov-serif);
    font-size: clamp(3rem, 6.5vw, 6.8rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .88;
}
.cov-overline, .cov-person-role {
    margin: 0 0 18px;
    color: var(--cov-gold);
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .28em;
    line-height: 1.4;
    text-transform: uppercase;
}
.cov-muted, .cov-empty { color: rgba(241,234,219,.58); }
.cov-empty { max-width: 560px; padding-left: 22px; border-left: 1px solid var(--cov-gold); }

.cov-button {
    --cov-button-y: 0px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    min-height: 52px;
    padding: 13px 20px;
    overflow: hidden;
    border: 1px solid var(--cov-gold);
    border-radius: 999px;
    color: var(--cov-ivory);
    background: rgba(8,16,31,.3);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transform: translate3d(0, var(--cov-button-y), 0);
    transition: transform .28s ease, color .28s ease, background .28s ease, box-shadow .28s ease;
}
.cov-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 50%;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--cov-gold);
    transform: translate3d(0, -50%, 0) scale(1);
    transition: transform .45s cubic-bezier(.2,.75,.2,1);
}
.cov-button:hover { --cov-button-y: -3px; color: var(--cov-navy); background: var(--cov-gold-soft); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.cov-button:hover::before { transform: translate3d(0, -50%, 0) scale(42); }
.cov-button:active { --cov-button-y: 1px; }
.cov-button > span, .cov-button > i { position: relative; z-index: 2; font-style: normal; }
.cov-button-light { color: var(--cov-navy); background: var(--cov-ivory); }
.cov-button:focus-visible, .cov-body button:focus-visible, .cov-body a:focus-visible, .cov-body input:focus-visible, .cov-body textarea:focus-visible {
    outline: 3px solid rgba(226,212,173,.75);
    outline-offset: 4px;
}

/* One transform composition rule for every continuously driven object. */
.cov-motion {
    --mx: 0px;
    --my: 0px;
    --rx: 0deg;
    --ry: 0deg;
    --scale: 1;
    --depth-x: 0px;
    --depth-y: 0px;
    --float-y: 0px;
    --cov-orbit-base: 0deg;
    --cov-orbit-turn: 0deg;
    --cov-orbit-tilt: 0deg;
    transform: translate3d(calc(var(--mx) + var(--depth-x)), calc(var(--my) + var(--depth-y) + var(--float-y)), 0) rotateX(calc(var(--rx) + var(--cov-orbit-tilt))) rotateY(var(--ry)) rotateZ(calc(var(--cov-orbit-base) + var(--cov-orbit-turn))) scale(var(--scale));
    will-change: auto;
}
.cov-motion.is-moving { will-change: transform, opacity; }
.cov-reveal { opacity: 0; transform: translate3d(0, 36px, 0); transition: opacity .85s ease, transform .95s cubic-bezier(.18,.76,.2,1); }
.cov-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.cov-motion.cov-reveal { --float-y: 36px; transform: translate3d(calc(var(--mx) + var(--depth-x)), calc(var(--my) + var(--depth-y) + var(--float-y)), 0) rotateX(calc(var(--rx) + var(--cov-orbit-tilt))) rotateY(var(--ry)) rotateZ(calc(var(--cov-orbit-base) + var(--cov-orbit-turn))) scale(var(--scale)); }
.cov-motion.cov-reveal.is-visible { --float-y: 0px; }

/* Opening: an orbital instrument, with all decoration behind the action. */
.cov-opening {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    place-items: center;
    padding: max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    overflow: hidden;
    background: #070e1c;
    perspective: 1500px;
    transition: opacity .85s ease, visibility .85s;
}
.cov-opening-atmosphere {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 50%, rgba(194,166,110,.12), transparent 24%),
        radial-gradient(circle at 20% 25%, rgba(138,153,190,.12), transparent 26%),
        url("assets/star-field.svg") center/cover;
}
.cov-opening-system {
    position: relative;
    z-index: 2;
    width: min(720px, 92vw);
    aspect-ratio: 1;
    max-height: 88svh;
    transform-style: preserve-3d;
}
.cov-opening-orbit { --cov-orbit-tilt: 66deg; position: absolute; z-index: 1; inset: 8%; border: 1px solid rgba(226,212,173,.42); border-radius: 50%; pointer-events: none; transform-style: preserve-3d; }
.cov-opening-orbit::before { content: ""; position: absolute; inset: -4px 28%; border-top: 1px solid var(--cov-gold); border-radius: 50%; }
.cov-opening-orbit-one { --cov-orbit-base: -14deg; }
.cov-opening-orbit-two { --cov-orbit-base: 28deg; --cov-orbit-tilt: 72deg; inset: 19%; border-color: rgba(170,180,196,.28); }
.cov-opening-node { position: absolute; z-index: 2; width: 10px; aspect-ratio: 1; border-radius: 50%; background: var(--cov-gold-soft); box-shadow: 0 0 20px rgba(226,212,173,.65); pointer-events: none; }
.cov-opening-node-a { left: 10%; top: 31%; }
.cov-opening-node-b { right: 19%; bottom: 17%; width: 6px; }
.cov-opening-core {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(420px, 68vw);
    aspect-ratio: 1;
    padding: 48px;
    border: 1px solid rgba(226,212,173,.28);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 42%, #192641, #0b1427 68%);
    box-shadow: 0 35px 80px rgba(0,0,0,.46), inset 0 0 50px rgba(194,166,110,.06);
    text-align: center;
    isolation: isolate;
    pointer-events: auto;
    --mx: -50%;
    --my: -50%;
}
.cov-opening-core::before { content: ""; position: absolute; inset: -10px; border: 1px dashed rgba(194,166,110,.28); border-radius: 50%; pointer-events: none; }
.cov-opening-core > * { position: relative; z-index: 2; }
.cov-opening-core > p:not(.cov-overline) { margin: 0 0 3px; color: rgba(241,234,219,.56); font-size: .73rem; }
.cov-opening-core h1 { max-width: 280px; margin: 0; font-family: var(--cov-serif); font-size: clamp(2rem, 6vw, 4.2rem); font-weight: 400; line-height: .95; }
.cov-opening-monogram { display: flex; align-items: center; gap: 11px; margin: 5px 0 24px; color: var(--cov-gold-soft); font-family: var(--cov-serif); font-size: 1.4rem; }
.cov-opening-monogram i { display: block; width: 42px; height: 1px; background: var(--cov-gold); rotate: -18deg; }
.cov-opening .cov-open-button { z-index: 30; margin-top: 29px; pointer-events: auto; touch-action: manipulation; }
.cov-opening .cov-open-button:hover { --cov-button-y: 0px; }
.cov-opening-atmosphere,
.cov-opening-orbit,
.cov-opening-node,
.cov-opening-core::before,
.cov-opening-core::after { pointer-events: none !important; }
.cov-opening.is-open { opacity: 0; visibility: hidden; pointer-events: none; }
.cov-opening.is-open .cov-opening-core { --scale: .74; opacity: 0; transition: transform .8s cubic-bezier(.2,.7,.2,1), opacity .55s ease; }
.cov-opening.is-open .cov-opening-orbit-one { --scale: 1.42; opacity: 0; transition: transform .8s ease, opacity .6s ease; }
.cov-opening.is-open .cov-opening-orbit-two { --scale: .55; opacity: 0; transition: transform .8s ease, opacity .6s ease; }

.cov-music {
    position: fixed;
    z-index: 50;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px 7px 7px;
    border: 1px solid var(--cov-line);
    border-radius: 999px;
    color: var(--cov-ivory);
    background: rgba(8,16,31,.82);
    backdrop-filter: blur(12px);
    cursor: pointer;
}
.cov-music > span:last-child { font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.cov-music-orbit { position: relative; display: grid; place-items: center; width: 32px; aspect-ratio: 1; border: 1px solid var(--cov-gold); border-radius: 50%; animation: cov-spin 5s linear infinite; }
.cov-music-orbit i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--cov-gold-soft); box-shadow: 9px 0 0 -2px var(--cov-gold); }
.cov-music[aria-pressed="false"] .cov-music-orbit { animation-play-state: paused; opacity: .55; }
@keyframes cov-spin { to { rotate: 360deg; } }

/* Hero: names anchor a living celestial system instead of a card composition. */
.cov-hero {
    display: grid;
    align-content: center;
    min-height: 110svh;
    overflow: hidden;
    background:
        linear-gradient(150deg, rgba(8,16,31,.96), rgba(16,26,49,.82)),
        url("assets/orbital-engraving.svg") center/cover no-repeat;
}
.cov-hero::before { content: ""; position: absolute; z-index: -1; inset: 8% 12%; border: 1px solid rgba(194,166,110,.1); border-radius: 50%; transform: rotate(-9deg); }
.cov-hero-grid { display: grid; grid-template-columns: .6fr 1.8fr .6fr; align-items: center; gap: 28px; width: 100%; }
.cov-hero-copy { align-self: start; padding-top: 50px; }
.cov-hero-index { margin-top: 110px; color: rgba(241,234,219,.4); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.cov-hero-caption { align-self: end; max-width: 220px; margin: 0 0 60px; color: rgba(241,234,219,.62); font-family: var(--cov-serif); font-size: 1.22rem; line-height: 1.3; }
.cov-hero-system { position: relative; display: grid; place-items: center; width: min(760px, 70vw); aspect-ratio: 1; margin-inline: auto; perspective: 1200px; transform-style: preserve-3d; }
.cov-hero-orbit {
    --cov-orbit-base: 0deg;
    --cov-orbit-turn: 0deg;
    --cov-orbit-tilt: 70deg;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(226,212,173,.26);
    border-radius: 50%;
    transform: rotateX(var(--cov-orbit-tilt)) rotateZ(calc(var(--cov-orbit-base) + var(--cov-orbit-turn)));
    transform-style: preserve-3d;
}
.cov-hero-orbit::after { content: ""; position: absolute; top: 50%; width: 8px; aspect-ratio: 1; border-radius: 50%; background: var(--cov-gold-soft); box-shadow: 0 0 24px rgba(226,212,173,.58); }
.cov-hero-orbit-a { --cov-orbit-base: -12deg; --cov-orbit-tilt: 68deg; inset: 4%; }
.cov-hero-orbit-a::after { left: -4px; }
.cov-hero-orbit-b { --cov-orbit-base: 31deg; --cov-orbit-tilt: 74deg; inset: 16%; border-style: dashed; }
.cov-hero-orbit-b::after { right: -4px; }
.cov-hero-orbit-c { --cov-orbit-base: 68deg; --cov-orbit-tilt: 63deg; inset: 28%; border-color: rgba(170,180,196,.18); }
.cov-date-node { position: absolute; z-index: 4; padding: 7px 13px; border: 1px solid var(--cov-line); border-radius: 999px; color: var(--cov-gold-soft); background: rgba(16,26,49,.78); box-shadow: 0 12px 35px rgba(0,0,0,.24), inset 0 0 18px rgba(226,212,173,.04); backdrop-filter: blur(10px); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; transition: border-color .3s ease, background .3s ease; }
.cov-date-node::after { content: ""; position: absolute; top: 50%; width: 5px; aspect-ratio: 1; border-radius: 50%; background: var(--cov-gold-soft); box-shadow: 0 0 16px rgba(226,212,173,.6); translate: 0 -50%; }
.cov-date-node-a::after { right: -3px; }
.cov-date-node-b::after { left: -3px; }
.cov-date-node:hover { --scale: 1.045; border-color: rgba(226,212,173,.62); background: rgba(24,37,66,.92); }
.cov-date-node-a { left: 4%; top: 42%; }
.cov-date-node-b { right: 7%; bottom: 22%; }
.cov-hero-eclipse { position: relative; z-index: 3; width: 43%; aspect-ratio: 1; overflow: hidden; border: 10px solid rgba(241,234,219,.08); border-radius: 50%; box-shadow: 0 35px 80px rgba(0,0,0,.36), 0 0 0 1px var(--cov-line); }
.cov-hero-eclipse::before, .cov-hero-eclipse::after { content: ""; position: absolute; z-index: 2; inset: -18%; border-radius: 50%; pointer-events: none; }
.cov-hero-eclipse::before { background: url("assets/eclipse-aureole.svg") center/cover no-repeat; opacity: .72; mix-blend-mode: screen; }
.cov-hero-eclipse::after { inset: 0; background: radial-gradient(circle at var(--cov-light-x) var(--cov-light-y), rgba(255,246,219,.24), transparent 32%); mix-blend-mode: screen; }
.cov-hero-eclipse img { width: 100%; height: 100%; object-fit: cover; }
.cov-cover-fallback { display: grid; place-items: center; width: 100%; height: 100%; color: var(--cov-gold); background: var(--cov-blue); font-family: var(--cov-serif); font-size: 3.5rem; }
.cov-eclipse-shadow { position: absolute; z-index: 3; inset: 0; border-radius: 50%; background: rgba(4,8,16,.83); transform: translate3d(calc(68% + var(--cov-eclipse-x)), calc(-18% + var(--cov-eclipse-y)), 0); box-shadow: -16px 12px 35px rgba(0,0,0,.42); }
.cov-hero-system h2 { position: absolute; z-index: 6; display: grid; place-items: center; width: 100%; margin: 0; pointer-events: none; font-family: var(--cov-serif); font-size: clamp(4.4rem, 9vw, 10rem); font-weight: 400; letter-spacing: -.07em; line-height: .67; text-align: center; text-shadow: 0 12px 45px rgba(0,0,0,.44); }
.cov-hero-system h2 span:last-child { margin-left: .65em; }
.cov-hero-system h2 span:first-child { margin-right: .65em; }
.cov-hero-system h2 i { color: var(--cov-gold); font-size: .45em; font-weight: 400; }
.cov-scroll { position: absolute; left: 50%; bottom: 38px; display: flex; align-items: center; gap: 16px; color: rgba(241,234,219,.58); font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; translate: -50% 0; }
.cov-scroll i { width: 70px; height: 1px; background: var(--cov-gold); transform-origin: left; animation: cov-pulse-line 2.4s ease-in-out infinite; }
@keyframes cov-pulse-line { 50% { scale: .4 1; opacity: .35; } }

/* Countdown: four values occupy cardinal points on one clock orbit. */
.cov-countdown { background: var(--cov-ivory); color: var(--cov-ink); }
.cov-countdown .cov-overline { color: #897344; }
.cov-countdown-system { position: relative; width: min(760px, 82vw); aspect-ratio: 1; margin: -40px auto 0; }
.cov-countdown-ring { position: absolute; inset: 12%; border: 1px solid rgba(22,32,53,.25); border-radius: 50%; }
.cov-countdown-ring::before, .cov-countdown-ring::after { content: ""; position: absolute; inset: 10%; border: 1px dashed rgba(22,32,53,.12); border-radius: 50%; }
.cov-countdown-ring::after { inset: 31%; border-style: solid; background: rgba(194,166,110,.07); }
.cov-countdown-center { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 26%; aspect-ratio: 1; border-radius: 50%; color: var(--cov-ivory); background: var(--cov-ink); translate: -50% -50%; }
.cov-countdown-center small { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; }
.cov-countdown-center strong { font-family: var(--cov-serif); font-size: clamp(1.5rem, 4vw, 3rem); font-weight: 400; line-height: .9; }
.cov-time-node { position: absolute; display: grid; place-items: center; width: 22%; aspect-ratio: 1; border: 1px solid rgba(22,32,53,.24); border-radius: 50%; background: var(--cov-ivory); box-shadow: 0 17px 45px rgba(34,38,48,.08); }
.cov-time-node strong { font-family: var(--cov-serif); font-size: clamp(2.7rem, 7vw, 6rem); font-weight: 400; line-height: .7; font-variant-numeric: tabular-nums; }
.cov-time-node span { margin-top: 10px; color: #786948; font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.cov-time-node-1 { left: 39%; top: 0; }
.cov-time-node-2 { right: 0; top: 39%; }
.cov-time-node-3 { left: 39%; bottom: 0; }
.cov-time-node-4 { left: 0; top: 39%; }
.cov-countdown-status { text-align: center; color: #7d6941; }

/* Couple: circular planets on opposite ends of a diagonal orbit. */
.cov-couple { overflow: hidden; background: #0b1427; }
.cov-couple::before { content: ""; position: absolute; z-index: -1; right: -18vw; top: 8%; width: 42vw; aspect-ratio: 1; border-radius: 50%; background: rgba(194,166,110,.06); }
.cov-couple-orbit { position: relative; display: grid; grid-template-columns: 1fr 130px 1fr; align-items: center; gap: 24px; width: min(1100px, 100%); margin-inline: auto; }
.cov-couple-path { position: absolute; z-index: -1; left: 2%; right: 2%; top: 43%; height: 36%; border: 1px solid var(--cov-line); border-radius: 50%; rotate: -9deg; }
.cov-person { text-align: center; }
.cov-person-groom { --ry: -2deg; }
.cov-person-bride { --ry: 2deg; padding-top: 115px; }
.cov-planet-frame { position: relative; width: min(390px, 78vw); aspect-ratio: 1; margin: 0 auto 38px; padding: 16px; border: 1px solid rgba(226,212,173,.5); border-radius: 50%; box-shadow: 0 36px 75px rgba(0,0,0,.32), inset 0 0 34px rgba(226,212,173,.07); transform-style: preserve-3d; }
.cov-planet-frame::before { content: ""; position: absolute; z-index: -1; inset: -16px; border: 1px dashed rgba(226,212,173,.24); border-radius: 50%; }
.cov-planet-frame img, .cov-initial-fallback { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.cov-planet-frame::after { content: ""; position: absolute; z-index: 2; inset: 16px; border-radius: 50%; background: radial-gradient(circle at var(--cov-light-x) var(--cov-light-y), rgba(255,247,222,.3), transparent 29%), linear-gradient(118deg, transparent 58%, rgba(4,8,16,.32)); mix-blend-mode: screen; pointer-events: none; }
.cov-initial-fallback { display: grid; place-items: center; color: var(--cov-gold); background: var(--cov-blue); font-family: var(--cov-serif); font-size: 8rem; }
.cov-planet-frame i { position: absolute; z-index: 3; left: -9%; right: -9%; top: 48%; height: 20%; border: 2px solid var(--cov-gold); border-top-color: transparent; border-radius: 50%; rotate: -11deg; pointer-events: none; }
.cov-planet-frame-bride i { rotate: 14deg; border-color: var(--cov-silver); border-top-color: transparent; }
.cov-person h3 { margin: 0 0 8px; font-family: var(--cov-serif); font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 400; line-height: .9; }
.cov-person > p:last-child { max-width: 370px; margin: 0 auto; color: rgba(241,234,219,.55); font-size: .82rem; }
.cov-couple-amp { color: var(--cov-gold); font-family: var(--cov-serif); font-size: 8rem; font-style: italic; text-align: center; }

/* Events: two coordinates attached directly to an ellipse. */
.cov-events { background: var(--cov-ivory); color: var(--cov-ink); }
.cov-events .cov-overline, .cov-event-node > p { color: #887343; }
.cov-event-orbit { position: relative; display: grid; grid-template-columns: 1fr 150px 1fr; align-items: center; gap: 24px; min-height: 590px; }
.cov-event-ellipse { position: absolute; z-index: -1; inset: 12% 3%; border: 1px solid rgba(22,32,53,.22); border-radius: 50%; rotate: -5deg; }
.cov-event-ellipse::before { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(22,32,53,.12); border-radius: 50%; }
.cov-event-node { position: relative; padding: clamp(25px, 5vw, 60px); border-left: 1px solid rgba(22,32,53,.24); }
.cov-event-node-reception { margin-top: 150px; border-left: 0; border-right: 1px solid rgba(22,32,53,.24); text-align: right; }
.cov-event-node > p { margin: 0 0 25px; font-size: .6rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.cov-event-node h3 { margin: 0 0 20px; font-family: var(--cov-serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: .86; }
.cov-event-node time, .cov-event-node time span, .cov-event-node strong, .cov-event-node address { display: block; }
.cov-event-node time { margin-bottom: 26px; color: #7c6840; font-size: .75rem; font-weight: 600; letter-spacing: .15em; }
.cov-event-node time span { margin-top: 5px; }
.cov-event-node strong { margin-bottom: 7px; }
.cov-event-node address { color: rgba(22,32,53,.62); font-size: .82rem; }
.cov-event-dot { position: absolute; left: -7px; top: 15%; width: 13px; aspect-ratio: 1; border: 3px solid var(--cov-ivory); border-radius: 50%; background: #8f7643; box-shadow: 0 0 0 1px #8f7643; }
.cov-event-node-reception .cov-event-dot { left: auto; right: -7px; top: 65%; }
.cov-event-axis { display: grid; place-items: center; gap: 12px; color: rgba(22,32,53,.42); font-size: .55rem; letter-spacing: .16em; }
.cov-event-axis i { display: block; width: 1px; height: 240px; background: linear-gradient(transparent, rgba(22,32,53,.35), transparent); }

/* Maps as a coordinate scope, not an embedded rectangular panel. */
.cov-location { display: grid; place-items: center; background: #111c32; }
.cov-coordinate-scope { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 10vw, 145px); width: min(1060px, 100%); }
.cov-scope-visual { position: relative; width: min(420px, 78vw); aspect-ratio: 1; border: 1px solid var(--cov-line); border-radius: 50%; }
.cov-scope-visual::before, .cov-scope-visual::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--cov-line); translate: -50% -50%; }
.cov-scope-visual::before { width: 120%; height: 1px; }
.cov-scope-visual::after { width: 1px; height: 120%; }
.cov-scope-visual > span { position: absolute; inset: 18%; border: 1px dashed rgba(226,212,173,.26); border-radius: 50%; }
.cov-scope-visual > i { position: absolute; left: 50%; top: 50%; width: 23%; aspect-ratio: 1; border: 1px solid var(--cov-gold); border-radius: 50%; translate: -50% -50%; }
.cov-scope-visual > b { position: absolute; left: 50%; top: 50%; width: 9px; aspect-ratio: 1; border-radius: 50%; background: var(--cov-gold-soft); box-shadow: 0 0 26px rgba(226,212,173,.64); translate: -50% -50%; }
.cov-scope-visual small { position: absolute; right: 3%; bottom: 12%; padding: 9px 13px; color: var(--cov-gold-soft); background: var(--cov-midnight); font-size: .58rem; letter-spacing: .12em; }
.cov-location h2 { margin-bottom: 26px; }
.cov-location address { max-width: 540px; margin-bottom: 34px; color: rgba(241,234,219,.58); }

/* Love story follows a constellation spine with alternating coordinates. */
.cov-story { background: var(--cov-navy); }
.cov-constellation { position: relative; display: flex; flex-direction: column; gap: 85px; width: min(980px, 100%); margin-inline: auto; padding-block: 30px; }
.cov-constellation-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent, var(--cov-line) 8% 92%, transparent); opacity: 0; transform: scaleY(0); transform-origin: 50% 0; transition: transform 2s cubic-bezier(.18,.76,.2,1), opacity .7s ease; }
.cov-constellation-line::after { content: ""; position: absolute; left: 50%; top: 0; width: 5px; height: 18%; border-radius: 50%; background: linear-gradient(transparent, rgba(255,244,210,.9), transparent); filter: blur(1px); opacity: 0; transform: translate3d(-50%, -20%, 0); }
.cov-constellation-line.is-drawn { opacity: 1; transform: scaleY(1); }
.cov-constellation-line.is-drawn::after { opacity: .7; animation: cov-constellation-scan 4.6s 1.6s ease-in-out infinite; }
.cov-story-point { position: relative; display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; }
.cov-story-point > div { grid-column: 1; max-width: 390px; }
.cov-story-point:nth-of-type(even) > div { grid-column: 3; justify-self: end; }
.cov-story-star { grid-column: 2; grid-row: 1; display: grid; place-items: center; width: 34px; aspect-ratio: 1; margin-inline: auto; border: 1px solid var(--cov-gold); border-radius: 50%; background: var(--cov-navy); }
.cov-story-star::before, .cov-story-star::after { content: ""; position: absolute; width: 68px; height: 1px; background: var(--cov-line); }
.cov-story-star::after { rotate: 90deg; }
.cov-story-star i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--cov-gold-soft); box-shadow: 0 0 20px rgba(226,212,173,.7); animation: cov-star-breathe 3.8s calc(var(--cov-index, 0) * .32s) ease-in-out infinite; }
.cov-story-point > div > p { margin: 0; color: var(--cov-gold); font-size: .6rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.cov-story-point h3 { margin: 8px 0 15px; font-family: var(--cov-serif); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 400; line-height: .9; }
.cov-story-point > div > div { color: rgba(241,234,219,.6); font-size: .86rem; }

/* Gallery is a scrollable planetary system with circular image bodies. */
.cov-gallery { overflow: hidden; background: var(--cov-ivory); color: var(--cov-ink); }
.cov-gallery .cov-overline { color: #887343; }
.cov-gallery-system { position: relative; width: calc(100vw - max(24px, calc((100vw - 1180px) / 2))); max-width: 1320px; }
.cov-gallery-orbit { position: absolute; left: -4%; right: 0; top: 48%; height: 28%; border: 1px solid rgba(22,32,53,.18); border-radius: 50%; rotate: -3deg; pointer-events: none; }
.cov-gallery-track { display: flex; align-items: center; gap: clamp(20px, 4vw, 60px); padding: 45px 9vw 70px 16px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
.cov-gallery-track::-webkit-scrollbar { display: none; }
.cov-gallery-planet { --cov-gallery-y: 0px; --cov-gallery-scale: 1; --cov-photo-rx: 0deg; --cov-photo-ry: 0deg; position: relative; flex: 0 0 min(390px, 72vw); aspect-ratio: 1; margin: 0; padding: 16px; border: 1px solid rgba(22,32,53,.26); border-radius: 50%; background: var(--cov-ivory); scroll-snap-align: center; transform: perspective(900px) translate3d(0, var(--cov-gallery-y), 0) rotateX(var(--cov-photo-rx)) rotateY(var(--cov-photo-ry)) scale(var(--cov-gallery-scale)); transition: transform .38s ease, box-shadow .38s ease; transform-style: preserve-3d; }
.cov-gallery-planet:nth-child(even) { --cov-gallery-y: 30px; }
.cov-gallery-planet:hover { --cov-gallery-y: -8px; --cov-gallery-scale: 1.025; box-shadow: 0 30px 65px rgba(22,32,53,.15); }
.cov-gallery-planet::before { content: ""; position: absolute; inset: -12px; border: 1px dashed rgba(22,32,53,.16); border-radius: 50%; }
.cov-gallery-planet img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.cov-gallery-planet figcaption { position: absolute; right: 0; top: 12%; display: grid; place-items: center; width: 52px; aspect-ratio: 1; border-radius: 50%; color: var(--cov-ivory); background: var(--cov-ink); font-size: .66rem; letter-spacing: .13em; }
.cov-gallery-controls { display: flex; align-items: center; gap: 18px; width: max-content; margin-left: 16px; }
.cov-gallery-controls button { display: grid; place-items: center; width: 48px; aspect-ratio: 1; border: 1px solid rgba(22,32,53,.32); border-radius: 50%; color: var(--cov-ink); background: transparent; cursor: pointer; transition: transform .25s ease, color .25s ease, background .25s ease; }
.cov-gallery-controls button:hover { color: var(--cov-ivory); background: var(--cov-ink); transform: rotate(12deg); }
.cov-gallery-controls button:active { transform: scale(.93); }
.cov-gallery-controls span { color: #796949; font-size: .6rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

/* Gift details enter the visible side of a moon dial. */
.cov-gift { min-height: 110svh; overflow: hidden; background: #0d172b; }
.cov-gift-system { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(60px, 10vw, 150px); width: min(1040px, 100%); margin-inline: auto; }
.cov-gift-orbit { position: absolute; z-index: -1; inset: -28% -8%; border: 1px solid var(--cov-line); border-radius: 50%; rotate: 9deg; }
.cov-moon-toggle { position: relative; display: grid; place-items: center; width: min(330px, 72vw); aspect-ratio: 1; border: 1px solid var(--cov-line); border-radius: 50%; color: var(--cov-ivory); background: #d8cfbf; box-shadow: 0 40px 85px rgba(0,0,0,.38); cursor: pointer; overflow: hidden; }
.cov-moon-toggle > span { position: absolute; inset: -1px; border-radius: 50%; background: var(--cov-navy); transform: translate3d(36%, -12%, 0); transition: transform .8s cubic-bezier(.18,.75,.2,1); }
.cov-moon-toggle strong { position: relative; z-index: 2; color: var(--cov-gold-soft); font-family: var(--cov-serif); font-size: 1.25rem; font-weight: 400; line-height: 1; }
.cov-gift-system.is-open .cov-moon-toggle > span { transform: translate3d(88%, -8%, 0); }
.cov-gift-details { opacity: .26; transform: translate3d(50px, 0, 0); transition: opacity .7s ease, transform .8s cubic-bezier(.18,.75,.2,1); pointer-events: none; }
.cov-gift-system.is-open .cov-gift-details { opacity: 1; transform: translate3d(0, 0, 0); pointer-events: auto; }
.cov-gift-details > p { max-width: 520px; color: rgba(241,234,219,.62); }
.cov-bank-orbit { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 3px 20px; padding: 20px 36px 20px 0; border-bottom: 1px solid var(--cov-line); }
.cov-bank-orbit::after { content: ""; position: absolute; right: 0; top: 50%; width: 8px; aspect-ratio: 1; border-radius: 50%; background: var(--cov-gold); translate: 0 -50%; }
.cov-bank-orbit span, .cov-bank-orbit small { color: rgba(241,234,219,.58); font-size: .68rem; }
.cov-bank-orbit strong { font-size: 1rem; letter-spacing: .09em; }
.cov-bank-orbit small { grid-column: 1; }
.cov-bank-orbit button { grid-column: 2; grid-row: 1 / span 2; border: 0; color: var(--cov-gold-soft); background: transparent; font-size: .62rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.cov-gift-details address { display: grid; gap: 5px; margin-top: 24px; color: rgba(241,234,219,.65); font-size: .78rem; }

/* RSVP form lives within a giant orbital disc; fields remain stable and flat. */
.cov-rsvp { display: grid; place-items: center; background: var(--cov-ivory); color: var(--cov-ink); }
.cov-rsvp-disc { position: relative; width: min(980px, 100%); padding: clamp(55px, 9vw, 110px); border: 1px solid rgba(22,32,53,.22); border-radius: 48% 52% 46% 54% / 54% 46% 54% 46%; }
.cov-rsvp-disc::before { content: ""; position: absolute; z-index: -1; inset: -15px; border: 1px dashed rgba(22,32,53,.15); border-radius: inherit; }
.cov-rsvp-heading { margin-bottom: 45px; text-align: center; }
.cov-rsvp-heading .cov-overline { color: #887343; }
.cov-rsvp-heading h2 { font-size: clamp(3rem, 6vw, 5.8rem); }
.cov-rsvp form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cov-rsvp label { display: grid; gap: 7px; }
.cov-rsvp label > span, .cov-rsvp legend { color: #6f603f; font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.cov-rsvp input, .cov-rsvp textarea { width: 100%; padding: 11px 2px; border: 0; border-bottom: 1px solid rgba(22,32,53,.38); border-radius: 0; color: var(--cov-ink); background: transparent; resize: vertical; }
.cov-rsvp fieldset { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; border: 0; }
.cov-rsvp legend { margin-bottom: 10px; }
.cov-radio { position: relative; }
.cov-radio input { position: absolute; opacity: 0; pointer-events: none; }
.cov-radio span { display: block; padding: 9px 15px; border: 1px solid rgba(22,32,53,.3); border-radius: 999px; cursor: pointer; }
.cov-radio input:checked + span { color: var(--cov-ivory); background: var(--cov-ink); }
.cov-field-wide, .cov-rsvp .cov-button, .cov-rsvp .cov-form-status { grid-column: 1 / -1; }
.cov-rsvp .cov-button { justify-self: center; }
.cov-form-status { min-height: 1.5em; margin: 0; font-size: .76rem; }
.cov-form-status.is-success { color: #568064; }
.cov-form-status.is-error { color: #a64e47; }

/* Wishes travel as asymmetrical elliptical message bands. */
.cov-wishes { background: #0a1325; }
.cov-wishes-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(55px, 9vw, 130px); }
.cov-wish-form { position: sticky; top: 40px; display: grid; gap: 20px; padding: 42px 0; border-block: 1px solid var(--cov-line); }
.cov-wish-form label { display: grid; gap: 7px; }
.cov-wish-form label > span { color: var(--cov-gold); font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.cov-wish-form input, .cov-wish-form textarea { width: 100%; padding: 12px 2px; border: 0; border-bottom: 1px solid var(--cov-line); border-radius: 0; color: var(--cov-ivory); background: transparent; resize: vertical; }
.cov-wish-form .cov-button { justify-self: start; }
.cov-wish-orbits { display: flex; flex-direction: column; gap: 30px; }
.cov-wish-orbit { position: relative; padding: 30px 45px; border: 1px solid var(--cov-line); border-radius: 50%; }
.cov-wish-orbit:nth-child(even) { margin-left: 10%; border-radius: 42% 58% 51% 49% / 61% 42% 58% 39%; }
.cov-wish-orbit > span { position: absolute; left: -5px; top: 50%; width: 9px; aspect-ratio: 1; border-radius: 50%; background: var(--cov-gold-soft); box-shadow: 0 0 16px rgba(226,212,173,.58); }
.cov-wish-orbit strong { font-family: var(--cov-serif); font-size: 1.5rem; font-weight: 400; }
.cov-wish-orbit p { margin: 6px 0 0; color: rgba(241,234,219,.6); font-size: .84rem; }

/* Task 2: lightweight cinematic layers driven only by transform and opacity. */
.cov-comet-field {
    position: absolute;
    z-index: 3;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.cov-comet {
    --cov-comet-x: -25vw;
    --cov-comet-y: 0px;
    --cov-comet-opacity: 0;
    --cov-comet-scale: 1;
    position: absolute;
    left: 0;
    top: var(--cov-comet-top, 20%);
    width: clamp(72px, 9vw, 150px);
    height: 1px;
    border-radius: 50%;
    opacity: var(--cov-comet-opacity);
    background: linear-gradient(90deg, transparent, rgba(226,212,173,.14) 46%, rgba(255,246,219,.82));
    box-shadow: 12px 0 22px rgba(226,212,173,.16);
    transform: translate3d(var(--cov-comet-x), var(--cov-comet-y), 0) rotate(-18deg) scale(var(--cov-comet-scale));
    transform-origin: 100% 50%;
}
.cov-comet::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff6d9;
    box-shadow: 0 0 14px 3px rgba(226,212,173,.45);
    transform: translate3d(0, -50%, 0);
}
.cov-body.is-motion-live .cov-sky > img,
.cov-body.is-motion-live .cov-comet,
.cov-body.is-motion-live .cov-hero-orbit { will-change: transform, opacity; }
.cov-motion-paused *, .cov-motion-paused *::before, .cov-motion-paused *::after { animation-play-state: paused !important; }

.cov-opening-core::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -25px;
    border: 1px solid rgba(226,212,173,.12);
    border-radius: 50%;
    box-shadow: 0 0 80px rgba(194,166,110,.08);
    pointer-events: none;
}
.cov-countdown-system::before,
.cov-event-orbit::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -12%;
    background: url("assets/orbital-engraving.svg") center/contain no-repeat;
    opacity: .13;
    pointer-events: none;
}
.cov-event-orbit::before { opacity: .08; transform: rotate(180deg); }
.cov-time-node { transition: transform .35s ease, box-shadow .35s ease; }
.cov-time-node:hover { transform: translate3d(0, -5px, 0) scale(1.025); box-shadow: 0 24px 58px rgba(34,38,48,.14); }
.cov-scope-visual { box-shadow: inset 0 0 70px rgba(194,166,110,.035), 0 34px 90px rgba(0,0,0,.16); }
.cov-scope-visual > b { animation: cov-coordinate-pulse 3.2s ease-in-out infinite; }
.cov-moon-toggle::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: 50%;
    background: url("assets/eclipse-aureole.svg") center/126% no-repeat;
    opacity: .36;
    pointer-events: none;
}
.cov-bank-orbit { transition: border-color .3s ease, padding-left .3s ease; }
.cov-bank-orbit:hover { padding-left: 12px; border-color: rgba(226,212,173,.5); }
.cov-rsvp-disc { box-shadow: 0 35px 90px rgba(22,32,53,.08), inset 0 0 80px rgba(194,166,110,.04); }

@keyframes cov-constellation-scan {
    0%, 100% { opacity: 0; transform: translate3d(-50%, -20%, 0); }
    15% { opacity: .75; }
    72% { opacity: .45; }
    85% { opacity: 0; transform: translate3d(-50%, 480%, 0); }
}
@keyframes cov-star-breathe {
    0%, 100% { opacity: .72; transform: scale(.82); }
    50% { opacity: 1; transform: scale(1.28); }
}
@keyframes cov-coordinate-pulse {
    0%, 100% { opacity: .72; transform: scale(.82); }
    50% { opacity: 1; transform: scale(1.2); }
}

.cov-closing { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 10vw, 150px); overflow: hidden; background: #070e1c; }
.cov-closing-eclipse { position: relative; width: min(430px, 78vw); aspect-ratio: 1; border: 1px solid var(--cov-line); border-radius: 50%; }
.cov-closing-eclipse::before { content: ""; position: absolute; inset: -12%; border: 1px dashed rgba(226,212,173,.18); border-radius: 50%; }
.cov-closing-eclipse > span { position: absolute; inset: 12%; border-radius: 50%; background: var(--cov-gold-soft); box-shadow: 0 0 70px rgba(226,212,173,.18); }
.cov-closing-eclipse > i { position: absolute; inset: 12%; border-radius: 50%; background: var(--cov-navy); transform: translate3d(28%, -7%, 0); }
.cov-closing-copy h2 { margin: 0 0 25px; font-family: var(--cov-serif); font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; letter-spacing: -.06em; line-height: .76; }
.cov-closing-copy h2 i { color: var(--cov-gold); font-size: .55em; }
.cov-closing-copy > p:not(.cov-overline) { max-width: 520px; color: rgba(241,234,219,.6); }
.cov-closing-date { display: inline-block; margin-top: 35px; color: var(--cov-gold-soft); font-size: .65rem; font-weight: 600; letter-spacing: .24em; }

@media (max-width: 980px) {
    .cov-hero-grid { grid-template-columns: 1fr; }
    .cov-hero-copy { position: absolute; left: max(24px, calc((100vw - 1180px) / 2)); top: 80px; }
    .cov-hero-index { display: none; }
    .cov-hero-caption { position: absolute; right: 34px; bottom: 80px; }
    .cov-hero-system { width: min(760px, 90vw); }
    .cov-couple-orbit { grid-template-columns: 1fr; gap: 55px; }
    .cov-couple-path { left: 20%; right: 20%; top: 22%; height: 58%; rotate: 12deg; }
    .cov-person-bride { padding-top: 0; }
    .cov-couple-amp { margin-block: -50px; }
    .cov-event-orbit { grid-template-columns: 1fr; gap: 45px; }
    .cov-event-ellipse { inset: 5% 15%; }
    .cov-event-node { width: min(620px, 90%); }
    .cov-event-node-reception { justify-self: end; margin-top: 0; }
    .cov-event-axis { position: absolute; left: 50%; top: 18%; bottom: 18%; }
    .cov-event-axis span { display: none; }
    .cov-event-axis i { height: 100%; }
    .cov-coordinate-scope { grid-template-columns: 1fr; text-align: center; }
    .cov-location address { margin-inline: auto; }
    .cov-gift-system { grid-template-columns: 1fr; text-align: center; }
    .cov-moon-toggle { margin-inline: auto; }
    .cov-bank-orbit { text-align: left; }
    .cov-wishes-layout { grid-template-columns: 1fr; }
    .cov-wish-form { position: static; }
    .cov-closing { grid-template-columns: 1fr; text-align: center; }
    .cov-closing-eclipse { margin-inline: auto; }
    .cov-closing-copy > p:not(.cov-overline) { margin-inline: auto; }
}

@media (max-width: 680px) {
    .cov-section { min-height: auto; padding-top: 100px; padding-bottom: 100px; }
    .cov-section-heading h2, .cov-location h2, .cov-rsvp-heading h2 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
    .cov-opening-system { width: min(520px, 96vw); }
    .cov-opening-core { width: min(360px, 75vw); padding: 36px 25px; }
    .cov-opening-orbit { inset: 2%; }
    .cov-opening-orbit-two { inset: 14%; }
    .cov-opening-core h1 { font-size: clamp(2rem, 10vw, 3.4rem); }
    .cov-music { width: 46px; padding: 7px; overflow: hidden; }
    .cov-music > span:last-child { display: none; }
    .cov-comet:nth-child(n+4) { display: none; }
    .cov-hero { min-height: 100svh; padding-inline: 10px; }
    .cov-hero-copy { left: 24px; top: 60px; }
    .cov-hero-caption { left: 24px; right: auto; bottom: 64px; max-width: 250px; }
    .cov-hero-system { width: 96vw; }
    .cov-hero-system h2 { font-size: clamp(4rem, 22vw, 7rem); line-height: .7; }
    .cov-hero-system h2 span:first-child { margin-right: .35em; }
    .cov-hero-system h2 span:last-child { margin-left: .35em; }
    .cov-hero-eclipse { width: 48%; border-width: 6px; }
    .cov-date-node { font-size: .49rem; }
    .cov-date-node-a { left: 3%; top: 35%; }
    .cov-date-node-b { right: 2%; bottom: 24%; }
    .cov-scroll { display: none; }
    .cov-countdown-system { width: min(500px, 94vw); margin-top: 0; }
    .cov-countdown-center { width: 30%; }
    .cov-time-node { width: 25%; }
    .cov-time-node strong { font-size: clamp(2.15rem, 12vw, 4.3rem); }
    .cov-time-node-1, .cov-time-node-3 { left: 37.5%; }
    .cov-time-node-2, .cov-time-node-4 { top: 37.5%; }
    .cov-planet-frame { width: min(330px, 75vw); }
    .cov-couple-path { left: -5%; right: -5%; }
    .cov-event-node { width: 100%; padding-inline: 25px; }
    .cov-event-node-reception { text-align: left; border-right: 0; border-left: 1px solid rgba(22,32,53,.24); }
    .cov-event-node-reception .cov-event-dot { left: -7px; right: auto; }
    .cov-event-axis { display: none; }
    .cov-scope-visual { width: min(310px, 76vw); }
    .cov-story-point, .cov-story-point:nth-of-type(even) { grid-template-columns: 52px 1fr; gap: 18px; }
    .cov-constellation-line { left: 26px; }
    .cov-story-star { grid-column: 1; }
    .cov-story-point > div, .cov-story-point:nth-of-type(even) > div { grid-column: 2; justify-self: stretch; }
    .cov-story-star::before, .cov-story-star::after { width: 48px; }
    .cov-gallery-system { width: calc(100vw - 24px); }
    .cov-gallery-track { padding-left: 2px; }
    .cov-gallery-planet { flex-basis: min(330px, 76vw); }
    .cov-gift-details { opacity: .2; transform: translate3d(0, 32px, 0); }
    .cov-gift-system.is-open .cov-gift-details { transform: translate3d(0, 0, 0); }
    .cov-bank-orbit { grid-template-columns: 1fr; }
    .cov-bank-orbit button { grid-column: 1; grid-row: auto; justify-self: start; padding: 8px 0; }
    .cov-rsvp-disc { padding: 48px 25px; border-radius: 45% 55% 47% 53% / 22% 24% 76% 78%; }
    .cov-rsvp form { grid-template-columns: 1fr; }
    .cov-rsvp fieldset, .cov-field-wide, .cov-rsvp .cov-button, .cov-rsvp .cov-form-status { grid-column: 1; }
    .cov-rsvp fieldset { display: grid; }
    .cov-wish-orbit, .cov-wish-orbit:nth-child(even) { margin-left: 0; padding: 28px 30px; border-radius: 44% 56% 48% 52% / 52% 45% 55% 48%; }
    .cov-closing-eclipse { width: min(310px, 75vw); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .cov-body *, .cov-body *::before, .cov-body *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .cov-motion { --depth-x: 0px !important; --depth-y: 0px !important; --rx: 0deg !important; --ry: 0deg !important; --float-y: 0px !important; }
    .cov-reveal { opacity: 1 !important; transform: none !important; }
    .cov-sky > img { transform: none !important; }
    .cov-comet-field { display: none !important; }
    .cov-constellation-line { opacity: 1 !important; transform: scaleY(1) !important; }
}
