:root{--ink:#29242a;--muted:#6c6670;--bg:#f4f0f4;--card:#fff;--accent:#6b55c9;--accent2:#e85eb2;--line:#e5dfe8;--soft:#faf7fb}*{box-sizing:border-box}body{color:var(--ink);background:linear-gradient(#f7f4f7,#fff 35%,#f7f4f7);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.45}.site{max-width:1120px;margin:auto;padding:26px 18px 70px}.hero{border:1px solid var(--line);background:linear-gradient(135deg,#e9d9f0,#fff4f8 45%,#dcebf0);border-radius:28px;margin-bottom:22px;padding:38px 28px;position:relative;overflow:hidden}.hero:after{content:"";border:28px solid #e85eb22e;border-radius:50%;width:220px;height:220px;position:absolute;top:-85px;right:-85px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#5b4d75;font-size:12px;font-weight:800}.hero h1{letter-spacing:-.04em;margin:10px 0 12px;font-size:clamp(36px,6vw,66px);line-height:.95}.hero p{color:#544c55;max-width:720px;margin:0;font-size:17px}.notice{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:8px;margin-top:18px;padding:9px 13px;font-size:13px;font-weight:700;display:inline-flex}.layout{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:22px;display:grid}.panel{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 8px 28px #2d1e370f}.panel+.panel{margin-top:18px}.section-title{justify-content:space-between;align-items:end;gap:10px;margin-bottom:14px;display:flex}.section-title h2{letter-spacing:-.02em;margin:0;font-size:24px}.section-title p{color:var(--muted);margin:0;font-size:13px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px}.product-card h3{margin:0 0 3px;font-size:16px}.price{color:#4e3fa0;font-weight:800}.small{color:var(--muted);font-size:12px}.lookbook{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px;display:grid}.lookbook img{border:1px solid var(--line);cursor:zoom-in;border-radius:14px;width:100%;display:block}.choice-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px;display:grid}.choice{border:1px solid var(--line);background:var(--soft);text-align:center;cursor:pointer;border-radius:12px;padding:8px;font-size:13px;font-weight:800}.choice:hover{border-color:var(--accent)}.choice.active{border-color:var(--accent);background:#efeafb;box-shadow:0 0 0 2px #6b55c91f}.qty-row{align-items:center;gap:8px;margin-top:12px;display:flex}.qty{border:1px solid var(--line);border-radius:10px;width:76px;padding:9px}.text-input{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:11px 12px}.field label{margin-bottom:5px;font-size:12px;font-weight:800;display:block}.btn{font:inherit;cursor:pointer;border:0;border-radius:11px;padding:10px 14px;font-weight:800}.btn-primary{background:var(--accent);color:#fff}.btn-light{color:var(--ink);background:#f1edf5}.bundle{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;margin:9px 0;padding:13px;display:flex}.bundle strong{display:block}.bundle .bundle-price{color:#4e3fa0;white-space:nowrap;font-weight:900}.cart{position:sticky;top:18px}.cart h2{margin-top:0}.cart-empty{color:var(--muted);padding:15px 0}.cart-item{border-top:1px solid var(--line);padding:12px 0}.cart-item:first-child{border-top:0}.cart-item .top{justify-content:space-between;gap:10px;display:flex}.cart-item small{color:var(--muted);margin-top:3px;display:block}.remove{color:#a34a6e;cursor:pointer;background:0 0;border:0;padding:3px 0;font-size:12px}.total{border-top:2px solid var(--ink);justify-content:space-between;margin-top:10px;padding-top:14px;font-size:22px;font-weight:900;display:flex}.customer{grid-template-columns:1fr 1fr;gap:12px;display:grid}.customer .full{grid-column:1/-1}.checkout{width:100%;margin-top:16px;padding:14px 16px;font-size:16px}.status{color:#a33;margin-top:10px;font-size:13px}.footer{text-align:center;color:var(--muted);margin-top:22px;font-size:12px}.success{background:linear-gradient(135deg,#f3e6f6,#fff,#e5f1f4);place-items:center;min-height:100vh;padding:24px;display:grid}.success-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:26px;max-width:620px;padding:38px;box-shadow:0 15px 50px #2d1e371a}.success h1{margin:10px 0;font-size:48px;line-height:1}.muted{color:var(--muted)}.button{background:var(--accent);color:#fff;border-radius:12px;margin-top:14px;padding:12px 18px;font-weight:800;text-decoration:none;display:inline-block}.modal{z-index:10;background:#18121cbf;place-items:center;padding:20px;display:none;position:fixed;inset:0}.modal.open{display:grid}.modal img{border-radius:12px;max-width:min(100%,900px);max-height:90vh}.close{cursor:pointer;background:#fff;border:0;border-radius:50%;width:40px;height:40px;font-size:22px;position:absolute;top:16px;right:20px}@media (width<=900px){.layout{grid-template-columns:1fr}.cart{position:static}.grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.grid,.lookbook,.customer{grid-template-columns:1fr}.choice-grid{grid-template-columns:repeat(3,1fr)}.hero{padding:28px 20px}.panel{padding:17px}}.preview-banner{text-align:center;background:#efeafb;padding:10px;font-size:13px;font-weight:700}.qty{min-width:0;max-width:76px}.qty-row{flex-wrap:wrap}button:disabled{opacity:.6}body{font-size:1rem;line-height:1.5}.hero h1{line-height:1.08}.eyebrow{letter-spacing:.1em;font-size:.875rem}.notice,.preview-banner,.section-title p,.small,.field label,.cart-item small,.footer{font-size:.9375rem;line-height:1.5}.section-title h2{font-size:1.5rem;line-height:1.25}.product-card h3{font-size:1.125rem;line-height:1.35}.price{font-size:1.125rem}.field{margin-top:14px}.field label{margin-bottom:6px;font-weight:700}input,select,textarea,button{font:inherit}.text-input,.qty{min-height:48px;padding:11px 12px;font-size:1rem;line-height:1.5}.text-input{min-width:0;max-width:100%}textarea.text-input{resize:vertical;min-height:112px}.btn,.remove,.close{min-width:48px;min-height:48px}.btn{font-size:1rem;line-height:1.4}.remove{padding:10px 0;font-size:.9375rem}.status{overflow-wrap:anywhere;font-size:1rem;line-height:1.5}.qty{flex:0 0 80px;width:80px;max-width:80px}.qty-row{gap:10px}.qty-row .btn{flex:130px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card,.section-title>div,.customer>*{min-width:0}.product-card .small,.cart-item,.bundle{overflow-wrap:anywhere}.bundle{flex-wrap:wrap}:where(input,select,textarea,button,a):focus-visible{outline:3px solid var(--accent);outline-offset:3px}@media (width<=560px){.site{padding:18px 12px 48px}.panel{padding:16px}.hero{padding:26px 20px}.grid{grid-template-columns:1fr}.hero h1{font-size:2.25rem}}body{font-size:1.0625rem}.notice,.preview-banner,.section-title p,.small,.field label,.cart-item small,.footer,.remove{font-size:1rem}.product-card{flex-direction:column;padding:16px;display:flex}.product-image{aspect-ratio:1;background:#fff;flex-shrink:0;place-items:center;width:100%;margin-top:12px;display:grid}.product-image img{object-fit:contain;width:100%;min-width:0;max-width:300px;height:100%;min-height:0;max-height:300px;display:block}.product-card>.qty-row{margin-top:auto;padding-top:16px}.product-card>.small{min-height:3em}.product-card h3{min-height:1.4em;font-size:1.125rem;line-height:1.4}.product-card .price{margin-top:2px;font-size:1.125rem}select.text-input{appearance:none;min-height:48px;color:var(--ink);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23554b60' stroke-width='2'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #c7bdce;border-radius:10px;padding:11px 38px 11px 12px}.text-input,.qty{color:var(--ink);border-color:#c7bdce}input::placeholder,textarea::placeholder{color:#716778;opacity:1}.hero .notice{border-radius:16px;max-width:100%}.cart-item .top strong:last-child{white-space:nowrap}.cart-item .top strong:first-child{overflow-wrap:anywhere;min-width:0}.product-card .field .small{margin-top:6px}@media (width<=380px){.product-card,.panel{padding:12px}.qty-row .btn{flex-basis:110px}.hero h1{font-size:2rem}}.site{max-width:1440px}.layout{grid-template-columns:minmax(0,1fr) 320px}@media (width<=1279px){.layout{grid-template-columns:1fr}.cart{position:static}}@media (width<=999px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.grid{grid-template-columns:1fr}}main>.panel>.section-title{text-align:center;margin-bottom:26px;display:block}main>.panel>.section-title h2{letter-spacing:-.025em;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;line-height:1.2}main>.panel>.section-title h2:after{content:"";background:linear-gradient(90deg,var(--accent),var(--accent2));border-radius:4px;width:64px;height:4px;margin:14px auto 16px;display:block}main>.panel>.section-title p{max-width:640px;margin:0 auto;line-height:1.5}.lookbook{grid-template-columns:minmax(0,1fr);max-width:560px;margin:0 auto 16px}.payment-choices{border:1px solid var(--line);border-radius:12px;margin:24px 0 16px;padding:16px}.payment-choices legend{font-size:1.125rem;font-weight:800}.payment-choices label{flex-wrap:wrap;align-items:center;gap:10px;min-height:48px;padding:8px 0;font-size:16px;display:flex}.payment-choices input{width:20px;height:20px;accent-color:var(--accent)}.payment-choices span{color:var(--muted)}.hero .eyebrow{text-transform:none;letter-spacing:.03em;max-width:1000px;line-height:1.6}.hero h1{max-width:1100px;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.12}.modal{align-items:start;padding:44px 12px 20px;overflow:auto}.modal img{width:min(1100px,96vw);max-width:none;height:auto;max-height:none;margin:auto}.modal .close{z-index:11;position:fixed}.mobile-cart{display:none}@media (width<=560px){.mobile-cart{z-index:9;border:1px solid var(--line);min-height:44px;color:var(--accent);font:inherit;cursor:pointer;background:#fff;border-radius:24px;align-items:center;gap:6px;padding:8px 12px;font-weight:800;display:flex;position:fixed;top:10px;right:12px;box-shadow:0 3px 14px #29242a22}.mobile-cart span{text-align:center;min-width:22px}.preview-banner{min-height:60px;padding-right:100px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.grid .product-card{border-radius:12px;min-width:0;padding:10px}.grid .product-card h3,.grid .product-card .price{font-size:16px}.grid .product-image{margin-top:8px}.grid .field label{font-size:14px;line-height:1.3}.grid .small{font-size:13px;line-height:1.4}.grid .text-input{min-height:44px;padding:10px 8px;font-size:16px}.grid select.text-input{background-position:right 6px center;background-size:12px;padding-right:24px}.grid .qty-row{flex-direction:column;align-items:stretch;gap:8px}.grid .qty-row .qty{flex:auto;width:100%;min-height:44px}.grid .qty-row .btn{flex:auto;width:100%;min-height:44px;padding:10px 5px;font-size:14px}.cart{scroll-margin-top:66px}}.cart-item{display:flow-root}.cart-thumbnail{float:left;object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:8px;width:64px;height:64px;margin:0 12px 8px 0}.cart-item .top{min-width:0}.cart-item .remove{min-height:32px}.lookbook{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;max-width:none}.lookbook img{width:100%;height:auto}
