:root{--navy: #0D2B3E;--navy-light: #153a52;--yellow: #F7E55C;--yellow-soft: #faf0a0;--sage: #A8B5A2;--dusty-pink: #D4A0A0;--coral: #E8857A;--lavender: #B8A9C9;--beige: #F5F2EB;--cream: #FFFDF7;--text-muted: #5a7082;--font-display: "Playfair Display", Georgia, serif;--font-body: "Outfit", -apple-system, sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;scroll-padding-top:80px}body{font-family:var(--font-body);background:var(--beige);color:var(--navy);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--yellow);color:var(--navy);padding:.8rem 1.5rem;border-radius:0 0 8px 8px;font-weight:600;font-size:.85rem;z-index:99999;transition:top .3s}.skip-link:focus{top:0}#intro-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:var(--navy);display:flex;align-items:center;justify-content:center;transition:opacity 1s var(--ease-smooth),visibility 1s}#intro-overlay.fade-out{opacity:0;visibility:hidden;pointer-events:none}#intro-overlay video{width:100%;height:100%;object-fit:cover;filter:blur(12px) brightness(.5);transition:filter 1s var(--ease-smooth)}#intro-overlay.playing video{filter:blur(0) brightness(1)}.intro-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;cursor:pointer;transition:opacity .6s var(--ease-smooth),transform .6s var(--ease-smooth)}.intro-logo img{height:120px;width:auto;filter:drop-shadow(0 0 30px rgba(255,255,255,.4)) drop-shadow(0 0 60px rgba(255,255,255,.2))}.intro-logo:hover img{filter:drop-shadow(0 0 40px rgba(255,255,255,.6)) drop-shadow(0 0 80px rgba(255,255,255,.3))}#intro-overlay.playing .intro-logo{opacity:0;transform:translate(-50%,-50%) scale(1.1);pointer-events:none}.intro-skip{position:absolute;bottom:2rem;right:2rem;color:#ffffff80;font-family:var(--font-body);font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:color .3s;z-index:2;background:none;border:none}.intro-skip:hover{color:var(--yellow)}.nav{position:fixed;top:0;left:0;right:0;z-index:9000;padding:1.5rem 3rem;display:flex;align-items:center;justify-content:space-between;transition:all .5s var(--ease-smooth);background:#0d2b3ef7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 4px 30px #00000026}.nav.scrolled{padding:.9rem 3rem}.nav-logo img{height:70px;width:auto;display:block}.nav-logo-text{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--cream);letter-spacing:.02em}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links li{position:relative}.nav-links a{color:#ffffffd9;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:var(--yellow);transition:width .4s var(--ease-out)}.nav-links a:hover{color:#fff}.nav-links a:hover:after{width:100%}.nav-links a.active{color:#fff}.nav-links a.active:after{width:100%}.nav-links a:focus-visible{outline:2px solid var(--yellow);outline-offset:4px;border-radius:2px}.nav-right{display:flex;align-items:center;gap:1rem}.nav-cart{position:relative;color:var(--cream);display:flex;align-items:center;transition:color .3s}.nav-cart:hover{color:var(--yellow)}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--coral);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;flex-direction:column;gap:6px;cursor:pointer;z-index:9999;padding:4px;background:none;border:none}.nav-toggle span{width:26px;height:2px;background:var(--cream);transition:all .4s var(--ease-out);display:block}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5.5px,5.5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5.5px,-5.5px)}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:8999;opacity:0;visibility:hidden;transition:all .4s}.nav-overlay.active{opacity:1;visibility:visible}.hero-carousel{position:relative;width:100%;overflow:hidden;background:var(--navy);margin-top:94px;aspect-ratio:91 / 36}.hero-carousel .slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s var(--ease-smooth)}.hero-carousel .slide.active{opacity:1;z-index:2}.hero-carousel .slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel-arrows{position:absolute;top:50%;left:0;right:0;z-index:10;display:flex;justify-content:space-between;padding:0 1.5rem;transform:translateY(-50%);pointer-events:none}.carousel-arrow{width:48px;height:48px;border-radius:50%;background:#0d2b3e80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);color:var(--cream);display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;transition:all .3s var(--ease-out)}.carousel-arrow:hover{background:#0d2b3ecc;border-color:#ffffff4d}.carousel-arrow svg{width:20px;height:20px}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:10px}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#ffffff59;border:none;cursor:pointer;transition:all .3s;padding:0}.carousel-dot.active{background:var(--yellow);transform:scale(1.2)}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.banner-historia{position:relative;width:100%;overflow:hidden}.banner-historia img{width:100%;height:auto;display:block}.banner-historia-link{position:absolute;bottom:10%;left:5%;width:35%;height:15%;z-index:2}.banner-pecas{width:100%;overflow:hidden}.banner-pecas a{display:block}.banner-pecas img{width:100%;height:auto;display:block}.banner-section{width:100%;overflow:hidden}.banner-section img{width:100%;display:block}.section-banner{width:100%;overflow:hidden}.section-banner img{width:100%;height:auto;display:block}.banner-tome-home{width:100%;overflow:hidden}.banner-tome-home img{width:100%;height:auto;display:block}.capa-banner{width:100%;margin-top:100px}.capa-banner img{width:100%;height:auto;display:block}.favoritos{background:var(--cream);padding:5rem 2rem}.favoritos-header{text-align:center;margin-bottom:3rem}.favoritos-header h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);color:var(--navy);font-weight:600;margin-bottom:.5rem}.favoritos-header p{font-size:1.05rem;color:var(--text-muted);font-weight:300}.favoritos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.favorito-card{background:var(--cream);border-radius:16px;overflow:hidden;transition:transform .4s var(--ease-out),box-shadow .4s;border:1px solid rgba(13,43,62,.06)}.favorito-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #0d2b3e1f}.favorito-card .card-img{width:100%;height:280px;object-fit:cover}.favorito-card .card-body{padding:1.2rem 1.5rem}.favorito-card .card-name{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.8rem}.favorito-card .card-btn{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);border:2px solid var(--navy);padding:.6rem 1.5rem;border-radius:50px;transition:all .3s var(--ease-out)}.favorito-card .card-btn:hover{background:var(--navy);color:var(--cream)}.testemunhos{background:var(--navy);padding:5rem 2rem;overflow:hidden}.testemunhos-header{text-align:center;margin-bottom:3rem}.testemunhos-header h2{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--cream);font-weight:600}.testemunhos-track-wrap{position:relative;max-width:1000px;margin:0 auto}.testemunhos-track{display:flex;transition:transform .6s var(--ease-out)}.testemunho-card{min-width:100%;padding:0 1rem;box-sizing:border-box}.testemunho-inner{background:#ffffff0f;border-radius:20px;padding:2.5rem;text-align:center;border:1px solid rgba(255,255,255,.08)}.testemunho-quote{font-size:2rem;color:var(--yellow);line-height:1;margin-bottom:1rem}.testemunho-inner p{font-size:1.1rem;color:#f5f2ebbf;line-height:1.8;font-weight:300;font-style:italic;margin-bottom:1.5rem}.testemunho-author{font-size:.85rem;font-weight:600;color:var(--yellow)}.testemunhos-arrows{position:absolute;top:50%;left:-2rem;right:-2rem;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.testemunho-arrow{width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:var(--cream);display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;transition:all .3s}.testemunho-arrow:hover{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}.testemunho-arrow svg{width:18px;height:18px}.testemunhos-dots{display:flex;justify-content:center;gap:8px;margin-top:2rem}.testemunho-dot{width:8px;height:8px;border-radius:50%;background:#ffffff40;border:none;cursor:pointer;padding:0;transition:all .3s}.testemunho-dot.active{background:var(--yellow);transform:scale(1.3)}section{padding:7rem 2rem}.container{max-width:1200px;margin:0 auto}.section-label{font-family:var(--font-body);font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--coral);font-weight:600;margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1.15;margin-bottom:1.2rem;color:var(--navy)}.section-title em{font-style:italic;color:var(--coral)}.section-text{font-size:1.05rem;line-height:1.75;color:var(--text-muted);max-width:580px;font-weight:300}.reveal{opacity:0;transform:translateY(40px);transition:all .9s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.15s}.reveal-delay-2{transition-delay:.3s}.reveal-delay-3{transition-delay:.45s}.marquee-band{padding:1rem 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marqueeScroll 30s linear infinite}.marquee-track span{font-family:var(--font-display);font-size:1.1rem;font-weight:600;padding:0 3rem;display:inline-flex;align-items:center;gap:1.5rem}.marquee-track span:after{content:"\2661";font-size:.9rem;color:var(--coral)}@keyframes marqueeScroll{to{transform:translate(-50%)}}.produtos-banner-section{max-width:100%;padding:3rem 2rem}.produtos-banner-wrap{position:relative;max-width:1200px;margin:0 auto;border-radius:16px;overflow:hidden}.produtos-banner-img{width:100%;height:auto;display:block}.produtos-banner-link{position:absolute;top:0;bottom:0;width:50%;display:flex;align-items:center;justify-content:center;transition:all .4s var(--ease-out);z-index:2}.produtos-banner-left{left:0}.produtos-banner-right{right:0}.produtos-banner-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0d2b3e00;transition:background .4s var(--ease-out)}.produtos-banner-link:hover:before{background:#0d2b3e40}.produtos-banner-label{position:relative;z-index:3;font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:#fff;padding:.8rem 2rem;border:2px solid rgba(255,255,255,0);border-radius:50px;letter-spacing:.05em;opacity:0;transform:translateY(8px);transition:all .4s var(--ease-out);text-shadow:0 2px 12px rgba(0,0,0,.4)}.produtos-banner-link:hover .produtos-banner-label{opacity:1;transform:translateY(0);border-color:#fffc;background:#0d2b3e66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.produtos-banner-wrap:hover .produtos-banner-img{transform:scale(1.02)}.produtos-banner-img{transition:transform .6s var(--ease-out)}.category-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.category-card{background:var(--navy);border-radius:16px;padding:3rem 2.5rem;text-align:center;transition:transform .5s var(--ease-out),box-shadow .5s;display:block}.category-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #0d2b3e33}.category-emoji{font-size:4rem;margin-bottom:1.2rem;display:block}.category-card h3{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--cream);margin-bottom:.8rem}.category-card p{font-size:.95rem;color:#fffdf799;font-weight:300;line-height:1.7;margin-bottom:1.8rem;max-width:320px;margin-left:auto;margin-right:auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:var(--cream);border-radius:16px;overflow:hidden;transition:transform .5s var(--ease-out),box-shadow .5s}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #0d2b3e1f}.product-card-link{display:block;text-decoration:none;color:inherit}.product-card-img{width:100%;aspect-ratio:1 / 1.15;object-fit:cover}.product-card-placeholder{background:var(--beige)}.product-card-body{padding:1.5rem}.product-card-name{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.product-card-price{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--coral);margin-bottom:1.2rem}.product-card-form{padding:0 1.5rem 1.5rem}.product-card-btn{width:100%;text-align:center;overflow:hidden}.btn-text-short{display:none}.btn-primary{display:inline-block;background:var(--navy);color:var(--cream);font-family:var(--font-body);font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 2rem;border-radius:50px;border:none;cursor:pointer;transition:all .4s var(--ease-out)}.btn-primary:hover{background:var(--yellow);color:var(--navy)}.btn-primary:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-outline{display:inline-flex;align-items:center;gap:.6rem;background:transparent;color:var(--navy);font-family:var(--font-body);font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 2.2rem;border-radius:50px;border:2px solid var(--navy);cursor:pointer;transition:all .4s var(--ease-out)}.btn-outline:hover{background:var(--navy);color:var(--cream);transform:translateY(-2px)}.category-card .btn-primary{background:var(--cream);color:var(--navy)}.category-card .btn-primary:hover{background:var(--yellow);color:var(--navy)}.product-hero{max-width:1200px;margin:0 auto;padding:7rem 2rem 3rem;display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:start}.product-hero-gallery{position:relative}.product-main-image-wrap{border-radius:20px;overflow:hidden;cursor:zoom-in;position:relative;background:var(--cream)}.product-main-img{width:100%;object-fit:cover;border-radius:20px;transition:opacity .3s ease,transform .4s ease;will-change:transform}.product-gallery-thumbs{display:flex;gap:.8rem;margin-top:1rem}.product-thumb{padding:0;border:3px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;background:none;transition:all .3s var(--ease-out);flex-shrink:0}.product-thumb img{width:76px;height:76px;object-fit:cover;display:block;transition:transform .3s}.product-thumb:hover img{transform:scale(1.08)}.product-thumb:hover,.product-thumb.active{border-color:var(--yellow);box-shadow:0 4px 15px #f7e55c4d}.product-hero-badge{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}.product-hero-badge span{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--coral);background:#e8857a1a;padding:.4rem 1rem;border-radius:50px}.product-badge-sale{background:var(--yellow)!important;color:var(--navy)!important}.product-title-anim{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;color:var(--navy);margin-bottom:.5rem;line-height:1.15}.product-price-wrap{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--coral)}.product-price-compare{font-size:1.1rem;font-weight:400;color:var(--text-muted);text-decoration:line-through}.product-description{font-size:1rem;line-height:1.8;color:var(--text-muted);font-weight:300;margin-bottom:2rem}.product-form{position:relative}.product-form-group{margin-bottom:1.5rem}.product-form-group label{display:block;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:.6rem}.variant-select{width:100%;padding:.85rem 1.1rem;background:var(--cream);border:2px solid rgba(13,43,62,.08);border-radius:12px;font-family:var(--font-body);font-size:.92rem;color:var(--navy);outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color .3s}.variant-select:focus{border-color:var(--yellow);box-shadow:0 0 0 4px #f7e55c26}.size-pills{display:flex;flex-wrap:wrap;gap:.6rem}.size-pill{padding:.6rem 1.3rem;border:2px solid rgba(13,43,62,.12);border-radius:50px;background:var(--cream);font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--navy);cursor:pointer;transition:all .3s var(--ease-out)}.size-pill:hover{border-color:var(--navy);transform:translateY(-2px)}.size-pill.active{background:var(--navy);color:var(--cream);border-color:var(--navy);box-shadow:0 4px 15px #0d2b3e33}.size-pill.sold-out{opacity:.35;text-decoration:line-through;cursor:not-allowed}.quantity-selector{display:flex;align-items:center;gap:0;margin-bottom:1.5rem;background:var(--cream);border-radius:50px;border:2px solid rgba(13,43,62,.08);width:fit-content;overflow:hidden}.qty-btn{width:44px;height:44px;border:none;background:transparent;color:var(--navy);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.qty-btn svg{width:16px;height:16px}.qty-btn:hover{background:var(--navy);color:var(--cream)}.quantity-selector input{width:44px;text-align:center;border:none;font-family:var(--font-body);font-size:1rem;font-weight:700;background:transparent;color:var(--navy);-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.7rem;background:var(--navy);color:var(--cream);font-family:var(--font-body);font-size:.88rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;border-radius:50px;border:none;cursor:pointer;transition:all .4s var(--ease-out);position:relative;overflow:hidden}.product-add-btn:hover{background:var(--yellow);color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 25px #f7e55c59}.product-add-btn:active{transform:translateY(0)}.btn-cart-icon{width:18px;height:18px;flex-shrink:0}.product-add-btn.adding{animation:pulse-btn .6s ease}@keyframes pulse-btn{0%{transform:scale(1)}50%{transform:scale(.96)}to{transform:scale(1)}}.sold-out-btn{opacity:.5;cursor:not-allowed;background:var(--text-muted)}.add-to-cart-confirm{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem;background:var(--sage);color:#fff;border-radius:12px;font-size:.85rem;font-weight:600;opacity:0;transform:translateY(8px);transition:all .4s var(--ease-out);pointer-events:none;margin-top:.8rem}.add-to-cart-confirm svg{width:18px;height:18px}.add-to-cart-confirm.show{opacity:1;transform:translateY(0)}.product-trust{display:flex;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(13,43,62,.08);flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted);font-weight:500;transition:color .3s}.trust-item:hover{color:var(--navy)}.trust-item svg{width:18px;height:18px;color:var(--sage);flex-shrink:0;transition:color .3s}.trust-item:hover svg{color:var(--coral)}.product-story{padding:5rem 2rem;background:var(--navy);text-align:center;overflow:hidden}.product-story-inner{max-width:700px;margin:0 auto 3rem}.product-story-title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.5rem);font-weight:600;color:var(--cream);margin-bottom:1.2rem;line-height:1.2}.product-story-title em{font-style:italic;color:var(--yellow)}.product-story-text{font-size:1.05rem;color:#f5f2eba6;line-height:1.8;font-weight:300}.product-story-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:1000px;margin:0 auto}.story-gallery-item{border-radius:16px;overflow:hidden;aspect-ratio:1}.story-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.story-gallery-item:hover img{transform:scale(1.08)}.product-features{padding:5rem 2rem;background:var(--cream)}.product-features-title{font-family:var(--font-display);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:600;color:var(--navy);text-align:center;margin-bottom:2.5rem}.product-features-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.feature-card{text-align:center;padding:2.5rem 1.5rem;background:var(--beige);border-radius:20px;transition:transform .4s var(--ease-out),box-shadow .4s}.feature-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #0d2b3e1a}.feature-icon{width:56px;height:56px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;transition:transform .4s var(--ease-out)}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-icon svg{width:24px;height:24px;color:var(--yellow)}.feature-card h3{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;font-weight:300}.product-quote{padding:4rem 2rem;background:var(--yellow);text-align:center}.product-quote-inner{max-width:700px;margin:0 auto}.product-quote-text{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:700;font-style:italic;color:var(--navy);margin-bottom:1.5rem;line-height:1.3}.product-quote-btn{border-color:var(--navy)}.product-quote-btn:hover{background:var(--navy);color:var(--cream)}.related-products{padding:4rem 2rem 6rem}.related-grid{max-width:1200px;margin:0 auto}.cg-hero{padding-top:94px}.cg-hero-img{width:100%;height:auto;display:block}.cg-intro{padding:4rem 2rem;background:var(--beige)}.cg-intro-center{max-width:750px;margin:0 auto;text-align:center}.cg-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);background:var(--yellow);padding:.45rem 1.2rem;border-radius:50px;margin-bottom:1.2rem}.cg-intro-center h1{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;color:var(--navy);margin-bottom:.6rem;line-height:1.1}.cg-tagline{font-family:var(--font-display);font-size:1.2rem;font-style:italic;color:var(--coral);margin-bottom:1.5rem;font-weight:500}.cg-desc{font-size:1.05rem;color:var(--text-muted);line-height:1.85;font-weight:300;max-width:650px;margin:0 auto}.cg-desc p{margin-bottom:1rem}.cg-desc p:last-child{margin-bottom:0}.cg-desc-highlight{font-weight:500;color:var(--navy);font-style:italic}.cg-desc-cta{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--navy);margin-top:.5rem}.cg-sold-out{opacity:.5;cursor:not-allowed;background:var(--text-muted)!important}.cg-full-banner{width:100%}.cg-full-banner img{width:100%;height:auto;display:block}.cg-componentes{padding:4rem 2rem;background:var(--cream)}.cg-componentes-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:center}.cg-componentes-img img{width:100%;border-radius:20px}.cg-componentes-list h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--navy);margin-bottom:1.8rem}.cg-componentes-list ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.cg-componentes-list li{display:flex;align-items:center;gap:.8rem;font-size:1rem;color:var(--navy);font-weight:400}.cg-componentes-list li svg{width:20px;height:20px;color:var(--yellow);flex-shrink:0}.cg-componentes-list li strong{font-weight:600}.cg-como-jogar{padding:5rem 2rem;background:var(--navy)}.cg-como-inner{max-width:900px;margin:0 auto}.cg-como-inner h2{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--cream);text-align:center;margin-bottom:3rem}.cg-regras{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cg-regra{display:flex;align-items:flex-start;gap:1rem;background:#ffffff0d;border-radius:16px;padding:1.3rem 1.5rem;transition:background .3s,transform .3s var(--ease-out)}.cg-regra:hover{background:#ffffff1a;transform:translateY(-2px)}.cg-regra-num{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--yellow);color:var(--navy);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.cg-regra p{font-size:.95rem;color:#f5f2ebcc;line-height:1.5;font-weight:300}.cg-magia{padding:4rem 2rem;background:var(--beige)}.cg-magia-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:3rem;align-items:center}.cg-magia-text h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--navy);margin-bottom:1.5rem}.cg-magia-text ul{list-style:none;display:flex;flex-direction:column;gap:.9rem}.cg-magia-text li{font-size:1.05rem;color:var(--navy);font-weight:400;padding-left:1.5rem;position:relative;line-height:1.6}.cg-magia-text li:before{content:"\2022";position:absolute;left:0;color:var(--yellow);font-weight:700;font-size:1.3rem}.cg-magia-text li:last-child{font-style:italic;color:var(--text-muted);font-size:.95rem}.cg-magia-img img{width:100%;border-radius:20px}.cg-cta{padding:5rem 2rem;background:var(--yellow);text-align:center}.cg-cta-inner{max-width:800px;margin:0 auto}.cg-cta-inner h2{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--navy);margin-bottom:.8rem}.cg-cta-inner>p{font-size:1.1rem;color:var(--navy);opacity:.7;font-weight:300;margin-bottom:2.5rem}.cg-cta-product{display:flex;align-items:center;gap:2.5rem;background:var(--cream);border-radius:24px;padding:2rem;box-shadow:0 12px 40px #0d2b3e1a;text-align:left}.cg-cta-img{width:200px;height:200px;object-fit:cover;border-radius:16px;flex-shrink:0}.cg-cta-details{flex:1}.cg-cta-details h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}.cg-cta-price{font-size:2rem;font-weight:800;color:var(--coral);margin-bottom:1.2rem}.cg-cta-btn{display:inline-flex;align-items:center;gap:.7rem;background:var(--navy);color:var(--cream);font-family:var(--font-body);font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:1rem 2.2rem;border-radius:50px;border:none;cursor:pointer;transition:all .4s var(--ease-out);width:100%;justify-content:center}.cg-cta-btn:hover{background:var(--yellow);color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 25px #f7e55c59}.cg-cta-btn svg{width:20px;height:20px}.cg-cta-trust{display:flex;justify-content:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.cg-cta-trust span{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--text-muted);font-weight:500}.cg-cta-trust svg{width:14px;height:14px;color:var(--sage)}.cg-gallery{padding:3rem 0 4rem;background:var(--beige)}.cg-gallery-wrap{position:relative;overflow:hidden;padding:0 3rem}.cg-gallery-track{display:flex;gap:1rem;cursor:grab}.cg-gallery-item{flex:0 0 calc(33.333% - .67rem);border-radius:16px;overflow:hidden;aspect-ratio:1}.cg-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}.cg-gallery-item:hover img{transform:scale(1.05)}.cg-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#0d2b3eb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);color:var(--cream);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:3}.cg-gallery-arrow:hover{background:var(--navy)}.cg-gallery-arrow svg{width:18px;height:18px}.cg-gallery-prev{left:.5rem}.cg-gallery-next{right:.5rem}@media(max-width:1024px){.cg-regras{grid-template-columns:1fr}}@media(max-width:768px){.cg-gallery-item{flex:0 0 calc(50% - .5rem)}.cg-gallery-wrap{padding:0 2.5rem}}@media(max-width:600px){.cg-cta-product{flex-direction:column;text-align:center;gap:1.5rem}.cg-cta-img{width:160px;height:160px}}@media(max-width:480px){.cg-intro{padding:2.5rem 1.2rem}.cg-intro-center h1{font-size:2rem}.cg-como-jogar{padding:3rem 1.2rem}.cg-regra{padding:1rem 1.2rem}.cg-cta{padding:3rem 1.2rem}.cg-cta-price{font-size:1.6rem}.cg-gallery-item{flex:0 0 80%}.cg-cta-img{width:140px;height:140px}}.cart-page{max-width:900px;margin:0 auto;padding:8rem 2rem 4rem}.cart-page h1{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;color:var(--navy);margin-bottom:2rem;text-align:center}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center;background:var(--cream);border-radius:16px;padding:1.5rem}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:12px}.cart-item-info h3{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.3rem}.cart-item-info .variant{font-size:.85rem;color:var(--text-muted);margin-bottom:.3rem}.cart-item-info .price{font-weight:600;color:var(--coral)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-remove{background:none;border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;text-decoration:underline;transition:color .3s}.cart-item-remove:hover{color:var(--coral)}.cart-totals{margin-top:2rem;padding:2rem;background:var(--cream);border-radius:16px;text-align:right}.cart-totals .total-line{display:flex;justify-content:flex-end;gap:2rem;margin-bottom:.5rem;font-size:.95rem;color:var(--text-muted)}.cart-totals .total-line.grand-total{font-size:1.2rem;font-weight:700;color:var(--navy);border-top:2px solid rgba(13,43,62,.08);padding-top:1rem;margin-top:1rem}.page-hero{min-height:45vh;background:var(--navy);display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;padding:8rem 2rem 4rem}.page-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.page-hero-bg .orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.08}.page-hero-bg .orb:nth-child(1){width:400px;height:400px;background:var(--yellow);top:-20%;right:10%}.page-hero-bg .orb:nth-child(2){width:300px;height:300px;background:var(--coral);bottom:-15%;left:5%}.page-hero-content{position:relative;z-index:2;max-width:700px}.page-hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,4rem);font-weight:700;color:var(--cream);line-height:1.1;margin-bottom:1.2rem;opacity:0;animation:fadeUp 1s var(--ease-out) .4s forwards}.page-hero h1 em{font-style:italic;color:var(--yellow)}.page-hero-sub{font-size:1.05rem;color:#f5f2eb99;line-height:1.7;max-width:500px;margin:0 auto;font-weight:300}.projetos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.projeto-card{background:var(--cream);border-radius:20px;padding:3rem;text-align:center;transition:transform .4s var(--ease-out),box-shadow .4s var(--ease-out)}.projeto-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0d2b3e1a}.projeto-card .card-icon{font-size:2.5rem;margin-bottom:1rem}.projeto-card .card-title{font-family:var(--font-display);font-size:1.3rem;color:var(--navy);font-weight:600}.projeto-card .card-text{font-size:.95rem;color:var(--text-muted);margin-top:.5rem;font-weight:300}.featured-project{padding:4rem 2rem;max-width:1200px;margin:0 auto}.featured-project img{width:100%;border-radius:20px;box-shadow:0 20px 60px #0d2b3e2e}.colorgame-coming-soon{padding:4rem 2rem}.coming-soon-box{max-width:600px;margin:0 auto;text-align:center;background:var(--cream);border-radius:24px;padding:3.5rem 2.5rem;box-shadow:0 8px 30px #0d2b3e0f}.coming-soon-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);background:var(--yellow);padding:.5rem 1.4rem;border-radius:50px;margin-bottom:1.5rem}.coming-soon-box h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--navy);margin-bottom:.8rem}.coming-soon-box p{font-size:1.05rem;color:var(--text-muted);line-height:1.7;font-weight:300;margin-bottom:2rem}.coming-soon-date{display:inline-flex;align-items:center;gap:.6rem;font-size:.95rem;font-weight:600;color:var(--navy);background:var(--beige);padding:.8rem 1.5rem;border-radius:50px}.coming-soon-date svg{width:20px;height:20px;color:var(--coral);flex-shrink:0}.mais-projetos{padding:4rem 2rem 6rem;max-width:1200px;margin:0 auto}.mais-projetos h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--navy);font-weight:600;text-align:center;margin-bottom:2.5rem}.projetos-stack{display:flex;flex-direction:column;gap:1.2rem;max-width:1000px;margin:0 auto}.projeto-stack-item{position:relative;border:none;padding:0;background:none;border-radius:16px;overflow:hidden;cursor:pointer;display:block;transition:transform .4s var(--ease-out),box-shadow .4s}.projeto-stack-item:hover{transform:translateY(-3px);box-shadow:0 16px 50px #0d2b3e26}.projeto-stack-item img{width:100%;height:auto;display:block;transition:transform .5s var(--ease-out)}.projeto-stack-item:hover img{transform:scale(1.02)}.projeto-expand-icon{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#0d2b3eb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .3s var(--ease-out)}.projeto-expand-icon svg{width:18px;height:18px;color:var(--cream)}.projeto-stack-item:hover .projeto-expand-icon{opacity:1;transform:scale(1)}.projeto-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99998;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s var(--ease-smooth),visibility .4s}.projeto-lightbox.active{opacity:1;visibility:visible}.projeto-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d2b3eeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.projeto-lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.projeto-lightbox-content img{max-width:90vw;max-height:85vh;border-radius:16px;object-fit:contain;box-shadow:0 30px 80px #0006;transition:opacity .3s ease,transform .3s ease}.projeto-lightbox-close{position:fixed;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;border:none;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--cream);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:2}.projeto-lightbox-close:hover{background:#ffffff40;transform:rotate(90deg)}.projeto-lightbox-close svg{width:22px;height:22px}.projeto-lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:none;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--cream);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:2}.projeto-lightbox-nav:hover{background:#ffffff40}.projeto-lightbox-nav svg{width:22px;height:22px}.projeto-lightbox-prev{left:1.5rem}.projeto-lightbox-next{right:1.5rem}.community{padding:5rem 2rem;max-width:1200px;margin:0 auto}.community h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--navy);text-align:center;margin-bottom:3rem;font-weight:600}.community-grid-simple{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1000px;margin:0 auto}.community-item{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1}.community-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.community-item:hover img{transform:scale(1.08)}.cta-section{padding:4rem 2rem 5rem;text-align:center}.cta-btn{display:inline-block;padding:1rem 2.5rem;background:var(--navy);color:var(--cream);font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;border-radius:50px;transition:all .4s var(--ease-out)}.cta-btn:hover{background:var(--yellow);color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 25px #0d2b3e40}.contact-section{padding:6rem 2rem;background:var(--cream)}.contact-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}.contact-info{padding-top:1rem}.contact-info h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;color:var(--navy);margin-bottom:1rem;line-height:1.2}.contact-info h2 em{font-style:italic;color:var(--coral)}.contact-info>p{font-size:1rem;line-height:1.75;color:var(--text-muted);font-weight:300;margin-bottom:2.5rem}.contact-channels{display:flex;flex-direction:column;gap:1.8rem}.contact-channel{display:flex;align-items:flex-start;gap:1rem}.channel-icon{width:48px;height:48px;border-radius:14px;background:var(--beige);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s var(--ease-out)}.contact-channel:hover .channel-icon{background:var(--yellow)}.channel-icon svg{width:22px;height:22px;color:var(--navy)}.channel-text h4{font-size:.92rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.channel-text p{font-size:.88rem;color:var(--text-muted);font-weight:300;line-height:1.5}.channel-text a{color:var(--navy);font-weight:500;transition:color .3s}.channel-text a:hover{color:var(--coral)}.contact-socials{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(13,43,62,.08)}.contact-socials h4{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--text-muted);margin-bottom:1rem}.social-links{display:flex;gap:.8rem}.social-link{width:44px;height:44px;border-radius:50%;border:2px solid rgba(13,43,62,.12);display:flex;align-items:center;justify-content:center;transition:all .3s var(--ease-out);color:var(--navy)}.social-link:hover{background:var(--navy);border-color:var(--navy);color:var(--cream);transform:translateY(-2px)}.social-link svg{width:18px;height:18px}.contact-form-wrapper{background:var(--beige);border-radius:24px;padding:2.5rem;box-shadow:0 8px 40px #0d2b3e0f}.contact-form-wrapper h3{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.contact-form-wrapper>p{font-size:.9rem;color:var(--text-muted);font-weight:300;margin-bottom:2rem}.form-group{margin-bottom:1.4rem}.form-group label{display:block;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.85rem 1.1rem;background:var(--cream);border:2px solid rgba(13,43,62,.08);border-radius:12px;font-family:var(--font-body);font-size:.92rem;color:var(--navy);transition:border-color .3s,box-shadow .3s;outline:none;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#5a708280}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--yellow);box-shadow:0 0 0 4px #f7e55c26}.form-group textarea{min-height:140px}.form-group select{-webkit-appearance:none;appearance:none;cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-submit{display:inline-flex;align-items:center;gap:.7rem;background:var(--yellow);color:var(--navy);font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2.2rem;border-radius:50px;border:none;cursor:pointer;transition:all .4s var(--ease-out);width:100%;justify-content:center;margin-top:.5rem}.form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f7e55c59}.form-submit svg{width:16px;height:16px;transition:transform .3s}.form-submit:hover svg{transform:translate(3px)}.tome-cta{background:var(--navy);padding:5rem 2rem;text-align:center}.tome-cta-inner{max-width:600px;margin:0 auto}.tome-cta img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:3px solid var(--yellow);box-shadow:0 8px 25px #0003}.tome-cta h3{font-family:var(--font-display);font-size:1.6rem;font-weight:600;color:var(--cream);margin-bottom:.8rem}.tome-cta h3 em{font-style:italic;color:var(--yellow)}.tome-cta p{font-size:1rem;color:#f5f2eb99;font-weight:300;line-height:1.7;margin-bottom:2rem}.whatsapp-btn{display:inline-flex;align-items:center;gap:.6rem;background:#25d366;color:#fff;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.9rem 2rem;border-radius:50px;transition:all .4s var(--ease-out)}.whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36659}.newsletter-section{background:var(--navy);padding:5rem 2rem;text-align:center}.newsletter-inner{max-width:600px;margin:0 auto}.newsletter-inner h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600;color:var(--cream);margin-bottom:1rem;line-height:1.2}.newsletter-inner p.newsletter-sub{font-size:1rem;color:#f5f2eba6;font-weight:300;line-height:1.7;margin-bottom:2rem}.newsletter-form{display:flex;gap:.8rem;margin-bottom:1rem}.newsletter-form input[type=email]{flex:1;padding:.9rem 1.2rem;border:2px solid rgba(255,255,255,.12);border-radius:50px;background:#ffffff0f;color:var(--cream);font-family:var(--font-body);font-size:.92rem;outline:none}.newsletter-form input[type=email]::placeholder{color:#f5f2eb66}.newsletter-form input[type=email]:focus{border-color:var(--yellow);box-shadow:0 0 0 4px #f7e55c26}.newsletter-form button{background:var(--yellow);color:var(--navy);font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.9rem 2rem;border-radius:50px;border:none;cursor:pointer;transition:all .4s var(--ease-out);white-space:nowrap}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f7e55c59}.newsletter-note{font-size:.8rem;color:#f5f2eb59;font-weight:300}.footer{background:var(--navy);color:var(--cream);padding:5rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand .footer-logo{margin-bottom:1rem}.footer-brand .footer-logo img{height:80px;width:auto;display:block}.footer-brand p{font-size:.9rem;color:#f5f2eb80;line-height:1.7;max-width:300px;font-weight:300}.footer-col h5{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;margin-bottom:1.2rem;color:#f5f2eb66}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-col a{font-size:.9rem;color:#f5f2ebb3;transition:color .3s;font-weight:400}.footer-col a:hover{color:var(--yellow)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;display:flex;align-items:center;justify-content:space-between}.footer-bottom p{font-size:.78rem;color:#f5f2eb4d}.footer-socials{display:flex;gap:1rem}.footer-socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s;color:#ffffff80}.footer-socials a:hover{background:var(--yellow);border-color:var(--yellow);color:var(--navy)}.footer-socials a svg{width:16px;height:16px}.press-links{position:absolute;top:38%;left:3%;display:flex;flex-direction:column;gap:4%;height:40%;width:40%}.press-link{flex:1;display:block;cursor:pointer}.insta-gallery{padding:4rem 0;background:var(--beige)}.insta-header{text-align:center;margin-bottom:2rem;padding:0 2rem}.insta-header a{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--navy);transition:color .3s}.insta-header a:hover{color:var(--coral)}.insta-carousel-wrap{position:relative;overflow:hidden;padding:0 3rem}.insta-carousel-track{display:flex;gap:1rem;transition:transform .5s var(--ease-out);cursor:grab}.insta-carousel-track.dragging{cursor:grabbing;transition:none}.insta-carousel-item{flex:0 0 calc(33.333% - .67rem);border-radius:12px;overflow:hidden;aspect-ratio:1}.insta-carousel-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}.insta-carousel-item:hover img{transform:scale(1.05)}.insta-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#0d2b3eb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);color:var(--cream);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s var(--ease-out);z-index:3}.insta-carousel-arrow:hover{background:var(--navy)}.insta-carousel-arrow svg{width:18px;height:18px}.insta-carousel-prev{left:.5rem}.insta-carousel-next{right:.5rem}@media(max-width:768px){.insta-carousel-item{flex:0 0 calc(50% - .5rem)}.insta-carousel-wrap{padding:0 2.5rem}}@media(max-width:480px){.insta-carousel-item{flex:0 0 80%}}.tome-helper{position:fixed;bottom:2rem;right:2rem;z-index:8000;cursor:pointer;transition:transform .4s var(--ease-out)}.tome-helper:hover{transform:scale(1.08) translateY(-4px)}.tome-helper img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid var(--yellow);box-shadow:0 8px 25px #0003}.tome-helper-bubble{position:absolute;bottom:calc(100% + 10px);right:0;background:var(--navy);color:var(--cream);font-size:.78rem;padding:.6rem 1rem;border-radius:12px 12px 4px;white-space:nowrap;opacity:0;transform:translateY(5px);transition:all .3s var(--ease-out);box-shadow:0 4px 15px #00000026}.tome-helper:hover .tome-helper-bubble{opacity:1;transform:translateY(0)}.back-to-top{position:fixed;bottom:2rem;left:2rem;z-index:8000;width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--cream);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .4s var(--ease-out);box-shadow:0 4px 15px #00000026}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top:hover{background:var(--yellow);color:var(--navy);transform:translateY(-3px)}.back-to-top svg{width:20px;height:20px}@media(max-width:1024px){.contact-container{grid-template-columns:1fr;gap:3rem}.product-hero{grid-template-columns:1fr;gap:2rem;padding:6rem 2rem 2rem}.product-main-image-wrap{cursor:default}.product-story-gallery{grid-template-columns:repeat(2,1fr)}.product-features-inner{grid-template-columns:1fr 1fr}.product-quote-text{font-size:1.5rem}.products-grid,.projetos-grid{grid-template-columns:repeat(2,1fr)}.projeto-stack-item{border-radius:12px}.community-grid-simple{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:1fr}.produtos-banner-label{font-size:1.1rem;padding:.6rem 1.4rem;opacity:1;transform:translateY(0);border-color:#fffc;background:#0d2b3e66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav{padding:1rem 1.5rem}.nav.scrolled{padding:.7rem 1.5rem}.nav-toggle{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:85%;height:100vh;height:100dvh;background:var(--navy);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:right .5s var(--ease-out);box-shadow:-10px 0 40px #0000004d}.nav-links.open{right:0}.nav-links a{font-size:1.15rem;letter-spacing:.08em}section{padding:4.5rem 1.5rem}.products-grid{grid-template-columns:1fr 1fr}.projetos-grid{grid-template-columns:1fr}.projeto-lightbox-nav{width:40px;height:40px}.projeto-lightbox-prev{left:.8rem}.projeto-lightbox-next{right:.8rem}.community-grid-simple{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.8rem}.contact-section{padding:4rem 1.5rem}.contact-container{gap:2.5rem}.page-hero{min-height:35vh;padding:7rem 1.5rem 3rem}.capa-banner{margin-top:70px}.cart-item{grid-template-columns:80px 1fr}.carousel-arrow{width:36px;height:36px}.carousel-arrow svg{width:16px;height:16px}.favoritos-grid{grid-template-columns:repeat(2,1fr)}.favorito-card .card-img{height:200px}.testemunhos-arrows{left:0;right:0}}@media(max-width:480px){.favoritos-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.products-grid{grid-template-columns:1fr 1fr;gap:1rem}.product-card-body{padding:1rem}.product-card-name{font-size:.9rem}.product-card-price{font-size:.85rem}.product-card-form{padding:0 .8rem 1rem}.product-card-btn{font-size:.7rem!important;padding:.7rem .6rem!important;letter-spacing:.02em!important}.btn-text-full{display:none}.btn-text-short{display:inline}.page-hero h1{font-size:2rem}.newsletter-form{flex-direction:column}.contact-section{padding:3rem 1.2rem}.contact-container{gap:2rem}.contact-info h2{font-size:1.4rem}.contact-channels{gap:1.2rem}.channel-icon{width:40px;height:40px}.contact-form-wrapper{padding:1.4rem;border-radius:16px}.contact-socials{margin-top:1.5rem;padding-top:1.5rem}.social-links{flex-wrap:wrap;gap:.6rem}.social-link{width:38px;height:38px}.faq-section,.tome-cta{padding:3rem 1.2rem}.product-hero{padding:5.5rem 1.2rem 2rem;gap:1.5rem}.product-main-image-wrap,.product-main-img{border-radius:14px}.product-gallery-thumbs{gap:.5rem}.product-thumb img{width:58px;height:58px}.product-thumb{border-radius:10px}.product-trust{gap:.8rem}.trust-item{font-size:.72rem}.size-pills{gap:.4rem}.size-pill{padding:.5rem 1rem;font-size:.78rem}.product-story{padding:3rem 1.2rem}.product-story-gallery{grid-template-columns:1fr 1fr;gap:.8rem}.product-features{padding:3rem 1.2rem}.product-features-title{font-size:1.3rem;margin-bottom:1.5rem}.product-features-inner{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.8rem 1.2rem}.product-quote{padding:3rem 1.2rem}.product-quote-text{font-size:1.2rem}.related-products{padding:3rem 1.2rem 4rem}}.featured-products{padding:4rem 2rem;text-align:center}.featured-products .section-title{margin-bottom:2.5rem}.featured-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.featured-products-cta{margin-top:2rem}.featured-products-btn{display:inline-block;padding:.9rem 2.5rem;background:var(--navy);color:var(--cream);border-radius:60px;font-family:var(--font-body);font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:all .4s var(--ease-out)}.featured-products-btn:hover{background:var(--yellow);color:var(--navy);transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}@media(max-width:768px){.featured-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.featured-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.featured-products{padding:3rem 1.5rem}}.faq-section{padding:5rem 2rem;background:var(--cream)}.faq-inner{max-width:800px;margin:0 auto;text-align:center}.faq-inner h2{font-family:var(--font-display);font-size:2.2rem;margin-bottom:.5rem}.faq-inner h2 em{color:var(--coral);font-style:italic}.faq-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem}.faq-list{text-align:left}.faq-item{border-bottom:1px solid rgba(13,43,62,.1)}.faq-item:first-child{border-top:1px solid rgba(13,43,62,.1)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem .5rem;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:1.05rem;font-weight:600;color:var(--navy);text-align:left;transition:color .3s}.faq-question:hover{color:var(--coral)}.faq-icon{width:22px;height:22px;flex-shrink:0;transition:transform .4s var(--ease-out);color:var(--text-muted)}.faq-item.open .faq-icon{transform:rotate(180deg);color:var(--coral)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s var(--ease-out),padding .5s var(--ease-out)}.faq-answer p{padding:0 .5rem 1.4rem;color:var(--text-muted);line-height:1.7;font-size:.95rem}.faq-item.open .faq-answer{max-height:300px}@media(max-width:768px){.faq-section{padding:3.5rem 1.5rem}.faq-inner h2{font-size:1.7rem}.faq-question{font-size:.95rem;padding:1.2rem .3rem}}.casting-buttons{padding:2rem 1.5rem 3rem;text-align:center}.casting-buttons-inner{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;max-width:700px;margin:0 auto}.casting-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:60px;font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:all .4s var(--ease-out);box-shadow:0 4px 20px #0000001a}.casting-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000026}.casting-btn-meninas{background:var(--dusty-pink);color:var(--navy)}.casting-btn-meninas:hover{background:#c88e8e}.casting-btn-meninos{background:var(--sage);color:var(--navy)}.casting-btn-meninos:hover{background:#96a48f}.casting-btn-emoji{font-size:1.3rem}.casting-btn-arrow{width:18px;height:18px;transition:transform .3s var(--ease-out)}.casting-btn:hover .casting-btn-arrow{transform:translate(4px)}.loja-category-banners{padding:2rem 1.5rem 3rem}.loja-banners-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1200px;margin:0 auto}.loja-banners-grid--with-sweats{grid-template-columns:repeat(2,minmax(0,1fr))}.loja-banners-grid--with-sweats .loja-banner-btn--sweats{grid-column:1 / -1;justify-self:center;width:calc(50% - .75rem)}.loja-banner-btn{position:relative;border:none;padding:0;background:none;cursor:pointer;border-radius:16px;overflow:hidden;transition:transform .4s var(--ease-out),box-shadow .4s var(--ease-out);box-shadow:0 4px 20px #0000001a}.loja-banner-btn:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000002e}.loja-banner-btn.active-category{outline:4px solid var(--yellow);outline-offset:2px;transform:translateY(-3px)}.loja-banner-btn img{width:100%;height:auto;display:block;transition:transform .5s var(--ease-out)}.loja-banner-btn:hover img{transform:scale(1.03)}.loja-banner-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(13,43,62,.7),transparent);opacity:0;transition:opacity .4s var(--ease-out)}.loja-banner-btn:hover .loja-banner-overlay{opacity:1}.loja-banner-label{color:#fff;font-family:var(--font-display);font-size:1.4rem;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.3)}.loja-products-panel{animation:fadeInUp .5s var(--ease-out)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.loja-category-banners{padding:1.5rem 1rem 2rem}.loja-banners-grid{grid-template-columns:1fr;gap:1.2rem}.loja-banners-grid--with-sweats .loja-banner-btn--sweats{grid-column:auto;justify-self:stretch;width:100%}.loja-banner-btn{border-radius:12px}.loja-banner-label{font-size:1.1rem}.loja-banner-overlay{opacity:1}.section-banner{margin:0}.hoodies-section{padding:2rem 1rem}.hoodies-section .section-title{font-size:1.5rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/theme.css.map */
