:root {
  --bg: #f7f5f7;
  --surface: #ffffff;
  --text: #1f1a1d;
  --muted: #62595f;
  --primary: #8d1a68;
  --primary-strong: #b343b8;
  --dark: #2b2422;
  --gray: #b2adb0;
  --line: rgba(43, 36, 34, 0.1);
  --shadow: 0 20px 60px rgba(43, 36, 34, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbf9fb 0%, #f3eff2 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.skip-link {
  position: absolute; left: -999px; top: 10px; background: #fff; color: #000; padding: 10px 14px; z-index: 1000;
}
.skip-link:focus { left: 10px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 78px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img {
  width: 56px; height: 56px; border-radius: 16px; object-fit: cover; box-shadow: 0 10px 24px rgba(141,26,104,0.18);
}
.brand strong { display: block; font-size: 1rem; }
.brand span { color: var(--muted); font-size: .88rem; }
.site-nav { display: flex; gap: 22px; align-items: center; }
.site-nav a { color: var(--muted); font-weight: 600; }
.site-nav a:hover { color: var(--primary); }
.menu-toggle {
  display: none; border: 1px solid var(--line); background: var(--surface); width: 46px; height: 46px; border-radius: 14px;
}
.hero {
  position: relative; min-height: 92vh; display: grid; place-items: center; overflow: clip;
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(20,15,19,.82) 0%, rgba(20,15,19,.55) 38%, rgba(141,26,104,.25) 100%);
}
.hero-content { position: relative; z-index: 1; color: #fff; padding: 110px 0 70px; }
.eyebrow {
  display: inline-block; letter-spacing: .14em; text-transform: uppercase; font-size: .75rem; font-weight: 700; color: var(--primary-strong);
}
.hero .eyebrow { color: #f3baf6; }
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.05; margin: 0 0 16px; }
h1 { font-size: clamp(2.8rem, 5vw, 5.4rem); max-width: 10ch; }
h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
h3 { font-size: 1.5rem; }
.hero-text {
  font-size: 1.1rem; max-width: 640px; color: rgba(255,255,255,.9); line-height: 1.8; margin-bottom: 28px;
}
.hero-actions, .hero-badges { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badges { margin-top: 22px; }
.hero-badges span {
  padding: 10px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.1);
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; padding: 15px 24px; border-radius: 999px; font-weight: 700; transition: .25s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-strong)); color: #fff; box-shadow: 0 16px 34px rgba(141,26,104,.28); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.btn-secondary:hover { background: rgba(255,255,255,.18); }
.intro-grid, .video-grid, .contact-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch;
}
.card, .stat-card, .service-card, .social-card, .contact-card, .map-card, .video-frame {
  background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius); box-shadow: var(--shadow);
}
.card { padding: 34px; }
.card p { color: var(--muted); line-height: 1.8; margin: 0; }
.stats { display: grid; gap: 18px; }
.stat-card { padding: 24px; }
.stat-card strong { display: block; margin-bottom: 8px; color: var(--primary); font-size: 1.05rem; }
.stat-card span { color: var(--muted); line-height: 1.6; }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.services-grid, .social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { padding: 28px; }
.service-card p { color: var(--muted); line-height: 1.75; margin: 0; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.gallery-item {
  border: 0; padding: 0; border-radius: 22px; overflow: hidden; position: relative; background: #ddd; aspect-ratio: 1 / 1; box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.video-grid { align-items: center; }
.video-frame { padding: 14px; }
.video-frame iframe {
  width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 18px;
}
.social-card {
  display: flex; align-items: center; gap: 16px; padding: 24px; transition: transform .25s ease, box-shadow .25s ease;
}
.social-card:hover { transform: translateY(-4px); }
.social-card img { width: 70px; height: 70px; object-fit: cover; border-radius: 18px; }
.social-card strong { display: block; margin-bottom: 6px; }
.social-card span, .social-note, .contact-list li { color: var(--muted); }
.social-note { margin-top: 20px; }
.contact-card { padding: 34px; }
.contact-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.contact-form { display: grid; gap: 16px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label span { display: block; margin-bottom: 8px; font-weight: 600; }
input, textarea {
  width: 100%; border: 1px solid rgba(43,36,34,.12); background: #fff; border-radius: 16px; padding: 14px 16px; outline: none;
}
input:focus, textarea:focus { border-color: rgba(141,26,104,.5); box-shadow: 0 0 0 4px rgba(141,26,104,.12); }
.map-card { overflow: hidden; min-height: 100%; }
.map-card iframe { width: 100%; height: 100%; min-height: 580px; border: 0; }
.site-footer {
  background: #1f1a1d; color: rgba(255,255,255,.84); padding: 28px 0; border-top: 1px solid rgba(255,255,255,.08);
}
.footer-wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.site-footer a { color: #f3baf6; }
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 48; background: linear-gradient(135deg, #25D366, #18a84d); color: #fff;
  border-radius: 999px; padding: 14px 18px; font-weight: 800; box-shadow: 0 16px 34px rgba(0,0,0,.22);
}
.lightbox {
  position: fixed; inset: 0; background: rgba(8,8,10,.84); display: grid; place-items: center; padding: 30px; opacity: 0; pointer-events: none; transition: opacity .25s ease; z-index: 60;
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox img { max-width: min(1000px, 100%); max-height: 85vh; border-radius: 24px; box-shadow: var(--shadow); }
.lightbox-close {
  position: absolute; top: 16px; right: 16px; width: 48px; height: 48px; border-radius: 50%; border: 0; background: #fff; font-size: 2rem; line-height: 1;
}
.reveal {
  opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav {
    position: absolute; top: calc(100% + 8px); left: 16px; right: 16px; display: none; flex-direction: column; align-items: flex-start;
    background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); padding: 16px;
  }
  .site-nav.open { display: flex; }
  .intro-grid, .video-grid, .contact-grid, .services-grid, .social-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: 78vh; }
  .hero-content { padding-top: 120px; }
  .field-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .container { width: min(1120px, calc(100% - 22px)); }
  .brand span { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .whatsapp-float { right: 12px; bottom: 12px; padding: 13px 16px; }
  .site-footer { text-align: center; }
  .footer-wrap { justify-content: center; }
}
