:root {
  --onyx: #09090a;
  --cherry: #1c0d12;
  --merlot: #4a1020;
  --gold: #d6b46a;
  --light-gold: #e8d4a4;
  --ivory: #f7f1e8;
  --taupe: #b8a795;
  --white: #fff;
  --display: "Bodoni 72", Didot, "Bodoni MT", "Times New Roman", serif;
  --serif: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  --sans: "Avenir Next", Avenir, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shadow: 0 30px 80px rgba(0, 0, 0, .28);
  --nav-height: 78px;
  --nav-bottom-offset: 0px;
  --nav-gap: 38px;
  --nav-clearance: calc(var(--nav-height) + var(--nav-bottom-offset) + env(safe-area-inset-bottom, 0px) + var(--nav-gap));
  --anchor-gap: clamp(18px, 3vh, 32px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--anchor-gap); scroll-padding-bottom: var(--nav-clearance); background: var(--onyx); }
body { margin: 0; padding-bottom: calc(var(--nav-height) + var(--nav-bottom-offset) + env(safe-area-inset-bottom, 0px)); color: var(--ivory); background: var(--onyx); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.lightbox-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--light-gold); outline-offset: 4px; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: var(--onyx); background: var(--ivory); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.loading-screen { position: fixed; inset: 0; z-index: 999; display: grid; place-content: center; justify-items: center; gap: 22px; background: radial-gradient(circle at 50% 40%, #271117, var(--onyx) 52%); transition: opacity .8s ease, visibility .8s ease; }
.loading-screen.is-hidden { opacity: 0; visibility: hidden; }
.loading-screen p { margin: 0; color: var(--taupe); font-size: .65rem; letter-spacing: .28em; text-transform: uppercase; }
.loading-line { position: relative; width: 110px; height: 1px; overflow: hidden; background: rgba(214, 180, 106, .25); }
.loading-line::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform: translateX(-100%); animation: load 1.25s ease infinite; }
@keyframes load { 50%, 100% { transform: translateX(100%); } }

.monogram, .loading-mark { position: relative; display: grid; width: 70px; height: 70px; place-items: center; color: var(--light-gold); border: 1px solid rgba(214,180,106,.65); border-radius: 50%; font-family: var(--serif); box-shadow: 0 0 50px rgba(214,180,106,.18); }
.monogram span, .loading-mark span { font-size: 2rem; line-height: 1; transform: translateX(-5px); }
.monogram i, .loading-mark i { position: absolute; right: 16px; bottom: 11px; font-size: .8rem; font-style: normal; }
.hero { --hero-parallax: 0px; position: relative; min-height: 100svh; display: grid; place-items: center; isolation: isolate; overflow: hidden; }
.hero::after { content: ""; position: absolute; z-index: -1; top: -30%; left: 28%; width: 34%; height: 160%; opacity: 0; background: linear-gradient(108deg, transparent 16%, rgba(255,255,255,.025) 37%, rgba(232,212,164,.2) 49%, rgba(255,255,255,.045) 57%, transparent 75%); filter: blur(7px); mix-blend-mode: soft-light; pointer-events: none; transform: translateX(-190%) skewX(-10deg); animation: dressShimmer 19s ease-in-out infinite; }
.hero-image { position: absolute; inset: -2%; width: 104%; height: 106%; object-fit: cover; object-position: 55% center; z-index: -3; will-change: transform; animation: heroDrift 20s ease-in-out infinite; }
@keyframes heroDrift {
  0%, 100% { transform: translate3d(-.6%, calc(var(--hero-parallax) - 4px), 0) scale(1.04); }
  50% { transform: translate3d(.75%, calc(var(--hero-parallax) + 4px), 0) scale(1.085); }
}
@keyframes dressShimmer {
  0%, 2% { opacity: 0; transform: translateX(-190%) skewX(-10deg); }
  12% { opacity: .28; }
  24% { opacity: .62; }
  36% { opacity: .2; }
  42% { opacity: 0; transform: translateX(300%) skewX(-10deg); }
  42.01%, 100% { opacity: 0; transform: translateX(300%) skewX(-10deg); }
}
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(9,9,10,.92) 0%, rgba(9,9,10,.7) 42%, rgba(9,9,10,.23) 72%), linear-gradient(0deg, rgba(9,9,10,.9) 0%, transparent 38%, rgba(9,9,10,.3) 100%); }
.hero-content { width: min(1120px, calc(100% - 42px)); padding: 70px 0 100px; }
.hero .monogram { margin-bottom: 34px; }
.eyebrow, .kicker, .tiny-label { margin: 0 0 14px; color: var(--gold); font-size: .66rem; font-weight: 600; letter-spacing: .24em; line-height: 1.5; text-transform: uppercase; }
.hero h1 { max-width: 790px; margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 8vw, 7.9rem); font-weight: 400; letter-spacing: -.052em; line-height: .8; text-transform: uppercase; text-wrap: balance; }
.hero h1 span { display: block; margin-bottom: .13em; color: var(--light-gold); font-family: var(--serif); font-size: .43em; font-style: italic; letter-spacing: .015em; line-height: 1.05; text-transform: none; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-subtitle { margin: 24px 0 30px; font-family: var(--serif); font-size: clamp(1.2rem, 3vw, 1.9rem); font-style: italic; letter-spacing: .012em; }
.countdown { display: flex; width: min(440px, 100%); margin: 0 0 32px; border-block: 1px solid rgba(232,212,164,.26); }
.countdown div { flex: 1; padding: 16px 10px 13px; text-align: center; }
.countdown div + div { border-left: 1px solid rgba(232,212,164,.18); }
.countdown strong { display: block; font-family: var(--serif); font-size: clamp(1.7rem, 5vw, 2.4rem); font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown span { display: block; margin-top: 8px; color: var(--taupe); font-size: .55rem; letter-spacing: .17em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 16px; padding: 13px 20px; border: 1px solid transparent; border-radius: 0; font-size: .68rem; font-weight: 700; letter-spacing: .13em; line-height: 1.3; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--onyx); background: linear-gradient(105deg, #b99142, var(--light-gold), #c39d50); box-shadow: 0 13px 35px rgba(214,180,106,.16); }
.button-primary span, .button-light span, .button-outline span { font-size: 1rem; }
.button-outline { color: var(--light-gold); border-color: rgba(214,180,106,.6); background: transparent; }
.button-outline:hover { color: var(--onyx); background: var(--gold); }
.button-light { color: var(--onyx); background: var(--ivory); }
.scroll-cue { position: absolute; right: 32px; bottom: 42px; display: grid; width: 28px; height: 48px; place-items: start center; border: 1px solid rgba(255,255,255,.42); border-radius: 20px; }
.scroll-cue span { width: 3px; height: 8px; margin-top: 9px; border-radius: 5px; background: var(--gold); animation: scroll 2s ease infinite; }
@keyframes scroll { 50% { transform: translateY(18px); opacity: .2; } }
.gold-orbit { position: absolute; z-index: -1; border: 1px solid rgba(214,180,106,.22); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 420px; height: 420px; right: -200px; top: -60px; animation: orbit 16s linear infinite; }
.orbit-two { width: 170px; height: 170px; left: -90px; bottom: 6%; animation: orbit 12s linear infinite reverse; }
.gold-orbit::after { content: ""; position: absolute; top: 12%; left: 11%; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 22px var(--gold); }
@keyframes orbit { to { transform: rotate(360deg); } }

.section { position: relative; padding-top: clamp(90px, 12vw, 170px); padding-right: max(22px, calc((100vw - 1180px) / 2)); padding-bottom: calc(clamp(90px, 12vw, 170px) + var(--nav-clearance)); padding-left: max(22px, calc((100vw - 1180px) / 2)); scroll-margin-top: var(--anchor-gap); scroll-margin-bottom: var(--nav-clearance); }
.section-intro { max-width: 760px; margin-bottom: clamp(48px, 7.5vw, 90px); }
.section-intro h2, .gallery-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.75rem, 7vw, 6rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-wrap: balance; }
.section-intro h2::after { content: ""; display: block; width: 54px; height: 1px; margin-top: 25px; background: currentColor; opacity: .24; }
.section-intro h2 em, .gallery-heading h2 em { color: var(--gold); font-weight: 400; }
.section-intro > p:last-child { max-width: 590px; margin: 24px 0 0; color: var(--taupe); }
.welcome { color: var(--onyx); background: var(--ivory); }
.welcome .kicker { color: var(--merlot); }
.welcome-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(40px, 8vw, 110px); }
.welcome-photo { position: relative; margin: 0; }
.welcome-photo::before { content: ""; position: absolute; inset: -13px 13px 13px -13px; border: 1px solid var(--gold); opacity: .65; }
.welcome-photo img { position: relative; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 35%; box-shadow: 25px 25px 55px rgba(28,13,18,.18); }
.welcome-photo figcaption { margin-top: 24px; color: var(--merlot); font-family: var(--display); font-size: clamp(1.25rem, 2.3vw, 1.55rem); font-style: italic; letter-spacing: .015em; text-align: center; }
.welcome-letter { position: relative; max-width: 570px; }
.welcome-letter .quote-mark { height: 70px; color: var(--gold); font-family: var(--serif); font-size: 7rem; line-height: 1; opacity: .6; }
.welcome-letter .lead { margin-top: 0; font-family: var(--display); font-size: clamp(1.9rem, 4vw, 2.85rem); letter-spacing: -.02em; line-height: 1.12; }
.welcome-letter p { color: #41383a; line-height: 1.78; }
.welcome-letter .signature { margin: 28px 0; color: var(--onyx); }
.welcome-letter .signature em { color: var(--merlot); font-family: var(--serif); font-size: 1.75rem; }
.welcome-letter .button-outline { color: var(--merlot); border-color: var(--merlot); }
.welcome-letter .button-outline:hover { color: var(--ivory); background: var(--merlot); }
.button-status { min-height: 1.4em; margin: 8px 0 0; color: var(--taupe); font-size: .78rem; }

.itinerary-section { overflow: hidden; background: radial-gradient(circle at 88% 10%, rgba(74,16,32,.48), transparent 34%), linear-gradient(160deg, #0e090b, var(--onyx) 62%); }
.itinerary-section::after { content: "05"; position: absolute; top: 60px; right: max(22px, calc((100vw - 1180px) / 2)); color: rgba(214,180,106,.045); font-family: var(--display); font-size: clamp(10rem, 26vw, 24rem); line-height: .75; pointer-events: none; }
.itinerary-list { position: relative; z-index: 1; border-top: 1px solid rgba(214,180,106,.42); counter-reset: itinerary-day; }
.day-card { position: relative; border-bottom: 1px solid rgba(214,180,106,.28); counter-increment: itinerary-day; }
.day-card.current-day { margin-inline: -16px; padding-inline: 16px; background: linear-gradient(90deg, rgba(214,180,106,.08), transparent); border-left: 2px solid var(--gold); }
.day-card.current-day .day-badge { display: inline-flex; }
.day-toggle { position: relative; display: grid; width: 100%; grid-template-columns: 138px 1fr 44px; align-items: center; gap: 30px; padding: 38px 0; color: inherit; border: 0; background: transparent; text-align: left; cursor: pointer; }
.day-toggle::before { content: "0" counter(itinerary-day); position: absolute; top: 14px; right: 62px; color: rgba(232,212,164,.17); font-family: var(--display); font-size: .72rem; letter-spacing: .08em; }
.day-date { padding-right: 25px; border-right: 1px solid rgba(214,180,106,.2); }
.day-date span { display: block; margin-bottom: 4px; color: var(--gold); font-size: .58rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.day-date strong { display: block; color: var(--light-gold); font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.25rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.day-title p { margin: 0 0 5px; color: var(--taupe); font-size: .58rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.day-title h3 { margin: 0; font-family: var(--display); font-size: clamp(1.75rem, 4vw, 2.65rem); font-weight: 400; letter-spacing: -.025em; line-height: 1; transition: color .25s ease; }
.day-toggle:hover .day-title h3, .day-toggle[aria-expanded="true"] .day-title h3 { color: var(--light-gold); }
.day-badge { display: none; margin-top: 8px; padding: 3px 8px; color: var(--onyx); background: var(--gold); font-size: .5rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.toggle-icon { position: relative; width: 42px; height: 42px; border: 1px solid rgba(232,212,164,.42); border-radius: 50%; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.toggle-icon::before, .toggle-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 1px; background: var(--light-gold); transform: translate(-50%, -50%); transition: transform .25s ease; }
.toggle-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.day-toggle[aria-expanded="true"] .toggle-icon { border-color: var(--gold); background: rgba(214,180,106,.1); transform: rotate(180deg); }
.day-toggle[aria-expanded="true"] .toggle-icon::after { transform: translate(-50%, -50%) rotate(0); }
.day-content { overflow: hidden; }
.day-content[aria-hidden="true"] { display: none !important; height: 0 !important; visibility: hidden; overflow: hidden; }
.day-content[aria-hidden="false"] { display: block; animation: folioReveal .42s cubic-bezier(.2,.7,.2,1) both; }
@keyframes folioReveal { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.events { display: grid; gap: 0; margin: 0 0 44px 168px; padding: 10px clamp(24px, 5vw, 56px) 2px; color: var(--onyx); border-top: 3px solid var(--gold); background: linear-gradient(135deg, #fbf6ef, var(--ivory)); box-shadow: 0 28px 75px rgba(0,0,0,.28); counter-reset: itinerary-event; }
.event-card { position: relative; padding: clamp(30px, 5vw, 48px) 0; background: transparent; border: 0; counter-increment: itinerary-event; }
.event-card + .event-card { border-top: 1px solid rgba(74,16,32,.22); }
.event-card::before { content: "EVENT 0" counter(itinerary-event); display: block; margin-bottom: 12px; color: var(--merlot); font-size: .54rem; font-weight: 700; letter-spacing: .24em; }
.event-card h4 { max-width: 700px; margin: 0 0 17px; font-family: var(--display); font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.event-description { max-width: 760px; margin: 0 0 25px; color: #665a55; font-family: var(--serif); font-size: 1.02rem; line-height: 1.65; }
.event-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; margin: 0 0 18px; }
.event-facts div { padding-top: 11px; border-top: 1px solid rgba(74,16,32,.16); }
.event-facts dt { color: var(--merlot); font-size: .54rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.event-facts dd { margin: 4px 0 0; color: #342a2c; font-size: .86rem; }
.event-includes { margin: 22px 0; padding: 20px 22px; border-left: 2px solid var(--gold); background: rgba(74,16,32,.045); }
.event-includes p { margin: 0 0 9px; color: var(--merlot); font-size: .56rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.event-includes ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 20px; margin: 0; padding: 0; list-style: none; }
.event-includes li { position: relative; padding-left: 14px; color: #665a55; font-size: .82rem; }
.event-includes li::before { content: "◆"; position: absolute; left: 0; color: var(--merlot); font-size: .42rem; }
.calendar-button { width: auto; min-height: 42px; padding: 10px 15px; color: var(--merlot); border-color: rgba(74,16,32,.52); }
.calendar-button:hover { color: var(--ivory); border-color: var(--merlot); background: var(--merlot); }

.dress-section { color: var(--onyx); background: var(--ivory); overflow: hidden; }
.dress-section::after { content: "STYLE"; position: absolute; top: 30px; right: -40px; color: rgba(74,16,32,.035); font-family: var(--serif); font-size: clamp(8rem, 24vw, 22rem); line-height: 1; pointer-events: none; }
.dress-section .kicker { color: var(--merlot); }
.dress-section .section-intro > p:last-child { color: #6f625c; }
.dress-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 1px; padding: 1px; background: rgba(74,16,32,.18); }
.dress-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(34px, 5vw, 58px); overflow: hidden; border: 0; }
.dress-card:nth-child(2), .dress-card:nth-child(3) { min-height: 480px; }
.dress-card::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: repeating-linear-gradient(115deg, transparent 0 27px, rgba(255,255,255,.13) 28px 29px); pointer-events: none; }
.dress-card::after { content: ""; position: absolute; top: clamp(34px, 5vw, 58px); right: clamp(34px, 5vw, 58px); bottom: clamp(34px, 5vw, 58px); width: 1px; background: currentColor; opacity: .17; }
.dress-number { position: absolute; z-index: 0; top: 6px; left: clamp(28px, 4vw, 50px); font-family: var(--display); font-size: clamp(5.5rem, 10vw, 9rem); font-weight: 400; letter-spacing: -.08em; line-height: 1; opacity: .16; }
.dress-swatch { position: absolute; z-index: 2; top: clamp(30px, 4vw, 48px); right: clamp(30px, 4vw, 48px); width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 7px rgba(255,255,255,.15); }
.dress-card div { position: relative; z-index: 1; max-width: 460px; padding-right: 28px; }
.dress-card p { margin: 0 0 14px; font-size: .56rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.dress-card h3 { max-width: 440px; margin: 0 0 15px; font-family: var(--display); font-size: clamp(2.15rem, 4.2vw, 3.55rem); font-weight: 400; letter-spacing: -.04em; line-height: .93; }
.dress-description { display: block; max-width: 390px; font-size: .84rem; line-height: 1.55; opacity: .76; }
.dress-microcopy { display: block; max-width: 390px; margin-top: 28px; padding-top: 16px; border-top: 1px solid currentColor; font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.35; opacity: .9; }
.dress-white { color: var(--onyx); background: linear-gradient(135deg, #fff, #eee6db); }
.dress-red { color: var(--ivory); background: linear-gradient(135deg, #8a1532, #310813); }
.dress-pink { color: #3c101c; background: linear-gradient(135deg, #edb4c3, #f3d7da); }
.dress-atv { color: var(--ivory); background: linear-gradient(135deg, #756451, #1c1713); }

.details-section { background: linear-gradient(145deg, var(--cherry), var(--onyx) 55%); }
.details-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: stretch; }
.resort-card { min-height: 560px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 5vw, 50px); color: var(--onyx); background: linear-gradient(145deg, var(--light-gold), #b48d42); box-shadow: var(--shadow); }
.resort-card::after { content: ""; position: absolute; }
.resort-card-top { display: flex; justify-content: space-between; }
.resort-card .tiny-label { color: var(--merlot); }
.mini-monogram { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(9,9,10,.45); border-radius: 50%; font-family: var(--serif); }
.resort-card h3 { margin: 12px 0 24px; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.resort-card address { font-style: normal; }
.resort-stay-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; margin: 28px 0 0; }
.resort-stay-details div { padding-top: 10px; border-top: 1px solid rgba(9,9,10,.25); }
.resort-stay-details div:last-child { grid-column: 1 / -1; }
.resort-stay-details dt { color: rgba(9,9,10,.68); font-size: .54rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.resort-stay-details dd { margin: 3px 0 0; font-family: var(--serif); font-size: 1rem; }
.resort-stay-details a { text-underline-offset: 3px; }
.resort-card .button { align-self: flex-start; }
.detail-stack { display: grid; gap: 16px; }
.detail-card { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 27px; border: 1px solid rgba(214,180,106,.18); background: rgba(247,241,232,.035); }
.detail-icon { display: grid; width: 46px; height: 46px; place-items: center; color: var(--gold); border: 1px solid rgba(214,180,106,.45); border-radius: 50%; font-family: var(--serif); }
.detail-card h3 { margin: 0 0 9px; font-family: var(--display); font-size: 1.7rem; font-weight: 400; letter-spacing: -.025em; }
.detail-card p:last-of-type { margin: 0; color: var(--taupe); font-size: .9rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.contact-actions .button { min-height: 38px; padding: 8px 12px; }
.packing-card, .install-card { margin-top: 24px; padding: clamp(26px, 5vw, 48px); border: 1px solid rgba(214,180,106,.2); background: rgba(247,241,232,.045); }
.packing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.packing-heading h3, .install-card h3 { margin: 0; font-family: var(--display); font-size: clamp(2.15rem, 5vw, 3.9rem); font-weight: 400; letter-spacing: -.035em; line-height: .95; }
.packing-helper { max-width: 480px; margin: 15px 0 0; color: var(--taupe); font-family: var(--serif); font-size: .98rem; font-style: italic; }
.packing-heading > span { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; white-space: nowrap; }
.packing-progress-track { height: 2px; margin: 27px 0 34px; background: rgba(214,180,106,.16); }
.packing-progress-track span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .3s ease; }
.packing-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 36px; }
.packing-item { display: flex; gap: 12px; align-items: center; padding: 10px 0; color: var(--taupe); border-bottom: 1px solid rgba(214,180,106,.1); cursor: pointer; }
.packing-item input { position: absolute; opacity: 0; }
.checkmark { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border: 1px solid rgba(214,180,106,.5); }
.packing-item input:checked + .checkmark { color: var(--onyx); background: var(--gold); }
.packing-item input:checked + .checkmark::after { content: "✓"; font-size: .75rem; font-weight: 800; }
.packing-item input:checked ~ span:last-child { color: #7d7166; text-decoration: line-through; }
.packing-item input:focus-visible + .checkmark { outline: 2px solid var(--light-gold); outline-offset: 3px; }
.text-button { margin-top: 24px; padding: 0; color: var(--gold); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.install-card { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.install-card > div:first-child > p:last-child { max-width: 620px; margin-bottom: 0; color: var(--taupe); }
.install-help { grid-column: 1 / -1; border-top: 1px solid rgba(214,180,106,.18); }
.install-help summary { padding: 18px 0 0; color: var(--gold); cursor: pointer; }
.install-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; color: var(--taupe); }

.story-section { color: var(--onyx); background: var(--ivory); }
.story-section .kicker { color: var(--merlot); }
.story-section > .section-intro > p:last-child { color: #6f625c; }
.story-timeline { position: relative; display: grid; gap: clamp(80px, 10vw, 125px); }
.story-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(var(--gold), rgba(214,180,106,.1)); }
.story-item { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.story-item.reverse .story-image { grid-column: 2; }
.story-item.reverse > div:last-child { grid-column: 1; grid-row: 1; text-align: right; }
.story-image { position: relative; }
.story-image img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; box-shadow: 16px 20px 45px rgba(28,13,18,.17); }
.story-image span { position: absolute; right: -22px; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; color: var(--ivory); border-radius: 50%; background: var(--merlot); font-family: var(--serif); }
.story-item.reverse .story-image span { right: auto; left: -22px; }
.story-item > div:last-child p { margin: 0 0 10px; color: var(--merlot); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.story-item h3 { max-width: 470px; margin: 0; font-family: var(--display); font-size: clamp(2.35rem, 5vw, 4.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.story-item.reverse h3 { margin-left: auto; }
.gallery-section { margin-top: clamp(110px, 16vw, 190px); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 46px; }
.gallery-heading h2 { font-size: clamp(2.5rem, 6vw, 5.2rem); }
.gallery-heading > p { color: var(--merlot); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 14px; }
.gallery-item { position: relative; height: 500px; padding: 0; overflow: hidden; color: var(--white); border: 0; background: var(--cherry); cursor: zoom-in; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,9,10,.75), transparent 45%); }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item span { position: absolute; z-index: 1; left: 23px; bottom: 19px; font-family: var(--display); font-size: 1.35rem; font-style: italic; letter-spacing: .02em; }
.gallery-featured { height: 560px; margin-top: -30px; }
.gallery-blue-dress { grid-column: 1 / span 2; height: 620px; margin-top: 24px; background: #0b0a0b; }
.gallery-blue-dress img { object-fit: contain; }
.gallery-hollywood { grid-column: 3; height: 620px; margin-top: 24px; }

.footer { padding: 75px 24px calc(var(--nav-clearance) + 42px); color: var(--taupe); background: #060607; scroll-margin-bottom: var(--nav-clearance); text-align: center; }
.footer-mark { display: grid; width: 48px; height: 48px; margin: 0 auto 26px; place-items: center; color: var(--gold); border: 1px solid rgba(214,180,106,.5); border-radius: 50%; font-family: var(--serif); }
.footer p { margin: 5px 0; font-size: .8rem; }
.footer strong { color: var(--light-gold); font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.footer div:last-child { display: flex; justify-content: center; gap: 22px; margin-top: 20px; }
.footer a { color: var(--light-gold); font-size: .73rem; text-underline-offset: 4px; }
.bottom-nav { position: fixed; z-index: 50; right: 0; bottom: var(--nav-bottom-offset); left: 0; height: calc(var(--nav-height) + env(safe-area-inset-bottom, 0px)); display: flex; justify-content: center; padding: 8px 16px env(safe-area-inset-bottom, 0px); border-top: 1px solid rgba(214,180,106,.22); background: rgba(9,9,10,.9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.bottom-nav a { position: relative; display: grid; min-width: 72px; place-items: center; align-content: center; gap: 3px; color: #8f8377; text-decoration: none; }
.bottom-nav a::after { content: ""; position: absolute; top: -9px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.bottom-nav a.active { color: var(--light-gold); }
.bottom-nav a.active::after { width: 34px; }
.bottom-nav a > span { font-size: 1rem; line-height: 1; }
.bottom-nav small { font-size: .54rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: 60px minmax(0, 1fr) 60px; align-items: center; padding: 30px; visibility: hidden; opacity: 0; background: rgba(5,5,6,.96); transition: opacity .25s ease, visibility .25s ease; }
.lightbox.open { visibility: visible; opacity: 1; }
.lightbox figure { min-width: 0; margin: 0; text-align: center; }
.lightbox figure img { width: auto; max-width: 100%; max-height: 82vh; margin: auto; object-fit: contain; }
.lightbox figcaption { margin-top: 12px; color: var(--light-gold); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.lightbox button { color: var(--ivory); border: 1px solid rgba(214,180,106,.35); border-radius: 50%; background: rgba(9,9,10,.7); cursor: pointer; }
.lightbox-close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; font-size: 1.6rem; }
.lightbox-nav { width: 46px; height: 46px; font-size: 1.2rem; }
.noscript { position: fixed; z-index: 200; right: 10px; bottom: 90px; left: 10px; padding: 12px; color: var(--onyx); background: var(--light-gold); text-align: center; }
.load-fade { opacity: 0; transition: opacity .7s ease; }
.load-fade.is-loaded { opacity: 1; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .hero-content { padding-top: 60px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9,9,10,.9), rgba(9,9,10,.5)), linear-gradient(0deg, rgba(9,9,10,.95), transparent 52%, rgba(9,9,10,.4)); }
  .welcome-layout, .details-grid { grid-template-columns: 1fr; }
  .welcome-photo { width: min(86%, 500px); }
  .welcome-letter { margin-left: 8%; }
  .events { margin-left: 0; }
  .details-grid { gap: 16px; }
  .resort-card { min-height: 500px; }
  .gallery { grid-template-columns: repeat(5, minmax(78vw, 1fr)); grid-template-rows: 1fr; grid-auto-flow: column; margin-inline: -22px; padding: 25px 22px 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery-item, .gallery-featured, .gallery-blue-dress, .gallery-hollywood { grid-column: auto; height: min(115vw, 610px); margin-top: 0; scroll-snap-align: center; }
}

@media (max-width: 600px) {
  :root { --nav-height: 68px; --nav-gap: 32px; }
  body { font-size: 15px; }
  .hero-image { object-position: 42% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(9,9,10,.98) 0%, rgba(9,9,10,.9) 38%, rgba(9,9,10,.62) 57%, rgba(9,9,10,.2) 77%, rgba(9,9,10,.12) 100%), linear-gradient(90deg, rgba(9,9,10,.32), transparent 62%); }
  .hero-content { position: absolute; right: 18px; bottom: calc(var(--nav-height) + env(safe-area-inset-bottom, 0px) + 18px); left: 18px; width: auto; padding: 0; }
  .hero .monogram { width: 44px; height: 44px; margin-bottom: 14px; }
  .hero .monogram span { font-size: 1.3rem; }
  .hero .monogram i { right: 9px; bottom: 6px; font-size: .68rem; }
  .hero .eyebrow { max-width: none; margin-bottom: 9px; font-size: .62rem; letter-spacing: .18em; }
  .hero h1 { max-width: 340px; font-size: clamp(2.45rem, 11.6vw, 3.1rem); line-height: .82; }
  .hero-subtitle { margin: 11px 0 14px; font-size: 1.05rem; }
  .countdown { margin-bottom: 14px; }
  .countdown div { padding: 10px 4px 9px; }
  .countdown strong { font-size: 1.45rem; }
  .hero .button { min-height: 48px; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .section { padding-right: 22px; padding-left: 22px; }
  .welcome-photo { width: calc(100% - 12px); }
  .welcome-letter { margin-left: 0; }
  .welcome-letter .button { width: auto; }
  .day-toggle { grid-template-columns: 82px 1fr 40px; gap: 13px; padding: 28px 0; }
  .day-toggle::before { display: none; }
  .day-date { padding-right: 12px; }
  .day-date strong { font-size: 1.75rem; }
  .day-title p { letter-spacing: .17em; }
  .day-title h3 { font-size: 1.55rem; }
  .toggle-icon { width: 38px; height: 38px; }
  .events { margin-bottom: 32px; padding: 6px 20px 0; }
  .event-card { padding: 30px 0; }
  .event-card h4 { font-size: 1.9rem; }
  .event-facts, .event-includes ul { grid-template-columns: 1fr; }
  .dress-grid { grid-template-columns: 1fr; }
  .dress-card, .dress-card:nth-child(2), .dress-card:nth-child(3) { min-height: 365px; }
  .dress-card { padding: 34px 30px; }
  .dress-card::after { top: 34px; right: 30px; bottom: 34px; }
  .dress-card h3 { font-size: 2.3rem; }
  .dress-number { left: 25px; font-size: 6rem; }
  .dress-swatch { top: 33px; right: 30px; }
  .dress-microcopy { margin-top: 22px; }
  .detail-card { grid-template-columns: 40px 1fr; gap: 14px; padding: 22px 18px; }
  .detail-icon { width: 38px; height: 38px; }
  .contact-actions .button { width: auto; }
  .packing-list { grid-template-columns: 1fr; }
  .packing-heading { align-items: start; }
  .install-card { grid-template-columns: 1fr; }
  .install-columns { grid-template-columns: 1fr; gap: 2px; }
  .story-timeline { gap: 55px; }
  .story-section { scroll-margin-top: calc(-1 * var(--anchor-gap) - 16px); }
  .story-section .section-intro { margin-bottom: 0; }
  .story-timeline::before { left: 12px; }
  .story-item, .story-item.reverse { display: block; padding-left: 34px; }
  .story-item.reverse .story-image, .story-item.reverse > div:last-child { text-align: left; }
  .story-image span, .story-item.reverse .story-image span { top: 24px; right: auto; left: -44px; }
  .story-item > div:last-child { margin-top: 20px; }
  .story-item.reverse h3 { margin-left: 0; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 16px; }
  .footer div:last-child { flex-direction: column; gap: 8px; }
  .bottom-nav { justify-content: space-around; padding-inline: 5px; }
  .bottom-nav a { min-width: 0; flex: 1; }
  .bottom-nav small { font-size: .49rem; }
  .lightbox { grid-template-columns: 45px minmax(0,1fr) 45px; padding: 16px 8px; }
  .lightbox-nav { width: 38px; height: 38px; }
}

@media (min-width: 1100px) {
  :root { --nav-height: 64px; --nav-bottom-offset: 24px; --nav-gap: 42px; }
  .bottom-nav { right: 28px; left: auto; width: auto; height: var(--nav-height); padding: 6px 10px; border: 1px solid rgba(214,180,106,.22); }
  .bottom-nav a { min-width: 76px; }
  .bottom-nav a::after { top: -7px; }
  .footer { padding-bottom: calc(var(--nav-clearance) + 48px); }
}

@media (min-width: 900px) and (max-height: 850px) {
  .hero-content { padding-top: 28px; padding-bottom: 38px; }
  .hero .monogram { width: 60px; height: 60px; margin-bottom: 20px; }
  .hero .monogram span { font-size: 1.7rem; }
  .hero h1 { font-size: clamp(4rem, 6.3vw, 6rem); }
  .hero-subtitle { margin: 12px 0 16px; }
  .countdown { margin-bottom: 18px; }
}

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