:root{--bg:#070707;--card:#121212;--card2:#1b1b1b;--text:#f3f3f3;--muted:#8b8b8b;--line:#272727;--green:#25d366;--soft:#ededed}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.topbar{position:sticky;top:0;z-index:50;background:rgba(12,12,12,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:18px 4vw}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:1px;font-size:22px;line-height:1.05}.logo{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#000;font-weight:1000}.desktop-nav{display:flex;gap:24px;color:#cfcfcf;font-size:14px}.desktop-nav a:hover{color:var(--green)}.whatsapp{background:var(--green);color:#061006;font-weight:900;border-radius:999px;padding:16px 26px}.hero{min-height:64vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;background:radial-gradient(circle at 50% 10%,#1b1b1b 0,#070707 55%)}.eyebrow{color:var(--green);letter-spacing:6px;font-weight:900;font-size:13px}.hero h1{font-size:clamp(54px,11vw,120px);line-height:.9;margin:16px 0}.sub{max-width:760px;color:#aaa;font-size:clamp(18px,3vw,24px);margin:0 auto 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.btn{border:1px solid var(--line);border-radius:999px;padding:15px 25px;font-weight:900;cursor:pointer}.primary{background:var(--green);color:#071007;border-color:var(--green)}.ghost{background:#151515}.full{width:100%;margin-top:14px}.stats{margin-top:38px;background:var(--card2);border:1px solid var(--line);border-radius:26px;padding:20px 34px;display:flex;gap:36px}.stats div{display:grid;gap:4px}.stats b{font-size:35px}.stats span{text-transform:uppercase;letter-spacing:3px;color:#8d8d8d;font-size:12px}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;gap:20px;overflow:auto;padding:16px 4vw;color:#bdbdbd;text-transform:uppercase;letter-spacing:2px;font-size:12px}.strip span{white-space:nowrap}.collections{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:34px 4vw}.collection-card{background:linear-gradient(145deg,#181818,#0f0f0f);border:1px solid var(--line);border-radius:24px;padding:24px;display:grid;gap:8px}.collection-card span{font-size:30px}.collection-card b{font-size:24px}.collection-card small{color:#888}.section-head{padding:48px 4vw 18px}.section-head p{color:var(--green);text-transform:uppercase;letter-spacing:4px;font-weight:900;font-size:12px}.section-head h2{font-size:clamp(32px,6vw,58px);margin:0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0 4vw 18px}.product{background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;cursor:pointer;transition:.2s}.product:hover{transform:translateY(-4px);border-color:#4b4b4b}.product .img-wrap{height:310px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product img{width:100%;height:100%;object-fit:contain}.product-info{padding:18px}.product h3{font-size:20px;margin:0 0 10px;line-height:1.2}.price{color:var(--green);font-size:20px;font-weight:900;margin:0}.tag{color:#888;font-size:12px;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.outfits{padding-bottom:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.outfit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 4vw 40px}.outfit-grid article{background:#121212;border:1px solid var(--line);border-radius:24px;padding:28px}.outfit-grid h3{font-size:30px;margin:0 0 10px}.outfit-grid p{color:#aaa}.outfit-grid button{background:#fff;color:#000;border:0;border-radius:999px;padding:14px 20px;font-weight:900}.how{margin:40px 4vw;background:var(--soft);color:#000;border-radius:28px;padding:36px;display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:20px;align-items:center}.how h2{font-size:40px;margin:0}.how div{display:grid;gap:8px}.how b{background:#000;color:#fff;width:34px;height:34px;display:grid;place-items:center;border-radius:50%}.how span{font-weight:800}.modal{position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:99;display:none;align-items:center;justify-content:center;padding:18px}.modal.active{display:flex}.modal-box{width:min(920px,100%);max-height:92vh;overflow:auto;background:#111;border:1px solid var(--line);border-radius:28px;display:grid;grid-template-columns:1fr 1fr;position:relative}.modal-box img{width:100%;height:100%;min-height:430px;object-fit:contain;background:#f4f4f4}.modal-info{padding:30px}.close{position:absolute;right:14px;top:14px;width:42px;height:42px;border-radius:50%;border:0;font-size:24px}.modal label{display:block;margin:16px 0 8px;color:#aaa}.modal input,.modal select{width:100%;background:#050505;color:#fff;border:1px solid #333;border-radius:14px;padding:14px;font-size:16px}footer{border-top:1px solid var(--line);padding:38px 4vw;color:#999;display:grid;gap:8px}footer b{color:#fff;font-size:24px}@media(max-width:980px){.desktop-nav{display:none}.grid{grid-template-columns:repeat(2,1fr);gap:16px}.collections{grid-template-columns:repeat(2,1fr)}.outfit-grid{grid-template-columns:1fr}.how{grid-template-columns:1fr}.product .img-wrap{height:260px}.modal-box{grid-template-columns:1fr}.modal-box img{min-height:280px}.brand{font-size:20px}.whatsapp{padding:14px 18px}.stats{gap:20px;padding:18px}.stats b{font-size:30px}}@media(max-width:520px){.topbar{padding:14px}.logo{width:44px;height:44px}.brand{font-size:18px}.whatsapp{font-size:14px;padding:14px 16px}.hero{min-height:58vh}.collections{padding:24px 14px}.grid{padding-left:14px;padding-right:14px}.section-head{padding-left:14px;padding-right:14px}.product .img-wrap{height:220px}.product h3{font-size:17px}.stats{width:100%;justify-content:center}.stats span{font-size:10px}.hero-actions .btn{width:100%;text-align:center}.modal{padding:0}.modal-box{border-radius:0;max-height:100vh}.how{margin:24px 14px}}

#paypal-button-container{margin-top:14px}.pay-note{color:#888;font-size:12px;line-height:1.4}.footer-link{color:var(--green);font-weight:800}
