/* ============================
   Livonia Banquets – Luxury Theme
   Palette:
   - Black: #0a0a0a
   - Charcoal: #141414
   - Surface: #1a1a1a
   - Gold: #c9a84c
   - Cream: #f5f0e8
   - Muted: #b8b0a0
============================ */

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 300;
  background: #0a0a0a;
  color: #f5f0e8;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
}

a { transition: all 0.3s ease; color: inherit; text-decoration: none; }

.container { width: 90%; max-width: 1140px; margin: 0 auto; }
.center { text-align: center; }

/* Header */
header {
  background: rgba(10, 10, 10, 0.95);
  padding: 18px 0;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.nav { display: flex; justify-content: space-between; align-items: center; gap: 18px; }

/* Small logo image */
.brand-logo img{
  height: 48px;
  width: auto;
  display: block;
}

/* Nav links */
nav a {
  margin-left: 28px;
  color: #b8b0a0;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
nav a:hover { color: #c9a84c; }

/* Buttons */
.btn {
  display: inline-block;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
}

.btn-nav {
  padding: 10px 24px;
  background: transparent;
  color: #c9a84c !important;
  border: 1px solid #c9a84c;
  border-radius: 0;
}
.btn-nav:hover { background: #c9a84c; color: #0a0a0a !important; }

.btn-gold {
  padding: 16px 40px;
  background: linear-gradient(135deg, #c9a84c, #dfc06b);
  color: #0a0a0a;
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.3);
}
.btn-gold:hover {
  background: linear-gradient(135deg, #dfc06b, #e8d08a);
  box-shadow: 0 6px 30px rgba(201, 168, 76, 0.5);
  transform: translateY(-2px);
}

.btn-outline {
  padding: 16px 40px;
  background: transparent;
  color: #f5f0e8;
  border: 1px solid rgba(245, 240, 232, 0.3);
  border-radius: 0;
}
.btn-outline:hover { border-color: #c9a84c; color: #c9a84c; }

.btn-lg { padding: 18px 52px; font-size: 0.9rem; }
.btn-full { width: 100%; text-align: center; padding: 16px; }

/* Hero */
.hero {
  position: relative;
  padding: 200px 0 140px;
  text-align: center;
  background:
    linear-gradient(rgba(10, 10, 10, 0.55), rgba(10, 10, 10, 0.85)),
    url("https://drive.google.com/thumbnail?id=1UsjpPTEU9KN5xUhIOzfuaFvaNkZwl6ED&sz=w2400");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(107, 45, 62, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; }
.hero-tagline {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #f5f0e8;
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto; margin-right: auto;
}
.hero-sub {
  font-size: 1.15rem;
  color: #b8b0a0;
  max-width: 560px;
  margin: 0 auto 44px;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Features */
.features-bar {
  background: #141414;
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  padding: 40px 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.feature-item { display: flex; align-items: center; gap: 16px; }
.feature-icon {
  font-size: 1.4rem;
  color: #c9a84c;
  width: 48px; height: 48px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.feature-text strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #f5f0e8;
}
.feature-text span { font-size: 0.8rem; color: #b8b0a0; }

/* Sections */
.section { padding: 100px 0; }
.section-dark { background: #141414; }
.section-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 12px;
}
.section h2 { font-size: 2.6rem; color: #f5f0e8; margin-bottom: 20px; }
.sub-text { color: #b8b0a0; font-size: 1.05rem; max-width: 540px; margin: 0 auto 48px; }

/* Venue */
.venue-layout { max-width: 720px; }
.venue-text p { color: #b8b0a0; font-size: 1.05rem; margin-bottom: 32px; line-height: 1.9; }
.venue-highlights { list-style: none; margin-bottom: 40px; }
.venue-highlights li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #f5f0e8;
  font-size: 0.95rem;
}
.venue-highlights li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 8px; height: 8px;
  background: #c9a84c;
  transform: rotate(45deg);
}

/* Rooms images */
.rooms-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 10px;
}
.room-photo{
  aspect-ratio: 4 / 3;
  background: #1a1a1a;
  border: 1px solid rgba(201,168,76,0.15);
  overflow:hidden;
}
.room-photo img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.rooms-cta { margin-top: 24px; }
.rooms-note{
  margin-top: 16px;
  color:#b8b0a0;
  font-size: 0.95rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* ADDED: Rooms descriptions + exterior */
.rooms-descriptions{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 0 auto 22px;
  max-width: 900px;
  text-align: left;
}
.room-desc h3{
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.room-desc p{
  color:#b8b0a0;
  font-size: 0.95rem;
  line-height: 1.8;
}
.rooms-exterior{
  margin-top: 16px;
  border: 1px solid rgba(201,168,76,0.15);
  background: #1a1a1a;
  overflow:hidden;
}
.rooms-exterior img{
  width:100%;
  height:auto;
  display:block;
  object-fit: cover;
}

/* Gallery images */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-photo{
  aspect-ratio: 4 / 3;
  background: #1a1a1a;
  border: 1px solid rgba(201,168,76,0.15);
  overflow:hidden;
}
.gallery-photo img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

/* Events */
.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.event-card {
  background: #141414;
  border: 1px solid rgba(201, 168, 76, 0.1);
  padding: 40px 28px;
  text-align: center;
  transition: all 0.4s ease;
}
.event-card:hover {
  border-color: rgba(201, 168, 76, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.event-icon { font-size: 2rem; color: #c9a84c; margin-bottom: 20px; }
.event-card h3 { font-size: 1.2rem; color: #f5f0e8; margin-bottom: 12px; }
.event-card p { color: #b8b0a0; font-size: 0.9rem; line-height: 1.7; }

/* CTA */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #1a0f1e 0%, #0a0a0a 50%, #14100a 100%);
  position: relative;
  overflow: hidden;
}
.cta-section::before{
  content:'';
  position:absolute;
  inset:0;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.04) 0%, transparent 70%);
  pointer-events:none;
}
.cta-section h2 { font-size: 2.8rem; margin-bottom: 16px; position: relative; }
.cta-section p { color: #b8b0a0; font-size: 1.1rem; margin-bottom: 40px; position: relative; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info h2 { font-size: 2.2rem; }
.contact-info p { color: #b8b0a0; margin-bottom: 32px; line-height: 1.8; }
.contact-details { display: flex; flex-direction: column; gap: 16px; }
.contact-detail { padding: 16px 0; border-bottom: 1px solid rgba(201, 168, 76, 0.12); }
.contact-detail strong {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 4px;
}
.contact-detail span { color: #f5f0e8; font-size: 0.95rem; }
.contact-form-wrap {
  background: #1a1a1a;
  padding: 44px;
  border: 1px solid rgba(201, 168, 76, 0.12);
}
.contact-form-wrap form { display: flex; flex-direction: column; gap: 14px; }
form input, form textarea {
  width: 100%;
  padding: 14px 18px;
  background: #0a0a0a;
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 0;
  color: #f5f0e8;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  transition: border-color 0.3s ease;
}
form input::placeholder, form textarea::placeholder { color: #6b645a; }
form input:focus, form textarea:focus { outline: none; border-color: #c9a84c; }
form textarea { resize: vertical; min-height: 100px; }

/* Footer */
footer {
  padding: 48px 0 32px;
  background: #0a0a0a;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
}
.footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.footer-title{
  font-family:'Playfair Display', Georgia, serif;
  font-weight:700;
  font-size: 1.4rem;
  font-style: italic; /* CHANGED: make "Livonia" same style as "Banquets" */
}
.footer-title span{ color:#c9a84c; font-style: italic; font-weight: 600; }
.footer-brand p { color: #b8b0a0; font-size: 0.85rem; margin-top: 6px; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { color: #b8b0a0; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; }
.footer-links a:hover { color: #c9a84c; }
.footer-copy p { color: #6b645a; font-size: 0.8rem; }

/* ============================
   Fade-in on scroll
============================ */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.85s ease, transform 0.85s ease;
  will-change: opacity, transform;
}
.reveal.show { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 900px) {
  .hero h1 { font-size: 2.4rem; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .rooms-grid { grid-template-columns: 1fr; }
  .rooms-descriptions { grid-template-columns: 1fr; text-align: center; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 600px) {
  header { padding: 14px 0; }
  .nav { flex-direction: column; gap: 14px; }
  nav a { margin-left: 12px; }
  .hero { padding: 150px 0 100px; }
  .hero h1 { font-size: 1.9rem; }
  .hero-sub { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: center; }
  .section { padding: 64px 0; }
  .section h2 { font-size: 1.9rem; }
  .features-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px; }
  .cta-section h2 { font-size: 2rem; }
  .footer-content { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}
