/* Salloq Pipeline Theme - Bold Industrial Design */

/* === RESET & BASE === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:var(--font-size-base,15px);scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);color:var(--color-text);background:var(--color-background);line-height:1.6;-webkit-font-smoothing:antialiased}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none;transition:color .2s}
img,video{max-width:100%;height:auto;display:block}
button{font:inherit;cursor:pointer;border:none;background:none}
input,select,textarea{font:inherit;border:1px solid var(--color-border);border-radius:var(--border-radius);padding:.75rem 1rem;width:100%;background:var(--color-background)}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary)}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;text-transform:var(--heading-style,uppercase);letter-spacing:-.02em}
h1{font-size:clamp(2rem,6vw,3.5rem)}
h2{font-size:clamp(1.5rem,4vw,2.5rem)}
h3{font-size:clamp(1.25rem,3vw,1.75rem)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:var(--color-primary);color:#fff;padding:.5rem 1rem;z-index:9999}
.skip-link:focus{top:0}

/* === LAYOUT === */
.container{max-width:var(--container-width);margin:0 auto;padding:0 1.25rem}
@media(min-width:768px){.container{padding:0 2rem}}
.container-narrow{max-width:720px}
.section{padding:var(--section-spacing) 0}
.section-header{margin-bottom:2rem}
.section-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.5rem}
.section-title{margin-bottom:.5rem}
.section-link{font-size:.875rem;font-weight:600;color:var(--color-accent)}
.text-center{text-align:center}
.rte p{margin-bottom:1rem}
.rte ul,.rte ol{margin-bottom:1rem;padding-left:1.5rem}
.hide-mobile{display:none !important}
@media(min-width:768px){.hide-mobile{display:block !important}}

/* === BUTTONS === */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:2px solid transparent;border-radius:var(--border-radius);transition:all .2s;cursor:pointer}
.btn:disabled{opacity:.5;cursor:not-allowed}
.btn-primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.btn-primary:hover:not(:disabled){background:var(--color-secondary);border-color:var(--color-secondary)}
.btn-outline{background:transparent;border-color:var(--color-primary);color:var(--color-primary)}
.btn-outline:hover:not(:disabled){background:var(--color-primary);color:#fff}
.btn-white{background:#fff;border-color:#fff;color:var(--color-primary)}
.btn-white:hover:not(:disabled){background:transparent;color:#fff}
.btn-secondary{background:transparent;border-color:var(--color-border);color:var(--color-text)}
.btn-secondary:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}
.btn-sm{padding:.5rem 1rem;font-size:.75rem}
.btn-lg{padding:1rem 2rem;font-size:1rem}
.btn-full{width:100%}

/* === FORMS === */
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}
.form-row{display:grid;gap:1rem}
@media(min-width:768px){.form-row{grid-template-columns:1fr 1fr}}
.form-errors{background:var(--color-error);color:#fff;padding:1rem;border-radius:var(--border-radius);margin-bottom:1rem}
.form-success{background:var(--color-success);color:#fff;padding:1rem;border-radius:var(--border-radius);margin-bottom:1rem}

/* === ANNOUNCEMENT BAR === */
.announcement-bar{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center;padding:.5rem 1rem}
.announcement-bar a{text-decoration:underline}

/* === HEADER === */
.header{position:sticky;top:0;z-index:100;background:var(--color-background);border-bottom:1px solid var(--color-border);transition:transform .3s,box-shadow .3s}
.header.scrolled{box-shadow:0 2px 10px rgba(0,0,0,.1)}
.header.hidden{transform:translateY(-100%)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}
.header-logo{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.header-logo img{height:auto;max-height:40px}
.header-nav{display:none;gap:2rem}
@media(min-width:1024px){.header-nav{display:flex}.menu-toggle{display:none}}
.header-nav-link{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;position:relative}
.header-nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-accent);transition:width .2s}
.header-nav-link:hover::after,.header-nav-link.active::after{width:100%}
.header-actions{display:flex;align-items:center;gap:.5rem}
.header-action{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--border-radius);transition:background .2s}
.header-action:hover{background:var(--color-background-alt)}
.header-cart{position:relative}
.header-cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;font-size:.65rem;font-weight:700;background:var(--color-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}

/* === HERO === */
.hero{position:relative;min-height:var(--hero-height,600px);display:flex;align-items:center;overflow:hidden}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:#000}
.hero-content{position:relative;z-index:2;width:100%;padding:2rem 0}
.hero-content-inner{max-width:700px}
.hero-content-inner.center{margin:0 auto;text-align:center}
.hero-content-inner.right{margin-left:auto;text-align:right}
.hero-heading{font-size:clamp(2.5rem,8vw,5rem);margin-bottom:1rem;letter-spacing:-.02em}
.hero-subheading{font-size:clamp(1rem,2vw,1.25rem);opacity:.9;margin-bottom:2rem;max-width:50ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}
@media(max-width:767px){.hero{min-height:80vh}.hero-content{text-align:center}.hero-content-inner{margin:0 auto}.hero-actions{justify-content:center}}

/* === PRODUCT GRID === */
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.product-grid{grid-template-columns:repeat(var(--columns,4),1fr);gap:1.5rem}}
.product-card{position:relative}
.product-card-media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--color-background-alt);border-radius:var(--border-radius);margin-bottom:1rem}
.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card-image-hover{position:absolute;inset:0;opacity:0;transition:opacity .4s}
.product-card:hover .product-card-image{transform:scale(1.05)}
.product-card:hover .product-card-image-hover{opacity:1}
.product-card-actions{position:absolute;bottom:1rem;left:1rem;right:1rem;opacity:0;transform:translateY(10px);transition:all .3s}
.product-card:hover .product-card-actions{opacity:1;transform:translateY(0)}
.product-card-info{text-align:center}
.product-card-vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.25rem}
.product-card-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}
.product-card-title a:hover{color:var(--color-accent)}
.product-card-price{font-family:var(--font-mono);font-size:.875rem}
.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}
.product-badge{padding:.25rem .5rem;font-size:.65rem;font-weight:700;text-transform:uppercase;border-radius:var(--border-radius)}
.badge-sale{background:var(--color-sale);color:#fff}
.badge-new{background:var(--color-primary);color:#fff}
.badge-soldout{background:var(--color-text-muted);color:#fff}
.price-compare{text-decoration:line-through;color:var(--color-text-muted);margin-right:.5rem}
.price-sale{color:var(--color-sale)}

/* === COLLECTION PAGE === */
.collection-hero{position:relative;height:300px;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:2rem}
.collection-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.collection-hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4)}
.collection-hero-content{position:relative;z-index:2;color:#fff}
.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border);margin-bottom:2rem}
.collection-toolbar-actions{display:flex;gap:1rem;align-items:center}
.collection-count{font-size:.875rem;color:var(--color-text-muted)}
.sort-select{padding:.5rem 1rem;font-size:.875rem;border:1px solid var(--color-border);border-radius:var(--border-radius);background:var(--color-background);cursor:pointer}
.collection-layout{display:grid;gap:2rem}
@media(min-width:1024px){.collection-layout{grid-template-columns:250px 1fr}}
.collection-filters{display:none}
@media(min-width:1024px){.collection-filters{display:block}}
.filter-group{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}
.filter-title{font-size:.875rem;font-weight:600;margin-bottom:1rem}
.filter-option{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:.5rem;cursor:pointer}
.filter-option input{width:auto;margin:0}

/* === PRODUCT PAGE === */
.product-page{padding:2rem 0}
.product-layout{display:grid;gap:2rem}
@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr;gap:4rem}}
.product-gallery-main{aspect-ratio:3/4;background:var(--color-background-alt);border-radius:var(--border-radius);overflow:hidden;margin-bottom:1rem}
.product-gallery-main img{width:100%;height:100%;object-fit:cover}
.product-gallery-slide{display:none}
.product-gallery-slide.active{display:block}
.product-gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto}
.product-gallery-thumb{width:80px;aspect-ratio:3/4;border:2px solid transparent;border-radius:var(--border-radius);overflow:hidden;cursor:pointer;opacity:.6;transition:all .2s}
.product-gallery-thumb.active,.product-gallery-thumb:hover{border-color:var(--color-primary);opacity:1}
.product-gallery-thumb img{width:100%;height:100%;object-fit:cover}
.product-info{padding:1rem 0}
@media(min-width:1024px){.product-info{position:sticky;top:calc(var(--header-height) + 2rem);padding:2rem 0}}
.product-vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.5rem}
.product-title{margin-bottom:1rem}
.product-price{font-family:var(--font-mono);font-size:1.5rem;margin-bottom:1.5rem}
.product-description{color:var(--color-text-muted);margin-bottom:2rem;line-height:1.8}
.product-options{margin-bottom:1.5rem}
.product-option{margin-bottom:1rem}
.product-option-label{font-size:.875rem;font-weight:600;margin-bottom:.5rem;display:block}
.product-option-values{display:flex;flex-wrap:wrap;gap:.5rem}
.product-option-value{padding:.5rem 1rem;font-size:.875rem;border:1px solid var(--color-border);border-radius:var(--border-radius);cursor:pointer;transition:all .2s}
.product-option-value:hover{border-color:var(--color-primary)}
.product-option-value.selected{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.product-option-value.unavailable{opacity:.3;cursor:not-allowed}
.product-actions{display:flex;gap:1rem;margin-bottom:2rem}
.product-actions .quantity-selector{flex-shrink:0}
.product-actions .btn{flex:1}
.product-meta{padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.875rem;color:var(--color-text-muted)}
.product-meta p{margin-bottom:.5rem}

/* === QUANTITY SELECTOR === */
.quantity-selector{display:inline-flex;border:1px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden}
.quantity-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:background .2s}
.quantity-btn:hover{background:var(--color-background-alt)}
.quantity-input{width:60px;height:44px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);border-radius:0}
.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* === CART PAGE === */
.cart-page{padding:2rem 0}
.cart-layout{display:grid;gap:2rem}
@media(min-width:1024px){.cart-layout{grid-template-columns:1fr 400px}}
.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}
.cart-item-image{aspect-ratio:3/4;border-radius:var(--border-radius);overflow:hidden;background:var(--color-background-alt)}
.cart-item-image img{width:100%;height:100%;object-fit:cover}
.cart-item-details{display:flex;flex-direction:column}
.cart-item-title{font-size:1rem;font-weight:500;margin-bottom:.25rem}
.cart-item-title a:hover{color:var(--color-accent)}
.cart-item-variant{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem}
.cart-item-price{font-family:var(--font-mono);margin-bottom:auto}
.cart-item-quantity{display:flex;align-items:center;gap:.75rem;margin-top:1rem}
.cart-item-quantity button{width:28px;height:28px;border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s}
.cart-item-quantity button:hover{background:var(--color-background-alt)}
.cart-item-remove{align-self:start;color:var(--color-text-muted);transition:color .2s}
.cart-item-remove:hover{color:var(--color-error)}
.cart-summary{background:var(--color-background-alt);padding:2rem;border-radius:var(--border-radius);height:fit-content}
.cart-summary h2{font-size:1.25rem;margin-bottom:1.5rem}
.cart-totals{margin-bottom:1.5rem}
.cart-totals-row{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}
.cart-note{font-size:.875rem;color:var(--color-text-muted)}
.cart-notes{margin-bottom:1.5rem}
.cart-notes label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}
.cart-notes textarea{min-height:100px;resize:vertical}
.free-shipping-bar{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}
.progress-bar{height:8px;background:var(--color-border);border-radius:4px;overflow:hidden;margin-top:.5rem}
.progress-bar-fill{height:100%;background:var(--color-success);transition:width .3s}
.free-shipping-success{color:var(--color-success);font-weight:600}

/* === CART DRAWER === */
.cart-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;z-index:200;transition:all .3s}
.cart-drawer-overlay.open{opacity:1;visibility:visible}
.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:450px;height:100%;background:var(--color-background);z-index:201;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column}
.cart-drawer.open{transform:translateX(0)}
.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}
.cart-drawer-header h2{font-size:1.25rem}
.cart-drawer-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);transition:background .2s}
.cart-drawer-close:hover{background:var(--color-background-alt)}
.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}
.cart-drawer-empty{text-align:center;padding:3rem 1rem}
.cart-drawer-empty svg{margin:0 auto 1rem;color:var(--color-text-muted)}
.cart-drawer-empty p{margin-bottom:1.5rem;color:var(--color-text-muted)}
.cart-drawer-footer{padding:1.5rem;border-top:1px solid var(--color-border);background:var(--color-background-alt)}
.cart-drawer-subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}
.cart-drawer-note{font-size:.75rem;color:var(--color-text-muted);margin-bottom:1rem}
.cart-drawer-footer .btn{margin-bottom:.5rem}

/* === MOBILE MENU === */
.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;z-index:200;transition:all .3s}
.mobile-menu-overlay.open{opacity:1;visibility:visible}
.mobile-menu{position:fixed;top:0;left:0;width:100%;max-width:350px;height:100%;background:var(--color-background);z-index:201;transform:translateX(-100%);transition:transform .3s ease;display:flex;flex-direction:column}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}
.mobile-menu-logo{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;text-transform:uppercase}
.mobile-menu-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center}
.mobile-menu-nav{flex:1;padding:1.5rem}
.mobile-menu-link{display:block;font-size:1.5rem;font-weight:600;padding:1rem 0;border-bottom:1px solid var(--color-border)}
.mobile-menu-link:hover{color:var(--color-accent)}
.mobile-menu-footer{padding:1.5rem;border-top:1px solid var(--color-border)}
.mobile-menu-footer a{display:block;font-size:.875rem;margin-bottom:.5rem;color:var(--color-text-muted)}

/* === SEARCH DRAWER === */
.search-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;z-index:200;transition:all .3s}
.search-drawer-overlay.open{opacity:1;visibility:visible}
.search-drawer{position:fixed;top:0;left:0;right:0;background:var(--color-background);z-index:201;transform:translateY(-100%);transition:transform .3s ease}
.search-drawer.open{transform:translateY(0)}
.search-drawer-header{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid var(--color-border)}
.search-form{flex:1;display:flex;gap:.5rem}
.search-input{flex:1;border:none;font-size:1.125rem}
.search-submit{width:44px;height:44px;display:flex;align-items:center;justify-content:center}
.search-drawer-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center}
.search-drawer-results{max-height:60vh;overflow-y:auto;padding:1rem}

/* === COLLECTION CARDS === */
.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}
.collection-card{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--border-radius)}
.collection-card-media{position:absolute;inset:0}
.collection-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.collection-card:hover .collection-card-media img{transform:scale(1.05)}
.collection-card-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.4);color:#fff;text-align:center;padding:1rem}
.collection-card-title{font-size:1.25rem;margin-bottom:.5rem}

/* === IMAGE WITH TEXT === */
.image-with-text-grid{display:grid;gap:2rem;align-items:center}
@media(min-width:768px){.image-with-text-grid{grid-template-columns:1fr 1fr;gap:4rem}}
.image-with-text.reverse .image-with-text-grid{direction:rtl}
.image-with-text.reverse .image-with-text-content{direction:ltr}
.image-with-text-media{border-radius:var(--border-radius);overflow:hidden}
.image-with-text-media img{width:100%;height:auto}
.image-with-text-content .rte{margin-bottom:1.5rem}

/* === IMAGE BANNER === */
.image-banner{position:relative;display:flex;align-items:center;justify-content:center;min-height:var(--banner-height,400px);color:#fff;text-align:center}
.image-banner-media{position:absolute;inset:0}
.image-banner-media img{width:100%;height:100%;object-fit:cover}
.image-banner-overlay{position:absolute;inset:0;background:#000}
.image-banner-content{position:relative;z-index:2;padding:2rem}
.image-banner-content h2{margin-bottom:1rem}
.image-banner-content p{margin-bottom:1.5rem;opacity:.9}

/* === NEWSLETTER === */
.newsletter-content{max-width:500px;margin:0 auto}
.newsletter-form-large{display:flex;gap:1rem;margin-top:1.5rem}
.newsletter-form-large input{flex:1}
@media(max-width:767px){.newsletter-form-large{flex-direction:column}}

/* === TESTIMONIALS === */
.testimonials-grid{display:grid;gap:2rem}
@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}
.testimonial-card{background:var(--color-background-alt);padding:2rem;border-radius:var(--border-radius)}
.testimonial-rating{color:var(--color-accent);margin-bottom:1rem}
.testimonial-quote{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}
.testimonial-name{font-weight:600;display:block}
.testimonial-title{font-size:.875rem;color:var(--color-text-muted)}

/* === LOGO LIST === */
.logo-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem 3rem;opacity:.6}
.logo-item img{max-height:40px;width:auto}

/* === GALLERY === */
.gallery-grid{display:grid;grid-template-columns:repeat(var(--columns,4),1fr);gap:1rem}
.gallery-item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--border-radius)}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gallery-item:hover img{transform:scale(1.05)}
.gallery-link{position:absolute;inset:0}

/* === VIDEO === */
.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--border-radius)}
.video-wrapper iframe,.video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%}

/* === FAQ === */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--color-border)}
.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 0;font-weight:600;text-align:left;cursor:pointer;list-style:none}
.faq-question::-webkit-details-marker{display:none}
.faq-question::after{content:'+';font-size:1.5rem;font-weight:300}
.faq-item[open] .faq-question::after{content:'−'}
.faq-answer{padding-bottom:1.25rem;color:var(--color-text-muted)}

/* === COUNTDOWN === */
.countdown-timer{display:flex;justify-content:center;gap:2rem;margin:2rem 0}
.countdown-unit{text-align:center}
.countdown-unit span{display:block;font-family:var(--font-mono);font-size:3rem;font-weight:700;line-height:1}
.countdown-unit label{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}

/* === ARTICLES === */
.article-grid{display:grid;gap:2rem}
@media(min-width:768px){.article-grid{grid-template-columns:repeat(3,1fr)}}
.article-card-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:var(--border-radius);margin-bottom:1rem}
.article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.article-card:hover .article-card-image img{transform:scale(1.05)}
.article-card-content time{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}
.article-card-title{font-size:1.25rem;margin:.5rem 0}
.article-card-excerpt{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1rem}
.article-card-link{font-size:.875rem;font-weight:600;color:var(--color-accent)}
.article-page{padding:2rem 0}
.article-header{margin-bottom:2rem}
.article-header time{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}
.article-title{margin:.5rem 0}
.article-author{color:var(--color-text-muted)}
.article-image{margin-bottom:2rem;border-radius:var(--border-radius);overflow:hidden}
.article-content{line-height:1.8;margin-bottom:2rem}
.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}
.tag{font-size:.75rem;padding:.25rem .75rem;background:var(--color-background-alt);border-radius:var(--border-radius)}

/* === CUSTOMER === */
.customer-page{padding:2rem 0}
.customer-form{max-width:400px;margin:0 auto}
.customer-links{text-align:center;margin-top:1.5rem;font-size:.875rem}
.customer-links a{color:var(--color-text-muted);margin:0 .5rem}
.account-layout{display:grid;gap:2rem}
@media(min-width:768px){.account-layout{grid-template-columns:200px 1fr}}
.account-nav{display:flex;flex-direction:column;gap:.5rem}
.account-nav a{padding:.75rem 1rem;border-radius:var(--border-radius);transition:background .2s}
.account-nav a:hover,.account-nav a.active{background:var(--color-background-alt)}
.account-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}
.account-section h2{font-size:1.125rem;margin-bottom:1rem}
.orders-list{display:flex;flex-direction:column;gap:.5rem}
.order-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:var(--color-background-alt);border-radius:var(--border-radius)}
.addresses-grid{display:grid;gap:1rem;margin-top:1rem}
@media(min-width:768px){.addresses-grid{grid-template-columns:repeat(2,1fr)}}
.address-card{position:relative;padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--border-radius)}
.address-card.default{border-color:var(--color-primary)}
.address-badge{position:absolute;top:1rem;right:1rem;font-size:.65rem;font-weight:700;text-transform:uppercase;padding:.25rem .5rem;background:var(--color-primary);color:#fff;border-radius:var(--border-radius)}
.address-card address{font-style:normal;margin-bottom:1rem;line-height:1.6}
.address-actions{display:flex;gap:.5rem}

/* === BREADCRUMBS === */
.breadcrumbs{font-size:.75rem;color:var(--color-text-muted);margin-bottom:1.5rem}
.breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none}
.breadcrumbs li::after{content:'/';margin:0 .5rem}
.breadcrumbs li:last-child::after{content:none}
.breadcrumbs a:hover{color:var(--color-text)}

/* === PAGINATION === */
.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}
.pagination-numbers{display:flex;gap:.5rem}
.pagination-number,.pagination-prev,.pagination-next{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;font-size:.875rem;border:1px solid var(--color-border);border-radius:var(--border-radius);transition:all .2s}
.pagination-number:hover,.pagination-prev:hover,.pagination-next:hover{border-color:var(--color-primary)}
.pagination-number.current{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.pagination-ellipsis{display:flex;align-items:center}

/* === FOOTER === */
.footer{background:var(--color-primary);color:#fff;padding:4rem 0 2rem}
.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}
@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}}
.footer-logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase}
.footer-logo img{max-height:40px}
.footer-description{font-size:.875rem;opacity:.8;line-height:1.7;margin-bottom:1.5rem}
.footer-social{display:flex;gap:.75rem}
.footer-social a{width:40px;height:40px;border:1px solid rgba(255,255,255,.3);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;transition:all .2s}
.footer-social a:hover{background:#fff;color:var(--color-primary);border-color:#fff}
.footer-column-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}
.footer-links{display:flex;flex-direction:column;gap:.5rem}
.footer-links a{font-size:.875rem;opacity:.8;transition:opacity .2s}
.footer-links a:hover{opacity:1}
.footer-newsletter p{font-size:.875rem;opacity:.8;margin-bottom:1rem}
.newsletter-form{display:flex;gap:.5rem}
.newsletter-form input{flex:1;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}
.newsletter-form input::placeholder{color:rgba(255,255,255,.5)}
.newsletter-form .btn{padding:.75rem 1rem}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}
.footer-copyright{font-size:.75rem;opacity:.6}
.footer-payments{display:flex;gap:.5rem}
.payment-icon{opacity:.8}

/* === EMPTY STATE === */
.empty-state{text-align:center;padding:4rem 2rem}
.empty-state svg{margin:0 auto 1.5rem;color:var(--color-text-muted)}
.empty-state h2{margin-bottom:.5rem}
.empty-state p{color:var(--color-text-muted);margin-bottom:1.5rem}

/* === ERROR PAGE === */
.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center}
.error-content{text-align:center}
.error-code{font-size:8rem;font-weight:700;line-height:1;color:var(--color-border)}
.error-title{margin-bottom:1rem}
.error-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}

/* === LOADING & NOTIFICATION === */
.loading-spinner{position:fixed;inset:0;background:rgba(255,255,255,.9);z-index:9999;display:flex;align-items:center;justify-content:center}
.spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.notification{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);background:var(--color-primary);color:#fff;padding:1rem 1.5rem;border-radius:var(--border-radius);display:flex;align-items:center;gap:1rem;z-index:9999;box-shadow:0 4px 20px rgba(0,0,0,.2)}
.notification-close{font-size:1.5rem;opacity:.8;cursor:pointer}

/* === SOCIAL SHARE === */
.social-share{display:flex;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}
.social-share-label{font-size:.875rem;color:var(--color-text-muted)}
.social-share a{width:36px;height:36px;border:1px solid var(--color-border);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}
.social-share a:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}

/* === SEARCH PAGE === */
.search-form-large{display:flex;gap:1rem;margin-bottom:2rem}
.search-input-large{flex:1;font-size:1.125rem;padding:1rem 1.5rem}
.search-results-count{font-size:.875rem;color:var(--color-text-muted);margin-bottom:2rem}

/* === PAGE TEMPLATE === */
.page-header{margin-bottom:2rem}
.page-title{margin-bottom:.5rem}
.page-description{color:var(--color-text-muted)}
.page-body{line-height:1.8}

/* === ANIMATIONS === */
.animations-enabled *{transition-property:opacity,transform;transition-duration:.3s}
@media(prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important}}

/* === PRINT === */
@media print{.header,.footer,.cart-drawer,.mobile-menu,.search-drawer,.notification{display:none !important}.container{max-width:100%}}
