:root {
  --cream: #f7f3ec;
  --paper: #fffdf8;
  --ink: #26332e;
  --sage: #718276;
  --forest: #35483d;
  --clay: #b96f50;
  --gold: #b99a63;
  --line: rgba(38, 51, 46, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--cream);
  font-family: "Montserrat", sans-serif; line-height: 1.7;
}
img { display: block; width: 100%; }
a { color: inherit; }
.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 5vw; color: white; transition: .3s ease;
}
.site-header.scrolled { background: rgba(247,243,236,.96); color: var(--ink); box-shadow: 0 2px 18px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.brand { text-decoration: none; font: 700 29px/1 "Cormorant Garamond", serif; letter-spacing: .05em; }
.brand span, h1 span, .footer-monogram span { color: var(--gold); font-style: italic; }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; font-weight: 600; }
.nav-rsvp { border: 1px solid currentColor; padding: 9px 16px; }
.nav-toggle { display: none; border: 0; background: transparent; color: inherit; font-size: 25px; }
.hero { min-height: 100vh; position: relative; display: grid; place-items: center; overflow: hidden; color: white; text-align: center; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 32%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(20,32,27,.18), rgba(20,32,27,.56)); }
.hero-content { position: relative; z-index: 2; padding: 120px 20px 70px; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 600; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; }
h1 { font-size: clamp(64px, 10vw, 132px); line-height: .85; margin: 18px 0 28px; font-weight: 600; }
h2 { font-size: clamp(44px, 6vw, 72px); line-height: 1; margin: 0 0 28px; font-weight: 600; }
h3 { font-size: 31px; line-height: 1.08; margin: 7px 0 12px; }
.hero-date { letter-spacing: .13em; text-transform: uppercase; font-size: 13px; margin-bottom: 35px; }
.button {
  display: inline-block; border: 1px solid var(--forest); background: var(--forest); color: white;
  padding: 14px 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em;
  font-size: 11px; font-weight: 600; cursor: pointer;
}
.button:hover { background: var(--clay); border-color: var(--clay); }
.button-light { background: transparent; border-color: white; }
.button-light:hover { background: white; color: var(--ink); border-color: white; }
.button:disabled { opacity: .72; cursor: progress; }
.scroll-cue { position: absolute; z-index: 2; bottom: 24px; color: white; text-decoration: none; font-size: 28px; }
.section { padding: 110px max(6vw, 24px); }
.section-heading { text-align: center; margin-bottom: 55px; }
.welcome { text-align: center; max-width: 1100px; margin: auto; }
.lede { max-width: 720px; margin: 0 auto 50px; font-family: "Cormorant Garamond", serif; font-size: 27px; line-height: 1.45; }
.countdown { display: flex; justify-content: center; gap: clamp(20px, 6vw, 75px); }
.countdown div { min-width: 74px; }
.countdown strong { display: block; font: 600 43px/1 "Cormorant Garamond", serif; }
.countdown span { text-transform: uppercase; font-size: 10px; letter-spacing: .17em; }
.details { background: var(--paper); }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1050px; margin: auto; gap: 30px; }
.detail-card { position: relative; padding: 55px; border: 1px solid var(--line); background: white; }
.card-number { position: absolute; right: 30px; top: 20px; font: 500 68px/1 "Cormorant Garamond", serif; color: rgba(185,154,99,.28); }
.time { color: var(--clay); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 600; }
.detail-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 8px; }
.text-link { display: inline-block; margin-top: 10px; text-underline-offset: 4px; font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.inline-link { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.photo-break { height: 620px; position: relative; display: grid; place-items: center; overflow: hidden; }
.photo-break img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 28%; filter: brightness(.65); }
.photo-break blockquote { position: relative; z-index: 2; color: white; max-width: 750px; margin: 0; padding: 30px; text-align: center; font: 600 clamp(38px, 6vw, 68px)/1.08 "Cormorant Garamond", serif; }
.timeline { max-width: 900px; margin: auto; border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 120px 1fr; gap: 45px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.timeline-date { border-right: 1px solid var(--line); }
.timeline-date span { display: block; font-size: 11px; letter-spacing: .18em; }
.timeline-date strong { font: 600 54px/1 "Cormorant Garamond", serif; }
.timeline-note { margin-top: 22px; padding: 18px 22px; border: 1px solid var(--line); background: white; }
.timeline-note .eyebrow { margin-bottom: 8px; }
.timeline-note p:last-child { margin-bottom: 0; }
.travel { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; padding: 0; background: var(--forest); color: white; }
.travel-photo img { height: 100%; object-fit: cover; }
.travel-copy { align-self: center; padding: 80px 8vw; }
.hotel-code { display: inline-flex; flex-direction: column; border: 1px solid rgba(255,255,255,.45); padding: 14px 20px; margin: 16px 0; }
.hotel-code span { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.hotel-code strong { letter-spacing: .1em; }
.travel .button { border-color: white; background: white; color: var(--forest); }
.travel .button:hover { background: var(--clay); border-color: var(--clay); color: white; }
.button-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 25px; }
.travel-note { margin-top: 28px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.travel-note p:last-child { margin-bottom: 0; }
.small-note { font-size: 12px; opacity: .75; margin-top: 18px; }
.gallery { background: var(--paper); }
.gallery-grid { max-width: 1150px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 310px; gap: 18px; }
.gallery-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: white; }
.gallery-grid img { height: 100%; object-fit: cover; object-position: center center; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.03); }
.gallery-grid .faces-focus img { object-position: center 18%; }
.gallery-grid .mountain-focus img { object-position: center 32%; }
.rsvp { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; max-width: 1200px; margin: auto; }
.rsvp-intro { position: sticky; top: 140px; align-self: start; }
.rsvp-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 45px; background: var(--paper); border: 1px solid var(--line); }
.field { display: flex; flex-direction: column; gap: 7px; }
.full { grid-column: 1 / -1; }
label, legend { font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 600; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--sage); background: transparent; padding: 11px 2px; font: inherit; color: var(--ink); }
textarea { border: 1px solid var(--sage); padding: 12px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(113,130,118,.25); outline-offset: 3px; }
fieldset { border: 0; padding: 0; margin: 0; }
.attendance { display: flex; flex-wrap: wrap; gap: 14px 30px; }
.attendance legend { width: 100%; margin-bottom: 8px; }
.attendance label { text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 400; }
.attendance input { width: auto; }
.submit-button { grid-column: 1 / -1; justify-self: start; }
.submit-status { margin: 0; font-size: 13px; color: var(--clay); }
.hidden { display: none; }
footer { padding: 70px 20px; background: #22312a; color: white; text-align: center; }
.footer-monogram { font: 600 42px/1 "Cormorant Garamond", serif; margin: 0 0 10px; }
footer p { margin: 8px; }
footer a { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
@media (max-width: 920px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 69px; left: 0; right: 0; padding: 26px 5vw; background: var(--cream); color: var(--ink); flex-direction: column; align-items: flex-start; gap: 18px; }
  .nav.open { display: flex; }
  .detail-grid, .travel, .rsvp { grid-template-columns: 1fr; }
  .travel-photo { height: 500px; }
  .rsvp-intro { position: static; }
}
@media (max-width: 560px) {
  .section { padding: 80px 22px; }
  .hero-image { object-position: 43% center; }
  .hero-date { font-size: 10px; }
  .countdown { gap: 14px; }
  .countdown strong { font-size: 34px; }
  .detail-card { padding: 38px 28px; }
  .photo-break { height: 500px; }
  .timeline article { grid-template-columns: 75px 1fr; gap: 22px; }
  .travel-photo { height: 420px; }
  .travel-copy { padding: 70px 24px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .rsvp-form { grid-template-columns: 1fr; padding: 30px 22px; }
  .field, .full { grid-column: 1; }
  .countdown div { min-width: 55px; }
}
