:root {
  --plum: #4b1230;
  --plum-dark: #220917;
  --rose: #a93f70;
  --orchid: #f8d7e8;
  --gold: #d8ad5f;
  --cream: #fff8ef;
  --paper: #ffffff;
  --ink: #211820;
  --muted: #6e6068;
  --line: rgba(75, 18, 48, 0.16);
  --shadow: 0 28px 80px rgba(75, 18, 48, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(248, 215, 232, 0.42), transparent 34%),
    linear-gradient(315deg, rgba(216, 173, 95, 0.18), transparent 34%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(34, 9, 23, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--plum);
  background: linear-gradient(135deg, #fff, var(--orchid));
  border-radius: 50%;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
}

.brand small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: clamp(13px, 1.8vw, 26px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav a:hover {
  color: #fff;
}

.menu-toggle {
  display: none;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--plum));
  box-shadow: 0 18px 42px rgba(169, 63, 112, 0.28);
}

.btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-ghost.dark {
  color: var(--plum);
  background: #fff;
  border-color: var(--line);
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  min-height: 100vh;
  padding: 150px clamp(18px, 4vw, 56px) 58px;
  overflow: hidden;
  color: #fff;
  background: var(--plum-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(34, 9, 23, 0.94), rgba(34, 9, 23, 0.62) 48%, rgba(34, 9, 23, 0.22)),
    linear-gradient(0deg, rgba(34, 9, 23, 0.88), transparent 44%);
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(3rem, 7vw, 7.4rem);
  line-height: 0.92;
  text-wrap: balance;
}

.hero p:not(.eyebrow) {
  max-width: 740px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-panel {
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 248, 239, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel span {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.3rem;
  line-height: 1;
}

.hero .hero-panel p {
  color: var(--muted);
  line-height: 1.55;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--plum);
  color: #fff;
}

.proof-strip div {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.06);
}

.proof-strip span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1;
}

.proof-strip p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.section {
  padding: clamp(76px, 8vw, 118px) clamp(18px, 4vw, 56px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.52fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.light {
  color: #fff;
}

.section-heading h2,
.section-copy h2,
.contact h2 {
  font-size: clamp(2.1rem, 4.7vw, 4.6rem);
  line-height: 0.98;
}

.section-heading p:last-child,
.section-copy p,
.contact p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.section-heading.light p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.about,
.buffet,
.faq {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 16px 18px;
  color: var(--plum);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.about-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-card div {
  padding: 22px;
}

.about-card strong,
.about-card span {
  display: block;
}

.about-card strong {
  color: var(--plum);
  font-weight: 900;
}

.about-card span {
  margin-top: 4px;
  color: var(--muted);
}

.events {
  background: #fff;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.event-grid article {
  min-height: 292px;
  padding: 26px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.event-grid span {
  color: var(--rose);
  font-weight: 900;
}

.event-grid h3 {
  margin-top: 26px;
  color: var(--plum);
  font-size: 1.8rem;
}

.event-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.buffet {
  color: #fff;
  background: var(--plum-dark);
}

.buffet .section-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.buffet-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.feature-cards div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.feature-cards strong,
.feature-cards span {
  display: block;
}

.feature-cards span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
}

.gallery button {
  min-height: 220px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.gallery button:first-child {
  grid-row: span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery button:hover img {
  transform: scale(1.04);
}

.testimonials {
  background: var(--plum-dark);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rating-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 18px;
  align-items: center;
  width: min(100%, 520px);
  margin: 0 0 22px;
  padding: 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.rating-card span {
  grid-row: span 2;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 0.9;
}

.rating-card strong {
  font-size: 1.1rem;
}

.rating-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.rating-card .stars {
  color: var(--gold);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

blockquote {
  margin: 0;
  padding: 30px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

blockquote p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.28;
}

cite {
  display: block;
  margin-top: 22px;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  color: var(--plum);
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.contact {
  padding: clamp(76px, 8vw, 118px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(34, 9, 23, 0.9), rgba(34, 9, 23, 0.28)),
    url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1500,h=900,fit=crop/Yg2LlDaNXefvPDnV/img_2147-AQE8JRegkLuv8693.jpeg") center / cover;
}

.contact-card {
  width: min(100%, 760px);
  padding: clamp(28px, 5vw, 52px);
  color: #fff;
  background: rgba(34, 9, 23, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.contact-card p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--plum-dark);
}

.footer strong,
.footer a {
  color: #fff;
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #fff;
  background: #16a34a;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.32);
  font-weight: 900;
}

.gallery-dialog {
  width: min(94vw, 980px);
  padding: 0;
  background: transparent;
  border: 0;
}

.gallery-dialog::backdrop {
  background: rgba(20, 7, 14, 0.82);
}

.gallery-dialog img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 8px;
}

.dialog-close {
  display: block;
  margin: 0 0 12px auto;
  padding: 10px 14px;
  color: var(--plum);
  background: #fff;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .header-cta {
    display: none;
  }

  .about,
  .buffet,
  .faq,
  .section-heading,
  .hero {
    grid-template-columns: 1fr;
  }

  .event-grid,
  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    align-items: flex-start;
    padding: 13px 16px;
  }

  .brand small {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0 12px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-weight: 900;
  }

  .nav {
    position: absolute;
    top: 70px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    background: rgba(34, 9, 23, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 14px;
  }

  .hero {
    min-height: auto;
    padding: 118px 18px 44px;
  }

  h1 {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
    line-height: 0.96;
  }

  .hero-bg::after {
    background:
      linear-gradient(90deg, rgba(34, 9, 23, 0.96), rgba(34, 9, 23, 0.74)),
      linear-gradient(0deg, rgba(34, 9, 23, 0.9), transparent 44%);
  }

  .hero-actions,
  .contact-actions,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .event-grid,
  .proof-strip,
  .feature-cards,
  .testimonial-grid,
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery button:first-child {
    grid-row: auto;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 50px;
  }
}
