@import"https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap";a{text-decoration:none;color:inherit}a:hover{text-decoration:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F5F2EE;--surface: #EDEAE5;--border: #D8D3CC;--text: #1A1816;--muted: #8A8480;--accent: #1A1816;--accent-hover: #3D3935;--white: #FAFAF8}body{font-family:Host Grotesk,sans-serif;background:var(--bg);color:var(--text)}.announcement-bar{background:#fb5530;color:#fff;height:36px;overflow:hidden;display:flex;align-items:center;width:100%;position:sticky;top:0;z-index:101}.announcement-track{display:flex;width:max-content;animation:marquee 25s linear infinite}.announcement-text{font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;padding-right:4rem}.announcement-bar:hover .announcement-track{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav{position:sticky;top:36px;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;height:64px;max-height:64px;padding:0 2rem}.nav-links{display:flex;gap:2rem}.nav-link{font-size:.85rem;text-transform:uppercase;color:var(--muted);background:none;border:none;cursor:pointer}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-logo-img{height:34px;width:auto;margin-left:28px}.nav-links svg{display:block}.cart-btn{display:flex;align-items:center;gap:6px;font-size:.85rem;text-transform:uppercase;color:var(--text);font-weight:600;letter-spacing:.05em;cursor:pointer}.cart-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--text);color:var(--bg);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;line-height:1}.hero{min-height:calc(100vh - 100px);display:grid;grid-template-columns:1fr 1fr}.hero-left{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--border)}.hero-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem}.hero-title{font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-title em{font-style:italic;font-weight:300}.hero-sub{font-size:1rem;color:var(--muted);line-height:1.7;max-width:420px;margin-bottom:3rem}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;background:var(--text);color:var(--bg);border:none;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600;letter-spacing:.08em;padding:1rem 2rem;text-transform:uppercase;transition:background .2s;width:fit-content}.hero-cta:hover{background:var(--accent-hover)}.hero-right{display:grid;grid-template-rows:1fr 1fr}.hero-img-block{display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border);background:var(--surface);position:relative;overflow:hidden}.hero-img-block:last-child{border-bottom:none}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.hero-img-outerwear{object-position:50% 20%}.hero-img-bottoms{object-position:50% 10%}.hero-img-tag{position:absolute;bottom:1.5rem;left:1.5rem;z-index:2;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.section{padding:5rem 3rem}.section-header{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);margin-bottom:3rem}.section-title{font-size:2rem;font-weight:300}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;border:1px solid var(--border)}.product-card{background:var(--bg);display:flex;flex-direction:column;cursor:pointer}.product-card:hover{background:var(--surface)}.product-card-img{aspect-ratio:3 / 4;background:var(--surface);position:relative;overflow:hidden;width:100%}.product-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.product-card:hover .product-card-img img{transform:scale(1.05)}.product-card-info{padding:1rem 1.2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.product-card-name{font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text)}.product-card-price{font-size:.85rem;color:var(--muted)}.category-img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .category-img{transform:scale(1.06)}.featured-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--border);margin-top:0}.category-card{background:var(--bg);display:flex;flex-direction:column;cursor:pointer;overflow:hidden;transition:background .2s}.category-card:hover{background:var(--surface)}.category-image{width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--surface)}.category-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.category-card:hover .category-image img{transform:scale(1.05)}.category-info{padding:1rem 1.2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.category-info h3{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin:0}.category-info span{font-size:.78rem;color:var(--muted);letter-spacing:.04em}.category-card:hover .category-info span{color:var(--text)}.product-detail{display:grid;grid-template-columns:1fr 1fr;align-items:start;border-top:1px solid var(--border);padding-top:2rem;max-width:1200px;margin:0 auto;padding-left:2rem;padding-right:2rem}.product-detail-img{display:flex;flex-direction:row;gap:0;border-right:1px solid var(--border);position:relative;top:0;height:auto;overflow:hidden;background:var(--bg);align-items:stretch}.img-thumbnails{width:90px;min-width:90px;height:auto;display:flex;flex-direction:column;gap:6px;padding:12px 8px;border-right:1px solid var(--border);background:var(--bg);align-self:flex-start;position:sticky;top:15px}.img-thumb{width:74px;height:95px;object-fit:cover;cursor:pointer;border:1px solid var(--border);transition:border-color .2s;flex-shrink:0}.img-thumb.active{border:2px solid var(--text)}.img-thumb:hover{border-color:var(--text)}.img-main{flex:1;overflow:hidden;position:relative;min-width:0}.img-main img{width:100%;height:auto;display:block;background:var(--surface);object-fit:cover;object-position:top center}.img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:1rem}.product-detail-info{padding:4rem 3.5rem}.detail-category{font-size:.75rem;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.detail-name{font-size:1.6rem;font-weight:400;margin-bottom:.3rem;line-height:1.2}.detail-price{font-size:1.2rem;font-weight:600;margin:.8rem 0}.detail-price-tax{font-size:.8rem;font-weight:400;color:var(--muted);margin-left:8px}.detail-desc{color:var(--muted);line-height:1.6;margin-bottom:1rem;font-size:.9rem}.size-label{font-size:.75rem;text-transform:uppercase;margin-bottom:.7rem}.sizes{display:flex;gap:.5rem;margin-bottom:1rem}.size-btn{width:44px;height:44px;border:1px solid var(--border);background:transparent;cursor:pointer;font-family:inherit;font-size:.8rem}.size-btn.active{background:var(--text);color:var(--bg)}.size-btn.out-of-stock{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product-detail-buttons{display:flex;gap:1rem;margin-bottom:2rem}.add-btn{width:100%;padding:1rem;background:var(--text);color:var(--bg);border:none;text-transform:uppercase;cursor:pointer;font-family:inherit;font-size:.85rem;letter-spacing:.05em;transition:background .2s}.add-btn:hover{background:var(--accent-hover)}.add-btn:disabled{opacity:.4;cursor:not-allowed}.btn-buy-now{flex:1;padding:1rem;background:#fb5530;color:#fff;border:none;font-family:inherit;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s}.btn-buy-now:hover{background:#e04420}.btn-buy-now:disabled{opacity:.4;cursor:not-allowed}.filter-btn{padding:.6rem 1.4rem;background:var(--text);color:var(--bg);border:none;cursor:pointer;font-family:inherit;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.qty-ctrl{display:flex;border:1px solid var(--border);width:fit-content}.qty-btn{width:36px;height:36px;border:none;background:none;cursor:pointer;font-size:1rem}.qty-num{width:40px;text-align:center;line-height:36px;font-size:.9rem}.divider{height:1px;background:var(--border);margin:2.5rem 0}.cart-page{max-width:960px;margin:auto;padding:4rem 2rem}.cart-grid{display:grid;grid-template-columns:1fr 340px;gap:3rem}.cart-title{font-size:2rem;font-weight:300;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.empty-cart{text-align:center;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-title{font-size:1.5rem;font-weight:300}.empty-sub{color:var(--muted);margin-bottom:1rem}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--border);align-items:start}.cart-item-img{width:100px;height:130px;background:var(--surface);overflow:hidden;flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover;display:block}.cart-img-placeholder{width:100%;height:100%;background:var(--surface)}.cart-item-info{display:flex;flex-direction:column;gap:4px}.cart-item-name{font-size:.95rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.cart-item-meta{font-size:.8rem;color:var(--muted)}.cart-item-price{font-size:.9rem;color:var(--muted);margin-top:2px}.cart-item-total{font-size:1rem;font-weight:600;white-space:nowrap;padding-top:2px}.cart-remove-btn{margin-top:.8rem;background:none;border:none;font-size:.75rem;color:var(--muted);cursor:pointer;text-decoration:underline;padding:0;font-family:inherit;width:fit-content}.cart-remove-btn:hover{color:var(--text)}.order-summary{background:var(--surface);padding:2rem;height:fit-content;position:sticky;top:120px;display:flex;flex-direction:column;gap:1rem}.summary-title{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--muted)}.summary-divider{height:1px;background:var(--border);margin:.5rem 0}.summary-total{font-size:1rem;font-weight:600;color:var(--text);padding-top:.5rem;border-top:1px solid var(--border)}.checkout-page{max-width:1000px;margin:auto;padding:4rem 2rem}.checkout-grid{display:grid;grid-template-columns:1fr 340px;gap:3rem}.page-title{font-size:2rem;font-weight:300;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.form-section{margin-bottom:2.5rem}.form-section-title{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1.2rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}.form-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);background:var(--bg);font-family:inherit;font-size:.9rem;color:var(--text);outline:none;transition:border-color .2s}.form-input:focus{border-color:var(--text)}.form-input::placeholder{color:var(--muted);font-size:.85rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.place-order-btn{width:100%;padding:1rem;background:var(--text);color:var(--bg);border:none;font-family:inherit;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s;margin-top:1rem}.place-order-btn:hover{background:var(--accent-hover)}.footer{border-top:1px solid var(--border);padding:4rem 3rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;background:var(--bg)}.footer-brand{font-size:1.2rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem}.footer-tag{font-size:.85rem;color:var(--muted);line-height:1.6;max-width:200px}.footer-heading{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin-bottom:1.2rem}.footer-link{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.6rem;cursor:pointer;transition:color .2s}.footer-link:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding:1.2rem 3rem;display:flex;justify-content:space-between;background:var(--bg)}.footer-copy{font-size:.78rem;color:var(--muted)}.review-form textarea{width:100%;padding:.7rem;border:1px solid var(--border)}.star{cursor:pointer;color:#ccc}.star.active{color:gold}.review-item{border-bottom:1px solid var(--border);padding:1rem 0}.order-table{width:100%;border-collapse:collapse}.order-table th,.order-table td{padding:1rem;border-bottom:1px solid #eee}.status{padding:.3rem .7rem;border-radius:20px;font-size:.75rem}.status.pending{background:#fff6e5;color:#b26a00}.status.shipped{background:#e6f0ff;color:#1f4bd8}.status.delivered{background:#e9f7ef;color:#1d7f4f}.status.cancelled{background:#fdecea;color:#c0392b}.modal-bg{position:fixed;inset:0;background:#0a080699;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:999;padding:2rem}.product-modal{background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.9);box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014,inset 0 1px #ffffffe6;border-radius:20px;width:780px;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.product-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.8rem 2rem 1.2rem;border-bottom:1px solid rgba(0,0,0,.08);background:#ffffff80}.product-modal-header h2{font-size:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#1a1816}.modal-close{background:#0000000f;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.8rem;color:#666;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:#0000001f;color:#1a1816}.product-form.horizontal{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 1.8rem;padding:1.8rem 2rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.product-form.horizontal h4{grid-column:1 / -1;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#8a8480;margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.product-form.horizontal .form-group:first-child,.product-form.horizontal .form-group:has(textarea){grid-column:1 / -1}.product-form.horizontal .form-row{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.product-form.horizontal .form-group{display:flex;flex-direction:column;gap:6px}.product-form.horizontal label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a8480}.product-form.horizontal input,.product-form.horizontal textarea,.product-form.horizontal select{width:100%;padding:.7rem .9rem;background:#ffffffb3;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-family:inherit;font-size:.88rem;color:#1a1816;outline:none;transition:all .2s;box-shadow:inset 0 1px 3px #0000000a}.product-form.horizontal input:focus,.product-form.horizontal textarea:focus,.product-form.horizontal select:focus{border-color:#00000059;background:#fffffff2;box-shadow:0 0 0 3px #1a18160f}.product-form.horizontal textarea{resize:vertical;min-height:80px}.modal-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:.8rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08);margin-top:.5rem}.btn-cancel{padding:.65rem 1.4rem;background:#0000000f;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-family:inherit;font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;color:#666;transition:all .2s}.btn-cancel:hover{background:#0000001a;color:#1a1816}.btn-save{padding:.65rem 1.8rem;background:#1a1816;border:none;border-radius:8px;font-family:inherit;font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;color:#f5f2ee;transition:all .2s;box-shadow:0 2px 8px #0003}.btn-save:hover{background:#3d3935;box-shadow:0 4px 12px #00000040;transform:translateY(-1px)}.auth-modal{background:#fff;padding:2rem;width:350px;border-radius:8px}.auth-modal input{width:100%;padding:.7rem;margin-bottom:1rem}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1.5rem;border-bottom:1px solid var(--border);gap:1rem}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:1rem}.toolbar-btn{display:flex;align-items:center;gap:6px;background:none;border:1px solid var(--border);padding:.5rem 1rem;font-family:inherit;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;color:var(--text);transition:all .2s}.toolbar-btn:hover{background:var(--surface);border-color:var(--text)}.active-filter-tag{display:flex;align-items:center;gap:6px;background:var(--text);color:var(--bg);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .8rem}.active-filter-tag button{background:none;border:none;color:var(--bg);cursor:pointer;font-size:1rem;line-height:1;padding:0;opacity:.7}.active-filter-tag button:hover{opacity:1}.product-count{font-size:.78rem;color:var(--muted);letter-spacing:.04em}.sort-wrapper{position:relative}.sort-menu{position:absolute;right:0;top:calc(100% + 6px);background:var(--white);border:1px solid var(--border);min-width:200px;z-index:50;box-shadow:0 4px 20px #00000014}.sort-option{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;font-family:inherit;font-size:.82rem;color:var(--muted);cursor:pointer;transition:all .15s;border-bottom:1px solid var(--border)}.sort-option:last-child{border-bottom:none}.sort-option:hover{background:var(--surface);color:var(--text)}.sort-option.active{color:var(--text);font-weight:600}.filter-panel{background:var(--surface);padding:1.5rem;margin-bottom:2rem;border:1px solid var(--border)}.filter-group-title{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.filter-options{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{padding:.4rem 1rem;border:1px solid var(--border);background:var(--bg);font-family:inherit;font-size:.78rem;letter-spacing:.04em;cursor:pointer;color:var(--muted);transition:all .2s}.filter-chip:hover{border-color:var(--text);color:var(--text)}.filter-chip.active{background:var(--text);color:var(--bg);border-color:var(--text)}.shop-all-link{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;align-self:flex-end;padding-bottom:.5rem;transition:color .2s}.shop-all-link:hover{color:var(--text)}.empty-category{padding:6rem 2rem;text-align:center;color:var(--muted);display:flex;flex-direction:column;gap:1rem;align-items:center}.admin-orders{padding:2rem}.admin-orders-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-page-title{font-size:1.6rem;font-weight:600;color:#1a1816}.admin-page-sub{font-size:.8rem;color:#8a8480;margin-top:4px}.order-filter-tabs{display:flex;gap:6px;flex-wrap:wrap}.order-tab{padding:.4rem 1rem;border:1px solid #ddd;background:none;border-radius:20px;font-family:inherit;font-size:.78rem;cursor:pointer;color:#8a8480;transition:all .2s;text-transform:capitalize}.order-tab:hover{border-color:#1a1816;color:#1a1816}.order-tab.active{background:#1a1816;color:#f5f2ee;border-color:#1a1816}.orders-empty{padding:4rem;text-align:center;color:#8a8480;font-size:.9rem}.orders-table-wrap{overflow-x:auto;border:1px solid #e8e4df;border-radius:12px}.orders-table{width:100%;border-collapse:collapse;font-size:.85rem}.orders-table thead tr{background:#f5f2ee;border-bottom:1px solid #e8e4df}.orders-table th{padding:.9rem 1.2rem;text-align:left;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a8480}.order-row{border-bottom:1px solid #f0ece7;cursor:pointer;transition:background .15s}.order-row:hover{background:#faf8f5}.order-row.expanded{background:#f5f2ee}.orders-table td{padding:1rem 1.2rem;vertical-align:middle}.order-id{font-family:monospace;font-size:.8rem;color:#8a8480}.order-customer-name{font-weight:600;font-size:.85rem;color:#1a1816}.order-customer-email{font-size:.75rem;color:#8a8480;margin-top:2px}.order-items-count{color:#8a8480;font-size:.82rem}.order-total{font-weight:700;color:#1a1816}.order-date{font-size:.8rem;color:#8a8480}.order-status-badge{display:inline-block;padding:.3rem .8rem;border-radius:20px;font-size:.72rem;font-weight:600;text-transform:capitalize;letter-spacing:.04em}.order-status-select{padding:.4rem .6rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.8rem;background:#fff;cursor:pointer;outline:none}.order-status-select:focus{border-color:#1a1816}.order-detail-row td{padding:0}.order-detail-panel{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:1.5rem 1.2rem;background:#faf8f5;border-top:1px dashed #e8e4df}.order-detail-section{display:flex;flex-direction:column;gap:6px}.order-detail-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a8480;margin-bottom:4px}.order-detail-value{font-size:.85rem;color:#1a1816;line-height:1.6}.order-item-row{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid #ede9e4}.order-item-row:last-child{border-bottom:none}.order-item-name{font-weight:600;font-size:.85rem;flex:1}.order-item-meta{font-size:.78rem;color:#8a8480}.order-item-price{font-weight:600;font-size:.85rem}.shop-section{padding-top:120px!important;padding-bottom:4rem!important}.shop-section .section-header{margin-bottom:2.5rem!important}.about-page,.faq-page,.terms-page,.privacy-page,.returns-page,.sustainability-page,.contact-page{padding:5rem 2rem}.about-container,.faq-container,.terms-container,.privacy-container,.returns-container,.sustainability-container,.contact-container{max-width:800px;margin:0 auto}.about-title,.faq-title,.terms-title,.privacy-title,.returns-title,.sustainability-title,.contact-title{font-size:2rem;font-weight:300;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding-bottom:1rem;color:var(--text)}.about-content,.faq-content,.terms-content,.privacy-content,.returns-content,.sustainability-content,.contact-content{line-height:1.8;color:var(--muted);font-size:1rem}.about-content p,.faq-content p,.terms-content p,.privacy-content p,.returns-content p,.sustainability-content p,.contact-content p{margin-bottom:1.5rem}.about-content strong,.faq-content strong,.terms-content strong,.privacy-content strong,.returns-content strong,.sustainability-content strong,.contact-content strong{color:var(--text);font-weight:600}.about-signoff{margin-top:3rem;font-weight:600;color:var(--text)}@media(max-width:768px){.hero{grid-template-columns:1fr}.hero-right{display:none}.product-detail{grid-template-columns:1fr;padding-left:0;padding-right:0}.product-detail-img{flex-direction:column;min-height:auto}.img-thumbnails{width:100%;height:80px;flex-direction:row;overflow-x:auto;overflow-y:hidden;border-right:none;border-top:1px solid var(--border);padding:8px;order:2;position:static}.img-thumb{width:60px;height:75px}.img-main{width:100%;order:1}.img-main img{width:100%;height:auto;max-height:150vw;object-fit:cover;object-position:center top}.product-detail-buttons{position:fixed;bottom:0;left:0;right:0;gap:1rem;z-index:99;padding:.8rem 1rem;padding-bottom:calc(.8rem + env(safe-area-inset-bottom));margin-bottom:0;background:var(--bg);border-top:1px solid var(--border);box-shadow:0 -4px 16px #00000014}.product-detail-buttons .add-btn,.product-detail-buttons .btn-buy-now{flex:1;border-radius:4px;padding:.9rem;font-size:.85rem}.product-detail-info{padding-bottom:100px}.product-detail-info{padding-bottom:80px}.cart-grid,.checkout-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-bottom{padding:1rem 1.5rem;flex-direction:column;gap:.4rem}.shop-section{padding-top:120px!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.shop-section .section-header,.section-header{margin-bottom:1.5rem!important}.form-row{grid-template-columns:1fr}.featured-categories,.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.featured-categories{grid-template-columns:repeat(2,1fr)}}
