:root{--color-bg:#0a0a0a;--color-bg-elevated:#1c1c1c;--color-surface:#1c1c1c;--color-surface-muted:#232323;--color-text:#f3f3f3;--color-text-muted:#c7c7c7;--color-text-subtle:#5f6368;--color-border:#c7c7c724;--color-border-strong:#c7c7c73d;--color-accent:#9e1b1b;--color-accent-hover:#b32020;--color-accent-contrast:#f3f3f3;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--radius-pill:999px;--shadow-card:0 18px 45px #00000057;--shadow-glow:0 0 0 1px #9e1b1b2e, 0 14px 40px #00000052}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--color-text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(#000000e0,#000000e6),url(/site-bgg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;margin:0;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.site-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.container{width:min(100% - 2rem,1280px);margin-inline:auto}.section{padding:5rem 0}.section-title{letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.section-copy{max-width:700px;color:var(--color-text-muted);font-size:1.05rem;line-height:1.7}.eyebrow{color:var(--color-text-muted);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;font-weight:700;display:inline-flex}.badge{background:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-text);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.45rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.btn{border-radius:var(--radius-pill);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.65rem;padding:.95rem 1.35rem;font-weight:700;transition:transform .18s,border-color .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--color-accent);color:var(--color-accent-contrast);box-shadow:var(--shadow-glow)}.btn--primary:hover{background:var(--color-accent-hover)}.btn--secondary{color:var(--color-text);border-color:var(--color-border-strong);background:#f3f3f305}.btn--secondary:hover{background:#9e1b1b14;border-color:#9e1b1b6b}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#050505b8;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:96px;display:flex}.header__brand{letter-spacing:-.03em;align-items:center;gap:1rem;font-size:1.2rem;font-weight:800;display:inline-flex}.header__logo{aspect-ratio:1;border:1px solid var(--color-border);background:linear-gradient(145deg,#ffffff14,#ffffff05);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;padding:0;display:flex;overflow:hidden}.header_logo img{object-fit:contain;width:100%;height:100%;transform:scale(1.28)}.header__nav{align-items:center;gap:1.25rem;display:flex}.header__nav a,.header__actions a{color:var(--color-text-muted);font-weight:600}.header__nav a:hover,.header__actions a:hover{color:var(--color-text)}.header__actions{align-items:center;gap:1rem;display:flex}.hero{background:radial-gradient(circle at 100% 0,#9e1b1b29,#0000 26%),radial-gradient(circle at 0,#f3f3f30d,#0000 22%),linear-gradient(#1c1c1c 0%,#0a0a0a 100%);padding:7rem 0 5rem;position:relative;overflow:hidden}.hero__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;display:grid}.hero__title{letter-spacing:-.05em;margin:0 0 1rem;font-size:clamp(3rem,7vw,5.75rem);line-height:.95}.hero__copy{max-width:650px;color:var(--color-text-muted);margin:0 0 2rem;font-size:1.05rem;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__visual{border-radius:var(--radius-xl);border:1px solid var(--color-border);background:linear-gradient(145deg, #ffffff14, #ffffff05), var(--color-surface);min-height:420px;box-shadow:var(--shadow-card);place-items:center;padding:1.5rem;display:grid}.hero__visual-inner{border-radius:calc(var(--radius-xl) - 8px);width:100%;height:100%;color:var(--color-text-muted);text-align:center;border:1px solid #ffffff14;place-items:center;padding:2rem;display:grid}.hero__visual-image-wrap{border-radius:24px;min-height:420px;position:relative;overflow:hidden}.hero__visual-image{object-fit:cover}.feature-grid{grid-template-columns:repeat(3,minmax(0,320px));justify-content:center;gap:1.25rem;display:grid}.feature-card{width:100%;max-width:320px;margin:0 auto;padding:1rem}.product-card,.testimonial-card{padding:1.25rem}.feature-card__media{aspect-ratio:4/5;border-radius:var(--radius-md);border:1px solid var(--color-border);background:linear-gradient(#ffffff0d,#ffffff05);margin-bottom:1rem;position:relative;overflow:hidden}.feature-card__image{object-fit:cover}.feature-card__placeholder{color:#ffffff8c;text-align:center;place-items:center;width:100%;height:100%;padding:1rem;font-size:.95rem;display:grid}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem;display:grid}.product-card__media{aspect-ratio:4/5;border-radius:var(--radius-md);border:1px solid var(--color-border);background:linear-gradient(#ffffff0d,#ffffff05);margin-bottom:1rem}.product-card__title,.feature-card__title{margin:0 0 .5rem;font-size:1.1rem}.product-card__meta,.feature-card__copy,.testimonial-card__copy{color:var(--color-text-muted);line-height:1.65}.product-card__media{aspect-ratio:4/5;border-radius:var(--radius-md);border:1px solid var(--color-border);background:linear-gradient(#ffffff0d,#ffffff05);margin-bottom:1rem;position:relative;overflow:hidden}.product-card__image{object-fit:cover}.product-card__placeholder{color:#ffffff8c;text-align:center;place-items:center;width:100%;height:100%;padding:1rem;font-size:.95rem;display:grid}.footer{border-top:1px solid var(--color-border);background:var(--color-bg-elevated)}.footer__grid{grid-template-columns:1.1fr repeat(3,1fr);gap:2rem;display:grid}.footer__title{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin:0 0 1rem;font-size:.9rem}.footer__links{gap:.75rem;display:grid}.footer__bottom{border-top:1px solid var(--color-border);color:var(--color-text-subtle);margin-top:2rem;padding-top:1.5rem;font-size:.95rem}.product-grid--featured{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem;display:grid}@media (max-width:1200px){.product-grid--featured{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.product-grid--featured>*{scroll-snap-align:start;flex:0 0 calc(33.3333% - .833333rem);min-width:260px;max-width:320px}}@media (max-width:700px){.product-grid--featured>*{flex:0 0 calc(100% - 2rem);max-width:340px}}.featured-products__header{justify-content:space-between;align-items:end;gap:1rem;display:flex}.featured-products__controls{align-items:center;gap:.75rem;display:none}.featured-products__carousel{position:relative}.featured-products__arrow{z-index:5;color:#fff;cursor:pointer;background:#0a0a0ad1;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;font-weight:700;transition:transform .18s,background .18s,border-color .18s;display:flex;position:absolute;top:108%;transform:translateY(-50%)}.featured-products__arrow:hover{background:#9e1b1be6;border-color:#9e1b1b}.featured-products__arrow--left{left:8px}.featured-products__arrow--right{right:8px}.product-grid--featured{scrollbar-width:none}.product-grid--featured::-webkit-scrollbar{display:none}@media (max-width:1200px){.featured-products__controls{display:flex}}@media (max-width:700px){.featured-products__arrow--left{left:6px}.featured-products__arrow--right{right:6px}.featured-products__arrow{width:44px;height:44px}}.commissioned-pieces__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.commissioned-piece-card{overflow:hidden}.commissioned-piece-card__media{aspect-ratio:4/5;background:linear-gradient(135deg,#181818 0%,#101010 100%);border-bottom:1px solid #ffffff0f;position:relative;overflow:hidden}.commissioned-piece-card__image{object-fit:cover}.commissioned-piece-card__tag{z-index:2;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#0a0a0ae6;border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:.45rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:1rem;left:1rem}.commissioned-piece-card__placeholder{color:#6f6f6f;text-transform:uppercase;letter-spacing:.08em;justify-content:center;align-items:center;padding:1rem;font-size:.95rem;display:flex;position:absolute;inset:0}.commissioned-piece-card__content{padding:1.5rem}.commissioned-piece-card__title{color:#fff;margin-bottom:.85rem;font-size:1.2rem;line-height:1.25}.commissioned-piece-card__description{color:#c7c7c7;line-height:1.7}.commissioned-pieces__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:980px){.commissioned-pieces__grid{grid-template-columns:1fr}}.header__cart-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none}.header__cart-button:hover{color:var(--accent,#9e1b1b)}.product-card{flex-direction:column;display:flex}.product-card__media-link{text-decoration:none;display:block}.product-card__title-link{color:inherit;text-decoration:none}.product-card__title-link:hover{color:var(--color-accent)}.product-card__meta{margin-bottom:1rem}.product-card__button{align-self:flex-start;margin-top:auto}
.cart-module__fB9Kvq__overlay{z-index:80;cursor:pointer;background:#0000008c;border:none;position:fixed;inset:0}.cart-module__fB9Kvq__drawer{z-index:90;color:#fff;background:radial-gradient(circle at 0 0,#9e1b1b2e,#0000 24rem),#0a0a0a;border-left:1px solid #c7c7c724;grid-template-rows:auto 1fr auto;width:min(430px,100vw);height:100vh;transition:transform .18s;display:grid;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-18px 0 45px #00000073}.cart-module__fB9Kvq__open{transform:translate(0)}.cart-module__fB9Kvq__header{border-bottom:1px solid #c7c7c724;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.cart-module__fB9Kvq__eyebrow{color:#c7c7c7;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .25rem;font-size:.75rem;font-weight:900}.cart-module__fB9Kvq__header h2{margin:0;font-size:1.5rem}.cart-module__fB9Kvq__closeButton{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:999px;width:38px;height:38px;font-size:1.5rem}.cart-module__fB9Kvq__emptyCart{color:#c7c7c7;align-content:start;gap:1rem;padding:1.5rem;display:grid}.cart-module__fB9Kvq__shopButton,.cart-module__fB9Kvq__checkoutButton{color:#fff;background:#9e1b1b;border-radius:999px;justify-content:center;padding:.9rem 1.2rem;font-weight:900;text-decoration:none;display:inline-flex}.cart-module__fB9Kvq__items{align-content:start;gap:1rem;padding:1rem;display:grid;overflow-y:auto}.cart-module__fB9Kvq__item{background:#1c1c1cdb;border:1px solid #c7c7c724;border-radius:16px;grid-template-columns:90px 1fr;gap:1rem;padding:1rem;display:grid}.cart-module__fB9Kvq__itemImageWrap{background:#ffffff0f;border-radius:12px;width:90px;height:90px;overflow:hidden}.cart-module__fB9Kvq__itemImage{object-fit:cover;width:100%;height:100%}.cart-module__fB9Kvq__itemImagePlaceholder{background:#c7c7c714;width:100%;height:100%}.cart-module__fB9Kvq__itemDetails{min-width:0}.cart-module__fB9Kvq__itemTitle{color:#fff;font-weight:900;line-height:1.35;text-decoration:none;display:inline-block}.cart-module__fB9Kvq__variantTitle{color:#c7c7c7;margin:.25rem 0 0;font-size:.9rem}.cart-module__fB9Kvq__price{color:#fff;margin:.5rem 0;font-weight:800}.cart-module__fB9Kvq__itemActions{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.cart-module__fB9Kvq__itemActions button{color:#fff;cursor:pointer;background:#0a0a0ab8;border:1px solid #c7c7c729;border-radius:999px;min-width:32px;height:32px}.cart-module__fB9Kvq__itemActions span{text-align:center;min-width:22px;font-weight:900}.cart-module__fB9Kvq__removeButton{padding:0 .75rem;color:#c7c7c7!important}.cart-module__fB9Kvq__footer{background:#1c1c1ceb;border-top:1px solid #c7c7c724;padding:1.25rem}.cart-module__fB9Kvq__subtotalRow{justify-content:space-between;gap:1rem;font-size:1.05rem;display:flex}.cart-module__fB9Kvq__checkoutNote{color:#c7c7c7;font-size:.85rem;line-height:1.5}.cart-module__fB9Kvq__checkoutButton{width:100%}.cart-module__fB9Kvq__itemActions button:disabled,.cart-module__fB9Kvq__checkoutButton[aria-disabled=true]{opacity:.55;cursor:not-allowed}.cart-module__fB9Kvq__closeButton:hover,.cart-module__fB9Kvq__itemActions button:hover,.cart-module__fB9Kvq__shopButton:hover,.cart-module__fB9Kvq__checkoutButton:hover{filter:brightness(1.08)}@media (max-width:520px){.cart-module__fB9Kvq__drawer{width:100vw}.cart-module__fB9Kvq__item{grid-template-columns:78px 1fr;gap:.8rem;padding:.85rem}.cart-module__fB9Kvq__itemImageWrap{width:78px;height:78px}.cart-module__fB9Kvq__header,.cart-module__fB9Kvq__footer{padding:1rem}}
