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

:root {
  --maroon: #651b21; --maroon-dark: #30090d; --temple-gold: #c39345;
  --sandal: #f5ead3; --leaf: #31553d; --garden-ink: #173326;
  --cream: #fffaf0; --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #2f1712; background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
body.cover-closed { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
i { font-weight: 400; }

.opening { position: fixed; z-index: 100; inset: 0; overflow: hidden; padding: 0; border: 0; opacity: 1; cursor: pointer; background: linear-gradient(180deg, rgba(0,0,0,.03) 0%, transparent 57%, rgba(0,0,0,.42) 100%), url('photos/cover-photo.jpg') center / cover no-repeat; transition: opacity .9s ease, visibility .1s linear .9s; }
.opening.is-open { visibility: hidden; opacity: 0; pointer-events: none; }
.opening-glow { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.14)); }
.gate { position: absolute; top: 0; bottom: 0; width: 50%; background: linear-gradient(90deg, rgba(65,10,14,.2), rgba(65,10,14,.03)); border: 0; box-shadow: none; transition: transform 1.55s cubic-bezier(.76,0,.24,1); }
.gate-right { background: linear-gradient(270deg, rgba(65,10,14,.16), rgba(65,10,14,.02)); }
.gate-left { left: 0; transform-origin: left; }
.gate-right { right: 0; transform-origin: right; }
.is-open .gate-left { transform: translateX(-102%); }
.is-open .gate-right { transform: translateX(102%); }
.opening-card { position: absolute; z-index: 2; left: 50%; bottom: clamp(34px,7vh,76px); width: min(94vw, 1120px); padding: 0; transform: translateX(-50%); text-align: center; color: rgba(255,245,225,.78); background: transparent; border: 0; box-shadow: none; transition: opacity .4s ease, transform .7s ease; }
.is-open .opening-card { opacity: 0; transform: translate(-50%,28px) scale(.97); }
.kolam-mark { color: #efc878; font-size: 27px; }
.eyebrow, .mini-kicker { margin: 12px 0; text-transform: uppercase; letter-spacing: .24em; font-size: 11px; font-weight: 600; }
.opening-blessing { margin: 8px 0 2px; color: #8c6129; text-transform: uppercase; letter-spacing: .22em; font-size: 9px; font-weight: 600; }
.swamigal-name { margin: 0 0 13px; color: var(--maroon); font-family: var(--display); font-size: clamp(20px,3vw,29px); font-weight: 600; }
.opening-together { margin: 0 0 7px; color: #7a6048; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }
.opening-parents { display: flex; align-items: center; justify-content: center; gap: 12px; color: #5d271f; font-family: var(--display); font-size: clamp(16px,2.3vw,22px); font-weight: 500; }
.opening-parents i { color: #b07b33; }
.opening-parents b { color: #a6783a; text-transform: uppercase; letter-spacing: .15em; font-family: var(--sans); font-size: 7px; }
.opening-invite { margin: 9px 0 12px; color: #745d49; font-family: var(--display); font-size: 15px; }
.opening-name { display: block; margin: 0; color: rgba(255,246,230,.8); font-family: var(--display); font-size: clamp(42px,8vw,100px); font-weight: 500; line-height: 1; text-shadow: 0 3px 26px rgba(0,0,0,.76); }
.opening-card h1 i { color: var(--temple-gold); }
.opening-weds { display: inline-block; margin: 0 clamp(8px,1.5vw,20px); color: rgba(242,209,146,.8); font-family: var(--sans); font-size: clamp(8px,1vw,11px); font-style: normal; font-weight: 600; letter-spacing: .3em; vertical-align: middle; text-transform: uppercase; }
.opening-rule { display: flex; align-items: center; gap: 12px; color: #d7aa60; letter-spacing: .2em; font-size: 12px; }
.opening-rule::before, .opening-rule::after { content: ""; flex: 1; height: 1px; background: #cfa95f; }
.opening-quote { max-width: 430px; margin: 22px auto 9px; color: #fff4df; font-family: var(--display); font-size: clamp(20px,2.3vw,27px); font-style: italic; line-height: 1.3; }
.opening-subquote { margin: 0 0 26px; color: #e0c79d; font-size: 9px; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.open-button, .quiet-open { cursor: pointer; }
.open-button { display: inline-flex; align-items: center; gap: 24px; border: 0; background: #f3dfba; color: #52141a; padding: 14px 20px 14px 24px; border-radius: 999px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.open-button b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.14); }
.quiet-open { display: block; margin: 14px auto 0; border: 0; background: none; color: #ddc295; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }

.floating-nav { position: fixed; z-index: 30; top: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 4px; padding: 5px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(31,17,12,.6); backdrop-filter: blur(14px); box-shadow: 0 9px 35px rgba(0,0,0,.16); }
.floating-nav a { padding: 9px 15px; border-radius: 999px; color: #fff7e8; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.floating-nav a:hover, .floating-nav a:focus-visible { background: rgba(255,255,255,.14); outline: none; }
.music-switcher { position: fixed; z-index: 31; right: 18px; bottom: 18px; display: flex; gap: 4px; padding: 5px; border-radius: 999px; background: rgba(255,250,239,.9); border: 1px solid rgba(124,87,37,.18); backdrop-filter: blur(12px); box-shadow: 0 10px 35px rgba(37,17,7,.15); }
.music-switcher button { border: 0; background: transparent; color: #573c2d; border-radius: 999px; padding: 9px 12px; cursor: pointer; font-size: 10px; }
.music-switcher button.active { background: var(--maroon); color: white; }

.wedding-hero { min-height: 100svh; position: relative; display: grid; place-items: center; padding: 100px 24px 70px; color: white; background: linear-gradient(90deg, rgba(36,6,7,.72), rgba(49,8,9,.2), rgba(36,6,7,.72)), url('wedding-temple-hero.png') center / cover no-repeat; }
.temple-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,4,5,.52), transparent 35%, rgba(34,5,6,.62)); }
.wedding-hero::before, .wedding-hero::after { content: ""; position: absolute; top: 4%; bottom: 4%; width: 11px; border: 1px solid rgba(230,191,111,.54); }
.wedding-hero::before { left: 3%; border-right: 0; }
.wedding-hero::after { right: 3%; border-left: 0; }
.hero-content { position: relative; width: min(94vw,940px); text-align: center; text-shadow: 0 3px 25px rgba(0,0,0,.56); }
.eyebrow.gold { color: #f6d89c; }
.hero-blessing { margin: 0 0 18px; color: #f5d796; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; }
.hero-blessing span { display: block; margin-top: 8px; color: #fff1ce; font-family: var(--display); font-size: clamp(26px,3.3vw,36px); font-weight: 600; letter-spacing: .03em; text-transform: none; }
.hero-parents { margin: 0; color: #fff3dc; font-family: var(--display); font-size: clamp(22px,2.8vw,30px); }
.hero-parents i { color: #e8bc67; }
.hero-parents b { display: inline-block; margin: 0 10px; color: #e6c992; text-transform: uppercase; letter-spacing: .15em; font-family: var(--sans); font-size: 10px; }
.hero-invite { margin: 9px 0 15px; color: #f4e8d5; font-family: var(--display); font-size: clamp(18px,2.1vw,22px); }
.hero-content h2 { margin: 13px 0; font-family: var(--display); font-size: clamp(70px,12vw,148px); font-weight: 500; line-height: .78; }
.hero-content h2 i { color: #e5bd70; }
.full-couple-heading { display: flex; flex-direction: column; gap: 8px; align-items: center; font-size: clamp(38px,5.7vw,66px) !important; line-height: .98 !important; }
.full-couple-heading i { font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; }
.full-names { margin: 25px 0 0; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.silk-rule { display: flex; align-items: center; width: min(460px,80vw); margin: 25px auto; color: #e6bd6f; }
.silk-rule::before, .silk-rule::after { content: ""; flex: 1; height: 1px; background: currentColor; opacity: .65; }
.silk-rule span { padding: 0 18px; }
.warm-copy { max-width: 680px; margin: 0 auto 28px; font-family: var(--display); font-size: clamp(22px,2.7vw,30px); line-height: 1.42; }
.hero-link { display: inline-block; padding: 13px 20px; border: 1px solid rgba(255,241,211,.65); border-radius: 999px; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }

.families-section { padding: 80px 24px; text-align: center; background: var(--sandal); background-image: radial-gradient(#c39b5d 0.65px, transparent .65px); background-size: 12px 12px; }
.mini-kicker { color: #986326; }
.families-grid { max-width: 1000px; margin: 38px auto 0; display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; gap: 25px; }
.families-grid article span { display: block; margin-bottom: 10px; color: #846850; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.families-grid h3 { margin: 0; color: var(--maroon); font-family: var(--display); font-size: clamp(28px,4vw,42px); font-weight: 500; }
.families-grid h3 i { color: var(--temple-gold); }
.family-mark { width: 104px; height: 104px; display: grid; place-items: center; border: 1px solid #b77d37; border-radius: 50%; color: var(--maroon); font-family: var(--display); font-size: 25px; box-shadow: inset 0 0 0 7px rgba(183,125,55,.08); }
.family-mark span { color: #b77d37; }

.countdown-section { display: grid; grid-template-columns: minmax(250px,.8fr) 1.3fr; gap: 50px; align-items: center; padding: 55px max(6vw,24px); color: white; background: var(--maroon); }
.countdown-heading span { color: #e4be7a; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }
.countdown-heading h3 { margin: 4px 0; font-family: var(--display); font-size: clamp(38px,5vw,62px); font-weight: 500; }
.countdown-heading p { margin: 0; color: #ead6be; font-size: 12px; }
.countdown-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.countdown-cell { text-align: center; border-left: 1px solid rgba(255,224,168,.25); }
.countdown-cell strong { display: block; font-family: var(--display); font-size: clamp(34px,5vw,66px); font-weight: 400; }
.countdown-cell span { color: #e0bb78; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }

.wedding-events { padding: 100px max(6vw,24px); background: #fffaf0; }
.section-intro, .garden-header { max-width: 680px; margin: 0 auto 58px; text-align: center; }
.section-number { display: block; color: #b58548; font-family: var(--display); font-size: 14px; }
.section-intro h3, .garden-header h3, .gallery-heading h3 { margin: 4px 0 12px; font-family: var(--display); font-size: clamp(48px,7vw,76px); font-weight: 500; line-height: .95; }
.section-intro h3 i, .garden-header h3 i, .gallery-heading h3 i { color: #b47640; }
.section-intro > p:last-child, .garden-header > p:last-child, .gallery-heading > p:last-child { color: #806b58; font-family: var(--display); font-size: 20px; }
.event-timeline { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.event-card { min-height: 255px; display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 25px; border: 1px solid #dfc79c; background: #fffdf7; box-shadow: 0 14px 40px rgba(79,44,14,.06); }
.event-card.featured { transform: translateY(-14px); background: var(--sandal); }
.event-date { text-align: center; color: var(--maroon); }
.event-date strong { display: block; font-family: var(--display); font-size: 49px; font-weight: 500; line-height: 1; }
.event-date span { font-size: 8px; letter-spacing: .12em; }
.event-type { margin: 0 0 5px; color: #9b7135; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.event-card h4 { margin: 0 0 5px; color: var(--maroon); font-family: var(--display); font-size: 34px; font-weight: 500; }
.event-card p:not(.event-type) { margin: 0 0 17px; font-size: 12px; font-weight: 600; }
.event-card small { color: #7e6957; font-family: var(--display); font-size: 17px; line-height: 1.35; }
.festivity-music { max-width: 1120px; margin: 26px auto 0; padding: 18px 24px; display: flex; justify-content: center; align-items: center; gap: 16px; text-align: center; color: var(--maroon); border: 1px solid #d8b97b; background: #f6e4bd; box-shadow: 0 12px 30px rgba(92,52,18,.08); }
.festivity-music span { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.festivity-music strong { font-family: var(--display); font-size: clamp(22px,3vw,30px); font-weight: 600; }
.venue-card { min-height: 340px; max-width: 1120px; margin: 55px auto 0; padding: clamp(42px,6vw,72px); display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 25px; color: white; background: linear-gradient(90deg,rgba(10,13,16,.78),rgba(10,13,16,.56) 58%,rgba(10,13,16,.48)),url('photos/ratnagiri-temple-venue.jpg') center 38% / cover no-repeat; border: 1px solid rgba(255,255,255,.28); border-radius: 3px; box-shadow: 0 22px 55px rgba(43,31,20,.18); }
.venue-symbol { color: #e0b76d; font-size: 38px; }
.venue-card h4, .garden-venue h4 { margin: 7px 0; font-family: var(--display); font-size: clamp(30px,4vw,44px); font-weight: 500; line-height: .95; }
.venue-card h4 { text-shadow: 0 2px 18px rgba(0,0,0,.55); }
.venue-card p { color: rgba(255,255,255,.86); font-size: 12px; text-shadow: 0 1px 10px rgba(0,0,0,.65); }
.venue-card a { background: rgba(8,10,12,.3); box-shadow: 0 10px 28px rgba(0,0,0,.2); backdrop-filter: blur(3px); }
.venue-card a, .garden-venue a { padding: 13px 18px; border: 1px solid currentColor; border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }

.chapter-transition { min-height: 280px; position: relative; display: grid; place-items: center; padding: 60px 24px; text-align: center; color: white; background: linear-gradient(130deg, #4d1519, #8d6541 48%, #45614a); overflow: hidden; }
.chapter-transition::before { content: ""; position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 15% 50%, #ffc2b3, transparent 25%), radial-gradient(circle at 85% 50%, #d7efbd, transparent 25%); }
.transition-copy { position: relative; }
.transition-copy span { display: block; text-transform: uppercase; letter-spacing: .25em; font-size: 10px; }
.transition-copy b { display: block; margin-top: 8px; font-family: var(--display); font-size: clamp(42px,7vw,78px); font-weight: 400; }
.transition-copy p { max-width: 590px; margin: 15px auto 0; color: #f2e7d5; font-family: var(--display); font-size: 20px; }

.reception-hero { min-height: 100svh; position: relative; display: grid; place-items: center; padding: 90px 24px; background: linear-gradient(rgba(26,54,34,.14), rgba(26,54,34,.24)), url('reception-botanical-hero.png') center / cover no-repeat; }
.garden-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,44,27,.4), transparent 40% 60%, rgba(17,44,27,.4)); }
.reception-panel { position: relative; width: min(92vw,920px); padding: clamp(35px,5.5vw,66px); text-align: center; color: var(--garden-ink); background: rgba(255,251,239,.93); border: 1px solid rgba(197,151,92,.6); border-radius: 170px 170px 18px 18px / 70px 70px 18px 18px; box-shadow: 0 30px 85px rgba(17,39,24,.25), inset 0 0 0 8px rgba(119,147,111,.08); backdrop-filter: blur(6px); }
.reception-panel h3 { margin: 4px 0; font-family: var(--display); font-size: clamp(60px,9vw,98px); font-weight: 500; line-height: .82; }
.reception-panel h3 i { color: #b27179; }
.botanical-rule { display: flex; align-items: center; margin: 28px 0; color: #b9884f; }
.botanical-rule::before, .botanical-rule::after { content: ""; height: 1px; flex: 1; background: currentColor; }
.botanical-rule span { padding: 0 18px; font-size: 24px; }
.reception-date { margin: 0; font-family: var(--display); font-size: 24px; }
.reception-time { margin: 7px 0 24px; color: #8f5e63; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.reception-welcome { max-width: 590px; margin: -3px auto 18px; color: #5f705f; font-family: var(--display); font-size: 18px; line-height: 1.35; }
.reception-summary-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 12px; margin-top: 28px; }
.reception-item { min-height: 180px; padding: 25px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #b8c3ad; background: rgba(255,255,250,.72); border-radius: 4px; }
.reception-item > span { color: #8b6b43; text-transform: uppercase; letter-spacing: .19em; font-size: 8px; }
.reception-item h4 { margin: 8px 0 4px; color: var(--garden-ink); font-family: var(--display); font-size: clamp(26px,3vw,36px); font-weight: 500; line-height: .96; }
.reception-item p { margin: 3px 0 14px; color: #687868; font-family: var(--display); font-size: 16px; }
.reception-item a { align-self: center; padding: 10px 15px; border: 1px solid var(--leaf); border-radius: 999px; color: var(--leaf); text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: 8px; }
.concert-summary { color: white; background: var(--leaf); border-color: var(--leaf); }
.concert-summary > span, .concert-summary h4, .concert-summary p { color: white; }
.garden-music { align-self: center; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; padding: 10px 15px; color: white; background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }

.reception-details { padding: 100px max(6vw,24px); background: #f4f3e8; background-image: radial-gradient(#b7bea9 .7px, transparent .7px); background-size: 14px 14px; }
.garden-header { color: var(--garden-ink); }
.garden-header .mini-kicker { color: #788d72; }
.garden-header h3 i { color: #b26972; }
.reception-grid { max-width: 1030px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.concert-card, .garden-venue { min-height: 310px; padding: 48px; display: flex; flex-direction: column; justify-content: center; border-radius: 150px 150px 8px 8px / 50px 50px 8px 8px; }
.concert-card { color: white; text-align: center; background: var(--leaf); }
.concert-icon { font-size: 34px; color: #e5c58e; }
.concert-card p { margin: 10px 0 3px; color: #d5dfd0; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.concert-card h4 { margin: 0 0 15px; font-family: var(--display); font-size: clamp(38px,5vw,58px); font-weight: 500; }
.concert-card small { color: #d8e1d3; font-family: var(--display); font-size: 18px; }
.garden-venue { align-items: flex-start; border: 1px solid #aabb9f; background: rgba(255,255,250,.75); }
.garden-venue p { color: #6e7f6c; font-size: 12px; }
.garden-venue a { margin-top: 18px; color: var(--leaf); }

.gallery-section { padding: 100px max(5vw,20px); background: #fffaf2; }
.gallery-heading { max-width: 700px; margin: 0 auto 50px; text-align: center; color: #263b2d; }
.photo-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; align-items: center; }
.photo-grid button { position: relative; grid-column: span 4; height: 560px; padding: 0; border: 0; background: #eee; overflow: hidden; cursor: zoom-in; }
.photo-grid button:nth-child(-n+2) { grid-column: span 6; height: 360px; }
.photo-grid button:nth-child(4) { height: 650px; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.photo-grid button:hover img { transform: scale(1.035); }
.photo-grid span { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px; color: white; background: rgba(25,22,16,.55); backdrop-filter: blur(6px); font-family: var(--display); font-size: 20px; }

footer { padding: 70px 24px 95px; text-align: center; color: #f8e9cd; background: var(--maroon-dark); }
.footer-monogram { display: block; font-family: var(--display); font-size: 54px; }
.footer-monogram i { color: #d6ae67; }
footer p { margin: 10px 0; font-family: var(--display); font-size: 21px; }
footer small { color: #c9aa77; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }

.lightbox { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 24px 70px; background: rgba(15,8,7,.94); }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-height: 92vh; text-align: center; }
.lightbox img { max-width: 82vw; max-height: 82vh; object-fit: contain; }
.lightbox figcaption { margin-top: 10px; color: #f0d9b2; font-family: var(--display); font-size: 18px; }
.lightbox-close, .lightbox-arrow { position: absolute; border: 0; color: white; background: transparent; cursor: pointer; }
.lightbox-close { top: 18px; right: 24px; font-size: 38px; }
.lightbox-arrow { top: 50%; transform: translateY(-50%); font-size: 54px; }
.lightbox-arrow.previous { left: 20px; }
.lightbox-arrow.next { right: 20px; }

@media (max-width: 800px) {
  .opening { background-position: 52% center; }
  .opening-card { bottom: 28px; width: 96vw; }
  .opening-name { font-size: clamp(38px,11vw,54px); }
  .opening-weds { margin: 0 7px; font-size: 7px; }
  .floating-nav { top: 10px; }
  .music-switcher { right: 10px; bottom: 10px; }
  .music-switcher button { padding: 8px 9px; }
  .countdown-section { grid-template-columns: 1fr; text-align: center; }
  .families-grid { grid-template-columns: 1fr; }
  .family-mark { margin: 0 auto; }
  .event-timeline { grid-template-columns: 1fr; }
  .event-card.featured { transform: none; }
  .venue-card { grid-template-columns: 52px 1fr; padding: 30px 25px; }
  .venue-card a { grid-column: 1 / -1; text-align: center; }
  .reception-grid, .photo-grid { grid-template-columns: 1fr; }
  .reception-summary-grid { grid-template-columns: 1fr; }
  .photo-grid button { grid-column: 1; height: min(125vw,650px); }
  .photo-grid button:nth-child(-n+2) { grid-column: 1; height: min(66vw,420px); }
}
@media (max-width: 520px) {
  .floating-nav a { padding: 8px 10px; font-size: 8px; }
  .wedding-hero { background-position: center; }
  .hero-content h2 { font-size: 67px; }
  .full-couple-heading { font-size: 36px !important; line-height: 1 !important; }
  .hero-parents b { display: block; margin: 4px 0; }
  .festivity-music { flex-direction: column; gap: 5px; }
  .full-names { line-height: 1.8; }
  .families-section, .wedding-events, .reception-details, .gallery-section { padding-top: 75px; padding-bottom: 75px; }
  .countdown-section { gap: 28px; }
  .countdown-cell strong { font-size: 34px; }
  .countdown-cell span { letter-spacing: .09em; font-size: 7px; }
  .event-card { grid-template-columns: 58px 1fr; padding: 25px 19px; gap: 15px; }
  .concert-card, .garden-venue { padding: 38px 28px; }
  .lightbox { padding: 50px 15px; }
  .lightbox img { max-width: 94vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
