:root{--wine:#651634;--wine2:#932b59;--gold:#c99a47;--ink:#24151d;--muted:#786871;--cream:#fbf8f5;--line:#6b18331b;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif;font-size:16px}button,input,textarea,select{font:inherit}.site-header{height:82px;display:flex;align-items:center;gap:30px;padding:0 clamp(18px,5vw,76px);position:sticky;top:0;z-index:40;background:#fbf8f5e9;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);white-space:nowrap}.logo>span{display:grid;place-items:center;width:43px;height:43px;border-radius:50% 50% 50% 12px;background:linear-gradient(140deg,var(--wine2),var(--wine));color:#fff;font-size:22px}.logo b,.logo small{display:block}.logo small{font-size:11px;color:var(--muted);margin-top:3px}.header-search{position:relative;flex:1;max-width:520px;margin:auto}.header-search input{width:100%;border:1px solid var(--line);background:#fff;padding:12px 15px;border-radius:14px}.header-search button{position:absolute;left:6px;top:6px;width:36px;height:36px;border:0;background:#f3e6ec;border-radius:10px;color:var(--wine);cursor:pointer}.site-header nav{display:flex;align-items:center;gap:18px}.site-header nav a{color:var(--ink);text-decoration:none;font-size:14px}.cart-button{border:0;background:var(--wine);color:#fff;border-radius:13px;padding:10px 14px;cursor:pointer}.cart-button b{display:inline-grid;place-items:center;background:#fff;color:var(--wine);min-width:22px;height:22px;border-radius:8px;margin-right:6px}.privacy-bar{background:#2b111f;color:#fff;display:flex;justify-content:center;gap:7vw;padding:10px 18px;font-size:13px}.privacy-bar span{white-space:nowrap}.intro{min-height:470px;padding:80px clamp(20px,8vw,120px);display:grid;grid-template-columns:1.35fr .65fr;gap:7vw;align-items:center;background:radial-gradient(circle at 10% 20%,#e8c99666 0,transparent 28%),radial-gradient(circle at 90% 40%,#e6bacd 0,transparent 30%),linear-gradient(135deg,#fff,#f8edf2)}.eyebrow{color:var(--wine2);font-size:13px;font-weight:bold}.intro h1{font-size:clamp(36px,5vw,68px);line-height:1.25;max-width:800px;margin:14px 0 18px}.intro>div>p{color:var(--muted);line-height:2;max-width:680px}.intro-actions{display:flex;gap:20px;align-items:center;margin-top:28px}.intro-actions a{color:var(--wine);text-decoration:none}.primary-link{background:var(--wine)!important;color:#fff!important;padding:13px 22px;border-radius:14px}.fit-card{background:#ffffff8f;border:1px solid #fff;box-shadow:0 30px 80px #5b1e3430;backdrop-filter:blur(20px);padding:30px;border-radius:30px;transform:rotate(-1deg)}.fit-card>span{display:inline-block;background:#f2dfe8;color:var(--wine);padding:7px 11px;border-radius:10px;font-size:12px}.fit-card strong{display:block;font-size:25px;line-height:1.6;margin:20px 0 10px}.fit-card p{color:var(--muted);line-height:1.9}.fit-card a{color:var(--wine);font-weight:bold;text-decoration:none}.catalog{padding:70px clamp(18px,5vw,76px)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-head h2{font-size:34px;margin:8px 0 0}.section-head>span{color:var(--muted)}.filters{display:flex;gap:8px;overflow:auto;padding-bottom:16px}.filters a{color:var(--muted);background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:12px;text-decoration:none;white-space:nowrap}.filters a.active{background:var(--wine);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px #51162917}.product-card>img,.product-placeholder{width:100%;aspect-ratio:4/4.7;object-fit:cover}.product-placeholder{display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 70% 30%,#fff8 0,transparent 22%),linear-gradient(145deg,#e8c5d4,#edd7bb);color:#6c4053}.product-placeholder span{font-size:18px}.product-placeholder small{margin-top:8px}.product-info{padding:17px}.product-meta{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.product-meta b{color:var(--wine);background:#f5e4eb;padding:5px 7px;border-radius:7px}.product-info h3{margin:13px 0 9px;font-size:18px}.product-info>p{height:46px;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.8}.price-row{display:flex;align-items:end;justify-content:space-between;margin-top:15px}.price-row strong,.price-row del{display:block}.price-row del{color:#a6959e;font-size:11px}.price-row button{border:0;background:var(--wine);color:#fff;border-radius:11px;padding:10px 12px;cursor:pointer}.price-row button:disabled{background:#b9adb3}.empty-store{grid-column:1/-1;text-align:center;padding:70px;background:#fff;border-radius:20px}.size-guide{margin:40px clamp(18px,5vw,76px) 80px;background:#29121f;color:#fff;border-radius:34px;padding:50px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.size-guide h2{font-size:34px;line-height:1.5}.size-guide p{color:#cdbdc6;line-height:2}.size-guide ol{display:grid;gap:13px;padding:0;list-style:none}.size-guide li{display:flex;align-items:center;gap:15px;background:#ffffff0b;border:1px solid #ffffff13;padding:15px;border-radius:16px}.size-guide li>b{display:grid;place-items:center;width:42px;height:42px;background:#ffffff15;border-radius:12px;color:#e2bd78}.size-guide li strong,.size-guide li span{display:block}.size-guide li span{color:#cdbdc6;font-size:13px}.size-guide li strong{color:#fff;margin-bottom:5px}footer{padding:30px clamp(18px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}footer p{color:var(--muted)}footer>a{color:var(--muted);font-size:12px}.sheet,.modal{display:none;position:fixed;inset:0;z-index:100}.sheet.open,.modal.open{display:block}.sheet-backdrop,.modal-backdrop{position:absolute;inset:0;background:#1f0d18a8;backdrop-filter:blur(5px)}.sheet>aside{position:absolute;left:0;top:0;bottom:0;width:min(440px,100%);background:#fbf8f5;padding:22px;display:flex;flex-direction:column;animation:slide .25s ease}@keyframes slide{from{transform:translateX(-100%)}}.sheet header,.checkout-modal header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:15px}.sheet header h2,.checkout-modal h2{margin:0 0 5px}.sheet header p,.checkout-modal header p{margin:0;color:var(--muted);font-size:12px}.sheet header button,.checkout-modal header button,.modal-close{border:0;background:#f2e5eb;width:38px;height:38px;border-radius:11px;font-size:22px;cursor:pointer}.cart-items{overflow:auto;flex:1;padding:14px 0}.cart-item{display:grid;grid-template-columns:62px 1fr auto;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img,.cart-thumb{width:62px;height:70px;object-fit:cover;border-radius:11px}.cart-thumb{background:linear-gradient(140deg,#e9c5d5,#edd8bd)}.cart-item b,.cart-item small{display:block}.cart-item small{color:var(--muted);margin-top:5px}.cart-item button{border:0;background:transparent;color:#b52b4c;cursor:pointer}.cart-totals{border-top:1px solid var(--line);padding-top:13px}.cart-totals>div{display:flex;justify-content:space-between;margin:9px 0}.cart-totals .total{font-size:18px;padding-top:10px;border-top:1px solid var(--line)}.checkout-btn{width:100%;border:0;background:var(--wine);color:#fff;padding:14px;border-radius:13px;cursor:pointer;font-weight:bold}.checkout-btn:disabled{opacity:.45}.product-modal,.checkout-modal{position:relative;margin:4vh auto;background:#fbf8f5;width:min(900px,calc(100% - 24px));max-height:92vh;overflow:auto;border-radius:28px;display:grid;grid-template-columns:.9fr 1.1fr}.modal-close{position:absolute;left:16px;top:16px;z-index:2}.modal-image{min-height:560px;background:linear-gradient(140deg,#e7bfd1,#ecd7b9);display:grid;place-items:center;color:#785367}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-content{padding:45px}.modal-content h2{font-size:30px;margin:12px 0}.modal-content>p{line-height:1.9;color:var(--muted)}.feature-chips{display:flex;gap:7px;flex-wrap:wrap;margin:16px 0}.feature-chips span{background:#fff;border:1px solid var(--line);padding:7px 9px;border-radius:9px;font-size:12px}.choice{margin-top:20px}.choice>b{display:block;margin-bottom:10px}.choice>div{display:flex;gap:8px;flex-wrap:wrap}.choice button{border:1px solid var(--line);background:#fff;padding:9px 13px;border-radius:10px;cursor:pointer}.choice button.active{background:var(--wine);color:#fff}.choice button:disabled{opacity:.35;text-decoration:line-through}.fit-note{background:#f2e7ec;color:#684c5a;padding:12px;border-radius:12px;margin-top:18px;font-size:13px;line-height:1.8}.modal-buy{display:flex;align-items:center;justify-content:space-between;margin-top:25px}.modal-buy strong{font-size:21px}.modal-buy button{border:0;background:var(--wine);color:#fff;padding:13px 18px;border-radius:12px;cursor:pointer}.modal-buy button:disabled{opacity:.45}.checkout-modal{display:block;grid-template-columns:1fr;padding:24px;width:min(680px,calc(100% - 24px))}.checkout-modal form{padding-top:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:flex;flex-direction:column;gap:7px;color:#5e4e56;font-size:13px}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid textarea,.form-grid select{border:1px solid var(--line);background:#fff;padding:12px;border-radius:11px;outline:none}.form-grid textarea{min-height:90px;resize:vertical}.checkout-total{display:flex;justify-content:space-between;padding:16px 0;font-size:18px}.success-modal{position:fixed;inset:0;background:#22101dcc;z-index:200;display:grid;place-items:center;padding:20px}.success-modal>div{background:#fff;border-radius:25px;padding:38px;text-align:center;width:min(430px,100%)}.success-modal span{display:grid;place-items:center;background:#dff7ea;color:#14704d;width:65px;height:65px;border-radius:50%;font-size:32px;margin:auto}.success-modal button{border:0;background:var(--wine);color:#fff;padding:12px 20px;border-radius:11px}.store-toast{position:fixed;bottom:20px;left:20px;background:#2c1221;color:#fff;padding:13px 17px;border-radius:12px;z-index:300;transform:translateY(100px);opacity:0;transition:.25s}.store-toast.show{transform:none;opacity:1}.store-toast.error{background:#a72849}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,1fr)}.site-header nav>a{display:none}.intro{grid-template-columns:1fr .75fr}.size-guide{grid-template-columns:1fr}}
@media(max-width:760px){.site-header{height:auto;min-height:70px;padding:10px 14px;gap:10px;flex-wrap:wrap}.logo small{display:none}.header-search{order:3;flex-basis:100%;max-width:none}.site-header nav{margin-right:auto}.privacy-bar{justify-content:flex-start;overflow:auto}.intro{grid-template-columns:1fr;padding:55px 20px}.intro h1{font-size:40px}.fit-card{transform:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.catalog{padding:50px 12px}.product-info{padding:12px}.product-info h3{font-size:15px}.product-info>p{display:none}.price-row{display:block}.price-row button{width:100%;margin-top:12px}.size-guide{padding:25px;margin:30px 12px;border-radius:24px;gap:20px}.product-modal{grid-template-columns:1fr;margin:8px auto;max-height:calc(100vh - 16px)}.modal-image{min-height:260px;max-height:320px}.modal-content{padding:25px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}footer{flex-direction:column;gap:15px;text-align:center}}
@media(max-width:420px){.product-grid{grid-template-columns:1fr 1fr}.product-meta>span{display:none}.product-info h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-placeholder span{font-size:14px}.product-placeholder small{font-size:10px}}
[hidden]{display:none!important}
