:root {
  --black: #060606;
  --black-soft: #0d0b0d;
  --panel: #121012;
  --gold: #d6a74f;
  --gold-light: #f0cf83;
  --plum: #7e4d70;
  --plum-light: #b989a9;
  --cream: #f5efe5;
  --muted: #c9c0c5;
  --line: rgba(214, 167, 79, 0.28);
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  background: var(--gold-light);
  color: var(--black);
  padding: .75rem 1rem;
  border-radius: 8px;
}
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(6,6,6,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(6,6,6,.94); box-shadow: 0 10px 40px rgba(0,0,0,.25); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 84px; height: 72px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 100%; transform: scale(1.25); }
.site-nav { display: flex; align-items: center; gap: 1.8rem; }
.site-nav a { text-decoration: none; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; color: #eee7ec; transition: color .2s ease; }
.site-nav a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); border-radius: 999px; padding: .72rem 1.15rem; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 6px 0; background: var(--cream); }

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 150px 0 90px;
  background:
    radial-gradient(circle at 72% 45%, rgba(126,77,112,.18), transparent 38%),
    radial-gradient(circle at 24% 35%, rgba(214,167,79,.10), transparent 35%),
    linear-gradient(135deg, #050505 0%, #0c090b 48%, #050505 100%);
  isolation: isolate;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent, black 30%, black 70%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .18; z-index: -1; }
.hero-glow-one { width: 420px; height: 420px; background: var(--plum); right: -120px; top: 18%; }
.hero-glow-two { width: 320px; height: 320px; background: var(--gold); left: -160px; bottom: 8%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3.5rem; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 1rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .24em; font-size: .75rem; font-weight: 700; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.4rem, 6.8vw, 6.8rem); letter-spacing: -.045em; margin-bottom: 1.4rem; }
h2 { font-size: clamp(2.55rem, 5vw, 4.8rem); letter-spacing: -.035em; margin-bottom: 1.25rem; }
h3 { font-size: 1.55rem; }
.hero-text { max-width: 610px; color: var(--muted); font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.45rem; border-radius: 999px; text-decoration: none; font-weight: 700; letter-spacing: .04em; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #100d08; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 34px rgba(214,167,79,.18); }
.button-primary:hover { box-shadow: 0 16px 40px rgba(214,167,79,.28); }
.button-ghost { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.02); }
.button-ghost:hover { border-color: var(--plum-light); }
.hero-highlights { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin-top: 2rem; color: #ddd3da; font-size: .86rem; }
.hero-highlights span::before { content: "✦"; color: var(--gold); margin-right: .55rem; }
.hero-art { display: grid; place-items: center; }
.logo-stage { width: min(100%, 560px); aspect-ratio: 1; display: grid; place-items: center; position: relative; }
.logo-stage img { width: 92%; filter: drop-shadow(0 30px 45px rgba(0,0,0,.55)); }
.logo-halo { position: absolute; inset: 9%; border-radius: 50%; border: 1px solid rgba(214,167,79,.32); box-shadow: 0 0 100px rgba(126,77,112,.16), inset 0 0 80px rgba(214,167,79,.05); animation: breathe 6s ease-in-out infinite; }
@keyframes breathe { 0%,100% { transform: scale(.98); opacity:.55; } 50% { transform: scale(1.04); opacity:1; } }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); text-decoration: none; color: #aaa0a7; font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; }
.scroll-cue::after { content:""; display:block; width:1px; height:36px; background: linear-gradient(var(--gold), transparent); margin: .7rem auto 0; }

.section { padding: 120px 0; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: start; }
.intro { background: var(--cream); color: #1b171a; }
.intro .eyebrow { color: #8b6122; }
.intro-copy { font-size: 1.14rem; color: #4a4147; }
.intro-copy p:first-child { margin-top: .25rem; }
.section-heading.centered { text-align: center; max-width: 760px; margin: 0 auto 4rem; }
.section-heading.centered > p:last-child { color: var(--muted); font-size: 1.08rem; }

.events-section { background: linear-gradient(180deg, #0a090a, #060606); }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.event-card { min-height: 480px; position: relative; overflow: hidden; padding: 2rem; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: end; isolation: isolate; box-shadow: var(--shadow); }
.event-card::before, .event-card::after { content:""; position:absolute; inset:0; z-index:-2; transition: transform .5s ease, opacity .5s ease; }
.event-card::after { z-index:-1; background: linear-gradient(to top, rgba(0,0,0,.97) 8%, rgba(0,0,0,.48) 62%, rgba(0,0,0,.14)); }
.card-weddings::before { background: radial-gradient(circle at 70% 20%, rgba(239,207,131,.52), transparent 30%), linear-gradient(145deg, #704d61, #20151b 70%); }
.card-corporate::before { background: radial-gradient(circle at 30% 18%, rgba(214,167,79,.38), transparent 30%), linear-gradient(145deg, #252027, #0e0d0f 70%); }
.card-celebrations::before { background: radial-gradient(circle at 76% 14%, rgba(185,137,169,.55), transparent 31%), linear-gradient(145deg, #5b344f, #191015 72%); }
.event-card:hover::before { transform: scale(1.06); }
.card-number { position: absolute; top: 1.7rem; right: 1.7rem; font-family: Georgia, serif; font-size: 3rem; color: rgba(255,255,255,.18); }
.card-kicker { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: .69rem; }
.card-content h3 { font-size: 2.25rem; margin-bottom: .75rem; }
.card-content p:last-child { color: #d1c8ce; margin-bottom: 0; }

.details-section { background: #f1ebe2; color: #211b20; }
.details-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 6rem; align-items: center; }
.details-visual { min-height: 650px; position: relative; }
.visual-frame { position: absolute; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(37,27,33,.18); }
.frame-one { inset: 0 12% 10% 0; background: radial-gradient(circle at 75% 20%, rgba(240,207,131,.5), transparent 26%), linear-gradient(150deg, #8c5a79, #261a23 72%); }
.frame-two { width: 54%; height: 46%; right: 0; bottom: 0; border: 8px solid #f1ebe2; background: radial-gradient(circle at 25% 24%, rgba(214,167,79,.55), transparent 24%), linear-gradient(145deg, #1c181c, #66435b); }
.visual-quote { position: absolute; left: 3rem; right: 23%; bottom: 5rem; z-index: 2; color: #fff; font-family: Georgia, serif; font-size: clamp(1.7rem, 3.5vw, 3rem); line-height: 1.2; }
.details-copy .eyebrow { color: #8b6122; }
.feature-list { margin: 2rem 0; }
.feature-item { display: grid; grid-template-columns: 34px 1fr; gap: .8rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(47,35,42,.12); }
.feature-item h3 { font-size: 1.3rem; margin-bottom: .35rem; }
.feature-item p { color: #5b5057; margin: 0; }
.feature-icon { color: #986c26; font-size: 1.1rem; padding-top: .2rem; }
.text-link { text-decoration: none; color: #6f3f61; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: .2rem; }

.process-section { background: #0b090b; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.process-step { padding: 1.8rem; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.035), transparent); min-height: 260px; }
.process-step > span { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; }
.process-step h3 { margin: 1.5rem 0 .65rem; }
.process-step p { color: var(--muted); margin: 0; }

.about-section { background: linear-gradient(120deg, #2a1823, #090708 58%); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: center; }
.about-copy { max-width: 650px; }
.about-copy > p:not(.eyebrow) { color: #d4cad1; font-size: 1.08rem; }
.about-mark { display: grid; place-items: center; }
.about-mark img { width: min(100%, 440px); filter: drop-shadow(0 24px 45px rgba(0,0,0,.45)); }

.inquiry-section { background: #f5efe7; color: #1e191c; }
.inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.inquiry-copy .eyebrow { color: #8b6122; }
.inquiry-copy > p { color: #61565d; font-size: 1.08rem; }
.contact-lines { margin-top: 2.2rem; display: grid; gap: 1rem; }
.contact-lines p { margin: 0; color: #4e444a; }
.contact-lines strong { color: #261f23; }
.contact-lines a { color: #6f3f61; }
.inquiry-form { background: #fff; border-radius: var(--radius); padding: 2rem; box-shadow: 0 25px 80px rgba(61,45,54,.13); }
.inquiry-form label { display: grid; gap: .42rem; color: #372f34; font-size: .86rem; font-weight: 700; margin-bottom: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input, select, textarea { width: 100%; border: 1px solid #d7ccd3; border-radius: 10px; padding: .85rem .9rem; background: #fcfafb; color: #201b1e; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(126,77,112,.12); }
textarea { resize: vertical; }
.submit-button { width: 100%; border: 0; }
.form-note { text-align: center; color: #776b72; font-size: .78rem; margin: .8rem 0 0; }

.site-footer { padding: 60px 0 24px; background: #050505; border-top: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; }
.footer-brand { width: 130px; }
.footer-links, .footer-social { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footer-links a, .footer-social a { text-decoration: none; color: #cfc5cb; font-size: .82rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 2rem; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; color: #81787e; font-size: .76rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-nav { position: absolute; top: 92px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 1rem 1.25rem 1.4rem; background: rgba(6,6,6,.98); border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .75rem 0; }
  .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid, .two-column, .details-grid, .about-grid, .inquiry-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero-actions, .hero-highlights { justify-content: center; }
  .hero-art { margin-top: 1rem; }
  .logo-stage { max-width: 470px; }
  .two-column, .details-grid, .about-grid, .inquiry-grid { gap: 3rem; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 390px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .details-visual { min-height: 540px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 1.4rem), var(--max)); }
  .nav-wrap { height: 78px; }
  .brand { width: 70px; height: 60px; }
  .site-nav { top: 78px; }
  .hero { padding-top: 120px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .section { padding: 82px 0; }
  .hero-art { display: none; }
  .scroll-cue { display: none; }
  .process-grid, .form-row { grid-template-columns: 1fr; }
  .details-visual { min-height: 420px; }
  .visual-quote { left: 1.5rem; right: 1.5rem; bottom: 3rem; }
  .inquiry-form { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
