:root { --paper: #f3ece2; --ink: #25271e; --green: #5e6445; --terracotta: #b66b55; --plum: #87556d; --muted: #6e6a5f; --line: rgba(56, 49, 38, 0.24); }
* { box-sizing: border-box; }
html { min-height: 100%; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body::before { content: ""; position: fixed; z-index: 20; inset: 0; pointer-events: none; opacity: 0.13; background-image: radial-gradient(rgba(76, 59, 43, 0.36) 0.5px, transparent 0.7px); background-size: 6px 6px; mix-blend-mode: multiply; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: 0.95; }
.home-page { overflow: hidden; }
.home-stage { display: grid; min-height: 100svh; place-items: center; align-content: center; padding: 40px 24px 115px; text-align: center; }
.invitation-heading { display: flex; flex-direction: column; align-items: center; }
.site-logo { width: clamp(75px, 9vw, 112px); margin-bottom: clamp(10px, 1.5vw, 18px); }
.invitation-heading h1 { margin-bottom: 8px; font-size: clamp(2.55rem, 3.8vw, 3.9rem); }
.invitation-heading h1 span { color: var(--terracotta); font-size: 0.78em; font-weight: 400; }
.invitation-heading p { margin-bottom: 18px; color: var(--terracotta); font-family: "Cormorant Garamond", serif; font-size: clamp(1.25rem, 2vw, 1.65rem); font-style: italic; }
.home-art { width: min(310px, 58vw); }
.page-nav { position: fixed; z-index: 30; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; gap: clamp(24px, 6vw, 90px); padding: 27px 24px 29px; background: rgba(243, 236, 226, 0.9); text-align: center; backdrop-filter: blur(8px); }
.page-nav a { color: var(--plum); font-size: clamp(0.63rem, 1.2vw, 0.82rem); font-weight: 600; letter-spacing: 0.13em; text-decoration: none; text-transform: uppercase; }
.page-nav a:hover, .page-nav a[aria-current="page"] { color: var(--terracotta); }
.detail-page { display: grid; min-height: 100svh; place-items: center; padding: 48px 24px 132px; }
.detail-shell, .gift-shell { width: min(1040px, 100%); margin: auto; }
.page-brand { display: flex; justify-content: center; margin-bottom: clamp(30px, 5vw, 64px); }
.page-brand img { width: 78px; }
.page-intro { max-width: 520px; margin: 0 auto clamp(48px, 8vw, 100px); text-align: center; }
.page-intro p, .eyebrow { margin-bottom: 10px; color: var(--terracotta); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.page-intro h1 { margin-bottom: 0; font-size: clamp(3.3rem, 4.5vw, 4.5rem); }
.arrival-item { display: grid; width: min(760px, 100%); grid-template-columns: 1fr; justify-items: center; gap: 28px; padding: 0 0 clamp(68px, 10vw, 125px); margin: 0 auto clamp(58px, 9vw, 110px); border-bottom: 1px solid var(--line); text-align: center; }
.arrival-item:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.arrival-art { display: grid; width: min(460px, 100%); min-height: 280px; place-items: center; }
.arrival-art img { width: 100%; max-height: 410px; object-fit: contain; }
.arrival-copy { max-width: 540px; }
.arrival-copy h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4vw, 4.1rem); }
.event-time { margin-bottom: 20px; color: var(--terracotta); font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-style: italic; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 14px; padding: 12px 24px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 0.71rem; font-weight: 600; letter-spacing: 0.11em; text-decoration: none; text-transform: uppercase; transition: background 160ms ease, color 160ms ease; }
.button:hover { background: var(--ink); color: var(--paper); }
.gift-shell { display: grid; min-height: calc(100svh - 180px); place-items: center; }
.gift-copy { display: flex; max-width: 560px; flex-direction: column; align-items: center; text-align: center; }
.gift-art { width: min(220px, 54vw); margin-bottom: 36px; }
.confirmation-photo { width: min(300px, 72vw); margin-bottom: 54px; box-shadow: 0 8px 20px rgba(37, 39, 30, 0.12); }
.gift-copy h1 { margin-bottom: 22px; font-size: clamp(3.3rem, 4.5vw, 4.5rem); }
.gift-copy p:not(.eyebrow):not(.form-note) { max-width: 44ch; font-style: italic; }
.button.is-disabled { cursor: not-allowed; opacity: 0.55; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 0.9rem; }
@media (max-width: 700px) { .home-stage { padding-top: 28px; } .home-art { width: min(280px, 72vw); } .page-nav { gap: 14px; padding: 21px 12px 23px; } .page-nav a { letter-spacing: 0.07em; } .detail-page { padding-top: 32px; } .page-brand { margin-bottom: 35px; } .arrival-item { gap: 28px; padding-bottom: 62px; } .arrival-art { min-height: 180px; } .arrival-art img { max-height: 330px; } .arrival-copy { margin-inline: auto; text-align: center; } .gift-shell { min-height: calc(100svh - 150px); } }
