*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);font-weight:var(--font-body-weight);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}input,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:var(--font-heading-weight);letter-spacing:var(--font-heading-spacing);margin:0}p{margin:0 0 1em}address{font-style:normal}table{border-collapse:collapse;width:100%}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content{position:absolute;left:1rem;top:-60px;background:var(--accent);color:var(--bg-base);padding:.75rem 1.25rem;z-index:1000;border-radius:4px;transition:top .2s ease}.skip-to-content:focus{top:1rem}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{max-width:var(--page-width);margin-inline:auto;padding-inline:1.25rem}.container--narrow{max-width:860px}@media(min-width:750px){.container{padding-inline:2rem}}.section{padding-block:clamp(3rem,6vw,6rem)}.section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.section__header--center{flex-direction:column;align-items:center;text-align:center}.section__label{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:var(--accent);margin:0 0 .5rem;font-weight:600}.section__heading{font-size:clamp(1.6rem,3vw,2.3rem);color:var(--text-primary)}.section__heading--center{text-align:center}.main-content{display:block}.empty-state{color:var(--text-muted);padding:2rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:2px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border:1px solid transparent;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .12s ease;cursor:pointer}.btn:active{transform:translateY(1px)}.btn--accent{background:var(--accent);color:#17140b}.btn--accent:hover{background:var(--accent-hover)}.btn--outline{background:transparent;color:var(--text-primary);border-color:var(--chrome)}.btn--outline:hover{border-color:var(--accent);color:var(--accent)}.btn--large{padding:1.05rem 2.25rem;font-size:.9rem}.btn--small{padding:.6rem 1.2rem;font-size:.75rem}.link-arrow{display:inline-flex;align-items:center;gap:.35rem;color:var(--accent);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.link-arrow:hover{color:var(--accent-hover)}.link-clear{color:var(--text-muted);font-size:.8rem;text-decoration:underline;margin-left:.75rem}.link-box{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid var(--accent);border-radius:2px;color:var(--accent)!important;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;transition:background-color .18s ease,color .18s ease}.link-box:hover{background:var(--accent);color:#17140b!important}.badge{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;padding:.3rem .6rem;border-radius:2px}.badge--sold{background:var(--bg-elevated);color:var(--text-muted);border:1px solid var(--line)}.badge--large{padding:.6rem 1rem;font-size:.8rem;margin:1rem 0}.breadcrumbs{font-size:.78rem;color:var(--text-muted);display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumbs a:hover{color:var(--accent)}.announcement-bar{background:var(--bg-elevated);border-bottom:1px solid var(--line)}.announcement-bar__inner{max-width:var(--page-width);margin-inline:auto;padding:.55rem 1.25rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.78rem;text-align:center}.announcement-bar__text{margin:0;color:var(--text-muted)}.announcement-bar__link{color:var(--accent);text-decoration:underline;font-weight:600}.site-header{position:sticky;top:0;z-index:40;background:#0b0b0deb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header__inner{max-width:var(--page-width);margin-inline:auto;padding:.85rem 1.25rem;display:flex;align-items:center;gap:1.5rem}@media(min-width:750px){.site-header__inner{padding:1rem 2rem}}.site-header__menu-toggle{display:flex;padding:.25rem}.site-header__logo{flex-shrink:0}.site-header__logo-text{font-family:var(--font-heading);font-weight:var(--font-heading-weight);letter-spacing:.12em;text-transform:uppercase;font-size:1.15rem;color:var(--text-primary)}.site-header__nav{display:none}.site-header__menu{display:flex;align-items:center;gap:1.75rem}.site-header__menu-item{position:relative}.site-header__menu-link{display:flex;align-items:center;gap:.3rem;padding:.5rem 0;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:var(--text-primary)}.site-header__menu-link:hover{color:var(--accent)}.site-header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);min-width:200px;background:var(--bg-elevated);border:1px solid var(--line);border-radius:4px;padding:.5rem;opacity:0;visibility:hidden;transition:opacity .16s ease,transform .16s ease;box-shadow:0 18px 40px #00000080}.site-header__menu-item.has-dropdown:hover .site-header__dropdown,.site-header__menu-item.has-dropdown:focus-within .site-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.site-header__dropdown li a{display:block;padding:.55rem .75rem;font-size:.85rem;border-radius:3px;color:var(--text-primary)}.site-header__dropdown li a:hover{background:var(--bg-panel);color:var(--accent)}.site-header__actions{margin-left:auto;display:flex;align-items:center;gap:1rem}.site-header__icon-link{display:flex;color:var(--text-primary)}.site-header__icon-link:hover{color:var(--accent)}.site-header__phone{display:none;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--chrome)}.site-header__phone:hover{color:var(--accent)}.site-header__cta{display:none}@media(min-width:990px){.site-header__menu-toggle{display:none}.site-header__nav{display:block}.site-header__phone{display:flex}.site-header__cta{display:inline-flex}}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;visibility:hidden;pointer-events:none}.mobile-drawer[data-open]{visibility:visible;pointer-events:auto}.mobile-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .2s ease}.mobile-drawer[data-open] .mobile-drawer__backdrop{opacity:1}.mobile-drawer__panel{position:absolute;top:0;left:0;bottom:0;z-index:1;width:min(320px,85vw);background:var(--bg-panel);border-right:1px solid var(--line);padding:1.5rem;overflow-y:auto;transform:translate(-100%);transition:transform .25s ease}.mobile-drawer[data-open] .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__close{margin-bottom:1.5rem}.mobile-drawer__phone{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--accent);padding:.85rem 1rem;border:1px solid var(--line);border-radius:4px;margin-bottom:1.5rem}.mobile-drawer__menu li{border-bottom:1px solid var(--line)}.mobile-drawer__menu>li>a,.mobile-drawer__parent{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 0;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.mobile-drawer__submenu{display:none;padding-bottom:.75rem}.mobile-drawer__submenu[data-open]{display:block}.mobile-drawer__submenu li a{display:block;padding:.55rem 0 .55rem 1rem;color:var(--text-muted);font-size:.88rem}.mobile-drawer__submenu li a:hover{color:var(--accent)}.sticky-call-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:1fr 1fr;background:var(--bg-elevated);border-top:1px solid var(--line)}.sticky-call-bar__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.sticky-call-bar__btn--call{background:var(--accent);color:#17140b}.sticky-call-bar__btn--inquire{color:var(--text-primary)}@media(min-width:990px){.sticky-call-bar{display:none}}body{padding-bottom:60px}@media(min-width:990px){body{padding-bottom:0}}.hero,.sell-hero{position:relative;min-height:var(--hero-min-height, 560px);display:flex;align-items:center;overflow:hidden}.hero__media,.sell-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image,.sell-hero__image{width:100%;height:100%;object-fit:cover}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0b0b0deb 10%,#0b0b0d8c,#0b0b0d40)}.hero__content,.sell-hero__content{position:relative;z-index:1;max-width:var(--page-width);margin-inline:auto;padding:2rem 1.25rem;width:100%}.sell-hero__content{max-width:720px;margin-inline:auto;text-align:center}@media(min-width:750px){.hero__content,.sell-hero__content{padding:2rem}}.hero__content{max-width:620px}.hero__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;color:var(--accent);margin-bottom:1rem;font-weight:600}.hero__heading{font-size:clamp(2.1rem,5vw,3.4rem);line-height:1.08;color:#fff;margin-bottom:1.25rem}.hero__subheading{color:var(--chrome);font-size:1.05rem;max-width:46ch;margin-bottom:2rem}.sell-hero__subheading{color:var(--chrome);font-size:1.05rem;max-width:56ch;margin:0 auto 2rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.sell-hero__content .hero__actions{justify-content:center}.trust-row__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--grid-gutter)}.trust-item{background:var(--bg-panel);border:1px solid var(--line);border-radius:6px;padding:1.75rem;text-align:center}.trust-item__icon{color:var(--accent);display:inline-flex;margin-bottom:1rem}.trust-item__heading{font-size:1.05rem;margin-bottom:.5rem}.trust-item__text{color:var(--text-muted);font-size:.9rem;margin:0}.product-grid{display:grid;gap:var(--grid-gutter);grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.product-grid--3,.product-grid--4{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.product-grid--4{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;height:100%;background:var(--bg-panel);border:1px solid var(--line);border-radius:6px;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 18px 40px #00000073}.product-card__frame{position:relative;aspect-ratio:1 / 1;background:radial-gradient(circle at 50% 35%,var(--bg-elevated),var(--bg-base));display:flex;align-items:center;justify-content:center}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:1rem;gap:.5rem}.product-card__image--placeholder{width:55%;opacity:.35}.product-card__placeholder-label{font-size:.65rem;color:var(--text-muted);text-align:center;text-transform:uppercase;letter-spacing:.05em}.badge--sold{position:absolute;top:.75rem;right:.75rem;background:var(--bg-base)}.product-card__body{padding:1rem 1.1rem 1.25rem;display:flex;flex-direction:column;gap:.2rem}.product-card__vendor{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.product-card__title{font-family:var(--font-heading);font-size:1rem;letter-spacing:.01em;line-height:1.3;min-height:3.9em}.product-card__ref{font-size:.75rem;color:var(--text-muted)}.product-card__price{margin-top:.4rem}.price{font-weight:700;color:var(--accent);font-size:1.05rem}.price__from{color:var(--text-muted);font-weight:500;font-size:.78rem;text-transform:uppercase;margin-right:.3rem}.price__compare-at{margin-left:.5rem;color:var(--text-muted);text-decoration:line-through;font-weight:500;font-size:.85rem}.product-info__price{font-size:1.9rem;display:block;margin:.75rem 0 1rem}.we-buy-band{background:linear-gradient(135deg,var(--bg-panel),var(--bg-elevated));border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:clamp(3rem,6vw,5rem)}.we-buy-band__inner{text-align:center;max-width:700px;margin-inline:auto}.we-buy-band__heading{font-size:clamp(1.8rem,3.5vw,2.6rem);color:#fff;margin:.5rem 0 1rem}.we-buy-band__text{color:var(--chrome);margin-bottom:2rem}.we-buy-band__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.testimonials__grid{display:grid;gap:var(--grid-gutter);grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.testimonial-card{background:var(--bg-panel);border:1px solid var(--line);border-radius:6px;padding:1.75rem;margin:0}.testimonial-card__stars{color:var(--accent);margin-bottom:.75rem;letter-spacing:.1em}.star{color:var(--line)}.star--filled{color:var(--accent)}.testimonial-card__quote{font-size:1rem;color:var(--text-primary);margin-bottom:1rem}.testimonial-card__author{display:flex;flex-direction:column;font-size:.85rem}.testimonial-card__name{font-weight:700}.testimonial-card__location{color:var(--text-muted)}.faq__list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--bg-panel);border:1px solid var(--line);border-radius:6px;padding:0 1.25rem}.faq-item__question{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 0;font-weight:600;cursor:pointer;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item[open] .faq-item__question svg{transform:rotate(180deg)}.faq-item__question svg{transition:transform .18s ease;flex-shrink:0;margin-left:1rem}.faq-item__answer{color:var(--text-muted);padding-bottom:1.25rem}.faq-item__answer p:last-child{margin-bottom:0}.contact-cta__inner{text-align:center;max-width:640px;margin-inline:auto}.contact-cta__heading{font-size:clamp(1.7rem,3vw,2.3rem);margin-bottom:1rem}.contact-cta__text{color:var(--text-muted);margin-bottom:2rem}.contact-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.collection-header{padding-block:2.5rem 1rem;border-bottom:1px solid var(--line)}.collection-header__title{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.75rem}.collection-header__description{color:var(--text-muted);max-width:65ch}.collection-layout{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:990px){.collection-layout{grid-template-columns:220px 1fr}}.collection-filters__heading{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.filter-group{border-bottom:1px solid var(--line);padding-block:1rem}.filter-group__heading{font-size:.85rem;margin-bottom:.6rem}.filter-group__list{display:flex;flex-direction:column;gap:.5rem}.filter-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.filter-group__price{display:flex;gap:.5rem}.filter-group__price label{display:flex;flex-direction:column;font-size:.7rem;color:var(--text-muted);gap:.25rem;flex:1}.filter-group__price input{background:var(--bg-panel);border:1px solid var(--line);border-radius:3px;padding:.4rem;color:var(--text-primary);width:100%}.filter-empty-note{font-size:.8rem;color:var(--text-muted)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.collection-toolbar__count{color:var(--text-muted);font-size:.85rem;margin:0}.collection-toolbar__sort{display:flex;align-items:center;gap:.5rem;font-size:.82rem}.collection-toolbar__sort select{background:var(--bg-panel);border:1px solid var(--line);color:var(--text-primary);padding:.5rem .75rem;border-radius:3px}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem;font-size:.85rem}.pagination__link,.pagination__current{padding:.5rem .85rem;border-radius:3px}.pagination__link:hover{background:var(--bg-panel)}.pagination__current{color:var(--accent);font-weight:700}.product-layout{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:3rem}@media(min-width:990px){.product-layout{grid-template-columns:1.1fr 1fr}}.product-gallery__main{background:radial-gradient(circle at 50% 35%,var(--bg-elevated),var(--bg-base));border:1px solid var(--line);border-radius:8px;overflow:hidden;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.product-gallery__placeholder-image{width:45%;opacity:.3}.product-gallery__placeholder-label{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;text-align:center}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border:1px solid var(--line);border-radius:4px;overflow:hidden}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb:hover,.product-gallery__thumb[data-active]{border-color:var(--accent)}.product-info__vendor{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-size:.8rem;font-weight:700;margin-bottom:.4rem}.product-info__title{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.4rem}.product-info__ref{color:var(--text-muted);font-size:.9rem;margin-bottom:.25rem}.product-info__actions{display:flex;gap:1rem;flex-wrap:wrap;margin:1.5rem 0 2rem}.product-info__section-heading{font-size:1.05rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-top:1.5rem;border-top:1px solid var(--line)}.product-info__description{color:var(--text-muted)}.spec-table th{text-align:left;color:var(--text-muted);font-weight:500;padding:.6rem 1rem .6rem 0;border-bottom:1px solid var(--line);width:45%;font-size:.85rem}.spec-table td{padding:.6rem 0;border-bottom:1px solid var(--line);font-size:.9rem}.inquiry-panel{background:var(--bg-panel);border:1px solid var(--line);border-radius:8px;padding:2rem 1.5rem;margin-bottom:3rem;scroll-margin-top:100px}@media(min-width:750px){.inquiry-panel{padding:2.5rem}}.inquiry-panel__inner{max-width:560px;margin-inline:auto}.inquiry-panel__heading{font-size:1.5rem;margin-bottom:.5rem;text-align:center}.inquiry-panel__subheading{color:var(--text-muted);text-align:center;margin-bottom:1.75rem}.inquiry-form__summary{display:flex;align-items:center;justify-content:space-between;background:var(--bg-elevated);border:1px solid var(--line);border-radius:4px;padding:.85rem 1.1rem;margin-bottom:1.25rem;font-size:.9rem}.product-related{border-top:1px solid var(--line);padding-top:2.5rem}.form-field{margin-bottom:1.1rem;display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.form-field input,.form-field textarea,.form-field select{background:var(--bg-base);border:1px solid #5C6069;border-radius:4px;padding:.8rem .9rem;color:var(--text-primary);width:100%}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--accent)}.form-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:600px){.form-grid{grid-template-columns:1fr 1fr}}.form-success{background:#4caf6d1a;border:1px solid var(--success);border-radius:6px;padding:1.5rem;text-align:center}.form-success h3{color:var(--success);margin-bottom:.5rem}.form-error{background:#e5584b1a;border:1px solid var(--error);border-radius:6px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.form-error h3{color:var(--error);margin-bottom:.5rem;font-size:.95rem}.form-error ul{list-style:disc;padding-left:1.2rem;color:var(--error);font-size:.85rem}.newsletter-form__row{display:flex;gap:.5rem}.newsletter-form__row input{background:var(--bg-base);border:1px solid var(--line);border-radius:4px;padding:.7rem .9rem;color:var(--text-primary);flex:1;min-width:0}.form-success.form-success--inline{padding:.75rem}.how-it-works__steps{display:grid;gap:var(--grid-gutter);grid-template-columns:repeat(2,1fr);counter-reset:step}@media(min-width:750px){.how-it-works__steps{grid-template-columns:repeat(4,1fr)}}.how-it-works__step{text-align:center}.how-it-works__number{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;border:1px solid var(--accent);color:var(--accent);font-family:var(--font-heading);font-size:1.1rem;margin-bottom:1rem}.how-it-works__heading{font-size:1rem;margin-bottom:.5rem}.how-it-works__text{color:var(--text-muted);font-size:.88rem}.quote-form-panel{background:var(--bg-panel);border:1px solid var(--line);border-radius:8px;padding:2rem 1.5rem;scroll-margin-top:100px}@media(min-width:750px){.quote-form-panel{padding:2.5rem}}.quote-form__call-alt{text-align:center;color:var(--text-muted);font-size:.85rem;margin-top:1rem}.quote-form__call-alt a{color:var(--accent);font-weight:600}.page-section__title{font-size:clamp(1.8rem,3.5vw,2.4rem);margin-bottom:1.5rem}.rte{color:var(--text-muted)}.rte h2,.rte h3{color:var(--text-primary);margin:1.5rem 0 .75rem}.rte p{margin-bottom:1.1em}.rte a{color:var(--accent);text-decoration:underline}.rte ul,.rte ol{list-style:disc;padding-left:1.4rem;margin-bottom:1.1em}.rte ol{list-style:decimal}.contact-layout{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:990px){.contact-layout{grid-template-columns:1.2fr 1fr}}.contact-section__title{font-size:clamp(1.8rem,3.5vw,2.4rem);margin-bottom:.75rem}.contact-section__text{color:var(--text-muted);margin-bottom:2rem}.contact-info-card{background:var(--bg-panel);border:1px solid var(--line);border-radius:8px;padding:1.75rem;margin-bottom:1.5rem}.contact-info-card__heading{font-size:1.1rem;margin-bottom:1rem}.contact-info-card__subheading{font-size:.95rem;margin:1.25rem 0 .5rem}.contact-info-card p{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;color:var(--text-muted)}.contact-info-card a:hover{color:var(--accent)}.contact-map{border:1px solid var(--line);border-radius:8px;overflow:hidden;line-height:0}.article-grid{display:grid;gap:var(--grid-gutter);grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.article-card{display:flex;flex-direction:column;background:var(--bg-panel);border:1px solid var(--line);border-radius:6px;overflow:hidden}.article-card:hover{border-color:var(--accent)}.article-card__image{aspect-ratio:16/10;display:block;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.4rem}.article-card__date{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.article-card__title{font-family:var(--font-heading);font-size:1.1rem}.article-card__excerpt{color:var(--text-muted);font-size:.88rem}.article-header{margin-bottom:2.5rem;text-align:center}.article-header__category{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin-bottom:.5rem}.article-header__title{font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15;margin-bottom:.9rem}.article-header__meta{color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.article-hero-image{overflow:hidden;margin-bottom:3rem;border-radius:4px;aspect-ratio:21 / 9;background:var(--bg-panel)}.article-hero-image img{width:100%;height:100%;object-fit:cover}@media(max-width:749px){.article-hero-image{aspect-ratio:4 / 3}}.article-content{max-width:720px;margin-inline:auto;font-size:1.05rem;line-height:1.75}.article-content h2{margin-top:2.75rem;margin-bottom:1rem}.article-content img{width:100%;height:auto;border-radius:4px;margin:2.25rem 0}.article-tags{display:flex;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.tag{background:var(--bg-elevated);border:1px solid var(--line);border-radius:3px;padding:.3rem .6rem;font-size:.75rem;color:var(--text-muted)}.search-form{display:flex;gap:.5rem;max-width:480px;margin:1.5rem 0 2rem}.search-form input{flex:1;background:var(--bg-panel);border:1px solid var(--line);border-radius:4px;padding:.8rem 1rem;color:var(--text-primary)}.search-form button{background:var(--accent);color:#17140b;border-radius:4px;padding:0 1.1rem;display:flex;align-items:center}.search-results__count{color:var(--text-muted);margin-bottom:1.5rem}.search-result-card{display:block;background:var(--bg-panel);border:1px solid var(--line);border-radius:6px;padding:1.25rem}.search-result-card__title{display:block;font-family:var(--font-heading);margin-bottom:.4rem}.search-result-card__excerpt{color:var(--text-muted);font-size:.85rem}.not-found-section__inner{text-align:center;padding-block:3rem}.not-found-section__icon{color:var(--accent);display:inline-flex;margin-bottom:1.5rem}.not-found-section__inner h1{font-size:2rem;margin-bottom:1rem}.not-found-section__inner p{color:var(--text-muted);margin-bottom:2rem;max-width:50ch;margin-inline:auto}.site-footer{background:var(--bg-panel);border-top:1px solid var(--line);padding-top:3.5rem}.site-footer__top{max-width:var(--page-width);margin-inline:auto;padding:0 1.25rem 3rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.site-footer__top{padding:0 2rem 3rem;grid-template-columns:1.4fr 1fr 1fr 1.4fr}}@media(min-width:990px){.site-footer__top{grid-template-columns:1.2fr 1fr 1fr 1.2fr 1.2fr}}.site-footer__logo-text{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;font-size:1.2rem}.site-footer__tagline{color:var(--text-muted);font-size:.88rem;margin:.85rem 0 1.25rem}.site-footer__social{display:flex;gap:.85rem}.site-footer__social a{color:var(--chrome)}.site-footer__social a:hover{color:var(--accent)}.site-footer__heading{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;color:var(--text-primary)}.site-footer__heading--hours{margin-top:1.25rem}.site-footer__col ul{display:flex;flex-direction:column;gap:.6rem}.site-footer__col a{color:var(--text-muted);font-size:.88rem}.site-footer__col a:hover{color:var(--accent)}.site-footer__col--visit address,.site-footer__col--visit p{color:var(--text-muted);font-size:.88rem;margin-bottom:.5rem}.site-footer__phone{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-weight:600;font-size:.88rem;margin-top:.25rem}.site-footer__hours p{color:var(--text-muted);font-size:.85rem;margin-bottom:.3rem}.site-footer__col--newsletter{grid-column:1 / -1}@media(min-width:750px){.site-footer__col--newsletter{grid-column:auto}}.site-footer__col--newsletter p{color:var(--text-muted);font-size:.85rem;margin-bottom:1rem}.site-footer__bottom{border-top:1px solid var(--line);padding:1.75rem 1.25rem}@media(min-width:750px){.site-footer__bottom{padding:1.75rem 2rem}}.site-footer__disclaimer,.site-footer__trademark,.site-footer__copyright{max-width:var(--page-width);margin:0 auto .6rem;font-size:.74rem;color:var(--text-muted);line-height:1.6}.site-footer__copyright{margin-bottom:0}.product-card__placeholder-label,.product-gallery__placeholder-label{line-height:1.4}.new-stock{overflow:hidden}.new-stock__footer{text-align:center;margin-top:2rem}.marquee{position:relative;overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.marquee__track{display:flex;gap:var(--grid-gutter);width:max-content;padding-inline:var(--grid-gutter);animation:marquee-scroll var(--marquee-duration, 55s) linear infinite}.marquee:hover .marquee__track,.marquee:focus-within .marquee__track,.marquee.is-paused .marquee__track{animation-play-state:paused}.marquee__item{flex:0 0 auto;width:240px}@media(min-width:750px){.marquee__item{width:280px}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee[data-draggable-marquee]{touch-action:pan-y}.marquee[data-draggable-marquee] .marquee__track{animation:none}@media(prefers-reduced-motion:reduce){.marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.marquee__track{animation:none;scroll-snap-type:x proximity}.marquee__item{scroll-snap-align:start}.marquee__pause-toggle{display:none}}.marquee__pause-toggle{position:absolute;z-index:2;top:.5rem;right:.5rem;display:inline-flex;align-items:center;gap:.4rem;background:var(--bg-elevated);border:1px solid var(--line);border-radius:999px;padding:.4rem .8rem;font-size:.72rem;letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;-webkit-mask-image:none;mask-image:none;opacity:0;pointer-events:none;transition:opacity .15s ease}.marquee:hover .marquee__pause-toggle,.marquee:focus-within .marquee__pause-toggle,.marquee.is-paused .marquee__pause-toggle{opacity:1;pointer-events:auto}.marquee__pause-toggle:hover,.marquee__pause-toggle:focus-visible{color:var(--text-primary);border-color:var(--accent)}.marquee__pause-icon{display:inline-flex}.about-intro__grid{display:grid;gap:2.5rem;grid-template-columns:1fr;align-items:center}@media(min-width:990px){.about-intro__grid{grid-template-columns:1.3fr 1fr}}.about-intro__figure{margin:0 auto;max-width:280px}@media(min-width:990px){.about-intro__figure{justify-self:end}}.about-intro__frame{display:block;aspect-ratio:1 / 1;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:radial-gradient(circle at 50% 35%,var(--bg-elevated),var(--bg-base))}.about-intro__image{width:100%;height:100%;object-fit:cover}.about-intro__caption{margin-top:.75rem;color:var(--text-muted);font-size:.85rem;font-style:italic;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
