:root {
  --emerald-950: #04170f;
  --emerald-900: #07271c;
  --emerald-850: #0a3123;
  --emerald-800: #0e3d2c;
  --gold: #c9a24b;
  --gold-deep: #a5812f;
  --gold-light: #f0d98c;
  --ivory: #f6f1e5;
  --paper: #f1e8d2;
  --ink: #2e3d2c;
  --muted: #a9b8ad;
  --muted-dark: #6d7a6e;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --script: 'Pinyon Script', 'Snell Roundhand', cursive;
  --sans: 'Jost', 'Segoe UI', system-ui, sans-serif;
  --corner: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M6,66 C6,30 30,6 66,6' fill='none' stroke='%23c9a24b' stroke-width='2.5'/%3E%3Cpath d='M15,66 C15,39 39,15 66,15' fill='none' stroke='%23c9a24b' stroke-width='1' opacity='.55'/%3E%3Ccircle cx='6' cy='66' r='3.5' fill='%23c9a24b'/%3E%3Ccircle cx='66' cy='6' r='3.5' fill='%23c9a24b'/%3E%3Cpath d='M21,53 c-8,-2 -13,-10 -9,-18 c3,-7 12,-7 15,-1 c3,5 -1,10 -6,10 c-4,0 -6,-4 -4,-7' fill='none' stroke='%23c9a24b' stroke-width='1.6'/%3E%3C/svg%3E");
  --vcorner: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20120'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3E%3Cstop%20offset='0'%20stop-color='%23f6e3a1'/%3E%3Cstop%20offset='.45'%20stop-color='%23d9b968'/%3E%3Cstop%20offset='1'%20stop-color='%2396702a'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg%20fill='none'%20stroke='url(%23g)'%20stroke-linecap='round'%3E%3C%21--%20top%20arm%20stem%20--%3E%3Cpath%20d='M14,16%20C45,10%2070,12%2092,22'%20stroke-width='4'/%3E%3C%21--%20top%20terminal%20volute:%201.5%20turn%20spiral%20--%3E%3Cpath%20d='M92,22%20c10,-3%2020,2%2023,11%20c2,8%20-3,16%20-11,18%20c-7,2%20-15,-2%20-17,-9%20c-2,-6%201,-12%207,-14%20c5,-2%2010,1%2011,6%20c1,4%20-2,8%20-6,8'%20stroke-width='3.6'/%3E%3C%21--%20left%20arm%20stem%20--%3E%3Cpath%20d='M16,14%20C10,45%2012,70%2022,92'%20stroke-width='4'/%3E%3C%21--%20left%20terminal%20volute%20--%3E%3Cpath%20d='M22,92%20c-3,10%202,20%2011,23%20c8,2%2016,-3%2018,-11%20c2,-7%20-2,-15%20-9,-17%20c-6,-2%20-12,1%20-14,7%20c-2,5%201,10%206,11%20c4,1%208,-2%208,-6'%20stroke-width='3.6'/%3E%3C%21--%20inner%20flick%20curls%20--%3E%3Cpath%20d='M36,32%20C48,26%2060,26%2070,32'%20stroke-width='2.6'/%3E%3Cpath%20d='M32,36%20C26,48%2026,60%2032,70'%20stroke-width='2.6'/%3E%3C%21--%20leaf%20veins%20--%3E%3Cpath%20d='M48,13%20C56,9%2064,8%2072,10'%20stroke-width='1.6'/%3E%3Cpath%20d='M13,48%20C9,56%208,64%2010,72'%20stroke-width='1.6'/%3E%3C/g%3E%3Cg%20fill='url(%23g)'%3E%3C%21--%20corner%20rosette%20--%3E%3Ccircle%20cx='15'%20cy='15'%20r='6.5'/%3E%3Ccircle%20cx='15'%20cy='15'%20r='2.5'%20fill='%230a2e26'/%3E%3C%21--%20leaves:%20slim,%20alternating%20sides%20of%20the%20stems%20--%3E%3Cpath%20d='M42,11%20C48,3%2058,1%2068,5%20C59,10%2050,12%2042,11%20Z'/%3E%3Cpath%20d='M62,19%20C70,23%2080,24%2088,21%20C80,17%2070,16%2062,19%20Z'/%3E%3Cpath%20d='M11,42%20C3,48%201,58%205,68%20C10,59%2012,50%2011,42%20Z'/%3E%3Cpath%20d='M19,62%20C23,70%2024,80%2021,88%20C17,80%2016,70%2019,62%20Z'/%3E%3C%21--%20berries%20--%3E%3Ccircle%20cx='84'%20cy='38'%20r='2.8'/%3E%3Ccircle%20cx='38'%20cy='84'%20r='2.8'/%3E%3Ccircle%20cx='70'%20cy='32'%20r='2'/%3E%3Ccircle%20cx='32'%20cy='70'%20r='2'/%3E%3C/g%3E%3C/svg%3E");
}
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--emerald-950);
  color: var(--ivory);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .02em;
}
.script { font-family: var(--script); font-weight: 400; }

/* ---------- nav ---------- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 2rem;
  background: rgba(4, 23, 15, .85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 162, 75, .3);
}
nav .brand {
  font-family: var(--serif); font-size: 1.4rem; color: var(--gold-light);
  text-decoration: none; letter-spacing: .15em;
}
nav .links { display: flex; gap: 1.6rem; align-items: center; }
nav .links a {
  color: var(--ivory); text-decoration: none; font-size: .85rem;
  letter-spacing: .18em; text-transform: uppercase;
}
nav .links a:hover { color: var(--gold-light); }
nav .cta {
  border: 1px solid var(--gold); padding: .45rem 1.2rem; border-radius: 2px;
  color: var(--gold-light) !important;
}
nav .cta:hover { background: var(--gold); color: var(--emerald-950) !important; }

/* ---------- hero ---------- */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; position: relative; padding: 7rem 1.5rem 4rem;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(14, 61, 44, .95), transparent),
    radial-gradient(ellipse 70% 50% at 50% 115%, rgba(201, 162, 75, .12), transparent),
    linear-gradient(180deg, #03100a, var(--emerald-950) 70%, var(--emerald-900));
}
.hero-inner { max-width: 780px; }
.monogram {
  width: 132px; height: 132px; margin: 0 auto 2rem;
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 8px rgba(201,162,75,.08), 0 0 40px rgba(201,162,75,.15);
}
.monogram.small { width: 72px; height: 72px; margin-bottom: 1rem; }
/* monogram artwork */
.monogram img { height: 92px; width: auto; display: block; }
.monogram.small img { height: 52px; }
nav .brand { line-height: 1; display: flex; align-items: center; }
nav .brand img { height: 34px; width: auto; display: block; }
/* dress code */
.dresscode { text-align: center; margin: 3.5rem auto 0; max-width: 660px; padding: 2.6rem 2rem 2.2rem; border: 1px solid rgba(201,162,75,.4); outline: 1px solid rgba(201,162,75,.18); outline-offset: 6px; background: rgba(4,23,15,.35); }
.dresscode .dots { display: flex; gap: .9rem; justify-content: center; margin: 1.1rem 0 1.5rem; flex-wrap: wrap; }
.dresscode .dots span { width: 34px; height: 34px; border-radius: 50%; background: var(--c); border: 1px solid rgba(240,217,140,.55); box-shadow: 0 2px 8px rgba(0,0,0,.35); }
.dc-title { font-family: var(--script); font-size: 2.1rem; color: var(--gold-light); margin-bottom: .9rem; }
.dc-sub { font-family: var(--serif); font-style: italic; color: var(--cream); line-height: 2.05; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .35em; font-size: .8rem;
  color: var(--gold); margin-bottom: 1.2rem;
}
.hero h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(3rem, 9vw, 5.5rem); line-height: 1.1; color: var(--ivory);
}
.hero h1 .amp {
  font-family: var(--script); font-weight: 400; color: var(--gold-light);
  font-size: 1.15em; padding: 0 .15em;
}
.rule { display: flex; align-items: center; justify-content: center; gap: 1rem; margin: 1.8rem 0; color: var(--gold); }
.rule span { height: 1px; width: 90px; background: linear-gradient(90deg, transparent, var(--gold)); }
.rule span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.hero .date { font-family: var(--serif); font-size: 1.6rem; letter-spacing: .25em; color: var(--gold-light); text-transform: uppercase; }
.hero .place { color: var(--muted); letter-spacing: .2em; text-transform: uppercase; font-size: .9rem; margin-top: .4rem; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; margin-top: 2.5rem; flex-wrap: wrap; }
.btn {
  display: inline-block; padding: .9rem 2.4rem; text-decoration: none;
  letter-spacing: .22em; text-transform: uppercase; font-size: .82rem; font-weight: 400;
  border-radius: 2px; transition: all .25s ease; cursor: pointer; border: 1px solid transparent;
  font-family: var(--sans);
}
.btn.gold { background: linear-gradient(180deg, var(--gold-light), var(--gold) 55%, var(--gold-deep)); color: #2a1f05; font-weight: 500; box-shadow: 0 4px 18px rgba(201,162,75,.35); }
.btn.gold:hover { filter: brightness(1.08); }
.btn.ghost { border-color: rgba(201,162,75,.6); color: var(--gold-light); }
.btn.ghost:hover { border-color: var(--gold-light); background: rgba(201,162,75,.1); }
.btn.wide { width: 100%; }
.scroll-hint {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  color: var(--gold); font-size: 2rem; text-decoration: none; opacity: .7;
  animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }

/* ---------- bands ---------- */
.band { padding: 6rem 1.5rem; position: relative; }
.band.emerald { background: linear-gradient(180deg, var(--emerald-950), var(--emerald-850) 55%, var(--emerald-950)); }
.band.deep { background: linear-gradient(180deg, #020d08, var(--emerald-950)); }
.band.ivory {
  background:
    radial-gradient(ellipse at 15% 8%, rgba(201,162,75,.10), transparent 55%),
    radial-gradient(ellipse at 85% 95%, rgba(201,162,75,.10), transparent 55%),
    linear-gradient(180deg, var(--ivory), var(--paper));
  color: var(--ink);
}
/* lace scallop edges on the paper band */
.band.ivory::before, .band.ivory::after {
  content: ''; position: absolute; left: 0; right: 0; height: 22px;
  background-image: radial-gradient(circle at 22px 0, var(--ivory) 15px, transparent 16px);
  background-size: 44px 22px; background-repeat: repeat-x;
}
.band.ivory::before { top: -21px; }
.band.ivory::after {
  bottom: -21px; transform: scaleY(-1);
  background-image: radial-gradient(circle at 22px 0, var(--paper) 15px, transparent 16px);
}
.wrap { max-width: 900px; margin: 0 auto; text-align: center; }
.wrap.narrow { max-width: 620px; }
.band h2 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(2rem, 5vw, 3rem); color: var(--ivory); line-height: 1.25;
}
.band.ivory h2 { color: #1d3a2a; }
.band.ivory .eyebrow { color: var(--gold-deep); }
.band.ivory .rule { color: var(--gold-deep); }
.band.ivory .rule span { background: linear-gradient(90deg, transparent, var(--gold-deep)); }
.band.ivory .rule span:last-child { background: linear-gradient(90deg, var(--gold-deep), transparent); }
.lede { font-size: 1.15rem; color: var(--ivory); max-width: 640px; margin: 0 auto 1rem; }
.band.ivory .lede { color: #3d4a3a; }
.muted { color: var(--muted); font-size: .95rem; margin-top: 1.2rem; }
.band.ivory .muted { color: var(--muted-dark); }
.dropcap::first-letter {
  font-family: var(--serif); font-size: 3.2em; float: left; line-height: .85;
  padding: .05em .12em 0 0; color: var(--gold-deep);
}

/* ---------- ornate gold frame ---------- */
.frame-gold { position: relative; }
.frame-gold .corner {
  position: absolute; width: 72px; height: 72px; z-index: 3;
  background-image: var(--corner); background-repeat: no-repeat; background-size: contain;
  pointer-events: none;
}
.frame-gold .corner.tl { top: -10px; left: -10px; }
.frame-gold .corner.tr { top: -10px; right: -10px; transform: scaleX(-1); }
.frame-gold .corner.bl { bottom: -10px; left: -10px; transform: scaleY(-1); }
.frame-gold .corner.br { bottom: -10px; right: -10px; transform: scale(-1,-1); }
.frame-box {
  border: 1px solid rgba(201,162,75,.85);
  box-shadow: 0 0 0 6px #0b1f16, 0 0 0 7px rgba(201,162,75,.5),
    inset 0 0 0 1px rgba(240,217,140,.35), 0 22px 55px rgba(0,0,0,.55);
  background: #0b1f16;
}

/* ---------- vintage gallery wall ---------- */
.gallery-wall {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.8rem, 4vw, 3.2rem); align-items: center; margin-top: 3rem;
}
.vframe {
  position: relative; margin: 0;
  padding: clamp(10px, 1.8vw, 20px);
  background:
    linear-gradient(135deg, rgba(255,244,210,.35), rgba(120,85,25,.22) 40%, rgba(255,244,210,.16) 60%, rgba(120,85,25,.28)),
    repeating-linear-gradient(45deg, rgba(255,240,200,.10) 0 3px, rgba(90,60,15,.10) 3px 6px),
    linear-gradient(135deg, #f2dd9e, #d9b968 30%, #a5812f 55%, #e8cd85 78%, #96702a);
  box-shadow: 0 24px 60px rgba(0,0,0,.55), inset 0 0 0 1px rgba(70,48,12,.65),
    inset 0 0 0 4px rgba(255,244,208,.35);
}
.vframe::before {
  content: ''; position: absolute; inset: 6px; pointer-events: none;
  border: 1px solid rgba(255,246,214,.6);
}
.vframe .vmat {
  background: linear-gradient(180deg, #f5edda, #eae0c8);
  padding: clamp(10px, 2vw, 18px);
  box-shadow: inset 0 0 22px rgba(110,75,25,.35), inset 0 0 3px rgba(110,75,25,.5);
}
.vframe img {
  display: block; width: 100%; height: auto; cursor: zoom-in;
  box-shadow: 0 0 0 1px rgba(90,60,20,.4);
  transition: transform .25s ease;
}
.vframe img:hover { transform: scale(1.015); }
.vcorner {
  position: absolute; width: clamp(70px, 24%, 118px); aspect-ratio: 1;
  background: var(--vcorner) no-repeat center / contain;
  z-index: 2; pointer-events: none;
  filter: drop-shadow(0 3px 4px rgba(0,0,0,.45));
}
.vcorner.tl { top: -13px; left: -13px; }
.vcorner.tr { top: -13px; right: -13px; transform: scaleX(-1); }
.vcorner.bl { bottom: -13px; left: -13px; transform: scaleY(-1); }
.vcorner.br { bottom: -13px; right: -13px; transform: scale(-1,-1); }
.gf-engagement { grid-column: 1 / 8; rotate: -1deg; }
.gf-park { grid-column: 8 / 13; rotate: 1.2deg; margin-top: 2.5rem; }
.gf-party { grid-column: 1 / 6; rotate: 1deg; margin-top: -1rem; }
.gf-bar { grid-column: 6 / 13; rotate: -1.1deg; margin-top: 1.5rem; }
@media (max-width: 720px) {
  .gf-engagement, .gf-park, .gf-party, .gf-bar { grid-column: 1 / -1; rotate: none; margin-top: 0; }
}
/* ---------- lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 2rem;
  background: rgba(2, 10, 7, .92);
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border: 1px solid var(--gold); box-shadow: 0 0 60px rgba(201,162,75,.25); }
.lightbox .lb-close {
  position: absolute; top: 1.2rem; right: 1.6rem; color: var(--gold-light);
  font-size: 2.6rem; cursor: pointer; line-height: 1;
}

/* ---------- cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; margin: 2.5rem 0; }
.card {
  border: 1px solid rgba(201,162,75,.55); border-radius: 2px;
  padding: 2.4rem 1.8rem; background: rgba(255,255,255,.03);
  box-shadow: inset 0 0 0 4px rgba(201,162,75,.12), 0 14px 34px rgba(0,0,0,.35);
  position: relative;
}
.card::before {
  content: '\2767'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--emerald-900); padding: 0 .6rem; color: var(--gold); font-size: 1.2rem;
}
.card h3 { font-family: var(--serif); color: var(--gold-light); font-size: 1.4rem; margin-bottom: .8rem; letter-spacing: .05em; }
.card .big { font-family: var(--serif); font-size: 1.25rem; color: var(--ivory); margin-bottom: .5rem; }
.card p { color: var(--muted); font-size: .95rem; }
.card a { color: var(--gold-light); }

/* ---------- timeline ---------- */
.timeline { max-width: 560px; margin: 2.5rem auto 0; text-align: left; }
.t-item {
  display: grid; grid-template-columns: 90px 1fr; gap: 1.4rem;
  padding: 1.4rem 0; border-bottom: 1px solid rgba(201,162,75,.18);
  position: relative;
}
.t-item:last-child { border-bottom: none; }
.t-item::before {
  content: ''; position: absolute; left: 101px; top: 2.1rem;
  width: 9px; height: 9px; transform: rotate(45deg);
  background: var(--gold); box-shadow: 0 0 10px rgba(201,162,75,.8);
}
.t-time { font-family: var(--serif); color: var(--gold); font-size: 1.05rem; }
.t-item h3 { font-family: var(--serif); color: var(--ivory); font-size: 1.2rem; margin-bottom: .2rem; }
.t-item p { color: var(--muted); font-size: .95rem; }

/* ---------- rsvp ---------- */
.lace-heart { width: 92px; height: auto; margin: 0 auto 1rem; display: block; }
.rsvp-script { font-family: var(--script); font-size: 2.2rem; color: var(--gold-light); margin-top: 1rem; }
form { text-align: left; margin-top: 2.5rem; }
form label { display: block; margin-bottom: 1.3rem; font-size: .85rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold-light); }
form input[type=text], form input[type=email], form select, form textarea {
  width: 100%; margin-top: .5rem; padding: .85rem 1rem;
  background: rgba(255,255,255,.05); border: 1px solid rgba(201,162,75,.35);
  border-radius: 2px; color: var(--ivory); font-family: var(--sans); font-size: 1rem; font-weight: 300;
}
form input:focus, form select:focus, form textarea:focus {
  outline: none; border-color: var(--gold-light); background: rgba(255,255,255,.08);
  box-shadow: 0 0 0 3px rgba(201,162,75,.15);
}
form select option { background: var(--emerald-950); }
.radio-row { display: flex; gap: 1rem; margin-bottom: 1.3rem; flex-wrap: wrap; }
.radio {
  flex: 1; min-width: 200px; display: flex !important; align-items: center; gap: .8rem;
  border: 1px solid rgba(201,162,75,.35); border-radius: 2px; padding: 1rem 1.2rem;
  cursor: pointer; margin-bottom: 0 !important; text-transform: none !important;
  letter-spacing: .02em !important; font-size: 1rem !important; color: var(--ivory) !important;
  transition: all .2s ease;
}
.radio input { accent-color: var(--gold); width: 1.1rem; height: 1.1rem; }
.radio:has(input:checked) { border-color: var(--gold-light); background: rgba(201,162,75,.12); }
.form-msg { margin-top: 1rem; text-align: center; font-size: 1rem; min-height: 1.6em; }
.form-msg.ok { color: var(--gold-light); }
.form-msg.err { color: #e88; }

/* ---------- faq ---------- */
.faq-item {
  text-align: left; border-bottom: 1px solid rgba(201,162,75,.18); padding: 1.3rem 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-item h3 { font-family: var(--serif); color: var(--gold-light); font-size: 1.15rem; margin-bottom: .3rem; }
.faq-item h3::before { content: '\2767\00a0'; color: var(--gold); font-size: .9em; }
.faq-item p { color: var(--muted); }

/* ---------- footer ---------- */
footer {
  text-align: center; padding: 4rem 1.5rem 3rem;
  background: #020d08; border-top: 1px solid rgba(201,162,75,.3);
}
footer p { color: var(--ivory); }
footer .muted { margin-top: .4rem; }
footer .script { font-size: 1.8rem; color: var(--gold-light); }

/* ---------- guestlist ---------- */
table { width: 100%; border-collapse: collapse; margin-top: 2rem; font-size: .92rem; }
th, td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid rgba(201,162,75,.18); }
th { color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; }
td { color: var(--ivory); }
.stats { display: flex; gap: 2rem; justify-content: center; margin-top: 1.5rem; flex-wrap: wrap; }
.stats div { text-align: center; }
.stats .n { font-family: var(--serif); font-size: 2rem; color: var(--gold-light); }
.stats .l { font-size: .75rem; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); }

@media (max-width: 640px) {
  nav { padding: .9rem 1rem; }
  nav .links { gap: .9rem; }
  nav .links a:not(.cta) { display: none; }
  .band { padding: 4rem 1.2rem; }
  .frame-gold .corner { width: 52px; height: 52px; }
  .ribbon { font-size: 1.35rem; padding: .45rem 2rem; }
  .ribbon::before { left: -18px; border-width: 1.5em 18px 1.5em 0; }
  .ribbon::after { right: -18px; border-width: 1.5em 0 1.5em 18px; }
}

/* ---------- scroll animation system (v5) ---------- */
.progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 60;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-light));
  box-shadow: 0 0 12px rgba(201,162,75,.6);
}
.js .reveal {
  opacity: 0; transform: translateY(38px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.js .reveal-left { transform: translateX(-56px); }
.js .reveal-right { transform: translateX(56px); }
.js .reveal-scale { transform: scale(.9); }
.js .reveal.in { opacity: 1; transform: none; }

/* hero ambience + parallax */
.hero { overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: -6%; pointer-events: none;
  background: radial-gradient(ellipse 55% 40% at 50% 28%, rgba(201,162,75,.12), transparent 70%);
  animation: breathe 16s ease-in-out infinite alternate;
}
@keyframes breathe { from { transform: scale(1); } to { transform: scale(1.14); } }
.hero-inner { will-change: transform, opacity; }

/* venue */
.venue { margin-top: 3.5rem; }
.venue-name {
  font-family: var(--serif); font-size: 1.6rem; color: var(--ivory);
  letter-spacing: .06em; margin: 1.2rem 0 .2rem;
}
.venue-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem; margin-top: 2.2rem;
}
.venue-fig { margin: 0; }
.venue-fig .frame-box { padding: 10px; overflow: hidden; }
.venue-fig img {
  width: 100%; height: 250px; object-fit: cover; display: block;
  transition: transform 7s ease;
}
.venue-fig:hover img { transform: scale(1.08); }
.venue-fig figcaption {
  font-family: var(--script); font-size: 1.9rem; color: var(--gold-light);
  margin-top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero::before { animation: none; }
  .venue-fig img { transition: none; }
  html { scroll-behavior: auto; }
}
