:root{--ink:#101418;--ink-soft:#4b5563;--paper:#fff;--paper-alt:#f5f7f8;--line:#e5e9ec;--accent:#0b6f6c;--accent-dark:#085451;--accent-soft:#e0f2f1;--whatsapp:#25d366;--whatsapp-dark:#1eb955;--telegram:#279fd9;--telegram-dark:#1f8ac2;--radius:14px;--shadow:0 10px 30px #10141814;--shadow-lift:0 18px 44px #10141824;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;line-height:1.65}img,svg{max-width:100%;display:block}.container{width:min(1160px,92%);margin-inline:auto}h1,h2,h3{font-family:var(--font-display);line-height:1.12}h1{letter-spacing:-.01em;font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:800}h2{font-size:clamp(1.9rem,3.6vw,2.7rem);font-weight:700}h3{font-size:1.25rem;font-weight:700;font-family:var(--font-body)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin-bottom:.9rem;font-size:.78rem;font-weight:700}.lead{color:var(--ink-soft);font-size:1.13rem}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.7rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,color .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn svg{flex:none;width:1.15em;height:1.15em}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{box-shadow:var(--shadow);background:#000}.btn-ghost{border-color:var(--ink);color:var(--ink);background:0 0}.btn-ghost:hover{background:var(--ink);color:#fff}.btn-whatsapp{background:var(--whatsapp);color:var(--ink)}.btn-whatsapp:hover{background:var(--whatsapp-dark);box-shadow:0 10px 24px #25d36659}.btn-telegram{background:var(--telegram);color:var(--ink)}.btn-telegram:hover{background:var(--telegram-dark);box-shadow:0 10px 24px #279fd959}.btn-small{padding:.55rem 1.2rem;font-size:.85rem}.btn-large{padding:1rem 2.1rem;font-size:1.02rem}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#ffffffeb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;padding-block:.8rem;display:flex}.logo{color:var(--ink);align-items:center;gap:.6rem;text-decoration:none;display:inline-flex}.logo-mark{width:34px;height:34px;color:var(--accent)}.logo-image{object-fit:contain;width:auto;max-width:220px;height:40px;display:block}.logo-text{font-family:var(--font-display);letter-spacing:.06em;flex-direction:column;font-size:1.3rem;font-weight:800;line-height:1;display:flex}.logo-text small{font-family:var(--font-body);letter-spacing:.28em;text-transform:uppercase;color:var(--ink-soft);margin-top:.25rem;font-size:.58rem;font-weight:600}.site-nav{align-items:center;gap:1.7rem;display:flex}.site-nav a{color:var(--ink);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s}.site-nav a:hover,.site-nav a.active{color:var(--accent)}.site-nav a.nav-cta,.site-nav a.nav-cta:hover{color:#fff}.nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none}.nav-toggle span{background:var(--ink);width:22px;height:2px;transition:transform .2s,opacity .2s}.hero{padding:clamp(3rem,7vw,6rem) 0 clamp(2.5rem,6vw,5rem)}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}.hero h1 em{color:var(--accent);font-style:italic}.hero .lead{max-width:34rem;margin:1.4rem 0 2rem}.hero-actions{flex-wrap:wrap;gap:.9rem;display:flex}.hero-stats{border-top:1px solid var(--line);gap:2.4rem;margin-top:2.6rem;padding-top:1.8rem;list-style:none;display:flex}.hero-stats li{flex-direction:column;display:flex}.hero-stats strong{font-family:var(--font-display);color:var(--ink);font-size:1.7rem}.hero-stats span{color:var(--ink-soft);font-size:.82rem}.hero-media{position:relative}.hero-photo{aspect-ratio:4/5;border-radius:var(--radius);box-shadow:var(--shadow-lift);background:linear-gradient(160deg,#0e8f8b40,#1014188c),url(https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&w=900&q=75) 50%/cover no-repeat,#22313a}.hero-badge{box-shadow:var(--shadow);background:#fff;border-radius:999px;align-items:center;gap:.55rem;padding:.65rem 1.2rem;font-size:.85rem;font-weight:600;display:flex;position:absolute;bottom:1.2rem;left:-1.2rem}.badge-dot{background:var(--whatsapp);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #25d36633}.features{padding:clamp(1.5rem,4vw,3rem) 0 clamp(2.5rem,5vw,4rem)}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem;display:grid}.feature{background:var(--paper-alt);border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem 1.5rem;transition:transform .2s,box-shadow .2s}.feature:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.feature-icon{background:var(--accent-soft);width:46px;height:46px;color:var(--accent);border-radius:12px;place-items:center;margin-bottom:1rem;display:grid}.feature-icon svg{width:24px;height:24px}.feature h2{margin-bottom:.4rem;font-size:1.05rem}.feature p{color:var(--ink-soft);font-size:.92rem}.section{padding:clamp(3rem,7vw,5.5rem) 0}.section-alt{background:var(--paper-alt)}.section-head{max-width:42rem;margin-bottom:clamp(2rem,4vw,3rem)}.section-sub{color:var(--ink-soft);margin-top:.8rem}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem;display:grid}.merch-grid{grid-template-columns:repeat(4,1fr)}.product-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-5px)}.product-media{aspect-ratio:16/10;background-color:#22313a;background-position:50%;background-size:cover;position:relative}.merch-grid .product-media{aspect-ratio:1}.product-tag{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:#101418d1;border-radius:999px;padding:.35rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:.9rem;left:.9rem}.product-tag.tag-popular{background:var(--accent)}.product-body{flex-direction:column;flex:1;gap:.55rem;padding:1.4rem 1.4rem 1.5rem;display:flex}.product-body h3{font-size:1.12rem}.product-price{font-family:var(--font-display);color:var(--ink);font-size:1.45rem;font-weight:700}.product-price small{font-family:var(--font-body);color:var(--ink-soft);font-size:.8rem;font-weight:500}.product-desc{color:var(--ink-soft);flex:1;font-size:.92rem}.product-actions{grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.9rem;display:grid}.product-actions .btn{border-radius:10px;padding:.68rem .5rem;font-size:.84rem}.product-more{color:var(--accent);font-size:.85rem;font-weight:600;text-decoration:none}.product-more:hover{text-decoration:underline}.product-body h3 a{color:inherit;text-decoration:none}.product-body h3 a:hover{color:var(--accent)}a.product-media{text-decoration:none;display:block}.section-more{text-align:center;margin-top:2.4rem}.page-hero{background:var(--paper-alt);border-bottom:1px solid var(--line);padding:clamp(2.2rem,5vw,3.8rem) 0}.page-hero h1{margin-bottom:.8rem;font-size:clamp(2.2rem,4.5vw,3.2rem)}.page-hero .lead{max-width:40rem}.breadcrumb{color:var(--ink-soft);align-items:center;gap:.55rem;margin-bottom:1.2rem;font-size:.85rem;display:flex}.breadcrumb a{color:var(--ink-soft);text-decoration:none}.breadcrumb a:hover{color:var(--accent)}.breadcrumb span:last-child{color:var(--ink);font-weight:600}.shop-section{padding-top:clamp(2rem,4vw,3rem)}.shop-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.filter-group{background:var(--paper-alt);border:1px solid var(--line);border-radius:999px;gap:.25rem;padding:.3rem;display:inline-flex}.filter-btn{font-family:var(--font-body);color:var(--ink-soft);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.5rem 1.3rem;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.filter-btn:hover{color:var(--ink)}.filter-btn.active{background:var(--ink);color:#fff}.shop-count{color:var(--ink-soft);font-size:.85rem}.product-detail{padding-top:clamp(1.6rem,3vw,2.5rem)}.pd-grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);margin-top:1.6rem;display:grid}.pd-media{aspect-ratio:4/5;border-radius:var(--radius);box-shadow:var(--shadow-lift);background-color:#22313a;background-position:50%;background-size:cover;position:sticky;top:90px}.pd-info h1{margin-bottom:.9rem;font-size:clamp(1.9rem,3.8vw,2.8rem)}.pd-price{font-family:var(--font-display);margin-bottom:1.1rem;font-size:2rem;font-weight:700}.pd-price small{font-family:var(--font-body);color:var(--ink-soft);font-size:.95rem;font-weight:500}.pd-desc{color:var(--ink-soft);margin-bottom:1.6rem;font-size:1.05rem}.pd-features{flex-direction:column;gap:.65rem;margin-bottom:2rem;list-style:none;display:flex}.pd-features li{padding-left:1.9rem;font-size:.97rem;position:relative}.pd-features li:before{content:"";background:var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e8f8b' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / 60% no-repeat;border-radius:50%;width:1.15rem;height:1.15rem;position:absolute;top:.18rem;left:0}.pd-order{background:var(--paper);border-radius:12px;position:relative;overflow:hidden}.pd-order-label{color:var(--ink);letter-spacing:-.01em;margin-bottom:.9rem;font-size:.95rem;font-weight:700}.pd-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.pd-buttons .btn{border-radius:8px;flex:1;min-width:140px;padding:.65rem 1.2rem;font-size:.92rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #10141805}.pd-buttons .btn-whatsapp{background:var(--whatsapp)}.pd-buttons .btn-whatsapp:hover{background:var(--whatsapp-dark);transform:translateY(-1px);box-shadow:0 4px 12px #25d36640}.pd-buttons .btn-telegram{background:var(--telegram)}.pd-buttons .btn-telegram:hover{background:var(--telegram-dark);transform:translateY(-1px);box-shadow:0 4px 12px #279fd940}.pd-note{color:var(--ink-soft);align-items:center;gap:.35rem;margin-top:.8rem;font-size:.8rem;display:flex}.pd-note:before{content:"";background:#25d366;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 6px #25d36600}to{box-shadow:0 0 #25d36600}}.pd-description-section{border-top:1px solid var(--line);padding-top:clamp(2.5rem,5vw,4rem)}.pd-description{flex-direction:column;gap:1.1rem;max-width:46rem;display:flex}.pd-description p{color:var(--ink-soft);font-size:1.02rem}.pd-description p:first-child{color:var(--ink);font-size:1.12rem}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem;display:grid}.testimonial{background:var(--paper-alt);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.8rem 1.6rem;display:flex}.stars{color:#f2b01e;letter-spacing:.15em;font-size:.95rem}.testimonial blockquote{color:var(--ink);font-size:.98rem;font-style:italic}.testimonial figcaption{flex-direction:column;display:flex}.testimonial figcaption strong{font-size:.95rem}.testimonial figcaption span{color:var(--ink-soft);font-size:.82rem}.contact-cta{background:var(--ink);color:#fff;padding:clamp(3rem,7vw,5rem) 0}.contact-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.contact-cta h2{color:#fff;margin-bottom:.6rem}.contact-cta p{color:#c3cbd3;max-width:32rem}.contact-buttons{flex-wrap:wrap;gap:1rem;display:flex}.site-footer{color:#aeb7bf;background:#0b0f13;padding-top:3.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.logo-footer{color:#fff}.logo-footer .logo-text small{color:#7d8790}.footer-tag{max-width:22rem;margin-top:1rem;font-size:.92rem}.site-footer h3{color:#fff;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1rem;font-size:.85rem}.site-footer nav a,.site-footer div a{color:#aeb7bf;padding-block:.28rem;font-size:.92rem;text-decoration:none;transition:color .15s;display:block}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff17;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-block:1.4rem;font-size:.84rem;display:flex}.footer-bottom a{color:#aeb7bf;text-decoration:none}.footer-bottom a:hover{color:#fff}.float-whatsapp{z-index:60;background:var(--whatsapp);width:58px;height:58px;color:var(--ink);border-radius:50%;place-items:center;transition:transform .2s;display:grid;position:fixed;bottom:1.4rem;right:1.4rem;box-shadow:0 12px 28px #25d36673}.float-whatsapp:hover{transform:scale(1.08)}.float-whatsapp svg{width:30px;height:30px}.site-toast{z-index:100;background:var(--ink);color:#fff;max-width:min(92vw,30rem);box-shadow:var(--shadow-lift);opacity:0;pointer-events:none;border-radius:12px;padding:.9rem 1.3rem;font-size:.9rem;line-height:1.5;transition:opacity .25s,transform .25s;position:fixed;bottom:1.6rem;left:50%;transform:translate(-50%,20px)}.site-toast.show{opacity:1;transform:translate(-50%)}.reveal{opacity:0;visibility:hidden;transition:opacity .6s,transform .6s,visibility .6s;transform:translateY(22px)}.reveal.visible{opacity:1;visibility:visible;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;visibility:visible;transition:none;transform:none}}@media (width<=1000px){.features-grid,.product-grid,.merch-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=760px){.hero-grid{grid-template-columns:1fr}.hero-media{order:-1}.hero-photo{aspect-ratio:16/10}.hero-badge{left:1rem}.hero-stats{flex-wrap:wrap;gap:1.6rem}.nav-toggle{display:flex}.site-nav{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:flex-start;gap:1.1rem;padding:1.2rem 4%;display:none;position:absolute;top:100%;left:0;right:0}.site-nav.open{display:flex}.features-grid,.product-grid,.merch-grid,.pd-grid{grid-template-columns:1fr}.pd-media{aspect-ratio:16/11;position:static}.footer-grid{grid-template-columns:1fr;gap:1.8rem}.contact-inner{flex-direction:column;align-items:flex-start}}.pd-gallery{position:sticky;top:90px}.pd-gallery .pd-media{position:relative;top:auto}.pd-thumbs{flex-wrap:wrap;gap:.6rem;margin-top:.8rem;list-style:none;display:none}[data-gallery-ready] .pd-thumbs{display:flex}.pd-thumb{aspect-ratio:1;cursor:pointer;background-color:#22313a;background-position:50%;background-size:cover;border:2px solid #0000;border-radius:10px;width:74px;padding:0;transition:border-color .2s,transform .2s}.pd-thumb:hover{transform:translateY(-2px)}.pd-thumb.active{border-color:var(--accent)}.pd-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.product-tag.tag-new{background:var(--ink)}.product-tag.tag-sale{background:#b4453a}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=760px){.pd-gallery{position:static}.pd-gallery .pd-media{aspect-ratio:16/11}}@media (prefers-reduced-motion:reduce){.pd-thumb{transition:none}.pd-thumb:hover{transform:none}}
