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

:root {
  --ink: #171718;
  --paper: #f7f3eb;
  --white: #fffefb;
  --accent: #5ac6d0;
  --accent-dark: #177a84;
  --lime: #d7f344;
  --blue: #52c8f2;
  --violet: #8664ee;
  --orange: #ff8a38;
  --line: rgba(23, 23, 24, .14);
  --shadow: 0 18px 50px rgba(23, 23, 24, .13);
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
[id] { scroll-margin-top: 96px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.eyebrow { font-size: .71rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.site-header {
  height: 78px; padding: 0 clamp(18px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between;
  background: rgba(247, 243, 235, .92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font: 800 .86rem/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand b { color: var(--accent-dark); }
.header-brand { align-self: stretch; min-width: 92px; justify-content: flex-start; }
.header-brand-logo { display: block; width: auto; height: 68px; object-fit: contain; }
.brand-mark { width: 32px; height: 32px; background: var(--ink); border-radius: 50%; display: grid; place-items: center; position: relative; overflow: hidden; transform: rotate(-8deg); }
.brand-mark i { position: absolute; width: 25px; height: 4px; border-radius: 9px; background: var(--accent); left: 5px; }
.brand-mark i:nth-child(1) { top: 8px; }.brand-mark i:nth-child(2) { top: 14px; background: var(--lime); }.brand-mark i:nth-child(3) { top: 20px; background: var(--blue); }
.desktop-nav { display: flex; gap: 34px; font-size: .88rem; font-weight: 700; }
.desktop-nav a { text-decoration: none; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--accent); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav .how-order-link { padding: 10px 16px; border-radius: 99px; background: var(--accent); box-shadow: 3px 3px 0 var(--ink); }
.desktop-nav .how-order-link::after { display: none; }
.mobile-how-link { display: none; }
.cart-button { min-height: 44px; border: 0; border-radius: 99px; background: var(--ink); color: white; display: flex; align-items: center; gap: 8px; padding: 9px 12px 9px 15px; font-size: .81rem; font-weight: 700; }
.cart-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-button b { min-width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--ink); }
.shipping-banner { min-height: 42px; padding: 9px clamp(18px, 4vw, 64px); display: flex; align-items: center; justify-content: center; gap: 18px; background: var(--ink); color: white; text-decoration: none; font-size: .78rem; }
.shipping-banner strong { color: var(--lime); font: 800 .78rem "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.shipping-banner b { color: var(--accent); }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(64px, 8vw, 116px) clamp(24px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-copy .eyebrow { color: var(--accent-dark); }
.hero h1 { margin: 20px 0 24px; font: 800 clamp(3.1rem, 6.7vw, 6.4rem)/.88 "Manrope", sans-serif; letter-spacing: -.075em; }
.hero h1 em, .section-heading h2 em, .how-title h2 em { font-style: normal; color: var(--accent-dark); position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 2%; right: -4%; bottom: -1px; height: 7px; background: var(--lime); z-index: -1; transform: rotate(-1deg); }
.hero-copy > p { max-width: 520px; margin: 0 0 30px; color: #525153; font-size: 1.05rem; line-height: 1.55; }
.primary-cta { display: inline-flex; align-items: center; gap: 20px; border-radius: 99px; background: var(--accent); color: var(--ink); padding: 15px 18px 15px 24px; text-decoration: none; font-weight: 800; box-shadow: 5px 5px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.primary-cta:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.primary-cta span { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--accent-dark); }
.hero-notes { margin-top: 38px; display: flex; gap: 24px; font-size: .76rem; font-weight: 700; }
.hero-notes span::first-letter { color: var(--accent); }
.hero-art { position: relative; min-height: 570px; background: var(--accent); overflow: hidden; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.38) 1px, transparent 1px); background-size: 15px 15px; opacity: .42; }
.burst { position: absolute; border-radius: 50%; border: 28px solid var(--lime); width: 330px; height: 330px; left: 13%; top: 15%; box-shadow: 0 0 0 9px var(--ink); }
.burst-two { width: 180px; height: 180px; left: auto; right: -70px; top: -35px; border-color: var(--blue); border-width: 22px; box-shadow: none; }
.shirt-shape { position: absolute; left: 25%; top: 20%; width: 250px; height: 315px; background: var(--ink); clip-path: polygon(23% 0, 38% 8%, 62% 8%, 77% 0, 100% 17%, 86% 40%, 75% 33%, 75% 100%, 25% 100%, 25% 33%, 14% 40%, 0 17%); filter: drop-shadow(14px 18px 0 rgba(255,255,255,.21)); transform: rotate(-5deg); z-index: 3; display: grid; place-items: center; }
.shirt-shape span { color: white; text-align: center; font: 800 2.35rem/.88 "Manrope"; letter-spacing: -.07em; transform: rotate(5deg); }
.shirt-shape span::first-line { color: var(--lime); }
.mug-shape { position: absolute; right: 7%; bottom: 11%; width: 150px; height: 160px; background: var(--white); border: 7px solid var(--ink); border-radius: 8px 8px 30px 30px; z-index: 5; transform: rotate(8deg); display: grid; place-items: center; }
.mug-shape::after { content: ""; position: absolute; right: -55px; top: 35px; width: 62px; height: 74px; border: 13px solid var(--ink); border-left: 0; border-radius: 0 45px 45px 0; }
.mug-shape span { font: 800 2.3rem "Manrope"; color: var(--accent-dark); }
.sticker { position: absolute; z-index: 6; background: var(--lime); border: 5px solid var(--ink); box-shadow: 7px 7px 0 white; }
.sticker-smile { width: 95px; height: 95px; border-radius: 50%; right: 12%; top: 17%; display: grid; place-items: center; font: 800 2.4rem "Manrope"; transform: rotate(12deg); }
.plotter-strip { position: absolute; left: -10%; right: -10%; bottom: 8%; padding: 8px; background: var(--blue); border: 4px solid var(--ink); color: var(--ink); font: 800 1rem "Manrope"; letter-spacing: .2em; text-align: center; transform: rotate(-5deg); z-index: 2; }
.spark { position: absolute; font-size: 3rem; z-index: 6; color: white; }.s1 { left: 8%; bottom: 19%; }.s2 { right: 35%; top: 8%; color: var(--lime); }

.catalog-section { padding: clamp(64px, 8vw, 110px) clamp(18px, 5vw, 74px); max-width: 1500px; margin: 0 auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.section-heading h2, .how-title h2 { margin: 10px 0 0; font: 800 clamp(2.2rem, 4vw, 4rem)/.95 "Manrope"; letter-spacing: -.06em; }
.demo-note { margin: 0; border: 1px solid var(--line); background: var(--white); padding: 9px 12px; border-radius: 99px; font-size: .72rem; color: #626164; white-space: nowrap; }
.demo-note span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); margin-right: 5px; }
.category-rail { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding: 5px 2px 14px; }
.category-rail::-webkit-scrollbar { display: none; }
.category-chip { flex: 0 0 auto; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: transparent; border-radius: 99px; padding: 11px 16px; font-weight: 700; color: #4d4c4f; transition: .2s; }
.category-chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--chip-color, var(--accent)); }
.category-chip small { color: #8c8b8d; }
.category-chip:hover, .category-chip.active { border-color: var(--ink); color: white; background: var(--ink); }
.category-chip.active small { color: #c9c7c4; }
.catalog-tools { margin-top: 15px; display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.search-box { height: 53px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; gap: 11px; padding: 0 16px; }
.search-box:focus-within { outline: 2px solid rgba(90,198,208,.28); border-color: var(--accent); }
.search-box svg { width: 20px; fill: none; stroke: #777; stroke-width: 1.8; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; }
.sort-box select { height: 53px; min-width: 170px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); padding: 0 38px 0 15px; font-weight: 600; color: var(--ink); }
.result-line { min-height: 54px; display: flex; align-items: center; justify-content: space-between; font-size: .78rem; color: #68676a; }
.result-line button { border: 0; background: transparent; color: var(--accent-dark); font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
.product-card { min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: transform .25s, box-shadow .25s; position: relative; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.custom-order-banner { margin: 0 0 28px; padding: 20px 24px; position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; background: var(--ink); color: white; border-radius: 20px; box-shadow: inset 0 0 0 6px var(--accent); }
.custom-order-banner::before { content: ""; width: 150px; height: 150px; position: absolute; right: 16%; top: -110px; border-radius: 50%; background: var(--lime); }
.custom-order-banner img { width: 96px; height: auto; position: relative; z-index: 1; filter: drop-shadow(0 5px 10px rgba(0,0,0,.25)); }
.custom-order-banner > div { position: relative; z-index: 1; }
.custom-order-banner span { color: var(--accent); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.custom-order-banner h3 { margin: 5px 0 4px; font: 800 clamp(1.35rem, 2.4vw, 2rem)/1 "Manrope"; letter-spacing: -.045em; }
.custom-order-banner p { margin: 0; color: #cfcdce; font-size: .82rem; }
.custom-order-banner a { min-width: 180px; min-height: 50px; padding: 0 16px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-radius: 12px; background: var(--accent); color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 900; }
.custom-order-banner a span { color: var(--ink); font-size: inherit; font-weight: 900; letter-spacing: normal; text-transform: none; }
.custom-order-banner a:hover { background: var(--lime); }
.custom-order-banner a b { font-size: 1.1rem; }
.product-visual { aspect-ratio: 1/1; position: relative; overflow: hidden; background: var(--product-bg, #f0ded4); display: grid; place-items: center; }
.product-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(rgba(23,23,24,.16) 1px, transparent 1px); background-size: 13px 13px; opacity: .42; }
.product-visual::after { content: ""; width: 57%; height: 57%; border-radius: var(--art-radius, 16px); background: var(--art-color, var(--white)); border: 5px solid var(--ink); transform: rotate(var(--art-rotate, -5deg)); box-shadow: 9px 10px 0 rgba(23,23,24,.17); z-index: 1; }
.product-visual[data-cat="remeras"]::after { clip-path: polygon(23% 0, 39% 8%, 61% 8%, 77% 0, 100% 17%, 86% 40%, 76% 34%, 76% 100%, 24% 100%, 24% 34%, 14% 40%, 0 17%); border: none; background: var(--ink); }
.product-visual[data-cat="tazas"]::after { border-radius: 5px 5px 18px 18px; width: 47%; height: 57%; }
.product-visual[data-cat="stickers"]::after { border-radius: 50% 48% 44% 55%; background: var(--lime); }
.product-visual[data-cat="vinilos"]::after { border-radius: 50%; background: var(--ink); box-shadow: inset 0 0 0 20px var(--product-accent, var(--accent)), 9px 10px 0 rgba(23,23,24,.16); }
.product-visual[data-cat="gorras"]::after { height: 38%; border-radius: 90px 90px 20px 20px; background: var(--ink); }
.product-visual[data-cat="carteleria"]::after { width: 68%; height: 43%; background: var(--white); border-radius: 5px; }
.product-art-label { position: absolute; z-index: 3; max-width: 48%; text-align: center; font: 800 clamp(.6rem, 1.2vw, .88rem)/.95 "Manrope"; letter-spacing: -.03em; color: var(--label-color, var(--accent)); transform: rotate(var(--art-rotate, -5deg)); text-transform: uppercase; }
.product-card-top { position: absolute; inset: 12px 12px auto; z-index: 5; display: flex; justify-content: space-between; align-items: flex-start; pointer-events: none; }
.badge { padding: 6px 8px; border-radius: 99px; background: var(--lime); border: 2px solid var(--ink); font-size: .61rem; font-weight: 800; text-transform: uppercase; }
.quick-add { pointer-events: auto; width: 38px; height: 38px; border-radius: 50%; background: var(--white); border: 1px solid var(--line); font-size: 1.45rem; line-height: 1; box-shadow: 0 5px 15px rgba(0,0,0,.08); }
.quick-add:hover { background: var(--ink); color: white; }
.product-info { padding: 15px; }
.product-category { color: var(--accent-dark); font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-info h3 { margin: 5px 0 9px; font: 700 1rem/1.2 "Manrope"; letter-spacing: -.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 9px; }
.product-bottom strong { font-size: .94rem; }.product-bottom small { display: block; color: #777; font-size: .66rem; margin-bottom: 2px; }
.view-product { border: 0; background: transparent; color: #616064; padding: 5px 0; font-size: .72rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state > div { width: 70px; height: 70px; margin: 0 auto; display: grid; place-items: center; background: var(--lime); border: 3px solid var(--ink); border-radius: 48% 52% 55% 45%; font: 800 2rem "Manrope"; transform: rotate(-7deg); }
.empty-state h3 { margin: 18px 0 4px; font: 800 1.3rem "Manrope"; }.empty-state p { margin: 0 0 18px; color: #707073; }.empty-state button { border: 0; background: var(--ink); color: white; border-radius: 99px; padding: 11px 17px; font-weight: 700; }

.how-section { background: var(--ink); color: white; padding: clamp(70px, 8vw, 110px) clamp(24px, 6vw, 90px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.how-title .eyebrow { color: var(--lime); }.how-title h2 em { color: var(--accent); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li > b { color: var(--accent); font: 800 1.35rem "Manrope"; }.steps h3 { margin: 0 0 6px; font: 700 1.15rem "Manrope"; }.steps p { margin: 0; color: #b9b6b7; line-height: 1.5; font-size: .9rem; }
footer { min-height: 150px; padding: 40px clamp(24px, 6vw, 90px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 7px solid var(--accent); }
footer p { color: #666; font-size: .83rem; } footer > a:last-child { font-size: .84rem; font-weight: 800; }
.footer-brand-logo { display: block; width: auto; height: 86px; object-fit: contain; }

/* Catálogo real de remeras */
.hero-cover-wrap { display: block; min-height: 0; background: var(--accent); }
.hero-cover-wrap::before { display: none; }
.hero-cover { width: 100%; height: auto; display: block; }
.demo-note span { background: #2daa7d; }
.product-photo-button { width: 100%; padding: 0; border: 0; background: #ecebea; display: block; aspect-ratio: 4/5; overflow: hidden; }
.product-image { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform .3s ease; }
.product-card:hover .product-image { transform: scale(1.025); }
.photo-count { padding: 6px 9px; border-radius: 99px; background: rgba(255,254,251,.94); border: 1px solid var(--line); font-size: .62rem; font-weight: 800; backdrop-filter: blur(5px); }
.large-price { margin-top: 3px; color: #706f72 !important; }
.launch-badge { display: block; width: max-content; margin-bottom: 4px; padding: 4px 7px; border-radius: 99px; background: var(--lime); color: var(--ink); font-size: .56rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.price-pair { display: flex; align-items: baseline; gap: 6px; }.price-pair s,.large-price s,.modal-old-price { color: #888; font-weight: 650; }.price-pair strong { color: var(--accent-dark); }.modal-price-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }.modal-old-price { text-decoration: line-through; font-size: .9rem; }.modal-launch { margin: 0; }
.product-gallery { min-width: 0; background: #ebeae8; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.main-photo { flex: 1; min-height: 440px; border-radius: 16px; overflow: hidden; background: white; }
.main-photo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.photo-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 2px; }
.photo-thumbs button { flex: 0 0 58px; width: 58px; height: 58px; padding: 0; border: 2px solid transparent; border-radius: 9px; overflow: hidden; background: white; }
.photo-thumbs button.active { border-color: var(--accent); }
.photo-thumbs img { width: 100%; height: 100%; object-fit: contain; display: block; }
.price-note { margin: 5px 0 10px; color: #6e6d70; font-size: .72rem; font-weight: 600; }
.cart-photo { width: 78px; height: 78px; object-fit: cover; border-radius: 12px; background: #eee; }
.size-guide-button { width: 100%; min-height: 44px; margin: 0 0 14px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); border-radius: 11px; background: transparent; color: var(--ink); font-weight: 800; }
.size-guide-button:hover { background: var(--ink); color: white; }
.size-guide-button span { color: var(--accent-dark); font-size: 1.1rem; }
.size-guide-modal { width: min(1050px, calc(100% - 28px)); }
.size-guide-inner { padding: 44px 34px 28px; text-align: center; }
.size-guide-inner h2 { margin: 6px 0 22px; font: 800 clamp(1.8rem, 4vw, 3rem) "Manrope"; letter-spacing: -.05em; }
.size-guide-inner img { display: block; width: 100%; max-height: calc(100vh - 210px); object-fit: contain; border-radius: 14px; background: white; }
.size-guide-inner p { margin: 15px 0 0; color: #68676a; font-size: .82rem; }

.overlay { position: fixed; inset: 0; background: rgba(16,16,17,.61); backdrop-filter: blur(3px); z-index: 60; }
.drawer { position: fixed; z-index: 70; right: 0; top: 0; bottom: 0; width: min(470px, 100%); background: var(--paper); transform: translateX(105%); transition: transform .28s ease; display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(0,0,0,.18); }
.drawer.open { transform: translateX(0); }
.drawer-head { padding: 24px 22px 20px; display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 6px 0 0; font: 800 1.7rem "Manrope"; letter-spacing: -.04em; }
.icon-button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); font-size: 1.7rem; line-height: 1; display: grid; place-items: center; }
.cart-body { overflow: auto; padding: 16px 22px; flex: 1; }
.empty-cart { text-align: center; padding: 68px 15px; }.empty-cart .empty-bag { margin: 0 auto 20px; width: 70px; height: 75px; border: 4px solid var(--ink); border-radius: 5px 5px 18px 18px; display: grid; place-items: center; font: 800 2rem "Manrope"; background: var(--lime); transform: rotate(-4deg); }.empty-cart h3 { margin: 0; font: 700 1.2rem "Manrope"; }.empty-cart p { color: #777; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item .product-visual { border-radius: 12px; width: 78px; height: 78px; }.cart-item .product-visual::after { border-width: 2px; }.cart-item .product-art-label { font-size: .38rem; }
.cart-item h3 { margin: 2px 0 3px; font: 700 .87rem "Manrope"; }.cart-item p { margin: 0; color: #777; font-size: .7rem; line-height: 1.35; }.cart-item strong { display: block; margin-top: 5px; font-size: .78rem; }
.qty-control { margin-top: 8px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 99px; overflow: hidden; background: white; }.qty-control button { border: 0; background: transparent; width: 29px; height: 27px; }.qty-control span { min-width: 25px; text-align: center; font-size: .75rem; font-weight: 700; }
.remove-item { border: 0; align-self: start; color: #888; background: transparent; font-size: 1.15rem; }
.cart-footer { padding: 17px 22px 22px; border-top: 1px solid var(--line); background: var(--white); }.cart-total { display: flex; justify-content: space-between; align-items: center; }.cart-total span { font-size: .82rem; }.cart-total strong { font: 800 1.25rem "Manrope"; }.estimate-copy { color: #777; font-size: .67rem; line-height: 1.4; }
.whatsapp-button { width: 100%; border: 0; border-radius: 12px; min-height: 52px; padding: 0 17px; background: var(--ink); color: white; display: flex; justify-content: space-between; align-items: center; font-weight: 800; }.whatsapp-button:hover { background: #272729; }.whatsapp-button span { color: var(--lime); font-size: 1.2rem; }

.modal { position: fixed; z-index: 80; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: min(850px, calc(100% - 28px)); max-height: calc(100vh - 28px); overflow: auto; background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
.modal-close { position: sticky; float: right; top: 14px; margin: 14px 14px -56px 0; z-index: 5; }
.modal-product { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.modal-product .product-visual { aspect-ratio: auto; min-height: 520px; }.modal-product .product-art-label { font-size: 1.05rem; }
.modal-details { padding: 58px 38px 35px; display: flex; flex-direction: column; }.modal-details h2 { margin: 8px 0 10px; font: 800 clamp(1.7rem, 3vw, 2.4rem)/1 "Manrope"; letter-spacing: -.05em; }.modal-price { font: 800 1.15rem "Manrope"; }.modal-description { color: #656467; line-height: 1.55; font-size: .88rem; }.features { margin: 2px 0 18px; padding: 0; list-style: none; display: grid; gap: 7px; font-size: .78rem; }.features li::before { content: "✓"; color: var(--accent-dark); font-weight: 900; margin-right: 8px; }
.option-group { margin: 0 0 15px; }.option-group > span { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 800; }.option-buttons { display: flex; flex-wrap: wrap; gap: 7px; }.option-button { border: 1px solid var(--line); background: var(--white); border-radius: 9px; padding: 8px 10px; font-size: .72rem; }.option-button.active { border-color: var(--ink); background: var(--ink); color: white; }.modal-add { margin-top: auto; border: 0; border-radius: 12px; background: var(--accent); color: var(--ink); min-height: 52px; font-weight: 800; box-shadow: 4px 4px 0 var(--ink); }
.checkout-modal { width: min(590px, calc(100% - 28px)); }.checkout-inner { padding: 52px 38px 35px; }.checkout-inner h2 { margin: 7px 0 5px; font: 800 2rem "Manrope"; letter-spacing: -.05em; }.checkout-inner > p { margin: 0 0 24px; color: #676669; font-size: .86rem; }.checkout-inner form { display: grid; gap: 14px; }.checkout-inner label { font-size: .75rem; font-weight: 800; }.checkout-inner label > span { color: var(--accent-dark); }.checkout-inner input, .checkout-inner select, .checkout-inner textarea { display: block; width: 100%; margin-top: 6px; border: 1px solid var(--line); background: var(--white); border-radius: 10px; padding: 12px; outline: 0; }.checkout-inner input:focus, .checkout-inner select:focus, .checkout-inner textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(90,198,208,.20); }.field-error { border-color: #d53c3c !important; }.checkout-preview { max-height: 150px; overflow: auto; padding: 12px; background: #eeeadf; border-radius: 10px; font-size: .73rem; line-height: 1.5; }.checkout-preview ul { margin: 6px 0; padding-left: 18px; }.form-hint { margin: -5px 0 0; color: #777; text-align: center; font-size: .66rem; font-weight: 400; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%, 120px); background: var(--ink); color: white; padding: 12px 18px; border-radius: 99px; font-size: .78rem; font-weight: 700; box-shadow: var(--shadow); transition: transform .25s; white-space: nowrap; }.toast.show { transform: translate(-50%,0); }
body.locked { overflow: hidden; }

@media (max-width: 1050px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) {
  [id] { scroll-margin-top: 78px; }
  .site-header { height: 68px; gap: 10px; }.header-brand-logo { height: 58px; }.desktop-nav { display: none; }.mobile-how-link { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; border-radius: 99px; background: var(--accent); box-shadow: 2px 2px 0 var(--ink); text-decoration: none; font-size: .76rem; font-weight: 800; white-space: nowrap; }.cart-button span { display: none; }.cart-button { padding: 8px 9px 8px 12px; }
  .shipping-banner { min-height: 38px; justify-content: space-between; gap: 10px; padding: 8px 18px; font-size: .7rem; }.shipping-banner span { display: none; }.shipping-banner strong { font-size: .7rem; }.shipping-banner b { white-space: nowrap; }
  .custom-order-banner { grid-template-columns: 72px 1fr; gap: 16px; padding: 18px; }.custom-order-banner img { width: 72px; }.custom-order-banner a { grid-column: 1 / -1; width: 100%; }.custom-order-banner p { margin-top: 7px; line-height: 1.4; }
  .hero { min-height: auto; max-height: none; grid-template-columns: 1fr; }.hero-copy { padding: 63px 22px 58px; }.hero h1 { font-size: clamp(3.45rem, 17vw, 5.3rem); }.hero-copy > p { font-size: .95rem; }.hero-notes { flex-direction: column; gap: 8px; margin-top: 30px; }.hero-art { min-height: 0; }.hero-cover { position: static; width: 100%; height: auto; }
  .section-heading { display: block; }.demo-note { display: inline-block; margin-top: 18px; white-space: normal; }.catalog-tools { grid-template-columns: 1fr; }.sort-box select { width: 100%; }.product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }.product-info { padding: 12px; }.product-info h3 { font-size: .86rem; }.product-bottom { display: block; }.view-product { margin-top: 5px; }
  .how-section { grid-template-columns: 1fr; gap: 38px; }.steps li { grid-template-columns: 55px 1fr; }
  footer { flex-direction: column; align-items: flex-start; }
  .modal-product { grid-template-columns: 1fr; }.modal-product .product-visual { min-height: 310px; aspect-ratio: 1.25/1; }.product-gallery { padding: 10px; }.main-photo { min-height: 320px; height: min(58vh, 460px); }.modal-details { padding: 30px 22px 26px; }.checkout-inner { padding: 50px 20px 24px; }.size-guide-inner { padding: 48px 10px 18px; }.size-guide-inner img { max-height: calc(100vh - 180px); }
}
@media (max-width: 390px) { .site-header { padding-inline: 12px; gap: 7px; }.header-brand { min-width: 74px; }.header-brand-logo { height: 52px; }.mobile-how-link { padding-inline: 10px; font-size: .7rem; }.product-grid { grid-template-columns: 1fr; }.product-visual { aspect-ratio: 1.25/1; }.product-art-label { font-size: .8rem; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
