:root {
	--ink: #18262d;
	--ink-soft: #425159;
	--navy: #182f3d;
	--navy-deep: #10232e;
	--paper: #f6f1e7;
	--paper-light: #fffdf8;
	--stone: #dfd7c8;
	--gold: #b3935f;
	--gold-light: #d1ba8c;
	--line: rgba(24, 38, 45, .22);
	--serif: "Bodoni 72", Didot, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
	--shadow: 0 24px 70px rgba(16, 35, 46, .16);
}

body.ws-palette-chestnut_amber {
	--ink: #4a2f27;
	--ink-soft: #72594e;
	--navy: #5d3d32;
	--navy-deep: #3c2822;
	--paper: #f4e8d8;
	--paper-light: #fffaf2;
	--stone: #ddc9b2;
	--gold: #b9783e;
	--gold-light: #d9aa72;
	--line: rgba(74, 47, 39, .23);
	--shadow: 0 24px 70px rgba(74, 47, 39, .16);
}

body.ws-palette-autumn_vintage {
	--ink: #3f293f;
	--ink-soft: #705d70;
	--navy: #51374f;
	--navy-deep: #352334;
	--paper: #f5e9e5;
	--paper-light: #fffafb;
	--stone: #dbcbd2;
	--gold: #a96663;
	--gold-light: #d3a7a9;
	--line: rgba(63, 41, 63, .22);
	--shadow: 0 24px 70px rgba(63, 41, 63, .16);
}

body.ws-palette-atlantic_copper {
	--ink: #173b3a;
	--ink-soft: #586e68;
	--navy: #315b58;
	--navy-deep: #12302f;
	--paper: #f2e9dc;
	--paper-light: #fffaf5;
	--stone: #d1d7d1;
	--gold: #a9684f;
	--gold-light: #c99882;
	--line: rgba(23, 59, 58, .22);
	--shadow: 0 24px 70px rgba(23, 59, 58, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.is-sealed { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, blockquote, h1, h2, h3, p { margin: 0; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 1000; padding: .8rem 1rem; background: var(--paper-light); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.kicker { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 3.5rem; align-items: center; justify-content: center; padding: .85rem 1.8rem; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: .71rem; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: .25s ease; }
.button:hover, .button:focus-visible { background: var(--ink); color: var(--paper-light); }
.button.dark { background: var(--navy); color: white; }
.button.dark:hover { background: var(--gold); border-color: var(--gold); }
.button.light { border-color: var(--paper); color: white; }
.button.light:hover { background: white; color: var(--navy); }
.section-heading h2 { margin-top: 1rem; font-family: var(--serif); font-size: clamp(3.2rem, 6.2vw, 6.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .91; }
.section-heading.centered { text-align: center; }
.section-heading.light h2 { color: white; }

.prototype-toolbar { position: fixed; top: 50%; left: 1.1rem; z-index: 900; width: 94px; padding: .8rem; border: 1px solid rgba(24,38,45,.18); background: rgba(255,253,248,.94); box-shadow: 0 10px 35px rgba(16,35,46,.12); transform: translateY(-50%); backdrop-filter: blur(8px); }
.prototype-toolbar div:first-child { display: grid; gap: .2rem; margin-bottom: .75rem; text-align: center; }
.prototype-toolbar small { color: var(--gold); font-size: .52rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.prototype-toolbar strong { font-family: var(--serif); font-size: .75rem; line-height: 1.1; }
.plan-switch { display: grid; gap: .35rem; }
.plan-switch button { padding: .45rem .25rem; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font-size: .55rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.plan-switch button.is-active { background: var(--navy); color: white; }

.invitation-gate { position: fixed; inset: 0; z-index: 800; display: grid; place-items: center; overflow: hidden; background: var(--navy); color: var(--paper-light); transition: opacity .7s ease .8s, visibility 0s 1.6s; }
.invitation-gate::before, .invitation-gate::after { position: absolute; width: 48vw; height: 48vw; border: 1px solid rgba(179,147,95,.14); border-radius: 50%; content: ""; }
.invitation-gate::before { top: -27vw; left: -16vw; }
.invitation-gate::after { right: -16vw; bottom: -27vw; }
.gate-frame { position: absolute; inset: 2rem; border: 1px solid rgba(209,186,140,.28); pointer-events: none; }
.gate-frame span { position: absolute; width: 34px; height: 34px; border-color: var(--gold-light); border-style: solid; }
.gate-frame span:nth-child(1) { top: 10px; left: 10px; border-width: 1px 0 0 1px; }
.gate-frame span:nth-child(2) { top: 10px; right: 10px; border-width: 1px 1px 0 0; }
.gate-frame span:nth-child(3) { right: 10px; bottom: 10px; border-width: 0 1px 1px 0; }
.gate-frame span:nth-child(4) { bottom: 10px; left: 10px; border-width: 0 0 1px 1px; }
.invitation-card { position: relative; display: grid; width: min(88vw, 470px); min-height: min(620px, calc(100svh - 140px)); place-items: center; align-content: center; gap: 1.5rem; padding: 4rem 2rem; border: 12px solid var(--paper-light); outline: 1px solid var(--gold); outline-offset: -24px; background: var(--paper); box-shadow: var(--shadow); color: var(--ink); cursor: pointer; text-align: center; transition: transform 1.1s cubic-bezier(.22,.75,.18,1), opacity .8s ease; }
.invitation-card::before, .invitation-card::after { position: absolute; top: 50%; width: 45px; height: 1px; background: var(--gold); content: ""; }
.invitation-card::before { left: 3.2rem; }
.invitation-card::after { right: 3.2rem; }
.gate-rule { position: absolute; inset: 2rem; border: 1px solid rgba(179,147,95,.38); }
.invitation-card small { font-size: .65rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.invitation-card strong { display: grid; font-family: var(--serif); font-size: clamp(3rem, 8vw, 4.8rem); font-weight: 400; letter-spacing: -.05em; line-height: .8; }
.invitation-card strong i { margin: .45rem 0; color: var(--gold); font-size: .6em; font-weight: 400; }
.invitation-card em { font-family: var(--serif); font-size: 1.05rem; font-style: normal; letter-spacing: .22em; }
.invitation-card b { font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; }
.monogram { position: relative; width: 74px; height: 74px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 2.1rem; line-height: 72px; }
.monogram span { margin-left: -8px; font-style: italic; }
.gate-hint { position: absolute; bottom: 2.6rem; font-size: .63rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.gate-hint span { display: inline-block; margin-left: .6rem; animation: bounce 1.4s ease infinite; }
.is-opening .invitation-card { opacity: 0; transform: translateY(-12%) scale(.96); }
.is-opening .gate-hint { opacity: 0; }
.is-opening .invitation-gate { opacity: 0; pointer-events: none; }
.is-open .invitation-gate { visibility: hidden; }
@keyframes bounce { 50% { transform: translateY(5px); } }

.invitation { overflow: hidden; background: var(--paper); }
.site-header { position: sticky; top: 0; z-index: 100; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 88px; padding: 0 4vw; border-bottom: 1px solid var(--line); background: rgba(246,241,231,.94); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
.brand span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); }
.brand small { font-size: .59rem; font-weight: 700; letter-spacing: .18em; }
.site-header nav { display: flex; justify-content: center; gap: clamp(1.2rem, 3vw, 3.4rem); }
.site-header nav a { font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover { color: var(--gold); }
.menu-button { display: none; border: 0; background: none; text-transform: uppercase; }

.hero { position: relative; display: grid; height: clamp(720px, calc(100svh - 88px), 940px); min-height: 720px; overflow: hidden; grid-template-columns: 58% 42%; background: var(--paper-light); }
.hero-photo { height: 100%; min-height: 0; overflow: hidden; filter: saturate(.72) contrast(.94); }
.hero-card { position: relative; z-index: 2; display: grid; align-content: center; justify-items: center; padding: 6rem clamp(2rem, 6vw, 7rem); text-align: center; }
.hero-card::before { position: absolute; inset: 3.2rem; border: 1px solid var(--line); content: ""; }
.hero-card h1 { display: grid; margin: 1.4rem 0; font-family: var(--serif); font-size: clamp(4.2rem, 8vw, 8.2rem); font-weight: 400; letter-spacing: -.07em; line-height: .68; }
.hero-card h1 i { margin: .7rem 0 .4rem; color: var(--gold); font-size: .43em; font-weight: 400; }
.hero-date { font-family: var(--serif); font-size: 1.05rem; letter-spacing: .08em; }
.ornament { margin: 1.4rem 0; color: var(--gold); font-size: .65rem; }
.countdown { display: flex; align-items: center; margin-bottom: 2rem; }
.countdown p { display: grid; min-width: 62px; }
.countdown strong { font-family: var(--serif); font-size: 2.1rem; font-weight: 400; line-height: 1; }
.countdown span { color: var(--ink-soft); font-size: .52rem; letter-spacing: .12em; text-transform: uppercase; }
.countdown i { width: 1px; height: 28px; background: var(--line); }
.hero-caption { position: absolute; bottom: 2rem; left: calc(58% - 6rem); z-index: 3; display: grid; width: min(520px, 42vw); grid-template-columns: auto 1fr auto 1fr; gap: 1rem; align-items: center; padding: 1.25rem 1.5rem; background: var(--navy); color: white; box-shadow: var(--shadow); }
.hero-caption > span { color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; }
.hero-caption p { font-family: var(--serif); line-height: 1.25; }
.hero-caption small { display: block; margin-bottom: .25rem; color: var(--gold-light); font-family: var(--sans); font-size: .52rem; letter-spacing: .15em; text-transform: uppercase; }

.declaration { display: grid; min-height: 470px; place-items: center; align-content: center; gap: 2rem; padding: 6rem 2rem; text-align: center; }
.declaration .roman { color: var(--gold); font-size: .66rem; font-weight: 700; letter-spacing: .28em; }
.declaration > p { max-width: 900px; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); letter-spacing: -.04em; line-height: 1.05; }
.classic-flourish { display: flex; align-items: center; gap: 1rem; color: var(--gold); }
.classic-flourish i { width: 80px; height: 1px; background: var(--gold); }
.classic-flourish b { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-weight: 400; }

.story { display: grid; grid-template-columns: 1fr 1.1fr .8fr; gap: 4vw; align-items: end; padding: 9rem 7vw; background: var(--paper-light); }
.story-heading { align-self: start; padding-top: 2rem; }
.story-heading h2 { margin: 1rem 0 2rem; font-family: var(--serif); font-size: clamp(3.2rem, 5.8vw, 6rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.story-heading > p:last-child, .story-note > p { color: var(--ink-soft); }
.story-main { height: 700px; }
.story-main figcaption, .memory-grid figcaption, .agenda-photo figcaption { padding-top: .7rem; color: var(--ink-soft); font-family: var(--serif); font-size: .84rem; font-style: italic; }
.story-note { padding: 2.4rem 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.story-note > span { font-size: .61rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.story-note blockquote { margin: 1.5rem 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.5rem); font-style: italic; line-height: 1.15; }
.signature { margin-top: 2rem; color: var(--ink) !important; font-family: var(--serif); font-size: 1.4rem; font-style: italic; }

.locations { padding: 9rem 6vw; }
.locations > header { margin: 0 auto 5rem; max-width: 1180px; }
.location-layout { display: grid; max-width: 1320px; margin: auto; grid-template-columns: .8fr 1.2fr; box-shadow: var(--shadow); }
.venue-list { padding: 4rem; background: var(--navy); color: white; }
.venue-list article { position: relative; display: grid; grid-template-columns: 44px 50px 1fr; gap: 1.2rem; padding: 2.4rem 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.venue-list article:last-child { border-bottom: 0; }
.venue-list svg { width: 40px; height: 40px; color: var(--gold-light); }
.venue-number { color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; }
.venue-list small { color: var(--gold-light); font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.venue-list h3 { margin: .4rem 0 .7rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.venue-list address { color: rgba(255,255,255,.72); font-size: .82rem; font-style: normal; }
.venue-list a { display: inline-block; margin-top: 1rem; color: white; font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.classic-map { position: relative; min-height: 660px; overflow: hidden; background-color: #e5dfd2; background-image: linear-gradient(rgba(24,47,61,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(24,47,61,.09) 1px, transparent 1px); background-size: 50px 50px; }
.map-river { position: absolute; top: -10%; left: 46%; width: 50px; height: 120%; border: solid #b9c8c8; border-width: 0 2px; transform: rotate(8deg); }
.map-road { position: absolute; height: 2px; background: rgba(24,47,61,.4); transform-origin: left; }
.road-a { top: 30%; left: 8%; width: 90%; transform: rotate(20deg); }
.road-b { top: 66%; left: 5%; width: 80%; transform: rotate(-17deg); }
.map-city, .map-south { position: absolute; font-size: .65rem; letter-spacing: .18em; }
.map-city { top: 19%; left: 17%; }.map-south { right: 10%; bottom: 13%; }
.map-pin { position: absolute; display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid var(--gold); border-radius: 50% 50% 50% 0; background: var(--paper-light); box-shadow: 0 10px 30px rgba(16,35,46,.14); transform: rotate(-45deg); }
.map-pin svg { width: 28px; height: 28px; color: var(--navy); transform: rotate(45deg); }
.map-pin i { position: absolute; top: -27px; color: var(--ink); font-family: var(--serif); font-style: normal; transform: rotate(45deg); }
.pin-one { top: 25%; left: 24%; }.pin-two { right: 22%; bottom: 24%; }
.classic-map > small { position: absolute; top: 53%; left: 50%; padding: .2rem .6rem; background: var(--paper); font-size: .6rem; font-weight: 700; transform: rotate(8deg); }

.agenda { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--navy-deep); color: white; }
.agenda-photo { padding: 8rem 0 8rem 7vw; }
.agenda-photo figure { height: 840px; }
.agenda-photo img { filter: saturate(.75); }
.agenda-photo figcaption { color: rgba(255,255,255,.65); }
.agenda-copy { padding: 8rem 7vw 8rem 6vw; }
.agenda-copy ol { margin: 4rem 0 2rem; padding: 0; list-style: none; }
.agenda-copy li { display: grid; grid-template-columns: 74px 45px 1fr; gap: 1rem; align-items: center; min-height: 82px; }
.agenda-copy time { color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; }
.agenda-copy li > span { position: relative; width: 1px; height: 100%; background: rgba(255,255,255,.2); }
.agenda-copy li > span::after { position: absolute; top: calc(50% - 5px); left: -5px; width: 11px; height: 11px; border: 1px solid var(--gold-light); border-radius: 50%; background: var(--navy-deep); content: ""; }
.agenda-copy li small { display: inline-block; width: 34px; color: var(--gold-light); font-family: var(--serif); }
.agenda-copy li strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.agenda-finale { margin-left: 135px; color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }

.memories { padding: 9rem 6vw; }
.memory-grid { display: grid; max-width: 1320px; margin: 5rem auto 0; grid-template-columns: 1fr .7fr 1fr; gap: 3vw; align-items: center; }
.memory-grid figure { height: 600px; }
.memory-grid figure:last-child { margin-top: 8rem; }
.memory-grid figcaption span { margin-right: 1rem; color: var(--gold); font-style: normal; }
.memory-quote { text-align: center; }
.memory-quote > span { color: var(--gold); }
.memory-quote blockquote { margin: 1.5rem 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.2rem); font-style: italic; line-height: 1.15; }
.memory-quote p { color: var(--ink-soft); font-size: .85rem; }

.plan-celebration { display: none !important; }
.is-celebration .plan-celebration { display: grid !important; }
.is-celebration .plan-essential { display: none !important; }
.celebration-gallery { padding: 9rem 5vw; background: #ddd4c5; }
.celebration-gallery > header { display: grid; max-width: 1280px; margin: 0 auto 5rem; grid-template-columns: 1.3fr .7fr; column-gap: 6vw; align-items: end; }
.celebration-gallery > header .kicker { grid-column: 1 / -1; }
.celebration-gallery h2 { margin-top: 1rem; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.6rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.celebration-gallery header > span { padding-bottom: .5rem; color: var(--ink-soft); }
.album-pages { display: grid; max-width: 1380px; margin: auto; grid-template-columns: repeat(5, 1fr); gap: 1.3rem; align-items: start; }
.album-pages figure { position: relative; padding: .7rem .7rem 1.2rem; background: var(--paper-light); box-shadow: 0 12px 30px rgba(16,35,46,.11); }
.album-pages .editorial-image-placeholder { position: static; display: grid; width: 100%; height: auto; min-height: 220px; padding: 1.25rem; place-content: center; gap: .35rem; border-radius: 0; background: color-mix(in srgb, var(--paper-light) 82%, var(--sage)); color: var(--ink); text-align: center; }
.album-pages .editorial-image-placeholder b { font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.65rem); font-weight: 400; line-height: 1.08; }
.album-pages .editorial-image-placeholder small { color: var(--ink-soft); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.album-pages figure:nth-child(even) { margin-top: 5rem; transform: rotate(1.4deg); }
.album-pages figure:nth-child(3n) { transform: rotate(-1deg); }
.album-pages img { aspect-ratio: 4 / 5; filter: saturate(.7); }
.album-pages figure > span { position: absolute; top: 1.3rem; left: 1.3rem; z-index: 2; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-family: var(--serif); font-size: .7rem; }
.album-pages figcaption { padding-top: .7rem; font-family: var(--serif); font-size: .82rem; font-style: italic; text-align: center; }

.details { padding: 9rem 6vw; background: var(--paper-light); }
.detail-grid { display: grid; max-width: 1200px; margin: 5rem auto 0; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.detail-grid article { position: relative; padding: 3.5rem; border-right: 1px solid var(--line); text-align: center; }
.detail-grid article:last-child { border-right: 0; }
.detail-grid article > span { position: absolute; top: 1rem; left: 1.2rem; color: var(--gold); font-family: var(--serif); }
.detail-grid svg, .detail-grid article > b { display: grid; width: 40px; height: 40px; place-items: center; margin: 0 auto 1.5rem; color: var(--gold); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.detail-grid h3 { margin-bottom: .7rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.detail-grid p { color: var(--ink-soft); font-size: .83rem; }

.collaborative { grid-template-columns: 1fr 1fr; min-height: 820px; background: var(--navy); color: white; }
.collaborative-copy { padding: 8rem 5vw 7rem 7vw; }
.collaborative-copy h2 { margin: 1.2rem 0 2rem; font-family: var(--serif); font-size: clamp(3.6rem, 5.8vw, 6.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.collaborative-copy > p:not(.kicker) { max-width: 620px; color: rgba(255,255,255,.7); }
.collaborative-copy ol { margin: 3rem 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.collaborative-copy li { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.collaborative-copy li span { display: inline-block; width: 52px; color: var(--gold-light); font-family: var(--serif); }
.qr-stage { position: relative; display: grid; min-height: 820px; place-items: center; overflow: hidden; background: #d8d0c4; }
.qr-card { position: relative; z-index: 2; display: grid; width: min(70%, 390px); min-height: 610px; place-items: center; align-content: center; gap: 1.2rem; padding: 3rem; border: 10px solid white; outline: 1px solid var(--gold); outline-offset: -22px; background: var(--paper-light); color: var(--ink); box-shadow: var(--shadow); text-align: center; }
.qr-card span { font-family: var(--serif); font-size: 2rem; }
.qr-card img { width: 220px; height: 220px; }
.qr-card strong { font-family: var(--serif); font-size: 1.25rem; }
.qr-card small { letter-spacing: .18em; }
.snapshot { position: absolute; width: 255px; height: 310px; padding: .65rem; background: white; box-shadow: var(--shadow); }
.snapshot.one { top: 7%; left: -2%; transform: rotate(-8deg); }.snapshot.two { right: -3%; bottom: 5%; transform: rotate(7deg); }

.calendar-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 3rem; align-items: center; padding: 4rem 7vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calendar-date { display: flex; align-items: center; gap: 1rem; padding-right: 3rem; border-right: 1px solid var(--gold); }
.calendar-date strong { font-family: var(--serif); font-size: 4.5rem; font-weight: 400; line-height: 1; }
.calendar-date span { color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .15em; }
.calendar-strip h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 400; }
.calendar-strip button svg { width: 22px; height: 22px; margin-right: .8rem; }

.contact { padding: 9rem 7vw; background: var(--paper-light); }
.contact .section-heading > span { display: block; max-width: 650px; margin: 2rem auto 0; color: var(--ink-soft); }
.direct-contact { display: grid; max-width: 1160px; margin: 5rem auto 0; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.direct-contact article { display: grid; grid-template-columns: 66px 1fr auto; gap: 1.5rem; align-items: center; padding: 3rem; }
.direct-contact article:first-child { border-right: 1px solid var(--line); }
.direct-contact article > span { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 2rem; }
.direct-contact small { color: var(--gold); font-size: .58rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.direct-contact h3 { font-family: var(--serif); font-size: 2.8rem; font-weight: 400; line-height: 1; }
.direct-contact p { display: grid; gap: .45rem; }
.direct-contact p a { display: flex; gap: .5rem; align-items: center; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.direct-contact p svg { width: 20px; height: 20px; color: var(--gold); }
.rsvp-form { max-width: 1200px; margin: 5rem auto 0; grid-template-columns: .7fr 1.3fr; border: 1px solid var(--line); }
.form-intro { position: relative; padding: 4rem; background: var(--navy); color: white; }
.form-intro h3 { margin: 1rem 0 1.5rem; font-family: var(--serif); font-size: 3.6rem; font-weight: 400; line-height: .95; }
.form-intro > p:not(.kicker) { color: rgba(255,255,255,.7); }
.form-intro > span { position: absolute; bottom: 3rem; color: var(--gold-light); font-family: var(--serif); letter-spacing: .15em; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding: 4rem; }
.form-fields label, .form-fields legend { display: grid; gap: .5rem; color: var(--ink-soft); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-fields input, .form-fields select, .form-fields textarea { width: 100%; min-height: 54px; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); }
.form-fields textarea { resize: vertical; }
.phone-field { display: grid; grid-template-columns: 110px 1fr; }
.phone-field select { border-right: 0; }
.form-fields fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 0; padding: 0; border: 0; }
.form-fields fieldset legend { grid-column: 1 / -1; }
.form-fields fieldset label { display: flex; align-items: center; padding: .8rem; border: 1px solid var(--line); letter-spacing: 0; text-transform: none; }
.form-fields fieldset input { width: 16px; min-height: auto; margin-right: .7rem; accent-color: var(--navy); }
.form-fields .wide, .form-status { grid-column: 1 / -1; }
.form-fields button { justify-self: start; }
.form-status { color: var(--gold); font-size: .8rem; }
.special-request { display: grid; max-width: 1200px; margin: 2rem auto 0; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; padding: 1.5rem 2rem; background: var(--paper); }
.special-request span { font-family: var(--serif); font-size: 1.3rem; }
.special-request p { color: var(--ink-soft); font-size: .8rem; }
.special-request a { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

footer { display: grid; min-height: 600px; place-items: center; align-content: center; gap: 1.1rem; padding: 6rem 2rem; background: var(--navy-deep); color: white; text-align: center; }
.footer-monogram { position: relative; display: grid; width: 105px; height: 105px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 3.2rem; }
.footer-monogram i { position: absolute; margin-left: 28px; font-weight: 400; }
footer p { margin-top: 1rem; font-family: var(--serif); font-size: 3rem; }
footer small { color: var(--gold-light); letter-spacing: .18em; text-transform: uppercase; }
footer b { margin-top: 2rem; font-family: var(--serif); font-size: 1.2rem; font-style: italic; font-weight: 400; }
footer em { margin-top: 3rem; color: rgba(255,255,255,.45); font-size: .6rem; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 1050px) {
	.prototype-toolbar { top: auto; bottom: 1rem; left: 1rem; width: auto; transform: none; }
	.prototype-toolbar div:first-child { display: none; }
	.plan-switch { display: flex; }
	.hero { grid-template-columns: 1fr; }
	.hero { height: auto; min-height: 0; overflow: visible; }
	.hero-photo { height: 64svh; min-height: 64svh; }
	.hero-card { min-height: 690px; }
	.hero-caption { bottom: auto; top: calc(64svh - 42px); left: 5vw; width: 90vw; }
	.story { grid-template-columns: 1fr 1fr; }
	.story-heading { grid-column: 1 / -1; }
	.story-main { height: 580px; }
	.location-layout, .agenda, .collaborative, .rsvp-form { grid-template-columns: 1fr; }
	.agenda-photo { padding: 6rem 7vw 0; }
	.agenda-photo figure { height: 600px; }
	.album-pages { grid-template-columns: repeat(3, 1fr); }
	.calendar-strip { grid-template-columns: auto 1fr; }
	.calendar-strip button { grid-column: 2; justify-self: start; }
	.direct-contact { grid-template-columns: 1fr; }
	.direct-contact article:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 720px) {
	.site-header { min-height: 70px; padding: 0 1rem; }
	.brand small { display: none; }
	.menu-button { display: block; }
	.site-header nav { position: absolute; top: 70px; right: 0; left: 0; display: none; padding: 1.5rem; background: var(--paper-light); box-shadow: var(--shadow); }
	.site-header nav.is-visible { display: grid; }
	.invitation-card { min-height: 540px; }
	.gate-frame { inset: .8rem; }
	.hero-photo { min-height: 54svh; }
	.hero-card { min-height: 640px; padding: 5rem 1.5rem; }
	.hero-card::before { inset: 1.2rem; }
	.hero-card h1 { font-size: clamp(4rem, 20vw, 6rem); }
	.hero-caption { position: relative; top: auto; bottom: auto; left: auto; width: 100%; grid-template-columns: auto 1fr; box-shadow: none; }
	.countdown p { min-width: 52px; }
	.declaration { min-height: 400px; }
	.story, .locations, .memories, .details, .contact, .celebration-gallery { padding: 6rem 1.25rem; }
	.story { grid-template-columns: 1fr; }
	.story-heading, .story-main, .story-note { grid-column: auto; }
	.story-main { height: 500px; }
	.location-layout { box-shadow: none; }
	.venue-list { padding: 1.5rem; }
	.venue-list article { grid-template-columns: 32px 1fr; }
	.venue-list article svg { display: none; }
	.classic-map { min-height: 480px; }
	.agenda-photo { padding: 5rem 1.25rem 0; }
	.agenda-photo figure { height: 480px; }
	.agenda-copy { padding: 5rem 1.25rem; }
	.agenda-copy li { grid-template-columns: 58px 30px 1fr; }
	.agenda-copy li strong { font-size: 1.15rem; }
	.agenda-finale { margin-left: 0; text-align: center; }
	.memory-grid { grid-template-columns: 1fr; }
	.memory-grid figure { height: 480px; }
	.memory-grid figure:last-child { margin-top: 0; }
	.memory-quote { padding: 2rem 1rem; }
	.celebration-gallery > header { grid-template-columns: 1fr; }
	.celebration-gallery header > span { margin-top: 1.5rem; }
	.album-pages { grid-template-columns: 1fr 1fr; gap: .8rem; }
	.album-pages figure:nth-child(even) { margin-top: 2.5rem; }
	.detail-grid { grid-template-columns: 1fr; }
	.detail-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
	.collaborative-copy { padding: 6rem 1.25rem; }
	.qr-stage { min-height: 650px; }
	.qr-card { width: 78%; min-height: 520px; padding: 2rem; }
	.qr-card img { width: 170px; height: 170px; }
	.snapshot { width: 150px; height: 190px; }
	.calendar-strip { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.25rem; text-align: center; }
	.calendar-date { justify-content: center; padding: 0 0 1.5rem; border-right: 0; border-bottom: 1px solid var(--gold); }
	.calendar-strip button { grid-column: auto; justify-self: center; }
	.direct-contact article { grid-template-columns: 55px 1fr; padding: 2rem 1.25rem; }
	.direct-contact article p { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; padding-top: 1rem; }
	.form-intro, .form-fields { padding: 2.2rem 1.25rem; }
	.form-intro { min-height: 420px; }
	.form-fields { grid-template-columns: 1fr; }
	.form-fields .wide, .form-status { grid-column: auto; }
	.special-request { grid-template-columns: 1fr; text-align: center; }
	footer { min-height: 520px; }
}

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