@font-face { font-family:'Sora'; font-style:normal; font-weight:100 800; font-display:swap; src:url('assets/sora.woff2') format('woff2'); }
:root { --yellow:#f7d100; --charcoal:#292929; --ink:#161616; --muted:#6d6d6d; --green:#087a35; --paper:#f4f4f1; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:'Sora',Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
img { display:block; max-width:100%; }
em { color:#a58b00; font-style:normal; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.site-top { position:sticky; z-index:50; top:0; background:#fff; box-shadow:0 8px 24px rgb(0 0 0 / 8%); }
.top-strip { overflow:hidden; padding:.72rem 0; color:#fff; background:var(--charcoal); font-size:.7rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; }
.top-strip-track { display:flex; width:max-content; will-change:transform; }
.marquee-ready .top-strip-track { animation:top-strip-scroll 60s linear infinite; }
.top-strip:hover .top-strip-track { animation-play-state:paused; }
.top-strip-group { display:flex; flex:none; align-items:center; gap:clamp(1.25rem,2.2vw,2.5rem); padding-inline:clamp(.75rem,1.5vw,1.5rem); }
.top-strip span { display:inline-flex; align-items:center; gap:.65rem; }
.top-strip-group span::before { content:''; flex:0 0 auto; width:5px; height:5px; border-radius:50%; background:var(--yellow); }
@keyframes top-strip-scroll { to { transform:translateX(-50%); } }

.site-header { display:grid; grid-template-columns:minmax(180px,300px) 1fr auto; align-items:center; gap:2rem; max-width:1320px; min-height:112px; margin:0 auto; padding:1rem 2rem; background:#fff; }
.brand img { width:250px; height:auto; }
.header-offer { display:flex; align-items:center; justify-self:center; gap:.85rem; padding:.72rem 1.1rem .72rem .72rem; border:1px solid #e3c000; border-radius:18px; color:#111; background:var(--yellow); box-shadow:0 10px 26px rgb(247 209 0 / 28%); }
.header-offer > div { min-width:150px; text-align:left; }
.header-offer div > span { display:block; margin-top:.12rem; color:#3f3800; font-size:.78rem; font-weight:700; letter-spacing:.01em; }
.header-offer strong { display:block; font-size:1rem; line-height:1.12; letter-spacing:-.025em; text-transform:uppercase; }
.offer-icon { display:grid; place-items:center; flex:0 0 auto; width:46px; height:46px; border-radius:50%; color:var(--yellow); background:#111; font-size:1.35rem; font-weight:800; }
.truck-icon { width:27px; height:21px; display:block; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:.7rem; min-height:52px; padding:.9rem 1.4rem; border:0; border-radius:12px; font-size:.88rem; font-weight:800; transition:transform .2s ease,box-shadow .2s ease,background .2s ease; }
.button:hover { transform:translateY(-2px); }
.button-whatsapp { color:#fff; background:var(--green); box-shadow:0 10px 24px rgb(8 122 53 / 25%); }
.button-dark { color:#fff; background:var(--charcoal); box-shadow:0 12px 30px rgb(0 0 0 / 18%); }
.button-dark:hover { background:#111; }
.button-yellow { color:#111; background:var(--yellow); box-shadow:0 12px 32px rgb(247 209 0 / 18%); }
.whatsapp-icon { display:block; width:21px; height:21px; flex:0 0 auto; }

.hero { position:relative; min-height:min(640px,72vh); display:flex; align-items:center; overflow:hidden; background:#fff; }
.hero-media { position:absolute; z-index:0; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-copy { position:relative; z-index:2; width:min(640px,50%); margin-left:max(4vw,calc((100vw - 1320px)/2)); padding:4rem 2rem; }
.eyebrow { display:inline-block; margin-bottom:1rem; font-size:.72rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.hero .eyebrow { padding:.45rem .7rem; background:var(--yellow); }
.hero h1 { width:max-content; max-width:none; margin:0; font-size:clamp(2.1rem,2.8vw,3.6rem); line-height:.94; letter-spacing:-.05em; text-transform:uppercase; }
.hero h1 .hero-title-line,.hero h1 em { display:block; }
.hero h1 .hero-title-line { white-space:nowrap; }
.hero h1 em { white-space:nowrap; }
.hero h1 em { display:block; color:var(--ink); font-size:.76em; line-height:1.25; letter-spacing:-.04em; }
.hero h1 em strong { font:inherit; }
.hero p { max-width:500px; margin:.75rem 0 1.8rem; color:#555; font-size:clamp(1rem,1.5vw,1.2rem); line-height:1.55; }
.hero-support { font-size:.78rem !important; font-weight:700; letter-spacing:.01em; }
.scroll-hint { position:absolute; z-index:2; right:0; bottom:1.25rem; left:0; display:flex; width:max-content; margin-inline:auto; flex-direction:column; align-items:center; gap:.4rem; color:#4b4b4b; font-size:.62rem; font-weight:700; letter-spacing:.09em; text-transform:uppercase; }
.scroll-hint b { display:grid; place-items:center; width:34px; height:34px; border:1px solid #aaa; border-radius:50%; }

.products-section { padding:clamp(5.5rem,9vw,8.5rem) max(2rem,calc((100vw - 1320px)/2)); overflow:hidden; background:var(--paper); }
.section-heading { max-width:1000px; }
.section-heading-row { display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; margin-bottom:3rem; }
.section-heading .eyebrow { color:#806d00; }
.section-heading h2,.benefits-intro h2,.about-copy h2 { margin:0; font-size:clamp(2.4rem,5vw,4.8rem); line-height:.97; letter-spacing:-.055em; text-transform:uppercase; }
.carousel-shell { position:relative; }
.carousel-controls { position:absolute; z-index:2; inset:0; pointer-events:none; }
.carousel-controls button { position:absolute; top:calc(50% - .75rem); display:grid; place-items:center; width:50px; height:50px; border:1px solid #d2d2cd; border-radius:50%; background:#fff; box-shadow:0 10px 28px rgb(0 0 0 / 14%); font-size:1.25rem; cursor:pointer; pointer-events:auto; transform:translateY(-50%); transition:transform .2s ease,border-color .2s ease,color .2s ease,background .2s ease; }
.carousel-controls button:first-child { left:-25px; }
.carousel-controls button:last-child { right:-25px; }
.carousel-controls button:hover { border-color:var(--charcoal); color:#fff; background:var(--charcoal); transform:translateY(-50%) scale(1.06); }
.product-carousel { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(300px,calc((100% - 2.5rem)/3)); gap:1.25rem; overflow-x:auto; padding:.25rem .1rem 1.5rem; scroll-snap-type:none; scrollbar-width:none; outline:none; }
.product-carousel::-webkit-scrollbar { display:none; }
.product-card { overflow:hidden; scroll-snap-align:start; border-radius:22px; background:#fff; box-shadow:0 12px 35px rgb(0 0 0 / 6%); }
.product-image { position:relative; overflow:hidden; background:#e5e5e1; }
.product-image img { width:100%; aspect-ratio:1.15/1; object-fit:cover; transition:transform .5s ease; }
.product-card:hover .product-image img { transform:scale(1.035); }
.product-image > span { position:absolute; top:1rem; right:1rem; display:grid; place-items:center; width:42px; height:42px; border-radius:50%; color:#111; background:var(--yellow); font-size:.72rem; font-weight:800; }
.product-copy { min-height:128px; padding:1.3rem 1.4rem 1.5rem; }
.product-copy h3 { margin:0 0 .4rem; font-size:1.25rem; letter-spacing:-.025em; }
.product-copy p { margin:0; color:var(--muted); font-size:.84rem; line-height:1.5; }
.section-cta { display:flex; justify-content:center; margin-top:1.5rem; }

.benefits-section { display:grid; grid-template-columns:.9fr 1.35fr; gap:clamp(3rem,8vw,8rem); padding:clamp(5.5rem,9vw,8.5rem) max(2rem,calc((100vw - 1320px)/2)); color:#fff; background:var(--charcoal); content-visibility:auto; contain-intrinsic-size:auto 760px; }
.eyebrow-light { color:var(--yellow); }
.benefits-intro h2 { line-height:1.08; }
.benefits-intro h2 .benefits-accent { color:var(--yellow); }
.benefits-intro h2 .benefits-title-white { color:#fff; }
.benefits-intro > p { max-width:450px; margin:1.5rem 0 2rem; color:#bcbcbc; line-height:1.65; }
.benefit-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
.benefit-card { min-height:245px; display:flex; flex-direction:column; justify-content:flex-end; padding:1.6rem; border:1px solid rgb(255 255 255 / 10%); border-radius:20px; background:#333; transition:transform .25s ease,border-color .25s ease; }
.benefit-card:nth-child(1),.benefit-card:nth-child(4) { color:#111; border-color:var(--yellow); background:var(--yellow); }
.benefit-card:hover { transform:translateY(-4px); border-color:rgb(247 209 0 / 60%); }
.benefit-number { margin-bottom:auto; font-size:.7rem; font-weight:800; letter-spacing:.12em; }
.benefit-card h3 { margin:2rem 0 .55rem; font-size:clamp(1.2rem,2vw,1.65rem); line-height:1.05; text-transform:uppercase; }
.benefit-card p { margin:0; max-width:270px; color:inherit; opacity:.72; font-size:.82rem; line-height:1.5; }

.about-section { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:clamp(3rem,8vw,8rem); padding:clamp(5.5rem,10vw,9rem) max(2rem,calc((100vw - 1320px)/2)); content-visibility:auto; contain-intrinsic-size:auto 820px; }
.about-image { position:relative; }
.about-image > img { width:100%; min-height:540px; border-radius:24px; object-fit:cover; }
.experience-badge { position:absolute; right:-2.1rem; bottom:2.2rem; display:flex; align-items:center; gap:.8rem; min-width:210px; padding:1.3rem; border-radius:18px; color:#111; background:var(--yellow); box-shadow:0 18px 40px rgb(0 0 0 / 16%); }
.experience-badge strong { font-size:2.5rem; line-height:1; }
.experience-badge span { font-size:.72rem; font-weight:800; line-height:1.25; text-transform:uppercase; }
.about-copy .eyebrow { color:#806d00; }
.about-copy h2 em { color:#9e8500; }
.about-copy > p { margin:1.8rem 0; color:#555; font-size:clamp(1rem,1.35vw,1.12rem); line-height:1.75; }
.text-link { display:inline-flex; gap:.65rem; padding-bottom:.45rem; border-bottom:2px solid var(--yellow); font-size:.9rem; font-weight:800; }

.site-footer { color:#fff; background:#191919; content-visibility:auto; contain-intrinsic-size:auto 420px; }
.footer-main { display:grid; grid-template-columns:1fr 1.2fr .7fr; gap:3rem; padding:clamp(2.5rem,4vw,3.75rem) max(2rem,calc((100vw - 1320px)/2)); }
.footer-logo-box { display:inline-flex; padding:.7rem .8rem; border-radius:10px; background:#fff; }
.footer-logo-box img { width:180px; height:auto; }
.footer-brand p { margin:1rem 0 0; color:#a8a8a8; font-size:.8rem; line-height:1.5; }
.footer-label { display:block; margin-bottom:1rem; color:var(--yellow); font-size:.68rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.footer-column address { display:grid; gap:.85rem; color:#c5c5c5; font-size:.8rem; font-style:normal; line-height:1.5; }
.footer-column address a:hover { color:#fff; }
.footer-phone { display:block; margin-bottom:.75rem; font-size:clamp(1.5rem,2.5vw,2.1rem); font-weight:800; letter-spacing:-.04em; }
.footer-wa-link { display:inline-flex; gap:.5rem; color:#c5c5c5; font-size:.8rem; font-weight:700; }
.footer-bottom { display:flex; justify-content:space-between; gap:2rem; padding:.85rem max(2rem,calc((100vw - 1320px)/2)); border-top:1px solid #353535; color:#878787; font-size:.68rem; }
.floating-whatsapp { position:fixed; z-index:20; right:1.2rem; bottom:1.2rem; display:flex; align-items:center; gap:.65rem; padding:.85rem 1rem; border-radius:999px; color:#fff; background:var(--green); box-shadow:0 12px 30px rgb(0 0 0 / 25%); font-size:.78rem; font-weight:800; }

@media (max-width:980px) {
  .site-header { grid-template-columns:230px 1fr auto; gap:1rem; }
  .header-offer { justify-content:flex-start; }
  .offer-icon { display:none; }
  .product-carousel { grid-auto-columns:calc((100% - 1.25rem)/2); }
  .carousel-controls button:first-child { left:-18px; }
  .carousel-controls button:last-child { right:-18px; }
  .benefits-section,.about-section { grid-template-columns:1fr; }
  .benefits-intro { max-width:650px; }
  .about-image { max-width:800px; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-contact { grid-column:2; }
}

@media (max-width:700px) {
  .top-strip { overflow:hidden; }
  .site-header { grid-template-columns:1fr auto; min-height:92px; padding:.8rem 1.15rem; }
  .brand img { width:175px; }
  .header-offer { display:none; }
  .button-whatsapp { min-height:44px; padding:.7rem .85rem; font-size:.72rem; }
  .button-whatsapp .whatsapp-icon { display:none; }
  .hero { min-height:620px; align-items:flex-start; }
  .hero-media { object-position:62% center; }
  .hero::before { content:''; position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,rgb(255 255 255 / 92%) 0%,rgb(255 255 255 / 76%) 58%,rgb(255 255 255 / 5%) 100%); }
  .hero-copy { width:100%; margin:0; padding:5rem 1.4rem; }
  .hero h1 { width:100%; max-width:100%; font-size:clamp(2.8rem,14vw,4.4rem); }
  .hero h1 .hero-title-line { font-size:.92em; white-space:normal; }
  .hero-hours { position:relative; top:-.16em; font-size:.85em; }
  .hero h1 em { white-space:nowrap; font-size:clamp(.42em,6vw,.55em); }
  .scroll-hint { display:none; }
  .products-section,.benefits-section,.about-section { padding-left:1.25rem; padding-right:1.25rem; }
  .benefits-section { display:flex; flex-direction:column; gap:1.25rem; }
  .benefits-intro { display:contents; }
  .benefits-intro > p { margin:.25rem 0; }
  .benefit-grid { order:2; }
  .benefits-intro .button { order:3; }
  .section-heading-row { align-items:flex-end; margin-bottom:2rem; }
  .section-heading h2,.benefits-intro h2,.about-copy h2 { font-size:clamp(2.3rem,10vw,3.5rem); }
  .carousel-controls button { width:42px; height:42px; }
  .carousel-controls button:first-child { left:-10px; }
  .carousel-controls button:last-child { right:-10px; }
  .product-carousel { grid-auto-columns:84%; }
  .benefit-grid { grid-template-columns:1fr; }
  .benefit-card { min-height:205px; }
  .about-section { display:flex; flex-direction:column; }
  .about-copy { order:1; }
  .about-image { order:2; }
  .about-image > img { min-height:0; height:auto; aspect-ratio:auto; object-fit:contain; }
  .experience-badge { right:1rem; bottom:1rem; min-width:180px; }
  .footer-main { grid-template-columns:1fr; gap:2rem; padding:2.5rem 1.25rem; text-align:center; }
  .footer-logo-box { display:none; }
  .footer-brand p { margin:0; }
  .footer-contact { grid-column:auto; }
  .footer-column address { justify-items:center; }
  .footer-bottom { flex-direction:column; align-items:center; padding-left:1.25rem; padding-right:1.25rem; text-align:center; }
  .floating-whatsapp span:last-child { display:none; }
  .floating-whatsapp { width:52px; height:52px; justify-content:center; padding:0; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  * { transition:none !important; }
  .top-strip-track { animation:none !important; }
}
