﻿@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800;900&family=Source+Sans+3:wght@300;400;600&display=swap";:root{--color-primary: #F26522;--color-primary-dark: #D4501A;--color-secondary: #00AABB;--color-secondary-dark: #008A9A;--color-navy: #1E3A8A;--color-navy-dark: #15295E;--color-section-gray: #F4F5F7;--color-dark: #1A1A1A;--color-dark-soft: #2D2D2D;--color-gray: #6B6B6B;--color-gray-light: #F5F5F5;--color-white: #FFFFFF;--color-accent: #FFD700;--cat-clasica: #E63950;--cat-dama: #9C8AD6;--cat-piel: #F2A52B;--cat-sport: #F2C200;--cat-talonera: #F26FA1;--cat-alto-impacto: #1A1A1A;--font-display: Bebas Neue, cursive;--font-heading: Montserrat, sans-serif;--font-body: Source Sans 3, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);--shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);--shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.16);--shadow-xl: 0 16px 60px rgba(0, 0, 0, 0.2);--transition-fast: 0.15s ease;--transition-base: 0.25s ease;--transition-slow: 0.4s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Source Sans 3",sans-serif;color:#1a1a1a;background-color:#fff;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .25s ease}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;outline:none}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",sans-serif;font-weight:700;line-height:1.2}.display-title{font-family:"Bebas Neue",cursive;letter-spacing:.02em;text-transform:uppercase}.section-title{font-family:"Montserrat",sans-serif;font-size:2.5rem;font-weight:800;color:#f26522;margin-bottom:1rem}@media(max-width: 768px){.section-title{font-size:2rem}}.section-subtitle{font-size:1.125rem;color:#6b6b6b;line-height:1.7}.text-primary{color:#f26522 !important}.text-secondary{color:#0ab !important}.text-white{color:#fff !important}.text-dark{color:#1a1a1a !important}.text-gray{color:#6b6b6b !important}.fw-light{font-weight:300}.fw-regular{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.fw-black{font-weight:900}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width: 640px){.container{padding:0 1rem}}.container--narrow{max-width:900px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}@media(max-width: 768px){.section{padding:4rem 0}}.d-flex{display:flex}.d-grid{display:grid}.align-center{align-items:center}.justify-between{justify-content:space-between}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.bg-white{background:#fff}.bg-light{background:#f5f5f5}.bg-dark{background:#1a1a1a}.bg-primary{background:#f26522}.bg-secondary{background:#0ab}.section-diagonal{position:relative}.section-diagonal::after{content:"";position:absolute;bottom:-40px;left:0;right:0;height:80px;background:inherit;clip-path:polygon(0 0, 100% 60%, 100% 100%, 0 100%);z-index:1}.navbar__toggle-input{display:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:200;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;background:#1a1a1a;transition:box-shadow .25s ease,padding .25s ease}.navbar.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.12);padding:.5rem 2rem}.navbar__logo{display:flex;align-items:center;text-decoration:none;position:relative;z-index:300}.navbar__logo-img{height:48px;width:auto;max-width:160px;object-fit:contain}.navbar__logo-text{font-family:"Bebas Neue",cursive;font-size:1.5rem;color:#fff;letter-spacing:.05em}.navbar__nav{display:flex;align-items:center;gap:2rem}@media(max-width: 1024px){.navbar__nav{position:fixed;top:0;right:0;bottom:0;width:280px;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;background:#2d2d2d;padding:5rem 0 2rem;z-index:250;transform:translateX(100%);transition:transform .35s ease}}.navbar__link{font-family:"Montserrat",sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff;text-decoration:none;position:relative;padding-bottom:2px;display:block}.navbar__link::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f26522;transition:width .25s ease}.navbar__link:hover::after,.navbar__link.active::after{width:100%}@media(max-width: 1024px){.navbar__link{font-size:1.1rem;padding:1rem 2rem;width:60%;border-bottom:1px solid hsla(0,0%,100%,.06);color:#fff !important}}.navbar__cta{background:#f26522;color:#fff !important;padding:.5rem 1.5rem;border-radius:9999px}.navbar__cta::after{display:none !important}.navbar__cta:hover{background:#d4501a}@media(max-width: 1024px){.navbar__cta{margin:1rem 2rem 0;width:calc(100% - 4rem);text-align:center;border-bottom:none !important}}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;position:relative;z-index:300}@media(max-width: 1024px){.navbar__hamburger{display:flex}}.navbar__hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease;pointer-events:none}.navbar__overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:240;display:none;cursor:pointer}.navbar__toggle-input:checked~.navbar__nav{transform:translateX(0)}.navbar__toggle-input:checked~.navbar__overlay{display:block}.navbar__toggle-input:checked~.navbar__hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle-input:checked~.navbar__hamburger span:nth-child(2){opacity:0}.navbar__toggle-input:checked~.navbar__hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Montserrat",sans-serif;font-weight:700;font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;padding:1rem 3rem;border-radius:9999px;border:2px solid rgba(0,0,0,0);cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden}.btn::before{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.15);opacity:0;transition:opacity .15s ease}.btn:hover::before{opacity:1}.btn--primary{background:#f26522;color:#fff}.btn--primary:hover{background:#d4501a;transform:translateY(-2px);box-shadow:0 8px 24px rgba(242,101,34,.4)}.btn--secondary{background:#0ab;color:#fff}.btn--secondary:hover{background:#008a9a;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,170,187,.4)}.btn--outline{background:rgba(0,0,0,0);border-color:#fff;color:#fff}.btn--outline:hover{background:#fff;color:#f26522}.btn--outline-dark{background:rgba(0,0,0,0);border-color:#f26522;color:#f26522}.btn--outline-dark:hover{background:#f26522;color:#fff}.btn--dark{background:#1a1a1a;color:#fff}.btn--dark:hover{background:#2d2d2d;transform:translateY(-2px)}.btn--sm{padding:.5rem 1.5rem;font-size:.75rem}.btn--lg{padding:1.5rem 4rem;font-size:1rem}.btn--icon{width:44px;height:44px;padding:0;border-radius:50%}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 40px rgba(0,0,0,.16)}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card:hover .product-card__overlay{opacity:1}.product-card__image-wrap{position:relative;display:block;width:100%;aspect-ratio:1/1;overflow:hidden;border:none;padding:0;background:none;cursor:pointer;font:inherit;text-align:left;background:#f5f5f5}.product-card__img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.product-card__img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;background:linear-gradient(135deg, #F5F5F5, rgba(245, 245, 245, 0.9))}.product-card__img-placeholder svg{opacity:.3}.product-card__badge{position:absolute;top:1rem;left:1rem;background:#f26522;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px .5rem;border-radius:4px}.product-card__overlay{position:absolute;inset:0;background:rgba(26,26,26,.6);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;opacity:0;transition:opacity .25s ease;gap:.5rem}.product-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:0;gap:.5rem}.product-card__category{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#0ab}.product-card__name{font-family:"Montserrat",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-family:"Bebas Neue",cursive;font-size:2rem;color:#f26522;letter-spacing:.02em}.product-card__footer{padding:0 1.5rem 1.5rem;display:flex;gap:.5rem}.products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 1280px){.products-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1024px){.products-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.products-grid{grid-template-columns:1fr}}.img-carousel{position:relative;width:100%;height:100%;overflow:hidden}.img-carousel__track{display:flex;width:100%;height:100%;transition:transform .25s ease}.img-carousel__slide{flex:0 0 100%;width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0}.img-carousel__slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.img-carousel__placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;background:linear-gradient(135deg, #F5F5F5, rgba(255, 255, 255, 0.8))}.img-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.85);color:#1a1a1a;border:none;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;font-size:.875rem;cursor:pointer;z-index:3;opacity:0;transition:opacity .15s ease,background .15s ease}.img-carousel__arrow:hover{background:#fff}.img-carousel__arrow--prev{left:.5rem}.img-carousel__arrow--next{right:.5rem}.product-card__image-wrap:hover .img-carousel__arrow,.modal__image:hover .img-carousel__arrow,.product-detail__image-wrap:hover .img-carousel__arrow{opacity:1}.img-carousel__dots{position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;z-index:3}.img-carousel__dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.6);border:none;cursor:pointer;transition:background .15s ease,transform .15s ease;box-shadow:0 0 0 1px rgba(26,26,26,.15)}.img-carousel__dot.active{background:#f26522;transform:scale(1.2)}.img-carousel--single .img-carousel__arrow,.img-carousel--single .img-carousel__dots{display:none}.product-gallery{width:100%}.product-gallery__main{position:relative;aspect-ratio:1/1;background:#f5f5f5;border-radius:24px;overflow:hidden;margin-bottom:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0}.product-gallery__main-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.product-gallery__main-placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;color:rgba(26,26,26,.2)}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.85);color:#1a1a1a;border:none;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;font-size:1.25rem;cursor:pointer;z-index:2;transition:background .15s ease,transform .15s ease}.product-gallery__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.product-gallery__arrow--prev{left:1rem}.product-gallery__arrow--next{right:1rem}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fill, minmax(80px, 1fr));gap:.5rem}.product-gallery__thumb{aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:#f5f5f5;border:2px solid rgba(0,0,0,0);cursor:pointer;padding:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;transition:border-color .15s ease,opacity .15s ease;opacity:.7}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;object-position:center}.product-gallery__thumb:hover{opacity:1}.product-gallery__thumb.active{border-color:#f26522;opacity:1}.product-gallery__thumb-placeholder{color:rgba(26,26,26,.2)}.product-gallery--single .product-gallery__arrow,.product-gallery--single .product-gallery__thumbs{display:none}.hero-carousel{position:relative;overflow:hidden;padding-top:80px}.hero-carousel__track{display:flex;width:100%;transition:transform .4s ease}.hero-carousel__slide{flex:0 0 100%;width:100%;min-height:calc(100vh - 80px)}.hero-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.18);color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;font-size:1.5rem;cursor:pointer;z-index:5;transition:background .15s ease,transform .15s ease;border:none}.hero-carousel__arrow:hover{background:hsla(0,0%,100%,.32);transform:translateY(-50%) scale(1.08)}.hero-carousel__arrow--prev{left:1.5rem}.hero-carousel__arrow--next{right:1.5rem}@media(max-width: 640px){.hero-carousel__arrow{width:36px;height:36px;font-size:1.125rem}}.hero-carousel__dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;z-index:5}.hero-carousel__dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.4);border:none;cursor:pointer;transition:background .15s ease,transform .15s ease}.hero-carousel__dot.active{background:#fff;transform:scale(1.25)}.hero-slide-1{background:#f26522;position:relative;overflow:hidden;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:0;padding:4rem 6rem;gap:4rem}@media(max-width: 1024px){.hero-slide-1{flex-direction:column;padding:3rem 2rem 6rem;text-align:center}}.hero-slide-1::after{content:"";position:absolute;top:-120px;right:-120px;width:500px;height:500px;background:hsla(0,0%,100%,.05);border-radius:50%;pointer-events:none}.hero-slide-1__logo{position:absolute;top:1.5rem;right:1.5rem;height:56px;width:auto;z-index:2}@media(max-width: 640px){.hero-slide-1__logo{height:40px;top:1rem;right:1rem}}.hero-slide-1__image-wrap{position:relative;z-index:1;flex-shrink:0;width:45%;border-radius:24px;overflow:hidden;min-height:460px}@media(max-width: 1024px){.hero-slide-1__image-wrap{width:100%;min-height:280px}}.hero-slide-1__image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide-1__image-placeholder{width:100%;height:100%;min-height:460px;background:hsla(0,0%,100%,.12);border-radius:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;color:hsla(0,0%,100%,.6)}@media(max-width: 1024px){.hero-slide-1__image-placeholder{min-height:280px}}.hero-slide-1__content{position:relative;z-index:1;max-width:620px}@media(max-width: 1024px){.hero-slide-1__content{max-width:100%}}.hero-slide-1__title{font-family:"Bebas Neue",cursive;font-size:clamp(2.75rem,6vw,5rem);color:#fff;line-height:1;letter-spacing:.02em;margin-bottom:1.5rem;font-style:italic}.hero-slide-1__desc{font-size:1.125rem;color:hsla(0,0%,100%,.92);line-height:1.7;margin-bottom:1.5rem}.hero-slide-1__desc+.hero-slide-1__desc{margin-top:-0.5rem}.hero-slide-1__link{display:inline-block;margin-top:1rem;font-size:1.125rem;font-weight:700;color:#fff;text-decoration:underline;text-underline-offset:4px}.hero-slide-1__link:hover{color:gold}.hero-slide-2{background:#f26522;min-height:calc(100vh - 80px);display:grid;grid-template-columns:minmax(320px, 520px) minmax(320px, 520px);justify-content:center;gap:4rem;padding:4rem 6rem;align-items:center}@media(max-width: 1024px){.hero-slide-2{grid-template-columns:1fr;padding:3rem 2rem 6rem}}.hero-slide-2__gallery{display:flex;align-items:center;justify-content:center;min-height:460px;padding:1rem 0}@media(max-width: 1024px){.hero-slide-2__gallery{min-height:320px;padding:.5rem 0}}.hero-slide-2__photo{position:relative;border-radius:16px;overflow:hidden;background:hsla(0,0%,100%,.12);width:100%;max-width:520px}.hero-slide-2__photo img,.hero-slide-2__image{width:100%;height:auto;object-fit:contain;display:block}.hero-slide-2__photo-placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.55)}.hero-slide-2__tag{position:absolute;left:1rem;bottom:1rem;background:#1a1a1a;color:#fff;font-family:"Montserrat",sans-serif;font-weight:800;font-size:.875rem;padding:.5rem 1.5rem;border-radius:9999px;text-transform:none}.hero-slide-2__tag--accent{background:#0ab}.hero-slide-2__content{color:#fff}.hero-slide-2__eyebrow{font-family:"Montserrat",sans-serif;font-size:1.5rem;font-weight:700;color:hsla(0,0%,100%,.9);margin-bottom:-0.5rem}.hero-slide-2__title{font-family:"Bebas Neue",cursive;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:.02em;color:#1a1a1a;line-height:1;margin-bottom:1.5rem;font-style:italic}.hero-slide-2__list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.hero-slide-2__item{font-size:1.125rem;line-height:1.6}.hero-slide-2__item strong{text-decoration:underline}.hero-slide-2__item .highlight{font-weight:800;color:#1a1a1a}.modal-overlay{position:fixed;inset:0;background:rgba(26,26,26,.75);z-index:300;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:2rem;opacity:0;pointer-events:none;transition:opacity .25s ease}.modal-overlay.open{opacity:1;pointer-events:all}.modal-overlay.open .modal{transform:translateY(0) scale(1)}@media(max-width: 640px){.modal-overlay{padding:.5rem}}.modal{background:#6b6b6b;border-radius:24px;width:100%;max-width:1000px;max-height:92vh;overflow-y:auto;transform:translateY(20px) scale(0.97);transition:transform .4s ease;position:relative;padding:2rem}@media(max-width: 640px){.modal{padding:1rem}}.modal__close{position:absolute;top:1.5rem;right:1.5rem;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,0);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;font-size:1.5rem;color:#fff;cursor:pointer;z-index:3;transition:opacity .15s ease}.modal__close:hover{opacity:.6}.modal__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:start}@media(max-width: 768px){.modal__grid{grid-template-columns:1fr;gap:1.5rem}}.modal__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;padding-top:.5rem}.modal__eyebrow{font-size:1rem;color:hsla(0,0%,100%,.85);font-weight:400}.modal__title{font-family:"Bebas Neue",cursive;font-size:2.5rem;letter-spacing:.02em;color:#f26522;font-style:italic;text-transform:uppercase}.modal__desc{font-size:.875rem;color:hsla(0,0%,100%,.85);line-height:1.7;font-weight:600}.modal__price{font-family:"Bebas Neue",cursive;font-size:2rem;color:#fff}.modal__feature-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;width:100%;margin-top:.25rem}.modal__feature-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.9);font-weight:600}.modal__feature-item::before{content:"";width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.9);flex-shrink:0}.modal__link{margin-top:.5rem;font-size:.875rem;font-weight:700;color:#0ab;text-decoration:underline;text-underline-offset:3px;background:none;border:none;cursor:pointer;padding:0}.modal__link:hover{color:#008a9a}.modal .product-gallery__main{background:#fff}.modal .product-gallery__thumb{background:#fff}.contact-section{background:#1a1a1a;padding:6rem 0;scroll-margin-top:90px}.contact-section__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}@media(max-width: 768px){.contact-section__grid{grid-template-columns:1fr}}.contact-section__title{font-family:"Bebas Neue",cursive;font-size:clamp(2.5rem,5vw,4rem);color:#fff;line-height:1;margin-bottom:1rem}.contact-section__text{color:hsla(0,0%,100%,.7);font-size:1.125rem;line-height:1.7}.contact-form{background:#2d2d2d;border-radius:16px;padding:3rem}.contact-form__title{font-family:"Montserrat",sans-serif;font-weight:800;font-size:1.25rem;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.5rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 640px){.contact-form__row{grid-template-columns:1fr}}.contact-form__field{margin-bottom:1rem}.contact-form__label{display:block;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin-bottom:.25rem}.contact-form__input,.contact-form__textarea{width:100%;padding:.5rem 1rem;border-radius:8px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:#fff;font-size:.875rem;font-family:"Source Sans 3",sans-serif;transition:border-color .15s ease,background .15s ease}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:hsla(0,0%,100%,.35)}.contact-form__input:focus,.contact-form__textarea:focus{border-color:#f26522;background:hsla(0,0%,100%,.1)}.contact-form__input.error,.contact-form__textarea.error{border-color:#e63950}.contact-form__textarea{min-height:120px;resize:vertical}.contact-form__error{font-size:.75rem;color:#ff8a8a;margin-top:.25rem;display:none}.contact-form__error.show{display:block}.contact-form__product-tag{display:none;align-items:center;gap:.5rem;background:rgba(242,101,34,.15);border:1px solid rgba(242,101,34,.4);color:#f26522;border-radius:9999px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;margin-bottom:1rem}.contact-form__product-tag.show{display:inline-flex}.contact-form__product-tag button{background:none;border:none;color:inherit;cursor:pointer;font-weight:800}.contact-form__submit{width:100%;margin-top:.5rem}.contact-form__feedback{margin-top:1rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;display:none}.contact-form__feedback.show{display:block}.contact-form__feedback--success{background:rgba(46,204,113,.15);color:#6ee7a0;border:1px solid rgba(46,204,113,.3)}.contact-form__feedback--error{background:rgba(230,57,80,.15);color:#ff8a8a;border:1px solid rgba(230,57,80,.3)}.footer{background:#1a1a1a;color:hsla(0,0%,100%,.8);padding:6rem 0 2rem}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}@media(max-width: 1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width: 640px){.footer__grid{grid-template-columns:1fr}}.footer__logo{font-family:"Bebas Neue",cursive;font-size:2.5rem;color:#fff;letter-spacing:.05em;margin-bottom:1rem;display:block}.footer__tagline{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.footer__socials{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.footer__title{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.footer__links{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem}.footer__link{font-size:.875rem;color:hsla(0,0%,100%,.7);transition:color .25s ease,padding-left .25s ease}.footer__link:hover{color:#f26522;padding-left:.5rem}.footer__form{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-top:1rem}.footer__input{flex:1;padding:.5rem 1rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);color:#fff;font-size:.875rem}.footer__input::placeholder{color:hsla(0,0%,100%,.4)}.footer__input:focus{border-color:#f26522}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:0}@media(max-width: 768px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.footer__copy{font-size:.75rem;color:hsla(0,0%,100%,.4)}.footer__bottom-links{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1.5rem}.footer__bottom-link{font-size:.75rem;color:hsla(0,0%,100%,.4)}.footer__bottom-link:hover{color:#f26522}.hero{min-height:100vh;background:#f26522;position:relative;overflow:hidden;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:0;padding:0 6rem;padding-top:80px}@media(max-width: 1024px){.hero{flex-direction:column;padding:100px 2rem 4rem;text-align:center}}.hero::before{content:"";position:absolute;top:-100px;right:-100px;width:600px;height:600px;background:hsla(0,0%,100%,.06);border-radius:50%}.hero::after{content:"";position:absolute;bottom:-150px;left:-80px;width:400px;height:400px;background:hsla(0,0%,100%,.04);border-radius:50%}.hero__content{position:relative;z-index:1;max-width:560px}@media(max-width: 1024px){.hero__content{max-width:100%}}.hero__tag{display:inline-flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.15);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.25rem 1rem;border-radius:9999px;margin-bottom:1.5rem}.hero__tag-dot{width:6px;height:6px;border-radius:50%;background:gold;animation:pulse 2s infinite}.hero__title{font-family:"Bebas Neue",cursive;font-size:clamp(3rem,6vw,5.5rem);color:#fff;line-height:.95;letter-spacing:.01em;margin-bottom:1.5rem}.hero__title span{display:block;color:gold}.hero__desc{font-size:1.125rem;color:hsla(0,0%,100%,.85);line-height:1.7;margin-bottom:3rem;max-width:460px}@media(max-width: 1024px){.hero__desc{max-width:100%}}.hero__actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}@media(max-width: 640px){.hero__actions{flex-direction:column;align-items:stretch}}.hero__image-wrap{position:relative;z-index:1;flex-shrink:0}@media(max-width: 1024px){.hero__image-wrap{width:100%;max-width:400px}}.hero__image{width:460px;height:520px;object-fit:cover;border-radius:24px;box-shadow:0 16px 60px rgba(0,0,0,.2)}@media(max-width: 1024px){.hero__image{width:100%;height:300px}}.hero__image-placeholder{width:460px;height:520px;background:hsla(0,0%,100%,.15);border-radius:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;color:hsla(0,0%,100%,.6);font-size:.875rem}@media(max-width: 1024px){.hero__image-placeholder{width:100%;height:280px}}.hero__image-placeholder svg{opacity:.4}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;color:hsla(0,0%,100%,.7);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;animation:bounce 2s infinite;cursor:pointer}.home-about{display:grid;grid-template-columns:1fr 1fr;min-height:60vh}@media(max-width: 768px){.home-about{grid-template-columns:1fr}}.home-about__image{position:relative;overflow:hidden;min-height:400px}.home-about__image img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute}.home-about__image-overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(242, 101, 34, 0.3), transparent)}.home-about__content{background:#1e3a8a;padding:6rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem}@media(max-width: 1280px){.home-about__content{padding:4rem}}@media(max-width: 640px){.home-about__content{padding:2rem}}.home-about__title{font-family:"Bebas Neue",cursive;font-size:clamp(2.5rem,4vw,4rem);color:#fff;line-height:.95}.home-about__title span{color:#f26522}.home-about__text{font-size:1rem;color:hsla(0,0%,100%,.75);line-height:1.8;max-width:480px}.home-about__stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;width:100%;margin-top:1rem}.home-about__stat{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem}.home-about__stat-number{font-family:"Bebas Neue",cursive;font-size:3.5rem;color:gold;line-height:1}.home-about__stat-label{font-size:.75rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.08em}.home-products{padding:6rem 0;background:#f5f5f5}.home-products__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:0;margin-bottom:3rem}@media(max-width: 768px){.home-products__header{flex-direction:column;align-items:flex-start;gap:1rem}}.home-products__filters{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;flex-wrap:wrap}.home-products__filter-btn{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem 1rem;border-radius:9999px;border:2px solid rgba(0,0,0,0);color:#6b6b6b;background:#fff;cursor:pointer;transition:all .15s ease}.home-products__filter-btn:hover,.home-products__filter-btn.active{background:#f26522;color:#fff;border-color:#f26522}.home-products__filter-btn.active[data-cat-color=clasica]{background:#e63950;border-color:#e63950}.home-products__filter-btn.active[data-cat-color=dama]{background:#9c8ad6;border-color:#9c8ad6}.home-products__filter-btn.active[data-cat-color=piel]{background:#f2a52b;border-color:#f2a52b}.home-products__filter-btn.active[data-cat-color=sport]{background:#f2c200;border-color:#f2c200;color:#1a1a1a}.home-products__filter-btn.active[data-cat-color=talonera]{background:#f26fa1;border-color:#f26fa1}.home-products__filter-btn.active[data-cat-color=alto-impacto]{background:#1a1a1a;border-color:#1a1a1a}.featured-badge{background:#0ab;color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:2px .5rem;border-radius:4px}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .6s ease forwards}@media(max-width: 768px){.hero-carousel{padding-top:70px}.hero-slide-1{flex-direction:column;padding:3rem 1rem 4rem;text-align:center;gap:2rem}.hero-slide-1__title{font-size:3rem}.hero-slide-1__image-placeholder,.hero-slide-1__image-wrap{width:100%;min-height:240px}.hero-slide-1__actions{flex-direction:column;align-items:stretch}.hero-slide-1__actions .btn{text-align:center}.hero-slide-2{grid-template-columns:1fr;padding:3rem 1rem 4rem}.hero-slide-2__gallery{height:260px}.hero-slide-2__title{font-size:2.5rem}}@media(max-width: 768px){.home-about{grid-template-columns:1fr}.home-about__image{min-height:260px}.home-about__content{padding:3rem 1rem}.home-about__stats{grid-template-columns:repeat(3, 1fr);gap:1rem}}@media(max-width: 640px){.products-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media(max-width: 400px){.products-grid{grid-template-columns:1fr}}@media(max-width: 768px){.modal-overlay{padding:.5rem;align-items:flex-end}.modal{border-radius:16px 16px 0 0;max-height:92vh;padding:1.5rem 1rem}.modal__grid{grid-template-columns:1fr}}@media(max-width: 768px){.contact-section__grid{grid-template-columns:1fr}.contact-form__row{grid-template-columns:1fr}}@media(max-width: 768px){.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width: 768px){.product-detail{padding-top:70px}.product-detail__grid{grid-template-columns:1fr;gap:2rem}.product-detail__title{font-size:2.5rem}.product-detail__price{font-size:2.5rem}.product-detail__actions{flex-direction:column}.product-detail__actions .btn{text-align:center}}@media(max-width: 768px){.navbar{padding:.5rem 1rem}}.products-page{padding-top:100px;min-height:100vh}.products-page__hero{background:#0ab;padding:4rem 0;color:#fff;position:relative;overflow:hidden}.products-page__hero::before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:hsla(0,0%,100%,.06);border-radius:50%}.products-page__hero-title{font-family:"Bebas Neue",cursive;font-size:5rem;letter-spacing:.02em;line-height:.9}@media(max-width: 768px){.products-page__hero-title{font-size:3.5rem}}.products-page__hero-sub{font-size:1.25rem;color:hsla(0,0%,100%,.8);margin-top:.5rem}.products-page__filter-bar{background:#fff;border-bottom:1px solid rgba(26,26,26,.08);padding:1rem 0;position:sticky;top:70px;z-index:100}.products-page__filter-wrap{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;flex-wrap:wrap}.products-page__filter-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6b6b6b;margin-right:.5rem}.products-page__filter-btn{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.25rem 1.5rem;border-radius:9999px;border:2px solid #f5f5f5;color:#6b6b6b;background:rgba(0,0,0,0);cursor:pointer;transition:all .15s ease;text-decoration:none}.products-page__filter-btn:hover{border-color:#f26522;color:#f26522}.products-page__filter-btn.active{background:#f26522;color:#fff;border-color:#f26522}.products-page__content{padding:4rem 0}.products-page__empty{text-align:center;padding:6rem;color:#6b6b6b}.products-page__empty p{font-size:1.25rem;margin-top:1rem}.product-detail{padding-top:100px;min-height:100vh}.product-detail__breadcrumb{padding:1.5rem 0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;color:#6b6b6b}.product-detail__breadcrumb a{color:#f26522}.product-detail__breadcrumb a:hover{text-decoration:underline}.product-detail__breadcrumb span{color:#6b6b6b}.product-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:3rem 0}@media(max-width: 768px){.product-detail__grid{grid-template-columns:1fr}}.product-detail__image-wrap{aspect-ratio:1/1;background:#f5f5f5;border-radius:24px;overflow:hidden;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0}.product-detail__image{width:100%;height:100%;object-fit:cover;object-position:center}.product-detail__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem}.product-detail__category{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0ab}.product-detail__title{font-family:"Bebas Neue",cursive;font-size:5rem;letter-spacing:.02em;color:#1a1a1a;line-height:.9}@media(max-width: 1024px){.product-detail__title{font-size:3.5rem}}.product-detail__price{font-family:"Bebas Neue",cursive;font-size:5rem;color:#f26522}@media(max-width: 1024px){.product-detail__price{font-size:3.5rem}}.product-detail__desc{font-size:1rem;color:#6b6b6b;line-height:1.8}.product-detail__features{width:100%;background:#f5f5f5;padding:1.5rem;border-radius:16px}.product-detail__features-title{font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.product-detail__feature{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(26,26,26,.06);font-size:.875rem;color:#6b6b6b}.product-detail__feature:last-child{border-bottom:none}.product-detail__feature::before{content:"✓";font-weight:800;color:#f26522}.product-detail__actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%}@media(max-width: 640px){.product-detail__actions{flex-direction:column}}.about-page{padding-top:80px;text-align:center}.about-page__hero{background:#1e3a8a;padding:6rem 0;position:relative;overflow:hidden}.about-page__hero::before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:hsla(0,0%,100%,.06);border-radius:50%}.about-page__hero .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.about-page__hero-title{font-family:"Bebas Neue",cursive;font-size:clamp(3rem,7vw,6rem);color:#fff;line-height:.9;text-align:center}.about-page__hero-title span{color:gold}.about-page__hero-sub{font-size:1.125rem;color:hsla(0,0%,100%,.65);margin-top:1.5rem;max-width:560px;line-height:1.8}.about-page__mission{background:#f4f5f7}.about-page__mission-grid{display:grid;grid-template-columns:.4fr 1fr;gap:4rem;align-items:start;justify-items:start;text-align:left}@media(max-width: 768px){.about-page__mission-grid{grid-template-columns:1fr;gap:1.5rem}}.about-page__mission-lead{margin-bottom:1.5rem;font-size:1.125rem;font-weight:500;line-height:1.9;color:#1a1a1a}.about-page__mission-text{color:#6b6b6b;line-height:1.8}.about-page__mission-text+.about-page__mission-text{margin-top:1rem}.about-page__mission-copy{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0}.about-page__mission-copy h2{margin-bottom:1.5rem;min-width:280px}.about-page__mission-copy:last-child{padding-left:2rem;border-left:4px solid #f26522}.about-page__vision{background:#f4f5f7}.about-page__vision-grid{display:grid;grid-template-columns:.4fr 1fr;gap:4rem;align-items:start;justify-items:start;text-align:left}@media(max-width: 768px){.about-page__vision-grid{grid-template-columns:1fr;gap:1.5rem}}.about-page__vision-lead{margin-bottom:1.5rem;font-size:1.125rem;font-weight:500;line-height:1.9;color:#1a1a1a}.about-page__vision-text{color:#6b6b6b;line-height:1.8}.about-page__vision-text+.about-page__vision-text{margin-top:1rem}.about-page__vision-copy{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0}.about-page__vision-copy h2{margin-bottom:1.5rem;min-width:280px}.about-page__vision-copy:last-child{padding-left:2rem;border-left:4px solid #f26522}.about-page__values{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;justify-items:center}.about-page__value-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border-top:4px solid #1e3a8a}.about-page__value-icon{font-size:2rem}.about-page__value-title{font-family:"Montserrat",sans-serif;font-weight:700;margin:.5rem 0 .25rem;color:#1a1a1a}.about-page__value-desc{font-size:.875rem;color:#6b6b6b;line-height:1.6}.about-page__stats{background:#1e3a8a}.about-page__stats .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.about-page__stats-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;text-align:center}@media(max-width: 640px){.about-page__stats-grid{grid-template-columns:1fr 1fr}}.about-page__stat-number{font-family:"Bebas Neue",cursive;font-size:3.5rem;color:#fff;line-height:1}.about-page__stat-label{font-size:.875rem;color:hsla(0,0%,100%,.75);margin-top:.5rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.about-page__cta{text-align:center}.about-page__cta-text{max-width:480px;margin:0 auto 2rem}@media(max-width: 768px){.hero-carousel{padding-top:70px}.hero-slide-1{flex-direction:column;padding:2rem 1rem 4rem;text-align:center;gap:1.5rem}.hero-slide-1__title{font-size:3rem}.hero-slide-1__image-placeholder,.hero-slide-1__image-wrap{width:100%;min-height:240px}.hero-slide-1__actions{flex-direction:column;align-items:stretch}.hero-slide-1__actions .btn{text-align:center}.hero-slide-2{grid-template-columns:1fr;padding:2rem 1rem 4rem}.hero-slide-2__gallery{height:260px}.hero-slide-2__title{font-size:2.5rem}}@media(max-width: 768px){.home-about{grid-template-columns:1fr}.home-about__image{min-height:260px}.home-about__content{padding:2rem 1rem}.home-about__stats{grid-template-columns:repeat(3, 1fr);gap:1rem}}@media(max-width: 640px){.products-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media(max-width: 400px){.products-grid{grid-template-columns:1fr}}@media(max-width: 768px){.modal-overlay{padding:.5rem;align-items:flex-end}.modal{border-radius:1rem 1rem 0 0;max-height:92vh;padding:1.5rem 1rem}.modal__grid{grid-template-columns:1fr}}@media(max-width: 768px){.contact-section__grid{grid-template-columns:1fr}.contact-form__row{grid-template-columns:1fr}}@media(max-width: 768px){.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}@media(max-width: 768px){.product-detail{padding-top:70px}.product-detail__grid{grid-template-columns:1fr;gap:1.5rem}.product-detail__title{font-size:2.5rem}.product-detail__price{font-size:2.5rem}.product-detail__actions{flex-direction:column}.product-detail__actions .btn{text-align:center}}@media(max-width: 768px){.navbar{padding:.5rem 1rem}}@media(max-width: 768px){.products-page__hero-title{font-size:3rem}.products-page__filter-wrap{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.products-page__filter-btn{white-space:nowrap;flex-shrink:0}}@media(max-width: 768px){.about-page__mission-grid{grid-template-columns:1fr}.about-page__values{grid-template-columns:1fr 1fr}.about-page__stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}/*# sourceMappingURL=style.css.map */
