/* ======== BESTEP Shop — Styles ======== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Archivo:wght@300;400;500;600;700&display=swap');

.bs *, .bs *::before, .bs *::after { box-sizing: border-box; }
.bs { margin: 0; padding: 0; font-family: 'Archivo', system-ui, sans-serif; color: #111; background: #fff; -webkit-font-smoothing: antialiased; font-size: 15px; line-height: 1.45; }
.bs img { max-width: 100%; display: block; }
.bs a { color: inherit; text-decoration: none; }
.bs button { font-family: inherit; cursor: pointer; }
.bs h1,.bs h2,.bs h3,.bs h4,.bs h5,.bs .section-title { font-family: 'Oswald', sans-serif; font-weight: 600; letter-spacing: 0.01em; }

/* Top bar */
.bs .topbar { background: #000; color: #fff; padding: 18px 32px; display: flex; justify-content: flex-end; align-items: center; font-family: 'Oswald', sans-serif; letter-spacing: 0.04em; }
.bs .topbar .produced { font-weight: 700; font-size: 22px; letter-spacing: 0.02em; }
.bs .topbar .by { font-size: 11px; margin-left: 8px; font-weight: 500; letter-spacing: 0.12em; }

/* Header */
.bs .header { display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; background: #fff; border-bottom: 1px solid transparent; }
.bs .header .logo { display: flex; align-items: center; gap: 8px; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: 0.05em; }
.bs .header .logo svg { width: 18px; height: 22px; }
.bs .header nav { display: flex; align-items: center; gap: 28px; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 0.16em; font-weight: 500; }
.bs .header nav a { padding: 6px 0; position: relative; color: #111; }
.bs .header nav a.active { border-bottom: 1.5px solid #111; }
.bs .header nav .sep { color: #aaa; font-weight: 300; }
.bs .header .icons { display: flex; align-items: center; gap: 16px; }
.bs .header .icons svg { width: 20px; height: 20px; stroke: #111; fill: none; stroke-width: 1.5; }

/* Hero */
.bs .hero { position: relative; height: 460px; background: #1a1a1a; overflow: hidden; color: #fff; }
.bs .hero .hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.bs .hero .hero-content { position: absolute; right: 5%; bottom: 60px; text-align: right; }
.bs .hero h1 { font-size: 56px; font-weight: 600; margin: 0 0 6px; line-height: 1; }
.bs .hero p { margin: 0; font-size: 18px; font-weight: 300; }
.bs .hero .dots { position: absolute; right: 5%; bottom: 30px; display: flex; gap: 8px; }
.bs .hero .dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.4); }
.bs .hero .dots span.on { background: #fff; }
.bs .hero .hero-arrow { position: absolute; left: 24px; top: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: #fff; }
.bs .hero-cta { display: inline-block; padding: 10px 22px; background: #fff; color: #111; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 0.14em; margin-top: 14px; border: none; }

/* Placeholder */
.bs .ph { background: #d6d6d6; background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.04) 0 2px, transparent 2px 12px); display: flex; align-items: center; justify-content: center; color: #6b6b6b; font-family: 'Archivo', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.bs .ph.dark { background: #2a2a2a; color: #888; background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 12px); }

/* Category strip */
.bs .cat-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 22px 28px; }
.bs .cat-strip .cat-card { aspect-ratio: 1 / 1.05; position: relative; overflow: hidden; background: #d6d6d6; }
.bs .cat-strip .cat-card .ph { width: 100%; height: 100%; }
.bs .cat-strip .cat-card .label { position: absolute; left: 14px; bottom: 14px; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 16px; color: #fff; letter-spacing: 0.04em; }

/* Section */
.bs .section { padding: 56px 32px; }
.bs .section-title { font-size: 22px; margin: 0 0 24px; letter-spacing: 0.04em; }

/* Personaliza menu */
.bs .personaliza-row { display: grid; grid-template-columns: 280px 1fr; gap: 40px; padding: 60px 32px 60px 100px; align-items: start; }
.bs .personaliza-row h2 { font-size: 28px; margin: 0 0 18px; }
.bs .personaliza-row ul { list-style: none; margin: 0; padding: 0; font-family: 'Archivo', sans-serif; font-size: 15px; line-height: 1.95; }
.bs .personaliza-row ul li { display: flex; align-items: center; justify-content: space-between; max-width: 200px; cursor: pointer; }
.bs .personaliza-row ul li .arrow { opacity: 0; }
.bs .personaliza-row ul li.active .arrow { opacity: 1; }
.bs .personaliza-row .ph { height: 460px; background: #cfcfcf; transform: rotate(-1deg); box-shadow: 0 1px 0 rgba(0,0,0,0.1); }

/* Carousel */
.bs .carousel { position: relative; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.bs .carousel::-webkit-scrollbar { height: 4px; }
.bs .carousel::-webkit-scrollbar-thumb { background: #ddd; }

/* Tienda del club grid */
.bs .tienda-club-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 0 32px; }
.bs .tienda-club-grid .card { aspect-ratio: 3/4; background: #2c2c2c; position: relative; overflow: hidden; }
.bs .tienda-club-grid .card .ph { width: 100%; height: 100%; }

/* Product grid */
.bs .product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 24px; padding: 0 32px; }
.bs .product-grid.cols-5 { grid-template-columns: repeat(5, 1fr); }
.bs .product-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.bs .product-card { display: flex; flex-direction: column; gap: 8px; }
.bs .product-card .img { aspect-ratio: 1 / 1; background: #ececec; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.bs .product-card .img .ph { width: 100%; height: 100%; }
.bs .product-card .colors { display: flex; gap: 6px; margin-top: 6px; }
.bs .product-card .swatch { width: 10px; height: 10px; border-radius: 50%; background: #c33; }
.bs .product-card .name { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.01em; margin-top: 2px; }
.bs .product-card .price { font-size: 12px; color: #111; font-weight: 600; }
.bs .product-card .badge-nuevo { font-size: 11px; color: #111; margin-top: 2px; }

/* Subnav */
.bs .subnav { display: flex; gap: 60px; justify-content: center; padding: 28px 0; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 18px; letter-spacing: 0.04em; }
.bs .subnav a { padding-bottom: 4px; }
.bs .subnav a.active { border-bottom: 2px solid #111; }
.bs .section-head { display: flex; justify-content: space-between; align-items: center; padding: 40px 32px 18px; }
.bs .section-head h2 { margin: 0; font-family: 'Oswald', sans-serif; font-size: 22px; letter-spacing: 0.04em; }
.bs .filtros { display: inline-flex; align-items: center; gap: 8px; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 0.1em; }
.bs .divider { border-top: 1px solid #d8d8d8; margin: 24px 32px 0; }

/* Footer */
.bs .footer-cta { background: #1a1a1a; color: #fff; padding: 70px 32px 30px; text-align: center; }
.bs .footer-cta h2 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 28px; margin: 0 0 10px; letter-spacing: 0.02em; }
.bs .footer-cta .contactanos { font-family: 'Oswald', sans-serif; font-size: 18px; letter-spacing: 0.05em; margin-top: 6px; display: inline-block; color: #fff; }
.bs .footer { background: #0c0c0c; color: #fff; padding: 30px 32px 24px; }
.bs .footer .row1 { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; }
.bs .footer .logo { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 22px; letter-spacing: 0.06em; display: flex; align-items: center; gap: 8px; }
.bs .footer .social { display: flex; gap: 14px; }
.bs .footer .social a { width: 28px; height: 28px; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.bs .footer .social svg { width: 14px; height: 14px; fill: #fff; }
.bs .footer hr { border: none; border-top: 1px solid #fff; margin: 12px 0 26px; }
.bs .footer .row2 { display: grid; grid-template-columns: 1.4fr 0.9fr 1.2fr 1.1fr 1fr; gap: 30px; align-items: start; }
.bs .footer .like { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 24px; letter-spacing: 0.01em; }
.bs .footer h4 { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.06em; margin: 0 0 8px; border-bottom: 1px solid #fff; padding-bottom: 4px; display: inline-block; }
.bs .footer ul { list-style: none; padding: 0; margin: 0; font-size: 12px; line-height: 1.9; opacity: 0.9; }
.bs .footer .sub-title { font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 0.12em; font-weight: 600; margin-bottom: 6px; }
.bs .footer .subscribe { display: flex; gap: 0; margin-top: 6px; align-items: stretch; }
.bs .footer .subscribe input { flex: 1; min-width: 0; background: transparent; border: 1px solid #fff; color: #fff; padding: 8px 10px; font-family: inherit; font-size: 11px; }
.bs .footer .subscribe input::placeholder { color: #aaa; }
.bs .footer .subscribe button { background: #fff; color: #000; border: none; padding: 0 14px; font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: 0.1em; }

/* Dark band */
.bs .dark-band { background: #0c0c0c; color: #fff; text-align: center; padding: 36px 32px; font-family: 'Oswald', sans-serif; font-size: 18px; line-height: 2.2; letter-spacing: 0.02em; }
.bs .dark-band p { margin: 0; }

/* Proceso */
.bs .proceso { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 8px 32px 30px; }
.bs .proceso.cols-5 { grid-template-columns: repeat(5, 1fr); }
.bs .proceso .step { padding: 0 24px 0 0; border-right: 1px solid #d8d8d8; }
.bs .proceso .step:last-child { border-right: none; }
.bs .proceso .step h3 { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 700; margin: 0 0 10px; }
.bs .proceso .step p { font-size: 12px; line-height: 1.5; margin: 0; max-width: 200px; }

/* Logos strip */
.bs .logos-strip { display: flex; align-items: center; justify-content: space-around; padding: 30px 32px; gap: 20px; }
.bs .logos-strip .logo-circle { width: 56px; height: 56px; border-radius: 50%; background: #0c0c0c; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 9px; text-align: center; letter-spacing: 0.05em; }

/* Accordion */
.bs .accordion { padding: 30px 32px 0; }
.bs .accordion details { border-bottom: 1px solid #cfcfcf; padding: 18px 0; }
.bs .accordion summary { list-style: none; display: flex; justify-content: space-between; align-items: center; font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 500; cursor: pointer; }
.bs .accordion summary::-webkit-details-marker { display: none; }
.bs .accordion summary .icon { font-size: 22px; line-height: 1; }
.bs .accordion details[open] summary .icon::before { content: 'x'; }
.bs .accordion details:not([open]) summary .icon::before { content: '+'; }
.bs .accordion .content { padding-top: 18px; }
.bs .accordion .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 60px; }
.bs .accordion h4 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; margin: 0 0 6px; }
.bs .accordion p { font-size: 12px; margin: 0; line-height: 1.6; }

/* PDP */
.bs .pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 30px 60px; }
.bs .pdp .gallery { display: flex; flex-direction: column; gap: 16px; }
.bs .pdp .gallery .img { aspect-ratio: 1/1; background: #fafafa; display: flex; align-items: center; justify-content: center; }
.bs .pdp .info { padding-top: 30px; }
.bs .pdp .crumbs { font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 0.1em; margin-bottom: 18px; display: flex; gap: 12px; align-items: center; }
.bs .pdp .crumbs .sep { opacity: 0.5; }
.bs .pdp h1 { font-family: 'Oswald', sans-serif; font-size: 42px; margin: 0 0 6px; font-weight: 600; }
.bs .pdp .subtitle { font-size: 16px; margin-bottom: 14px; }
.bs .pdp .price { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 600; }
.bs .pdp .price small { font-size: 13px; opacity: 0.6; margin-left: 8px; font-weight: 400; }
.bs .pdp .field { margin-top: 22px; }
.bs .pdp .field label { font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: 0.06em; display: block; margin-bottom: 8px; }
.bs .pdp .color-options { display: flex; gap: 12px; }
.bs .pdp .color-swatch { width: 46px; height: 46px; border-radius: 4px; background: #ddd; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; }
.bs .pdp .color-swatch.active::after { content: ''; position: absolute; bottom: -6px; left: 0; right: 0; border-bottom: 2px solid #111; }
.bs .pdp select, .bs .pdp .qty { border: 1px solid #c8c8c8; padding: 8px 12px; font-family: inherit; font-size: 14px; background: #f4f4f4; }
.bs .pdp .qty { display: inline-flex; align-items: center; gap: 16px; padding: 6px 12px; }
.bs .pdp .qty button { background: transparent; border: none; font-size: 16px; }
.bs .pdp .add-cart { margin-top: 28px; width: 100%; background: #000; color: #fff; border: none; padding: 16px; font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: 0.1em; }

/* LTDC feature */
.bs .ltdc-feature { background: #1a1a1a; color: #fff; display: grid; grid-template-columns: 1.4fr 1fr; margin: 0 32px; padding: 38px 40px; gap: 40px; }
.bs .ltdc-feature .left { display: flex; flex-direction: column; justify-content: space-between; }
.bs .ltdc-feature .left p { font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 22px; margin: 0; line-height: 1.2; }
.bs .ltdc-feature .right h3 { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; margin: 0 0 4px; letter-spacing: 0.04em; }
.bs .ltdc-feature .right p { font-size: 11px; margin: 0 0 14px; opacity: 0.85; line-height: 1.5; }

/* Hero light */
.bs .hero.light { background: #ececec; color: #111; height: 380px; }
.bs .hero.light .hero-content { color: #111; }

/* Prod grid */
.bs .prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 18px 32px 40px; }
.bs .prod-grid .card { position: relative; aspect-ratio: 1/1; background: #2a2a2a; color: #fff; display: flex; align-items: center; justify-content: center; }
.bs .prod-grid .card span { position: relative; font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; z-index: 2; }

/* Login */
.bs .login-wrap { max-width: 480px; margin: 0 auto; padding: 80px 24px; text-align: center; }
.bs .login-wrap h1 { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; margin: 0 0 40px; }
.bs .login-wrap h2 { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; margin: 0 0 18px; }
.bs .login-wrap .field-input { width: 100%; background: #e5e5e5; border: none; padding: 16px 18px; font-family: inherit; font-size: 14px; margin-bottom: 12px; }
.bs .login-wrap select.field-input { appearance: none; }
.bs .login-wrap .forgot { font-size: 12px; text-align: center; margin-top: 6px; }
.bs .login-wrap .divider-line { border-top: 1px solid #c8c8c8; margin: 40px auto; width: 70%; }
.bs .login-app { background: #0c0c0c; padding: 60px 24px; }
.bs .login-app .box { max-width: 700px; margin: 0 auto; background: #d6d6d6; aspect-ratio: 16/10; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700; color: #111; }

/* Cultura */
.bs .cultura-text { background: #ececec; padding: 80px; text-align: center; font-family: 'Archivo', monospace; font-size: 12px; line-height: 1.9; letter-spacing: 0.02em; }
.bs .cultura-text .body { max-width: 720px; margin: 0 auto; text-align: justify; font-family: ui-monospace, monospace; }
.bs .cultura-text .signature { margin-top: 30px; text-align: right; max-width: 720px; margin-left: auto; margin-right: auto; font-family: 'Archivo', sans-serif; font-size: 13px; }

/* Pack banner */
.bs .pack-banner { background: #ececec; text-align: center; font-family: 'Oswald', sans-serif; padding: 12px; font-size: 14px; letter-spacing: 0.06em; }

/* Lifestyle strip */
.bs .lifestyle-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 30px 32px; background: #ececec; }
.bs .lifestyle-strip .card { aspect-ratio: 1/1.05; position: relative; overflow: hidden; }
.bs .lifestyle-strip .label { position: absolute; left: 14px; bottom: 14px; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 15px; }

/* LTDC Collections */
.bs .ltdc-search-wrap { margin-bottom: 24px; }
.bs .ltdc-search-input { width: 100%; max-width: 400px; padding: 10px 16px; border: 1px solid #ccc; font-family: 'Archivo', sans-serif; font-size: 14px; outline: none; transition: border-color 0.2s; }
.bs .ltdc-search-input:focus { border-color: #111; }
.bs .ltdc-collections-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bs .ltdc-col-card { display: block; background: #f5f5f5; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.bs .ltdc-col-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); }
.bs .ltdc-col-img { aspect-ratio: 1/1; background: #e0e0e0; overflow: hidden; }
.bs .ltdc-col-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.bs .ltdc-col-card:hover .ltdc-col-img img { transform: scale(1.05); }
.bs .ltdc-col-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; color: #999; background: #e8e8e8; }
.bs .ltdc-col-info { padding: 12px 14px; display: flex; justify-content: space-between; align-items: center; }
.bs .ltdc-col-name { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
.bs .ltdc-col-num { font-size: 12px; color: #888; }

/* LTDC Collection detail */
.bs .ltdc-col-header { padding: 30px 32px 20px; }
.bs .ltdc-back { display: inline-flex; align-items: center; gap: 6px; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; color: #555; transition: color 0.2s; }
.bs .ltdc-back:hover { color: #111; }
.bs .ltdc-back svg { width: 18px; height: 18px; }
.bs .ltdc-col-title { font-size: 36px; margin: 0 0 8px; }
.bs .ltdc-col-desc { color: #555; margin: 0 0 6px; }
.bs .ltdc-col-count { color: #888; font-size: 13px; margin: 0; }
.bs .ltdc-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* Responsive */
@media (max-width: 900px) {
  .bs .product-grid { grid-template-columns: repeat(2, 1fr); }
  .bs .product-grid.cols-5 { grid-template-columns: repeat(2, 1fr); }
  .bs .pdp { grid-template-columns: 1fr; gap: 30px; padding: 20px; }
  .bs .personaliza-row { grid-template-columns: 1fr; padding: 40px 24px; }
  .bs .header nav { display: none; }
  .bs .cat-strip { grid-template-columns: repeat(2, 1fr); }
  .bs .proceso { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .bs .proceso .step { border-right: none; padding: 0; margin-bottom: 20px; }
  .bs .footer .row2 { grid-template-columns: 1fr 1fr; }
  .bs .ltdc-feature { grid-template-columns: 1fr; }
  .bs .subnav { gap: 20px; font-size: 14px; flex-wrap: wrap; justify-content: center; }
  .bs .lifestyle-strip { grid-template-columns: repeat(2, 1fr); }
  .bs .tienda-club-grid { grid-template-columns: 1fr; }
  .bs .ltdc-collections-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .bs .ltdc-products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .bs .ltdc-col-title { font-size: 26px; }
}
