:root{
  --yellow:#FFDC37;
  --pink:#FF375C;
  --wine:#981D2D;
  --wine-dark:#580318;
  --cream:#F1DAB2;
  --blue:#5B839C;
  --ink:#212B3A;
  --paper:#fffdfa;
  --muted:#6f7278;
  --line:#e8e6e1;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper)}
button,input,select{font:inherit}
button{cursor:pointer}
.top-note{background:var(--pink);color:white;text-align:center;padding:9px 16px;font-size:12px;font-weight:700;letter-spacing:.11em}
.site-header{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,253,250,.96);backdrop-filter:blur(12px);z-index:20}
.brand{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--wine)}
.brand img{width:190px;max-height:56px;object-fit:contain}
.brand span{font-size:10px;letter-spacing:.28em;margin-top:-3px;font-weight:700}
.header-actions{display:flex;justify-content:flex-end;gap:8px}
.icon-btn,.cart-button{border:0;background:transparent;font-size:23px;color:var(--ink)}
.cart-button{font-size:17px;font-weight:700;display:flex;gap:6px;align-items:center}
.cart-button span{background:var(--yellow);min-width:24px;height:24px;border-radius:50%;display:inline-grid;place-items:center;font-size:12px}
.hero{min-height:560px;background:var(--yellow);display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;padding:72px 8vw;overflow:hidden;position:relative}
.hero:after{content:"";position:absolute;width:380px;height:380px;border:70px solid rgba(255,55,92,.16);border-radius:50%;right:-160px;top:-100px}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--wine);display:inline-block;margin-bottom:12px}.eyebrow.dark{color:var(--pink)}
.hero h1,.section-heading h2,.how-it-works h2,.drawer h2,.modal h2{font-family:"Playfair Display",Georgia,serif}
.hero h1{font-size:clamp(46px,6vw,82px);line-height:.98;margin:0 0 24px;color:var(--wine-dark);max-width:840px}.hero h1 em{color:var(--pink);font-style:normal}
.hero p{max-width:660px;line-height:1.65;font-size:17px;margin-bottom:32px;color:#573225}
.primary-btn,.secondary-btn,.whatsapp-btn{border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.04em}.primary-btn{background:var(--pink);color:white;padding:16px 26px;border-radius:999px}.primary-btn:hover{transform:translateY(-2px)}
.hero-card{background:var(--pink);color:var(--yellow);width:310px;height:310px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;justify-self:center;transform:rotate(5deg);box-shadow:0 20px 60px rgba(88,3,24,.2)}
.hero-card span{font-weight:700;letter-spacing:.2em}.hero-card strong{font-family:"Playfair Display",Georgia,serif;font-size:100px;line-height:.9}.hero-card b{font-size:34px}.hero-card small{margin-top:10px;color:white}
.size-section,.catalog-section,.how-it-works{padding:70px 7vw}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-heading h2,.how-it-works h2{font-size:42px;margin:0;color:var(--wine-dark)}
.link-btn{border:0;background:none;color:var(--pink);font-weight:700;text-decoration:underline}.size-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:10px;margin-top:30px}.size-pill{border:1px solid var(--line);background:white;border-radius:14px;min-height:70px;font-weight:800;font-size:18px;transition:.2s}.size-pill:hover,.size-pill.active{background:var(--yellow);border-color:var(--yellow);transform:translateY(-2px)}
.catalog-section{background:#fff}.catalog-heading{align-items:flex-end}.toolbar{display:flex;gap:10px}.toolbar select{padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:white;color:var(--ink)}.results-line{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;margin:28px 0 18px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--line);border-radius:20px;background:white;overflow:hidden;position:relative;transition:.22s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px rgba(33,43,58,.09)}.product-image{aspect-ratio:1/1;background:#faf9f7;display:grid;place-items:center;padding:12px}.product-image img{width:100%;height:100%;object-fit:contain}.discount-badge{position:absolute;top:14px;left:14px;background:var(--pink);color:white;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.last-pairs{position:absolute;top:14px;right:14px;background:var(--yellow);color:var(--wine-dark);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800}.product-info{padding:18px;display:flex;flex-direction:column;flex:1}.product-category{font-size:11px;color:var(--pink);font-weight:800;letter-spacing:.08em}.product-info h3{font-size:16px;margin:8px 0 3px}.ref{font-size:11px;color:var(--muted)}.tech{font-size:12px;color:#565b62;min-height:34px;line-height:1.35;margin:10px 0}.price-old{font-size:12px;color:#999;text-decoration:line-through}.price-new{font-size:24px;font-weight:800;color:var(--wine-dark);margin:2px 0 14px}.sizes-label{font-size:11px;font-weight:700;margin-bottom:8px}.card-sizes{display:flex;flex-wrap:wrap;gap:6px}.card-size{width:35px;height:35px;border:1px solid var(--line);background:white;border-radius:9px;font-size:12px;font-weight:700}.card-size:hover,.card-size.selected{background:var(--yellow);border-color:var(--yellow)}.add-btn{margin-top:14px;width:100%;padding:13px;border:0;border-radius:12px;background:var(--ink);color:white;font-weight:800}.add-btn:disabled{background:#d7d8dc;cursor:not-allowed}.how-it-works{background:var(--cream);text-align:center}.how-it-works h2{margin-bottom:38px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1100px;margin:auto}.steps article{background:rgba(255,255,255,.65);border-radius:20px;padding:30px}.steps strong{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;margin:auto;background:var(--pink);color:white}.steps h3{margin:14px 0 6px}.steps p{margin:0;color:#5e6268;line-height:1.5}
footer{background:var(--ink);padding:48px 7vw;display:flex;align-items:center;justify-content:space-between;color:white}footer img{width:180px;max-height:60px;object-fit:contain}footer p{font-size:12px;color:#c9ccd1}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:.2s;z-index:29}.overlay.show{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;width:min(460px,100vw);height:100vh;background:white;z-index:30;transform:translateX(100%);transition:.28s;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.12)}.drawer.open{transform:translateX(0)}.drawer-header{padding:26px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line)}.drawer h2{margin:0;font-size:36px}.close-btn{border:0;background:transparent;font-size:32px}.cart-items{padding:20px;overflow:auto;flex:1}.empty{padding:50px 10px;text-align:center;color:var(--muted)}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img{width:74px;height:74px;object-fit:contain;background:#faf9f7;border-radius:12px}.cart-item h4{margin:3px 0;font-size:13px}.cart-item small{display:block;color:var(--muted);font-size:11px}.cart-item .item-price{font-weight:800;color:var(--wine-dark);font-size:13px}.remove-item{border:0;background:none;color:var(--pink);font-size:11px;padding:0;margin-top:6px}.cart-footer{padding:22px;border-top:1px solid var(--line)}.total-line{display:flex;justify-content:space-between;font-size:18px;margin-bottom:14px}.whatsapp-btn{width:100%;padding:15px;border-radius:12px;background:#18a957;color:white}.cart-footer small{display:block;text-align:center;color:var(--muted);margin-top:10px;line-height:1.4}
.modal{position:fixed;inset:0;z-index:40;display:none;place-items:center;background:rgba(0,0,0,.42);padding:20px}.modal.show{display:grid}.modal-card{width:min(620px,100%);max-height:90vh;overflow:auto;background:white;border-radius:24px;padding:30px;position:relative}.modal-close{position:absolute;right:22px;top:16px}.modal-card h2{font-size:38px;margin:0 0 12px}.modal-card p{color:var(--muted);line-height:1.55}.upload-box{border:2px dashed #d4d5d8;border-radius:18px;padding:30px;display:flex;flex-direction:column;align-items:center;gap:8px;margin:20px 0;background:#fafafa}.upload-box input{display:none}.upload-box span{font-size:12px;color:var(--muted)}.import-status{font-size:12px;color:var(--wine);margin-bottom:14px}.field-label{display:block;font-size:12px;font-weight:800;margin:16px 0 7px}.text-input{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:12px}.secondary-btn{margin-top:10px;background:var(--ink);color:white;padding:12px 18px;border-radius:10px}.admin-fab{position:fixed;right:22px;bottom:22px;z-index:25;width:50px;height:50px;border-radius:50%;border:0;background:var(--wine-dark);color:white;font-size:20px;box-shadow:0 8px 25px rgba(0,0,0,.18)}.search-panel{position:fixed;top:126px;left:50%;transform:translate(-50%,-20px);opacity:0;pointer-events:none;width:min(760px,92vw);background:white;border-radius:16px;padding:12px;display:flex;box-shadow:0 16px 50px rgba(0,0,0,.16);z-index:25;transition:.2s}.search-panel.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}.search-panel input{flex:1;border:0;outline:0;padding:10px;font-size:16px}.search-panel button{border:0;background:none;font-size:24px}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.size-grid{grid-template-columns:repeat(5,1fr)}.hero{grid-template-columns:1fr}.hero-card{position:absolute;right:-70px;bottom:-70px;width:250px;height:250px;opacity:.18}.hero-card strong{font-size:80px}.hero-copy{position:relative;z-index:2}.steps{grid-template-columns:1fr}}
@media(max-width:720px){.top-note{font-size:10px}.site-header{height:76px;padding:0 16px}.brand img{width:130px}.brand span{font-size:8px}.hero{padding:56px 22px;min-height:520px}.hero h1{font-size:48px}.hero p{font-size:15px}.size-section,.catalog-section,.how-it-works{padding:50px 18px}.section-heading{align-items:flex-start}.section-heading h2,.how-it-works h2{font-size:34px}.size-grid{grid-template-columns:repeat(5,1fr)}.size-pill{min-height:58px}.catalog-heading{display:block}.toolbar{margin-top:18px;display:grid;grid-template-columns:1fr 1fr}.toolbar select{width:100%;font-size:12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-info{padding:12px}.product-info h3{font-size:14px}.tech{display:none}.price-new{font-size:19px}.card-size{width:31px;height:31px}.product-card{border-radius:14px}.discount-badge,.last-pairs{font-size:9px;padding:5px 7px}.add-btn{font-size:11px;padding:11px 6px}.results-line{font-size:11px}.header-actions .icon-btn{display:none}footer{display:block;text-align:center}footer p{margin-top:16px}.admin-fab{width:46px;height:46px;right:14px;bottom:14px}}

.stock-label{display:block;margin:10px 0 14px;font-size:12px;font-weight:600;color:#5b5b5b}.image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;background:#fff8d8}.image-placeholder img{width:58%;height:auto;object-fit:contain}.results-line .link-btn{margin-left:auto}
