.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#d6d4cf}.hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center calc(30% - 60px);z-index:0;opacity:0;transition:opacity .4s ease}.hero__image.is-loaded{opacity:1}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#ffffffeb,#ffffffb3 35%,#fff3 60%,#fff0);z-index:1}.hero__container{position:relative;z-index:2;width:100%;max-width:var(--container-max);padding:var(--spacing-lg);margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.hero__content{grid-column:1 / 3;max-width:66.666%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:var(--spacing-2xl);animation:fadeUp .9s var(--ease-out) both;background:#ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-lg);padding:2.5rem 3rem;border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 24px #00000014}@media(max-width:767px){.hero{align-items:flex-start;min-height:100svh}.hero__container{padding-top:var(--spacing-xl)}.hero__content{grid-column:1 / -1;max-width:100%;width:100%;padding:1.75rem 1.5rem}}.hero__title{font-size:clamp(3.5rem,10vw,7rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--color-dark);max-width:100%;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;text-shadow:none;animation:fadeUp .9s var(--ease-out) both;animation-delay:.1s}.hero__subtitle{font-size:clamp(.95rem,3vw,1.1rem);line-height:1.65;color:#1e1e1ebf;max-width:100%;font-weight:400;letter-spacing:0;text-shadow:none;animation:fadeUp .9s var(--ease-out) both;animation-delay:.2s}.hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:.875rem 1.75rem;margin-top:var(--spacing-lg);font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);animation:fadeUp .9s var(--ease-out) both;animation-delay:.3s;background:var(--color-red);color:var(--color-white);border:none;box-shadow:var(--shadow-md);transition:background var(--transition-base) var(--ease-out),box-shadow var(--transition-base) var(--ease-out),transform var(--transition-base) var(--ease-out)}.hero__cta:hover{background:var(--color-red-600);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.hero__cta:active{background:var(--color-red-700);transform:translateY(0)}.hero__whatsapp-icon{width:1.1rem;height:1.1rem;flex-shrink:0;color:var(--color-white);transition:transform var(--transition-base) var(--ease-out)}.hero__cta:hover .hero__whatsapp-icon{transform:scale(1.2) translate(2px)}@media(max-width:767px){.hero__container{grid-template-columns:1fr}}@media(min-width:768px){.hero{min-height:100vh}.hero__content{gap:var(--spacing-3xl)}.hero__title{max-width:100%}.hero__subtitle{max-width:100%;font-size:1.2rem}.hero__cta{padding:1rem 2.5rem;font-size:.875rem}}@media(min-width:1024px){.hero{height:100vh;min-height:600px}.hero__container{padding:50px var(--spacing-lg) 0;max-width:90vw;height:100%;align-content:start}.hero__content{gap:1.25rem;padding:2rem 2.25rem}.hero__title{max-width:100%;font-size:5rem}.hero__subtitle{max-width:100%;font-size:1rem}.hero__cta{padding:.875rem 2rem;font-size:.875rem;margin-top:0}}@media(min-width:1440px){.hero__title,.hero__subtitle{max-width:100%}}@media(prefers-reduced-motion:reduce){.hero__title,.hero__subtitle,.hero__cta{animation:none;opacity:1}}.typewriter__cursor[data-astro-cid-5dor76nf]{display:inline-block;margin-left:2px;animation:blink .7s step-end infinite;font-weight:300;opacity:1;transition:opacity .4s ease}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media(prefers-reduced-motion:reduce){.typewriter__cursor[data-astro-cid-5dor76nf]{animation:none}}.cf{width:100%;padding:var(--spacing-2xl) var(--spacing-md);position:relative;overflow:hidden}.cf:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,var(--color-border) 1.5px,transparent 1.5px),radial-gradient(circle,var(--color-border) 1.5px,transparent 1.5px);background-size:6px 60px,60px 6px;pointer-events:none;opacity:.5}.cf__container{max-width:var(--container-max);margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-2xl)}.cf__header{display:flex;flex-direction:column;gap:var(--spacing-xs);animation:fadeUp .7s var(--ease-out) both}.cf__title{font-size:2rem;font-weight:800;letter-spacing:-.04em;line-height:1.1;margin:0}.cf__subtitle{font-size:1rem;color:var(--color-ink-2);margin:0;max-width:480px}.cf__controls{display:flex;flex-direction:column;gap:var(--spacing-lg);animation:fadeUp .7s var(--ease-out) both;animation-delay:.08s}.cf__filters{display:flex;flex-direction:column;gap:0;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;background:var(--color-white)}.cf__filter-row{display:flex;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--color-border);background:var(--color-white)}.cf__filter-row:last-of-type{border-bottom:none}.cf__filter-row--sub,.cf__filter-row--type{display:none;background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:none}.cf__filter-row--sub.is-visible,.cf__filter-row--type.is-visible{display:flex;animation:fadeUp .2s var(--ease-out) both}.cf__pill--type{color:var(--color-ink-2);background:transparent;border-color:var(--color-border);font-size:.625rem}.cf__pill--type:hover,.cf__pill--type.is-active{color:var(--color-white);background:var(--color-red);border-color:var(--color-red)}.cf__filter-label{flex-shrink:0;width:6.5rem;padding-top:.3rem;font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-ink-3)}.cf__filter-pills{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);flex:1}.cf__pill{display:inline-flex;align-items:center;padding:.3125rem .8125rem;font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;border:1.5px solid transparent;user-select:none;transition:color var(--transition-fast) var(--ease-out),background var(--transition-fast) var(--ease-out),border-color var(--transition-fast) var(--ease-out)}.cf__pill--brand{color:var(--color-ink-2);background:var(--color-surface-2);border-color:var(--color-border)}.cf__pill--brand:hover{color:var(--color-ink);border-color:var(--color-ink-3)}.cf__pill--brand.is-active{color:var(--color-white);background:var(--color-ink);border-color:var(--color-ink)}.cf__pill--cat{color:var(--color-ink-2);background:transparent;border-color:var(--color-border)}.cf__pill--cat:hover{color:var(--color-ink);border-color:var(--color-ink-3);background:var(--color-surface-2)}.cf__pill--cat.is-active{color:var(--color-white);background:var(--color-ink);border-color:var(--color-ink)}.cf__pill--sub{color:var(--color-ink-2);background:var(--color-white);border-color:var(--color-border);font-size:.625rem}.cf__pill--sub:hover,.cf__pill--sub.is-active{color:var(--color-white);background:var(--color-red);border-color:var(--color-red)}.cf__clear-btn{display:inline-flex;align-items:center;gap:.375rem;align-self:flex-start;margin:var(--spacing-sm) var(--spacing-lg) var(--spacing-md);padding:.3125rem .75rem;font-family:var(--font-mono);font-size:.625rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-ink-2);background:transparent;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition-fast) var(--ease-out),border-color var(--transition-fast) var(--ease-out)}.cf__clear-btn:hover{color:var(--color-red);border-color:var(--color-red)}.cf__cta{display:inline-flex;align-items:center;gap:var(--spacing-sm);align-self:flex-start;padding:.75rem 1.5rem;font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-white);background:var(--color-ink);border-radius:var(--radius-sm);border:1.5px solid var(--color-ink);text-decoration:none;transition:background var(--transition-fast) var(--ease-out),border-color var(--transition-fast) var(--ease-out)}.cf__cta:hover{background:var(--color-red);border-color:var(--color-red)}.cf__cta svg{transition:transform var(--transition-fast) var(--ease-out)}.cf__cta:hover svg{transform:translate(3px)}@media(min-width:768px){.cf__title{font-size:2.5rem}}@media(min-width:1024px){.cf{padding:var(--spacing-3xl) var(--spacing-lg)}.cf__container{gap:var(--spacing-3xl)}}.product-showcase{width:100%;padding:var(--spacing-2xl) var(--spacing-lg);background:var(--color-surface);border-top:3px solid var(--color-red)}.product-showcase__container{max-width:var(--container-max);margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-3xl)}.product-showcase__header{display:flex;flex-direction:column;gap:var(--spacing-md);text-align:center;animation:fadeUp .7s var(--ease-out) both}.product-showcase__label{display:inline-flex;align-items:center;gap:.375rem;align-self:center;padding:.3rem .875rem;font-family:var(--font-mono);font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-red);background:var(--color-red-dim);border:1px solid rgba(200,25,46,.2);border-radius:var(--radius-pill)}.product-showcase__label:before{content:"";display:inline-block;width:6px;height:6px;background:var(--color-red);border-radius:50%}.product-showcase__title{font-size:2rem;font-weight:800;line-height:1.1;letter-spacing:-.04em;margin:0}.product-showcase__subtitle{font-size:1rem;line-height:1.6;color:var(--color-ink-2);max-width:600px;margin:0 auto}.product-showcase__grid{display:flex;flex-direction:column;gap:0;overflow:hidden}.product-showcase__cta{display:flex;justify-content:center;padding-top:var(--spacing-lg);animation:fadeUp .7s var(--ease-out) both;animation-delay:.3s}.product-showcase__cta-link{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:.75rem 1.75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-white);background:var(--color-ink);border-radius:var(--radius-sm);border:1.5px solid var(--color-ink);transition:background var(--transition-base) var(--ease-out),border-color var(--transition-base) var(--ease-out),color var(--transition-base) var(--ease-out)}.product-showcase__cta-link:hover{background:var(--color-red);border-color:var(--color-red)}.product-showcase__cta-icon{display:inline-flex;transition:transform var(--transition-base) var(--ease-out)}.product-showcase__cta-link:hover .product-showcase__cta-icon{transform:translate(4px)}.product-showcase__grid--featured .product-card .product-card__image-wrapper:after{content:"★ Destacado";position:absolute;top:var(--spacing-sm);left:var(--spacing-sm);padding:.2rem .625rem;font-family:var(--font-mono);font-size:.5625rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-white);background:var(--color-red);border-radius:var(--radius-pill);pointer-events:none;z-index:1}.product-showcase .product-card{background:var(--color-white);border-radius:0;padding-left:var(--spacing-xl);padding-right:var(--spacing-xl);border-top:none;margin-bottom:var(--spacing-sm)}.product-showcase .product-card:last-child{border-bottom:none;margin-bottom:0}@media(max-width:768px){.product-showcase{padding:var(--spacing-xl) var(--spacing-md)}.product-showcase__container{gap:var(--spacing-2xl)}.product-showcase__title{font-size:1.625rem}.product-showcase__subtitle{font-size:.9375rem}}@media(min-width:769px)and (max-width:1024px){.product-showcase{padding:var(--spacing-3xl) var(--spacing-xl)}.product-showcase__title{font-size:1.75rem}}@media(min-width:1025px){.product-showcase{padding:var(--spacing-3xl) var(--spacing-lg)}.product-showcase__header{gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.product-showcase__title{font-size:2.5rem}.product-showcase__subtitle{font-size:1.0625rem}}:root{--color-red: #C8192E;--color-red-600: #a81424;--color-red-700: #8a0f1c;--color-blue: #003399;--color-blue-600: #0029a3;--color-red-dim: #F5E6E8;--color-blue-dim: #E5EAF5;--color-ink: #0F0F0F;--color-ink-2: #5A5A5A;--color-ink-3: #A0A0A0;--color-surface: #F6F5F2;--color-surface-2: #EDECE8;--color-white: #FFFFFF;--color-border: #DDDBD4;--color-border-strong: #C5C3BB;--color-dark: #111114;--color-dark-2: #1C1C21;--color-dark-3: #26262D;--color-dark-border: rgba(255,255,255,.1);--color-dark-border-strong: rgba(255,255,255,.18);--color-dark-ink: #F0EFE8;--color-dark-ink-2: #A8A7A2;--gradient-accent: linear-gradient(135deg, var(--color-red) 0%, var(--color-blue) 100%);--gradient-accent-soft: linear-gradient(135deg, rgba(200, 25, 46, .08) 0%, rgba(0, 51, 153, .08) 100%);--gradient-surface: linear-gradient(180deg, var(--color-white) 0%, var(--color-surface) 100%);--gradient-glow-red: radial-gradient(60% 60% at 50% 0%, rgba(200, 25, 46, .1) 0%, transparent 70%);--gradient-glow-blue: radial-gradient(60% 60% at 100% 0%, rgba(0, 51, 153, .08) 0%, transparent 70%);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--radius-xl: 12px;--radius-2xl: 16px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(15, 15, 15, .04);--shadow-sm: 0 1px 2px rgba(15, 15, 15, .05);--shadow-md: 0 2px 8px rgba(15, 15, 15, .05);--shadow-lg: 0 6px 20px rgba(15, 15, 15, .06);--shadow-xl: 0 14px 36px rgba(15, 15, 15, .08);--shadow-ring: 0 0 0 3px rgba(200, 25, 46, .15);--shadow-ring-blue: 0 0 0 3px rgba(0, 51, 153, .15);--transition-fast: .15s;--transition-base: .25s;--transition-slow: .4s;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--font-mono: "DM Mono", ui-monospace, monospace;--container-max: 1200px}.product-card{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xl);background:transparent;border:none;border-top:1px solid var(--color-border);padding:var(--spacing-2xl) 0}.product-card:last-child{border-bottom:1px solid var(--color-border)}.product-card__image-wrapper{position:relative;width:100%;aspect-ratio:3 / 3;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:border-color var(--transition-base) var(--ease-out)}.product-card:hover .product-card__image-wrapper{border-color:var(--color-border-strong)}.product-card__image{border-radius:var(--radius-sm);width:100%;height:100%;object-fit:contain;transition:transform var(--transition-base) var(--ease-out)}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__content{display:flex;flex-direction:column;gap:var(--spacing-md);width:100%;min-width:0}.product-card__meta{display:flex;align-items:center;gap:var(--spacing-sm);flex-wrap:wrap}.product-card__cat,.product-card__sub{font-family:var(--font-mono);font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.product-card__cat{color:var(--color-red)}.product-card__sub{color:var(--color-ink-3)}.product-card__meta-rule{display:inline-block;width:1.25rem;height:1px;background:var(--color-border-strong)}.product-card__title{font-size:1.5rem;font-weight:800;line-height:1.1;letter-spacing:-.035em;color:var(--color-ink);margin:0;transition:color var(--transition-base) var(--ease-out)}.product-card:hover .product-card__title{color:var(--color-red)}.product-card__description{font-size:.9375rem;line-height:1.65;color:var(--color-ink-2);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__link{display:inline-flex;align-items:center;gap:var(--spacing-sm);width:fit-content;margin-top:var(--spacing-sm);padding:.5rem 1rem;font-family:var(--font-mono);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-white);background:var(--color-ink);border:1.5px solid var(--color-ink);border-radius:var(--radius-sm);transition:background var(--transition-fast) var(--ease-out),border-color var(--transition-fast) var(--ease-out)}.product-card__link:hover{background:var(--color-red);border-color:var(--color-red)}.product-card__link-icon{display:inline-flex;font-size:1rem;transition:transform var(--transition-base) var(--ease-out)}.product-card__link:hover .product-card__link-icon{transform:translate(4px)}@media(min-width:769px){.product-card{flex-direction:row;gap:var(--spacing-3xl);padding:var(--spacing-3xl) 0}.product-card:nth-child(2n){flex-direction:row-reverse}.product-card__image-wrapper{width:42%;aspect-ratio:3 / 3}.product-card__content{flex:1}.product-card__title{font-size:2rem}.product-card__description{font-size:1rem}}.product-card--reveal{--reveal-shift: -2rem;opacity:0;transform:translate(var(--reveal-shift));transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.product-card--reveal:nth-child(2n){--reveal-shift: 2rem}.product-card--reveal.is-visible{opacity:1;transform:translate(0)}@media(min-width:769px){.product-card--reveal{--reveal-shift: -4rem}.product-card--reveal:nth-child(2n){--reveal-shift: 4rem}}@media(prefers-reduced-motion:reduce){.product-card--reveal{opacity:1;transform:none;transition:none}}
