:root {
  --ink: #23104c;
  --purple: #3b167d;
  --purple-deep: #2c0d65;
  --lavender: #d9cdec;
  --lavender-soft: #efe9f5;
  --paper: #fbf8f3;
  --paper-warm: #f5efe8;
  --gold: #b68a35;
  --gold-soft: #d8bd7a;
  --muted: #756d7b;
  --border: rgba(80, 48, 103, .18);
  --shadow: 0 24px 70px rgba(44, 13, 101, .13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --script: "Allura", "Brush Script MT", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overscroll-behavior-y: none; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 5%, rgba(255,255,255,.95), transparent 31rem),
    linear-gradient(180deg, #fbf8f3 0%, #f7f2ec 100%);
  background-color: #f7f2ec;
  font-family: var(--serif);
  font-size: 18px;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .18;
  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='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 999;
  padding: .8rem 1rem;
  color: white;
  background: var(--purple);
}
.skip-link:focus { top: 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: 72px;
  padding: 0 clamp(1.2rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  background: rgba(251, 248, 243, .86);
  backdrop-filter: blur(18px);
  border-color: var(--border);
  box-shadow: 0 8px 28px rgba(35, 16, 76, .05);
}
.monogram {
  display: inline-flex;
  gap: .15rem;
  align-items: center;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .08em;
}
.monogram span { color: var(--gold); font-style: italic; }
.site-nav { display: flex; gap: clamp(1.15rem, 2.4vw, 2.25rem); }
.site-nav a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--sans);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .12em;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.55rem;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}
.site-nav a:hover::after,
.site-nav a.active::after { right: 0; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 10rem clamp(1.4rem, 7vw, 7rem) 4rem;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(360px, 1.1fr);
  grid-template-rows: auto auto;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(251,248,243,.98) 0%, rgba(251,248,243,.94) 45%, rgba(251,248,243,.25) 80%),
    radial-gradient(circle at 74% 40%, rgba(205, 187, 223, .58), transparent 24rem),
    linear-gradient(180deg, #fbf8f3, #f8f1ed);
}
.watercolor {
  position: absolute;
  z-index: -3;
  border-radius: 44% 56% 58% 42% / 41% 47% 53% 59%;
  filter: blur(2px);
  will-change: transform;
}
.watercolor-one {
  width: 42rem;
  height: 36rem;
  right: -8rem;
  top: 7rem;
  opacity: .72;
  background:
    radial-gradient(circle at 55% 45%, rgba(92, 43, 144, .37), transparent 15%),
    radial-gradient(circle at 31% 61%, rgba(197, 180, 220, .72), transparent 32%),
    radial-gradient(circle at 70% 68%, rgba(57, 22, 125, .52), transparent 26%);
}
.watercolor-two {
  width: 28rem;
  height: 18rem;
  left: 37%;
  bottom: 5rem;
  opacity: .38;
  background: radial-gradient(ellipse, rgba(187, 164, 210, .72), transparent 65%);
}
.floral {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: saturate(1.05) contrast(1.02);
  will-change: transform;
}
.floral-top {
  width: min(48vw, 650px);
  height: min(62vw, 720px);
  right: -3vw;
  top: 4.4rem;
  object-position: 48% 15%;
  -webkit-mask-image: radial-gradient(ellipse at 65% 38%, #000 44%, transparent 78%);
  mask-image: radial-gradient(ellipse at 65% 38%, #000 44%, transparent 78%);
  opacity: .92;
}
.hero-copy {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  align-self: end;
  max-width: 650px;
  padding-bottom: 2.4rem;
}
.eyebrow {
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .28em;
}
.hero h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: .66;
  font-family: var(--script);
  font-weight: 400;
  color: var(--purple);
  font-size: clamp(5.6rem, 11vw, 10.5rem);
}
.hero h1 b {
  align-self: center;
  margin: .28em 0 .18em;
  font-family: var(--serif);
  font-size: .45em;
  font-weight: 400;
  color: var(--gold);
}
.gold-rule {
  width: 5rem;
  height: 1px;
  margin: 2.4rem 0 1rem;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.invitation {
  margin: 0 0 2rem;
  font-family: var(--sans);
  font-size: .9rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button {
  min-height: 48px;
  padding: .9rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border: 1px solid var(--gold);
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .13em;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(44,13,101,.15); }
.button-primary { color: white; background: linear-gradient(135deg, #461d91, #2b0d64); border-color: transparent; }
.button-primary span { color: var(--gold-soft); }
.button-secondary { background: rgba(251,248,243,.58); backdrop-filter: blur(7px); }

.portrait-wrap {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: end;
  width: min(48vw, 620px);
  margin-right: -2vw;
}
.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: 12% 4% 0 3%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(115, 73, 160, .15);
  filter: blur(55px);
}
.portrait-wrap img {
  width: 100%;
  aspect-ratio: .92;
  object-fit: cover;
  object-position: 55% 45%;
  -webkit-mask-image: radial-gradient(ellipse at 54% 45%, #000 43%, rgba(0,0,0,.85) 61%, transparent 78%);
  mask-image: radial-gradient(ellipse at 54% 45%, #000 43%, rgba(0,0,0,.85) 61%, transparent 78%);
}
.date-card {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 6;
  align-self: start;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 1.2rem;
  max-width: 520px;
  padding: 2rem 0 0;
  border-top: 1px solid var(--border);
}
.vertical-label {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--sans);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .5em;
}
.date-heading {
  margin: 0 0 1.5rem;
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.event-summary {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5e5270;
}
.event-summary li { display: grid; grid-template-columns: 2rem 1fr; align-items: start; line-height: 1.45; }
.event-summary .icon { color: var(--gold); font-size: 1.35rem; line-height: 1; }
.event-summary strong { color: var(--ink); font-weight: 600; }
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  width: 24px;
  height: 40px;
  border: 1px solid rgba(35,16,76,.38);
  border-radius: 20px;
}
.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 3px;
  height: 8px;
  margin-left: -1.5px;
  border-radius: 3px;
  background: var(--gold);
  animation: scroll 1.7s infinite;
}
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 100% { transform: translateY(14px); opacity: 0; } }

.countdown-band {
  padding: 1.8rem clamp(1.4rem, 7vw, 7rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: white;
  background: linear-gradient(110deg, #2b0d64, #4d2493 60%, #2f135c);
}
.countdown-band > p {
  margin: 0;
  font-family: var(--script);
  font-size: clamp(2rem, 4vw, 3.25rem);
}
.countdown { display: flex; gap: clamp(1.4rem, 4vw, 4rem); text-align: center; }
.countdown div { min-width: 50px; }
.countdown strong { display: block; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1; }
.countdown span { display: block; margin-top: .35rem; font-family: var(--sans); font-size: .55rem; text-transform: uppercase; letter-spacing: .14em; color: #dbcaf0; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 7rem); }
.section-heading { max-width: 760px; margin: 0 auto 4rem; text-align: center; }
.section-heading h2, .love-note h2, .registry-card h2, .rsvp-section h2, .modal-intro h2 {
  margin: .15rem 0 1rem;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .9;
  font-weight: 400;
  color: var(--purple);
}
.section-heading p:last-child { color: var(--muted); font-size: 1.15rem; }
.tiny-heart { display: inline-block; margin-bottom: 1rem; color: var(--gold); font-size: .9rem; }
.details-section { background: rgba(255,255,255,.35); }
.details-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.detail-card {
  position: relative;
  min-height: 315px;
  padding: 2.25rem;
  border: 1px solid var(--border);
  background: rgba(251, 248, 243, .72);
  box-shadow: 0 18px 55px rgba(44,13,101,.06);
  overflow: hidden;
}
.detail-card::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,159,210,.28), transparent 70%);
}
.card-number { color: var(--gold); font-family: var(--sans); font-size: .68rem; letter-spacing: .2em; }
.detail-card h3 { margin: 3rem 0 .4rem; font-size: 1.7rem; font-weight: 500; }
.large-detail { margin: 0 0 1rem; color: var(--purple); font-size: 2.3rem; line-height: 1; }
.detail-card p:not(.large-detail) { color: var(--muted); line-height: 1.65; }
.text-link { color: var(--purple); font-family: var(--sans); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

.love-note {
  position: relative;
  min-height: 760px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.note-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251,248,243,.95) 0%, rgba(251,248,243,.8) 45%, rgba(251,248,243,.15) 76%),
    url("assets/couple.jpg") right 34% center / 58% auto no-repeat;
  filter: saturate(.9);
}
.note-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 45%, transparent 10%, rgba(224,210,236,.42) 45%, transparent 69%);
}
.love-note-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  text-align: center;
}
.love-note-copy > p:not(.eyebrow):not(.signature):not(.signoff) { color: #6f6674; line-height: 1.72; }
.registry-button { display: inline-flex; margin: 1.75rem 0 .5rem; }
#baby-news { min-height: auto; padding-top: clamp(2rem, 4vw, 3.5rem); }
#baby-news .love-note-copy { padding-top: 0; }
.signoff { margin-top: 2rem; text-transform: uppercase; font-family: var(--sans); font-size: .65rem; letter-spacing: .16em; }
.signature { margin: .2rem 0; font-family: var(--script); color: var(--purple); font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; }

.registry-section {
  position: relative;
  min-height: 92svh;
  padding: clamp(5rem, 9vw, 8rem) clamp(1.4rem, 7vw, 7rem);
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, #eee5f4, #f9f5ef 45%, #e4d8ed);
}
.registry-watercolor {
  position: absolute;
  inset: -15%;
  z-index: -3;
  background:
    radial-gradient(circle at 30% 30%, rgba(143,104,178,.38), transparent 24%),
    radial-gradient(circle at 70% 66%, rgba(74,29,145,.45), transparent 23%),
    radial-gradient(circle at 45% 85%, rgba(215,187,119,.20), transparent 18%);
  filter: blur(26px);
}
.registry-section::before {
  content: "";
  position: absolute;
  inset: 3rem;
  z-index: -1;
  border: 1px solid rgba(182,138,53,.55);
}
.registry-section::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: 1rem;
  left: 7%;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  transform: rotate(12deg);
  opacity: .4;
}
.floral-bottom {
  width: min(54vw, 760px);
  height: min(56vw, 720px);
  right: -4vw;
  bottom: -3rem;
  object-position: center;
  -webkit-mask-image: radial-gradient(ellipse at 66% 58%, #000 45%, transparent 78%);
  mask-image: radial-gradient(ellipse at 66% 58%, #000 45%, transparent 78%);
  opacity: .88;
}
.registry-card {
  width: min(640px, 90vw);
  padding: clamp(3rem, 6vw, 5.5rem);
  text-align: center;
  border: 1px solid rgba(182,138,53,.65);
  background: rgba(251,248,243,.80);
  backdrop-filter: blur(15px);
  box-shadow: var(--shadow);
}
.mobile-icon { color: var(--gold); font-size: 2rem; margin-bottom: 1rem; }
.registry-card p:not(.eyebrow) { max-width: 500px; margin: 0 auto 2rem; color: var(--muted); line-height: 1.7; }
.registry-card .button { min-width: 220px; }

.rsvp-section { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.rsvp-copy { max-width: 650px; }
.rsvp-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin-bottom: 2rem; }
.rsvp-quote { padding: clamp(2rem, 4vw, 4rem); border-left: 1px solid var(--gold); }
.rsvp-quote blockquote { margin: 0 0 1.2rem; font-size: clamp(1.8rem, 3.4vw, 3.2rem); line-height: 1.18; font-style: italic; }
.rsvp-quote cite { font-family: var(--sans); font-style: normal; font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); }

.faq-section { background: #f3ecf5; }
.faq-list { max-width: 860px; margin: 0 auto; }
details { border-top: 1px solid var(--border); }
details:last-child { border-bottom: 1px solid var(--border); }
summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; list-style: none; font-size: 1.35rem; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .5rem; top: 1.25rem; color: var(--gold); font-size: 1.8rem; font-weight: 300; }
details[open] summary::after { content: "–"; }
details p { margin: 0 0 1.7rem; color: var(--muted); line-height: 1.65; }

.site-footer {
  padding: 5rem 1.5rem;
  text-align: center;
  color: white;
  background: #2b0d64;
}
.site-footer > p:first-child { margin: 0; font-family: var(--sans); text-transform: uppercase; font-size: .6rem; letter-spacing: .2em; color: #d9c8eb; }
.site-footer .signature { color: white; margin: .6rem 0 1rem; }
.site-footer span { font-family: var(--sans); font-size: .6rem; text-transform: uppercase; letter-spacing: .15em; color: #d9c8eb; }

.rsvp-modal {
  width: min(660px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(182,138,53,.55);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 35px 110px rgba(20, 4, 46, .38);
  overflow: auto;
}
.rsvp-modal::backdrop { background: rgba(27, 10, 52, .68); backdrop-filter: blur(7px); }
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 38px;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: transparent;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}
.modal-intro { text-align: center; }
.modal-intro h2 { font-size: clamp(3.5rem, 8vw, 5.8rem); }
#rsvp-form { display: grid; gap: 1rem; margin-top: 2rem; }
#rsvp-form label, #rsvp-form legend { font-family: var(--sans); font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }
#rsvp-form input, #rsvp-form select, #rsvp-form textarea {
  width: 100%;
  margin-top: .45rem;
  padding: .9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255,255,255,.72);
  outline: none;
}
#rsvp-form input:focus, #rsvp-form select:focus, #rsvp-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(182,138,53,.12); }
#rsvp-form fieldset { margin: .2rem 0; padding: 1rem; border: 1px solid var(--border); }
#rsvp-form .radio { display: flex; align-items: center; gap: .6rem; margin-top: .75rem; text-transform: none; letter-spacing: 0; font-family: var(--serif); font-size: 1rem; }
#rsvp-form .radio input { width: auto; margin: 0; }
.form-note { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.4; text-align: center; }
.success-message { padding: 3rem 0; text-align: center; }
.success-message > span { color: var(--gold); font-size: 2rem; }
.success-message h3 { margin: .5rem 0; font-size: 3rem; font-weight: 400; color: var(--purple); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding-top: 8rem; }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .portrait-wrap { grid-column: 1; grid-row: 2; width: min(92vw, 660px); justify-self: center; margin: -4rem -10vw -2rem auto; }
  .date-card { grid-column: 1; grid-row: 3; }
  .floral-top { width: 72vw; height: 86vw; right: -25vw; top: 5rem; opacity: .76; }
  .details-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 240px; }
  .love-note { grid-template-columns: 1fr; min-height: 780px; align-items: end; }
  .note-art { background: linear-gradient(0deg, rgba(251,248,243,.98) 0%, rgba(251,248,243,.68) 52%, rgba(251,248,243,.08) 78%), url("assets/couple.jpg") center 16% / cover no-repeat; }
  .love-note-copy { padding-top: 18rem; }
  .rsvp-section { grid-template-columns: 1fr; }
  .rsvp-quote { border-left: 0; border-top: 1px solid var(--gold); }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .site-header { min-height: 64px; }
  .nav-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .nav-toggle span:not(.sr-only) { width: 23px; height: 1px; display: block; background: var(--ink); transition: .25s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 64px 0 auto;
    display: grid;
    gap: 0;
    padding: 1rem 1.4rem 1.6rem;
    background: rgba(251,248,243,.98);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    transition: transform .3s ease;
  }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: .9rem 0; }
  .site-nav a::after { bottom: .4rem; }
  .hero { min-height: auto; padding: 7.4rem 1.4rem 4rem; }
  .hero h1 { font-size: clamp(5.3rem, 24vw, 8rem); }
  .hero h1 b { margin-left: 30%; }
  .hero-copy { padding-bottom: 0; }
  .invitation { font-size: .76rem; }
  .portrait-wrap { width: 115vw; margin: -1rem -24vw -3rem auto; }
  .date-card { grid-template-columns: 34px 1fr; }
  .date-heading { font-size: 2.7rem; }
  .scroll-cue { display: none; }
  .countdown-band { flex-direction: column; text-align: center; padding: 2rem 1rem; }
  .countdown { width: 100%; justify-content: space-around; gap: .5rem; }
  .section { padding: 5.2rem 1.4rem; }
  .section-heading { margin-bottom: 2.8rem; }
  .details-grid { gap: .9rem; }
  .detail-card { padding: 1.75rem; }
  .detail-card h3 { margin-top: 2rem; }
  .love-note { min-height: 780px; padding-bottom: 4rem; }
  .love-note-copy { padding-top: 16rem; }
  .registry-section { min-height: 760px; padding: 4rem 1.4rem; }
  .registry-section::before { inset: 1rem; }
  .registry-card { padding: 3rem 1.5rem; }
  .floral-bottom { width: 100vw; height: 90vw; right: -32vw; bottom: -2rem; opacity: .64; }
  .rsvp-quote { padding: 2rem 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
