:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--vv-bg:#090b10;--vv-panel:#11151d;--vv-line:#27303d;--vv-text:#f5f7fa;--vv-muted:#9ca8b8;--vv-green:#4edea3}*{box-sizing:border-box}html,body{background:var(--vv-bg);min-height:100%;color:var(--vv-text);margin:0;font-family:Geist,Inter,system-ui,sans-serif}a{color:inherit}.store-shell{background:radial-gradient(circle at 15% 0,#4edea317,transparent 32rem),var(--vv-bg);min-height:100vh}.store-header{border-bottom:1px solid var(--vv-line);justify-content:space-between;align-items:center;gap:24px;max-width:1180px;min-height:76px;margin:auto;padding:15px 24px;display:flex}.store-brand{align-items:center;gap:10px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.store-brand b,.store-eyebrow{color:var(--vv-green)}.store-header nav{gap:22px;display:flex}.store-header nav a{color:var(--vv-muted);text-decoration:none}.store-header nav a:hover{color:var(--vv-text)}.store-main{width:min(1180px,100% - 32px);margin:auto;padding:64px 0 96px}.store-hero{max-width:800px;padding:72px 0}.store-hero h1{letter-spacing:-.06em;margin:10px 0 20px;font-size:clamp(2.8rem,8vw,6.4rem);line-height:.94}.store-hero p{color:var(--vv-muted);font-size:1.15rem;line-height:1.65}.store-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.store-button{border:1px solid var(--vv-line);border-radius:10px;padding:12px 18px;font-weight:700;text-decoration:none;display:inline-flex}.store-button.primary{color:#052418;background:var(--vv-green);border-color:var(--vv-green)}.store-section-head{justify-content:space-between;align-items:end;gap:20px;margin:30px 0 22px;display:flex}.store-section-head h1,.store-section-head h2{margin:0;font-size:clamp(1.8rem,4vw,3rem)}.store-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.store-card{border:1px solid var(--vv-line);background:#11151dd1;border-radius:18px;overflow:hidden}.store-card-image{color:#526070;background:#171c25;place-items:center;min-height:250px;font-size:2rem;font-weight:800;text-decoration:none;display:grid;position:relative;overflow:hidden}.store-card-image img{object-fit:cover;transition:transform .35s}.store-card:hover .store-card-image img{transform:scale(1.035)}.store-card-body{padding:20px}.store-card-body h2{margin:4px 0 10px;font-size:1.25rem}.store-card-body h2 a{text-decoration:none}.store-card-body>p:not(.store-eyebrow){color:var(--vv-muted);min-height:3em;line-height:1.5}.store-eyebrow{text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:.72rem;font-weight:800}.store-card-price{align-items:center;gap:10px;margin-top:18px;display:flex}.store-card-price strong{font-size:1.2rem}.store-card-price s{color:var(--vv-muted)}.store-filters{gap:10px;margin:24px 0;display:flex}.store-filters input,.store-filters select{min-height:44px;color:var(--vv-text);background:var(--vv-panel);border:1px solid var(--vv-line);border-radius:9px;padding:0 12px}.store-filters input{flex:1}.store-product{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:start;gap:48px;display:grid}.store-product-visual{background:var(--vv-panel);border:1px solid var(--vv-line);border-radius:20px;min-height:540px;position:relative;overflow:hidden}.store-product-visual img{object-fit:cover}.store-product-copy h1{letter-spacing:-.045em;margin:8px 0 18px;font-size:clamp(2.3rem,5vw,4.5rem)}.store-product-copy .description{color:var(--vv-muted);white-space:pre-line;line-height:1.7}.store-empty{text-align:center;color:var(--vv-muted);border:1px dashed var(--vv-line);border-radius:16px;padding:60px 20px}.store-checkout-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:32px;display:grid}.store-cart-list,.store-form{flex-direction:column;gap:16px;display:flex}.store-cart-item,.store-summary,.store-form{background:var(--vv-panel);border:1px solid var(--vv-line);border-radius:16px;padding:24px}.store-cart-item{justify-content:space-between;align-items:center;gap:20px;display:flex}.store-cart-item h2{margin:6px 0}.store-qty{align-items:center;gap:8px;display:flex}.store-qty button{width:34px;height:34px;color:var(--vv-text);border:1px solid var(--vv-line);cursor:pointer;background:#1b222d;border-radius:8px}.store-summary{position:sticky;top:24px}.store-summary>p{color:var(--vv-muted);justify-content:space-between;gap:16px;display:flex}.store-summary .total{border-top:1px solid var(--vv-line);color:var(--vv-text);margin-top:20px;padding-top:20px;font-size:1.1rem}.store-summary .store-button{justify-content:center;width:100%;margin-top:14px}.store-form h2{margin:8px 0}.store-form label{color:var(--vv-muted);flex-direction:column;gap:7px;display:flex}.store-form input,.store-form select,.store-form textarea{width:100%;color:var(--vv-text);border:1px solid var(--vv-line);font:inherit;background:#0c1016;border-radius:9px;padding:12px}.store-form-row{grid-template-columns:1fr 160px;gap:14px;display:grid}.store-error{color:#ff8f8f!important;display:block!important}.store-info{max-width:800px}.store-info>h1{letter-spacing:-.05em;margin:10px 0 18px;font-size:clamp(2.5rem,7vw,5rem)}.store-info-lead{color:var(--vv-muted);margin-bottom:50px;font-size:1.15rem;line-height:1.7}.store-info section{background:var(--vv-panel);border:1px solid var(--vv-line);border-radius:14px;margin:0 0 28px;padding:24px}.store-info section h2{margin:0 0 10px}.store-info section p{color:var(--vv-muted);white-space:pre-line;margin:0;line-height:1.7}@media (max-width:850px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-product{grid-template-columns:1fr}.store-product-visual{min-height:400px}.store-checkout-grid{grid-template-columns:1fr}.store-summary{position:static}}@media (max-width:560px){.store-header{align-items:flex-start}.store-header nav{gap:12px;font-size:.9rem}.store-grid{grid-template-columns:1fr}.store-main{padding-top:32px}.store-filters{flex-direction:column}.store-cart-item{flex-direction:column;align-items:flex-start}.store-form-row{grid-template-columns:1fr}}
