:root{
  --red: #D8241C;
  --red-dark: #A81810;
  --ink: #14100E;
  --ink-soft: #2b2422;
  --cream: #F7F4EF;
  --steel: #6b6864;
  --line: #e7e2d9;
  --whatsapp: #25D366;
  --radius: 16px;
  --shadow: 0 20px 45px -20px rgba(20,16,14,.35);
  font-size: 16px;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3{ font-family: 'Archivo Black', 'Inter', sans-serif; line-height: 1.1; margin: 0 0 .5em; }
p{ margin: 0 0 1em; color: var(--ink-soft); }
img{ max-width: 100%; display:block; }
a{ color: inherit; text-decoration:none; }
svg{ width: 1em; height: 1em; fill: currentColor; }

.container{ width: min(1180px, 92%); margin-inline: auto; }

.eyebrow{
  color: var(--red);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .8rem;
  margin-bottom: .6em;
}
.center{ text-align:center; }
.section{ padding: 6rem 0; }
.section-subtitle{ max-width: 640px; margin-inline:auto; }
.about-copy .eyebrow, .about-copy h2{ text-align:left; }

/* Buttons */
.btn{
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: .85em 1.6em;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg{ font-size: 1.15em; }
.btn-primary{ background: var(--whatsapp); color: #fff; }
.btn-primary:hover{ background: #1ebc5a; transform: translateY(-2px); box-shadow: 0 10px 25px -10px rgba(37,211,102,.6); }
.btn-ghost{ background: rgba(255,255,255,.08); color:#fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(4px); }
.btn-ghost:hover{ background: rgba(255,255,255,.18); transform: translateY(-2px); }
.btn-outline{ border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover{ background: var(--ink); color: #fff; }
.btn-sm{ padding: .55em 1.1em; font-size: .85rem; }
.btn-lg{ padding: 1.05em 2em; font-size: 1rem; }

.icon-btn{
  display:inline-flex; align-items:center; justify-content:center;
  width: 2.4em; height: 2.4em; border-radius:50%;
  font-size: 1.2rem;
  background: rgba(0,0,0,.06);
  transition: background .2s ease, transform .2s ease;
}
.icon-btn:hover{ background: var(--red); color:#fff; transform: translateY(-2px); }

/* Header */
.site-header{
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: transparent;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding: 1.2rem 0;
}
.site-header.is-scrolled{
  background: rgba(20,16,14,.92);
  box-shadow: 0 10px 30px -15px rgba(0,0,0,.5);
  padding: .7rem 0;
  backdrop-filter: blur(8px);
}
.header-inner{ display:flex; align-items:center; gap: 2rem; }
.brand{ display:flex; align-items:center; gap:.7em; margin-right:auto; color:#fff; }
.brand-logo{ width: 42px; height:42px; border-radius: 10px; object-fit:cover; }
.brand-text{ font-weight: 600; font-size: 1.05rem; letter-spacing:.01em; }
.brand-text strong{ color: var(--red); }

.main-nav{ display:flex; gap: 1.8rem; }
.main-nav a{ color: #fff; font-weight: 600; font-size: .95rem; opacity: .85; position: relative; padding: .2em 0; }
.main-nav a:hover{ opacity: 1; }
.main-nav a::after{
  content:''; position:absolute; left:0; right:100%; bottom:-4px; height:2px; background: var(--red);
  transition: right .25s ease;
}
.main-nav a:hover::after{ right: 0; }

.header-actions{ display:flex; align-items:center; gap: .8rem; }
.header-actions .icon-btn{ background: rgba(255,255,255,.12); color:#fff; }
.header-actions .icon-btn:hover{ background: var(--red); }

.nav-toggle{
  display:none; flex-direction:column; justify-content:center; gap:5px;
  width: 42px; height:42px; border-radius:10px; border:none; background: rgba(255,255,255,.12); cursor:pointer;
}
.nav-toggle span{ width: 20px; height:2px; background:#fff; margin-inline:auto; border-radius:2px; }

/* Hero */
.hero{
  position: relative; min-height: 100vh; display:flex; align-items:center;
  overflow:hidden; color:#fff; isolation:isolate;
}
.hero-carousel{ position:absolute; inset:0; z-index:-2; }
.hero-slide{
  position:absolute; inset:0; background-size:cover; background-position:center;
  opacity:0; transform: scale(1.08); transition: opacity 1.4s ease, transform 6s ease;
}
.hero-slide.is-active{ opacity:1; transform: scale(1); }
.hero-overlay{
  position:absolute; inset:0; z-index:-1;
  background:
    linear-gradient(100deg, rgba(10,8,7,.92) 15%, rgba(10,8,7,.55) 50%, rgba(216,36,28,.35) 100%),
    linear-gradient(0deg, rgba(10,8,7,.6), rgba(10,8,7,.1) 40%);
}
.hero-content{ max-width: 780px; padding-top: 4rem; }
.hero-kicker{ text-transform:uppercase; letter-spacing:.15em; font-weight:700; color: #ff9a8f; font-size:.85rem; margin-bottom:1em; }
.hero h1{ font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom:.4em; }
.hero-subtitle{ color: rgba(255,255,255,.85); font-size: 1.1rem; max-width: 560px; }
.hero-actions{ display:flex; gap:1rem; flex-wrap:wrap; margin-top: 1.5rem; }

.hero-dots{
  position:absolute; bottom: 2rem; left:50%; transform:translateX(-50%);
  display:flex; gap:.6rem; z-index:2;
}
.hero-dots button{
  width:10px; height:10px; border-radius:50%; border:2px solid rgba(255,255,255,.6);
  background: transparent; cursor:pointer; padding:0; transition: all .2s ease;
}
.hero-dots button.is-active{ background: var(--red); border-color: var(--red); width:28px; border-radius: 6px; }

.hero-arrow{
  position:absolute; top:50%; translate: 0 -50%; z-index:2;
  width: 46px; height:46px; border-radius:50%; border:1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.25); color:#fff; cursor:pointer; font-size:1rem;
  backdrop-filter: blur(4px); transition: background .2s ease;
  display:flex; align-items:center; justify-content:center;
}
.hero-arrow:hover{ background: var(--red); }
.hero-arrow-prev{ left: 2rem; }
.hero-arrow-next{ right: 2rem; }

/* Stats strip */
.stats-strip{ background: var(--ink); color:#fff; padding: 2.2rem 0; }
.stats-grid{
  display:grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; text-align:center;
}
.stat-number{ display:block; font-family:'Archivo Black'; font-size:2rem; color: var(--red); }
.stat-label{ font-size: .85rem; color: rgba(255,255,255,.75); }

/* About */
.about-grid{ display:grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items:center; }
.about-media{ position:relative; }
.about-media img{ border-radius: var(--radius); box-shadow: var(--shadow); width:100%; aspect-ratio: 4/5; object-fit:cover; object-position: top center; }
.about-media-badge{
  position:absolute; left: -1.5rem; bottom: -1.5rem; background:#fff; border-radius: 14px;
  padding: 1rem 1.3rem; box-shadow: var(--shadow); max-width: 240px;
}
.about-media-badge strong{ display:block; color: var(--red); font-family:'Archivo Black'; font-size:1.1rem; }
.about-media-badge span{ font-size:.85rem; color: var(--steel); }

.about-copy h2{ font-size: clamp(1.7rem, 3vw, 2.4rem); }
.about-quote{
  font-style: italic; font-weight:600; color: var(--ink);
  border-left: 4px solid var(--red); padding-left: 1rem; margin: 1.5rem 0;
}
.about-features{ display:grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 2rem; }
.feature{ display:flex; gap:.8rem; align-items:flex-start; }
.feature-icon{
  flex: none; width: 42px; height:42px; border-radius:12px; background: rgba(216,36,28,.1);
  color: var(--red); display:flex; align-items:center; justify-content:center; font-size:1.3rem;
}
.feature h3{ font-family:'Inter'; font-weight:700; font-size:.95rem; margin:0 0 .2em; }
.feature p{ font-size:.85rem; margin:0; }

/* Products */
.products{ background: #fff; }
.products-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 3rem;
}
.product-card{
  border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow);
  aspect-ratio: 3/4; background:#f1efe9; transition: transform .3s ease, box-shadow .3s ease;
}
.product-card:hover{ transform: translateY(-6px); box-shadow: 0 25px 40px -18px rgba(20,16,14,.4); }
.product-card img{ width:100%; height:100%; object-fit: cover; }
.products-cta{
  text-align:center; margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line);
}
.products-cta p{ font-weight:600; font-size:1.1rem; }

/* Instagram strip */
.instagram-strip{ padding: 3rem 0; background: linear-gradient(120deg, #fdf1e6, #f7e4e2); }
.instagram-inner{ display:flex; align-items:center; justify-content:space-between; gap:1.5rem; flex-wrap:wrap; }
.instagram-text{ display:flex; align-items:center; gap:1rem; }
.instagram-text svg{ font-size: 2.4rem; color: var(--red); }
.instagram-text h3{ margin:0; font-family:'Inter'; font-size:1.15rem; }
.instagram-text p{ margin:0; color: var(--steel); }

/* Contact */
.contact-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin: 3rem 0;
}
.contact-card{
  background:#fff; border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow); text-align:center;
}
.contact-card svg{ font-size: 2rem; color: var(--red); margin-bottom:.6rem; }
.contact-card h3{ font-family:'Inter'; font-size:1rem; margin-bottom:.3em; }
.contact-card p{ font-size:.92rem; margin-bottom: .8em; }
.contact-card-whatsapp{ background: var(--ink); color:#fff; }
.contact-card-whatsapp svg{ color: var(--whatsapp); }
.contact-card-whatsapp p{ color: rgba(255,255,255,.8); }
.link-arrow{ font-weight:700; color: var(--red); font-size:.9rem; }
.map-wrap{ border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow); }
.map-wrap iframe{ width:100%; height: 380px; border:0; display:block; }

/* Footer */
.site-footer{ background: var(--ink); color: rgba(255,255,255,.85); padding: 3rem 0 1.5rem; }
.footer-inner{ display:flex; align-items:center; justify-content:space-between; gap:1.5rem; flex-wrap:wrap; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-inner .brand{ color:#fff; }
.footer-nav{ display:flex; gap: 1.6rem; flex-wrap:wrap; }
.footer-nav a{ font-size:.9rem; opacity:.8; }
.footer-nav a:hover{ opacity:1; color: var(--red); }
.footer-social{ display:flex; gap:.7rem; }
.footer-social .icon-btn{ background: rgba(255,255,255,.1); color:#fff; }
.footer-bottom{ padding-top: 1.5rem; font-size: .8rem; opacity:.6; text-align:center; }

/* WhatsApp FAB */
.whatsapp-fab{
  position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 90;
  width: 60px; height:60px; border-radius:50%; background: var(--whatsapp); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.7rem;
  box-shadow: 0 12px 30px -10px rgba(37,211,102,.7);
  animation: pulse 2.4s infinite;
}
.whatsapp-fab:hover{ transform: scale(1.08); }
@keyframes pulse{
  0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.55), 0 12px 30px -10px rgba(37,211,102,.7); }
  70%{ box-shadow: 0 0 0 14px rgba(37,211,102,0), 0 12px 30px -10px rgba(37,211,102,.7); }
  100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 12px 30px -10px rgba(37,211,102,.7); }
}

/* Reveal on scroll */
.reveal{ opacity:0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible{ opacity:1; transform:none; }

/* Responsive */
@media (max-width: 980px){
  .about-grid{ grid-template-columns: 1fr; }
  .about-media{ max-width: 420px; margin-inline:auto; }
  .products-grid{ grid-template-columns: repeat(3,1fr); }
  .contact-grid{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px){
  .main-nav{
    position:fixed; inset: 0 0 0 auto; width: min(320px, 80%); background: var(--ink);
    flex-direction:column; padding: 6rem 2rem 2rem; gap: 1.5rem; transform: translateX(100%);
    transition: transform .3s ease; box-shadow: -20px 0 40px rgba(0,0,0,.3);
  }
  .main-nav.is-open{ transform: translateX(0); }
  .nav-toggle{ display:flex; }
  .header-actions .icon-btn{ display:none; }
  .stats-grid{ grid-template-columns: repeat(2,1fr); gap:2rem; }
  .products-grid{ grid-template-columns: repeat(2,1fr); }
  .contact-grid{ grid-template-columns: 1fr; }
  .about-features{ grid-template-columns: 1fr; }
  .hero-arrow{ display:none; }
}
