@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&display=swap');

:root {
  --forest: #173a2b;
  --forest-deep: #0b2419;
  --forest-soft: #315744;
  --sage: #84967c;
  --sage-light: #d4ddcc;
  --powder: #aebfc3;
  --powder-light: #dce5e3;
  --clay: #a9684f;
  --sand: #cfb792;
  --tan: #c5aa7f;
  --brown: #765541;
  --cream: #eee5d6;
  --ivory: #f7f1e7;
  --ink: #20362b;
  --serif: 'Italiana', 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
::selection { background: var(--sage); color: var(--forest-deep); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-weight: 300; }
html, body { max-width: 100%; overflow-x: clip; }
img { max-width: 100%; }
.js body { opacity: 0; transition: opacity .45s ease; }
.js body.page-ready { opacity: 1; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.75; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }

.site-header { height: 124px; padding: 8px 5vw 0; display: flex; align-items: center; justify-content: space-between; position: fixed; top: 0; z-index: 20; width: 100%; color: var(--forest); transition: height .35s ease, padding .35s ease, background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.site-header.scrolled { height: 72px; background: rgba(238,229,214,.88); box-shadow: 0 10px 35px rgba(11,36,25,.12); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header.scrolled { padding-top: 0; }
.site-header.hero-header:not(.scrolled) { color: var(--cream); }
.site-header.hero-header:not(.scrolled) .monogram { color: var(--cream); }
.site-header.hero-header:not(.scrolled) .nav-toggle span { background: var(--cream); }
.scroll-progress { position: fixed; z-index: 60; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--clay), var(--sage), var(--powder)); transform: scaleX(0); transform-origin: left; will-change: transform; }
.monogram { position: relative; z-index: 25; display: inline-grid; place-items: center; width: 108px; height: 108px; padding: 9px; color: var(--forest); border: 1px solid rgba(118,85,65,.28); border-radius: 50%; background: radial-gradient(circle at 34% 28%, rgba(247,241,231,.96), rgba(207,183,146,.78) 58%, rgba(132,150,124,.58)); box-shadow: 0 8px 24px rgba(11,36,25,.14), inset 0 0 0 4px rgba(247,241,231,.2); transition: width .38s ease, height .38s ease, padding .38s ease, color .3s ease, transform .3s ease, box-shadow .3s ease; }
.site-header.scrolled .monogram { width: 56px; height: 56px; padding: 5px; }
.monogram::after { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(247,241,231,.48); border-radius: 50%; pointer-events: none; }
.monogram:hover { transform: rotate(-2deg) scale(1.055); box-shadow: 0 12px 30px rgba(11,36,25,.2), inset 0 0 0 4px rgba(247,241,231,.25); }
.monogram-logo { display: block; width: 100%; height: 100%; background: currentColor; filter: drop-shadow(0 1px 0 rgba(247,241,231,.25)); -webkit-mask: url('assets/branding/hl-monogram-bold.png') center / contain no-repeat; mask: url('assets/branding/hl-monogram-bold.png') center / contain no-repeat; }
.footer-mark .monogram-logo { -webkit-mask-image: url('assets/branding/hl-monogram.png'); mask-image: url('assets/branding/hl-monogram.png'); }
.site-header.hero-header:not(.scrolled) .monogram { color: var(--cream); background: radial-gradient(circle at 34% 28%, rgba(207,183,146,.25), rgba(49,87,68,.5) 58%, rgba(11,36,25,.78)); border-color: rgba(238,229,214,.42); box-shadow: 0 10px 34px rgba(0,0,0,.24), inset 0 0 0 4px rgba(238,229,214,.06); }
.site-nav { display: flex; gap: 38px; align-items: center; }
.site-nav a { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; padding: 10px 0; position: relative; }
.site-nav a::after { content: ''; position: absolute; left: 0; bottom: 3px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { width: 100%; }
.nav-toggle { display: none; background: none; border: 0; width: 34px; height: 34px; padding: 8px 3px; position: relative; z-index: 25; }
.nav-toggle span { display: block; height: 1px; width: 28px; background: var(--forest); margin: 7px 0; transition: transform .25s ease; }

.hero { min-height: 100vh; background: var(--forest-deep); display: grid; place-items: center; text-align: center; position: relative; overflow: hidden; padding: 130px 24px 90px; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: var(--clay); margin-bottom: 24px; }
.eyebrow.light { color: var(--sand); }
.hero .eyebrow { color: var(--sand); }
.hero h1 { color: var(--cream); font-size: clamp(64px, 10vw, 140px); letter-spacing: -.045em; line-height: .88; margin-bottom: 38px; text-shadow: 0 18px 60px rgba(0,0,0,.2); }
.hero h1 span { color: var(--tan); font-size: .65em; font-style: italic; display: inline-block; transform: translateY(-.08em); }
.hero-date { display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 42px; color: var(--sage-light); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.hero-date b { height: 1px; width: 38px; background: var(--tan); }
.hero .button-primary { background: var(--sand); color: var(--forest-deep); }
.hero .button-primary:hover { background: var(--cream); }
.button { display: inline-block; padding: 16px 25px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(25,45,34,.16); }
.button-primary { background: var(--forest); color: white; }
.button-primary:hover { background: var(--forest-deep); }
.button-muted { background: var(--sage-light); color: var(--forest); cursor: default; }
.button-muted:hover { transform: none; }
.button-light { background: var(--cream); color: var(--forest); }
.hero-orbit { position: absolute; border: 1px solid rgba(238,229,214,.13); border-radius: 50%; animation: hero-breathe 10s ease-in-out infinite alternate; }
.orbit-one { width: min(56vw, 760px); height: min(56vw, 760px); }
.orbit-two { width: min(72vw, 980px); height: min(72vw, 980px); animation-delay: -4s; }
.hero-aurora { position: absolute; inset: 0; overflow: hidden; }
.hero-aurora i { position: absolute; display: block; border-radius: 50%; filter: blur(3px); mix-blend-mode: screen; }
.hero-aurora i:nth-child(1) { width: 62vw; height: 62vw; max-width: 900px; max-height: 900px; left: -24vw; top: -26vw; background: radial-gradient(circle, rgba(169,104,79,.34), rgba(118,85,65,.1) 48%, transparent 70%); animation: hero-drift-one 17s ease-in-out infinite alternate; }
.hero-aurora i:nth-child(2) { width: 54vw; height: 54vw; max-width: 780px; max-height: 780px; right: -18vw; bottom: -28vw; background: radial-gradient(circle, rgba(132,150,124,.32), rgba(49,87,68,.08) 52%, transparent 72%); animation: hero-drift-two 20s ease-in-out infinite alternate; }
.hero-aurora i:nth-child(3) { width: 32vw; height: 32vw; left: 38%; top: 24%; background: radial-gradient(circle, rgba(207,183,146,.13), transparent 68%); animation: hero-glow 8s ease-in-out infinite alternate; }
.hero-stars { position: absolute; width: 3px; height: 3px; border-radius: 50%; left: 12%; top: 22%; background: rgba(238,229,214,.5); box-shadow: 17vw 7vh 0 rgba(207,183,146,.4), 31vw 45vh 0 rgba(212,221,204,.38), 45vw -4vh 0 rgba(238,229,214,.34), 60vw 20vh 0 rgba(207,183,146,.5), 73vw 48vh 0 rgba(212,221,204,.3), 82vw 2vh 0 rgba(238,229,214,.38), 8vw 56vh 0 rgba(207,183,146,.28), 52vw 60vh 0 rgba(238,229,214,.22); animation: hero-stars 6s ease-in-out infinite alternate; }
.botanical { position: absolute; width: 190px; height: 430px; opacity: .76; transform-origin: bottom center; }
.botanical-left { left: 3vw; bottom: -65px; transform: rotate(-16deg); }
.botanical-right { right: 1vw; top: 10%; transform: rotate(164deg); }
.vine-stem { position: absolute; inset: 0; display: block; }
.vine-stem::before, .vine-stem::after { content: ''; position: absolute; border: 1px solid rgba(212,221,204,.42); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; }
.vine-stem::before { width: 118px; height: 390px; left: 7px; top: 25px; transform: rotate(-8deg); }
.vine-stem::after { width: 72px; height: 215px; left: 80px; top: 28px; transform: rotate(18deg); border-color: rgba(212,221,204,.28); border-right-color: transparent; border-bottom-color: transparent; }
.botanical i { position: absolute; width: 49px; height: 22px; background: linear-gradient(135deg, rgba(132,150,124,.34), rgba(49,87,68,.12)); border: 1px solid rgba(212,221,204,.42); border-radius: 100% 0 100% 0; transform-origin: 0 50%; }
.botanical-left { animation: hero-branch-left 9s ease-in-out infinite alternate; }
.botanical-right { animation: hero-branch-right 11s ease-in-out infinite alternate; }
.botanical i:nth-of-type(1) { left: 30px; top: 329px; transform: rotate(-146deg); }
.botanical i:nth-of-type(2) { left: 66px; top: 273px; transform: rotate(34deg); }
.botanical i:nth-of-type(3) { left: 43px; top: 216px; transform: rotate(-139deg); }
.botanical i:nth-of-type(4) { left: 83px; top: 159px; transform: rotate(38deg); }
.botanical i:nth-of-type(5) { left: 57px; top: 103px; transform: rotate(-132deg) scale(.9); }
.botanical i:nth-of-type(6) { left: 96px; top: 55px; transform: rotate(43deg) scale(.78); }
.scroll-cue { position: absolute; bottom: 34px; color: var(--sage-light); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-cue span { width: 1px; height: 28px; background: var(--sand); }
.wedding-countdown { margin: -18px auto 34px; color: var(--cream); }
.wedding-countdown > p { margin: 0 0 11px; font-family: var(--serif); font-size: 13px; font-style: italic; letter-spacing: .04em; }
.wedding-countdown > div { display: flex; align-items: flex-start; justify-content: center; gap: 1px; }
.wedding-countdown span { min-width: 76px; padding: 0 16px; border-right: 1px solid rgba(238,229,214,.2); }
.wedding-countdown span:last-child { border-right: 0; }
.wedding-countdown strong, .wedding-countdown small { display: block; }
.wedding-countdown strong { font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; }
.wedding-countdown small { margin-top: 6px; font-size: 7px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

@keyframes hero-drift-one {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(8vw, 5vh, 0) scale(1.12); }
}
@keyframes hero-drift-two {
  0% { transform: translate3d(0, 0, 0) scale(1.08); }
  100% { transform: translate3d(-7vw, -4vh, 0) scale(.96); }
}
@keyframes hero-glow {
  0% { opacity: .45; transform: scale(.9); }
  100% { opacity: 1; transform: scale(1.14); }
}
@keyframes hero-stars {
  0% { opacity: .35; transform: translateY(0); }
  100% { opacity: .9; transform: translateY(-12px); }
}
@keyframes hero-breathe {
  0% { transform: scale(.98); opacity: .6; }
  100% { transform: scale(1.035); opacity: 1; }
}
@keyframes hero-branch-left {
  0% { transform: rotate(-18deg) translateY(0); }
  100% { transform: rotate(-12deg) translateY(-10px); }
}
@keyframes hero-branch-right {
  0% { transform: rotate(161deg) translateY(0); }
  100% { transform: rotate(167deg) translateY(10px); }
}

.section { padding: 130px max(6vw, 30px); }
.ambient-section { position: relative; isolation: isolate; overflow: hidden; }
.ambient-section > :not(.ambient-decor) { position: relative; z-index: 1; }
.ambient-decor { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; opacity: .72; }
.ambient-orb { position: absolute; border-radius: 50%; filter: blur(2px); will-change: transform; }
.ambient-orb-a { width: clamp(260px, 32vw, 520px); aspect-ratio: 1; top: -24%; right: -8%; background: radial-gradient(circle at 35% 35%, rgba(185,207,218,.38), rgba(185,207,218,.08) 52%, transparent 70%); animation: ambient-drift-a 16s ease-in-out infinite alternate; }
.ambient-orb-b { width: clamp(220px, 25vw, 420px); aspect-ratio: 1; bottom: -26%; left: -7%; background: radial-gradient(circle at 55% 45%, rgba(158,174,149,.28), rgba(215,196,167,.08) 55%, transparent 72%); animation: ambient-drift-b 19s ease-in-out infinite alternate; }
.ambient-sprig { position: absolute; width: 150px; height: 330px; border-left: 1px solid rgba(31,58,45,.18); transform-origin: bottom center; will-change: transform; }
.ambient-sprig-a { left: 5%; top: 8%; transform: rotate(-24deg); animation: ambient-sway-a 9s ease-in-out infinite alternate; }
.ambient-sprig-b { right: 4%; bottom: -80px; transform: rotate(154deg) scale(.8); animation: ambient-sway-b 11s ease-in-out infinite alternate; }
.ambient-sprig i { position: absolute; left: -1px; width: 68px; height: 25px; border: 1px solid rgba(31,58,45,.18); border-radius: 100% 0 100% 0; background: rgba(220,227,213,.19); transform-origin: left center; }
.ambient-sprig i:nth-child(1) { top: 44px; transform: rotate(-32deg); }
.ambient-sprig i:nth-child(2) { top: 110px; transform: rotate(32deg) scaleX(-1); }
.ambient-sprig i:nth-child(3) { top: 178px; transform: rotate(-28deg); }
.ambient-sprig i:nth-child(4) { top: 244px; transform: rotate(30deg) scaleX(-1); }
.ambient-sparkles { position: absolute; width: 3px; height: 3px; border-radius: 50%; top: 22%; left: 23%; background: rgba(189,128,104,.42); box-shadow: 18vw 16vh 0 rgba(158,174,149,.35), 42vw -5vh 0 rgba(189,128,104,.28), 59vw 31vh 0 rgba(185,207,218,.55), 71vw 5vh 0 rgba(215,196,167,.5), 36vw 48vh 0 rgba(158,174,149,.3), 8vw 53vh 0 rgba(189,128,104,.3); animation: ambient-sparkle 7s ease-in-out infinite alternate; }
.ambient-variant-2 .ambient-orb-a { right: auto; left: 18%; top: -35%; animation-delay: -5s; }
.ambient-variant-2 .ambient-orb-b { left: auto; right: -5%; animation-delay: -8s; }
.ambient-variant-2 .ambient-sprig-a { left: auto; right: 7%; transform: rotate(22deg) scale(.75); }
.ambient-variant-2 .ambient-sprig-b { right: auto; left: 3%; }
.ambient-variant-3 .ambient-orb-a { top: 8%; right: -16%; animation-delay: -9s; }
.ambient-variant-3 .ambient-orb-b { bottom: -38%; left: 24%; animation-delay: -3s; }
.section-dark .ambient-decor { opacity: .5; }
.section-dark .ambient-orb-a { background: radial-gradient(circle at 35% 35%, rgba(185,207,218,.18), rgba(185,207,218,.04) 55%, transparent 72%); }
.section-dark .ambient-orb-b { background: radial-gradient(circle at 50% 50%, rgba(215,196,167,.16), rgba(158,174,149,.04) 56%, transparent 72%); }
.section-dark .ambient-sprig { border-color: rgba(246,242,233,.16); }
.section-dark .ambient-sprig i { border-color: rgba(246,242,233,.16); background: rgba(158,174,149,.08); }

@keyframes ambient-drift-a {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(-42px, 38px, 0) scale(1.08); }
}
@keyframes ambient-drift-b {
  0% { transform: translate3d(0, 0, 0) scale(1.06); }
  100% { transform: translate3d(48px, -34px, 0) scale(.96); }
}
@keyframes ambient-sway-a {
  0% { transform: rotate(-27deg) translateY(0); }
  100% { transform: rotate(-20deg) translateY(12px); }
}
@keyframes ambient-sway-b {
  0% { transform: rotate(150deg) scale(.8); }
  100% { transform: rotate(158deg) scale(.84); }
}
@keyframes ambient-sparkle {
  0% { opacity: .25; transform: translateY(0) scale(.8); }
  100% { opacity: .8; transform: translateY(-14px) scale(1.2); }
}
.welcome { display: grid; grid-template-columns: 60px minmax(0, 820px); gap: 7vw; align-items: center; justify-content: center; max-width: 1400px; margin: auto; min-height: 610px; }
.section-number { align-self: start; color: var(--clay); font-size: 10px; letter-spacing: .2em; writing-mode: vertical-rl; }
.welcome-copy { max-width: 820px; text-align: center; }
.welcome-copy .lead { max-width: 700px; margin-left: auto; margin-right: auto; }
.welcome h2, .section-heading h2, .snapshot h2, .venue-copy h2, .faq-aside h2 { color: var(--forest); font-size: clamp(46px, 5vw, 76px); line-height: 1.04; letter-spacing: -.025em; }
.lead { font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.55; color: #526258; }
.text-link { font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; display: inline-block; margin-top: 14px; }
.text-link span { margin-left: 8px; transition: margin .2s ease; }
.text-link:hover span { margin-left: 14px; }
.coming-link { margin-top: auto; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); }

.engagement-story { background: #d6d4c4; display: grid; grid-template-columns: .75fr 1.25fr; grid-template-rows: auto 230px; gap: 22px; align-items: end; overflow: hidden; }
.engagement-copy { padding: 20px 4vw 45px 0; align-self: center; }
.engagement-copy h2 { color: var(--forest); font-size: clamp(50px, 5.4vw, 82px); line-height: 1.02; letter-spacing: -.03em; }
.engagement-photo { margin: 0; overflow: hidden; }
.engagement-photo img { width: 100%; height: calc(100% + 36px); object-fit: cover; display: block; transform: translateY(calc(-18px + var(--parallax-y, 0px))) scale(1.035); will-change: transform; transition: transform .15s linear; }
.engagement-photo-main { height: 600px; grid-row: 1 / 3; grid-column: 2; }
.engagement-photo-detail { height: 230px; grid-row: 2; grid-column: 1; }
.engagement-photo-detail img { object-position: center 38%; }

.venue-feature { max-width: 1450px; margin: auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; padding-top: 40px; }
.venue-photo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; height: 560px; }
.venue-photo-grid { overflow: hidden; }
.venue-photo-grid img { width: 100%; height: calc(100% + 36px); object-fit: cover; display: block; transform: translateY(calc(-18px + var(--parallax-y, 0px))) scale(1.035); will-change: transform; transition: transform .15s linear, filter .4s ease; }
.venue-photo-grid img:hover { filter: saturate(1.08) contrast(1.02); }
.venue-photo-grid .venue-photo-main { grid-row: auto; }
.venue-feature-copy h2 { color: var(--forest); font-size: clamp(48px, 5vw, 76px); line-height: 1; margin-bottom: 25px; }
.venue-feature-copy address { margin: 27px 0 8px; font-style: normal; font-size: 12px; font-weight: 500; line-height: 1.8; letter-spacing: .06em; }
.access-note { color: #657268; font-size: 12px; margin-bottom: 28px; }

.section-dark { background: var(--forest); color: var(--cream); padding: 120px max(7vw, 30px); }
.snapshot { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.snapshot h2, .venue-copy h2 { color: var(--cream); }
.event-row { display: grid; grid-template-columns: 90px 1fr 35px; gap: 26px; padding: 28px 14px; margin: 0 -14px; border-bottom: 1px solid rgba(255,255,255,.15); align-items: center; transition: background .3s ease, padding .3s ease; }
.event-row:hover { background: rgba(255,255,255,.055); padding-left: 24px; padding-right: 24px; }
.event-day, .event-number { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--sand); }
.event-row h3 { font-size: 31px; margin: 0 0 6px; }
.event-row div p { font-size: 11px; letter-spacing: .08em; margin: 0; color: var(--sage-light); }
.event-number { justify-self: end; }
.rsvp-section { text-align: center; padding-top: 110px; padding-bottom: 110px; }
.rsvp-card { border: 1px solid var(--sage); padding: 85px 30px; max-width: 900px; margin: auto; position: relative; background: var(--cream); }
.rsvp-card::before, .rsvp-card::after { content: ''; position: absolute; background: var(--clay); width: 7px; height: 7px; border-radius: 50%; top: 50%; }
.rsvp-card::before { left: -4px; }.rsvp-card::after { right: -4px; }
.rsvp-card h2 { font-size: clamp(52px, 6vw, 82px); margin-bottom: 16px; color: var(--forest); }
.rsvp-card p:not(.eyebrow) { color: #657268; margin-bottom: 30px; }

.page-hero { min-height: 690px; padding: 180px max(8vw, 35px) 100px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; width: min(46vw, 570px); aspect-ratio: 1; right: 4vw; bottom: -18%; background: var(--forest); opacity: .045; -webkit-mask: url('assets/branding/hl-monogram.png') center / contain no-repeat; mask: url('assets/branding/hl-monogram.png') center / contain no-repeat; transform: rotate(5deg); }
.page-hero > * { position: relative; z-index: 1; }
.page-hero::after { content: ''; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(31,58,45,.15); border-radius: 50%; top: 100px; right: -100px; }
.page-hero h1 { font-size: clamp(68px, 9vw, 132px); line-height: .9; letter-spacing: -.04em; color: var(--forest); margin-bottom: 28px; position: relative; z-index: 1; }
.page-hero h1 em { color: var(--clay); font-weight: 400; }
.page-intro { max-width: 510px; font-family: var(--serif); font-size: 21px; color: #536158; line-height: 1.5; position: relative; z-index: 1; }
.blue-hero { background: var(--powder-light); }
.registry-hero { background: var(--sage-light); }
.faq-hero { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 65px; }
.section-heading h2 { margin: 0; text-align: right; }
.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.schedule-card { --tilt-x: 0deg; --tilt-y: 0deg; --card-lift: 0px; --glow-x: 50%; --glow-y: 50%; border: 1px solid #cad1c6; padding: 42px 34px; min-height: 430px; display: flex; flex-direction: column; position: relative; overflow: hidden; transform: translateY(var(--card-lift)) perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .25s ease, box-shadow .25s ease; }
.schedule-card::before, .registry-card::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255,255,255,.42), transparent 38%); transition: opacity .25s ease; }
.schedule-card:hover::before, .registry-card:hover::before { opacity: 1; }
.schedule-card:hover { box-shadow: 0 24px 50px rgba(35,50,41,.1); }
.schedule-card.featured { --card-lift: -18px; background: var(--sage-light); border-color: var(--sage-light); }
.schedule-top { display: flex; justify-content: space-between; border-bottom: 1px solid #b7c0b4; padding-bottom: 24px; margin-bottom: 50px; }
.schedule-top span, .schedule-top p { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; margin: 0; }
.schedule-card h3 { font-size: 34px; line-height: 1.15; margin-bottom: 12px; color: var(--forest); }
.schedule-time { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--clay); }
.schedule-card > p:not(.schedule-time):not(.dress-note) { color: #5d6a61; font-size: 14px; }
.dress-note { margin-top: auto; font-size: 11px; letter-spacing: .08em; }
.dress-note b { text-transform: uppercase; font-size: 9px; letter-spacing: .15em; margin-right: 8px; }
.venue-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.venue-art { height: 520px; background: var(--powder); position: relative; overflow: hidden; border-radius: 250px 250px 0 0; }
.venue-art-photo img { width: 100%; height: calc(100% + 36px); object-fit: cover; display: block; transform: translateY(calc(-18px + var(--parallax-y, 0px))) scale(1.035); will-change: transform; }
.venue-moon { position: absolute; background: var(--cream); width: 120px; height: 120px; border-radius: 50%; top: 80px; right: 70px; }
.venue-house { position: absolute; width: 60%; height: 180px; background: var(--cream); left: 20%; bottom: 0; border-radius: 100px 100px 0 0; border-bottom: 36px solid var(--forest-deep); }
.venue-house::before, .venue-house::after { content: ''; position: absolute; bottom: 0; width: 40px; height: 110px; background: var(--forest); border-radius: 30px 30px 0 0; }
.venue-house::before { left: 45px; }.venue-house::after { right: 45px; }
.venue-house i { position: absolute; bottom: 0; left: calc(50% - 25px); width: 50px; height: 95px; background: var(--clay); border-radius: 30px 30px 0 0; }
.venue-copy address { font-style: normal; font-size: 12px; line-height: 1.8; letter-spacing: .06em; color: var(--sage-light); margin: 30px 0; }
.venue-direction { color: var(--sage-light); font-size: 12px; margin: -18px 0 28px; max-width: 440px; }
.venue-gallery { max-width: 1250px; margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; grid-template-rows: auto 560px; gap: 18px; }
.venue-gallery-heading { grid-column: 1 / 3; align-self: end; padding: 0 30px 35px 0; }
.venue-gallery-heading h2 { color: var(--forest); font-size: clamp(48px, 5vw, 74px); line-height: 1.02; margin: 0; }
.venue-gallery figure { margin: 0; position: relative; overflow: hidden; min-height: 280px; }
.venue-gallery figure img { width: 100%; height: calc(100% + 36px); object-fit: cover; display: block; transform: translateY(calc(-18px + var(--parallax-y, 0px))) scale(1.035); transition: transform .5s ease, filter .4s ease; }
.venue-gallery figure:hover img { filter: saturate(1.08) contrast(1.02); }
.venue-gallery .gallery-tall { grid-column: 1; grid-row: 2; }
.venue-gallery figcaption { position: absolute; left: 16px; bottom: 16px; background: var(--ivory); padding: 8px 11px; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.registry-section { max-width: 1450px; margin: auto; }
.registry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1040px; margin: auto; }
.registry-card { --tilt-x: 0deg; --tilt-y: 0deg; --glow-x: 50%; --glow-y: 50%; min-height: 540px; padding: 48px 38px; display: flex; flex-direction: column; position: relative; overflow: hidden; transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .25s ease, box-shadow .25s ease; }
.registry-card:hover { box-shadow: 0 24px 50px rgba(35,50,41,.12); }
.sage-card { background: var(--sage-light); }.blue-card { background: var(--powder-light); }.clay-card { background: #ead5ca; }
.registry-card h2 { font-size: 42px; color: var(--forest); margin-bottom: 20px; }
.registry-card > p:not(.eyebrow) { font-size: 14px; color: #56635a; }
.registry-card .text-link { margin-top: auto; }
.registry-icon { height: 170px; position: relative; margin-bottom: 45px; }
.plate-icon::before, .plate-icon::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid var(--forest); left: 50%; top: 50%; transform: translate(-50%,-50%); }
.plate-icon::before { width: 135px; height: 135px; }.plate-icon::after { width: 95px; height: 95px; }
.plate-icon i { position: absolute; height: 150px; width: 1px; background: var(--clay); left: 18%; top: 10px; box-shadow: 10px 0 0 var(--clay); }
.house-icon::before { content: ''; position: absolute; width: 130px; height: 110px; background: var(--forest); bottom: 0; left: calc(50% - 65px); clip-path: polygon(50% 0,100% 40%,100% 100%,0 100%,0 40%); }
.house-icon::after { content: ''; position: absolute; width: 34px; height: 60px; background: var(--powder); bottom: 0; left: calc(50% - 17px); border-radius: 18px 18px 0 0; }
.sun-icon::before { content: ''; position: absolute; width: 125px; height: 125px; background: var(--clay); border-radius: 50%; left: calc(50% - 62px); top: 20px; }
.sun-icon::after { content: ''; position: absolute; left: 18%; right: 18%; bottom: 16px; height: 1px; background: var(--forest); box-shadow: 0 -12px 0 rgba(31,58,45,.5), 0 -24px 0 rgba(31,58,45,.25); }
.gift-note { text-align: center; }
.gift-note h2 { font-size: clamp(46px, 6vw, 80px); line-height: 1.1; }
.gift-note > p:last-child { color: var(--sage-light); }
.gift-line { width: 1px; height: 70px; background: var(--sand); margin: -120px auto 60px; }

.faq-section { max-width: 1350px; margin: auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; align-items: start; }
.faq-aside { position: sticky; top: 60px; }
.faq-aside h2 { font-size: clamp(42px, 4vw, 62px); }
.faq-aside > p:not(.eyebrow) { color: #637066; font-size: 14px; max-width: 380px; }
.faq-list { border-top: 1px solid #bdc6bb; }
details { border-bottom: 1px solid #bdc6bb; transition: background .25s ease; }
details[open] { background: rgba(220,227,213,.28); }
summary { list-style: none; cursor: pointer; padding: 29px 45px 29px 0; font-family: var(--serif); font-size: 25px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: var(--sans); font-size: 9px; letter-spacing: .15em; color: var(--clay); margin-right: 22px; }
summary::after { content: '+'; position: absolute; right: 4px; top: 27px; font-family: var(--sans); font-size: 24px; font-weight: 300; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { padding: 0 50px 28px 39px; margin: 0; font-size: 14px; color: #627067; }

.site-footer { min-height: 220px; background: var(--cream); border-top: 1px solid #d7d3c9; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 45px 6vw; }
.footer-mark { width: 112px; height: 112px; padding: 10px; justify-self: start; color: var(--forest); }
.site-footer p { margin: 0; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; text-align: center; }
.footer-note { text-align: right !important; color: var(--clay); }
.js .reveal { opacity: 0; filter: blur(3px); transition: opacity .85s cubic-bezier(.2,.75,.25,1), transform .85s cubic-bezier(.2,.75,.25,1), filter .85s ease; transition-delay: var(--reveal-delay, 0ms); }
.js .reveal-up { transform: translateY(34px); }
.js .reveal-left { transform: translateX(-42px); }
.js .reveal-right { transform: translateX(42px); }
.js .reveal.visible { opacity: 1; filter: blur(0); transform: translate(0, 0); }

@media (max-width: 900px) {
  .site-header { height: calc(106px + env(safe-area-inset-top)); padding-top: calc(8px + env(safe-area-inset-top)); padding-left: max(18px, env(safe-area-inset-left)); padding-right: max(18px, env(safe-area-inset-right)); }
  .site-header.scrolled { height: 70px; }
  .site-header.scrolled { padding-top: env(safe-area-inset-top); }
  .site-header.nav-open, .site-header.scrolled.nav-open { height: calc(106px + env(safe-area-inset-top)); padding-top: calc(8px + env(safe-area-inset-top)); background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav-toggle { display: block; width: 44px; height: 44px; padding: 10px 6px; cursor: pointer; touch-action: manipulation; }
  .site-nav { position: fixed; z-index: 21; inset: 0; width: 100vw; height: 100vh; height: 100dvh; padding: calc(80px + env(safe-area-inset-top)) 24px calc(40px + env(safe-area-inset-bottom)); background: var(--cream); flex-direction: column; justify-content: center; gap: 24px; overflow-y: auto; overscroll-behavior: contain; transform: translate3d(0, -105%, 0); visibility: hidden; transition: transform .35s ease, visibility 0s linear .35s; }
  .site-nav.open { transform: translate3d(0, 0, 0); visibility: visible; color: var(--forest); transition: transform .35s ease, visibility 0s; }
  .site-header.nav-open .monogram, .site-header.hero-header.nav-open .monogram { color: var(--forest); background: radial-gradient(circle at 34% 28%, rgba(247,241,231,.96), rgba(207,183,146,.78) 58%, rgba(132,150,124,.58)); border-color: rgba(118,85,65,.28); box-shadow: 0 8px 24px rgba(11,36,25,.14), inset 0 0 0 4px rgba(247,241,231,.2); }
  .site-header.nav-open .nav-toggle span, .site-header.hero-header.nav-open .nav-toggle span { background: var(--forest); }
  .site-nav a { font-family: var(--serif); font-size: clamp(29px, 9vw, 38px); line-height: 1.15; letter-spacing: 0; text-transform: none; padding: 8px 14px; text-align: center; }
  .nav-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-header:not(.scrolled) .monogram { width: 88px; height: 88px; padding: 7px; }
  .site-header.scrolled:not(.nav-open) .monogram { width: 50px; height: 50px; padding: 4px; }
  .hero { min-height: 100svh; padding-top: calc(104px + env(safe-area-inset-top)); padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .hero-date { flex-direction: column; gap: 8px; margin-bottom: 32px; }.hero-date b { width: 1px; height: 13px; }
  .botanical-right { display: none; }.botanical-left { opacity: .35; }
  .welcome { grid-template-columns: 1fr; min-height: 520px; }.section-number { display: none; }
  .snapshot, .venue-section, .faq-section { grid-template-columns: 1fr; }
  .venue-feature { grid-template-columns: 1fr; padding-top: 80px; }
  .venue-photo-grid { height: 520px; }
  .engagement-story { grid-template-columns: 1fr 1fr; grid-template-rows: auto 460px 230px; }
  .engagement-copy { grid-column: 1 / 3; padding: 0 0 30px; }
  .engagement-photo-main { grid-column: 1 / 3; grid-row: 2; height: 460px; }
  .engagement-photo-detail { grid-column: 1; grid-row: 3; height: 230px; }
  .snapshot-heading { margin-bottom: 25px; }.schedule-grid, .registry-grid { grid-template-columns: 1fr; }
  .schedule-card.featured { --card-lift: 0px; }
  .venue-art { order: 2; max-width: 600px; width: 100%; }.venue-copy { order: 1; }
  .faq-aside { position: static; }
  .venue-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto 420px; }
  .venue-gallery-heading { grid-column: 1 / 3; }
  .venue-gallery .gallery-tall { grid-column: 1; grid-row: 2; }
  .page-hero { min-height: 560px; }
}

@media (max-width: 600px) {
  .section, .section-dark { padding: 76px 20px; }
  .hero-content { width: min(100%, 390px); }
  .hero .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .hero h1 { font-size: clamp(48px, 16vw, 64px); line-height: .92; margin-bottom: 26px; }.hero h1 span { display: block; margin: 7px 0; }
  .hero-date { font-size: 8px; line-height: 1.3; letter-spacing: .13em; }.hero-orbit { display: none; }
  .botanical-left { left: -48px; bottom: -105px; opacity: .24; transform: scale(.72) rotate(-18deg); }
  .hero-stars { opacity: .65; }
  .hero .button { width: min(100%, 280px); padding: 15px 18px; }
  .scroll-cue { bottom: calc(16px + env(safe-area-inset-bottom)); font-size: 7px; gap: 5px; }
  .scroll-cue span { height: 18px; }
  .ambient-sprig { display: none; }.ambient-orb { opacity: .65; filter: none; }
  .ambient-sparkles { opacity: .45; }
  .wedding-countdown { margin: -11px auto 26px; }
  .wedding-countdown > p { margin-bottom: 9px; font-size: 12px; }
  .wedding-countdown > div { width: 100%; }
  .wedding-countdown span { flex: 1 1 25%; min-width: 0; padding: 0 7px; }
  .wedding-countdown strong { font-size: 22px; }
  .wedding-countdown small { font-size: 6px; letter-spacing: .12em; }
  .welcome { min-height: 390px; }
  .welcome h2, .section-heading h2, .snapshot h2, .venue-copy h2, .faq-aside h2 { font-size: clamp(39px, 12vw, 54px); }
  .lead { font-size: 20px; line-height: 1.45; }
  .text-link { padding: 10px 0; }
  .venue-photo-grid { grid-template-columns: 1fr; grid-template-rows: 310px 220px; height: auto; }.venue-photo-grid .venue-photo-main { grid-row: auto; }
  .venue-feature { gap: 48px; }
  .venue-feature-copy h2 { font-size: clamp(43px, 13vw, 58px); }
  .engagement-story { grid-template-columns: 1fr; grid-template-rows: auto 300px 180px; gap: 14px; }
  .engagement-copy { padding: 0 0 18px; }
  .engagement-copy h2 { font-size: clamp(42px, 12vw, 56px); }
  .engagement-copy, .engagement-photo-main, .engagement-photo-detail { grid-column: 1; }
  .engagement-photo-main { grid-row: 2; height: 300px; }.engagement-photo-detail { grid-row: 3; height: 180px; width: 82%; margin-left: auto; }
  .engagement-photo img, .venue-photo-grid img, .venue-art-photo img, .venue-gallery figure img { height: 100%; transform: none; }
  .engagement-photo-main img { object-position: center 48%; }
  .event-row { grid-template-columns: 60px 1fr; gap: 10px; padding: 24px 8px; margin: 0 -8px; }.event-number { display: none; }.event-row h3 { font-size: 24px; }
  .event-row:hover { padding-left: 8px; padding-right: 8px; background: transparent; }
  .event-row div p { font-size: 10px; line-height: 1.55; }
  .section-heading { display: block; }.section-heading h2 { text-align: left; }
  .section-heading { margin-bottom: 42px; }
  .page-hero { padding: calc(124px + env(safe-area-inset-top)) 20px 60px; min-height: 510px; }.page-hero::after { width: 280px; height: 280px; right: -150px; top: 90px; }
  .page-hero h1 { font-size: clamp(50px, 16vw, 72px); line-height: .92; margin-bottom: 22px; }
  .page-intro { font-size: 18px; line-height: 1.45; }
  .schedule-grid, .registry-grid { gap: 14px; }
  .schedule-card { min-height: 0; padding: 30px 22px; transform: none; }.schedule-top { margin-bottom: 30px; padding-bottom: 18px; }
  .schedule-card h3 { font-size: 30px; }
  .venue-section { gap: 48px; }
  .venue-art { height: 360px; border-radius: 180px 180px 0 0; }
  .venue-gallery { grid-template-columns: 1fr; grid-template-rows: auto 340px 230px; gap: 12px; }.venue-gallery-heading, .venue-gallery .gallery-tall { grid-column: 1; grid-row: auto; }
  .venue-gallery-heading { padding: 0 0 20px; }
  .venue-gallery-heading h2 { font-size: clamp(41px, 12vw, 54px); }
  .venue-gallery figure { min-height: 0; }
  .registry-card { min-height: 410px; padding: 32px 24px; transform: none; }
  .registry-card h2 { font-size: 36px; }
  .registry-icon { height: 140px; margin-bottom: 30px; transform: scale(.88); }
  .gift-line { height: 48px; margin: -76px auto 45px; }
  .gift-note h2 { font-size: clamp(40px, 12vw, 54px); }
  .faq-section { gap: 46px; }
  summary { min-height: 62px; padding: 22px 40px 22px 0; font-size: 20px; line-height: 1.25; touch-action: manipulation; } summary span { display: block; margin-bottom: 7px; } summary::after { top: 24px; right: 5px; } details p { padding: 0 22px 24px 0; font-size: 14px; line-height: 1.65; }
  .rsvp-section { padding-top: 70px; padding-bottom: 70px; }
  .rsvp-card { padding: 56px 20px; }
  .rsvp-card h2 { font-size: clamp(42px, 13vw, 58px); }
  .rsvp-card .button { width: 100%; max-width: 270px; }
  .site-footer { min-height: 190px; grid-template-columns: 1fr; text-align: center; gap: 20px; padding: 38px 20px calc(38px + env(safe-area-inset-bottom)); }.footer-note { text-align: center !important; }
  .footer-mark { width: 94px; height: 94px; padding: 8px; }
  .page-hero::before { width: 82vw; right: -15vw; bottom: -9%; opacity: .04; }
  .js .reveal-left, .js .reveal-right { transform: translateY(28px); }
}

@media (max-width: 380px) {
  .section, .section-dark { padding-left: 17px; padding-right: 17px; }
  .hero { padding-left: 17px; padding-right: 17px; }
  .hero h1 { font-size: clamp(44px, 15vw, 54px); }
  .wedding-countdown span { padding: 0 4px; }
  .wedding-countdown strong { font-size: 20px; }
  .wedding-countdown small { font-size: 5.5px; letter-spacing: .08em; }
  .button { letter-spacing: .14em; }
  .page-hero { padding-left: 17px; padding-right: 17px; }
  .page-hero h1 { font-size: clamp(46px, 15vw, 59px); }
  .event-row { grid-template-columns: 52px 1fr; }
  .event-day { letter-spacing: .1em; }
  .registry-card, .schedule-card { padding-left: 20px; padding-right: 20px; }
}

@media (hover: none), (pointer: coarse) {
  .button:hover, .registry-card:hover, .schedule-card:hover { transform: none; box-shadow: none; }
  .venue-photo-grid img:hover, .venue-gallery figure:hover img { filter: none; }
  .schedule-card::before, .registry-card::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js body { opacity: 1; transition: none; }
  .js .reveal { opacity: 1; filter: none; transform: none; transition: none; }
  .engagement-photo img, .venue-photo-grid img, .venue-art-photo img, .venue-gallery figure img { transform: translateY(-18px) scale(1.035); transition: none; }
  .ambient-orb, .ambient-sprig, .ambient-sparkles { animation: none; }
  .hero-aurora i, .hero-stars, .hero-orbit, .botanical-left, .botanical-right { animation: none; }
}
