:root {
  --bg: #081018;
  --bg-alt: #0e1722;
  --panel: rgba(12, 18, 28, 0.78);
  --panel-2: rgba(255, 255, 255, 0.04);
  --text: #f3f6fb;
  --muted: rgba(243, 246, 251, 0.72);
  --gold: #d7b46a;
  --gold-2: #f2d08b;
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(215, 180, 106, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, #09111a 0%, #05080d 100%);
  color: var(--text);
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  background: rgba(6, 11, 17, 0.9);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}

.navbar {
  border-bottom: 1px solid var(--line);
}

.brand-mark {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 4px;
}

.brand-name {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.brand-tagline {
  color: var(--muted);
  font-size: 0.74rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 600;
}

.nav-link.active,
.nav-link:hover {
  color: #fff !important;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #111;
  border: 0;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(215, 180, 106, 0.25);
}

.btn-gold:hover {
  color: #111;
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 13, 0.95) 0%, rgba(4, 8, 13, 0.7) 54%, rgba(4, 8, 13, 0.9) 100%),
    url('https://fotokadastudios.com/wp-content/uploads/2026/04/3-luxury-destination-wedding-photographers-bambolim-beach-resort-fotokada-studios-6-1-scaled.webp') center/cover no-repeat;
  filter: saturate(0.95);
}

.hero-section .container {
  z-index: 1;
}

.eyebrow,
.section-kicker,
.text-gold {
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-title,
.section-title,
.footer-title {
  font-family: 'Playfair Display', serif;
}

.hero-copy,
.section-lead,
.section-body,
.footer-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.hero-image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-card-caption {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.section-compact {
  padding: 5rem 0 2rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1.05;
}

.glass-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.form-control,
.form-select,
textarea.form-control {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(215, 180, 106, 0.5);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(215, 180, 106, 0.15);
}

.form-label {
  color: rgba(255, 255, 255, 0.82);
}

.glass-card:hover {
  transform: translateY(-4px);
  transition: transform 0.25s ease, border-color 0.25s ease;
  border-color: rgba(215, 180, 106, 0.35);
}

.card-top-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-card {
  padding: 28px;
  height: 100%;
}

.stat-pill {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
}

.stat-value {
  font-size: 2rem;
  font-weight: 800;
}

.album-grid img,
.video-thumb {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.album-meta,
.video-meta {
  padding: 20px;
}

.faq-item {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 18px;
  overflow: hidden;
}

.faq-button {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 0;
  text-align: left;
  padding: 18px 20px;
  font-weight: 700;
}

.faq-body {
  border-top: 1px solid var(--line);
  padding: 0 20px 18px;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-title {
  font-size: 2rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.admin-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #071019 0%, #05080c 100%);
}

.admin-card {
  background: rgba(10, 16, 24, 0.85);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.table-darkish {
  --bs-table-bg: transparent;
  --bs-table-color: #fff;
  --bs-table-border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .section-compact {
    padding-top: 3.5rem;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-title {
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }
}
