:root {
  --paper: #f2ede4;
  --paper-deep: #e6ddd0;
  --ink: #20241d;
  --muted: #6f7167;
  --moss: #202a1d;
  --moss-soft: #3c4734;
  --wine: #6b1f2b;
  --rose: #af7774;
  --gold: #a68451;
  --line: rgba(32, 36, 29, .2);
  --ivory: #fffaf1;
  --serif: "Italiana", Georgia, serif;
  --script: "Parisienne", "Snell Roundhand", cursive;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.gate-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, summary { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -64px; left: 18px; z-index: 30; padding: 12px 18px; color: var(--ink); background: var(--ivory); border-radius: 3px; }
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }

.site-header { position: relative; z-index: 10; height: 72px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; align-items: center; }
.travel-header { border-bottom: 1px solid var(--line); }
.monogram { width: max-content; font-family: var(--serif); font-size: 21px; text-decoration: none; letter-spacing: .08em; }
.monogram i { color: var(--wine); font-family: var(--script); font-size: 25px; font-weight: 400; }
.site-header nav { display: flex; gap: 30px; align-items: center; }
.site-header nav a { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.site-header nav a:hover { color: var(--wine); }
.menu-toggle { display: none; padding: 8px 0; color: inherit; background: transparent; border: 0; font-size: 13px; }
.language-switch { position: fixed; z-index: 50; right: 18px; top: 18px; display: flex; gap: 7px; align-items: center; padding: 7px 10px; color: var(--ink); background: rgba(255,250,241,.9); border: 1px solid rgba(92,77,57,.22); backdrop-filter: blur(8px); font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.language-switch a { text-decoration: none; opacity: .45; }
.language-switch a[aria-current="page"] { color: var(--wine); opacity: 1; }

/* Invitation opening */
.invitation-gate { position: fixed; inset: 0; z-index: 20; overflow: hidden; color: var(--ivory); background-color: #172016; background-image: repeating-linear-gradient(2deg, rgba(255,250,241,.025) 0 1px, transparent 1px 4px), repeating-linear-gradient(92deg, rgba(0,0,0,.07) 0 1px, transparent 1px 5px), radial-gradient(ellipse at 35% 20%, rgba(82,102,72,.17), transparent 52%); background-size: 100% 100%, 100% 100%, 100% 100%; transition: opacity 1.8s cubic-bezier(.22,1,.36,1), visibility 1.8s; }
.invitation-gate::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: repeating-linear-gradient(45deg, transparent 0 3px, rgba(255,255,255,.018) 3px 4px), repeating-linear-gradient(-45deg, transparent 0 4px, rgba(0,0,0,.035) 4px 5px); background-size: 9px 9px, 11px 11px; mix-blend-mode: soft-light; }
.invitation-gate::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at center, transparent 25%, rgba(6,12,6,.25) 100%); }
.invitation-gate.is-opening { opacity: 0; visibility: hidden; }
.photographic-gate { position: relative; z-index: 1; width: 100%; height: 100%; display: grid; place-items: center; }
.gate-heading { position: absolute; z-index: 4; top: clamp(25px, 5vh, 60px); left: 50%; width: min(92vw, 900px); text-align: center; transform: translateX(-50%); transition: opacity .45s, transform .6s cubic-bezier(.22,1,.36,1); }
.gate-heading p { margin-bottom: 2px; color: #e3c6bd; font-family: var(--serif); font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.gate-heading h1 { margin: 0; font-family: var(--script); font-size: clamp(48px, 7vw, 86px); font-weight: 400; line-height: 1; }
.gate-heading h1 span { color: #d6a39e; }
.envelope-stage { display: flex; flex-direction: column; align-items: center; gap: 18px; width: min(1120px, 100vw); margin-top: clamp(55px, 8vh, 95px); }
.envelope-scene { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; box-shadow: 0 35px 100px rgba(0,0,0,.35); cursor: pointer; }
.envelope-scene > picture { position: absolute; inset: 0; }
.envelope-state { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.open-envelope { position: relative; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 13px 18px; color: var(--ivory); background: rgba(23,32,22,.72); border: 1px solid rgba(255,250,241,.56); box-shadow: 0 8px 30px rgba(0,0,0,.24); backdrop-filter: blur(7px); cursor: pointer; font-family: var(--serif); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s, opacity .3s; }
.open-envelope i { font-style: normal; font-size: 17px; }
.open-envelope:hover { color: var(--moss); background: var(--ivory); transform: translateY(-3px); }
.open-envelope:active { transform: scale(.98); }

@media (min-width: 641px) and (max-height: 850px) {
  .gate-heading { top: 22px; }
  .gate-heading h1 { font-size: clamp(46px, 6vw, 68px); }
  .envelope-stage { width: min(900px, 88vw); margin-top: 76px; gap: 12px; }
  .open-envelope { padding: 11px 16px; }
}

/* Wedding page */
.invitation-hero { position: relative; min-height: 100dvh; overflow: hidden; display: grid; align-items: center; color: var(--ivory); background: var(--moss); }
.invitation-hero > picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.invitation-hero > picture img { width: 100%; height: 100%; object-fit: cover; }
.invitation-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,26,16,.86) 0%, rgba(19,26,16,.58) 40%, rgba(19,26,16,.04) 70%); }
.invitation-copy { position: relative; z-index: 1; width: min(600px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - var(--max)) / 2)); padding: 70px 0 90px; }
.invitation-copy h2 { display: grid; width: max-content; margin: 0 0 42px; font-family: var(--serif); font-size: clamp(72px, 9vw, 132px); font-weight: 400; line-height: .72; letter-spacing: -.06em; }
.invitation-copy h2 i { justify-self: center; margin: 3px 0 -2px; color: #d8aaa5; font-family: var(--script); font-size: .58em; font-weight: 400; line-height: 1; }
.invite-line { max-width: 350px; font-family: var(--serif); font-size: 20px; }
.invite-date { display: flex; align-items: center; gap: 18px; margin: 30px 0 16px; }
.invite-date strong { font-family: var(--serif); font-size: 70px; font-weight: 400; line-height: .8; font-variant-numeric: tabular-nums; }
.invite-date span { padding-left: 18px; border-left: 1px solid rgba(255,250,241,.5); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.invite-place { margin-bottom: 30px; font-size: 14px; }
.invite-actions { display: flex; align-items: center; gap: 24px; }
.paper-button, .outline-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 2px; font-size: 13px; font-weight: 600; text-decoration: none; transition: transform .25s, color .25s, background .25s; }
.paper-button { color: var(--moss); background: var(--ivory); }
.paper-button:hover, .outline-button:hover { transform: translateY(-2px); }
.paper-button:active, .outline-button:active { transform: scale(.98); }
.quiet-link { color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; }
.quiet-link:hover { text-decoration: underline; }

.welcome-note { display: grid; grid-template-columns: minmax(260px, .64fr) 1.36fr; gap: clamp(50px, 9vw, 130px); align-items: center; padding: 140px 0 165px; }
.welcome-letter { text-align: left; }
.welcome-copy { max-width: 800px; margin: 0 0 36px; font-family: var(--serif); font-size: clamp(34px, 5vw, 62px); line-height: 1.18; letter-spacing: -.03em; }
.signature { font-family: var(--serif); font-size: 18px; letter-spacing: .06em; }
.signature span { padding: 0 5px; color: var(--wine); font-family: var(--script); font-size: 25px; }
.photo-placeholder { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; color: var(--ivory); background: radial-gradient(circle at 72% 24%, rgba(175,119,116,.42), transparent 32%), linear-gradient(145deg, #68715f, #273124); box-shadow: 0 24px 55px rgba(58,43,31,.2); }
.photo-placeholder::before { content: ""; position: absolute; inset: 14px; border: 1px dashed rgba(255,250,241,.38); }
.photo-placeholder span, .photo-placeholder small { position: relative; z-index: 1; }
.photo-placeholder span { font-family: var(--script); font-size: 30px; line-height: 1; }
.photo-placeholder small { margin-top: 7px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.welcome-photo { width: min(100%, 380px); aspect-ratio: .76; justify-self: end; padding: 25px; border: 10px solid var(--ivory); transform: rotate(-3deg); }
.real-photo { position: relative; margin-block: 0; padding: 0; overflow: visible; background: var(--ivory); box-shadow: 0 24px 55px rgba(58,43,31,.2); }
.real-photo img { width: 100%; height: 100%; object-fit: cover; }
.real-photo figcaption { position: absolute; right: -28px; bottom: 24px; display: grid; min-width: 155px; padding: 16px 18px; color: var(--ivory); background: var(--wine); box-shadow: 0 12px 30px rgba(71,27,32,.24); transform: rotate(3deg); }
.real-photo figcaption span { font-family: var(--script); font-size: 25px; line-height: 1; }
.real-photo figcaption small { margin-top: 6px; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }

.story-section { width: min(1380px, calc(100% - 48px)); display: grid; grid-template-columns: .6fr 1.4fr; gap: 5vw; align-items: center; padding: 70px 0 170px; }
.story-heading h2 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(50px, 6vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.story-heading > p:last-child { max-width: 520px; color: var(--muted); font-size: 16px; }
.photo-collage { position: relative; min-height: 820px; }
.photo-slot { position: absolute; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; color: var(--ivory); background: linear-gradient(145deg, #6c7565, #273124); border: 10px solid var(--ivory); box-shadow: 0 20px 45px rgba(60,45,31,.17); }
.photo-slot::before { content: ""; position: absolute; inset: 14px; border: 1px dashed rgba(255,250,241,.35); }
.photo-slot span, .photo-slot small { position: relative; z-index: 1; }
.photo-slot span { font-family: var(--script); font-size: 32px; }
.photo-slot small { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.filled-photo { overflow: hidden; background: var(--moss); }
.filled-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,27,18,.72), transparent 42%); }
.filled-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.filled-photo span, .filled-photo small { z-index: 2; }
.masquerade-photo img { object-position: center 56%; }
.hallway-photo img { object-position: center 63%; }
.photo-slot-one { left: 0; top: 0; width: 47%; aspect-ratio: .78; transform: rotate(-4deg); }
.photo-slot-two { right: 0; top: 10%; width: 62%; aspect-ratio: 1.24; transform: rotate(3deg); }
.photo-slot-three { left: 29%; bottom: 0; width: 43%; aspect-ratio: 1; transform: rotate(-1deg); }

.wide-memory { position: relative; margin-top: -65px; margin-bottom: 125px; }
.wide-memory-photo { width: 78%; aspect-ratio: 2.15; margin-left: auto; padding: 32px; border: 12px solid var(--ivory); transform: rotate(1.2deg); }
.wide-memory-photo span { font-size: 38px; }
.wide-real-photo { padding: 0; overflow: hidden; background: var(--moss); box-shadow: 0 24px 55px rgba(58,43,31,.2); }
.wide-real-photo img { width: 100%; height: 100%; object-fit: cover; }
.wide-memory figcaption { position: absolute; left: 3%; bottom: 10%; display: grid; width: 260px; padding: 27px 24px; color: var(--ivory); background: var(--wine); box-shadow: 0 18px 45px rgba(71,27,32,.2); transform: rotate(-3deg); }
.wide-memory figcaption i { font-family: var(--script); font-size: 29px; font-style: normal; line-height: 1; }
.wide-memory figcaption span { margin-top: 12px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.day-section { width: min(1370px, calc(100% - 32px)); margin: 0 auto 145px; display: grid; grid-template-columns: .85fr 1.15fr; color: var(--ivory); background: var(--moss); }
.day-card { min-height: 720px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 70px 50px; text-align: center; border-right: 1px solid rgba(255,250,241,.18); }
.day-date { display: flex; align-items: center; gap: 18px; margin: 0 0 45px; }
.day-date span { font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.day-date strong { padding: 0 20px; border-inline: 1px solid rgba(255,250,241,.35); font-family: var(--serif); font-size: 94px; font-weight: 400; line-height: .8; }
.day-card h2 { margin-bottom: 12px; font-family: var(--serif); font-size: 68px; font-weight: 400; }
.day-card > p { max-width: 330px; color: rgba(255,250,241,.7); }
.outline-button { margin-top: 22px; color: inherit; background: transparent; border: 1px solid currentColor; }
.day-details { padding: 70px 8%; }
.day-details article { display: grid; grid-template-columns: 120px 1fr; gap: 12px 30px; padding: 38px 0; border-bottom: 1px solid rgba(255,250,241,.16); }
.day-details article:last-child { border-bottom: 0; }
.day-details span { grid-row: 1 / 3; color: #d8aaa5; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.day-details h3 { margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.day-details p { max-width: 520px; margin: 0; color: rgba(255,250,241,.67); font-size: 14px; }

.countdown-section { padding: 20px 0 150px; text-align: center; }
.countdown-section h2 { margin-bottom: 55px; font-family: var(--script); font-size: clamp(58px, 8vw, 106px); font-weight: 400; line-height: .8; }
.countdown { display: flex; justify-content: center; gap: clamp(30px, 8vw, 110px); }
.countdown div { min-width: 100px; }
.countdown strong { display: block; font-family: var(--serif); font-size: clamp(50px, 7vw, 92px); font-weight: 400; font-variant-numeric: tabular-nums; line-height: 1; }
.countdown span { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

.more-memories { position: relative; min-height: 760px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: start; padding: 20px 0 150px; }
.more-memories-heading { position: relative; z-index: 2; padding-top: 130px; }
.more-memories-heading h2 { max-width: 440px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 86px); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.memory-print { position: absolute; margin: 0; padding: 10px 10px 70px; background: var(--ivory); box-shadow: 0 24px 55px rgba(58,43,31,.2); }
.memory-print img { width: 100%; height: 100%; object-fit: cover; }
.memory-print figcaption { position: absolute; left: 20px; right: 20px; bottom: 14px; display: flex; align-items: baseline; justify-content: space-between; gap: 15px; color: var(--ink); }
.memory-print figcaption span { font-family: var(--script); font-size: 27px; line-height: 1; }
.memory-print figcaption small { color: var(--muted); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.memory-print-venice { z-index: 1; right: 25%; top: 15px; width: 43%; aspect-ratio: 1.32; transform: rotate(3deg); }
.memory-print-vail { z-index: 2; right: 2%; bottom: 95px; width: 28%; aspect-ratio: .76; transform: rotate(-4deg); }
.memory-print-vail img { object-position: center 42%; }

.rsvp-section { padding-bottom: 160px; }
.rsvp-card { position: relative; max-width: 790px; margin: 0 auto; padding: 85px 70px; text-align: center; background: var(--ivory); border: 1px solid #cfc2b1; box-shadow: 0 25px 70px rgba(82,57,39,.12); }
.rsvp-seal { width: 92px; height: 92px; margin: -42px auto 25px; object-fit: contain; opacity: .78; }
.rsvp-card::before, .rsvp-card::after { content: ""; position: absolute; width: 60px; height: 60px; border-color: var(--gold); opacity: .55; }
.rsvp-card::before { left: 14px; top: 14px; border-left: 1px solid; border-top: 1px solid; }
.rsvp-card::after { right: 14px; bottom: 14px; border-right: 1px solid; border-bottom: 1px solid; }
.rsvp-card h2 { margin: -10px 0 18px; font-family: var(--serif); font-size: 92px; font-weight: 400; letter-spacing: .04em; }
.rsvp-card > p { max-width: 460px; margin: 0 auto 25px; color: var(--muted); }
.rsvp-form { display: grid; gap: 27px; margin-top: 48px; text-align: left; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-field { display: grid; gap: 9px; }
.form-field > span, .attendance-choice legend { color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.form-field small { margin-left: 6px; color: var(--muted); font-size: 9px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #b9ae9e; border-radius: 0; font: inherit; outline: 0; transition: border-color .2s, box-shadow .2s; }
.form-field textarea { min-height: 88px; resize: vertical; line-height: 1.55; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--wine); box-shadow: 0 1px 0 var(--wine); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #9a958b; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.attendance-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; border: 0; }
.attendance-choice legend { grid-column: 1 / -1; margin-bottom: 2px; }
.attendance-choice label { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 16px; border: 1px solid #cfc2b1; cursor: pointer; transition: border-color .2s, background .2s; }
.attendance-choice label:has(input:checked) { border-color: var(--wine); background: rgba(113,31,42,.06); }
.attendance-choice input { accent-color: var(--wine); }
.attendance-choice span { font-family: var(--serif); font-size: 17px; }
.attending-details { display: grid; gap: 27px; padding-top: 3px; }
.attending-details[hidden] { display: none; }
.rsvp-submit { min-height: 52px; margin-top: 6px; color: var(--ivory); background: var(--wine); border: 1px solid var(--wine); cursor: pointer; font: 600 12px var(--sans); letter-spacing: .12em; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.rsvp-submit:hover { color: var(--wine); background: transparent; transform: translateY(-2px); }
.rsvp-submit:active { transform: scale(.99); }

.thank-you-page { min-height: 100dvh; display: grid; place-items: center; padding: 24px; background-color: var(--moss); background-image: repeating-linear-gradient(2deg, rgba(255,250,241,.025) 0 1px, transparent 1px 4px), repeating-linear-gradient(92deg, rgba(0,0,0,.07) 0 1px, transparent 1px 5px); }
.thank-you-card { width: min(690px, 100%); padding: 80px 45px; text-align: center; background: var(--ivory); border: 1px solid #cfc2b1; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.thank-you-card > img { width: 96px; height: 96px; margin: 0 auto 25px; opacity: .78; }
.thank-you-card h1 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(46px, 7vw, 76px); font-weight: 400; line-height: 1; }
.thank-you-card > p { max-width: 470px; margin: 0 auto 35px; color: var(--muted); }

.travel-invitation { display: grid; grid-template-columns: 1fr 390px; gap: 10vw; align-items: center; padding: 80px 0 150px; }
.travel-invitation h2 { max-width: 650px; margin-bottom: 24px; font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.travel-invitation > div > p:last-child { max-width: 560px; color: var(--muted); }
.travel-card-link { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: center; padding: 48px; color: var(--ivory); background: var(--wine); text-decoration: none; box-shadow: 0 22px 60px rgba(71,27,32,.18); transform: rotate(2deg); transition: transform .3s; }
.travel-card-link:hover { transform: rotate(0) translateY(-5px); }
.travel-card-link > img { position: absolute; top: 20px; right: 20px; width: 106px; height: 106px; object-fit: contain; opacity: .82; }
.travel-card-link span { font-family: var(--script); font-size: 28px; }
.travel-card-link strong { font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1; }
.travel-card-link i { position: absolute; right: 28px; bottom: 25px; font-style: normal; }

.wedding-footer, .travel-footer { min-height: 280px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding: 70px max(24px, calc((100vw - var(--max)) / 2)); color: var(--ivory); background: var(--moss); }
.wedding-footer p, .travel-footer p { margin: 0; font-family: var(--serif); font-size: 42px; }
.wedding-footer p i, .travel-footer p i { color: #d8aaa5; font-family: var(--script); font-size: 35px; }
.wedding-footer span, .travel-footer span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.wedding-footer a { justify-self: end; font-size: 12px; }

/* Travel page */
.travel-page { background: #f4efe7; }
.travel-page main { overflow: hidden; }
.botanical-moment { position: relative; isolation: isolate; }
.botanical-moment > :not(.travel-botanical) { position: relative; z-index: 1; }
.travel-botanical { position: absolute; z-index: 0; pointer-events: none; user-select: none; filter: saturate(.78) sepia(.04); }
.travel-title { padding: 90px 0 95px; }
.botanical-moment-opening .travel-botanical-left { left: clamp(-315px, -17vw, -190px); bottom: -58px; width: clamp(280px, 26vw, 410px); opacity: .54; }
.botanical-moment-opening .travel-botanical-right { right: clamp(-335px, -18vw, -205px); top: -85px; width: clamp(300px, 28vw, 440px); opacity: .48; }
.back-link { display: inline-block; margin-bottom: 70px; font-size: 12px; font-weight: 600; text-decoration: none; }
.travel-title h1 { max-width: 900px; margin: 0 0 32px; font-family: var(--serif); font-size: clamp(72px, 11vw, 148px); font-weight: 400; line-height: .78; letter-spacing: -.06em; }
.travel-title > p:last-child { max-width: 650px; margin-left: auto; color: var(--muted); font-size: 18px; }
.travel-index { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 120px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.travel-index a { min-height: 110px; display: flex; align-items: center; gap: 18px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .2s, background .2s; }
.travel-index a:hover { color: var(--ivory); background: var(--moss); }
.travel-index span { color: var(--wine); font-size: 11px; }
.travel-section { padding: 95px 0 120px; border-top: 1px solid var(--line); }
.travel-section > header { display: grid; grid-template-columns: 80px 1fr; align-items: baseline; margin-bottom: 60px; }
.travel-section > header > span { color: var(--wine); font-size: 12px; }
.travel-section > header h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 92px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.section-intro { max-width: 720px; margin: -20px 0 55px 80px; color: var(--muted); font-size: 17px; }
.travel-copy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; margin-left: 80px; }
.travel-lead { font-family: var(--serif); font-size: 28px; line-height: 1.35; }
.travel-lead p:last-child { color: var(--muted); font-family: var(--sans); font-size: 15px; }
.fact-list { margin: 0; }
.fact-list > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.fact-list dt { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.fact-list dd { margin: 0; font-family: var(--serif); font-size: 23px; }
.fact-list a { font-family: var(--sans); font-size: 12px; font-weight: 600; }

.hotel-rows { margin-left: 80px; }
.hotel-rows a { display: grid; grid-template-columns: 170px 1fr 1fr auto; gap: 25px; align-items: center; min-height: 105px; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.hotel-rows a:hover strong { color: var(--wine); }
.hotel-kind { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hotel-rows strong { font-family: var(--serif); font-size: 30px; font-weight: 400; transition: color .2s; }
.hotel-rows small { color: var(--muted); }

.guide-groups { margin-left: 80px; }
.botanical-moment-bogota .travel-botanical-bogota { left: clamp(-285px, -17vw, -170px); top: 115px; width: clamp(290px, 28vw, 430px); opacity: .34; transform: scaleX(-1) rotate(2deg); }
.guide-groups details { border-bottom: 1px solid var(--line); }
.guide-groups summary { display: grid; grid-template-columns: minmax(0, 1fr) 140px 28px; gap: 24px; align-items: center; min-height: 86px; cursor: pointer; list-style: none; }
.guide-groups summary::-webkit-details-marker { display: none; }
.guide-groups summary span { font-family: var(--serif); font-size: 34px; }
.guide-groups summary small { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.guide-groups summary::after { content: "+"; justify-self: end; font-family: var(--serif); font-size: 28px; }
.guide-groups details[open] summary::after { content: "−"; }
.link-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; padding: 0 0 35px; }
.link-list a { display: flex; justify-content: space-between; gap: 18px; align-items: center; min-height: 76px; padding: 13px 0; border-bottom: 1px solid rgba(32,36,29,.11); text-decoration: none; }
.link-list a:hover b { color: var(--wine); }
.link-list b, .link-list small { display: block; }
.link-list b { font-family: var(--serif); font-size: 22px; font-weight: 400; transition: color .2s; }
.link-list small { color: var(--muted); font-size: 12px; }
.link-list i { font-style: normal; }
.tour-notes { padding-bottom: 12px; }
.tour-note { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: end; padding: 28px 0; border-top: 1px solid rgba(32,36,29,.11); }
.tour-note:first-child { padding-top: 5px; border-top: 0; }
.tour-note h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.tour-note p { max-width: 720px; margin: 0; color: var(--muted); }
.tour-note .outline-button { color: var(--ink); }

.city-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; margin-left: 80px; }
.city-table > div { padding: 28px 0; border-bottom: 1px solid var(--line); }
.city-table span { display: block; margin-bottom: 5px; color: var(--wine); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.city-table strong { font-family: var(--serif); font-size: 38px; font-weight: 400; }
.city-table p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.safety-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin: 0 0 50px 80px; font-family: var(--serif); font-size: 25px; }
.compact-rules { display: grid; grid-template-columns: repeat(3, 1fr); margin-left: 80px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.compact-rules > div { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compact-rules strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.compact-rules p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.advisory-note { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin: 55px 0 0 80px; padding: 34px; color: var(--ivory); background: var(--moss); }
.advisory-note p { margin: 0; }
.advisory-note > div { display: grid; gap: 7px; }
.advisory-note a { font-size: 12px; font-weight: 600; }

.entry-list { margin: 0 0 0 80px; padding: 0; list-style: none; }
.entry-list li { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.entry-list span { font-family: var(--serif); font-size: 28px; }
.entry-list p { max-width: 720px; margin: 0; color: var(--muted); }
.back-to-wedding { padding: 100px 0 150px; text-align: center; }
.botanical-moment-closing { overflow: visible; }
.botanical-moment-closing .travel-botanical-corner { right: clamp(-205px, -11vw, -125px); bottom: 12px; width: clamp(380px, 38vw, 560px); opacity: .46; transform: rotate(-3deg); }
.back-to-wedding h2 { margin-bottom: 35px; font-family: var(--serif); font-size: clamp(48px, 7vw, 86px); font-weight: 400; }
.back-to-wedding .paper-button { color: var(--ivory); background: var(--wine); }
.official-tourism-note { display: flex; justify-content: center; align-items: baseline; gap: 18px; padding: 56px 0 0; border-top: 1px solid var(--line); }
.official-tourism-note span { color: var(--wine); font-family: var(--script); font-size: 25px; }
.official-tourism-note a { padding-bottom: 3px; border-bottom: 1px solid rgba(32,36,29,.35); font-size: 12px; font-weight: 600; text-decoration: none; transition: color .2s, border-color .2s; }
.official-tourism-note a:hover { color: var(--wine); border-color: var(--wine); }
.travel-footer { grid-template-columns: 1fr auto; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 64px; padding: 0 24px; }
  .menu-toggle { display: block; justify-self: end; }
  .site-header nav { position: fixed; inset: 64px 0 0; z-index: 9; display: none; flex-direction: column; justify-content: center; gap: 26px; color: var(--ink); background: var(--paper); }
  .site-header nav.open { display: flex; }
  .site-header nav a { font-family: var(--serif); font-size: 32px; font-weight: 400; }
  body.menu-open { overflow: hidden; }
  .invitation-hero { min-height: 100dvh; }
  .invitation-hero::after { background: linear-gradient(90deg, rgba(19,26,16,.86), rgba(19,26,16,.35)); }
  .invitation-copy { padding: 80px 0; }
  .welcome-note { grid-template-columns: 1fr; gap: 70px; }
  .welcome-photo { width: min(55vw, 370px); justify-self: start; margin-left: 8%; }
  .welcome-letter { max-width: 760px; }
  .story-section { grid-template-columns: 1fr; gap: 60px; }
  .story-heading { max-width: 650px; }
  .photo-collage { min-height: 760px; }
  .day-section { grid-template-columns: 1fr; }
  .day-card { min-height: 620px; border-right: 0; border-bottom: 1px solid rgba(255,250,241,.18); }
  .travel-invitation { grid-template-columns: 1fr; }
  .travel-card-link { width: min(420px, 100%); }
  .travel-title > p:last-child { margin-left: 0; }
  .travel-copy-grid { grid-template-columns: 1fr; gap: 40px; }
  .compact-rules { grid-template-columns: 1fr 1fr; }
  .botanical-moment-opening .travel-botanical-left { left: -235px; opacity: .38; }
  .botanical-moment-opening .travel-botanical-right { right: -255px; opacity: .32; }
  .botanical-moment-bogota .travel-botanical-bogota { left: -255px; opacity: .2; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 32px, var(--max)); }
  .gate-heading { top: 6vh; }
  .gate-heading h1 { font-size: 48px; }
  .envelope-stage { width: 100vw; margin-top: 76px; gap: 16px; }
  .envelope-scene { width: 100%; height: min(63vh, 620px); aspect-ratio: auto; box-shadow: none; }
  .envelope-state { object-fit: cover; object-position: center; }
  .open-envelope { padding: 12px 15px; font-size: 11px; white-space: nowrap; }
  .invitation-copy { width: calc(100% - 32px); margin-left: 16px; padding: 56px 0 60px; }
  .invitation-hero > picture img { object-position: 62% center; }
  .invitation-hero::after { background: linear-gradient(90deg, rgba(19,26,16,.91), rgba(19,26,16,.3)), linear-gradient(0deg, rgba(19,26,16,.6), transparent 60%); }
  .invitation-copy h2 { font-size: clamp(64px, 24vw, 96px); }
  .invitation-copy h2 { margin-bottom: 34px; }
  .invite-line { font-size: 17px; }
  .invite-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .welcome-note { padding: 100px 0 120px; }
  .welcome-note { gap: 52px; }
  .welcome-photo { width: 72vw; margin-left: 4%; border-width: 7px; padding: 20px; }
  .real-photo { padding: 0; }
  .real-photo figcaption { right: -18px; bottom: 18px; }
  .welcome-copy { font-size: 36px; }
  .story-section { padding: 30px 0 110px; }
  .story-heading h2 { font-size: 48px; }
  .photo-collage { min-height: 620px; }
  .photo-slot { border-width: 7px; padding: 16px; }
  .photo-slot span { font-size: 24px; }
  .photo-slot-one { width: 55%; }
  .photo-slot-two { top: 20%; width: 68%; }
  .photo-slot-three { left: 20%; width: 51%; }
  .wide-memory { width: 100%; margin-top: -35px; margin-bottom: 100px; overflow: hidden; padding: 25px 0 75px; }
  .wide-memory-photo { width: 92%; min-height: 310px; margin-left: 14%; aspect-ratio: auto; padding: 22px; border-width: 8px; }
  .wide-real-photo { padding: 0; }
  .wide-memory-photo span { font-size: 28px; }
  .wide-memory figcaption { left: 5%; bottom: 20px; width: 220px; padding: 23px 20px; }
  .wide-memory figcaption i { font-size: 25px; }
  .day-section { width: 100%; margin-bottom: 110px; }
  .day-card { min-height: 590px; padding: 60px 20px; }
  .day-date strong { font-size: 72px; }
  .day-card h2 { font-size: 52px; }
  .day-details { padding: 30px 24px 55px; }
  .day-details article { grid-template-columns: 1fr; gap: 8px; }
  .day-details span { grid-row: auto; }
  .day-details h3 { font-size: 31px; }
  .countdown-section { padding-bottom: 110px; }
  .countdown { gap: 18px; }
  .countdown div { min-width: 72px; }
  .countdown strong { font-size: 44px; }
  .more-memories { min-height: 760px; display: block; padding: 15px 0 100px; overflow: hidden; }
  .more-memories-heading { padding-top: 0; }
  .more-memories-heading h2 { font-size: 50px; }
  .memory-print-venice { left: 2%; right: auto; top: 190px; width: 88%; }
  .memory-print-vail { right: -3%; bottom: 45px; width: 52%; }
  .memory-print { padding: 7px 7px 55px; }
  .memory-print figcaption { left: 14px; right: 14px; bottom: 11px; }
  .memory-print figcaption span { font-size: 23px; }
  .rsvp-section { padding-bottom: 110px; }
  .rsvp-card { padding: 70px 24px; }
  .rsvp-card h2 { font-size: 70px; }
  .rsvp-form { gap: 23px; margin-top: 38px; }
  .form-row, .attendance-choice { grid-template-columns: 1fr; gap: 12px; }
  .travel-invitation { padding: 40px 0 110px; gap: 45px; }
  .travel-invitation h2 { font-size: 48px; }
  .travel-card-link { min-height: 280px; padding: 36px; }
  .travel-card-link > img { top: 16px; right: 16px; width: 86px; height: 86px; }
  .travel-card-link strong { font-size: 40px; }
  .wedding-footer, .travel-footer { grid-template-columns: 1fr; align-items: start; min-height: 310px; }
  .wedding-footer a { justify-self: start; }
  .travel-title { padding: 60px 0 70px; }
  .botanical-moment-opening .travel-botanical-left { left: -112px; bottom: -30px; width: 190px; opacity: .22; }
  .botanical-moment-opening .travel-botanical-right { right: -120px; top: 25px; width: 200px; opacity: .18; }
  .botanical-moment-bogota .travel-botanical-bogota { display: none; }
  .botanical-moment-closing .travel-botanical-corner { right: -135px; bottom: 8px; width: 290px; opacity: .22; }
  .back-link { margin-bottom: 50px; }
  .travel-title h1 { font-size: 70px; }
  .travel-index { grid-template-columns: 1fr 1fr; margin-bottom: 80px; }
  .travel-index a { min-height: 88px; padding: 18px; }
  .travel-section { padding: 70px 0 85px; }
  .travel-section > header { grid-template-columns: 42px 1fr; margin-bottom: 45px; }
  .travel-section > header h2 { font-size: 50px; }
  .section-intro, .travel-copy-grid, .hotel-rows, .guide-groups, .city-table, .safety-intro, .compact-rules, .advisory-note, .entry-list { margin-left: 0; }
  .section-intro { margin-top: -12px; }
  .fact-list > div { grid-template-columns: 115px 1fr; }
  .hotel-rows a { grid-template-columns: 1fr auto; gap: 4px 20px; padding: 24px 0; }
  .hotel-kind, .hotel-rows small { grid-column: 1; }
  .hotel-rows i { grid-column: 2; grid-row: 1 / 4; }
  .link-list { grid-template-columns: 1fr; }
  .guide-groups summary span { font-size: 27px; }
  .guide-groups summary { grid-template-columns: minmax(0, 1fr) 78px 22px; gap: 12px; }
  .tour-note { grid-template-columns: 1fr; gap: 10px; }
  .city-table { grid-template-columns: 1fr; }
  .safety-intro { grid-template-columns: 1fr; gap: 16px; }
  .compact-rules { grid-template-columns: 1fr; border-left: 0; }
  .compact-rules > div { min-height: auto; padding: 25px 0; border-right: 0; }
  .advisory-note { grid-template-columns: 1fr; gap: 28px; padding: 25px; }
  .entry-list li { grid-template-columns: 1fr; gap: 8px; }
  .official-tourism-note { align-items: center; flex-direction: column; gap: 8px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
