:root {
  --ink: #2f211c;
  --paper: #f4ead9;
  --cream: #fbf5e9;
  --ochre: #d79a27;
  --orange: #c85c2d;
  --wine: #7d2d33;
  --moss: #687348;
  --plum: #533d4b;
  --line: 1px solid rgba(47, 33, 28, .32);
  font-family: "Avenir Next", Avenir, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .55; background: radial-gradient(circle at 8% 12%, rgba(215,154,39,.26), transparent 23%), radial-gradient(circle at 92% 24%, rgba(125,45,51,.17), transparent 26%), radial-gradient(circle at 55% 88%, rgba(104,115,72,.15), transparent 30%); }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: auto; padding: 1rem 5vw; border-bottom: var(--line); }
.wordmark { font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 1.55rem; text-decoration: none; letter-spacing: -.06em; }
.wordmark span, h1 span { color: var(--orange); font-style: italic; }
nav { display: flex; gap: clamp(1rem, 4vw, 2.5rem); }
nav a { font-size: .8rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.hero { position: relative; max-width: 1280px; min-height: calc(100svh - 86px); margin: auto; padding: 7vw 5vw 10vw; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 7vw; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; border-radius: 58% 42% 63% 37% / 43% 55% 45% 57%; filter: blur(.2px); }
.hero::before { width: min(38vw, 520px); aspect-ratio: 1; right: 2%; top: 8%; background: rgba(104,115,72,.17); transform: rotate(18deg); }
.hero::after { width: min(23vw, 320px); aspect-ratio: 1.3; left: -6%; bottom: 4%; background: rgba(200,92,45,.13); transform: rotate(-22deg); }
.eyebrow { font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin-bottom: 1.75rem; max-width: 8ch; font-size: clamp(4.5rem, 12vw, 9.5rem); line-height: .78; letter-spacing: -.075em; }
.lede { max-width: 29rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.35; font-style: italic; }
.button { display: inline-block; margin-top: 1rem; padding: 1rem 1.35rem; background: var(--wine); color: var(--cream); border: 1px solid var(--wine); border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--plum); }
.hero-art { position: relative; width: min(100%, 440px); justify-self: center; margin: 1.5rem 1.5rem 2rem 0; }
.hero-art > img { display: block; width: 100%; height: auto; border-radius: 48% 52% 44% 56% / 36% 42% 58% 64%; box-shadow: 24px 26px 0 rgba(104,115,72,.28); }
.date-card { position: absolute; left: -12%; bottom: -7%; width: min(58%, 230px); padding: 1.25rem 1.45rem; display: grid; grid-template-columns: 1fr auto; align-items: end; color: var(--cream); background: rgba(83,61,75,.95); border-radius: 1.5rem 4rem 1.5rem 1.5rem; transform: rotate(-3deg); box-shadow: 10px 12px 0 var(--ochre); }
.date-card p { margin: .15rem 0; font-size: clamp(.62rem, 1.3vw, .8rem); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.date-card p:last-of-type { text-align: right; }
.date-card strong { grid-row: 1 / 3; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.2rem, 8vw, 6rem); line-height: .72; font-weight: 400; letter-spacing: -.08em; }
.burst { position: absolute; right: -.6rem; top: -.75rem; font-size: clamp(1.8rem, 4vw, 3rem); color: var(--ochre); }
.intro { padding: clamp(4rem, 8vw, 8rem) 8vw; background: var(--wine); color: var(--cream); }
.intro p { max-width: 970px; margin: auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4.4vw, 3.8rem); line-height: 1.12; letter-spacing: -.035em; }
.section { padding: clamp(5rem, 10vw, 9rem) 5vw; }
.section-heading, .section > div { max-width: 1200px; margin-inline: auto; }
h2 { max-width: 12ch; font-size: clamp(3rem, 6.6vw, 6rem); line-height: .95; letter-spacing: -.055em; }
.card-grid { max-width: 1200px; margin: 3.5rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.info-card { min-height: 325px; padding: 1.8rem; border: var(--line); border-radius: 42% 58% 48% 52% / 8% 10% 8% 10%; }
.info-card:nth-child(2) { transform: translateY(1.5rem); }
.yellow { background: rgba(215,154,39,.45); } .coral { background: rgba(200,92,45,.35); } .blue { background: rgba(104,115,72,.36); }
.number { display: block; margin-bottom: 3.5rem; color: var(--wine); font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; }
h3 { font-size: 2.2rem; letter-spacing: -.035em; }
.info-card p { font-size: 1.02rem; line-height: 1.6; }
.venue-card { max-width: 1200px; margin: 6rem auto 0; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: var(--cream); border: var(--line); border-radius: 2rem 8rem 2rem 2rem; box-shadow: 16px 18px 0 rgba(104,115,72,.24); }
.venue-copy { padding: clamp(2.2rem, 5vw, 4.2rem); }
.venue-copy h3 { margin-bottom: 1rem; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .95; }
.venue-copy address { margin-bottom: 1.25rem; font-size: 1.15rem; line-height: 1.55; font-style: normal; font-weight: 750; }
.venue-copy > p:not(.eyebrow) { max-width: 28rem; line-height: 1.6; }
.map-button { background: var(--moss); border-color: var(--moss); }
.map-frame { min-height: 430px; border-left: var(--line); background: var(--moss); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 430px; filter: sepia(.18) saturate(.75) contrast(1.05); }
.music { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; color: var(--cream); background: var(--plum); }
.music p:not(.eyebrow) { max-width: 28rem; font-size: 1.3rem; line-height: 1.5; }
.pigeon-art { margin: 0; justify-self: end; width: min(100%, 510px); overflow: hidden; border: 8px solid var(--cream); border-radius: 48% 52% 46% 54% / 52% 44% 56% 48%; box-shadow: 18px 18px 0 var(--ochre); transform: rotate(1.5deg); background: white; }
.pigeon-art img { display: block; width: 100%; height: auto; }
.gifts { text-align: center; background: var(--ochre); }
.gifts h2 { max-width: none; }
.gifts p:last-child { font-family: Georgia, serif; font-size: clamp(1.3rem, 3vw, 2rem); font-style: italic; }
.contact { background: var(--orange); color: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: clamp(2rem, 8vw, 7rem); }
.contact-card h2 { margin-bottom: 1.5rem; }
.contact-card p:not(.eyebrow) { max-width: 35rem; font-size: 1.15rem; line-height: 1.6; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; padding: clamp(1.4rem, 3vw, 2.2rem); color: var(--ink); background: var(--cream); border-radius: 1.5rem 4rem 1.5rem 1.5rem; box-shadow: 14px 16px 0 rgba(83,61,75,.55); }
.form-field { display: flex; flex-direction: column; gap: .45rem; }
.form-wide { grid-column: 1 / -1; }
.form-field label { font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-field label span, .form-field small { font-size: .76rem; font-weight: 500; letter-spacing: 0; text-transform: none; opacity: .7; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; color: var(--ink); background: white; border: 1px solid rgba(47,33,28,.45); border-radius: .55rem; font: inherit; }
.form-field textarea { resize: vertical; line-height: 1.45; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(215,154,39,.55); outline-offset: 1px; border-color: var(--wine); }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form-status { flex: 1 1 14rem; margin: 1rem 0 0; font-size: .95rem; line-height: 1.45; }
.form-status.success { color: #3f5c2f; font-weight: 750; }
.form-status.error { color: #8a2630; font-weight: 750; }
.contact-button { background: var(--cream); border-color: var(--cream); color: var(--wine); }
.contact-form .contact-button { margin-top: 1rem; background: var(--wine); border-color: var(--wine); color: var(--cream); cursor: pointer; }
.contact-form .contact-button:disabled { cursor: wait; opacity: .65; }
.questions { max-width: 1200px; margin: auto; }
details { border-top: var(--line); }
details:last-child { border-bottom: var(--line); }
summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; font-family: Georgia, serif; font-size: clamp(1.2rem, 3vw, 1.8rem); cursor: pointer; list-style: none; }
summary::after { content: "+"; color: var(--orange); font-family: sans-serif; font-size: 2rem; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { max-width: 700px; padding-bottom: 1.5rem; font-size: 1.05rem; line-height: 1.7; }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem 5vw; background: var(--ink); color: var(--cream); font-size: .85rem; font-weight: 700; }
footer p { margin: 0; }
.public-hero { min-height: calc(100svh - 86px); }
.invited-note { position: relative; overflow: hidden; background: var(--moss); color: var(--cream); }
.invited-note::after { content: ""; position: absolute; width: min(42vw, 500px); aspect-ratio: 1; right: -12%; bottom: -65%; border-radius: 50%; background: var(--ochre); opacity: .5; }
.invited-note > div { position: relative; z-index: 1; max-width: 1200px; margin-inline: auto; }
.invited-note h2 { max-width: 11ch; }
.invited-note p:not(.eyebrow) { max-width: 760px; font-size: clamp(1.15rem, 2.2vw, 1.4rem); line-height: 1.65; }
.invited-note a { color: var(--cream); font-weight: 800; text-underline-offset: .3rem; overflow-wrap: anywhere; }

@media (max-width: 760px) {
  nav a:not(:first-child) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 4rem 7rem; }
  .hero::before { width: 82vw; right: -27%; top: 42%; }
  .hero-art { max-width: 340px; margin: 2rem auto 3.5rem; }
  .date-card { left: -2%; width: 62%; }
  .card-grid, .music, .venue-card, .contact-card { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; border-radius: 1.5rem 3rem 1.5rem 1.5rem; }
  .form-wide { grid-column: auto; }
  .info-card { min-height: 270px; border-radius: 2rem; }
  .info-card:nth-child(2) { transform: none; }
  .venue-card { border-radius: 2rem 5rem 2rem 2rem; }
  .map-frame { min-height: 330px; border-left: 0; border-top: var(--line); }
  .map-frame iframe { min-height: 330px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
