:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1c1917;background-color:#faf8f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}a{font-weight:500;color:#5d4037;text-decoration:inherit;transition:color .3s ease,transform .2s ease;display:inline-block}a:hover{color:#c9393b;transform:translate(2px)}body{margin:0;display:block;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#faf8f5,#f5efe6,#efe8dc);background-attachment:fixed}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}button:hover{border-color:#646cff;transform:translateY(-2px);box-shadow:0 4px 12px #646cff4d}button:active{transform:translateY(0)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;align-items:stretch}.product-card{border-radius:10px;padding:14px;text-align:left;background:var(--color-neutral-light, #fff);color:var(--color-text, #222);box-shadow:0 8px 20px #0a141e0f;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%;animation:scaleIn .5s ease-out}.product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px #0a141e26}.product-image{height:160px;overflow:hidden;border-radius:8px}.product-image{overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image img{transform:scale(1.1)}.product-badges{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.product-badge{padding:6px 10px;background:#fff;border:1px solid #e6e6e6;border-radius:999px;font-weight:700;font-size:.9rem}.product-cta{margin-top:12px}.product-cta a{display:inline-block;padding:10px 16px;background:var(--color-primary-red);color:#fff;border-radius:8px;text-decoration:none;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-cta a:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9393b66;background:#d94446}.product-cta a:active{transform:translateY(0)}.product-detail-wrapper{max-width:1100px;margin:0 auto;background:var(--color-neutral-light, #fff);border-radius:12px;padding:26px;box-shadow:0 12px 30px #0e141e0f}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.product-cover{border-radius:10px;overflow:hidden;border:1px solid #f0f0f0}.product-cover img{width:100%;height:460px;object-fit:cover;display:block}.thumbnails{display:flex;gap:10px;margin-top:12px}.thumbnail-btn{border-radius:6px;overflow:hidden;padding:0;background:transparent;cursor:pointer;border:1px solid #e6e6e6}.thumbnail-btn.active{border:2px solid var(--color-primary-red)}.thumbnail-btn img{width:96px;height:72px;object-fit:cover;display:block}.size-badge{padding:6px 10px;border-radius:999px;border:1px solid #ddd;background:#fff;font-weight:600;font-size:.95rem}.contact-btn{display:inline-block;padding:12px 22px;background:var(--color-primary-red);color:#fff;border-radius:8px;text-decoration:none;font-weight:700}@media(max-width:900px){.product-detail-grid{grid-template-columns:1fr}.product-cover img{height:320px;object-fit:cover}.modal-content{width:calc(100% - 32px);max-height:calc(100vh - 48px)}}@media(max-width:480px){.product-image{height:140px}.thumbnail-btn img{width:72px;height:54px}h1{font-size:1.6rem}.product-cover img{height:220px;object-fit:cover}.modal-content{width:calc(100% - 24px);max-height:calc(100vh - 32px);border-radius:8px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-fade-in{animation:fadeIn .2s ease forwards}.modal-slide-up{animation:slideUp .3s ease forwards}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{width:100%;max-width:1100px;width:calc(100% - 40px);background:var(--color-neutral-light, #fff);border-radius:12px;position:relative;box-shadow:0 18px 50px #060a145c;overflow:auto;max-height:calc(100vh - 80px)}.modal-close{position:absolute;right:12px;top:8px;background:transparent;border:none;font-size:28px;line-height:1;cursor:pointer;color:#222}.image-hover img,.image-hover{transition:transform .28s ease}.image-hover:hover img,.image-hover:hover{transform:scale(1.03)}.thumbnail-btn:hover img{transform:scale(1.04)}img{transition:transform .22s ease}img:hover{transform:scale(1.02)}.sticky-header{position:sticky;top:0;z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.sticky-header .container{align-items:center}.nav-links{display:flex;gap:18px;align-items:center}@media(max-width:860px){.hamburger-button{display:inline-block}.nav-links{display:none;position:absolute;left:0;right:0;top:64px;background:var(--color-neutral-dark, rgba(0,0,0,.85));flex-direction:column;padding:16px;gap:12px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.nav-links a{display:block;text-align:center}.nav-links.open{display:flex}}@media(max-width:480px){.nav-links{top:56px}}.desktop-only{display:block}.mobile-only{display:none}@media(max-width:860px){.desktop-only{display:none}.mobile-only{display:block}}.product-card,.benefit-card{padding:18px}.story-segment .container{display:flex;align-items:center;gap:40px;padding:60px 0}.story-segment.reversed .container{flex-direction:row-reverse}.story-segment .text-block{flex:1;padding:20px}.story-segment .image-block{flex:1;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000001f}.story-segment .image-block img{width:100%;height:auto;display:block}@media(max-width:860px){.story-segment .container{flex-direction:column;gap:20px;padding:40px 16px}.story-segment.reversed .container{flex-direction:column}.story-segment .text-block{text-align:left}.story-segment .image-block img{width:100%;height:auto}}.story-segment .image-block{flex:0 0 44%;max-width:520px}.story-segment .text-block{flex:1 1 56%}.benefits-image{width:100%;max-width:360px;display:inline-block}@media(max-width:900px){.benefits-image{max-width:320px}}@media(max-width:480px){.benefits-image{max-width:260px}}.benefits-hero{display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:center;margin-bottom:40px}@media(max-width:900px){.benefits-hero{grid-template-columns:1fr;gap:20px;margin-bottom:24px}.benefits-hero img{margin:0 auto}}.benefits-section .container{display:flex;flex-direction:column;align-items:center}.whatsapp-fab{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#25d366,#1da851);box-shadow:0 10px 30px #0003;z-index:3000;text-decoration:none}.whatsapp-fab svg{display:block}.whatsapp-fab:hover{transform:translateY(-3px)}@media(max-width:480px){.whatsapp-fab{right:14px;bottom:14px;width:48px;height:48px}}.benefits-section{padding:80px 0;display:block}@media(max-width:900px){.benefits-section{padding:60px 20px}}.benefits-hero>div:first-child{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-right:8px}.benefits-hero .benefit-highlights{justify-content:center}.benefits-hero .benefit-highlights>div{min-width:140px}@media(min-width:901px){.benefits-hero{gap:20px}}.hero-section-with-bg .container{padding:40px 16px}.hero-section-with-bg h1{font-size:2.2rem}.hero-section-with-bg p{font-size:1rem}@media(min-width:900px){.hero-section-with-bg h1{font-size:3.5rem}.hero-section-with-bg p{font-size:1.4rem}}.hero-section-with-bg{position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.bg-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .9s ease;filter:saturate(.95) contrast(.95) brightness(.45)}.bg-slide.active{opacity:1}.hero-content{position:relative;z-index:2;padding:56px 16px}@media(max-width:900px){.hero-content{padding:28px 12px}}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#00000073 60%,#0009);z-index:1;pointer-events:none}button{background:linear-gradient(90deg,var(--color-primary-red),#e24545);border:none;color:var(--color-neutral-light);box-shadow:0 8px 20px #0000002e}button:hover{transform:translateY(-2px)}.hero-inner{display:flex;gap:28px;align-items:center;justify-content:space-between;padding:36px 0}.hero-left{flex:1;max-width:520px}.hero-right{flex:1;display:flex;align-items:center;justify-content:center}.hero-title{font-size:3rem;color:var(--color-secondary-cream);margin:6px 0}.hero-sub{font-size:1.2rem;color:var(--color-secondary-cream);margin-bottom:18px}.hero-slideshow{position:relative;width:420px;max-width:48vw;height:300px;border-radius:12px;overflow:hidden;background:#111}.hero-slideshow .slide{position:absolute;inset:0;opacity:0;transition:opacity .48s ease;display:flex;align-items:center;justify-content:center}.hero-slideshow .slide.active{opacity:1}.hero-slideshow img{width:100%;height:100%;object-fit:cover;display:block}.slide-prev,.slide-next{position:absolute;top:50%;transform:translateY(-50%);background:#00000073;border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.slide-prev{left:10px}.slide-next{right:10px}.slide-dots{position:absolute;left:50%;transform:translate(-50%);bottom:10px;display:flex;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff73;border:none;cursor:pointer}.dot.active{background:var(--color-primary-red)}@media(max-width:900px){.hero-inner{flex-direction:column-reverse;gap:20px}.hero-slideshow{width:100%;height:220px}.hero-left{max-width:100%}.hero-title{font-size:2rem}}section{min-height:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.products-grid .product-card:nth-child(1){animation-delay:.1s}.products-grid .product-card:nth-child(2){animation-delay:.2s}.products-grid .product-card:nth-child(3){animation-delay:.3s}.products-grid .product-card:nth-child(4){animation-delay:.4s}.products-grid .product-card:nth-child(5){animation-delay:.5s}.products-grid .product-card:nth-child(6){animation-delay:.6s}main{animation:fadeIn .5s ease-in}button,.product-cta a,a[href*=products]{position:relative;overflow:hidden}button:before,.product-cta a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}button:hover:before,.product-cta a:hover:before{width:300px;height:300px}section{opacity:0;animation:fadeInUp .8s ease-out forwards}section:nth-of-type(1){animation-delay:.1s}section:nth-of-type(2){animation-delay:.2s}section:nth-of-type(3){animation-delay:.3s}.image-hover{position:relative;overflow:hidden}.image-hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s ease}.image-hover:hover:after{transform:translate(100%)}.modal-overlay{animation:fadeIn .3s ease-out}.modal-content{animation:slideUp .4s cubic-bezier(.4,0,.2,1)}.header-nav a{position:relative}.header-nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--color-primary-red);transition:width .3s cubic-bezier(.4,0,.2,1)}.header-nav a:hover:after{width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.header-cta a:hover{animation:float 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}:root{--color-primary-red: #c9393b;--color-primary-green: #7a9a35;--color-primary-brown: #5d4037;--color-dark-brown: #3e2723;--color-secondary-cream: #faf8f5;--color-warm-cream: #f5efe6;--color-accent-yellow: #f5a623;--color-accent-gold: #d4a574;--color-neutral-dark: #1c1917;--color-neutral-light: #ffffff;--color-neutral-soft: #f7f5f3;--gradient-warm: linear-gradient(135deg, #faf8f5 0%, #f5efe6 50%, #efe8dc 100%);--gradient-brown: linear-gradient(135deg, #5d4037 0%, #4e342e 100%);--gradient-hero: linear-gradient(180deg, rgba(28, 25, 23, .7) 0%, rgba(62, 39, 35, .8) 100%)}@font-face{font-family:Arodora Pro;src:url(/assets/ArodoraPro-Light-8EN7nBEr.woff2) format("woff2"),url(./assets/fonts/ArodoraPro-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Rockwell;src:url(/assets/MRockwell-Bold-D09QjyOT.woff2) format("woff2"),url(./assets/fonts/MRockwell-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Kamana;src:url(/assets/Kamana-ESVh1uyl.woff2) format("woff2"),url(./assets/fonts/Kamana.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}body{font-family:Arodora Pro,sans-serif;color:var(--color-neutral-dark);scroll-behavior:smooth;background:var(--gradient-warm);background-attachment:fixed}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;transition-delay:0s}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.container{margin:0 auto;padding:0 20px;max-width:1200px;width:100%}.hero-section-with-bg{background-image:var(--gradient-hero),url(/assets/Untitled%20design-CBGDjm0R.webp);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--color-neutral-light);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 20px 100px}section{padding:80px 20px;min-height:auto}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arodora Pro,sans-serif;color:var(--color-neutral-dark);scroll-behavior:smooth;min-height:100vh}html{min-height:100%}.rockwell-style{font-family:Rockwell,serif}.aradora-style{font-family:Arodora Pro,sans-serif}.kamana-style{font-family:Kamana,sans-serif}.sticky-header{position:sticky;top:0;left:0;z-index:1200;width:100%;background-color:#1c1917f2;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s cubic-bezier(.4,0,.2,1)}.sticky-header.scrolled{background-color:#1c1917f2;box-shadow:0 4px 12px #00000026}.sticky-header a{color:var(--color-secondary-cream);transition:all .3s cubic-bezier(.4,0,.2,1)}.sticky-header a:hover{color:var(--color-accent-gold);transform:translateY(-1px)}.sticky-header nav a{color:var(--color-secondary-cream)!important}.bg-red{background-color:var(--color-primary-red);color:var(--color-neutral-light)}.bg-green{background-color:var(--color-primary-green)}.bg-brown{background:var(--gradient-brown);color:var(--color-neutral-light)}.bg-cream{background:var(--gradient-warm);background-attachment:fixed}.benefit-card{cursor:default}.benefit-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #0000002e}.product-showcase-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0003}.product-showcase-card:hover img{transform:scale(1.05)}a{transition:color .3s ease,opacity .3s ease}button:hover,a[style*=background]:hover{filter:brightness(1.1)}@media(max-width:768px){section{padding:60px 16px}.container{padding:0 16px}h1,h2{font-size:1.8rem!important}}.header-inner{display:flex;align-items:center;gap:16px;padding:15px 20px;justify-content:space-between}.header-nav{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;flex:1}.header-cta{justify-self:end}@media(max-width:768px){.hero-section-with-bg{min-height:90vh;padding:100px 16px 80px}.header-inner{flex-wrap:wrap;justify-content:space-between}.header-nav{justify-content:center;gap:12px 14px}.header-cta{justify-self:center;width:100%;display:flex;justify-content:center}.header-cta a{width:100%;max-width:260px;text-align:center}}@media(max-width:480px){.hero-section-with-bg{padding:90px 12px 60px}section{padding:60px 16px}}.hamburger-button{display:none;background:transparent;border:0;padding:6px;margin-right:8px;cursor:pointer}.hamburger-box{width:30px;height:18px;display:inline-block;position:relative}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:30px;height:3px;background:var(--color-secondary-cream, #fff);display:block;border-radius:3px;position:absolute;left:0;transition:transform .25s ease,opacity .25s ease}.hamburger-inner{top:50%;transform:translateY(-50%)}.hamburger-inner:before{content:"";top:-9px}.hamburger-inner:after{content:"";top:9px}.hamburger-button.open .hamburger-inner{transform:rotate(45deg)}.hamburger-button.open .hamburger-inner:before{transform:rotate(-90deg) translate(-6px);top:0}.hamburger-button.open .hamburger-inner:after{opacity:0}@media(max-width:860px){.hamburger-button{display:inline-block}.header-nav.nav-links{display:none;position:absolute;left:0;right:0;top:64px;background:#1c1917f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;padding:16px;gap:12px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;z-index:1200;box-shadow:0 8px 24px #00000047}.header-nav.nav-links.open{display:flex}.header-inner{position:relative}.header-nav.nav-links a{width:100%;text-align:center;padding:8px 0}.header-cta{display:none}}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;padding:20px 0}.product-card{display:flex;flex-direction:column;border-radius:10px;padding:14px;text-align:left;background:var(--color-neutral-light);color:var(--color-text, #222);box-shadow:0 8px 20px #0a141e0f;transition:transform .2s ease,box-shadow .2s ease;height:100%}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0a141e1a}.product-image{width:100%;overflow:hidden;border-radius:6px;margin-bottom:15px}.product-image img{width:100%;height:250px;object-fit:cover;display:block;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badges{display:flex;gap:8px;margin-top:15px;margin-bottom:10px}.product-badge,.size-badge{padding:5px 10px;background-color:var(--color-primary-red);color:var(--color-neutral-light);border-radius:4px;font-size:.8rem;font-weight:600;text-transform:uppercase}.product-detail-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;align-items:flex-start;padding:30px 0}.product-cover img{width:100%;max-height:450px;object-fit:contain;border-radius:8px;box-shadow:0 4px 10px #0000001a}.thumbnails{display:flex;gap:10px;margin-top:15px;justify-content:center}.thumbnail-btn{border:2px solid transparent;padding:3px;cursor:pointer;background:none;transition:border-color .2s;border-radius:5px;opacity:.7}.thumbnail-btn.active{border-color:var(--color-primary-red);opacity:1}.thumbnail-btn img{width:70px;height:70px;object-fit:cover;border-radius:4px;display:block}.contact-btn{display:inline-block;padding:12px 30px;background-color:var(--color-dark-brown);color:var(--color-neutral-light);border-radius:8px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background-color .3s}.contact-btn:hover{background-color:var(--color-primary-red)}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:var(--color-neutral-light);border-radius:10px;width:90%;max-width:900px;padding:30px;position:relative;box-shadow:0 10px 40px #0000004d;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--color-muted, #555);transition:color .2s}.modal-close:hover{color:var(--color-primary-red)}@media(max-width:850px){.product-detail-grid{grid-template-columns:1fr}.modal-content{padding:20px}}
