:root {
  --bg: #070707;
  --bg-soft: #111214;
  --surface: #16181c;
  --surface-2: #1e2126;
  --text: #f4f1ea;
  --muted: #bdb6a7;
  --line: rgba(255,255,255,.1);
  --gold: #d4a94e;
  --gold-strong: #b9851d;
  --gold-soft: rgba(212,169,78,.16);
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 22px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100% - 32px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(180deg, #050506 0%, #0d0f13 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
main { overflow: hidden; }
.container { width: var(--container); margin: 0 auto; }
.section { padding: 88px 0; }
.section--tight { padding-top: 48px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: .85rem; text-transform: uppercase;
  letter-spacing: .18em; color: var(--gold); font-weight: 700; margin-bottom: 18px;
}
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; line-height: 1.1; margin: 0 0 16px; }
h1 { font-size: clamp(2.6rem, 6vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.3rem; }
p { color: var(--muted); line-height: 1.75; margin: 0 0 16px; }
.site-header { position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(14px); background: rgba(8,9,11,.82); border-bottom: 1px solid rgba(255,255,255,.06); }
.topbar { background: rgba(255,255,255,.03); border-bottom: 1px solid rgba(255,255,255,.06); font-size: .93rem; }
.topbar__inner, .navbar, .footer-bottom__inner, .contact-strip__grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__items, .social-links, .hero-actions, .hero-highlights, .directory-icons, .payment-icons, .service-anchor-nav, .gallery-filters, .cta-banner__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.topbar a, .topbar span { color: var(--muted); }
.topbar__inner { padding: 10px 0; }
.topbar i { color: var(--gold); margin-right: 8px; }
.brand img { width: 240px; }
.navbar { padding: 18px 0; }
.nav-menu { display: flex; align-items: center; gap: 24px; }
.nav-menu > a, .nav-dropdown > a { color: #ece5d8; font-weight: 600; position: relative; }
.nav-menu .active, .nav-menu > a:hover, .nav-dropdown:hover > a { color: var(--gold); }
.nav-dropdown { position: relative; }
.dropdown-panel {
  position: absolute; top: calc(100% + 14px); left: 0; min-width: 260px; background: rgba(15,16,19,.98);
  border: 1px solid rgba(212,169,78,.18); border-radius: 16px; box-shadow: var(--shadow); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease;
}
.nav-dropdown:hover .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-panel a { display: block; padding: 11px 14px; border-radius: 12px; color: var(--muted); }
.dropdown-panel a:hover { background: var(--gold-soft); color: var(--white); }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold) 0%, #f2c86e 55%, var(--gold-strong) 100%); color: #16120a; font-weight: 800; border: none; box-shadow: 0 14px 30px rgba(185,133,29,.25); transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(185,133,29,.32); }
.button--small { min-height: 44px; padding: 0 18px; font-size: .94rem; }
.button--ghost, .button--ghost-dark {
  background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.14); box-shadow: none;
}
.button--ghost-dark { border-color: rgba(0,0,0,.14); color: #14120d; }
.button--dark { background: #131313; color: var(--white); box-shadow: none; }
.hero { padding: 70px 0 90px; }
.hero-grid, .split-section, .contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; }
.hero-copy p { font-size: 1.08rem; max-width: 640px; }
.hero-highlights div, .feature-card, .story-card, .service-card, .service-detail, .contact-form-wrap, .contact-info, .admin-panel, .owner-card {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-highlights div { padding: 18px 20px; min-width: 150px; }
.hero-highlights strong, .feature-card span { display: block; font-family: 'Manrope', sans-serif; font-size: 1.6rem; color: var(--gold); margin-bottom: 4px; }
.hero-visual { position: relative; min-height: 620px; }
.hero-card { position: absolute; overflow: hidden; border-radius: 30px; border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.hero-card img, .split-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--main { inset: 0 70px 50px 0; }
.hero-card--accent { width: 260px; height: 330px; right: 0; bottom: 0; }
.dark-panel { background: radial-gradient(circle at top, rgba(212,169,78,.12), transparent 48%), rgba(255,255,255,.02); }
.stats-grid, .services-grid, .story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stats-grid article, .story-card, .service-card { padding: 28px; }
.stats-grid i, .story-card i, .service-card i, .service-detail__icon i { font-size: 1.6rem; color: var(--gold); margin-bottom: 18px; }
.split-copy { max-width: 620px; }
.feature-stack { display: grid; gap: 18px; }
.feature-card { padding: 26px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.check-list li::before { content: '\f058'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--gold); margin-right: 10px; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 220px; }
.gold-band { background: linear-gradient(90deg, rgba(212,169,78,.96), rgba(236,201,117,.96)); }
.cta-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-banner h2, .cta-banner .eyebrow { color: #17120b; }
.gallery-preview, .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-preview__item, .gallery-item { overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); background: transparent; padding: 0; }
.gallery-preview__item img, .gallery-item img { width: 100%; height: 280px; object-fit: cover; transition: transform .35s ease; }
.gallery-preview__item:hover img, .gallery-item:hover img { transform: scale(1.06); }
.contact-strip { border-top: 1px solid var(--line); }
.contact-strip__grid { justify-content: center; gap: 36px; flex-wrap: wrap; }
.contact-strip__grid i { color: var(--gold); margin-right: 10px; }
.page-hero { padding: 100px 0 44px; background: radial-gradient(circle at top right, rgba(212,169,78,.16), transparent 38%); }
.page-hero--inner h1 { font-size: clamp(2.4rem, 4vw, 4rem); max-width: 860px; }
.split-media img { border-radius: 28px; min-height: 520px; object-fit: cover; box-shadow: var(--shadow); }
.split-section--reverse { grid-template-columns: .95fr 1.05fr; }
.owner-card, .admin-panel { padding: 34px; display: grid; gap: 18px; }
.owner-badges, .contact-cards { display: grid; gap: 12px; }
.owner-badges span, .contact-cards div, .directory-icons span, .payment-icons span { display: inline-flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.04); color: var(--text); }
.story-grid { margin-top: 10px; }
.service-anchor-nav-wrap { padding-bottom: 10px; }
.service-anchor-nav a, .gallery-filter {
  padding: 12px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); color: var(--text);
}
.gallery-filter.active { background: var(--gold); color: #13100b; border-color: transparent; }
.service-detail-grid { display: grid; gap: 22px; }
.service-detail { display: grid; grid-template-columns: 100px 1fr; gap: 22px; padding: 28px; }
.service-detail__icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 20px; background: var(--gold-soft); }
.lightbox {
  position: fixed; inset: 0; display: none; place-items: center; background: rgba(0,0,0,.88); z-index: 1200;
}
.lightbox.is-open { display: grid; }
.lightbox__image { max-width: min(92vw, 1200px); max-height: 80vh; border-radius: 20px; }
.lightbox__close, .lightbox__nav {
  position: absolute; border: 0; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff;
}
.lightbox__close { top: 30px; right: 30px; }
.lightbox__nav--prev { left: 24px; }
.lightbox__nav--next { right: 24px; }
.contact-grid { align-items: start; }
.contact-info, .contact-form-wrap { padding: 32px; }
.contact-cards div { align-items: start; }
.contact-form label, .admin-login label, .admin-script-form label { display: grid; gap: 8px; margin-bottom: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
input, textarea {
  width: 100%; padding: 15px 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); color: var(--white);
}
textarea { resize: vertical; }
.field-error { border-color: #ff7575; }
.alert { padding: 14px 16px; border-radius: 14px; margin-bottom: 16px; }
.alert--success { background: rgba(37, 171, 97, .16); border: 1px solid rgba(37,171,97,.4); color: #d5f5e3; }
.alert--error { background: rgba(215, 64, 64, .14); border: 1px solid rgba(215,64,64,.4); color: #ffd8d8; }
.site-footer { border-top: 1px solid rgba(255,255,255,.08); background: #090a0d; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 28px; padding: 60px 0; }
.footer-logo { width: 220px; margin-bottom: 14px; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; color: var(--muted); }
.footer-list i { color: var(--gold); margin-right: 10px; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.footer-bottom__inner p { margin: 0; }
.whatsapp-float {
  position: fixed; left: 18px; bottom: 18px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; z-index: 1100;
  background: #25d366; color: white; font-size: 1.8rem; box-shadow: 0 16px 30px rgba(37,211,102,.35);
}
.nav-toggle { display: none; width: 48px; height: 48px; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: transparent; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px auto; }
.desktop-only { display: inline-flex; }
.mobile-only { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: .7s ease; }
.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: none; }
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.admin-note { font-size: .92rem; }
@media (max-width: 1080px) {
  .hero-grid, .split-section, .contact-grid, .footer-grid, .stats-grid, .story-grid, .services-grid, .gallery-preview, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { min-height: 500px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .topbar { display: none; }
  .desktop-only { display: none; }
  .mobile-only { display: inline-flex; }
  .navbar { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
  .brand { flex-shrink: 0; }
  .nav-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; width: 48px; height: 48px; padding: 0; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: transparent; }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 3px 0; }
  .nav-menu { position: absolute; top: 100%; left: 16px; right: 16px; background: rgba(10,11,14,.98); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 18px; flex-direction: column; align-items: stretch; display: none; }
  .nav-menu.is-open { display: flex; }
  .dropdown-panel { position: static; opacity: 1; visibility: visible; transform: none; min-width: 100%; box-shadow: none; background: rgba(255,255,255,.03); margin-top: 10px; }
  .hero-grid, .split-section, .contact-grid, .stats-grid, .story-grid, .services-grid, .gallery-preview, .gallery-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .hero-card--main { inset: 0 30px 40px 0; }
  .hero-card--accent { width: 180px; height: 240px; }
  .cta-banner, .footer-bottom__inner { flex-direction: column; align-items: flex-start; }
  .brand img { width: 210px; }
}
@media (max-width: 560px) {
  .section { padding: 72px 0; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
  .hero { padding-top: 40px; }
  .hero-highlights { display: grid; grid-template-columns: 1fr; }
  .hero-card--main { inset: 0 0 80px 0; }
  .hero-card--accent { width: 150px; height: 180px; }
  .service-detail { grid-template-columns: 1fr; }
  .lightbox__nav { display: none; }
}
.directory-icons img { width: 60px !important; height: 60px !important; object-fit: contain; flex-shrink: 0; }