:root {
  --ink: #070503;
  --paper: #f2eadb;
  --gold: #e9c78b;
  --deep-gold: #916027;
  --line: rgba(233, 199, 139, .28);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.grain {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.nav {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; padding: 24px 4vw;
  border-bottom: 1px solid rgba(255,255,255,.09); text-transform: uppercase; letter-spacing: .16em;
  font-size: .73rem;
}
.monogram { display: inline-flex; width: 78px; text-decoration: none; }
.monogram img { display: block; width: 100%; height: auto; }
.nav-note { opacity: .65; }
.nav-rsvp { justify-self: end; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.nav-rsvp span, .button span { margin-left: 14px; }
.cta-arrow {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  margin-left: 14px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  color: #fff;
}
.cta-arrow svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero {
  min-height: 100vh; position: relative; display: grid; grid-template-columns: .86fr 1.14fr;
  align-items: center; gap: 4vw; padding: 120px 7vw 80px;
  background:
    radial-gradient(circle at 78% 50%, rgba(164, 94, 31, .22), transparent 34%),
    linear-gradient(125deg, #0d0805 0%, #030303 58%, #120b05 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, var(--ink)); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; padding-top: 1.5rem; }
.eyebrow { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
h1, h2 { font-family: "Italiana", serif; font-weight: 400; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(4.7rem, 9.4vw, 9.2rem); line-height: .72; margin: 3.4rem 0 3rem; }
h1 em { color: var(--gold); font-weight: inherit; }
.intro { max-width: 33rem; color: rgba(242,234,219,.68); font-size: 1.05rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 2.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 28px; text-decoration: none; font-size: .78rem; letter-spacing: .16em; font-weight: 700; transition: transform .3s, box-shadow .3s, background .3s; }
.button-primary { background: linear-gradient(105deg, #f2d6a3, #c9944e); color: #120c06; box-shadow: 0 12px 44px rgba(201,148,78,.18); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 54px rgba(201,148,78,.32); background: linear-gradient(105deg, #ffe8bb, #d7a45f); }
.text-link { text-decoration: none; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; opacity: .68; }
.text-link span { color: var(--gold); margin-left: 8px; }
.flyer-stage { position: relative; z-index: 2; justify-self: center; width: min(78vh, 660px); }
.flyer-halo { position: absolute; inset: 10%; filter: blur(70px); background: rgba(169,91,21,.26); border-radius: 50%; }
.flyer-wrap { position: relative; margin: 0; transform: rotate(1.4deg); border: 1px solid rgba(233,199,139,.34); padding: 9px; background: #100b07; box-shadow: 0 40px 100px rgba(0,0,0,.7); transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.flyer-wrap:hover { transform: rotate(0) translateY(-8px); }
.flyer-wrap::before, .flyer-wrap::after { content: ""; position: absolute; width: 52px; height: 52px; border-color: var(--gold); opacity: .65; }
.flyer-wrap::before { left: -15px; top: -15px; border-left: 1px solid; border-top: 1px solid; }
.flyer-wrap::after { right: -15px; bottom: -15px; border-right: 1px solid; border-bottom: 1px solid; }
.flyer-wrap img { display: block; width: 100%; height: auto; }
.edition { position: absolute; right: -6%; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right center; color: var(--gold); font-size: .63rem; letter-spacing: .28em; text-transform: uppercase; white-space: nowrap; }
.scroll-mark { position: absolute; z-index: 4; left: 4vw; bottom: 28px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.4); font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; }
.scroll-mark span { display: block; width: 46px; height: 1px; background: var(--gold); }
.details { min-height: 94vh; padding: 14vh 8vw; border-top: 1px solid var(--line); display: grid; grid-template-columns: .35fr 1fr; gap: 5vw; align-content: center; position: relative; }
.details::before { content: "09 / 18"; position: absolute; right: -1vw; top: 5vh; font-family: "Italiana"; font-size: clamp(8rem, 20vw, 19rem); color: rgba(233,199,139,.035); pointer-events: none; }
.section-label { color: var(--gold); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; padding-top: 18px; }
.kicker { color: rgba(242,234,219,.62); font-size: 1rem; }
.details h2, .finale h2 { font-size: clamp(4.2rem, 9vw, 9rem); line-height: .9; }
.event-grid { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin: 7rem 0 0; }
.event-grid div { border-top: 1px solid var(--line); padding: 24px 18px 0 0; }
.event-grid dt { color: var(--gold); font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.event-grid dd { margin: 0; font-family: "Italiana"; font-size: clamp(1.45rem, 2.3vw, 2.3rem); line-height: 1.25; }
.finale { min-height: 88vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; position: relative; border-top: 1px solid var(--line); }
.finale h2 { position: relative; z-index: 2; margin: 2rem 0 3rem; }
.button-large { min-width: 250px; min-height: 68px; position: relative; z-index: 2; }
.fine-print { margin-top: 4.5rem; color: rgba(242,234,219,.42); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.orb { position: absolute; border: 1px solid rgba(233,199,139,.2); border-radius: 50%; }
.orb-one { width: 55vw; height: 55vw; background: radial-gradient(circle, rgba(116,65,20,.28), transparent 60%); }
.orb-two { width: 38vw; height: 38vw; border-color: rgba(233,199,139,.1); animation: breathe 6s ease-in-out infinite; }
.site-footer {
  min-height: 280px;
  border-top: 1px solid var(--line);
  padding: 58px 5vw 26px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: start;
  gap: 48px;
  color: rgba(242,234,219,.62);
  background: linear-gradient(180deg, #070503 0%, #0d0805 100%);
}
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-mark { display: grid; place-items: center; width: 94px; min-height: 54px; padding: 8px; border: 1px solid var(--line); }
.footer-mark img { display: block; width: 100%; height: auto; }
.footer-brand div { display: flex; flex-direction: column; gap: 6px; }
.footer-brand strong { color: var(--paper); font-family: "Italiana", serif; font-size: 1.5rem; font-weight: 400; letter-spacing: .01em; }
.footer-brand div > span, .footer-location, .footer-bottom { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-location { margin: 4px 0 0; line-height: 1.7; color: var(--gold); }
.footer-location span { color: rgba(242,234,219,.48); }
.footer-rsvp { display: inline-flex; align-items: center; margin-top: -3px; padding-bottom: 10px; border-bottom: 1px solid var(--gold); color: var(--paper); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.footer-rsvp .cta-arrow { margin-left: 16px; }
.footer-bottom { grid-column: 1 / -1; align-self: end; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(233,199,139,.14); color: rgba(242,234,219,.34); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
[data-delay="1"] { transition-delay: .18s; }
@keyframes breathe { 50% { transform: scale(1.07); opacity: .55; } }
@media (max-width: 820px) {
  .nav { grid-template-columns: 1fr 1fr; padding: 18px 20px; }
  .monogram { width: 70px; }
  .nav-note { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr); min-height: auto; gap: 3.5rem; padding: 106px 20px 82px; }
  .hero-copy { min-width: 0; padding-top: .75rem; }
  h1 { font-size: clamp(3.8rem, 20vw, 6.8rem); line-height: .78; margin: 2.35rem 0 1.8rem; overflow-wrap: anywhere; }
  .intro { font-size: 1rem; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 2rem; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .text-link { align-self: flex-start; padding: 8px 0; }
  .flyer-stage { width: calc(100% - 10px); max-width: 600px; order: 2; }
  .flyer-wrap { padding: 6px; transform: none; }
  .flyer-wrap:hover { transform: none; }
  .edition { display: none; }
  .scroll-mark { display: none; }
  .details { min-height: auto; grid-template-columns: minmax(0, 1fr); padding: 92px 20px; }
  .details-main, .event-grid { grid-column: 1; }
  .details h2, .finale h2 { font-size: clamp(3.35rem, 16vw, 6rem); line-height: .92; }
  .event-grid { grid-template-columns: 1fr; margin-top: 3.25rem; gap: 28px; }
  .event-grid div { padding-top: 20px; }
  .event-grid dd { font-size: clamp(1.65rem, 7vw, 2.25rem); }
  .finale { min-height: 74vh; padding: 84px 20px 110px; }
  .orb-one { width: 120vw; height: 120vw; }
  .orb-two { width: 80vw; height: 80vw; }
  .site-footer { min-height: 0; padding: 54px 20px 34px; grid-template-columns: 1fr; gap: 36px; text-align: left; }
  .footer-location { margin: 0; }
  .footer-rsvp { justify-self: stretch; justify-content: space-between; min-height: 54px; margin: 0; }
  .footer-bottom { grid-column: 1; flex-direction: column; gap: 10px; line-height: 1.6; }
}
@media (max-width: 430px) {
  .nav-rsvp { font-size: .68rem; letter-spacing: .1em; }
  .eyebrow { font-size: .68rem; line-height: 1.6; letter-spacing: .18em; }
  h1 { font-size: clamp(3.7rem, 19vw, 5.1rem); }
  .flyer-wrap::before, .flyer-wrap::after { width: 34px; height: 34px; }
  .flyer-wrap::before { left: -8px; top: -8px; }
  .flyer-wrap::after { right: -8px; bottom: -8px; }
  .fine-print { max-width: 18rem; line-height: 1.7; }
}
@media (hover: none) {
  .button-primary:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
