:root {
  --cream: #f6f0e6;
  --paper: #fbf8f1;
  --ink: #24352b;
  --sage: #778b72;
  --sage-light: #cbd4c3;
  --blush: #d9a6a0;
  --rose: #b56d67;
  --gold: #b2925b;
  --line: rgba(36, 53, 43, 0.2);
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
}

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

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 28px 5vw;
}

.monogram {
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.monogram span {
  color: var(--rose);
  font-size: 0.8em;
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav a {
  transition: color 180ms ease;
}

nav a:hover {
  color: var(--rose);
}

.nav-rsvp {
  border: 1px solid var(--ink);
  padding: 10px 18px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.85), transparent 38%),
    var(--cream);
}

.hero::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(36, 53, 43, 0.14);
  content: "";
  pointer-events: none;
}

.hero-copy {
  z-index: 2;
  max-width: 760px;
  padding: 120px 30px 70px;
  text-align: center;
}

.eyebrow,
.section-number {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 10px 0 8px;
  font-family: var(--serif);
  font-size: clamp(4rem, 10vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.hero h1 i {
  color: var(--rose);
  font-size: 0.55em;
  font-weight: 400;
}

.full-names {
  margin: 24px 0;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.full-names span {
  padding: 0 9px;
  color: var(--gold);
}

.hero-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}

.hero-rule::before,
.hero-rule::after {
  width: 70px;
  height: 1px;
  background: var(--line);
  content: "";
}

.hero-rule span {
  width: 7px;
  height: 7px;
  margin: 0 14px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.announcement {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}

.date {
  margin: 10px 0 36px;
  color: var(--sage);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flower {
  position: absolute;
  bottom: -25px;
  width: min(25vw, 330px);
  opacity: 0.9;
}

.flower-left {
  left: -25px;
}

.flower-right {
  right: -25px;
}

.flower svg {
  display: block;
  width: 100%;
  overflow: visible;
}

.flower path,
.flower ellipse,
.flower circle {
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.flower .leaf {
  fill: rgba(119, 139, 114, 0.15);
  stroke: var(--sage);
}

.flower .vein {
  fill: none;
  stroke-width: 0.75;
}

.flower .fine-stem {
  stroke: var(--sage);
  stroke-width: 0.9;
}

.flower .ranunculus .petal,
.flower .bud path:not(.sepal) {
  fill: rgba(217, 166, 160, 0.16);
  stroke: var(--rose);
}

.flower .bud .bud-detail,
.flower .peony-bud .bud-detail {
  fill: none;
  stroke: var(--rose);
  stroke-width: 0.75;
}

.flower .ranunculus .middle {
  fill: rgba(217, 166, 160, 0.2);
}

.flower .ranunculus .inner,
.flower .ranunculus .flower-heart {
  fill: rgba(181, 109, 103, 0.22);
}

.flower .peony .petal,
.flower .peony-bud > path:first-child {
  fill: rgba(181, 109, 103, 0.11);
  stroke: var(--rose);
}

.flower .peony .back {
  fill: rgba(217, 166, 160, 0.1);
}

.flower .peony .middle {
  fill: rgba(217, 166, 160, 0.16);
}

.flower .peony .fold,
.flower .peony .inner,
.flower .peony .flower-heart {
  fill: rgba(181, 109, 103, 0.2);
}

.flower .petal-detail {
  fill: none;
  stroke: var(--rose);
  stroke-width: 0.75;
}

.flower .sepal {
  stroke: var(--sage);
}

.flower .bud-calyx {
  fill: rgba(119, 139, 114, 0.1);
}

.flower .filled-sepal {
  fill: rgba(119, 139, 114, 0.15);
}

.section {
  padding: 120px max(6vw, 30px);
}

.intro {
  text-align: center;
}

.section-number {
  color: var(--gold);
}

h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.04;
}

.intro-copy {
  max-width: 570px;
  margin: 36px auto;
  color: #526058;
  font-size: 1.05rem;
}

.location-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 55px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.diamond {
  color: var(--gold);
}

.schedule {
  background: var(--ink);
  color: var(--paper);
}

.section-heading {
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto 80px;
}

.heading-note {
  max-width: 370px;
  margin: 0 0 8px;
  color: rgba(251, 248, 241, 0.65);
}

.agenda-days {
  display: grid;
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  grid-template-columns: minmax(280px, 0.72fr) minmax(440px, 1.28fr);
}

.agenda-day {
  padding: clamp(35px, 5vw, 64px);
}

.welcome-day {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.agenda-day-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 54px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.agenda-day-name {
  margin: 0;
  font-family: var(--serif);
  font-size: 2.25rem;
  line-height: 1;
}

.agenda-date {
  margin: 0;
  color: var(--sage-light);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agenda-time {
  margin: 0;
  color: var(--blush);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.agenda-feature {
  max-width: 350px;
}

.agenda-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 45px 0 28px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  color: var(--sage-light);
  font-family: var(--serif);
  place-items: center;
}

.agenda-day h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.agenda-feature > p:last-child,
.agenda-item > div > p {
  margin: 0;
  color: rgba(251, 248, 241, 0.62);
  font-size: 0.9rem;
}

.agenda-place {
  margin: -5px 0 20px;
  color: var(--sage-light);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agenda-timeline {
  position: relative;
}

.agenda-timeline::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 116px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.agenda-item {
  position: relative;
  display: grid;
  gap: 44px;
  grid-template-columns: 92px 1fr;
}

.agenda-item:not(:last-child) {
  padding-bottom: 34px;
}

.agenda-item::before {
  position: absolute;
  top: 7px;
  left: 112px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--blush);
  content: "";
}

.agenda-item h3 {
  margin-bottom: 7px;
}

.stay {
  background: var(--cream);
}

.stay-card {
  display: grid;
  max-width: 1200px;
  margin: auto;
  background: var(--paper);
  box-shadow: 0 30px 80px rgba(36, 53, 43, 0.08);
  grid-template-columns: 1fr 1fr;
}

.stay-copy {
  padding: clamp(50px, 7vw, 100px);
}

.stay-copy > p:not(.section-number, .eyebrow) {
  max-width: 480px;
  margin: 30px 0;
  color: #526058;
}

address {
  margin: 30px 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 40px;
}

.button {
  display: inline-block;
  border: 0;
  padding: 16px 24px;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.stay-illustration {
  display: grid;
  min-height: 560px;
  background: var(--sage-light);
  place-items: center;
}

.stay-illustration svg {
  width: min(80%, 450px);
}

.stay-illustration path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.2;
}

.stay-illustration .hotel-fill {
  fill: rgba(251, 248, 241, 0.4);
  stroke: none;
}

.stay-illustration text {
  fill: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 3px;
}

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

.details-heading {
  margin-bottom: 65px;
  text-align: center;
}

.details-grid {
  display: grid;
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1.5fr 1fr 1fr;
}

.details-grid article {
  padding: 46px clamp(28px, 4vw, 52px) 52px;
  border-right: 1px solid var(--line);
}

.details-grid article:last-child {
  border-right: 0;
}

.detail-mark {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 0 32px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 0.85rem;
  place-items: center;
}

.details-grid h3 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 400;
}

.details-grid article > p:not(.detail-mark) {
  margin: 0;
  color: #526058;
  font-size: 0.9rem;
}

.details-grid .text-link {
  margin-top: 28px;
}

.rsvp {
  position: relative;
  overflow: hidden;
  background: var(--rose);
  color: var(--paper);
  text-align: center;
}

.rsvp .section-number,
.rsvp .eyebrow {
  color: var(--cream);
}

.rsvp > p:not(.section-number, .eyebrow, .form-note) {
  max-width: 520px;
  margin: 28px auto 35px;
  color: rgba(251, 248, 241, 0.78);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.form-note {
  min-height: 24px;
  margin-bottom: 0;
  font-size: 0.8rem;
}

.rsvp-flower {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(76vw, 680px);
  color: rgba(251, 248, 241, 0.1);
  transform: translate(-50%, -50%);
}

.rsvp-flower svg {
  display: block;
  width: 100%;
  overflow: visible;
}

.rsvp-flower use,
.rsvp-flower path {
  fill: rgba(251, 248, 241, 0.012);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.7;
  vector-effect: non-scaling-stroke;
}

.rsvp-flower .rsvp-middle-petals {
  opacity: 0.85;
}

.rsvp-flower .rsvp-inner-petals,
.rsvp-flower .rsvp-flower-center {
  opacity: 0.7;
}

.rsvp > *:not(.rsvp-flower) {
  position: relative;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px max(6vw, 30px);
  background: var(--paper);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-flower {
  color: var(--rose);
}

@media (max-width: 850px) {
  .site-header {
    position: absolute;
  }

  .menu-toggle {
    z-index: 12;
    display: flex;
    width: 38px;
    height: 38px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    width: 23px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  nav {
    position: fixed;
    inset: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    background: var(--cream);
    font-family: var(--serif);
    font-size: 2rem;
    letter-spacing: 0;
    opacity: 0;
    text-transform: none;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  nav.open {
    visibility: visible;
    opacity: 1;
  }

  .nav-rsvp {
    border: 0;
    padding: 0;
  }

  .flower {
    width: 33vw;
    opacity: 0.68;
  }

  .section {
    padding-block: 90px;
  }

  .section-heading {
    display: block;
    margin-bottom: 55px;
  }

  .heading-note {
    margin-top: 28px;
  }

  .agenda-days {
    border-top: 0;
    border-bottom: 0;
    grid-template-columns: 1fr;
  }

  .agenda-day {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .welcome-day {
    border-right: 0;
  }

  .agenda-icon {
    margin: 28px 0 20px;
  }

  .stay-card {
    grid-template-columns: 1fr;
  }

  .stay-illustration {
    min-height: 400px;
  }

  .details-grid {
    border-bottom: 0;
    grid-template-columns: 1fr;
  }

  .details-grid article,
  .details-grid article:last-child {
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .hero-copy {
    padding-inline: 22px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 22vw, 6rem);
  }

  .full-names {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .full-names span {
    display: none;
  }

  .flower {
    bottom: -45px;
    width: 45vw;
  }

  .flower-left {
    left: -52px;
  }

  .flower-right {
    right: -52px;
  }

  .location-lockup {
    flex-direction: column;
    gap: 8px;
  }

  .agenda-day-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .agenda-timeline::before {
    left: 6px;
  }

  .agenda-item {
    gap: 8px;
    padding-left: 28px;
    grid-template-columns: 1fr;
  }

  .agenda-item::before {
    left: 2px;
  }

  .button-row {
    align-items: flex-start;
    flex-direction: column;
  }

  footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

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