@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;600;700;800&display=swap');

:root { --ink: #050505; --paper: #050505; --signal: #050505; --muted: #989898; --line: #333333; }
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { max-width: 100%; overflow-x: hidden; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: #f2f2f0; font-family: 'Syne', sans-serif; }
.site-header { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; padding: 24px 4vw; position: relative; }
.menu-trigger { align-items: center; background: none; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 3px; height: 32px; justify-content: center; padding: 0; width: 32px; }
.menu-trigger span { background: #f2f2f0; border-radius: 50%; height: 4px; width: 4px; }
.menu-trigger:hover span { transform: scale(1.3); }
.logo { color: #f2f2f0; font-size: 22px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.logo span { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; margin-left: 3px; vertical-align: top; }
nav { display: flex; gap: 34px; }
nav a, .cart { color: #f2f2f0; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
nav a:hover, .text-link:hover { color: #697b00; }
.side-menu { background: rgba(0,0,0,.72); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .25s ease; z-index: 10; }
.side-menu.open { opacity: 1; pointer-events: auto; }
.side-menu-inner { background: #f2f2f0; color: var(--ink); height: 100%; max-width: 390px; padding: 28px 32px; transform: translateX(-100%); transition: transform .3s ease; width: 82vw; }
.side-menu.open .side-menu-inner { transform: translateX(0); }
.side-menu-head { align-items: center; display: flex; justify-content: space-between; }
.side-menu-close { background: none; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; font: 30px/28px 'DM Mono', monospace; height: 44px; width: 44px; }
.side-menu-close:hover { background: var(--ink); color: #fff; }
.side-links { display: grid; gap: 0; margin-top: 85px; }
.side-links a, .social-links a { border-bottom: 1px solid var(--line); color: var(--ink); display: flex; font-size: 26px; justify-content: space-between; padding: 18px 0; text-decoration: none; }
.side-links a span { font: 12px 'DM Mono', monospace; }
.social-links { margin-top: 90px; }
.social-links a { font-size: 14px; }
.social-links a span { color: var(--muted); font: 10px 'DM Mono', monospace; }
.cart { background: none; border: 0; justify-self: end; cursor: pointer; }
.cart span { background: var(--signal); border-radius: 50%; color: #fff; display: inline-grid; height: 20px; margin-left: 5px; place-items: center; width: 20px; }
.hero { background: var(--ink); color: #f3f2eb; min-height: 73vh; padding: 7vw 10vw; position: relative; display: flex; align-items: center; }
.hero::after { background: linear-gradient(115deg, rgba(255,255,255,.06), transparent 45%); content: ''; inset: 0; position: absolute; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy { max-width: 620px; }
.promo-carousel { align-self: stretch; margin-left: auto; max-width: 470px; min-height: 420px; position: relative; width: 40%; }
.promo-slide { inset: 0; opacity: 0; position: absolute; transition: opacity .5s ease; }
.promo-slide.active { opacity: 1; z-index: 1; }
.promo-slide img { height: 100%; object-fit: cover; width: 100%; }
.promo-slide::after { background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.82)); content: ''; inset: 0; position: absolute; }
.promo-caption { bottom: 24px; color: #fff; font: 12px 'DM Mono', monospace; left: 24px; position: absolute; text-transform: uppercase; z-index: 2; }
.promo-caption b { color: #aaa; display: block; font-size: 10px; font-weight: 400; margin-top: 8px; }
.carousel-controls { bottom: 24px; display: flex; gap: 8px; position: absolute; right: 24px; z-index: 3; }
.carousel-dot { background: transparent; border: 1px solid #fff; border-radius: 50%; cursor: pointer; height: 9px; padding: 0; width: 9px; }
.carousel-dot.active { background: #fff; }
.eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { font-size: clamp(64px, 10vw, 146px); letter-spacing: -.085em; line-height: .82; margin: 24px 0 34px; }
.melting-title { display: flex; flex-direction: column; font-weight: 800; position: relative; width: max-content; }
.melting-title span { -webkit-background-clip: text; background-clip: text; background-image: linear-gradient(105deg, #62686c 0%, #f8faf9 13%, #aeb5b8 25%, #ffffff 39%, #72797d 53%, #e9edeb 68%, #858c90 81%, #ffffff 94%); background-size: 230% 100%; color: transparent; display: block; -webkit-text-stroke: 1px rgba(255,255,255,.3); position: relative; text-shadow: 1px 1px 0 #f9fbfa, 2px 2px 0 #aeb5b8, 3px 3px 0 #747b7f, 4px 4px 0 #4b5155, 0 8px 10px rgba(0,0,0,.82), 0 0 18px rgba(220,230,232,.28); animation: silver-shine 8s ease-in-out infinite; }
.melting-title span:nth-child(2) { left: .08em; opacity: .82; animation-delay: -2s; }
.melting-title span:nth-child(3) { left: -.03em; opacity: .64; animation-delay: -4s; }
.melting-title span::after { content: none; }
.melting-title span:nth-child(2)::after { bottom: -.3em; height: .42em; left: 72%; width: .07em; }
.melting-title span:nth-child(3)::after { bottom: -.12em; height: .2em; left: 22%; width: .06em; }
.melting-title::after { border-bottom: .08em solid #f2f2f0; border-radius: 50%; bottom: -.13em; content: ''; height: .12em; left: 12%; position: absolute; transform: skewX(-18deg); width: 78%; }
@keyframes silver-shine { 0%, 18% { background-position: 0% 50%; } 48%, 68% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
em { color: #fff; font-style: normal; }
.hero-text { font-size: 16px; line-height: 1.5; max-width: 300px; }
.hero-horse { display: block; height: auto; margin: 12px 0 28px; object-fit: contain; width: 285px; }
.button { display: inline-flex; gap: 42px; margin-top: 30px; padding: 16px 18px; text-decoration: none; }
.button-light { background: #f2f2f0; color: var(--ink); }
.button span { font-size: 20px; line-height: 12px; }
.countdown { margin-top: 62px; }
.countdown-label { color: var(--muted); display: block; font: 10px 'DM Mono', monospace; letter-spacing: .12em; margin-bottom: 14px; text-transform: uppercase; }
.countdown-values { align-items: start; display: flex; gap: 12px; }
.countdown-values div { min-width: 48px; }
.countdown-values strong { display: block; font: 32px 'DM Mono', monospace; letter-spacing: -.06em; }
.countdown-values small { color: var(--muted); display: block; font: 9px 'DM Mono', monospace; margin-top: 4px; text-transform: uppercase; }
.countdown-values b { color: #555; font: 24px 'DM Mono', monospace; font-weight: 400; }
.tienda, .nosotros, .contacto { padding: 9vw 8vw; }
.section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 50px; }
h2 { font-size: clamp(46px, 7vw, 100px); letter-spacing: -.08em; line-height: .88; margin-top: 18px; }
.section-count { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; text-transform: uppercase; }
.empty-drop { align-items: center; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; min-height: 310px; padding: 30px; text-align: center; }
.empty-mark { font-size: clamp(60px, 10vw, 120px); font-weight: 800; letter-spacing: -.1em; line-height: .8; }
.empty-drop p { font-size: 18px; line-height: 1.35; margin: 28px 0; }
.empty-status { font: 10px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.empty-link { border-bottom: 1px solid currentColor; color: inherit; font: 11px 'DM Mono', monospace; margin-top: 28px; padding-bottom: 5px; text-decoration: none; text-transform: uppercase; }
.empty-link span { font-size: 17px; margin-left: 12px; }
.empty-link:hover { color: var(--muted); }
.productos { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.productos .producto { max-width: none; }
.product-gallery { background: transparent; min-height: 0; }
.gallery-open, .shirt-gallery { aspect-ratio: 1 / 1; background: #111; border: 0; cursor: zoom-in; display: block; overflow: hidden; padding: 0; position: relative; width: 100%; }
.gallery-open:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.product-gallery img, .shirt-gallery img { background: #222; height: 100%; inset: 0; object-fit: cover; opacity: 0; position: absolute; width: 100%; }
.product-gallery img:first-child, .shirt-gallery img:first-child { opacity: 1; }
.gallery-open:hover img, .shirt-gallery:hover img { animation: product-cycle 6s infinite; }
.gallery-open:hover img:nth-child(2), .shirt-gallery:hover img:nth-child(2) { animation-delay: 2s; }
.gallery-open:hover img:nth-child(3) { animation-delay: 4s; }
@keyframes product-cycle { 0%, 30% { opacity: 1; transform: translateX(0); } 36%, 100% { opacity: 0; transform: translateX(8%); } }
.product-status { color: var(--muted); display: block; font: 10px 'DM Mono', monospace; letter-spacing: .1em; margin-bottom: 10px; text-transform: uppercase; }
.stock-line { color: var(--muted); font: 10px 'DM Mono', monospace; margin-top: 18px; text-transform: uppercase; }
.shirt-gallery { background: #f8f8f8; border: 0; cursor: zoom-in; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 0; width: 100%; }
.shirt-gallery:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.shirt-gallery img { height: 100%; object-fit: cover; width: 100%; }
.imagen-producto { aspect-ratio: .78; background-position: center; background-size: cover; display: flex; justify-content: space-between; padding: 15px; }
.product-1 { background-image: url('https://images.unsplash.com/photo-1551488831-00ddcb6c6bd3?auto=format&fit=crop&w=900&q=85'); }
.product-2 { background-image: url('https://images.unsplash.com/photo-1503341504253-dff4815485f1?auto=format&fit=crop&w=900&q=85'); }
.product-3 { background-image: url('https://images.unsplash.com/photo-1521369909029-2afed882baee?auto=format&fit=crop&w=900&q=85'); }
.imagen-producto > span { align-self: start; background: var(--paper); border-radius: 50%; font-family: 'DM Mono', monospace; font-size: 10px; padding: 9px; }
.quick-add { align-self: end; background: var(--signal); border: 0; border-radius: 50%; color: #fff; cursor: pointer; font-size: 24px; height: 46px; transition: transform .2s; width: 46px; }
.quick-add:hover { transform: rotate(90deg); }
.quick-add.added { background: var(--ink); color: var(--signal); }
.product-info { display: flex; justify-content: space-between; padding-top: 0; }
.product-info h3 { font-size: 16px; font-weight: 600; }
.product-info p { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; margin-top: 6px; }
.product-info strong { font-family: 'DM Mono', monospace; font-size: 13px; font-weight: 400; }
.reserve-button { background: var(--ink); border: 0; color: #fff; cursor: pointer; font: 11px 'DM Mono', monospace; margin-top: 18px; padding: 14px 16px; text-align: left; text-transform: uppercase; width: 100%; }
.product-actions { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.product-actions .reserve-button { margin-top: 18px; }
.cart-button { background: #f2f2f0; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; font: 11px 'DM Mono', monospace; margin-top: 18px; padding: 14px 16px; text-align: left; text-transform: uppercase; }
.cart-button span { float: right; font-size: 16px; line-height: 10px; }
.cart-button:hover, .cart-button.added { background: var(--ink); color: #fff; }
.cart-page { min-height: 70vh; padding: 8vw; }
.back-menu { color: #f2f2f0; display: inline-block; font: 11px 'DM Mono', monospace; margin-bottom: 70px; text-decoration: none; text-transform: uppercase; }
.back-menu:hover { color: var(--muted); }
.cart-page-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 50px; }
.cart-items { border-top: 1px solid var(--line); max-width: 900px; }
.cart-item { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 22px; justify-content: space-between; padding: 24px 0; }
.cart-item h3 { font-size: 18px; }
.cart-item p { color: var(--muted); font: 10px 'DM Mono', monospace; margin-top: 7px; }
.cart-item strong { font: 14px 'DM Mono', monospace; font-weight: 400; }
.cart-line-controls { align-items: center; display: flex; gap: 12px; }
.cart-quantity { background: transparent; border: 1px solid var(--line); color: #f2f2f0; font: 12px 'DM Mono', monospace; padding: 10px 6px; text-align: center; width: 58px; }
.cart-empty { color: var(--muted); font: 13px 'DM Mono', monospace; padding: 40px 0; }
.cart-summary { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; max-width: 900px; padding: 26px 0; }
.cart-summary span { font: 11px 'DM Mono', monospace; text-transform: uppercase; }
.cart-summary strong { font: 22px 'DM Mono', monospace; font-weight: 400; }
.remove-item { background: none; border: 1px solid var(--line); color: #f2f2f0; cursor: pointer; font: 24px/22px 'DM Mono', monospace; height: 38px; margin-left: 12px; width: 38px; }
.remove-item:hover { background: #f2f2f0; color: var(--ink); }
.checkout-cart { background: #f2f2f0; border: 0; color: var(--ink); cursor: pointer; font: 11px 'DM Mono', monospace; margin-top: 28px; max-width: 900px; padding: 17px; text-align: left; text-transform: uppercase; width: 100%; }
.checkout-cart span { float: right; font-size: 17px; line-height: 10px; }
.checkout-cart:hover { background: #cfcfcd; }
.related-products { margin-top: 100px; max-width: 900px; }
.related-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 22px; }
.related-head h3 { font-size: clamp(24px, 4vw, 42px); letter-spacing: -.06em; margin-top: 12px; }
.related-controls { display: flex; gap: 8px; }
.related-controls button { background: transparent; border: 1px solid var(--line); color: #f2f2f0; cursor: pointer; font-size: 20px; height: 38px; width: 38px; }
.related-controls button:hover { background: #f2f2f0; color: var(--ink); }
.related-track { display: flex; gap: 12px; overflow: hidden; scroll-behavior: smooth; }
.related-card { background: #111; color: #f2f2f0; flex: 0 0 calc(50% - 6px); text-decoration: none; }
.related-card img { display: block; height: 230px; object-fit: cover; width: 100%; }
.related-card span { display: flex; font: 11px 'DM Mono', monospace; justify-content: space-between; padding: 15px; text-transform: uppercase; }
.related-card b { color: var(--muted); font-weight: 400; }
.reserve-button span { float: right; font-size: 16px; line-height: 10px; }
.reserve-button:hover { background: #333; }
.drop-note { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 30px; justify-content: space-between; margin-top: 65px; padding-top: 18px; }
.drop-note p { color: var(--muted); font-size: 13px; line-height: 1.4; max-width: 320px; }
.drop-note .empty-link { margin-top: 0; }
.donaciones { background: #697b00; color: #050505; padding: 8vw; }
.donaciones .section-head { margin-bottom: 50px; }
.donation-product { display: grid; gap: 30px; grid-template-columns: 1.05fr 1fr; }
.productos .donation-product { display: block; }
.donation-gallery { align-items: end; background: #d9dfb8; display: flex; min-height: 360px; overflow: hidden; padding: 30px; position: relative; }
.donation-card { aspect-ratio: 1.58; background: #050505; box-shadow: 16px 16px 0 rgba(5,5,5,.16); color: #f2f2f0; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; transform: rotate(-5deg); width: min(82%, 440px); }
.donation-card .logo { color: #f2f2f0; font-size: 32px; }
.donation-card-label { font: 10px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.donation-card strong { color: #697b00; font: 72px 'Syne', sans-serif; letter-spacing: -.1em; line-height: .7; }
.donation-gallery-caption { bottom: 18px; font: 10px 'DM Mono', monospace; left: 22px; position: absolute; text-transform: uppercase; }
.donation-details { display: flex; flex-direction: column; justify-content: space-between; padding: 8px 0; }
.donation-copy h3 { font-size: clamp(30px, 4vw, 56px); letter-spacing: -.07em; line-height: .9; margin: 18px 0 28px; }
.donation-copy > p:last-child { font-size: 16px; line-height: 1.45; max-width: 420px; }
.donation-form { align-self: end; display: grid; gap: 9px; }
.donation-form label, .donation-label { font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.donation-form input { border-bottom: 1px solid #050505; color: #050505; padding: 13px 0; width: 100%; }
.donation-form input::placeholder { color: #314000; }
.donation-options { display: grid; gap: 6px; grid-template-columns: repeat(5, 1fr); margin-top: 6px; }
.donation-options button { background: transparent; border: 1px solid #050505; color: #050505; cursor: pointer; font: 11px 'DM Mono', monospace; min-height: 52px; padding: 8px 4px; }
.donation-options button:hover, .donation-options button.selected { background: #050505; color: #fff; }
.donation-options small { color: inherit; margin-top: 4px; }
.donation-submit { background: #050505; border: 0; color: #fff; cursor: pointer; font: 11px 'DM Mono', monospace; margin-top: 10px; padding: 16px; text-align: left; text-transform: uppercase; }
.donation-submit:disabled { cursor: not-allowed; opacity: .45; }
.donation-submit span { float: right; font-size: 16px; }
.donation-form > small { color: #314000; }
.payment-modal { align-items: flex-start; background: rgba(0,0,0,.82); display: flex; inset: 0; justify-content: center; overflow-y: auto; padding: 20px; position: fixed; z-index: 5; }
.payment-modal[hidden] { display: none; }
.payment-box { background: #f2f2f0; color: var(--ink); margin: auto; max-width: 490px; padding: 42px; position: relative; width: 100%; }
.payment-box h2 { font-size: clamp(38px, 6vw, 64px); margin: 28px 0 22px; }
.modal-close { background: none; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; font: 42px/36px 'DM Mono', monospace; height: 56px; position: absolute; right: 20px; top: 20px; width: 56px; }
.modal-close:hover { background: var(--ink); color: #fff; }
.payment-price { font: 18px 'DM Mono', monospace; margin-bottom: 28px; }
.payment-price span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.order-fields { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin-bottom: 12px; }
.order-fields label { display: block; font: 10px 'DM Mono', monospace; margin-bottom: 7px; text-transform: uppercase; }
.order-fields input, .order-fields select { background: transparent; border: 1px solid var(--line); color: var(--ink); font: 12px 'DM Mono', monospace; padding: 13px; width: 100%; }
.order-summary { border-top: 1px solid var(--line); margin: 18px 0 22px; }
.order-summary div { align-items: center; border-bottom: 1px solid #d1d1d1; display: flex; justify-content: space-between; padding: 10px 0; }
.order-summary span, .order-summary strong { font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.order-summary strong { font-weight: 400; }
.order-summary .summary-total { border-bottom: 0; padding-top: 15px; }
.summary-total span, .summary-total strong { font-size: 14px; }
.discount-field { display: grid; gap: 7px; margin-bottom: 22px; }
.discount-field label { font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.discount-field input { background: transparent; border: 1px solid var(--line); color: var(--ink); font: 11px 'DM Mono', monospace; padding: 13px; width: 100%; }
.discount-field small { margin-top: 0; }
.donation-modal-copy { font-size: 13px; line-height: 1.45; margin-bottom: 24px; max-width: 330px; }
.donation-modal-email { border-bottom: 1px solid var(--ink); color: var(--ink); display: block; margin-bottom: 24px; padding: 13px 0; width: 100%; }
.donation-payment-options { margin-top: 24px; }
.donation-payment-options button { padding: 13px; }
.all-payment-methods { color: #314000; font: 10px/1.5 'DM Mono', monospace; margin-top: 24px; text-transform: uppercase; }
.shipping-fields { display: grid; gap: 7px; margin-bottom: 22px; }
.shipping-title { font: 10px 'DM Mono', monospace; letter-spacing: .08em; margin-bottom: 4px; text-transform: uppercase; }
.field-row { display: grid; gap: 8px; grid-template-columns: 1.1fr 1fr 1.3fr; }
.shipping-fields label { font: 10px 'DM Mono', monospace; margin-top: 8px; text-transform: uppercase; }
.shipping-fields input, .shipping-fields select { background: transparent; border: 1px solid var(--line); color: var(--ink); font: 11px 'DM Mono', monospace; padding: 13px; width: 100%; }
.shipping-fields select { appearance: auto; }
.shipping-fields input::placeholder { color: #888; }
.delivery-privacy { color: #777; font: 9px/1.5 'DM Mono', monospace; margin-top: 10px; }
.delivery-privacy a { color: var(--ink); }
.payment-options { display: grid; gap: 8px; }
.payment-options button { background: transparent; border: 1px solid var(--line); color: var(--ink); cursor: pointer; font: 11px 'DM Mono', monospace; padding: 16px; text-align: left; }
.payment-options button:hover, .payment-options button.selected { background: var(--ink); color: #fff; }
.confirm-payment { background: var(--ink); border: 0; color: #fff; cursor: pointer; font: 11px 'DM Mono', monospace; margin-top: 18px; padding: 16px; text-align: left; text-transform: uppercase; width: 100%; }
.confirm-payment:disabled { cursor: not-allowed; opacity: .4; }
.confirm-payment span { float: right; font-size: 16px; line-height: 10px; }
.payment-box small { color: var(--muted); }
.size-picker { margin-bottom: 24px; }
.size-picker[hidden] { display: none; }
.size-label { display: block; font: 10px 'DM Mono', monospace; margin-bottom: 8px; text-transform: uppercase; }
.size-picker > div { display: flex; gap: 8px; }
.size-picker button { background: transparent; border: 1px solid var(--line); color: var(--ink); cursor: pointer; flex: 1; font: 12px 'DM Mono', monospace; padding: 12px 6px; }
.size-picker button.selected, .size-picker button:hover { background: var(--ink); color: #fff; }
.size-picker button small { color: inherit; display: block; font-size: 8px; margin-top: 4px; }
.gallery-modal { align-items: center; background: rgba(0,0,0,.92); display: flex; inset: 0; justify-content: center; overflow-y: auto; padding: 30px; position: fixed; z-index: 6; }
.gallery-modal[hidden] { display: none; }
.gallery-box { background: #050505; color: #f2f2f0; max-height: 92vh; max-width: 1100px; overflow-y: auto; padding: 45px; position: relative; width: 100%; }
.gallery-heading { align-items: start; display: flex; justify-content: space-between; margin-bottom: 30px; }
.gallery-heading h2 { font-size: clamp(42px, 7vw, 86px); }
.gallery-close { background: none; border: 1px solid #f2f2f0; color: #f2f2f0; cursor: pointer; font: 42px/36px 'DM Mono', monospace; height: 54px; margin-left: 24px; width: 54px; }
.gallery-close:hover { background: #f2f2f0; color: var(--ink); }
.large-gallery { display: grid; gap: 8px; grid-template-columns: 1.3fr 1fr 1fr; }
.large-gallery img { background: #161616; height: 370px; object-fit: contain; width: 100%; }
.motion-preview { border: 1px solid #333; margin-top: 8px; min-height: 290px; overflow: hidden; position: relative; }
.motion-images { animation: cap-rotation 9s infinite; display: flex; height: 290px; width: 300%; }
.motion-images img { background: #f8f8f8; height: 100%; object-fit: contain; width: var(--frame-width, 33.333%); }
.motion-label { background: rgba(5,5,5,.82); bottom: 16px; font: 10px 'DM Mono', monospace; left: 16px; letter-spacing: .08em; padding: 9px 11px; position: absolute; text-transform: uppercase; }
.modal-actions { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.modal-actions .cart-button { margin-top: 8px; }
.buy-button { background: #f2f2f0; border: 1px solid #555; color: var(--ink); cursor: not-allowed; font: 11px 'DM Mono', monospace; margin-top: 8px; opacity: .55; padding: 14px 16px; text-align: left; text-transform: uppercase; }
.buy-button span { color: var(--muted); display: block; font-size: 9px; margin-top: 5px; text-transform: none; }
.thanks-modal { align-items: center; background: rgba(0,0,0,.86); display: flex; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 8; }
.thanks-modal[hidden] { display: none; }
.thanks-box { background: #697b00; color: #050505; max-width: 680px; padding: clamp(34px, 7vw, 76px); position: relative; width: 100%; }
.thanks-box h2 { font-size: clamp(48px, 8vw, 92px); margin: 35px 0 28px; }
.thanks-box p { font-size: 17px; line-height: 1.5; max-width: 480px; }
.thanks-signature { display: block; font: 10px 'DM Mono', monospace; letter-spacing: .1em; margin-top: 38px; text-transform: uppercase; }
.thanks-close { background: #050505; border: 0; color: #fff; cursor: pointer; font: 64px/54px 'DM Mono', monospace; height: 76px; position: absolute; right: 20px; top: 20px; width: 76px; }
.thanks-close:hover { background: #fff; color: #050505; }
@keyframes cap-rotation { 0%, 28% { transform: translateX(0); } 34%, 61% { transform: translateX(-33.333%); } 67%, 94% { transform: translateX(-66.666%); } 100% { transform: translateX(0); } }
@keyframes tee-rotation { 0%, 38% { transform: translateX(0); } 50%, 88% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.motion-images.two-frames { animation-name: tee-rotation; }
.nosotros { background: #f2f2f0; color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.nosotros h2 { grid-column: 1; grid-row: 2; }
.manifesto-text { align-self: end; font-size: 18px; line-height: 1.4; max-width: 390px; }
.text-link { color: var(--ink); font-family: 'DM Mono', monospace; font-size: 11px; grid-column: 2; margin-top: 40px; text-transform: uppercase; }
.text-link span { font-size: 18px; margin-left: 15px; }
.contacto { align-items: end; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-side { max-width: 390px; }
.contact-side > p { font-size: 18px; line-height: 1.4; margin-bottom: 30px; }
form { border-bottom: 1px solid var(--ink); display: flex; }
input { background: none; border: 0; color: #f2f2f0; flex: 1; font: 13px 'DM Mono', monospace; outline: 0; padding: 14px 0; }
input::placeholder { color: var(--muted); }
.submit { background: none; border: 0; color: #f2f2f0; cursor: pointer; font-size: 22px; }
small { color: var(--muted); display: block; font: 9px 'DM Mono', monospace; margin-top: 12px; }
.privacy-policy { background: #0d0d0d; border-top: 1px solid var(--line); padding: 9vw 8vw; }
.privacy-policy h2 { margin-bottom: 45px; }
.privacy-copy { display: grid; gap: 18px; max-width: 680px; }
.privacy-copy p { color: #c8c8c8; font-size: 13px; line-height: 1.6; }
.privacy-copy strong { color: #f2f2f0; }
.privacy-copy a { color: #f2f2f0; }
.privacy-note { color: var(--muted) !important; font: 10px 'DM Mono', monospace !important; margin-top: 12px; text-transform: uppercase; }
footer { border-top: 1px solid var(--line); display: flex; font: 10px 'DM Mono', monospace; gap: 20px; justify-content: space-between; padding: 22px 8vw; text-transform: uppercase; }
footer a { color: #f2f2f0; text-decoration: none; }
@media (max-width: 700px) { .site-header { grid-template-columns: 1fr auto; padding: 20px; } nav { display: none; } .menu-trigger, .cart, .side-menu-close, .modal-close, .gallery-close { min-height: 44px; min-width: 44px; } .hero { display: block; min-height: 88vh; padding: 12vw 7vw; } .melting-title { font-size: clamp(36px, 10vw, 54px); max-width: 100%; } .hero-horse { margin-bottom: 24px; width: min(285px, 100%); } .tienda, .nosotros, .contacto, .cart-page, .donaciones { padding: 18vw 7vw; } .section-head { align-items: start; display: block; } .section-count { margin-top: 24px; } .productos { gap: 36px; grid-template-columns: 1fr; } .imagen-producto { aspect-ratio: 1 / 1.12; } .product-actions { grid-template-columns: 1fr; } .product-actions button, .donation-submit, .confirm-payment { min-height: 48px; } .donation-product { display: block; } .donation-gallery { min-height: 300px; padding: 20px; } .donation-card { padding: 20px; width: 88%; } .donation-card strong { font-size: 54px; } .donation-details { gap: 55px; padding-top: 45px; } .donation-options { grid-template-columns: repeat(3, 1fr); } .nosotros, .contacto { display: block; } .nosotros h2 { margin: 45px 0 35px; } .text-link { display: block; margin-top: 35px; } .contact-side { margin-top: 55px; } .privacy-policy { padding: 18vw 7vw; } .cart-page-head { align-items: start; display: block; } .cart-page-head .section-count { display: block; margin-top: 24px; } .cart-item { align-items: start; gap: 12px; } .cart-item strong { white-space: nowrap; } .cart-line-controls { gap: 7px; } .remove-item { flex: 0 0 38px; margin-left: 0; } .related-products { margin-top: 70px; } .related-head { align-items: start; display: block; } .related-controls { margin-top: 18px; } .related-card { flex-basis: 88%; } .related-card img { height: 220px; } footer { align-items: flex-start; flex-direction: column; padding: 20px 7vw; } .gallery-modal { padding: 12px; } .gallery-box { padding: 28px 18px; } .large-gallery { grid-template-columns: 1fr; } .large-gallery img { height: 250px; } .field-row { grid-template-columns: 1fr; } .payment-modal { padding: 10px; } .payment-box { max-height: calc(100dvh - 20px); overflow-y: auto; padding: 32px 20px; } .thanks-box { padding: 34px 24px; } .thanks-close { font-size: 48px; height: 60px; line-height: 42px; right: 12px; top: 12px; width: 60px; } .thanks-box p { font-size: 15px; padding-right: 4px; } .motion-preview, .motion-images { min-height: 220px; height: 220px; } }