@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #27342d;
  --forest: #364b3d;
  --forest-dark: #26372d;
  --sage: #a9b3a5;
  --sage-light: #dce2d9;
  --paper: #fbf8f0;
  --cream: #f1ecdf;
  --champagne: #c7a879;
  --white: #fffdf7;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
main { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.hero { min-height: 100svh; position: relative; display: flex; flex-direction: column; isolation: isolate; background: linear-gradient(135deg, #f9f5e9 0%, #ebe6d8 52%, #d5ddd3 100%); }
.grain { position: absolute; inset: 0; z-index: -3; opacity: .25; background-image: radial-gradient(rgba(39,52,45,.25) .6px, transparent .6px); background-size: 9px 9px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -2; border: 1px solid rgba(199,168,121,.58); border-radius: 50%; }
.hero::before { width: 54vw; height: 54vw; min-width: 540px; min-height: 540px; left: -23vw; top: 12vh; }
.hero::after { width: 36vw; height: 36vw; min-width: 380px; min-height: 380px; right: -13vw; bottom: -8vw; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); z-index: -2; }
.orb-one { width: 280px; height: 280px; background: rgba(255,255,255,.35); top: 15%; right: 10%; }
.orb-two { width: 230px; height: 230px; background: rgba(169,179,165,.23); bottom: 8%; left: 12%; }

.nav { width: min(1220px, calc(100% - 72px)); margin: 0 auto; padding: 30px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 3; }
.monogram, .footer-monogram { font-family: var(--display); font-size: 28px; font-weight: 600; letter-spacing: .04em; }.monogram span, .footer-monogram span { color: var(--champagne); font-style: italic; margin: 0 3px; }
.demo-pill { border: 1px solid rgba(39,52,45,.23); border-radius: 999px; padding: 8px 15px; font-size: 9px; text-transform: uppercase; letter-spacing: .19em; background: rgba(255,255,255,.3); }
.nav-rsvp { justify-self: end; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; border-bottom: 1px solid var(--champagne); padding-bottom: 5px; }

.hero-copy { width: min(920px, calc(100% - 36px)); margin: auto; text-align: center; padding: 40px 0 90px; }
.kicker, .eyebrow { color: #718076; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .32em; }
.hero h1 { margin: 24px 0; font-family: var(--display); font-size: clamp(64px, 9.5vw, 132px); font-weight: 400; line-height: .62; letter-spacing: -.055em; }
.hero h1 span { display: block; }.hero h1 i { display: block; font-size: .48em; color: var(--champagne); font-weight: 400; line-height: 1.2; }
.date-line { width: min(500px, 90%); margin: 36px auto 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }.date-line span { height: 1px; background: rgba(39,52,45,.28); }.date-line p { margin: 0; font-size: 11px; letter-spacing: .27em; }
.hero-intro { width: min(500px, 100%); margin: 27px auto 28px; font-family: var(--display); font-size: 19px; line-height: 1.55; color: #59665e; }
.button { border: 0; display: inline-block; padding: 17px 27px; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; cursor: pointer; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button-dark { color: white; background: var(--forest-dark); }.button-dark:hover { background: #3f5847; }
.hero-place { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); white-space: nowrap; color: #78857c; font-size: 8px; letter-spacing: .25em; text-transform: uppercase; }

.section { padding: 120px max(24px, calc((100vw - 1160px) / 2)); }
.welcome { text-align: center; background: var(--white); }
.welcome h2 { width: min(940px, 100%); margin: 25px auto; font-family: var(--display); font-size: clamp(39px, 5vw, 67px); line-height: 1.08; font-weight: 400; }
.body-copy { width: min(580px, 100%); margin: 0 auto; font-family: var(--display); font-size: 18px; line-height: 1.65; color: #657067; }
.signature { margin-top: 48px; font-family: var(--display); font-size: 26px; font-style: italic; }.signature span { color: var(--champagne); font-size: 10px; vertical-align: middle; margin: 0 18px; }

.date-section { background: var(--sage-light); }
.date-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 65px; }.date-heading h2, .schedule-title h2, .rsvp h2 { margin: 12px 0 0; font-family: var(--display); font-size: clamp(52px, 6vw, 82px); line-height: .9; font-weight: 500; }.date-heading > p { font-family: var(--display); font-size: 19px; line-height: 1.6; margin: 0; max-width: 460px; }
.calendar-card { background: var(--white); border: 1px solid rgba(39,52,45,.12); box-shadow: 0 24px 60px rgba(39,52,45,.08); }
.calendar-top { padding: 15px 22px; color: white; background: var(--forest-dark); display: flex; justify-content: center; gap: 16px; text-transform: uppercase; letter-spacing: .25em; font-size: 10px; }.calendar-top strong { color: #cbd5ca; }
.calendar-main { min-height: 220px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; text-align: center; padding: 32px; }.calendar-main > span { text-transform: uppercase; letter-spacing: .2em; font-size: 11px; }.calendar-main > strong { font-family: var(--display); font-size: 120px; line-height: 1; font-weight: 500; color: #718476; border-inline: 1px solid #d9ddd5; }
.countdown { margin-top: 35px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(39,52,45,.14); }.countdown div { text-align: center; padding: 28px 10px; border-right: 1px solid rgba(39,52,45,.14); }.countdown div:last-child { border: 0; }.countdown strong { display: block; font-family: var(--display); font-size: 44px; font-weight: 500; }.countdown span { display: block; margin-top: 6px; color: #718076; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }

.schedule { background: var(--paper); }
.schedule-title { text-align: center; margin-bottom: 65px; }
.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.schedule-grid article { padding: 38px 30px; border: 1px solid #dfdacd; background: var(--white); display: grid; grid-template-columns: auto 1px 1fr; column-gap: 20px; align-items: start; }.number { font-family: var(--display); color: var(--champagne); font-size: 31px; }.rule { background: #ded8ca; height: 100%; grid-row: 1 / 7; grid-column: 2; }.schedule-grid article > p, .schedule-grid article > h3, .schedule-grid article > strong, .schedule-grid article > small, .schedule-grid article > button { grid-column: 3; }.schedule-grid article > p { margin: 2px 0 12px; color: #7d897f; text-transform: uppercase; letter-spacing: .22em; font-size: 8px; }.schedule-grid h3 { font-family: var(--display); font-size: 28px; line-height: 1.1; font-weight: 500; margin: 0 0 18px; }.schedule-grid strong { font-size: 11px; letter-spacing: .1em; }.schedule-grid small { color: #7c877e; margin-top: 8px; line-height: 1.4; }.text-link { width: fit-content; margin-top: 26px; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--champagne); background: none; color: var(--ink); cursor: pointer; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }

.quote-section { min-height: 610px; display: grid; place-content: center; text-align: center; color: white; background: radial-gradient(circle at 20% 20%, #526457, transparent 34%), radial-gradient(circle at 85% 80%, #455a4c, transparent 32%), var(--forest-dark); position: relative; }.quote-section::after { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid rgba(199,168,121,.35); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }.quote-section .eyebrow { color: #bcc9bd; }.quote-section blockquote { margin: 28px auto; font-family: var(--display); font-size: clamp(48px, 6.2vw, 82px); line-height: 1; font-weight: 400; font-style: italic; position: relative; z-index: 1; }.quote-sign { color: var(--champagne); letter-spacing: .22em; font-size: 10px; }

.info { background: var(--cream); }
.info-heading { width: min(700px, 100%); margin-bottom: 58px; }.info-heading h2 { margin: 12px 0 0; font-family: var(--display); font-size: clamp(50px, 5.5vw, 74px); line-height: .95; font-weight: 500; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d6cdbc; }.info-grid article { padding: 38px 36px 0 0; border-right: 1px solid #d6cdbc; margin-right: 36px; }.info-grid article:last-child { border: 0; margin-right: 0; }.info-grid article > span { color: var(--champagne); font-family: var(--display); font-size: 28px; }.info-grid h3 { font-family: var(--display); font-size: 28px; font-weight: 500; margin: 20px 0 15px; }.info-grid p { color: #68736a; font-size: 12px; line-height: 1.65; min-height: 80px; }.info-grid strong { display: block; margin-top: 20px; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }

.rsvp { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; background: var(--white); }
.rsvp-copy { position: sticky; top: 70px; align-self: start; }.rsvp-copy > p:last-child { max-width: 420px; font-family: var(--display); font-size: 18px; line-height: 1.6; color: #657067; }
.rsvp-form { padding: 45px; display: grid; gap: 28px; background: var(--cream); border: 1px solid #e0d9ca; }.rsvp-form > label, fieldset legend { display: grid; gap: 10px; font-size: 8px; font-weight: 600; text-transform: uppercase; letter-spacing: .17em; }.rsvp-form label > span { color: #849087; font-weight: 400; }.rsvp-form input[type="text"], .rsvp-form select, .rsvp-form textarea { width: 100%; padding: 13px 2px; border: 0; border-bottom: 1px solid #b8beb4; border-radius: 0; outline: 0; background: transparent; color: var(--ink); text-transform: none; letter-spacing: normal; }.rsvp-form input:focus, .rsvp-form select:focus, .rsvp-form textarea:focus { border-color: var(--forest-dark); }.rsvp-form textarea { resize: vertical; } fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 12px; } fieldset legend { margin-bottom: 10px; }.radio { display: flex !important; align-items: center; gap: 10px !important; cursor: pointer; text-transform: none !important; letter-spacing: 0 !important; font-size: 12px !important; }.radio input { accent-color: var(--forest-dark); }.rsvp-form .button { width: 100%; }.demo-notice { margin: -7px 0 0; padding: 14px; background: #dce5dc; color: #415447; font-size: 11px; line-height: 1.5; }

footer { padding: 65px 24px; text-align: center; background: #1f2f26; color: #dce6dc; }.footer-monogram { font-size: 40px; }.footer-monogram span { color: var(--champagne); } footer p { margin: 14px 0; font-family: var(--display); font-size: 18px; } footer small { color: #94a69a; font-size: 7px; text-transform: uppercase; letter-spacing: .2em; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 20; transform: translate(-50%, 20px); max-width: calc(100% - 32px); padding: 13px 18px; background: var(--forest-dark); color: white; box-shadow: 0 10px 40px rgba(0,0,0,.2); font-size: 11px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 820px) {
  .nav { width: calc(100% - 36px); padding: 22px 0; grid-template-columns: 1fr auto; }.demo-pill { grid-column: 1 / -1; grid-row: 2; justify-self: center; margin-top: 18px; }.nav-rsvp { font-size: 8px; }
  .hero-copy { padding-top: 70px; }.hero h1 { font-size: clamp(60px, 20vw, 88px); }.hero h1 i { font-size: .42em; }.hero-intro { font-size: 17px; }.date-line { gap: 12px; }.hero::before { left: -390px; }.hero::after { right: -270px; }
  .section { padding: 84px 22px; }.welcome h2 { font-size: 39px; }.date-heading, .rsvp { grid-template-columns: 1fr; gap: 36px; }.date-heading { margin-bottom: 42px; }.date-heading h2, .schedule-title h2, .rsvp h2 { font-size: 52px; }.date-heading > p { font-size: 17px; }
  .calendar-main { min-height: 0; grid-template-columns: 1fr; gap: 17px; padding: 30px; }.calendar-main > strong { font-size: 96px; border-inline: 0; border-block: 1px solid #d9ddd5; padding: 6px 0; }.countdown strong { font-size: 31px; }.countdown div { padding: 22px 4px; }.countdown span { font-size: 6px; }
  .schedule-title { margin-bottom: 42px; }.schedule-grid, .info-grid { grid-template-columns: 1fr; }.schedule-grid article { padding: 28px 24px; }.info-heading h2 { font-size: 51px; }.info-grid article { border-right: 0; border-bottom: 1px solid #d6cdbc; margin: 0; padding: 32px 0; }.info-grid article:last-child { border-bottom: 0; }.info-grid p { min-height: 0; }
  .quote-section { min-height: 540px; }.quote-section blockquote { font-size: 47px; }.quote-section::after { width: 285px; height: 285px; }
  .rsvp-copy { position: static; }.rsvp-form { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
