:root {
  --paper: #f6f1e7;
  --wine: #52232c;
  --muted: #775b5d;
  --line: rgba(82,35,44,.22);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--wine); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 7px; }
::selection { background: var(--wine); color: var(--paper); }
figure { margin: 0; }
img { display: block; width: 100%; height: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; background: var(--wine); color: var(--paper); z-index: 10; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 96px; margin: 0 5%; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.monogram { font-family: var(--serif); font-size: 43px; line-height: 1; letter-spacing: -4px; min-width: 65px; }
.monogram span { font-size: 32px; font-style: italic; margin: 0 4px; }
.header-note, .eyebrow, .hero-baseline, .footer-bottom { font-size: .75rem; font-weight: 500; letter-spacing: .15em; line-height: 1.7; }
.header-note { margin-left: 70px; }
.nav-link { font-size: .875rem; border-bottom: 1px solid transparent; padding: 10px 0; transition: border-color .2s; }
.nav-link:hover { border-color: var(--wine); }
.nav-link span { margin-left: 18px; font-size: 18px; }
.eyebrow { margin: 0 0 24px; }
.hero { max-width: 1800px; margin: auto; padding: 45px 5% 0; }
.hero-copy { text-align: center; padding: 0 0 36px; }
.hero-copy .eyebrow { margin-bottom: 17px; }
.names { font-family: var(--serif); font-weight: 400; font-size: clamp(70px, 8.8vw, 142px); line-height: 1.05; letter-spacing: -.05em; margin: 0; }
.names em { font-size: .72em; font-weight: 400; padding: 0 .13em; }
.hero-message { margin: 19px 0 0; font-size: 1rem; line-height: 1.8; color: var(--muted); }
.hero-art img { aspect-ratio: 1.9; object-fit: cover; object-position: 50% 83%; background: #bfcfd5; }
.hero-art figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; font-size: .75rem; letter-spacing: .12em; line-height: 1.7; }
.text-link { display: inline-flex; gap: 24px; align-items: center; padding: 6px 0; border-bottom: 1px solid var(--line); font-size: .875rem; letter-spacing: 0; white-space: nowrap; }
.text-link span { transition: transform .2s; font-size: 19px; }
.text-link:hover span { transform: translateY(4px); }
.hero-baseline { display: flex; align-items: center; justify-content: center; gap: 33px; border-top: 1px solid var(--line); margin-top: 9px; padding: 25px 0 28px; }
.baseline-amp { font-size: 26px; font-family: var(--serif); font-style: italic; font-weight: 400; line-height: 1; }
.proposal { background: var(--wine); color: var(--paper); padding: 83px 7% 75px; }
.proposal-heading { max-width: 1500px; margin: auto auto 43px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.proposal-heading .eyebrow { color: #e0c7bd; }
.proposal h2 { font-family: var(--serif); font-size: clamp(60px, 5.9vw, 94px); line-height: 1.02; letter-spacing: -.035em; font-weight: 400; margin: 0; }
.proposal h2 em { font-weight: 400; }
.proposal-heading > p { font-size: 1rem; line-height: 1.9; color: #e0c7bd; margin: 0 0 7px; }
.proposal-photos { max-width: 1500px; margin: auto; display: grid; grid-template-columns: 1.08fr 1fr; gap: 5%; align-items: start; }
.proposal-photos img { height: auto; background: #294449; }
.proposal-running { margin-top: 110px; }
.proposal-closing { font-family: var(--serif); font-size: clamp(30px, 3vw, 46px); text-align: center; font-weight: 400; margin: 62px 0 0; line-height: 1.3; }
.celebration { max-width: 1460px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding: 110px 9% 115px; }
.details-intro .eyebrow { margin-bottom: 24px; }
.details-intro h2 { font-family: var(--serif); font-size: clamp(65px, 6.6vw, 97px); line-height: .98; font-weight: 400; letter-spacing: -.045em; margin: 0 0 30px; }
.details-intro h2 em { font-weight: 400; }
.details-intro > p:last-child { line-height: 1.9; color: var(--muted); font-size: 1rem; }
.details-content { padding-top: 18px; min-width: 0; }
.event-details { margin: 0; }
.event-details > div { padding: 24px 0 29px; border-top: 1px solid var(--line); }
.event-details > div:last-child { border-bottom: 1px solid var(--line); }
.event-details dt { font-size: .75rem; font-weight: 500; letter-spacing: .15em; display: flex; gap: 22px; align-items: center; }
.detail-number { color: var(--muted); letter-spacing: 0; font-weight: 400; }
.event-details dd { margin: 11px 0 0 39px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.details-note { font-size: .875rem; line-height: 1.85; color: var(--muted); max-width: 355px; margin: 25px 0 0; }
.site-footer { border-top: 1px solid var(--line); margin: 0 5%; padding: 42px 0 22px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; }
.footer-top p { font-size: .875rem; margin: 0; line-height: 2; }
.footer-top p span { font-family: var(--serif); font-size: 42px; letter-spacing: -.03em; line-height: 1.6; }
.footer-top em { font-weight: 400; }
.back-top { border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; width: 48px; height: 48px; font-size: 22px; transition: background .2s,color .2s; }
.back-top:hover { background: var(--wine); color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 37px; color: var(--muted); }
@media (prefers-reduced-motion: no-preference) {
  .entrance { animation: enter 1s both; }
  .hero-art { animation-delay: .15s; }
  @keyframes enter { from { opacity: 0; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }
}
@media (max-width: 1000px) {
  .header-note { display: none; }
  .proposal { padding: 65px 6%; }
  .proposal-heading { gap: 30px; }
  .proposal-heading > p { max-width: 250px; }
  .proposal-running { margin-top: 70px; }
  .celebration { gap: 9%; padding: 85px 7%; }
  .details-intro h2 { font-size: 76px; }
  .footer-bottom { letter-spacing: .08em; }
}
@media (max-width: 700px) {
  .site-header { min-height: 82px; margin: 0 6%; gap: 15px; }
  .monogram { font-size: 38px; }
  .nav-link span { margin-left: 9px; }
  .hero { padding: 35px 0 0; }
  .hero-copy { padding: 0 6% 28px; }
  .hero-copy .eyebrow { margin-bottom: 22px; }
  .names { font-size: clamp(65px, 15vw, 100px); line-height: .98; }
  .names > span:first-child { display: block; margin-bottom: 4px; }
  .names em { padding: 0 .05em 0 0; }
  .hero-message { margin-top: 23px; }
  .hero-art img { aspect-ratio: 1; object-position: 50% 80%; }
  .hero-art figcaption { margin: 0 6%; padding: 16px 0; flex-wrap: wrap; gap: 6px 20px; font-size: .75rem; letter-spacing: .065em; }
  .text-link { gap: 20px; }
  .hero-baseline { margin: 9px 6% 0; padding: 23px 0; gap: 14px; letter-spacing: .02em; font-size: .75rem; }
  .baseline-amp { font-size: 24px; }
  .proposal { padding: 53px 6% 55px; }
  .proposal-heading { display: block; margin-bottom: 30px; }
  .proposal h2 { font-size: clamp(52px, 11vw, 76px); }
  .proposal-heading > p { margin-top: 24px; max-width: none; }
  .proposal-photos { display: flex; flex-direction: column; gap: 25px; }
  .proposal-running { margin-top: 0; }
  .proposal-closing { margin-top: 35px; font-size: 32px; }
  .celebration { display: block; padding: 65px 8% 64px; }
  .details-intro h2 { font-size: 73px; margin-bottom: 24px; }
  .details-intro h2 br { display: none; }
  .details-intro h2 em { display: block; }
  .details-content { padding-top: 26px; }
  .event-details > div { padding: 22px 0 24px; }
  .event-details dd { font-size: 34px; }
  .details-note { max-width: none; }
  .site-footer { margin: 0 7%; padding-top: 30px; }
  .footer-top p span { font-size: 33px; }
  .back-top { width: 44px; height: 44px; flex-shrink: 0; margin-left: 15px; }
  .footer-bottom { flex-direction: column; gap: 9px; margin-top: 29px; letter-spacing: .02em; }
  .footer-bottom span:last-child { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Guest information */
.site-nav { display: flex; gap: clamp(18px, 3vw, 42px); align-items: center; }
.wedding-date { font-size: .875rem; letter-spacing: .18em; }
.full-names { font-family: var(--serif); font-size: clamp(22px, 2.2vw, 34px); margin: 17px 0 0; line-height: 1.4; }
.full-names span { font-style: italic; padding: 0 .3em; }
.hero-message { margin-top: 10px; }
.hero-baseline { flex-wrap: wrap; }
.proposal-heading > p { max-width: 350px; }
.guest-section { padding: 78px 7% 90px; border-top: 1px solid var(--line); }
.guest-section-heading { max-width: 1460px; margin: 0 auto 40px; }
.guest-section h2, .rsvp-section h2 { font-family: var(--serif); font-size: clamp(48px, 5.5vw, 80px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; margin: 0; }
.guest-section h2 em, .rsvp-section h2 em { font-weight: 400; }
.travel { background: #ede7dc; }
.travel-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 5%; max-width: 1460px; margin: auto; }
.travel-grid article { padding-top: 25px; border-top: 1px solid var(--line); }
.travel-grid h3 { font-family: var(--serif); font-size: 36px; line-height: 1.1; font-weight: 400; margin: 16px 0; }
.travel-grid p { font-size: 1rem; line-height: 1.85; color: var(--muted); }
.travel-grid .text-link { white-space: normal; gap: 15px; }
.questions { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.questions .guest-section-heading { margin: 0; }
.faq-list { width: 100%; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 23px 0; font-size: 1rem; line-height: 1.5; }
.faq-list summary:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.faq-list details p { margin: 0 0 25px; font-size: 1rem; line-height: 1.85; color: var(--muted); }
.rsvp-section { background: var(--wine); color: var(--paper); padding: 70px 7% 80px; text-align: center; }
.rsvp-section > p:last-child { font-size: 1rem; line-height: 1.9; color: #e0c7bd; margin: 25px 0 0; }
.event-address { font: normal 1rem/1.7 var(--sans); margin: 16px 0 0 39px; color: var(--muted); }
@media(max-width: 900px) {
  .travel-grid { grid-template-columns: 1fr; gap: 30px; }
  .questions { grid-template-columns: 1fr; gap: 32px; }
}
@media(max-width: 700px) {
  .site-header { flex-wrap: wrap; padding: 16px 0; gap: 12px 16px; }
  .site-nav { gap: 18px; flex-wrap: wrap; }
  .site-nav .nav-link { font-size: .875rem; }
  .full-names { max-width: 320px; margin: 18px auto 0; font-size: 24px; }
  .full-names span { display: block; line-height: 1.1; }
  .hero-baseline { column-gap: 12px; row-gap: 4px; font-size: .75rem; }
  .guest-section { padding: 55px 7% 60px; }
  .guest-section-heading { margin-bottom: 30px; }
  .rsvp-section { padding: 55px 7% 60px; }
}
@media(max-width: 390px) { .site-nav { width: 100%; justify-content: space-between; gap: 10px; } }

.event-address address { font-style: normal; }
.entry-note { display: inline-block; font-size: .875rem; margin-top: 6px; }
.rsvp-section > p { font-size: 1rem; line-height: 1.9; color: #e0c7bd; margin: 25px 0 0; }
.rsvp-section > .eyebrow { font-size: .75rem; margin: 0 0 24px; }
.rsvp-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; background: var(--paper); color: var(--wine); padding: 17px 25px; margin-top: 28px; min-height: 52px; font-size: 1rem; border: 1px solid var(--paper); transition: background .2s, color .2s; }
.rsvp-button:hover { background: transparent; color: var(--paper); }
.rsvp-section > .rsvp-note { font-size: .875rem; margin-top: 20px; }
.faq-list p a { text-decoration: underline; text-underline-offset: 3px; }
