/* Base */
:root {
  --plum: #553d5d;
  --deep-plum: #36283d;
  --lavender: #c8b8d1;
  --wisteria: #8e72a4;
  --wisteria-dark: #6e527f;
  --mist: #e8e0e8;
  --cream: #f5f1eb;
  --ink: #2f2930;
  --sage: #a4aa87;
  --line: rgba(47, 41, 48, .2);
  --sans: 'DM Sans', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; left: 0; padding: 27px 5vw; position: absolute; right: 0; top: 0; z-index: 2; }
.monogram { color: white; font-family: var(--serif); font-size: 22px; letter-spacing: 1px; }
.monogram span { color: var(--lavender); font-size: 16px; padding: 0 3px; }
nav { align-items: center; display: flex; gap: 31px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
nav a { color: rgba(255,255,255,.8); transition: color .2s ease; }
nav a:hover { color: white; }
.nav-rsvp { border: 1px solid rgba(255,255,255,.55); border-radius: 100px; color: white; padding: 8px 15px; }
.nav-rsvp span { font-size: 15px; margin-left: 7px; }

/* Hero */
.hero { background: linear-gradient(90deg, rgba(36, 27, 42, .78), rgba(55, 40, 60, .2)), url('https://images.squarespace-cdn.com/content/v1/67add31ab48a1825ca28de9b/fb92d041-04f7-48ef-9b45-09d8af7019a0/Vonk+-+20240911+-+De+Hazelhof+en+De+Kort+-+EOSR+-+%23350.JPG?format=1500w') center/cover; color: white; min-height: min(790px, 100vh); overflow: hidden; padding: 190px 10vw 80px; position: relative; }
.hero::after { background: linear-gradient(180deg, transparent 55%, rgba(35,27,39,.75)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.hero-copy, .hero-date, .hero-caption, .scroll-cue { position: relative; z-index: 1; }
.wisteria-drape { background: radial-gradient(ellipse at center, rgba(199, 177, 218, .95) 0 13%, transparent 14% 100%); background-size: 23px 37px; filter: drop-shadow(0 5px 4px rgba(32, 21, 40, .35)); height: 170px; opacity: .9; position: absolute; right: 4vw; top: -25px; transform: rotate(8deg); width: 330px; z-index: 1; }
.wisteria-drape::before, .wisteria-drape::after { border-left: 2px solid rgba(141, 172, 122, .85); content: ''; height: 205px; position: absolute; top: -20px; width: 120px; }
.wisteria-drape::before { border-radius: 50%; left: 35px; transform: rotate(-22deg); }
.wisteria-drape::after { border-radius: 50%; right: 28px; transform: rotate(18deg); }
.hero-copy { max-width: 570px; }
.eyebrow { align-items: center; color: var(--lavender); display: flex; font-size: 10px; gap: 12px; letter-spacing: .16em; margin: 0 0 24px; text-transform: uppercase; }
.rule { background: currentColor; display: inline-block; height: 1px; opacity: .75; width: 33px; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; margin: 0; }
h1 { font-size: clamp(64px, 9vw, 128px); }
h1 em, h2 em { color: var(--lavender); font-weight: 500; }
.hero-intro { color: rgba(255,255,255,.82); font-size: 16px; margin: 27px 0 35px; max-width: 315px; }
.button { align-items: center; border: 0; border-radius: 100px; cursor: pointer; display: inline-flex; font: 500 11px var(--sans); gap: 32px; letter-spacing: .13em; padding: 14px 19px 14px 21px; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; line-height: 0; }
.button-light { background: var(--cream); color: var(--plum); }
.hero-date { align-items: center; bottom: 78px; display: flex; gap: 15px; position: absolute; right: 10vw; }
.hero-date span { font-family: var(--serif); font-size: 80px; line-height: .7; }
.hero-date small { border-left: 1px solid rgba(255,255,255,.5); color: var(--lavender); font-size: 11px; letter-spacing: .13em; line-height: 1.5; padding-left: 15px; text-transform: uppercase; }
.hero-caption { bottom: 28px; color: rgba(255,255,255,.65); font-size: 10px; left: 5vw; letter-spacing: .1em; position: absolute; text-transform: uppercase; }
.hero-caption span { color: var(--wisteria); margin: 0 7px; }
.scroll-cue { bottom: 28px; color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .1em; position: absolute; right: 5vw; text-transform: uppercase; }
.scroll-cue span { border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: inline-block; height: 17px; margin-right: 8px; position: relative; top: 4px; width: 17px; }
.scroll-cue span::after { border-bottom: 1px solid white; border-right: 1px solid white; content: ''; height: 4px; left: 5px; position: absolute; top: 4px; transform: rotate(45deg); width: 4px; }

/* Story */
.welcome { padding: 115px 10vw 130px; }
.section-label { align-items: center; color: var(--plum); display: flex; font-size: 10px; gap: 17px; letter-spacing: .16em; text-transform: uppercase; }
.section-label::after { background: var(--line); content: ''; height: 1px; width: 44px; }
.section-label span { color: #8d818d; }
.welcome-grid { display: grid; gap: 10%; grid-template-columns: 1fr 1fr; margin: 72px auto 0; max-width: 1050px; }
.plum { color: var(--plum); }
.welcome h2, .rsvp h2 { color: var(--plum); font-size: clamp(43px, 5.2vw, 73px); }
.welcome-copy { font-size: 16px; max-width: 405px; padding-top: 31px; }
.welcome-copy p { margin: 0 0 21px; }
.signature { color: var(--plum); font-family: var(--serif); font-size: 19px; line-height: 1.2; margin-top: 34px !important; }
.signature em { font-size: 25px; }

/* Details */
.details { background: var(--sage); color: white; display: grid; grid-template-columns: 1.05fr .95fr; }
.details-image { background: url('https://images.squarespace-cdn.com/content/v1/67add31ab48a1825ca28de9b/c4baa417-2ff0-42e5-9e98-51e0df56ffac/De+Hazelhof+-+De+Grote+Bloementuin+-+07.jpeg?format=1500w') center/cover; min-height: 610px; }
.details-panel { padding: 62px 10vw 64px 8vw; }
.light-label { color: white; opacity: .85; }
.light-label span { color: rgba(255,255,255,.65); }
.details-panel .eyebrow { color: rgba(255,255,255,.7); margin-top: 68px; }
.details h2 { font-size: clamp(47px, 5.8vw, 77px); }
.details h2 em { color: white; }
.details-lead { color: rgba(255,255,255,.82); font-size: 15px; margin: 28px 0 38px; max-width: 320px; }
.timeline { border-top: 1px solid rgba(255,255,255,.3); max-width: 390px; }
.timeline-item { align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.3); display: flex; gap: 27px; padding: 17px 0; }
.timeline time { color: var(--plum); font-family: var(--serif); font-size: 20px; min-width: 46px; }
.timeline strong, .timeline small { display: block; }
.timeline strong { font-size: 13px; font-weight: 500; }
.timeline small { color: rgba(255,255,255,.7); font-size: 11px; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.6); display: inline-block; font-size: 11px; letter-spacing: .1em; margin-top: 37px; padding-bottom: 5px; text-transform: uppercase; }
.text-link span { font-size: 16px; margin-left: 17px; }

/* RSVP */
.rsvp { min-height: 525px; padding: 92px 10vw 100px; position: relative; }
.rsvp-content { margin: 76px auto 0; max-width: 1050px; }
.rsvp-note { color: #8d818d; font-size: 12px; margin-top: 17px; }
.button-plum { background: var(--plum); color: white; margin-top: 34px; }
.flourish { bottom: 74px; color: var(--wisteria); font-size: 120px; line-height: 1; opacity: .7; position: absolute; right: 14vw; transform: rotate(20deg); }
.site-footer { border-top: 1px solid var(--line); color: #8d818d; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .1em; padding: 20px 5vw; text-transform: uppercase; }

/* Motion and responsive */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .16s; }
@media (max-width: 700px) {
  .site-header { padding: 20px 6vw; }
  nav { gap: 15px; }
  nav a:not(.nav-rsvp) { display: none; }
  .hero { min-height: 740px; padding: 160px 8vw 80px; }
  .wisteria-drape { height: 125px; opacity: .72; right: -70px; transform: rotate(8deg) scale(.8); transform-origin: top right; }
  h1 { font-size: clamp(59px, 17vw, 88px); }
  .hero-date { bottom: 92px; left: 8vw; right: auto; }
  .hero-date span { font-size: 65px; }
  .hero-caption { bottom: 29px; font-size: 8px; left: 8vw; }
  .scroll-cue { display: none; }
  .welcome { padding: 75px 8vw 85px; }
  .welcome-grid { display: block; margin-top: 55px; }
  .welcome-copy { padding-top: 35px; }
  .details { display: block; }
  .details-image { min-height: 300px; }
  .details-panel { padding: 48px 8vw 64px; }
  .details-panel .eyebrow { margin-top: 58px; }
  .rsvp { min-height: 480px; padding: 65px 8vw 80px; }
  .rsvp-content { margin-top: 55px; }
  .flourish { bottom: 55px; font-size: 78px; right: 9vw; }
  .site-footer { flex-wrap: wrap; gap: 9px 20px; padding: 19px 8vw; }
  .site-footer span:last-child { width: 100%; }
}
