*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--pink:#e0106e;--pink-dark:#b80d5b;--black:#0b0b0c;--off-black:#151517;--white:#fff;--cream:#f5f1e9;--gray:#6b6b70;--gray-light:#d8d5ce;--font-display:"Anton", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"Space Mono", ui-monospace, monospace;--maxw:1280px;--header-h:76px}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--pink);margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:inline-block}h1,h2,h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.01em;line-height:.95}.topbar{background:var(--black);color:var(--white);text-align:center;letter-spacing:.03em;padding:.55rem 1rem;font-size:.78rem;font-weight:600}.site-header{z-index:100;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:#0b0b0c00;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,box-shadow .3s;position:sticky;top:0}.site-header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0b0ceb;box-shadow:0 1px #ffffff0f}.nav-inner{max-width:var(--maxw);height:var(--header-h);color:var(--white);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.logo{background:var(--white);border-radius:8px;align-items:center;padding:.4rem .6rem;display:flex}.logo img{width:auto;height:22px}.nav-links{gap:2.25rem;display:flex}.nav-links a{letter-spacing:.03em;text-transform:uppercase;opacity:.9;font-size:.85rem;font-weight:600;transition:opacity .2s,color .2s}.nav-links a:hover{opacity:1;color:var(--pink)}.nav-actions{align-items:center;gap:1rem;display:flex}.icon-btn{color:var(--white);display:flex;position:relative}.cart-count{background:var(--pink);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.menu-btn{display:none}.btn{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 2rem;font-size:.85rem;font-weight:700;transition:transform .15s,background .2s,color .2s,box-shadow .2s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--pink);color:var(--white)}.btn-primary:hover{background:var(--pink-dark);box-shadow:0 8px 24px #e0106e59}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:var(--off-black)}.btn-ghost{color:var(--white);border:1.5px solid #fff9}.btn-ghost:hover{background:#ffffff1f}.btn-block{width:100%}.hero{height:100vh;min-height:560px;margin-top:calc(-1 * var(--header-h));align-items:flex-end;display:flex;position:relative;overflow:hidden}.hero-img{object-fit:cover;object-position:center 20%;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(#0b0b0c8c 0%,#0b0b0c26 35%,#0b0b0cbf 100%);position:absolute;inset:0}.hero-content{z-index:2;color:var(--white);max-width:var(--maxw);width:100%;margin:0 auto;padding:0 1.5rem 5rem;position:relative}.hero-content h1{margin-bottom:1.25rem;font-size:clamp(3.5rem,10vw,8rem)}.hero-content p{opacity:.9;max-width:32ch;margin-bottom:2rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.scroll-cue{z-index:2;color:var(--white);border:1.5px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;animation:2.2s ease-in-out infinite bob;display:flex;position:absolute;bottom:1.75rem;right:1.75rem}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.marquee{background:var(--pink);color:var(--white);white-space:nowrap;padding:.6rem 0;overflow:hidden}.marquee-track{animation:18s linear infinite scroll-left;display:inline-flex}.marquee-track span{font-family:var(--font-display);letter-spacing:.06em;padding-right:0;font-size:.95rem}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.drop{max-width:var(--maxw);margin:0 auto;padding:5.5rem 1.5rem}.drop-heading{text-align:center;margin-bottom:3rem}.drop-heading h2{font-size:clamp(2.25rem,5vw,3.5rem)}.drop-grid{grid-template-columns:1.1fr 1fr;align-items:start;gap:3.5rem;display:grid}.gallery-main{aspect-ratio:4/5;background:var(--cream);border-radius:18px;overflow:hidden}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-thumbs{gap:.8rem;margin-top:.8rem;display:flex}.thumb{aspect-ratio:1;background:var(--cream);opacity:.7;border:2px solid #0000;border-radius:10px;flex:1;transition:opacity .2s,border-color .2s;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.thumb:hover{opacity:1}.thumb.active{opacity:1;border-color:var(--pink)}.product-info h3{margin-bottom:.4rem;font-size:1.9rem}.product-info h3 span{color:var(--gray)}.price{color:var(--pink);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.stock-status{margin-bottom:1.75rem}.stock-status p{color:var(--gray);margin-top:.5rem;font-size:.85rem}.stock-bar{background:var(--gray-light);border-radius:999px;height:6px;overflow:hidden}.stock-fill{background:var(--pink);border-radius:999px;width:40%;height:100%}.option-block{margin-bottom:1.5rem}.option-label{letter-spacing:.06em;text-transform:uppercase;color:var(--gray);margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:block}.size-select{gap:.6rem;display:flex}.size-btn{border:1.5px solid var(--gray-light);border-radius:50%;width:46px;height:46px;font-weight:700;transition:all .2s}.size-btn:hover{border-color:var(--black)}.size-btn.active{background:var(--black);color:var(--white);border-color:var(--black)}.qty-select{border:1.5px solid var(--gray-light);border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.qty-select button{width:42px;height:42px;font-size:1.1rem}.qty-select button:hover{background:var(--cream)}.qty-select span{text-align:center;width:32px;font-weight:700}.cta-row{flex-direction:column;gap:.8rem;margin-bottom:1.75rem;display:flex}.description{color:var(--black);margin-bottom:.5rem;font-size:.95rem}.scarcity{color:var(--pink);margin-bottom:1.75rem;font-size:.9rem;font-weight:600}.badges{flex-wrap:wrap;gap:.9rem;display:flex}.badge{background:var(--cream);border-radius:12px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.8rem;font-weight:600;display:flex}.badge svg{width:18px;height:18px;color:var(--pink)}.editorial{height:65vh;min-height:420px;position:relative;overflow:hidden}.editorial img{object-fit:cover;object-position:top center;width:100%;height:100%}.editorial-caption{background:linear-gradient(#0000 55%,#0000008c 100%);justify-content:center;align-items:flex-end;padding-bottom:3.5rem;display:flex;position:absolute;inset:0}.editorial-caption p{font-family:var(--font-display);color:var(--white);text-transform:uppercase;text-align:center;letter-spacing:.02em;font-size:clamp(1.6rem,4vw,2.75rem)}.story{background:var(--black);color:var(--white);padding:6rem 1.5rem}.story-inner{text-align:center;max-width:760px;margin:0 auto}.story-inner h2{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3rem)}.story-inner p{color:#ffffffbf;margin-bottom:3rem;font-size:1.05rem}.story-stats{flex-wrap:wrap;justify-content:center;gap:3.5rem;display:flex}.story-stats div{flex-direction:column;gap:.3rem;display:flex}.story-stats strong{font-family:var(--font-display);color:var(--pink);font-size:2rem}.story-stats span{text-transform:uppercase;letter-spacing:.06em;color:#fff9;font-size:.78rem}.contact{background:var(--cream);padding:6rem 1.5rem}.contact-inner{max-width:720px;margin:0 auto}.contact-heading{text-align:center;margin-bottom:2.75rem}.contact-heading h2{margin-bottom:.75rem;font-size:clamp(2rem,5vw,2.75rem)}.contact-heading p{color:var(--gray)}.contact-form{flex-direction:column;gap:1.1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.1rem;display:grid}.field{flex-direction:column;gap:.4rem;display:flex}.field label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray);font-size:.78rem;font-weight:700}.field input,.field textarea{font-family:var(--font-body);border:1.5px solid var(--gray-light);background:var(--white);resize:vertical;border-radius:10px;padding:.9rem 1rem;font-size:.95rem;transition:border-color .2s}.field input:focus,.field textarea:focus{border-color:var(--pink);outline:none}.contact-form .btn{align-self:flex-start;margin-top:.5rem}.form-success{color:var(--pink);font-size:.9rem;font-weight:600;display:none}.form-success.visible{display:block}.site-footer{background:var(--black);color:var(--white)}.footer-inner{max-width:var(--maxw);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;padding:3rem 1.5rem;display:flex}.footer-logo{background:var(--white)}.footer-logo img{height:22px}.footer-links{gap:1.75rem;display:flex}.footer-links a{opacity:.85;font-size:.85rem;font-weight:600}.footer-links a:hover{opacity:1;color:var(--pink)}.footer-social{gap:1rem;display:flex}.footer-social a{border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.72rem;font-weight:700;display:flex}.footer-social a:hover{border-color:var(--pink);color:var(--pink)}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding:1.25rem 1.5rem;font-size:.78rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.drop-grid{grid-template-columns:1fr;gap:2rem}.nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0b0cf7;flex-direction:column;gap:0;max-height:0;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.nav-links.open{max-height:320px}.nav-links a{border-bottom:1px solid #ffffff14;padding:1.1rem 1.5rem}.menu-btn{display:flex}.form-row{grid-template-columns:1fr}.story-stats{gap:2rem}}@media (max-width:560px){.hero-content{padding-bottom:3.5rem}.hero-actions{flex-direction:column;align-items:stretch}.cta-row{gap:.7rem}.badges{flex-direction:column}.footer-inner{text-align:center;flex-direction:column}}
