:root {
  --bg: #fff7eb;
  --bg-soft: #ffe4bb;
  --primary: #f08d00;
  --primary-dark: #5c0c22;
  --accent: #f15a14;
  --text: #38161a;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(92, 12, 34, 0.14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(241,90,20,.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(240,141,0,.15), transparent 30%),
    var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.bg-shape {
  position: fixed; inset: auto; width: 320px; height: 320px; border-radius: 50%; filter: blur(70px);
  opacity: .35; z-index: -1; pointer-events: none;
}
.shape-1 { top: -100px; left: -70px; background: #ffbe4a; }
.shape-2 { right: -90px; bottom: 20%; background: #ff7d4f; }
.hero { padding: 22px 0 50px; }
.nav {
  display:flex; align-items:center; justify-content:space-between; gap:20px; padding: 10px 0 22px;
}
.brand { display:flex; align-items:center; gap:12px; font-family:'Baloo 2', cursive; font-size:1.6rem; font-weight:800; }
.brand img { width:62px; height:62px; object-fit:cover; border-radius:50%; box-shadow: var(--shadow); }
.nav-links { display:flex; gap:20px; flex-wrap:wrap; }
.nav-links a { font-weight:600; opacity:.88; }
.hero-content {
  display:grid; grid-template-columns: 1.05fr .95fr; gap:34px; align-items:center;
}
.hero-text h1, .section h2 { font-family:'Baloo 2', cursive; line-height: .95; letter-spacing: -.02em; }
.hero-text h1 { font-size: clamp(2.6rem, 6vw, 5rem); margin: 0 0 12px; }
.eyebrow {
  display:inline-block; margin:0 0 12px; padding: 8px 14px; background: rgba(255,255,255,.76);
  border:1px solid rgba(92,12,34,.1); border-radius:999px; font-weight:700; color: var(--primary-dark);
}
.lead { font-size: 1.05rem; line-height: 1.8; margin-bottom: 22px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom: 20px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding: 0 22px; border-radius: 999px;
  font-weight:700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  box-shadow: 0 12px 24px rgba(92, 12, 34, 0.12);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--accent)); color: var(--white); }
.btn-secondary { background: var(--white); color: var(--primary-dark); border:1px solid rgba(92,12,34,.1); }
.hero-badges { list-style:none; display:flex; gap:12px; flex-wrap:wrap; padding:0; margin:0; }
.hero-badges li {
  padding:10px 14px; border-radius:999px; background: rgba(255,255,255,.8); font-weight:600;
  border:1px solid rgba(92,12,34,.08);
}
.hero-media { position:relative; }
.hero-cover {
  width:100%; aspect-ratio: 16/11; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); border: 6px solid rgba(255,255,255,.55);
}
.floating-card {
  position:absolute; left:20px; bottom:18px; max-width: 280px; padding:16px 18px; border-radius:20px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); box-shadow: var(--shadow);
}
.floating-card strong { display:block; margin-bottom:6px; }
.section { padding: 38px 0 70px; }
.section-heading { max-width: 760px; margin-bottom: 24px; }
.section h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 10px; }
.highlights {
  display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; margin-top: -8px; padding-bottom: 10px;
}
.highlight-card, .service-box, .brand-card, .social-card, .contact-form, .contact-mini-card {
  background: rgba(255,255,255,.84); border:1px solid rgba(92,12,34,.08); box-shadow: var(--shadow); border-radius: var(--radius);
}
.highlight-card { padding: 22px; }
.highlight-card h3, .service-box h3 { margin-top: 0; margin-bottom: 10px; font-family:'Baloo 2', cursive; font-size:1.45rem; }
.services-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap:18px; }
.service-box { padding: 22px; position:relative; overflow:hidden; }
.service-number {
  display:inline-flex; width:46px; height:46px; align-items:center; justify-content:center; border-radius:50%; background: linear-gradient(135deg, var(--primary), var(--accent)); color:#fff; font-weight:800; margin-bottom:14px;
}
.split-section { display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; align-items:center; }
.contact-mini-card { padding: 22px; margin-top: 20px; }
.brand-card { padding: 18px; }
.brand-card img { border-radius: 26px; aspect-ratio: 1/1; object-fit: cover; }
.gallery-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; }
.gallery-item {
  padding:0; border:none; background:none; cursor:pointer; border-radius: 22px; overflow:hidden; box-shadow: var(--shadow);
}
.gallery-item img { width:100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.video-wrapper {
  position:relative; padding-bottom: 56.25%; height:0; overflow:hidden; border-radius: 28px; box-shadow: var(--shadow); background:#000;
}
.video-wrapper iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.social-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:16px; }
.social-card { display:flex; align-items:center; gap:16px; padding: 22px; transition: transform .25s ease; }
.social-card:hover { transform: translateY(-4px); }
.social-icon {
  width:52px; height:52px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, var(--primary), var(--accent)); color:#fff; font-size:1.4rem; font-weight:800;
}
.contact-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap:24px; align-items:start; }
.contact-list { display:grid; gap:12px; margin-top: 20px; }
.contact-list a { font-weight:600; }
.contact-form { padding: 24px; display:grid; gap:14px; }
.contact-form input, .contact-form textarea {
  width:100%; border-radius: 16px; border:1px solid rgba(92,12,34,.12); padding: 14px 16px; font: inherit; background:#fff;
}
.footer { padding: 20px 0 36px; }
.footer-inner { text-align:center; font-weight:600; }
.footer a { color: var(--primary-dark); }
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #25d366, #128c7e);
  color:#fff; display:flex; align-items:center; justify-content:center; box-shadow: 0 16px 28px rgba(0,0,0,.2); font-size: 1.7rem; z-index: 1000;
}
.lightbox {
  position: fixed; inset:0; background: rgba(20,10,10,.86); display:flex; align-items:center; justify-content:center; padding: 20px; opacity:0; visibility:hidden; transition: .25s ease; z-index: 2000;
}
.lightbox.active { opacity:1; visibility:visible; }
.lightbox img { max-width:min(920px, 100%); max-height: 84vh; border-radius: 20px; box-shadow: var(--shadow); }
.lightbox-close {
  position:absolute; top:16px; right:18px; border:none; background:#fff; width:46px; height:46px; border-radius:50%; font-size:2rem; cursor:pointer;
}
.fade-in, .slide-up { opacity:0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.delay-1 { transition-delay: .15s; }
.fade-in.visible, .slide-up.visible { opacity:1; transform: translateY(0); }
@media (max-width: 980px) {
  .hero-content, .split-section, .contact-grid, .services-grid, .social-grid, .highlights { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .nav { flex-direction: column; align-items:flex-start; }
  .nav-links { gap:12px; }
  .hero { padding-top: 10px; }
  .hero-content { gap:22px; }
  .hero-text h1 { line-height: 1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap:12px; }
  .section { padding: 26px 0 48px; }
}
@media (max-width: 480px) {
  .container { width: min(100% - 20px, 1120px); }
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-badges li { width:100%; }
  .btn { width:100%; }
  .hero-actions { flex-direction:column; }
}
