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

:root {
  --forest: #12382e;
  --forest-deep: #0b2a22;
  --forest-soft: #2b5144;
  --paper: #f8f7f1;
  --paper-warm: #f0eee5;
  --white: #fffefa;
  --ink: #17372f;
  --muted: #718179;
  --line: rgba(18, 56, 46, .15);
  --blush: #e9b6b1;
  --blush-deep: #d99691;
  --gold: #ceb67b;
  --shadow: 0 18px 60px rgba(11, 42, 34, .09);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
*[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--forest); background: var(--blush); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px clamp(22px, 5vw, 76px);
  color: var(--white);
}
.site-header.header-dark { position: relative; color: var(--forest); background: var(--paper); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; max-width: 1320px; margin: 0 auto; }
.monogram { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-style: italic; font-size: 25px; letter-spacing: -.04em; }
.monogram small { font: 600 9px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; opacity: .76; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.nav-links a { position: relative; opacity: .82; transition: opacity .2s; }
.nav-links a:hover, .nav-links a.active { opacity: 1; }
.nav-links a.active::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--blush); content: ''; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }

.hero {
  position: relative;
  min-height: min(860px, 100vh);
  overflow: hidden;
  background: var(--forest);
  color: var(--white);
}
.hero::before {
  position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 38, 30, .87) 0%, rgba(9, 38, 30, .49) 47%, rgba(9, 38, 30, .15) 100%), url('https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=2000&q=85') center 43% / cover; content: '';
  opacity: .93;
}
.hero::after { position: absolute; inset: 0; background: radial-gradient(circle at 78% 25%, rgba(255,255,255,.14), transparent 25%), linear-gradient(180deg, rgba(0,0,0,.08), transparent 50%, rgba(7,28,22,.35)); content: ''; }
.hero-content { position: relative; z-index: 2; display: flex; min-height: min(860px, 100vh); max-width: 1320px; margin: 0 auto; padding: 160px clamp(22px, 8vw, 132px) 72px; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--blush); font-size: 11px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 1px; background: currentColor; content: ''; }
.hero h1 { max-width: 690px; margin: 0; font: 500 clamp(64px, 10vw, 140px)/.88 var(--serif); letter-spacing: -.065em; }
.hero h1 em { display: block; color: var(--blush); font-style: italic; }
.hero-intro { max-width: 405px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 19px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; padding: 0 22px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blush); color: var(--forest-deep); }
.button-primary:hover { background: #f0c4c0; }
.button-light { border-color: rgba(255,255,255,.34); color: var(--white); }
.button-light:hover { background: rgba(255,255,255,.12); }
.button-forest { background: var(--forest); color: var(--white); }
.button-forest:hover { background: var(--forest-soft); }
.hero-date { display: flex; align-items: flex-start; gap: 22px; margin-top: 65px; }
.hero-date .date-number { font: 500 44px/.9 var(--serif); }
.hero-date .date-copy { padding-top: 2px; border-left: 1px solid rgba(255,255,255,.35); padding-left: 18px; font-size: 12px; line-height: 1.45; letter-spacing: .17em; text-transform: uppercase; }
.hero-date .date-copy strong { display: block; color: var(--blush); font-size: 11px; }
.scroll-note { position: absolute; right: clamp(22px, 5vw, 76px); bottom: 36px; z-index: 3; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.scroll-note::after { width: 45px; height: 1px; background: var(--blush); content: ''; }

.section { position: relative; padding: clamp(78px, 10vw, 145px) clamp(22px, 7vw, 115px); }
.section-inner { max-width: 1140px; margin: 0 auto; }
.section-kicker { margin: 0 0 17px; color: var(--blush-deep); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.section-title { margin: 0; color: var(--forest); font: 500 clamp(39px, 5vw, 72px)/.98 var(--serif); letter-spacing: -.045em; }
.section-title em { font-style: italic; }
.lead { max-width: 470px; margin: 21px 0 0; color: var(--muted); font-size: 15px; }
.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 9vw, 145px); align-items: center; }
.intro-copy { padding-left: clamp(0px, 4vw, 62px); }
.intro-copy .section-title { max-width: 390px; }
.intro-copy .signature { margin-top: 35px; color: var(--forest); font: italic 500 25px var(--serif); }
.editorial-image { position: relative; min-height: 520px; overflow: hidden; background: var(--forest); }
.editorial-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,56,46,.42), transparent 40%); content: ''; }
.editorial-image img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; }

.green-band { background: var(--forest); color: var(--white); }
.green-band .section-title { color: var(--white); }
.green-band .section-kicker { color: var(--blush); }
.green-band .lead { color: rgba(255,255,255,.68); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.fact { padding: 26px 28px 29px 0; border-right: 1px solid rgba(255,255,255,.2); }.fact + .fact { padding-left: 28px; }.fact:last-child { border-right: 0; }
.fact .icon { width: 22px; height: 22px; margin-bottom: 19px; color: var(--blush); }.fact strong { display: block; font: 500 28px var(--serif); }.fact span { display: block; margin-top: 4px; color: rgba(255,255,255,.61); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { position: relative; overflow: hidden; background: var(--forest); color: var(--white); }
.page-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,38,30,.94) 0%, rgba(9,38,30,.72) 48%, rgba(9,38,30,.38) 100%), url('https://images.unsplash.com/photo-1523410917710-7a38d46c03a9?auto=format&fit=crop&w=2000&q=88') center 42% / cover; content: ''; opacity: .95; }
.page-hero .page-hero-inner { position: relative; z-index: 1; }
.page-hero h1 { animation: page-title-in .85s cubic-bezier(.2,.8,.2,1) both; }.page-hero .lead { animation: page-copy-in .85s .12s both; }
.timeline-item { animation: section-rise .7s cubic-bezier(.2,.8,.2,1) both; }.timeline-item:nth-child(2) { animation-delay: .1s; }.timeline-item:nth-child(3) { animation-delay: .2s; }.timeline-item:nth-child(4) { animation-delay: .3s; }.timeline-item:nth-child(5) { animation-delay: .4s; }.place-card { animation: section-rise .75s cubic-bezier(.2,.8,.2,1) both; }.place-card:nth-child(2) { animation-delay: .16s; }.gallery-intro, .upload-box { animation: section-rise .75s cubic-bezier(.2,.8,.2,1) both; }.upload-box { animation-delay: .12s; }
@keyframes page-title-in { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } } @keyframes page-copy-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } } @keyframes section-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } } @keyframes gate-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } } @keyframes upload-unlock { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: none; } } @keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
.page-hero-inner { max-width: 1140px; min-height: 420px; margin: 0 auto; padding: 145px clamp(22px, 7vw, 115px) 70px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.page-hero h1 { max-width: 710px; margin: 0; font: 500 clamp(52px, 8vw, 105px)/.9 var(--serif); letter-spacing: -.06em; }.page-hero h1 em { color: var(--blush); font-style: italic; }.page-hero .lead { color: rgba(255,255,255,.65); }
.breadcrumb { margin-bottom: 16px; color: var(--blush); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }

.timeline-wrap { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(40px, 9vw, 150px); }
.timeline-intro { position: sticky; top: 35px; align-self: start; }.timeline-intro .section-title { max-width: 360px; }
.timeline { position: relative; border-left: 1px solid var(--line); }.timeline-item { position: relative; display: grid; grid-template-columns: 100px 1fr; gap: 25px; padding: 0 0 43px 34px; }.timeline-item::before { position: absolute; top: 4px; left: -6px; width: 11px; height: 11px; border: 3px solid var(--paper); border-radius: 50%; background: var(--blush-deep); content: ''; }.timeline-time { color: var(--blush-deep); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.timeline-item h3 { margin: -5px 0 6px; color: var(--forest); font: 500 26px var(--serif); }.timeline-item p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; }
.place-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 45px; }.place-card { min-height: 250px; padding: 29px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); box-shadow: var(--shadow); }.place-card:first-child { background: linear-gradient(140deg, rgba(18,56,46,.75), rgba(18,56,46,.25)), url('https://images.unsplash.com/photo-1478146896981-b80fe463b330?auto=format&fit=crop&w=1000&q=80') center / cover; color: var(--white); }.place-card h3 { margin: 0; font: 500 28px var(--serif); }.place-card p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }.place-card:first-child p { color: rgba(255,255,255,.75); }

.gallery-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }.gallery-intro .lead { margin-bottom: 5px; }.upload-box { position: relative; min-height: 260px; margin-top: 54px; padding: 32px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px dashed rgba(18,56,46,.38); background: rgba(255,254,250,.6); text-align: center; transition: background .2s, border-color .2s; }.upload-box.dragover { border-color: var(--blush-deep); background: #fff8f4; }.upload-box input { position: absolute; inset: 0; width: 100%; height: 100%; cursor: pointer; opacity: 0; }.upload-icon { width: 49px; height: 49px; margin-bottom: 16px; padding: 13px; border-radius: 50%; background: var(--blush); color: var(--forest); }.upload-box h3 { margin: 0; font: 500 25px var(--serif); }.upload-box p { margin: 7px 0 17px; color: var(--muted); font-size: 13px; }.upload-note { color: var(--muted); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 115px; gap: 12px; margin-top: 36px; }.photo-card { position: relative; grid-column: span 3; grid-row: span 2; min-height: 100%; overflow: hidden; background: var(--paper-warm); }.photo-card:nth-child(2) { grid-column: span 5; grid-row: span 3; }.photo-card:nth-child(3) { grid-column: span 4; }.photo-card:nth-child(4) { grid-column: span 4; grid-row: span 2; }.photo-card:nth-child(5) { grid-column: span 5; grid-row: span 3; }.photo-card:nth-child(6) { grid-column: span 3; }.photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }.photo-card:hover img { transform: scale(1.05); }.photo-card figcaption { position: absolute; bottom: 0; left: 0; padding: 17px; color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.photo-card.uploaded { border: 2px solid var(--blush); }.remove-photo { position: absolute; top: 8px; right: 8px; z-index: 2; width: 28px; height: 28px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--forest); }
.upload-gate { max-width: 700px; margin: 54px auto 0; }.gate-card { position: relative; padding: clamp(28px, 5vw, 47px); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); text-align: center; animation: gate-in .65s cubic-bezier(.2,.8,.2,1) both; }.gate-card.is-active { animation: gate-in .65s cubic-bezier(.2,.8,.2,1) both; }.gate-card h3 { margin: 0; color: var(--forest); font: 500 clamp(29px, 5vw, 42px)/1.04 var(--serif); letter-spacing: -.04em; }.gate-card > p:not(.section-kicker):not(.gate-message) { max-width: 440px; margin: 13px auto 24px; color: var(--muted); font-size: 14px; }.gate-input-row { display: flex; max-width: 460px; margin: 0 auto; align-items: stretch; border-bottom: 1px solid var(--forest); }.gate-input-row input { min-width: 0; flex: 1; padding: 13px 0; border: 0; outline: 0; background: transparent; color: var(--ink); }.gate-input-row input::placeholder { color: #9aa59f; }.gate-input-row .button { min-width: 49px; min-height: 43px; padding: 0; margin: 5px 0 5px 15px; }.gate-input-row .button svg { width: 17px; }.gate-input-row .button:disabled { cursor: wait; opacity: .6; }.gate-message { min-height: 20px; margin: 14px 0 0; color: var(--forest-soft); font-size: 12px; }.gate-message.is-error { color: #aa5c5a; animation: shake .35s ease-in-out; }.upload-box.is-unlocked { animation: upload-unlock .8s cubic-bezier(.2,.8,.2,1) both; }
.gate-label { display: block; margin-bottom: 7px; color: var(--forest-soft); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.upload-status { min-height: 24px; margin-top: 15px; color: var(--forest-soft); font-size: 13px; text-align: center; }
.upload-celebration { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 22px; background: rgba(11,42,34,.65); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; }
.upload-celebration[hidden] { display: none; }.upload-celebration.is-visible { opacity: 1; pointer-events: auto; animation: celebration-fade .35s ease-out both; }
.celebration-card { position: relative; width: min(100%, 445px); overflow: hidden; padding: 54px 34px 35px; background: var(--paper); box-shadow: 0 25px 90px rgba(4,24,18,.35); text-align: center; transform: translateY(18px) scale(.94) rotate(-1deg); }
.is-visible .celebration-card { animation: celebration-card .7s cubic-bezier(.2,.8,.2,1) .05s both; }.celebration-card::after { position: absolute; right: -70px; bottom: -110px; width: 240px; height: 240px; border: 1px solid rgba(233,182,177,.52); border-radius: 50%; content: ''; }
.celebration-mark { position: relative; z-index: 1; width: 78px; height: 78px; margin: 0 auto 23px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--forest); box-shadow: 0 0 0 11px rgba(233,182,177,.18), 0 0 0 22px rgba(233,182,177,.08); animation: celebration-pulse 2s ease-in-out infinite; }.celebration-mark svg { width: 29px; height: 29px; stroke-width: 1.7; fill: rgba(255,255,255,.26); }
.celebration-card .section-kicker { position: relative; z-index: 1; margin-bottom: 10px; }.celebration-card h3 { position: relative; z-index: 1; margin: 0; color: var(--forest); font: 500 clamp(38px, 7vw, 54px)/1 var(--serif); letter-spacing: -.045em; }.success-copy { position: relative; z-index: 1; max-width: 290px; margin: 14px auto 25px; color: var(--muted); font-size: 14px; }.success-copy span { color: var(--forest); font-weight: 700; }.success-close { position: absolute; z-index: 3; top: 15px; right: 15px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--muted); }.success-close:hover { background: var(--paper-warm); color: var(--forest); }.success-close svg { width: 17px; }
.celebration-flower { position: absolute; inset: 0; pointer-events: none; }.celebration-flower span { position: absolute; top: 48%; left: 50%; width: 9px; height: 9px; border: 2px solid rgba(233,182,177,.85); border-radius: 50%; opacity: 0; }.is-visible .celebration-flower span { animation: petal-pop 1.35s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: var(--delay); }.celebration-flower span:nth-child(1) { --x: -164px; --y: -112px; --r: 0deg; --delay: .05s; }.celebration-flower span:nth-child(2) { --x: 145px; --y: -125px; --r: 35deg; --delay: .11s; }.celebration-flower span:nth-child(3) { --x: -188px; --y: 8px; --r: 70deg; --delay: .17s; }.celebration-flower span:nth-child(4) { --x: 180px; --y: 30px; --r: 15deg; --delay: .23s; }.celebration-flower span:nth-child(5) { --x: -112px; --y: 118px; --r: 50deg; --delay: .29s; }.celebration-flower span:nth-child(6) { --x: 123px; --y: 112px; --r: 15deg; --delay: .35s; }.celebration-flower span:nth-child(7) { --x: -83px; --y: -160px; --r: 20deg; --delay: .41s; }.celebration-flower span:nth-child(8) { --x: 78px; --y: -165px; --r: 80deg; --delay: .47s; }.celebration-flower span:nth-child(9) { --x: -210px; --y: -55px; --r: 40deg; --delay: .53s; }.celebration-flower span:nth-child(10) { --x: 209px; --y: -55px; --r: 60deg; --delay: .59s; }.celebration-flower span:nth-child(11) { --x: -176px; --y: 78px; --r: 25deg; --delay: .65s; }.celebration-flower span:nth-child(12) { --x: 185px; --y: 85px; --r: 70deg; --delay: .71s; }
@keyframes celebration-fade { from { opacity: 0; } to { opacity: 1; } } @keyframes celebration-card { from { opacity: 0; transform: translateY(18px) scale(.94) rotate(-1deg); } to { opacity: 1; transform: translateY(0) scale(1) rotate(0); } } @keyframes celebration-pulse { 0%, 100% { box-shadow: 0 0 0 11px rgba(233,182,177,.18), 0 0 0 22px rgba(233,182,177,.08); } 50% { box-shadow: 0 0 0 16px rgba(233,182,177,.16), 0 0 0 30px rgba(233,182,177,.05); } } @keyframes petal-pop { 0% { opacity: 0; transform: translate(0, 15px) scale(.25) rotate(0); } 35% { opacity: 1; } 100% { opacity: .76; transform: translate(var(--x), var(--y)) scale(1) rotate(var(--r)); } }

.footer { padding: 73px 22px 25px; background: var(--forest-deep); color: var(--white); text-align: center; }.footer .monogram { font-size: 38px; }.footer p { max-width: 350px; margin: 12px auto 35px; color: rgba(255,255,255,.57); font-size: 13px; }.footer .footer-meta { display: flex; justify-content: center; gap: 20px; color: var(--blush); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.reveal { animation: reveal .7s both; }.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .24s; } @keyframes reveal { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  .site-header { padding-top: 18px; }.monogram { font-size: 23px; }.menu-toggle { display: block; padding: 6px; }.nav-links { position: absolute; top: 68px; right: 18px; left: 18px; display: none; padding: 19px; flex-direction: column; align-items: stretch; gap: 17px; border: 1px solid rgba(255,255,255,.16); background: var(--forest-deep); box-shadow: var(--shadow); }.header-dark .nav-links { border-color: var(--line); background: var(--white); }.nav-links.open { display: flex; }.nav-links a.active::after { right: auto; width: 25px; }
  .hero, .hero-content { min-height: 720px; }.hero::before { background-position: 62% center; }.hero-content { padding: 125px 23px 60px; }.hero h1 { font-size: clamp(60px, 19vw, 100px); }.hero-intro { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; }.scroll-note { display: none; }.hero-date { margin-top: 40px; }
  .intro-grid { grid-template-columns: 1fr; gap: 45px; }.intro-copy { padding-left: 0; }.editorial-image { min-height: 390px; }.editorial-image img { min-height: 390px; }.facts { grid-template-columns: 1fr; margin-top: 40px; }.fact, .fact + .fact { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.fact:last-child { border-bottom: 0; }.page-hero-inner { min-height: 390px; padding-top: 125px; flex-direction: column; align-items: flex-start; justify-content: flex-end; }.timeline-intro { position: relative; top: auto; }.place-cards { grid-template-columns: 1fr; }.gallery-intro { align-items: flex-start; flex-direction: column; gap: 20px; }.photo-grid { grid-auto-rows: 88px; gap: 8px; }.photo-card, .photo-card:nth-child(2), .photo-card:nth-child(3), .photo-card:nth-child(4), .photo-card:nth-child(5), .photo-card:nth-child(6) { grid-column: span 6; grid-row: span 2; }.photo-card:nth-child(2), .photo-card:nth-child(5) { grid-row: span 3; }.section { padding-top: 78px; padding-bottom: 78px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
