@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&display=swap";:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;font-family:DM Sans,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button,a{font:inherit}a:focus-visible{outline-offset:5px;outline:3px solid #a9c6ee}#root{min-height:100vh}:root{--storefront-ink:#17212b;--storefront-blue:#1552a3;--storefront-red:#d93b2b;--storefront-yellow:#f4c430;--storefront-cream:#f7f0df;--storefront-white:#fffdf7;--storefront-muted:#69717b;--storefront-line:#e2d8c5}body{background:var(--storefront-cream)}.storefront-shell{min-height:100vh;color:var(--storefront-ink);background:radial-gradient(circle at 0 0,#fff 0 14rem,#0000 28rem),linear-gradient(135deg,#f8f0de,#fffdf7 52%,#eaf1fa)}.storefront-header,.storefront-footer{justify-content:space-between;align-items:center;gap:1.5rem;padding:1.1rem clamp(1.25rem,4vw,4rem);display:flex}.storefront-header{z-index:20;border-bottom:1px solid var(--storefront-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf7e0;position:sticky;top:0}.storefront-brand,.storefront-nav,.hero-actions,.marketplace-list{align-items:center;display:flex}.storefront-brand{color:inherit;gap:.75rem;font-weight:900;text-decoration:none}.brand-mark{color:#fff;background:var(--storefront-red);border:4px solid var(--storefront-yellow);border-radius:.45rem;place-items:center;width:2.4rem;height:2.4rem;display:grid;box-shadow:0 8px #111827}.storefront-nav{flex-wrap:wrap;gap:.55rem}.storefront-nav a,.storefront-footer a,.text-link{color:inherit;font-weight:800;text-decoration:none}.storefront-nav a{border-radius:999px;padding:.55rem .85rem}.portfolio-nav-link{align-items:center;gap:.45rem;display:inline-flex}.invite-only-badge{color:var(--storefront-blue);letter-spacing:.04em;text-transform:uppercase;background:#1552a31a;border:1px solid #1552a333;border-radius:999px;padding:.2rem .4rem;font-size:.58rem;line-height:1}.storefront-nav a:hover,.storefront-nav a[aria-current=page]{color:#fff;background:var(--storefront-blue)}.portfolio-nav-link:hover .invite-only-badge{color:#fff;background:#ffffff29;border-color:#ffffff52}.storefront-hero{grid-template-columns:minmax(0,1.1fr) minmax(18rem,.65fr);align-items:center;gap:clamp(2rem,5vw,5rem);padding:clamp(4rem,9vw,8rem) clamp(1.25rem,4vw,4rem);display:grid}.hero-copy h1{letter-spacing:-.07em;max-width:12ch;margin:0;font-size:clamp(3.5rem,8vw,7.5rem);line-height:.9}.hero-copy p{max-width:42rem;color:var(--storefront-muted);font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.65}.eyebrow{color:var(--storefront-red);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .85rem;font-size:.78rem;font-weight:900}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:.85rem 1.15rem;font-weight:900;text-decoration:none;display:inline-flex}.button-primary,.button-secondary:hover{color:#fff;background:var(--storefront-blue)}.button-secondary{color:var(--storefront-ink);border:1px solid var(--storefront-line);background:#fff}.button-disabled{color:var(--storefront-muted);background:#ece5d7}.hero-card{background:var(--storefront-ink);border-radius:2rem;gap:1rem;padding:clamp(1.5rem,4vw,3rem);display:grid;box-shadow:0 28px 80px #17212b38}.hero-card span{color:#fff;background:#ffffff14;border:1px solid #ffffff29;border-radius:1rem;padding:1.25rem;font-weight:900}.storefront-section{padding:clamp(3.5rem,7vw,6rem) clamp(1.25rem,4vw,4rem)}.section-heading{max-width:48rem;margin-bottom:2rem}.section-heading h2,.storefront-panel h2,.about-section h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.95}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.product-card{background:var(--storefront-white);border:1px solid var(--storefront-line);border-radius:1.5rem;overflow:hidden;box-shadow:0 18px 45px #17212b1a}.product-image{aspect-ratio:4/3;object-fit:cover;background:#ece5d7;width:100%}.product-content{gap:1rem;padding:1.25rem;display:grid}.product-category,.product-description,.storefront-panel p,.about-section p{color:var(--storefront-muted);line-height:1.6}.product-category{text-transform:uppercase;margin:0;font-size:.78rem;font-weight:900}.product-title-row{justify-content:space-between;gap:1rem;display:flex}.product-title-row h3{margin:0;font-size:1.35rem}.product-title-row span{white-space:nowrap;font-weight:900}.product-description{margin:0}.storefront-panel{background:var(--storefront-ink);border-radius:2rem;grid-template-columns:minmax(0,.75fr) minmax(18rem,1fr);align-items:start;gap:2rem;margin:0 clamp(1.25rem,4vw,4rem);padding-inline:clamp(1.5rem,4vw,3rem);display:grid}.storefront-panel h2,.storefront-panel p{color:#fff}.marketplace-list{flex-direction:column;align-items:stretch;gap:1rem}.marketplace-card{color:var(--storefront-ink);background:var(--storefront-yellow);border-radius:1rem;gap:.35rem;padding:1.25rem;text-decoration:none;display:grid}.marketplace-card span{color:#3c4045}.about-section{max-width:54rem}.about-section p{font-size:1.2rem}.portfolio-access-note{justify-items:start;gap:.45rem;display:grid}.portfolio-access-note p{margin:0;font-size:.95rem}.storefront-footer{border-top:1px solid var(--storefront-line)}@media (width<=860px){.storefront-header,.storefront-hero,.storefront-panel{grid-template-columns:1fr}.storefront-header{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr}}
