@font-face {
  font-family: "Belvare";
  src: url("assets/belvare.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Palm Bay";
  src: url("assets/palm-bay.otf") format("opentype");
  font-display: swap;
}

:root {
  --paper: #eee7da;
  --paper-light: #f5f0e7;
  --brown: #4c372f;
  --brown-soft: #766359;
  --blue: #8ea7ba;
  --blue-light: #dfe8ea;
  --olive: #73725c;
  --olive-dark: #4d5541;
  --gold: #b3a471;
  --line: rgba(76, 55, 47, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #d9e2e2;
}

body {
  margin: 0;
  color: var(--brown);
  background: #d9e2e2;
  font-family: Georgia, serif;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
}

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

.site-shell {
  width: min(1320px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 70px rgba(76, 55, 47, 0.1);
}

.site-header {
  min-height: 74px;
  padding: 0 clamp(22px, 4vw, 62px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
  position: relative;
  z-index: 5;
  color: var(--brown);
  background: var(--paper-light);
  border-bottom: 1px solid var(--line);
}

.header-mark {
  font-family: "Belvare", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  font-family: Arial, sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.site-header nav a {
  padding: 9px 0 7px;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease;
}

.site-header nav a:hover {
  border-color: currentColor;
}

.header-rsvp {
  padding: 12px 21px;
  color: var(--paper-light);
  background: var(--olive);
  border: 1px solid var(--olive);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.53rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero {
  min-height: 590px;
  display: grid;
  grid-template-columns: 58% 42%;
  position: relative;
  background: var(--paper-light);
}

.hero-photo {
  min-height: 590px;
  position: relative;
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 52% 41%;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 69%, var(--paper-light) 100%);
  pointer-events: none;
}

.hero-photo-star {
  position: absolute;
  top: 28px;
  right: 34px;
  z-index: 1;
  color: var(--blue);
  font-size: 1.35rem;
}

.hero-copy {
  min-width: 0;
  padding: 90px clamp(34px, 5vw, 72px) 50px clamp(12px, 2vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: var(--paper-light);
}

.eyebrow {
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 0.57rem;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.hero-copy > .eyebrow {
  padding-left: 74px;
  color: var(--olive-dark);
  position: relative;
}

.hero-copy > .eyebrow::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-size: 1rem;
}

.hero-copy h1 {
  margin-bottom: 15px;
  display: grid;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(5.5rem, 8.5vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.59;
  text-transform: uppercase;
}

.hero-copy h1 i {
  margin: 0.07em 0 -0.04em 0.7em;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 0.4em;
  font-style: italic;
  line-height: 0.8;
}

.hero-place {
  width: fit-content;
  margin: 16px 0 20px;
  padding: 0 42px 8px;
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
  font-family: Arial, sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-date {
  width: fit-content;
  padding: 15px 22px;
  display: grid;
  gap: 4px;
  color: var(--paper-light);
  background: var(--brown);
  border-radius: 2px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

.hero-date span,
.hero-date small {
  font-size: 0.48rem;
  letter-spacing: 0.16em;
}

.hero-date strong {
  font-size: 0.75rem;
  letter-spacing: 0.13em;
}

.postmark {
  width: 112px;
  height: 112px;
  display: grid;
  place-content: center;
  position: absolute;
  top: 34px;
  right: 34px;
  color: var(--brown-soft);
  border: 1px solid currentColor;
  border-radius: 50%;
  text-align: center;
  transform: rotate(8deg);
}

.postmark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed currentColor;
  border-radius: 50%;
}

.postmark span,
.postmark small {
  font-family: Arial, sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.postmark strong {
  margin: 4px 0;
  font-family: "Belvare", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.hero-line-art {
  width: min(370px, 90%);
  margin-top: auto;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.countdown {
  min-height: 142px;
  padding: 22px clamp(28px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1.15fr 4fr 0.7fr;
  align-items: center;
  gap: 30px;
  color: var(--paper-light);
  background: var(--blue);
}

.countdown-intro {
  display: flex;
  align-items: center;
  gap: 18px;
}

.script-label {
  color: var(--paper-light);
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.7rem);
  font-style: italic;
  line-height: 0.8;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.countdown-grid > div {
  text-align: center;
  border-left: 1px solid rgba(245, 240, 231, 0.45);
}

.countdown-grid > div:last-child {
  border-right: 1px solid rgba(245, 240, 231, 0.45);
}

.countdown-grid strong {
  display: block;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(2.7rem, 4.5vw, 4.5rem);
  font-weight: 400;
  line-height: 0.75;
}

.countdown-grid span {
  display: block;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 0.45rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.countdown-sun {
  width: 76px;
  justify-self: end;
  fill: none;
  stroke: var(--paper-light);
  stroke-linecap: round;
  stroke-width: 1;
}

.tour {
  padding: 64px clamp(28px, 4vw, 62px) 70px;
  display: grid;
  grid-template-columns: 1.25fr 5fr;
  gap: 38px;
  background: var(--paper-light);
}

.tour-intro h2,
.dress-heading h2,
.lineup-heading h2,
.gift-copy h2,
.section-heading h2,
.playlist-copy h2 {
  margin-bottom: 18px;
  font-family: "Belvare", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.75;
}

.tour-intro h2 {
  font-size: clamp(3.4rem, 4.9vw, 5.4rem);
}

.tour-intro > p:last-child {
  max-width: 190px;
  margin: 0;
  color: var(--brown-soft);
  font-size: 0.78rem;
  line-height: 1.5;
}

.tour-route {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: relative;
}

.tour-route::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 18px;
  right: 7%;
  left: 7%;
  background: var(--olive);
}

.tour-stop {
  min-width: 0;
  padding: 0 clamp(7px, 1vw, 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: auto;
  text-align: center;
}

.stop-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--paper-light);
  background: var(--olive);
  border: 5px solid var(--paper-light);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  font-family: Arial, sans-serif;
  font-size: 0.55rem;
}

.tour-stop svg {
  width: 48px;
  height: 48px;
  margin: 18px 0 10px;
  fill: none;
  stroke: var(--brown-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.tour-stop h3 {
  min-height: 2.4em;
  margin: 0 0 10px;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 400;
  line-height: 0.92;
}

.tour-stop h3 em {
  font-family: Georgia, serif;
  font-size: 0.66em;
  font-style: normal;
}

.tour-stop p {
  margin: 0 0 14px;
  color: var(--brown-soft);
  font-size: clamp(0.56rem, 0.72vw, 0.68rem);
  line-height: 1.45;
}

.tour-stop small {
  margin-top: auto;
  font-family: Arial, sans-serif;
  font-size: 0.45rem;
  letter-spacing: 0.12em;
}

.dress {
  margin: 0 clamp(28px, 4vw, 62px) 30px;
  padding: clamp(30px, 4vw, 54px);
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 1.4fr;
  align-items: center;
  gap: clamp(26px, 4vw, 58px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.dress-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(3rem, 4.7vw, 5rem);
}

.dress-heading > p:last-child {
  margin: 0;
  color: var(--brown-soft);
  font-size: 0.76rem;
  line-height: 1.48;
}

.dress-palette {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.dress-palette div {
  text-align: center;
}

.dress-palette span {
  height: 72px;
  display: block;
  background: var(--color);
  border-radius: 4px;
}

.dress-palette small {
  display: block;
  margin-top: 8px;
  font-family: Arial, sans-serif;
  font-size: 0.46rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dress-rules {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.dress-rules p {
  margin-bottom: 10px;
  color: var(--brown-soft);
  font-size: 0.7rem;
  line-height: 1.45;
}

.dress-rules p:last-child {
  margin-bottom: 0;
}

.dress-rules strong {
  color: var(--brown);
}

.lineup {
  padding: 66px clamp(28px, 4vw, 62px);
  display: grid;
  grid-template-columns: 1.25fr 5fr;
  gap: 38px;
  background: var(--paper-light);
  border-top: 1px solid var(--line);
}

.lineup-heading h2 {
  font-size: clamp(3.7rem, 5.3vw, 5.8rem);
}

.lineup-heading svg {
  width: 100%;
  margin-top: 34px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.lineup-heading .lineup-art {
  width: 100%;
  height: auto;
  margin-top: 24px;
  display: block;
  object-fit: contain;
}

.lineup-list article {
  min-height: 61px;
  display: grid;
  grid-template-columns: 62px minmax(170px, 0.9fr) minmax(250px, 2fr) 20px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.lineup-list article:first-child {
  border-top: 1px solid var(--line);
}

.lineup-list time {
  font-family: Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.lineup-list h3 {
  margin: 0;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  font-weight: 400;
  line-height: 0.88;
}

.lineup-list p {
  margin: 0;
  color: var(--brown-soft);
  font-size: 0.68rem;
  line-height: 1.45;
}

.lineup-list article > span {
  color: var(--gold);
  text-align: right;
}

.gift {
  margin: 30px clamp(28px, 4vw, 62px);
  padding: clamp(34px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
  color: var(--paper-light);
  background: var(--blue);
  border-radius: 14px;
}

.gift-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(3rem, 4.8vw, 5.1rem);
}

.gift-copy > p:last-child {
  max-width: 520px;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.gift-ticket {
  min-height: 230px;
  padding: 30px 50px;
  display: grid;
  align-content: center;
  justify-items: center;
  position: relative;
  color: var(--brown);
  background: var(--paper-light);
  border: 1px solid var(--brown-soft);
  text-align: center;
}

.gift-ticket::before,
.gift-ticket::after {
  content: "";
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: radial-gradient(circle at center, var(--blue) 0 8px, transparent 9px) center top / 18px 24px repeat-y;
}

.gift-ticket::before {
  left: -9px;
}

.gift-ticket::after {
  right: -9px;
}

.gift-ticket > span {
  font-family: Arial, sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.gift-ticket > strong {
  margin: 6px 0 0;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(2.1rem, 3.4vw, 3.6rem);
  font-weight: 400;
}

.gift-sun {
  width: 102px;
  height: 58px;
  margin: -4px 0 8px;
  display: block;
  object-fit: cover;
  object-position: center 60%;
}

.copy-button {
  padding: 12px 20px;
  color: var(--paper-light);
  background: var(--olive);
  border: 1px solid var(--olive);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.gift-ticket small {
  min-height: 1em;
  margin-top: 16px;
  font-family: Arial, sans-serif;
  font-size: 0.47rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rsvp {
  padding: 70px clamp(18px, 4vw, 62px);
  background: var(--paper-light);
  border-top: 1px solid var(--line);
}

.section-heading {
  width: min(780px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(4rem, 6.5vw, 7rem);
}

.section-heading > p:last-child {
  color: var(--brown-soft);
  font-size: 0.84rem;
}

.rsvp-frame {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 6px solid var(--blue);
}

.rsvp-frame iframe {
  width: 100%;
  height: 1900px;
  display: block;
  border: 0;
  background: #fff;
}

.adults-note {
  width: min(760px, 100%);
  margin: 24px auto 0;
  padding: 18px 24px;
  color: var(--brown-soft);
  background: var(--blue-light);
  border: 1px solid var(--line);
  font-size: 0.8rem;
  line-height: 1.55;
  text-align: center;
}

.playlist {
  margin: 30px clamp(28px, 4vw, 62px) 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--paper-light);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.playlist-copy {
  padding: clamp(38px, 6vw, 78px);
  align-self: center;
}

.playlist-copy h2 {
  font-size: clamp(3.4rem, 5.7vw, 6.2rem);
}

.playlist-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 28px;
  color: var(--brown-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.playlist-copy > a {
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--paper-light);
  background: var(--olive-dark);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.52rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.play-icon {
  width: 15px;
  height: 15px;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

.playlist-photo {
  min-height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.playlist-photo img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 45%;
}

.playlist-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(30, 27, 24, 0.76));
}

.playlist-photo > div {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 1;
  color: #fff;
}

.playlist-photo small,
.playlist-photo span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.53rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.playlist-photo strong {
  display: block;
  margin: 6px 0 12px;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(2.6rem, 4.3vw, 4.5rem);
  font-weight: 400;
  line-height: 0.8;
}

footer {
  min-height: 110px;
  padding: 22px clamp(28px, 4vw, 62px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  color: var(--paper-light);
  background: var(--olive);
  text-align: center;
}

footer img {
  width: 150px;
  display: block;
}

footer p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.18em;
  line-height: 1.65;
  text-transform: uppercase;
}

footer p:last-child {
  text-align: right;
}

footer p:first-child {
  text-align: left;
}

footer span {
  opacity: 0.74;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@media (max-width: 980px) {
  .site-header {
    gap: 20px;
  }

  .site-header nav {
    gap: 16px;
  }

  .hero {
    grid-template-columns: 55% 45%;
  }

  .postmark {
    width: 92px;
    height: 92px;
    top: 24px;
    right: 24px;
  }

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

  .tour-intro > p:last-child {
    max-width: 420px;
  }

  .dress {
    grid-template-columns: 1fr 1.4fr;
  }

  .dress-rules {
    padding: 24px 0 0;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .lineup-heading svg {
    display: none;
  }
}

@media (max-width: 720px) {
  body {
    background: var(--paper);
  }

  .site-header {
    min-height: 62px;
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .header-rsvp {
    padding: 10px 16px;
  }

  .hero {
    min-height: 760px;
    display: block;
  }

  .hero-photo {
    min-height: 760px;
  }

  .hero-photo::after {
    background: linear-gradient(180deg, transparent 39%, rgba(38, 29, 26, 0.22) 58%, rgba(38, 29, 26, 0.9) 100%);
  }

  .hero-copy {
    padding: 0 24px 42px;
    position: absolute;
    inset: auto 0 0;
    color: var(--paper-light);
    background: transparent;
  }

  .hero-copy > .eyebrow {
    padding-left: 0;
    color: var(--paper-light);
  }

  .hero-copy > .eyebrow::before {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(5rem, 24vw, 7.2rem);
  }

  .hero-place {
    color: var(--blue-light);
    border-color: rgba(223, 232, 234, 0.5);
  }

  .hero-date {
    color: var(--brown);
    background: var(--paper-light);
  }

  .postmark {
    top: 20px;
    right: 20px;
    color: var(--paper-light);
  }

  .hero-line-art {
    display: none;
  }

  .countdown {
    padding: 28px 18px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .countdown-intro {
    justify-content: center;
  }

  .countdown-grid strong {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .countdown-grid span {
    font-size: 0.38rem;
    letter-spacing: 0.12em;
  }

  .countdown-sun {
    display: none;
  }

  .tour {
    padding: 66px 20px;
  }

  .tour-intro h2 {
    font-size: 4.3rem;
  }

  .tour-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .tour-route::before {
    display: none;
  }

  .tour-stop {
    min-height: 300px;
    padding: 24px 16px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .stop-number {
    border-width: 0;
  }

  .tour-stop h3 {
    font-size: 1.65rem;
  }

  .tour-stop p {
    font-size: 0.68rem;
  }

  .dress {
    margin: 0 20px 24px;
    padding: 32px 22px;
    grid-template-columns: 1fr;
  }

  .dress-heading h2 {
    font-size: 4.2rem;
  }

  .dress-palette {
    grid-template-columns: repeat(2, 1fr);
  }

  .dress-rules {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .lineup {
    padding: 60px 20px;
  }

  .lineup-heading h2 {
    font-size: 4.6rem;
  }

  .lineup-list article {
    padding: 17px 0;
    grid-template-columns: 50px 1fr 14px;
    gap: 12px;
  }

  .lineup-list h3 {
    font-size: 1.6rem;
  }

  .lineup-list p {
    margin-top: 7px;
    grid-column: 2 / -1;
  }

  .lineup-list article > span {
    grid-column: 3;
    grid-row: 1;
  }

  .gift {
    margin: 24px 20px;
    padding: 36px 22px;
    grid-template-columns: 1fr;
  }

  .gift-copy {
    text-align: center;
  }

  .gift-copy h2 {
    font-size: 4rem;
  }

  .gift-ticket {
    min-height: 220px;
    padding: 28px 24px;
  }

  .gift-sun {
    width: 90px;
    height: 52px;
  }

  .rsvp {
    padding: 60px 10px;
  }

  .section-heading {
    padding: 0 12px;
  }

  .section-heading h2 {
    font-size: 4.5rem;
  }

  .rsvp-frame {
    padding: 4px;
  }

  .adults-note {
    width: calc(100% - 18px);
  }

  .playlist {
    margin: 24px 20px 48px;
    grid-template-columns: 1fr;
  }

  .playlist-copy {
    padding: 42px 26px;
    text-align: center;
  }

  .playlist-copy h2 {
    font-size: 4.4rem;
  }

  .playlist-copy > p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .playlist-photo {
    min-height: 390px;
  }

  footer {
    padding: 28px 20px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  footer img {
    width: 130px;
    grid-row: 1;
  }

  footer p,
  footer p:first-child,
  footer p:last-child {
    text-align: center;
  }
}

/* Real asset loader */
.site-loader {
  display: none;
}

html.has-js:not(.is-ready) body {
  overflow: hidden;
}

html.has-js .site-loader {
  min-height: 100svh;
  padding: 24px;
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 10000;
  color: var(--brown);
  background: var(--paper-light);
  opacity: 1;
  visibility: visible;
  transition: opacity 650ms ease, visibility 650ms ease;
}

html.has-js .site-loader::before,
html.has-js .site-loader::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

html.has-js .site-loader::before {
  width: min(520px, 76vw);
  height: 1px;
  top: 50%;
  background: rgba(76, 55, 47, 0.16);
  transform: translateY(-50%);
}

html.has-js .site-loader::after {
  width: 9px;
  height: 9px;
  top: 50%;
  background: var(--blue);
  transform: translateY(-50%) rotate(45deg);
}

html.is-ready .site-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-card {
  width: min(380px, 84vw);
  padding: 36px 34px 32px;
  display: grid;
  justify-items: center;
  position: relative;
  z-index: 1;
  background: var(--paper-light);
  text-align: center;
}

.loader-kicker,
.loader-place {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.loader-kicker {
  color: var(--olive);
}

.loader-monogram {
  margin: 24px 0 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(4.6rem, 12vw, 6rem);
  line-height: 0.72;
}

.loader-monogram i {
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 0.36em;
  font-style: normal;
}

.loader-place {
  color: var(--brown-soft);
  font-size: 0.5rem;
  letter-spacing: 0.22em;
}

.loader-track {
  width: 100%;
  height: 2px;
  margin-top: 32px;
  overflow: hidden;
  background: rgba(76, 55, 47, 0.14);
}

.loader-track span {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.loader-card > strong {
  margin-top: 12px;
  color: var(--brown-soft);
  font-family: Arial, sans-serif;
  font-size: 0.54rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}

@media (max-width: 720px) {
  .loader-card {
    padding: 30px 22px 27px;
  }

  .loader-monogram {
    font-size: 4.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.has-js .site-loader {
    transition-duration: 150ms;
  }
}

/* Complete dress-code palette */
.palette-button {
  width: fit-content;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--paper-light);
  background: var(--olive);
  border: 1px solid var(--olive);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.palette-button:hover {
  color: var(--olive);
  background: transparent;
  transform: translateY(-2px);
}

.palette-button span {
  font-size: 0.9rem;
  line-height: 0;
}

.palette-dialog {
  width: min(960px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100dvh - 36px);
  padding: 0;
  color: var(--brown);
  background: transparent;
  border: 0;
  overflow: visible;
}

.palette-dialog::backdrop {
  background: rgba(47, 39, 34, 0.7);
  backdrop-filter: blur(3px);
}

.palette-dialog[open] {
  animation: palette-dialog-in 220ms ease both;
}

.palette-card {
  max-height: calc(100dvh - 36px);
  padding: clamp(38px, 4.5vw, 58px);
  position: relative;
  overflow: auto;
  color: var(--brown);
  background: var(--paper-light);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: none;
  text-align: left;
}

.palette-card::before {
  content: "";
  width: 28px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 38px;
  left: clamp(38px, 4.5vw, 58px);
  background: var(--blue);
  -webkit-mask: url("assets/tour-star.png") center / contain no-repeat;
  mask: url("assets/tour-star.png") center / contain no-repeat;
}

.palette-close {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--brown);
  background: var(--paper-light);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.palette-kicker {
  margin: 4px 0 22px 44px;
  color: var(--brown-soft);
  font-family: Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.palette-card > h2 {
  margin: 0;
  color: var(--brown);
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(4rem, 6vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-transform: uppercase;
}

.palette-intro {
  max-width: 620px;
  margin: 20px 0 30px;
  padding-bottom: 28px;
  color: var(--brown-soft);
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  line-height: 1.55;
}

.palette-full-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.palette-full-grid > div {
  padding: 8px 8px 10px;
  background: var(--paper);
  border: 1px solid rgba(76, 55, 47, 0.14);
  border-radius: 12px;
}

.palette-full-grid span {
  aspect-ratio: 1.55 / 1;
  display: block;
  background: var(--color);
  border: 1px solid rgba(76, 55, 47, 0.18);
  border-radius: 8px;
}

.palette-full-grid small {
  margin: 9px 2px 0;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.palette-guidelines {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}

.palette-guidelines article {
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  background: rgba(142, 167, 186, 0.17);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.palette-guidelines article:last-child {
  background: rgba(115, 114, 92, 0.12);
}

.palette-guidelines article::before {
  content: "";
  width: 5px;
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--blue);
}

.palette-guidelines article:last-child::before {
  background: var(--olive);
}

.palette-guidelines h3 {
  margin: 0 0 12px;
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.palette-guidelines p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.palette-notes {
  margin: 18px 0 0;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: left;
  font-size: 0.82rem;
}

.palette-notes p {
  margin: 0;
}

.bridesmaid-swatch {
  width: 42px;
  height: 22px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  background: #f3de85;
  border: 1px solid rgba(76, 55, 47, 0.12);
  border-radius: 7px;
}

body.palette-open {
  overflow: hidden;
}

@keyframes palette-dialog-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 720px) {
  .palette-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }

  .palette-card {
    max-height: calc(100dvh - 20px);
    padding: 52px 18px 28px;
    border-radius: 16px;
  }

  .palette-card::before {
    width: 23px;
    top: 24px;
    left: 18px;
  }

  .palette-close {
    top: 16px;
    right: 16px;
  }

  .palette-kicker {
    margin: -24px 0 22px 34px;
    font-size: 0.56rem;
  }

  .palette-card > h2 {
    font-size: clamp(3.2rem, 14vw, 4rem);
  }

  .palette-intro {
    margin: 16px auto 30px;
    max-width: 310px;
    font-size: 0.78rem;
    line-height: 1.5;
  }

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

  .palette-full-grid small {
    font-size: 0.5rem;
  }

  .palette-guidelines {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .palette-guidelines article {
    padding: 20px;
  }

  .palette-notes {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .palette-dialog[open] {
    animation: none;
  }
}

.site-shell {
  width: min(1600px, 100%);
  margin: 0 auto;
}

.site-header {
  min-height: 104px;
  padding: 0 clamp(40px, 4.8vw, 82px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(34px, 5vw, 90px);
  position: relative;
  inset: auto;
  color: var(--brown);
  background: var(--paper-light);
  border: 0;
  border-bottom: 1px solid rgba(76, 55, 47, 0.15);
}

.header-brand {
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(22px, 3.2vw, 52px);
  font-family: Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.site-header nav a:first-child {
  border-bottom-color: transparent;
}

.header-rsvp {
  padding: 15px 27px;
  display: inline-flex;
  color: var(--paper-light);
  background: var(--olive);
  border: 1px solid var(--olive);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero {
  min-height: 680px;
  margin: 0;
  display: grid;
  grid-template-columns: 63% 37%;
  position: relative;
  overflow: hidden;
  background: var(--paper-light);
  border: 0;
  border-radius: 0;
}

.hero-photo {
  min-height: 680px;
  position: relative;
  inset: auto;
  grid-column: 1 / -1;
  grid-row: 1;
}

.hero-photo img {
  object-position: 48% 41%;
}

.hero-photo::after {
  background: linear-gradient(90deg, transparent 43%, rgba(245, 240, 231, 0.16) 57%, rgba(245, 240, 231, 0.9) 73%, var(--paper-light) 88%);
}

.hero-copy {
  width: auto;
  padding: 96px clamp(38px, 5vw, 82px) 58px 20px;
  display: flex;
  justify-content: center;
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  z-index: 3;
  color: var(--brown);
  background: transparent;
  text-align: center;
}

.hero-copy > .eyebrow {
  width: auto;
  margin: 0 0 28px;
  padding: 0;
  display: block;
  color: var(--brown-soft);
  font-family: Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
}

.hero-copy > .eyebrow::before,
.hero-copy > .eyebrow::after {
  display: none;
}

.hero-copy h1 {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 10px;
  font-size: clamp(7.4rem, 10.5vw, 11rem);
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-align: center;
}

.hero-copy h1 span {
  display: block;
  line-height: 0.78;
}

.hero-copy h1 i {
  margin: 2px 0 0;
  display: block;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.3em;
  font-style: normal;
  line-height: 1;
}

.hero-place {
  margin: 26px auto 0;
  padding: 0;
  display: block;
  color: var(--brown-soft);
  font-family: Arial, sans-serif;
  font-size: 0.67rem;
  letter-spacing: 0.39em;
  text-align: center;
}

.hero-place::after {
  display: none;
}

.hero-spark {
  position: absolute;
  color: var(--gold);
  font-size: 1.7rem;
}

.hero-spark-one {
  top: 38px;
  left: 4%;
}

.hero-spark-two {
  top: 104px;
  left: -12%;
  color: var(--blue);
  font-size: 1.05rem;
}

.postmark {
  width: 134px;
  height: 134px;
  top: 52px;
  right: 7.5%;
  z-index: 4;
  color: var(--brown-soft);
  border: 1px solid currentColor;
  transform: rotate(8deg);
}

.postmark::after {
  inset: 8px;
  border: 0;
  border-top: 1px solid currentColor;
  border-radius: 50%;
}

.postmark::before {
  display: none;
}

.postmark span {
  font-family: Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}

.postmark strong {
  margin-top: 10px;
  font-size: 1.5rem;
}

.hero-post-waves {
  width: 155px;
  position: absolute;
  top: 190px;
  right: -12px;
  z-index: 3;
  fill: none;
  stroke: var(--brown-soft);
  stroke-linecap: round;
  stroke-width: 1.2;
  opacity: 0.75;
}

.hero-ticket {
  display: none;
}

.countdown {
  min-height: 158px;
  padding: 24px clamp(32px, 4vw, 70px);
  grid-template-columns: 0.35fr 4fr 0.45fr;
  gap: 22px;
  color: var(--paper-light);
  background: var(--blue);
}

.countdown-intro {
  justify-content: flex-start;
}

.countdown-star {
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.countdown-grid > div {
  border-left: 0;
  border-right: 1px solid rgba(245, 240, 231, 0.42);
}

.countdown-grid > div:last-child {
  border-right: 0;
}

.countdown-grid strong {
  font-size: clamp(3.1rem, 5vw, 5.2rem);
}

.countdown-grid span {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.countdown-sun {
  width: 72px;
}

@media (max-width: 920px) {
  .site-header {
    gap: 28px;
  }

  .site-header nav {
    gap: 18px;
    font-size: 0.53rem;
  }

  .hero {
    grid-template-columns: 58% 42%;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 76px;
    padding: 0 20px;
    grid-template-columns: 1fr auto;
  }

  .header-brand {
    font-size: 1.75rem;
  }

  .site-header nav {
    display: none;
  }

  .header-rsvp {
    padding: 11px 15px;
    font-size: 0.48rem;
  }

  .hero {
    min-height: 700px;
    margin: 0;
    display: block;
    border-radius: 0;
  }

  .hero-photo {
    min-height: 700px;
    position: absolute;
    inset: 0;
  }

  .hero-photo img {
    object-position: 50% 39%;
  }

  .hero-photo::after {
    background: linear-gradient(180deg, transparent 30%, rgba(40, 31, 28, 0.14) 50%, rgba(40, 31, 28, 0.88) 100%);
  }

  .hero-copy {
    padding: 0 22px 42px;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    color: var(--paper-light);
  }

  .hero-copy > .eyebrow,
  .hero-copy h1,
  .hero-copy h1 i,
  .hero-place {
    color: var(--paper-light);
  }

  .hero-copy h1 {
    font-size: clamp(5.6rem, 25vw, 7rem);
  }

  .hero-spark-one {
    top: auto;
    bottom: 365px;
    left: 16%;
  }

  .hero-spark-two {
    top: 112px;
    right: 24px;
    bottom: auto;
    left: auto;
  }

  .postmark {
    width: 92px;
    height: 92px;
    top: 26px;
    right: 18px;
    color: var(--paper-light);
  }

  .postmark span {
    font-size: 0.4rem;
  }

  .hero-post-waves {
    display: none;
  }

  .hero-ticket {
    display: none;
  }

  .countdown {
    min-height: 132px;
    padding: 25px 12px;
    grid-template-columns: 22px 1fr 30px;
    gap: 4px;
  }

  .countdown-star {
    font-size: 1rem;
  }

  .countdown-grid strong {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .countdown-grid span {
    font-size: 0.34rem;
    letter-spacing: 0.08em;
  }

  .countdown-sun {
    width: 30px;
    display: block;
  }
}

body > .hero-side-label {
  width: 94px;
  height: 255px;
  padding: 46px 12px 17px;
  display: grid;
  grid-template-rows: 1fr auto auto auto auto;
  align-content: normal;
  align-items: center;
  justify-items: center;
  gap: 9px;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 100;
  color: var(--brown);
  background: transparent;
  clip-path: none;
  transform: none;
  pointer-events: none;
}

body > .hero-side-label .hero-side-label-shape {
  display: block;
}

body > .hero-side-label span {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
}

body > .hero-side-label strong {
  padding: 0;
  border: 0;
  font-size: 1rem;
}

body > .hero-side-label small {
  font-size: 0.72rem;
}

@media (max-width: 720px) {
  body > .hero-side-label {
    width: 68px;
    height: 190px;
    padding: 35px 8px 12px;
    display: grid;
    gap: 6px;
    bottom: 0;
  }

  body > .hero-side-label span {
    font-size: 0.43rem;
  }

  body > .hero-side-label strong {
    font-size: 0.76rem;
  }

  body > .hero-side-label small {
    font-size: 0.56rem;
  }
}

.hero-side-label {
  width: 132px;
  height: 360px;
  padding: 65px 18px 24px;
  display: grid;
  grid-template-rows: 1fr auto auto auto auto;
  align-items: center;
  justify-items: center;
  gap: 13px;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: auto;
  z-index: 100;
  color: var(--brown);
  background: transparent;
  clip-path: none;
  font-family: Georgia, serif;
  text-transform: uppercase;
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-side-label-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: visible;
}

.hero-side-label-shape path {
  fill: var(--paper-light);
  stroke: rgba(76, 55, 47, 0.62);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.hero-side-label span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
}

.hero-side-label i {
  font-size: 1.15rem;
  font-style: normal;
}

.hero-side-label b {
  width: 58px;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(76, 55, 47, 0.56) 0 4px, transparent 4px 8px);
}

.hero-side-label strong {
  padding: 0;
  border: 0;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.17em;
}

.hero-side-label small {
  color: var(--blue);
  font-size: 1rem;
  letter-spacing: 0.2em;
}

@media (max-width: 720px) {
  .hero-side-label {
    width: 86px;
    height: 275px;
    padding: 52px 11px 18px;
    gap: 9px;
  }

  .hero-side-label span {
    font-size: 0.56rem;
  }

  .hero-side-label i {
    font-size: 0.88rem;
  }

  .hero-side-label b {
    width: 42px;
  }

  .hero-side-label strong {
    font-size: 1rem;
  }

  .hero-side-label small {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.site-shell {
  width: min(1600px, 100%);
  position: relative;
}

.site-header {
  min-height: 86px;
  padding: 0 clamp(52px, 5vw, 92px);
  grid-template-columns: 1fr auto 1fr;
  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;
  z-index: 20;
  background: transparent;
  border: 0;
}

.site-header nav {
  justify-content: flex-start;
  gap: clamp(24px, 3.5vw, 58px);
  font-family: Georgia, serif;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

.site-header nav a:first-child {
  border-bottom-color: currentColor;
}

.header-mark {
  width: 112px;
  height: 68px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(76, 55, 47, 0.5);
  border-radius: 50%;
  font-size: 2rem;
}

.header-mark::before,
.header-mark::after {
  content: "✦";
  position: absolute;
  left: 50%;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.62rem;
  transform: translateX(-50%);
}

.header-mark::before {
  top: -8px;
}

.header-mark::after {
  bottom: -8px;
}

.header-countdown {
  margin: 0;
  justify-self: end;
  font-family: Georgia, serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.header-countdown strong {
  font-weight: 400;
}

.header-countdown span {
  margin-left: 16px;
}

.hero {
  min-height: min(930px, calc(100svh - 44px));
  margin: 22px;
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--paper-light);
  border: 1px solid rgba(76, 55, 47, 0.5);
  border-radius: 30px;
}

.hero-photo {
  min-height: 0;
  position: absolute;
  inset: 0;
}

.hero-photo img {
  object-position: 50% 34%;
}

.hero-photo::after {
  background:
    linear-gradient(90deg, var(--paper-light) 0%, rgba(245, 240, 231, 0.98) 24%, rgba(245, 240, 231, 0.82) 37%, rgba(245, 240, 231, 0.16) 57%, transparent 71%),
    linear-gradient(180deg, rgba(245, 240, 231, 0.12), transparent 35%);
}

.hero-copy {
  width: min(620px, 43%);
  padding: 0 0 clamp(58px, 7vh, 86px) clamp(64px, 6vw, 104px);
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 132px;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: var(--brown);
  background: transparent;
}

.hero-copy > .eyebrow {
  width: min(410px, 100%);
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--blue);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.hero-copy > .eyebrow::before {
  display: none;
}

.hero-copy > .eyebrow span {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-copy > .eyebrow span::after {
  content: "";
  width: 145px;
  height: 1px;
  background: rgba(76, 55, 47, 0.26);
}

.hero-copy > .eyebrow i {
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: normal;
}

.hero-copy h1 {
  margin-bottom: 28px;
  display: grid;
  font-size: clamp(8.5rem, 12vw, 13rem);
  letter-spacing: -0.055em;
  line-height: 0.53;
}

.hero-copy h1 i {
  margin: 0.12em 0 -0.06em 0.16em;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.42em;
  font-weight: 400;
  line-height: 0.72;
}

.hero-place {
  margin: 14px 0 28px;
  padding: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--blue);
  border: 0;
  font-family: Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.36em;
}

.hero-place::after {
  content: "✦";
  padding-left: 100px;
  color: var(--brown);
  background: linear-gradient(rgba(76, 55, 47, 0.28), rgba(76, 55, 47, 0.28)) left center / 80px 1px no-repeat;
}

.hero-itinerary {
  width: fit-content;
  min-width: 320px;
  min-height: 68px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper-light);
  background: #718da8;
  border-radius: 999px;
  font-family: Georgia, serif;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-itinerary span {
  font-size: 1.3rem;
}

.postmark {
  width: 158px;
  height: 158px;
  top: 145px;
  right: 145px;
  z-index: 4;
  color: #718da8;
  border-width: 2px;
  transform: rotate(4deg);
}

.postmark::after {
  inset: 9px;
  border-style: solid;
}

.postmark::before {
  content: "";
  width: 130px;
  height: 64px;
  position: absolute;
  top: 43px;
  left: 145px;
  background: repeating-radial-gradient(ellipse at left, transparent 0 8px, currentColor 9px 10px, transparent 11px 18px);
  opacity: 0.72;
}

.postmark span,
.postmark small {
  font-family: Georgia, serif;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.postmark strong {
  margin: 7px 0;
  font-size: 1.1rem;
}

.hero-church {
  width: 280px;
  position: absolute;
  bottom: 0;
  left: 18px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  opacity: 0.72;
}

.hero-side-label {
  width: 112px;
  height: 270px;
  padding: 24px 18px;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  color: var(--brown);
  background: var(--paper-light);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%, 0 21%);
  font-family: Georgia, serif;
  text-transform: uppercase;
}

.hero-side-label span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.hero-side-label strong {
  padding-top: 14px;
  border-top: 1px dashed rgba(76, 55, 47, 0.44);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.hero-side-label small {
  color: var(--blue);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.ticket-notch {
  width: 42px;
  height: 70px;
  position: absolute;
  z-index: 8;
  background: var(--paper);
  border: 1px solid rgba(76, 55, 47, 0.5);
}

.ticket-notch-left-top,
.ticket-notch-left-bottom {
  left: -1px;
  border-left: 0;
  border-radius: 0 50px 50px 0;
}

.ticket-notch-right-top,
.ticket-notch-right-bottom {
  right: -1px;
  border-right: 0;
  border-radius: 50px 0 0 50px;
}

.ticket-notch-left-top,
.ticket-notch-right-top {
  top: 7%;
}

.ticket-notch-left-bottom,
.ticket-notch-right-bottom {
  top: 47%;
}

@media (max-width: 900px) {
  .site-header {
    padding: 0 34px;
  }

  .site-header nav {
    gap: 18px;
  }

  .postmark {
    right: 78px;
  }

  .hero-copy h1 {
    font-size: clamp(7rem, 13.5vw, 9.5rem);
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 64px;
    padding: 0 22px;
    grid-template-columns: auto 1fr;
    top: 10px;
    right: 10px;
    left: 10px;
  }

  .site-header nav {
    display: none;
  }

  .header-mark {
    width: 76px;
    height: 48px;
    font-size: 1.4rem;
  }

  .header-countdown {
    display: block;
    font-size: 0.56rem;
    letter-spacing: 0.13em;
  }

  .hero {
    min-height: 820px;
    margin: 10px;
    border-radius: 22px;
  }

  .hero-photo::after {
    background: linear-gradient(180deg, rgba(245, 240, 231, 0.05) 30%, rgba(51, 39, 34, 0.22) 50%, rgba(38, 29, 26, 0.91) 100%);
  }

  .hero-photo img {
    object-position: 50% 38%;
  }

  .hero-copy {
    width: 100%;
    padding: 0 22px 38px;
    justify-content: flex-end;
    top: 92px;
    color: var(--paper-light);
  }

  .hero-copy > .eyebrow {
    margin-bottom: 18px;
    color: var(--blue-light);
  }

  .hero-copy > .eyebrow span::after {
    width: 74px;
    background: rgba(245, 240, 231, 0.42);
  }

  .hero-copy > .eyebrow i,
  .hero-copy h1 i {
    color: var(--paper-light);
  }

  .hero-copy h1 {
    margin-bottom: 20px;
    color: var(--paper-light);
    font-size: clamp(5.8rem, 27vw, 7.2rem);
  }

  .hero-place {
    margin: 10px 0 18px;
    color: var(--blue-light);
  }

  .hero-place::after {
    padding-left: 66px;
    color: var(--paper-light);
    background-size: 50px 1px;
  }

  .hero-itinerary {
    min-width: 250px;
    min-height: 56px;
    padding: 0 26px;
  }

  .postmark {
    width: 104px;
    height: 104px;
    top: 104px;
    right: 20px;
    color: var(--paper-light);
  }

  .postmark::before {
    display: none;
  }

  .postmark span,
  .postmark small {
    font-size: 0.44rem;
  }

  .hero-church,
  .hero-side-label,
  .ticket-notch {
    display: none;
  }
}

/* Final hero composition */
.site-shell {
  width: min(1600px, 100%);
  margin: 0 auto;
  position: relative;
}

.site-header {
  min-height: 104px;
  padding: 0 clamp(40px, 4.8vw, 82px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(34px, 5vw, 90px);
  position: relative;
  inset: auto;
  z-index: 20;
  color: var(--brown);
  background: var(--paper-light);
  border: 0;
  border-bottom: 1px solid rgba(76, 55, 47, 0.15);
}

.header-brand {
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(22px, 3.2vw, 52px);
  font-family: Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.site-header nav a:first-child {
  border-bottom-color: transparent;
}

.header-rsvp {
  padding: 15px 27px;
  display: inline-flex;
  color: var(--paper-light);
  background: var(--olive);
  border: 1px solid var(--olive);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero {
  min-height: 600px;
  margin: 0;
  display: grid;
  grid-template-columns: 63% 37%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--paper-light);
  border: 0;
  border-radius: 0;
}

.hero-photo {
  min-height: 600px;
  position: relative;
  inset: auto;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 41%;
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 38%,
    rgba(245, 240, 231, 0.04) 48%,
    rgba(245, 240, 231, 0.12) 58%,
    rgba(245, 240, 231, 0.26) 68%,
    rgba(245, 240, 231, 0.46) 78%,
    rgba(245, 240, 231, 0.68) 87%,
    rgba(245, 240, 231, 0.86) 94%,
    var(--paper-light) 100%
  );
  pointer-events: none;
}

.hero-copy {
  width: auto;
  padding: 108px clamp(38px, 5vw, 82px) 58px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  z-index: 3;
  color: var(--brown);
  background: var(--paper-light);
  text-align: center;
}

.hero-copy > .eyebrow {
  width: auto;
  margin: 0 0 28px;
  padding: 0;
  display: block;
  color: var(--brown-soft);
  font-family: Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
}

.hero-copy > .eyebrow::before,
.hero-copy > .eyebrow::after {
  display: none;
}

.hero-copy h1 {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 0;
  color: var(--brown);
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(7.4rem, 10.5vw, 11rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-align: center;
  text-transform: uppercase;
}

.hero-copy h1 span {
  display: block;
  line-height: 0.78;
}

.hero-copy h1 span:first-child {
  margin-bottom: -0.07em;
}

.hero-copy h1 i {
  margin: 0 0 0.3em;
  display: block;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.3em;
  font-style: normal;
  line-height: 1;
}

.hero-place {
  width: auto;
  margin: 34px auto 0;
  padding: 0;
  display: block;
  color: var(--brown-soft);
  border: 0;
  font-family: Arial, sans-serif;
  font-size: 0.67rem;
  letter-spacing: 0.39em;
  text-align: center;
  text-transform: uppercase;
}

.hero-place::after {
  display: none;
}

.hero-spark {
  position: absolute;
  color: var(--gold);
  font-size: 1.7rem;
}

.hero-spark-one {
  top: 38px;
  left: 4%;
}

.hero-spark-two {
  top: 104px;
  left: -12%;
  color: var(--blue);
  font-size: 1.05rem;
}

.postmark {
  width: 134px;
  height: 134px;
  display: grid;
  place-content: center;
  position: absolute;
  top: 52px;
  right: 7.5%;
  z-index: 4;
  color: var(--brown-soft);
  border: 1px solid currentColor;
  border-radius: 50%;
  text-align: center;
  transform: rotate(8deg);
}

.postmark::before {
  display: none;
}

.postmark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 0;
  border-top: 1px solid currentColor;
  border-radius: 50%;
}

.postmark span {
  font-family: Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.postmark strong {
  margin-top: 10px;
  font-size: 1.5rem;
}

.hero-post-waves {
  width: 155px;
  display: block;
  position: absolute;
  top: 190px;
  right: -12px;
  z-index: 3;
  fill: none;
  stroke: var(--brown-soft);
  stroke-linecap: round;
  stroke-width: 1.2;
  opacity: 0.75;
}

.countdown {
  min-height: 158px;
  padding: 24px clamp(32px, 4vw, 70px);
  display: grid;
  grid-template-columns: 0.35fr 4fr 0.45fr;
  align-items: center;
  gap: 22px;
  color: var(--paper-light);
  background: var(--blue);
}

.countdown-intro {
  display: flex;
  justify-content: flex-start;
}

.countdown-star {
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.countdown-grid > div {
  min-width: 0;
  display: grid;
  justify-items: center;
  border-left: 0;
  border-right: 1px solid rgba(245, 240, 231, 0.42);
}

.countdown-grid > div:last-child {
  border-right: 0;
}

.countdown-grid strong {
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(3.1rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 0.9;
}

.countdown-grid span {
  margin-top: 12px;
  font-family: Arial, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.countdown-sun {
  width: 72px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.4;
}

@media (max-width: 920px) {
  .site-header {
    gap: 28px;
  }

  .site-header nav {
    gap: 18px;
    font-size: 0.53rem;
  }

  .hero {
    grid-template-columns: 58% 42%;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 76px;
    padding: 0 20px;
    grid-template-columns: 1fr auto;
  }

  .header-brand {
    font-size: 1.75rem;
  }

  .site-header nav {
    display: none;
  }

  .header-rsvp {
    padding: 11px 15px;
    font-size: 0.48rem;
  }

  .hero {
    min-height: 700px;
    margin: 0;
    display: block;
    border-radius: 0;
  }

  .hero-photo {
    min-height: 700px;
    position: absolute;
    inset: 0;
  }

  .hero-photo img {
    object-position: 50% 39%;
  }

  .hero-photo::after {
    background: linear-gradient(180deg, transparent 30%, rgba(40, 31, 28, 0.14) 50%, rgba(40, 31, 28, 0.88) 100%);
  }

  .hero-copy {
    width: 100%;
    padding: 0 22px 42px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    color: var(--paper-light);
    background: transparent;
  }

  .hero-copy > .eyebrow,
  .hero-copy h1,
  .hero-copy h1 i,
  .hero-place {
    color: var(--paper-light);
  }

  .hero-copy h1 {
    font-size: clamp(5.6rem, 25vw, 7rem);
    gap: 0;
    line-height: 0.8;
  }

  .hero-copy h1 span {
    line-height: 0.8;
  }

  .hero-copy h1 span:first-child {
    margin-bottom: -0.08em;
  }

  .hero-copy h1 i {
    margin-bottom: 0.34em;
  }

  .hero-copy > .eyebrow {
    margin-bottom: 20px;
  }

  .hero-place {
    margin-top: 24px;
  }

  .hero-spark-one {
    top: auto;
    bottom: 365px;
    left: 16%;
  }

  .hero-spark-two {
    top: 112px;
    right: 24px;
    bottom: auto;
    left: auto;
  }

  .postmark {
    width: 92px;
    height: 92px;
    top: 26px;
    right: 18px;
    color: var(--paper-light);
  }

  .postmark span {
    font-size: 0.4rem;
  }

  .hero-post-waves {
    display: none;
  }

  .countdown {
    min-height: 132px;
    padding: 25px 12px;
    grid-template-columns: 22px 1fr 30px;
    gap: 4px;
  }

  .countdown-star {
    font-size: 1rem;
  }

  .countdown-grid strong {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .countdown-grid span {
    margin-top: 8px;
    font-size: 0.34rem;
    letter-spacing: 0.08em;
  }

  .countdown-sun {
    width: 30px;
  }
}

/* Tour stops composition */
.tour {
  min-height: 620px;
  padding: 70px clamp(42px, 5.2vw, 84px) 54px;
  display: grid;
  grid-template-columns: minmax(350px, 1.55fr) minmax(0, 5.4fr);
  align-items: start;
  gap: clamp(34px, 4vw, 66px);
  background: var(--paper-light);
}

.tour-intro {
  padding-top: 7px;
  position: relative;
}

.tour-intro .eyebrow {
  display: none;
}

.tour-intro::after {
  content: "";
  width: 54px;
  height: 54px;
  position: absolute;
  top: 112px;
  right: 1px;
  background: url("assets/tour-star.png") center / contain no-repeat;
}

.tour-intro h2 {
  margin: 0 0 34px;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(4rem, 5.1vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.84;
  text-transform: uppercase;
}

.tour-intro > p:last-child {
  max-width: 270px;
  margin: 0;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  line-height: 1.43;
}

.tour-route {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  position: relative;
}

.tour-route::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 22px;
  right: 7.5%;
  left: 7.5%;
  background: repeating-linear-gradient(90deg, rgba(115, 114, 92, 0.68) 0 4px, transparent 4px 10px);
}

.tour-stop {
  min-width: 0;
  min-height: 470px;
  padding: 0 clamp(6px, 0.9vw, 14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: var(--brown);
  text-align: center;
}

.stop-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--paper-light);
  background: var(--olive);
  border: 0;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.15rem;
}

.tour-stop img {
  width: 100%;
  height: 92px;
  margin: 18px 0 3px;
  display: block;
  object-fit: contain;
}

.tour-stop:nth-child(2) img {
  transform: scale(1.16);
}

.tour-stop:nth-child(4) img,
.tour-stop:nth-child(6) img {
  transform: scale(1.08);
}

.tour-stop h3 {
  min-height: 2.8em;
  margin: 0 0 12px;
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(1.3rem, 1.55vw, 1.7rem);
  font-weight: 400;
  line-height: 0.94;
}

.tour-stop h3 em {
  font: inherit;
}

.tour-stop p {
  max-width: 154px;
  margin: 0 auto 18px;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: clamp(0.71rem, 0.78vw, 0.82rem);
  line-height: 1.42;
}

.tour-stop small {
  margin-top: auto;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.67rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .tour {
    grid-template-columns: 1fr;
  }

  .tour-intro {
    max-width: 520px;
  }

  .tour-intro::after {
    top: 44px;
    right: 0;
  }

  .tour-intro h2 br {
    display: none;
  }

  .tour-intro > p:last-child {
    max-width: 410px;
  }
}

@media (max-width: 720px) {
  .tour {
    min-height: 0;
    padding: 58px 20px 64px;
    gap: 38px;
  }

  .tour-intro {
    padding-right: 56px;
  }

  .tour-intro::after {
    top: 52px;
    width: 42px;
    height: 42px;
  }

  .tour-intro h2 {
    margin-bottom: 22px;
    font-size: clamp(3.35rem, 16vw, 4.2rem);
  }

  .tour-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 0;
  }

  .tour-route::before {
    display: none;
  }

  .tour-stop {
    min-height: 440px;
    padding: 22px 12px;
    border: 0;
    border-top: 1px solid var(--line);
  }

  .tour-stop:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .tour-stop img {
    height: 88px;
  }

  .tour-stop h3 {
    font-size: 1.45rem;
  }

  .tour-stop p {
    font-size: 0.74rem;
  }
}

/* Printed photo strip */
.photo-memories {
  min-height: 520px;
  padding: 58px clamp(70px, 10vw, 175px) 52px;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #a9b9c4;
}

.photo-memories::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("assets/background-texture.jpg") center / cover;
  filter: grayscale(1) contrast(0.65) brightness(1.25);
  mix-blend-mode: soft-light;
  opacity: 0.18;
  pointer-events: none;
}

.photo-memories-star {
  width: clamp(42px, 4vw, 66px);
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: clamp(22px, 4vw, 72px);
  background: var(--brown);
  -webkit-mask: url("assets/tour-star.png") center / contain no-repeat;
  mask: url("assets/tour-star.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.photo-memories-grid {
  width: min(1260px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 62px);
  position: relative;
}

.photo-memory {
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: clamp(8px, 0.8vw, 12px);
  position: relative;
  background: var(--paper-light);
  box-shadow: 0 2px 8px rgba(76, 55, 47, 0.08);
}

.photo-memory::before {
  content: "";
  width: clamp(78px, 8vw, 112px);
  height: clamp(27px, 2.6vw, 38px);
  position: absolute;
  top: clamp(-20px, -1.4vw, -14px);
  left: 50%;
  z-index: 2;
  background: rgba(226, 212, 185, 0.78);
  box-shadow: 0 1px 4px rgba(76, 55, 47, 0.06);
  transform: translateX(-50%) rotate(-2deg);
}

.photo-memory:nth-child(2)::before {
  transform: translateX(-50%) rotate(1deg);
}

.photo-memory:nth-child(3)::before {
  transform: translateX(-50%) rotate(-1deg);
}

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

.photo-memory:nth-child(1) img {
  object-position: 50% 43%;
}

.photo-memory:nth-child(2) img {
  object-position: 50% 40%;
}

.photo-memory:nth-child(3) img {
  object-position: 50% 45%;
}

@media (max-width: 720px) {
  .photo-memories {
    min-height: 0;
    padding: 70px 28px 58px;
  }

  .photo-memories-star {
    width: 38px;
    top: 24px;
    left: 18px;
    transform: none;
  }

  .photo-memories-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .photo-memory {
    width: min(100%, 370px);
    justify-self: center;
  }
}

/* Final footer */
footer {
  min-height: 112px;
  margin: 0;
  padding: 22px clamp(46px, 7vw, 112px);
  display: grid;
  grid-template-columns: 1fr auto minmax(220px, auto) auto 1fr;
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
  color: var(--paper-light);
  background: var(--olive);
  border-radius: 0 0 30px 30px;
  text-align: center;
}

footer p,
footer p:first-child,
footer p:last-child {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
}

footer p span,
.footer-brand span {
  display: block;
  opacity: 0.9;
}

.footer-star {
  width: 30px;
  aspect-ratio: 1;
  display: block;
  background: var(--paper-light);
  -webkit-mask: url("assets/tour-star.png") center / contain no-repeat;
  mask: url("assets/tour-star.png") center / contain no-repeat;
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 6px;
  white-space: nowrap;
}

.footer-brand strong {
  font-family: "Belvare", Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.8;
  text-transform: uppercase;
}

.footer-brand span {
  font-family: Arial, sans-serif;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  footer {
    min-height: 250px;
    padding: 34px 20px 40px;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px 14px;
    border-radius: 0;
  }

  .footer-brand {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .footer-star:first-of-type {
    width: 26px;
    justify-self: center;
    grid-column: 1;
    grid-row: 2;
  }

  .footer-star:last-of-type {
    width: 26px;
    justify-self: center;
    grid-column: 3;
    grid-row: 2;
  }

  .footer-date,
  .footer-social {
    grid-row: 3;
  }

  .footer-date {
    grid-column: 1 / 2;
  }

  .footer-social {
    grid-column: 2 / 4;
  }

  footer p,
  footer p:first-child,
  footer p:last-child {
    font-size: 0.5rem;
    letter-spacing: 0.13em;
  }
}

/* Event information grid */
.event-grid {
  padding: 44px clamp(28px, 4vw, 62px) 62px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto auto;
  gap: 18px;
  background: var(--paper-light);
}

.event-grid > .lineup {
  margin: 0;
  padding: 38px 36px 42px;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(285px, 1.25fr) minmax(0, 4.7fr);
  gap: 42px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.event-grid .lineup-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(4.4rem, 5.8vw, 6.3rem);
  text-transform: uppercase;
}

.event-grid .lineup-heading svg {
  width: min(310px, 100%);
  margin-top: 18px;
}

.event-grid .lineup-heading .lineup-art {
  width: min(330px, 100%);
  margin-top: 18px;
}

.event-grid .lineup-list article {
  min-height: 62px;
  grid-template-columns: 72px minmax(200px, 1fr) minmax(300px, 2.2fr) 22px;
}

.event-grid .lineup-list time {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
}

.event-grid .lineup-list h3 {
  font-size: clamp(1.55rem, 2vw, 2.05rem);
}

.event-grid .lineup-list p {
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.78rem;
}

.event-grid > .dress {
  margin: 0;
  padding: clamp(34px, 3.4vw, 52px);
  grid-column: 1 / span 4;
  grid-row: 2;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 28px;
  background: var(--paper-light);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.event-grid .dress-heading h2 {
  font-size: clamp(3.7rem, 4.5vw, 5.1rem);
}

.event-grid .dress-heading > p:last-child {
  max-width: 360px;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.82rem;
}

.event-grid .dress-palette span {
  height: 58px;
}

.event-grid .dress-rules {
  padding: 22px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  border-top: 1px solid var(--line);
  border-left: 0;
}

.event-grid .dress-rules p {
  margin: 0;
  font-size: 0.65rem;
}

.event-grid .dress-rules .dress-note {
  margin-top: 4px;
  padding-top: 9px;
  border-top: 1px solid rgba(76, 55, 47, 0.13);
}

.event-grid .dress-rules .bridesmaid-swatch {
  width: 34px;
  height: 17px;
  margin-left: 5px;
}

.event-grid > .gift {
  margin: 0;
  padding: clamp(34px, 3.8vw, 58px);
  grid-column: 5 / -1;
  grid-row: 2;
  gap: clamp(32px, 4vw, 68px);
  border-radius: 18px;
}

.event-grid .gift-copy h2 {
  display: none;
}

.event-grid .gift-copy .eyebrow {
  margin-bottom: 28px;
  font-size: 0.67rem;
  font-weight: 700;
}

.event-grid .gift-copy > p:last-child {
  max-width: 390px;
  font-family: Georgia, serif;
  font-size: 0.9rem;
}

.event-grid .gift-ticket {
  min-height: 250px;
}

.event-grid > .rsvp {
  display: contents;
}

.event-grid .rsvp .section-heading {
  min-height: 290px;
  width: auto;
  margin: 0;
  padding: 38px clamp(32px, 4vw, 62px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  grid-column: 1 / span 6;
  grid-row: 3;
  position: relative;
  overflow: hidden;
  background: var(--paper-light);
  border: 1px solid var(--line);
  border-radius: 18px;
  text-align: left;
}

.event-grid .rsvp .section-heading::after {
  content: none;
}

.event-grid .rsvp-stamp {
  width: min(205px, 31%);
  height: 138px;
  position: absolute;
  right: 5%;
  bottom: 52px;
  object-fit: cover;
  object-position: 38% center;
  pointer-events: none;
}

.event-grid .section-heading h2 {
  max-width: 420px;
  margin-bottom: 12px;
  font-size: clamp(3rem, 4.2vw, 4.8rem);
  text-align: left;
}

.event-grid .section-heading > p:last-of-type {
  max-width: 330px;
  margin-bottom: 24px;
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.85rem;
  line-height: 1.5;
}

.rsvp-button {
  padding: 13px 22px;
  display: inline-flex;
  color: var(--paper-light);
  background: var(--olive);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-grid > .playlist {
  min-height: 290px;
  margin: 0;
  padding: 34px 36px;
  display: grid;
  grid-column: 7 / -1;
  grid-row: 3;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 24px;
  overflow: hidden;
  border-radius: 18px;
}

.event-grid .playlist-copy {
  padding: 0;
}

.event-grid .playlist-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(3rem, 4.1vw, 4.7rem);
}

.event-grid .playlist-copy > p:not(.eyebrow) {
  margin-bottom: 14px;
  font-size: 0.76rem;
}

.event-grid .playlist-copy > a {
  display: none;
}

.event-grid .playlist-photo {
  min-height: 96px;
  padding-left: 132px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--paper-light);
  background: var(--olive-dark);
  border-radius: 10px;
}

.event-grid .playlist-photo img {
  width: 116px;
  height: calc(100% - 14px);
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  object-fit: cover;
  border-radius: 6px;
}

.event-grid .playlist-photo::after {
  content: none;
  display: none;
}

.event-grid .playlist-play {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  right: 22px;
  left: auto;
  color: var(--olive-dark);
  background: var(--paper-light);
  border-radius: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.event-grid .playlist-play .play-icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.event-grid .playlist-photo > div {
  max-width: calc(100% - 78px);
  position: static;
  color: var(--paper-light);
}

.event-grid .playlist-photo strong {
  margin: 4px 0 7px;
  font-size: 1.7rem;
}

.event-grid .rsvp-frame {
  width: 100%;
  margin: 18px 0 0;
  grid-column: 1 / -1;
  grid-row: 4;
  scroll-margin-top: 24px;
}

.event-grid .adults-note {
  width: 100%;
  margin: 0;
  grid-column: 1 / -1;
  grid-row: 5;
}

@media (max-width: 980px) {
  .event-grid > .dress,
  .event-grid > .gift {
    grid-column: 1 / -1;
  }

  .event-grid > .dress {
    grid-row: 2;
  }

  .event-grid > .gift {
    grid-row: 3;
  }

  .event-grid .rsvp .section-heading {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .event-grid > .playlist {
    grid-column: 1 / -1;
    grid-row: 5;
  }

  .event-grid .rsvp-frame {
    grid-row: 6;
  }

  .event-grid .adults-note {
    grid-row: 7;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .hero-photo {
    min-height: 0;
    background: transparent;
  }

  .hero-photo::before {
    content: none;
    display: none;
  }

  .hero-photo img {
    z-index: 1;
    object-fit: contain;
    object-position: center;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-photo::after {
    z-index: 2;
  }

  .hero-copy {
    padding-bottom: 28px;
  }

  .hero-copy h1 {
    font-size: clamp(4.5rem, 21vw, 5.8rem);
  }

  .hero-copy > .eyebrow {
    margin-bottom: 14px;
  }

  .hero-place {
    margin-top: 18px;
  }
}

@media (min-width: 721px) {
  .hero,
  .hero-photo {
    min-height: 680px;
  }
}

@media (max-width: 720px) {
  .event-grid {
    padding: 28px 16px 42px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .event-grid > .lineup,
  .event-grid > .dress,
  .event-grid > .gift,
  .event-grid .rsvp .section-heading,
  .event-grid > .playlist,
  .event-grid .rsvp-frame,
  .event-grid .adults-note {
    grid-column: 1;
  }

  .event-grid > .lineup {
    padding: 38px 18px;
    grid-row: 1;
    grid-template-columns: 1fr;
  }

  .event-grid .lineup-heading h2 {
    font-size: 4.3rem;
  }

  .event-grid .lineup-heading .lineup-art {
    width: min(310px, 88vw);
    margin: 14px auto 8px;
  }

  .event-grid .lineup-list article {
    padding: 16px 0;
    grid-template-columns: 52px 1fr 18px;
  }

  .event-grid .lineup-list p {
    grid-column: 2 / -1;
  }

  .event-grid > .dress {
    padding: 32px 22px;
    grid-row: 2;
  }

  .event-grid > .gift {
    padding: 34px 22px;
    grid-row: 3;
  }

  .event-grid .rsvp .section-heading {
    min-height: 330px;
    padding: 34px 24px;
    grid-row: 4;
  }

  .event-grid .rsvp-stamp {
    width: 104px;
    height: 76px;
    right: 12px;
    bottom: 26px;
  }

  .event-grid .section-heading h2 {
    max-width: 300px;
    font-size: 3.8rem;
  }

  .event-grid .section-heading > p:last-of-type {
    max-width: 245px;
  }

  .event-grid > .playlist {
    padding: 32px 22px;
    grid-row: 5;
  }

  .event-grid .playlist-copy h2 {
    font-size: 3.7rem;
  }

  .event-grid .playlist-photo {
    min-height: 90px;
    padding-left: 105px;
  }

  .event-grid .playlist-photo img {
    width: 86px;
  }

  .event-grid .playlist-photo strong {
    font-size: 1.2rem;
  }

  .event-grid .playlist-play {
    width: 38px;
    height: 38px;
    right: 12px;
  }

  .event-grid .rsvp-frame {
    margin-top: 0;
    grid-row: 6;
  }

  .event-grid .adults-note {
    grid-row: 7;
  }
}
