:root {
  --bg: #11100f;
  --ink: #efe5d7;
  --muted: #cbb89b;
  --gold: #b79049;
  --gold-soft: #e6d2aa;
  --card: rgba(23, 20, 17, 0.84);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Cormorant Garamond", serif;
  color: var(--ink);
  background: radial-gradient(circle at top right, rgba(183, 144, 73, 0.12), transparent 25%), linear-gradient(180deg, #121110 0%, #1a1714 100%);
}
.hidden { display: none !important; }
.lux-hero { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; }
.lux-hero::before,
.lux-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.lux-hero::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 232, 193, 0.12), rgba(255, 232, 193, 0) 30%),
    radial-gradient(circle at 50% 82%, rgba(183, 144, 73, 0.1), rgba(183, 144, 73, 0) 32%);
  animation: lux-spotlight-pulse 14s ease-in-out infinite;
}

.lux-hero::after {
  inset: 12% 10% auto 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 210, 170, 0.38), transparent);
  opacity: 0.7;
}

.lux-slides, .hero__slide, .lux-overlay, .hero__hearts { position: absolute; inset: 0; }
.hero__slide { opacity: 0; transition: opacity 1.05s ease; background: #13100d; overflow: hidden; }
.hero__slide::before { content: ""; position: absolute; inset: -4%; background-image: var(--slide-image); background-size: cover; background-position: center; filter: blur(12px) brightness(0.48) saturate(0.88); transform: scale(1.1); transition: transform 7s ease-out, filter 1.1s ease; }
.hero__slide::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.08), rgba(255,255,255,0.02) 28%, rgba(19,16,13,0) 58%), var(--slide-image); background-size: cover, cover; background-position: center, center; }
.hero__slide.is-active { opacity: 1; }
.hero__slide.is-active::before { transform: scale(1.03); filter: blur(0) brightness(0.52) saturate(0.88); }
.lux-overlay { background: linear-gradient(180deg, rgba(10, 8, 7, 0.25), rgba(10, 8, 7, 0.72)); }
.hero__heart { position: absolute; top: -8%; color: rgba(236, 210, 166, 0.55); opacity: 0; animation: hero-heart-fall linear forwards; }
.lux-hero .hero__heart--sparkle {
  color: rgba(230, 210, 170, 0.72);
  text-shadow: 0 0 8px rgba(183, 144, 73, 0.6), 0 0 18px rgba(183, 144, 73, 0.28);
  filter: drop-shadow(0 0 3px rgba(183, 144, 73, 0.5));
}
@keyframes hero-heart-fall { 0% { transform: translate3d(0, -6%, 0) rotate(0deg) scale(0.9); opacity: 0; } 10% { opacity: 0.8; } 100% { transform: translate3d(var(--heart-drift, 0px), 118vh, 0) rotate(var(--heart-rotate, 180deg)) scale(1.08); opacity: 0; } }
.lux-shell {
  position: relative; z-index: 2; width: min(840px, calc(100% - 2rem)); text-align: center; padding: 3.2rem 1.4rem;
  border: 1px solid rgba(230, 210, 170, 0.25); background: rgba(14, 12, 10, 0.42); backdrop-filter: blur(8px);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.lux-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(230, 210, 170, 0.14);
  pointer-events: none;
}

.lux-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 242, 214, 0.05) 44%, transparent 66%);
  transform: translateX(-120%);
  animation: lux-panel-sheen 7.8s ease-in-out infinite;
  pointer-events: none;
}

.lux-shell > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  animation: lux-content-rise 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.lux-shell > :nth-child(1) { animation-delay: 140ms; }
.lux-shell > :nth-child(2) { animation-delay: 260ms; }
.lux-shell > :nth-child(3) { animation-delay: 380ms; }
.lux-shell > :nth-child(4) { animation-delay: 500ms; }
.lux-shell > :nth-child(5) { animation-delay: 620ms; }
.lux-kicker { margin: 0; font-family: "Cormorant Garamond", serif; font-style: italic; text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.72rem; color: var(--gold-soft); }
.lux-kicker--dark { color: var(--gold); }
.lux-kicker { text-shadow: 0 4px 16px rgba(0, 0, 0, 0.24); }
.lux-title { margin: 0.9rem 0 0.4rem; font-family: "Great Vibes", cursive; font-size: clamp(3.2rem, 8vw, 5.6rem); font-weight: 400; letter-spacing: 0.04em; text-shadow: 0 16px 34px rgba(0, 0, 0, 0.34); }
.lux-date { margin: 0; font-family: "Cormorant Garamond", serif; font-style: italic; color: var(--gold-soft); letter-spacing: 0.18em; text-transform: uppercase; text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28); }
.lux-line { max-width: 700px; margin: 1.4rem auto 0; line-height: 1.9; color: rgba(239, 229, 215, 0.88); text-shadow: 0 10px 26px rgba(0, 0, 0, 0.3); }
.lux-actions { margin-top: 1.8rem; }
.lux-btn, .lux-admin {
  display: inline-block; text-decoration: none; padding: 0.95rem 1.55rem; border-radius: 999px; border: 1px solid rgba(230,210,170,0.26);
  background: linear-gradient(135deg, #b79049, #8f6f35); color: #15120f; font-weight: 700; cursor: pointer; transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
  font-family: "Cinzel", serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.76rem;
}
.lux-admin { margin-top: 0.75rem; background: rgba(255,255,255,0.08); color: var(--ink); }
.lux-btn:hover, .lux-admin:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22); }
.lux-main { width: min(1180px, 92vw); margin: 0 auto; padding: 3rem 0 4rem; }
.lux-band { display: grid; grid-template-columns: 1.5fr 0.95fr; gap: 1rem; align-items: start; }
.lux-copy, .lux-sidecard { background: var(--card); border: 1px solid rgba(183, 144, 73, 0.22); padding: clamp(1.45rem, 2.8vw, 2.4rem); position: relative; overflow: hidden; }
.lux-copy, .lux-sidecard { transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease; }
.lux-copy:hover, .lux-sidecard:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18); border-color: rgba(183, 144, 73, 0.34); }
.lux-copy::before,
.lux-sidecard::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 210, 170, 0.5), transparent);
}

.lux-copy::after,
.lux-sidecard::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 210, 170, 0.22), transparent);
}
.lux-copy > *,
.lux-sidecard > * {
  opacity: 0;
  transform: translateY(18px);
  animation: lux-content-rise 820ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.lux-copy > :nth-child(1),
.lux-sidecard > :nth-child(1) { animation-delay: 120ms; }

.lux-copy > :nth-child(2),
.lux-sidecard > :nth-child(2) { animation-delay: 220ms; }

.lux-copy > :nth-child(3),
.lux-sidecard > :nth-child(3) { animation-delay: 320ms; }

.lux-copy > :nth-child(4),
.lux-sidecard > :nth-child(4) { animation-delay: 420ms; }

.lux-section > * {
  opacity: 0;
  transform: translateY(14px);
  animation: lux-content-rise 780ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.lux-section > :nth-child(1) { animation-delay: 150ms; }
.lux-section > :nth-child(2) { animation-delay: 240ms; }
.lux-section > :nth-child(3) { animation-delay: 330ms; }
.lux-section > :nth-child(4) { animation-delay: 430ms; }

.lux-list li {
  opacity: 0;
  transform: translateX(-10px);
  animation: lux-list-rise 720ms ease forwards;
}

.lux-list li:nth-child(1) { animation-delay: 260ms; }
.lux-list li:nth-child(2) { animation-delay: 340ms; }
.lux-list li:nth-child(3) { animation-delay: 420ms; }
.lux-list li:nth-child(4) { animation-delay: 500ms; }
.lux-list li:nth-child(5) { animation-delay: 580ms; }
.lux-copy h2 { margin: 0.4rem 0 0.6rem; font-family: "Cinzel", serif; font-size: clamp(2.35rem, 4.5vw, 3.4rem); font-weight: 600; }
.lux-sidecard h3 { margin: 0.4rem 0 0.5rem; font-family: "Cinzel", serif; font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 600; }

.lux-copy__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 0.8rem;
  color: var(--gold);
}

.lux-copy__ornament span {
  width: clamp(60px, 10vw, 100px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 144, 73, 0.7), transparent);
}

.lux-copy__ornament strong {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.lux-copy__header { margin-bottom: 0.6rem; }

.lux-message-shell {
  position: relative;
  padding: clamp(1rem, 2vw, 1.6rem);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(28, 24, 20, 0.88), rgba(18, 15, 12, 0.72));
  box-shadow: inset 0 0 0 1px rgba(230, 210, 170, 0.1), 0 14px 30px rgba(0, 0, 0, 0.2);
}

.lux-message-shell::before,
.lux-message-shell::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 210, 170, 0.3), transparent);
}

.lux-message-shell::before { top: 0.85rem; }
.lux-message-shell::after { bottom: 0.85rem; }

.lux-message {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 2.05;
  color: rgba(239, 229, 215, 0.9);
  font-size: clamp(1.1rem, 1.48vw, 1.2rem);
  padding: 1.55rem 1.4rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(35, 30, 25, 0.65), rgba(20, 17, 13, 0.5));
  box-shadow: inset 0 0 0 1px rgba(230, 210, 170, 0.07);
  text-align: center;
}

.lux-highlight { color: var(--gold-soft); font-family: "Great Vibes", cursive; font-size: 1.6em; font-weight: 400; }

.lux-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.lux-address { margin: 0; color: var(--muted); padding: 0.95rem 1rem; border-left: 3px solid rgba(230, 210, 170, 0.7); border-radius: 14px; background: rgba(24, 20, 17, 0.76); }

.lux-section__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.2rem;
}

.lux-chip {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(183, 144, 73, 0.14);
  border: 1px solid rgba(183, 144, 73, 0.22);
  color: var(--gold-soft);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lux-section__intro {
  margin: 0 0 0.9rem;
  font-family: "Cormorant Garamond", serif;
  color: rgba(203, 184, 155, 0.7);
  line-height: 1.65;
  font-size: 0.93rem;
}

.lux-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; font-family: "Cormorant Garamond", serif; }

.lux-list li {
  position: relative;
  padding: 0.9rem 0.95rem;
  border-radius: 14px;
  background: rgba(24, 20, 17, 0.72);
  border: 1px solid rgba(230, 210, 170, 0.09);
  color: var(--muted);
}

.lux-list--drinks li {
  padding-left: 3rem;
}

.lux-list--drinks li::before {
  content: "\2726";
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 0.72rem;
}

.lux-list--timeline li {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 0.65rem;
  padding-left: 0.9rem;
}

.lux-list--timeline .timeline-index {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(183, 144, 73, 0.22), rgba(183, 144, 73, 0.08));
  border: 1px solid rgba(183, 144, 73, 0.24);
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.lux-list--timeline .timeline-time {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--gold-soft);
  min-width: 3.2rem;
}

.lux-line,
.lux-address,
.lux-list--timeline .timeline-detail,
.lux-footer p {
  font-family: "Cormorant Garamond", serif;
}

.lux-list--timeline .timeline-detail {
  color: var(--muted);
  line-height: 1.5;
}
.lux-sidecard__divider {
  height: 1px;
  margin: 0.9rem 0 1rem;
  background: linear-gradient(90deg, transparent, rgba(230, 210, 170, 0.35), transparent);
}
.lux-footer {
  text-align: center;
  padding: 1.2rem 1rem 2rem;
  color: var(--muted);
}

.lux-footer p {
  margin: 0.2rem 0;
}

.lux-footer p:first-child {
  color: var(--gold-soft);
  font-weight: 600;
}

.lux-brand {
  display: inline-block;
  margin: 0.38rem auto;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(183, 144, 73, 0.12);
  border: 1px solid rgba(183, 144, 73, 0.24);
}

.motion-reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
  transition: opacity 780ms ease, transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: transform, opacity;
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes lux-spotlight-pulse {
  0%, 100% {
    opacity: 0.95;
    transform: scale(1);
  }

  50% {
    opacity: 0.74;
    transform: scale(1.04);
  }
}

@keyframes lux-panel-sheen {
  0%, 100% {
    transform: translateX(-120%);
    opacity: 0;
  }

  26% {
    opacity: 0;
  }

  44% {
    opacity: 1;
  }

  68% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes lux-content-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lux-list-rise {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lux-hero::before,
  .lux-hero::after,
  .lux-shell::after,
  .lux-shell > *,
  .lux-copy > *,
  .lux-sidecard > *,
  .lux-section > *,
  .lux-list li,
  .motion-reveal {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .hero__slide,
  .hero__slide::before,
  .lux-btn,
  .lux-admin,
  .lux-copy,
  .lux-sidecard {
    transition: none;
  }
}

@media (max-width: 820px) {
  .lux-hero {
    min-height: 88svh;
  }

  .lux-shell {
    width: calc(100% - 1.1rem);
    padding: 2.2rem 0.9rem;
  }

  .lux-kicker {
    letter-spacing: 0.18em;
    font-size: 0.68rem;
  }

  .lux-title {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .lux-date {
    letter-spacing: 0.1em;
    font-size: 0.93rem;
  }

  .lux-line {
    font-size: 0.93rem;
    line-height: 1.68;
    margin-top: 1rem;
  }

  .lux-btn,
  .lux-admin {
    width: min(100%, 300px);
    text-align: center;
  }

  .lux-main {
    width: calc(100% - 1rem);
    padding: 2.2rem 0 3rem;
  }

  .lux-band {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .lux-copy,
  .lux-sidecard {
    padding: 1.05rem;
  }

  .lux-copy h2 {
    font-size: clamp(1.7rem, 8.5vw, 2.4rem);
  }

  .lux-sidecard h3 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .lux-message-shell { padding: 0.85rem; }

  .lux-message {
    line-height: 1.78;
    font-size: 1rem;
    padding: 1rem;
  }

  .lux-list--timeline li {
    grid-template-columns: auto auto 1fr;
    gap: 0.5rem;
  }

  .lux-section__top { flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .lux-shell {
    width: calc(100% - 0.75rem);
    padding: 1.95rem 0.78rem;
  }

  .lux-kicker {
    letter-spacing: 0.12em;
    font-size: 0.64rem;
  }

  .lux-title {
    font-size: clamp(1.8rem, 12vw, 2.45rem);
  }

  .lux-date {
    font-size: 0.9rem;
  }

  .lux-line {
    font-size: 0.92rem;
  }

  .lux-main {
    width: calc(100% - 0.72rem);
    padding: 1.8rem 0 2.5rem;
  }

  .lux-copy,
  .lux-sidecard {
    padding: 0.94rem;
  }

  .lux-footer {
    font-size: 0.9rem;
    padding: 1rem 0.85rem 1.7rem;
  }
}
