: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;max-width:100%;overflow-x:hidden}body{min-width:320px;max-width:100%;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;overflow-x:hidden}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:.75rem 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}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.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}.header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#050505db;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;z-index:50;align-items:center;gap:1rem;font-size:1.2rem;font-weight:800;display:inline-flex;position:relative}.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;display:flex;overflow:hidden}.header__logo img{object-fit:contain;width:100%;height:100%;transform:scale(1.28)}.header__menu{align-items:center;gap:1.5rem;display:flex}.header__nav,.header__actions{align-items:center;gap:1rem;display:flex}.header__nav a,.header__actions a,.header__cart-button{color:var(--color-text-muted);font-weight:700}.header__nav a:hover,.header__actions a:hover,.header__cart-button:hover{color:var(--color-text)}.header__cart-button{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.header__menu-button{border:1px solid var(--color-border);cursor:pointer;z-index:50;background:#ffffff0a;border-radius:999px;width:46px;height:46px;display:none;position:relative}.header__menu-button span{background:var(--color-text);border-radius:999px;width:20px;height:2px;margin:4px auto;display:block}.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}.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__title{margin:0 0 .5rem;font-size:1.1rem}.feature-card__copy{color:var(--color-text-muted);line-height:1.65}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem;display:grid}.product-grid--featured{scrollbar-width:none;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem;display:grid}.product-grid--featured::-webkit-scrollbar{display:none}.product-card{flex-direction:column;padding:1.25rem;display:flex}.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__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.product-card__meta{color:var(--color-text);margin-bottom:1rem;font-weight:700;line-height:1.65}.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__button{align-self:flex-start;margin-top:auto}.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;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}.feature-card,.product-card{transition:transform .22s,box-shadow .22s,border-color .22s}.feature-card:hover,.product-card:hover{border-color:#9e1b1b73;transform:translateY(-6px)}@media (max-width:768px){.product-card:hover{transform:none}}.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__content{padding:1.5rem}.commissioned-piece-card__title{color:#fff;margin:0 0 .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}.footer{border-top:1px solid var(--color-border);background:var(--color-bg-elevated);padding:2.5rem 0 .75rem}.footer__grid{grid-template-columns:1.1fr repeat(3,.75fr);gap:1.5rem;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:1rem;padding-top:.85rem;font-size:.9rem}@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}.featured-products__controls{display:flex}}@media (max-width:960px){.header__inner{min-height:76px}.header__logo{border-radius:14px;width:54px;height:54px}.header__brand{font-size:1.05rem}.header__menu-button{display:block}.header__menu{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#0a0a0afc;flex-direction:column;align-items:stretch;gap:.35rem;max-height:calc(100vh - 96px);padding:1rem 1.25rem;display:none;position:fixed;inset:76px 1rem auto;overflow-y:auto}.header__menu.is-open{display:flex}.header__nav,.header__actions{gap:.25rem;display:grid}.header__nav a,.header__actions a,.header__cart-button{text-align:left;padding:.45rem 0;font-size:1rem}.header__actions{border-top:1px solid var(--color-border);padding-top:1rem}}@media (max-width:900px){.section{padding:.75rem 0}.section-title{max-width:10ch;font-size:clamp(2.5rem,11vw,4rem);line-height:.95}.section-copy{max-width:32ch;font-size:1rem;line-height:1.65}.eyebrow{letter-spacing:.18em;font-size:.78rem}.btn{min-height:48px;padding:.85rem 1.25rem;font-size:.95rem}.hero{padding:3.25rem 0 4rem}.hero__grid{grid-template-columns:1fr;gap:2.5rem}.hero__title{max-width:7.5ch;font-size:clamp(3.25rem,15vw,4.75rem);line-height:.9}.hero__copy{max-width:32ch;font-size:1.05rem;line-height:1.75}.hero__actions{gap:1rem;width:100%;max-width:none;display:grid}.hero__actions .btn{width:100%}.hero__visual{justify-self:center;width:min(88vw,420px);min-height:auto;padding:1rem}.hero__visual-inner,.hero__visual-image-wrap{min-height:360px}.feature-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{border-radius:28px;max-width:100%;padding:1.35rem}.feature-card__media{aspect-ratio:1/.78;border-radius:22px;min-height:0;margin-bottom:1.25rem}.feature-card__title{letter-spacing:-.03em;font-size:clamp(1.75rem,7vw,2.25rem);line-height:1}.feature-card__copy{font-size:1rem;line-height:1.65}.commissioned-pieces__grid{grid-template-columns:1fr}.commissioned-piece-card__media{min-height:420px}.commissioned-pieces__actions{gap:1rem;display:grid}.footer{padding:1.5rem 0 .5rem}.footer__grid{grid-template-columns:1fr;gap:1.1rem}.footer .section-title,.footer h2{max-width:16ch;margin-bottom:.75rem;font-size:1.6rem;line-height:1.05}.footer__title{margin-bottom:.45rem;font-size:.75rem}.footer__links{gap:.35rem}.footer__links a{font-size:.95rem}.footer__bottom{margin-top:.75rem;padding-top:.75rem;padding-bottom:0}.footer .section-title,.footer h2{max-width:12ch;font-size:clamp(1.75rem,8vw,2.5rem)}.footer p{max-width:28ch;font-size:.95rem;line-height:1.55}}@media (max-width:768px){.featured-products__header{flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.featured-products__header .section-title{max-width:11ch;font-size:clamp(2.4rem,10vw,3.75rem)}.featured-products__carousel{margin-inline:-2rem;padding-left:2rem;overflow:hidden}.product-grid--featured{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:0 1rem 1.25rem 0;display:flex;overflow-x:auto}.product-grid--featured .product-card{scroll-snap-align:start;flex:0 0 88%;max-width:88%}.product-card{border-radius:26px;padding:1rem}.product-card__media{aspect-ratio:1;border-radius:20px;min-height:0}.product-card__title{letter-spacing:-.02em;font-size:1.2rem;line-height:1.1}.product-card__meta{margin-bottom:1rem;font-size:1rem}.product-card__button{align-self:stretch;width:100%}.featured-products__arrow,.featured-products__controls{display:none}.feature-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding:0 0 1.25rem;display:flex;overflow-x:auto}.feature-carousel::-webkit-scrollbar{display:none}.feature-carousel .feature-card{scroll-snap-align:start;flex:0 0 88%;max-width:88%}.feature-carousel .feature-card__media{aspect-ratio:1/.78;min-height:0}}@media (min-width:769px){.feature-carousel{grid-template-columns:repeat(3,minmax(0,320px));justify-content:center;gap:1.25rem;display:grid}}@media (max-width:768px){.product-grid:not(.product-grid--featured){grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-grid:not(.product-grid--featured) .product-card{border-radius:18px;padding:.65rem}.product-grid:not(.product-grid--featured) .product-card__media{aspect-ratio:1;border-radius:14px;margin-bottom:.65rem}.product-grid:not(.product-grid--featured) .badge{display:none}.product-grid:not(.product-grid--featured) .product-card__title{letter-spacing:-.02em;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.15;display:-webkit-box;overflow:hidden}.product-grid:not(.product-grid--featured) .product-card__meta{margin:.45rem 0 .75rem;font-size:.9rem;line-height:1.2}.product-grid:not(.product-grid--featured) .product-card__button{border-radius:999px;width:100%;min-height:38px;padding:.55rem .6rem;font-size:.78rem}}
.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}}
