:root{--yellow:#ffd400;--red:#ef3b24;--lime:#c9f133;--cream:#fff7dd;--ink:#17130b;--muted:#6d675b;--white:#fff;--radius:24px;--shadow:0 24px 60px rgba(20,16,6,.15)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Montserrat,system-ui,sans-serif;color:var(--ink);background:var(--cream);overflow-x:hidden}img{display:block;width:100%}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.site-header{position:absolute;z-index:20;width:100%;top:0;color:#fff}.nav{height:92px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-family:'Bebas Neue',sans-serif;font-size:29px;letter-spacing:1px}.brand strong{color:var(--yellow)}.brand-icon{width:43px;height:43px;display:grid;place-items:center;background:var(--yellow);border-radius:50%;font-size:23px}.nav-links{display:flex;align-items:center;gap:30px;font-weight:700;font-size:13px}.nav-links>a:not(.nav-cta){position:relative}.nav-links>a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--yellow);transition:.25s}.nav-links>a:hover:after{width:100%}.nav-cta{padding:13px 20px;border:2px solid var(--yellow);border-radius:999px;color:var(--yellow)}.menu-toggle{display:none;background:none;border:0}.hero{min-height:790px;position:relative;color:#fff;display:flex;align-items:center}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-bg{background:url('../images/16.jpg') center 50%/cover no-repeat;filter:saturate(1.1)}.hero-overlay{background:linear-gradient(90deg,rgba(17,11,4,.94) 0%,rgba(17,11,4,.74) 42%,rgba(17,11,4,.15) 78%),linear-gradient(0deg,rgba(17,11,4,.3),transparent 50%)}.hero-content{position:relative;z-index:2;padding-top:80px}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:900;letter-spacing:3px;color:var(--yellow);margin-bottom:17px}.eyebrow:before{content:"";width:34px;height:3px;background:currentColor}.eyebrow.dark{color:var(--red)}.hero h1,.section h2,.experience h2,.location-section h2,.final-cta h2{font-family:'Bebas Neue',sans-serif;font-weight:400;line-height:.88;letter-spacing:.5px}.hero h1{font-size:clamp(76px,9vw,132px);max-width:760px}.hero h1 em{font-style:normal;color:var(--yellow);text-shadow:5px 5px 0 var(--red)}.hero-content>p{font-size:18px;line-height:1.7;max-width:590px;margin:26px 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:54px;padding:0 25px;border-radius:999px;font-size:13px;font-weight:900;transition:.25s}.btn:hover{transform:translateY(-3px)}.btn-primary{background:var(--yellow);color:var(--ink);box-shadow:0 12px 28px rgba(255,212,0,.25)}.btn-primary:hover{background:#ffe04d}.btn-secondary{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.hero-note{margin-top:30px;font-size:13px;font-weight:600;color:#e8e1d5}.hero-sticker{position:absolute;right:8%;bottom:70px;z-index:2;width:145px;height:145px;background:var(--red);border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(9deg);border:6px solid var(--yellow);box-shadow:0 18px 40px rgba(0,0,0,.3)}.hero-sticker span{font-family:'Bebas Neue';font-size:48px;line-height:.8}.hero-sticker small{font-weight:900;letter-spacing:3px}.marquee{background:var(--yellow);overflow:hidden;transform:rotate(-1.2deg);width:102%;margin-left:-1%;position:relative;z-index:5}.marquee-track{display:flex;gap:25px;white-space:nowrap;padding:15px 0;font-family:'Bebas Neue';font-size:25px;letter-spacing:2px;animation:move 28s linear infinite}.marquee i{color:var(--red)}@keyframes move{to{transform:translateX(-50%)}}.section{padding:110px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}.section-heading h2{font-size:72px}.section-heading>p{max-width:450px;color:var(--muted);line-height:1.7}.section-heading.centered{justify-content:center;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 30px rgba(25,20,8,.08);transition:.3s}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.product-card img{height:280px;object-fit:cover}.product-content{padding:24px}.tag{font-size:10px;font-weight:900;letter-spacing:2px;color:var(--red)}.product-card h3{font-size:20px;margin:8px 0}.product-card p{font-size:13px;line-height:1.65;color:var(--muted)}.experience{display:grid;grid-template-columns:1.05fr .95fr;background:var(--ink);color:#fff}.experience-image{min-height:650px}.experience-image img{height:100%;object-fit:cover}.experience-copy{padding:90px 8vw;display:flex;flex-direction:column;justify-content:center}.experience-copy h2{font-size:74px;max-width:550px;margin-bottom:25px}.experience-copy>p{color:#c9c3b8;line-height:1.8;max-width:540px}.checks{display:grid;gap:12px;margin:30px 0;color:#fff;font-weight:700;font-size:14px}.checks span::first-letter{color:var(--yellow)}.text-link{color:var(--yellow);font-weight:900;font-size:13px}.gallery-section{background:#fff}.gallery-grid{display:grid;grid-template-columns:1.15fr .85fr 1fr;grid-template-rows:280px 280px;gap:14px}.gallery-grid figure{overflow:hidden;border-radius:20px}.gallery-grid img{height:100%;object-fit:cover;transition:.5s}.gallery-grid figure:hover img{transform:scale(1.06)}.g1{grid-row:span 2}.g3{grid-row:span 2}.instagram-link{display:block;text-align:center;margin-top:30px;font-size:14px}.instagram-link strong{color:var(--red)}.location-section{padding:110px 0;background:var(--yellow);position:relative}.location-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(23,19,11,.13) 1px,transparent 1px);background-size:18px 18px}.location-card{position:relative;background:var(--ink);color:#fff;border-radius:32px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:var(--shadow)}.location-copy{padding:75px}.location-copy h2{font-size:78px;margin-bottom:25px}.location-copy address{font-style:normal;color:#d5cfc3;line-height:1.8}.location-copy address strong{color:#fff;font-size:18px}.location-actions{display:flex;align-items:center;gap:10px;margin-top:32px;flex-wrap:wrap}.social-circle{width:52px;height:52px;border:1px solid #5a554b;border-radius:50%;display:grid;place-items:center;font-weight:900}.location-photo{position:relative;min-height:510px}.location-photo img{height:100%;object-fit:cover}.photo-label{position:absolute;right:22px;bottom:22px;background:var(--red);padding:10px 16px;border-radius:999px;font-weight:900;font-size:11px;letter-spacing:2px}.final-cta{padding:100px 0;background:var(--red);color:#fff;text-align:center}.final-cta>div{display:flex;align-items:center;justify-content:center;flex-direction:column}.final-cta>div>span{font-size:12px;letter-spacing:4px;font-weight:900;color:var(--yellow)}.final-cta h2{font-size:clamp(60px,8vw,104px);margin:15px 0 30px}.btn-light{background:#fff;color:var(--ink)}footer{background:#100d08;color:#aaa398;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;align-items:center;gap:30px}.footer-grid p{font-size:13px;line-height:1.6}.footer-links{display:flex;justify-content:flex-end;gap:22px;font-size:13px;font-weight:700;color:#fff}.footer-bottom{border-top:1px solid #2d2922;margin-top:40px;padding-top:24px;display:flex;justify-content:space-between;font-size:11px}.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:30;width:68px;height:68px;background:#25d366;color:#fff;border-radius:50%;display:grid;place-content:center;text-align:center;box-shadow:0 12px 32px rgba(0,0,0,.28);border:4px solid #fff}.floating-whatsapp span{font-size:23px;line-height:1}.floating-whatsapp small{font-size:8px;font-weight:900}.whatsapp-missing{opacity:.75}
@media(max-width:900px){.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:min(340px,88%);background:var(--ink);flex-direction:column;align-items:flex-start;padding:110px 35px;transition:.3s;box-shadow:-20px 0 50px rgba(0,0,0,.35)}.nav-links.open{right:0}.menu-toggle{display:grid;gap:5px;z-index:3}.menu-toggle span{width:28px;height:3px;background:#fff}.hero{min-height:720px}.hero-bg{background-position:60% center}.hero-overlay{background:linear-gradient(90deg,rgba(17,11,4,.95),rgba(17,11,4,.55))}.hero-sticker{width:110px;height:110px;right:4%;bottom:35px}.hero-sticker span{font-size:35px}.product-grid{grid-template-columns:repeat(2,1fr)}.experience{grid-template-columns:1fr}.experience-image{min-height:520px}.experience-copy{padding:80px 40px}.location-card{grid-template-columns:1fr}.location-photo{min-height:420px}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:250px 250px 250px}.g1{grid-row:span 2}.g3{grid-row:auto}.g5{grid-column:span 2}}
@media(max-width:600px){.container{width:min(100% - 28px,1160px)}.nav{height:75px}.brand{font-size:24px}.brand-icon{width:37px;height:37px}.hero{min-height:690px}.hero-content{padding-top:60px}.hero h1{font-size:64px}.hero-content>p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-sticker{display:none}.section{padding:80px 0}.section-heading{display:block}.section-heading h2{font-size:58px}.section-heading>p{margin-top:15px}.product-grid{grid-template-columns:1fr}.product-card img{height:330px}.experience-image{min-height:390px}.experience-copy{padding:65px 24px}.experience-copy h2{font-size:57px}.gallery-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(5,300px)}.gallery-grid figure,.g1,.g3,.g5{grid-row:auto;grid-column:auto}.location-section{padding:70px 0}.location-copy{padding:50px 25px}.location-copy h2{font-size:60px}.location-photo{min-height:360px}.footer-links{flex-wrap:wrap}.footer-bottom{display:grid;gap:10px}.floating-whatsapp{width:60px;height:60px;right:15px;bottom:15px}}
