:root{--ink:#0a0a0a;--muted:#686868;--line:#e4e4e1;--paper:#f7f7f4;--white:#fff;--accent:#b8ff39;--radius:20px;--shadow:0 20px 50px rgba(0,0,0,.08);--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:12px;top:-50px;z-index:100;background:#fff;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}.site-header{height:76px;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.07)}.nav-wrap{max-width:var(--max);height:100%;margin:auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:850;letter-spacing:.12em;width:max-content}.brand-mark{display:grid;place-items:center;width:34px;height:34px;background:var(--ink);color:#fff;border-radius:10px;letter-spacing:0;font-weight:900;position:relative}.brand-mark:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);position:absolute;right:-2px;top:-2px}.desktop-nav{display:flex;gap:34px;font-size:14px;font-weight:650}.desktop-nav a,.nav-actions a{transition:opacity .2s}.desktop-nav a:hover,.nav-actions a:hover{opacity:.55}.nav-actions{justify-self:end;display:flex;align-items:center;gap:18px}.cart-link{font-size:13px;font-weight:700}.cart-link span{display:inline-grid;place-items:center;background:var(--ink);color:#fff;min-width:20px;height:20px;border-radius:20px;margin-left:3px;font-size:11px}.menu-btn{display:none;border:0;background:none;font-size:21px}.mobile-nav{display:none}.container{max-width:var(--max);margin:auto;padding:0 24px}.hero{min-height:660px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:28px;padding-top:46px;padding-bottom:58px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#4b4b4b;display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:28px;height:2px;background:var(--ink)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(46px,6.4vw,88px);line-height:.96;letter-spacing:-.065em;max-width:760px;margin:24px 0}.hero p{color:var(--muted);font-size:18px;max-width:620px}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{border:1px solid var(--ink);border-radius:999px;min-height:50px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;font-weight:750;font-size:14px;transition:transform .2s,background .2s,color .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#292929}.btn-light{background:#fff}.btn-ghost{border-color:var(--line);background:#fff}.hero-art{border-radius:32px;overflow:hidden;background:var(--paper);box-shadow:var(--shadow);position:relative}.hero-art img{width:100%;aspect-ratio:1.04/1;object-fit:cover;object-position:68% center}.hero-badge{position:absolute;left:22px;bottom:22px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);padding:14px 18px;border-radius:14px;font-size:13px;font-weight:750}.trust{background:var(--ink);color:#fff}.trust-inner{max-width:var(--max);margin:auto;min-height:88px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:22px}.trust-item{display:flex;align-items:center;gap:9px;font-size:13px;color:#d3d3d3;white-space:nowrap}.trust-item b{color:var(--accent);font-weight:500}.section{padding:110px 0}.section.alt{background:var(--paper)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:42px}.section-head h2,.page-hero h1{font-size:clamp(34px,4.5vw,58px);line-height:1.03;letter-spacing:-.05em;margin-bottom:0}.section-head p{max-width:500px;color:var(--muted);margin-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;position:relative;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-cover{aspect-ratio:1.12/1;background:#111;color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.product-cover:after{content:"";width:170px;height:170px;border:1px solid rgba(255,255,255,.26);border-radius:50%;position:absolute;right:-55px;top:-40px;box-shadow:0 0 0 22px rgba(255,255,255,.04),0 0 0 50px rgba(255,255,255,.03)}.cover-kicker{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#bbb}.cover-code{font-size:58px;font-weight:850;letter-spacing:-.08em;line-height:.8}.cover-1{background:linear-gradient(145deg,#0a0a0a,#282828)}.cover-2{background:linear-gradient(145deg,#fafafa,#dcdcdc);color:#111}.cover-2 .cover-kicker{color:#555}.cover-3{background:linear-gradient(145deg,#101010,#3a3a3a)}.cover-4{background:linear-gradient(145deg,#191919,#050505)}.cover-5{background:linear-gradient(145deg,#e9e9e5,#fff);color:#111}.cover-5 .cover-kicker{color:#555}.cover-6{background:linear-gradient(145deg,#1b1b1b,#050505)}.cover-7{background:linear-gradient(145deg,#111,#444)}.cover-8{background:linear-gradient(145deg,#eee,#ccc);color:#111}.cover-8 .cover-kicker{color:#555}.product-body{padding:20px}.category-label{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:#777}.product-title{font-size:18px;letter-spacing:-.02em;margin:7px 0 8px;line-height:1.25}.product-desc{font-size:13px;color:var(--muted);min-height:42px}.rating{font-size:12px;color:#555;margin:12px 0}.price-row{display:flex;align-items:center;gap:9px;margin:15px 0}.price{font-size:20px;font-weight:850}.compare{font-size:13px;color:#888;text-decoration:line-through}.discount{font-size:10px;font-weight:800;background:var(--accent);padding:3px 6px;border-radius:99px}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.card-actions .btn{min-height:42px;padding:0 10px;font-size:12px}.wishlist{position:absolute;right:12px;top:12px;width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.9);z-index:2;font-size:17px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{min-height:170px;border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.category-card:hover{background:var(--ink);color:#fff;transform:translateY(-3px)}.category-card span{font-size:26px}.category-card h3{font-size:16px;margin:0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{padding:30px;border:1px solid var(--line);border-radius:18px}.feature i{font-style:normal;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--ink);color:var(--accent);margin-bottom:40px}.feature h3{font-size:19px}.feature p{color:var(--muted);font-size:14px;margin:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}.step{background:#fff;padding:30px}.step strong{font-size:48px;color:#ddd;letter-spacing:-.06em}.step h3{font-size:17px;margin:34px 0 0}.newsletter{background:var(--accent);padding:65px;border-radius:26px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.newsletter h2{font-size:clamp(32px,4vw,52px);line-height:1;letter-spacing:-.045em;margin:0}.newsletter form{display:flex;gap:10px}.newsletter input{flex:1;border:0;border-radius:999px;padding:0 20px;min-height:52px}.footer{background:#090909;color:#fff;padding:72px 24px 24px}.footer-grid,.footer-bottom{max-width:var(--max);margin:auto}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.brand.inverse .brand-mark{background:#fff;color:#111}.footer p{color:#999;max-width:340px;margin-top:24px}.footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#777}.footer-grid>div>a:not(.brand){display:block;color:#ccc;font-size:14px;margin:11px 0}.footer-bottom{border-top:1px solid #292929;margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;color:#888;font-size:12px}.page-hero{padding:90px 0 55px}.page-hero p{max-width:650px;color:var(--muted);font-size:17px;margin-top:18px}.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:38px;padding-bottom:100px}.filters{position:sticky;top:100px;height:max-content;border:1px solid var(--line);border-radius:18px;padding:22px}.filters h3{font-size:14px}.filter-group{border-top:1px solid var(--line);padding:18px 0}.filter-group label{display:flex;gap:9px;margin:9px 0;font-size:13px;color:#555}.shop-tools{display:flex;justify-content:space-between;gap:14px;margin-bottom:24px}.search-field{position:relative;flex:1}.search-field input,.field input,.field textarea,.field select,.coupon-row input,.shop-tools select{width:100%;min-height:48px;border:1px solid #d9d9d6;border-radius:12px;padding:0 15px;background:#fff}.shop-tools select{width:210px}.no-results{text-align:center;padding:70px 20px;border:1px dashed #ccc;border-radius:18px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:36px}.pagination button{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:50%}.pagination button.active{background:#111;color:#fff}.cart-layout,.checkout-layout,.product-layout,.account-layout{display:grid;grid-template-columns:1.6fr .8fr;gap:40px;padding-bottom:100px}.panel{border:1px solid var(--line);border-radius:20px;padding:26px;background:#fff}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-thumb{border-radius:12px;aspect-ratio:1;background:#111}.qty{display:inline-flex;border:1px solid var(--line);border-radius:999px;overflow:hidden}.qty button,.qty span{width:34px;height:34px;border:0;background:#fff;display:grid;place-items:center}.text-btn{border:0;background:none;text-decoration:underline;color:#666;padding:0}.summary-row{display:flex;justify-content:space-between;margin:14px 0;color:#555}.summary-row.total{font-weight:850;color:#111;font-size:21px;border-top:1px solid var(--line);padding-top:18px}.coupon-row{display:flex;gap:8px;margin:20px 0}.coupon-row .btn{min-height:48px}.empty-state{text-align:center;padding:75px 20px}.empty-state .empty-icon{font-size:46px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:700}.field small,.form-note{color:#777}.field textarea{padding-top:14px;min-height:130px;resize:vertical}.payment-options{display:grid;gap:10px}.payment-option{border:1px solid var(--line);border-radius:14px;padding:15px;display:flex;gap:10px;align-items:center}.notice{padding:14px 16px;border-radius:12px;background:#f1f1ed;color:#555;font-size:13px}.error{background:#fff0f0;color:#9b1c1c}.success{background:#effbe7;color:#315a19}.auth-shell{max-width:520px;margin:70px auto 110px;padding:0 24px}.auth-shell .panel{padding:36px}.auth-shell h1{font-size:38px;letter-spacing:-.04em}.auth-links{display:flex;justify-content:space-between;margin-top:20px;font-size:13px}.product-main-image{border-radius:24px;min-height:540px}.product-info h1{font-size:48px;line-height:1;letter-spacing:-.05em}.detail-list{padding:0;list-style:none}.detail-list li{padding:12px 0;border-bottom:1px solid var(--line)}.accordion details{border-bottom:1px solid var(--line);padding:18px 0}.accordion summary{cursor:pointer;font-weight:700}.accordion p{color:var(--muted);font-size:14px;margin:12px 0 0}.content-page{max-width:820px;margin:0 auto;padding:80px 24px 110px}.content-page h1{font-size:50px;letter-spacing:-.05em}.content-page h2{margin-top:38px}.content-page p,.content-page li{color:#555}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:650px}.data-table th,.data-table td{text-align:left;padding:14px;border-bottom:1px solid var(--line);font-size:13px}.badge{display:inline-flex;padding:4px 8px;border-radius:99px;background:#eee;font-size:11px;font-weight:750}.toast{position:fixed;right:22px;bottom:22px;background:#111;color:#fff;padding:14px 18px;border-radius:12px;transform:translateY(120px);opacity:0;transition:.25s;z-index:100}.toast.show{transform:none;opacity:1}.reveal{opacity:0;transform:translateY(16px);transition:.6s}.reveal.visible{opacity:1;transform:none}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.hero{min-height:auto}.hero h1{font-size:56px}.trust-inner{overflow-x:auto;justify-content:flex-start}.features-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.shop-layout{grid-template-columns:1fr}.filters{position:static}.cart-layout,.checkout-layout,.product-layout,.account-layout{grid-template-columns:1fr}.newsletter{padding:45px}}@media(max-width:720px){.site-header{height:66px}.nav-wrap{grid-template-columns:1fr auto;padding:0 16px}.desktop-nav{display:none}.nav-actions>a:first-child,.nav-actions>a:nth-child(2){display:none}.menu-btn{display:block}.mobile-nav{position:fixed;inset:66px 0 auto;background:#fff;padding:20px;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid var(--line);transform:translateY(-130%);transition:.25s;z-index:35}.mobile-nav.open{transform:none}.mobile-nav a{padding:14px;border-radius:10px;font-weight:700}.container{padding:0 16px}.hero{grid-template-columns:1fr;padding-top:54px;gap:40px}.hero h1{font-size:clamp(44px,14vw,62px)}.hero p{font-size:16px}.hero-art img{aspect-ratio:1}.button-row .btn{flex:1}.section{padding:76px 0}.section-head{align-items:start;flex-direction:column;margin-bottom:28px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-body{padding:14px}.product-desc{display:none}.product-title{font-size:15px}.product-cover{padding:16px}.cover-code{font-size:40px}.card-actions{grid-template-columns:1fr}.card-actions .btn-light{display:none}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:135px}.features-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr;padding:34px 22px}.newsletter form{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.shop-tools{flex-direction:column}.shop-tools select{width:100%}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.cart-item{grid-template-columns:70px 1fr}.cart-item>div:last-child{grid-column:2}.product-info h1{font-size:38px}.content-page h1{font-size:40px}.page-hero{padding:65px 0 42px}}@media(max-width:380px){.product-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr}.card-actions{grid-template-columns:1fr 1fr}.card-actions .btn-light{display:flex}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
