*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0c0a08;--bg2:#141210;--bg3:#1e1b18;--gold:#c9a84c;--gold-light:#e8c97a;--cream:#f5f0e8;--text:#e8e2d4;--text-muted:#8a8070;--border:#c9a84c26;--radius:8px;--nav-h:68px}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:DM Sans,sans-serif}h1,h2,h3{font-family:Cormorant Garamond,serif}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}a{color:inherit;text-decoration:none}.navbar{height:var(--nav-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#0c0a08f2;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{letter-spacing:.3em;color:var(--gold);cursor:pointer;white-space:nowrap;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;font-size:.85rem;transition:color .2s}.nav-links span:hover,.nav-links span.active{color:var(--gold)}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-cart-btn{color:var(--text);background:0 0;align-items:center;padding:6px;transition:color .2s;display:flex;position:relative}.nav-cart-btn:hover{color:var(--gold)}.nav-cart-btn svg{width:22px;height:22px}.cart-badge{background:var(--gold);color:#000;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.hamburger{background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text);width:22px;height:1.5px;transition:all .3s;display:block}main{padding-top:var(--nav-h)}.btn-primary{background:var(--gold);color:#000;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);padding:14px 32px;font-size:.8rem;font-weight:500;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-outline{color:var(--text);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);border:1px solid var(--border);background:0 0;padding:14px 32px;font-size:.8rem;font-weight:500;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.full-width{width:100%}.hero{height:calc(100vh - var(--nav-h));align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#0c0a08d9 40%,#0c0a0833);position:absolute;inset:0}.hero-content{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.hero-label{letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-size:.75rem}.hero-content h1{color:var(--cream);margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.1}.hero-content h1 em{color:var(--gold);font-style:italic}.hero-sub{color:var(--text-muted);max-width:420px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.stats-strip{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:2rem;display:flex}.stat{text-align:center}.stat strong{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;display:block}.stat span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.stat-divider{background:var(--border);width:1px;height:40px}.categories-section,.featured-section{max-width:1280px;margin:0 auto;padding:5rem 2rem}.section-title{color:var(--cream);margin-bottom:2.5rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300}.section-header{justify-content:space-between;align-items:baseline;margin-bottom:2.5rem;display:flex}.section-header .section-title{margin-bottom:0}.view-all-link{color:var(--gold);letter-spacing:.05em;background:0 0;font-size:.85rem;transition:opacity .2s}.view-all-link:hover{opacity:.7}.categories-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.category-card{border-radius:var(--radius);aspect-ratio:3/4;cursor:pointer;position:relative;overflow:hidden}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.category-card:hover img{transform:scale(1.06)}.category-card:after{content:"";background:linear-gradient(#0000 50%,#000000a6 100%);position:absolute;inset:0}.category-label{z-index:1;color:var(--cream);letter-spacing:.05em;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;position:absolute;bottom:1.2rem;left:1.2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--bg2);border-radius:var(--radius);cursor:pointer;border:1px solid #0000;transition:transform .25s,box-shadow .25s;overflow:hidden}.product-card:hover{border-color:var(--border);transform:translateY(-4px);box-shadow:0 12px 40px #00000080}.product-img-wrap{aspect-ratio:3/4;position:relative;overflow:hidden}.product-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.product-badge{letter-spacing:.1em;text-transform:uppercase;z-index:1;border-radius:20px;padding:4px 10px;font-size:.65rem;font-weight:600;position:absolute;top:12px;left:12px}.badge-new{background:var(--gold);color:#000}.badge-sale{color:#fff;background:#c0392b}.badge-bestseller{background:var(--bg3);color:var(--gold);border:1px solid var(--gold)}.product-overlay{opacity:0;background:#0006;justify-content:center;align-items:flex-end;padding-bottom:1.2rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.product-card:hover .product-overlay{opacity:1}.quick-add-btn{background:var(--gold);color:#000;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius);padding:10px 24px;font-size:.75rem;font-weight:600;transition:background .2s}.quick-add-btn:hover{background:var(--gold-light)}.product-info{flex-direction:column;gap:.4rem;padding:1rem 1.1rem 1.1rem;display:flex}.product-color-dot{border:1px solid #fff3;border-radius:50%;width:10px;height:10px}.product-name{color:var(--cream);font-size:1rem;font-weight:400;line-height:1.3}.product-meta{justify-content:space-between;align-items:center;margin-top:.2rem;display:flex}.price-current{color:var(--gold);font-size:1rem;font-weight:500}.price-original{color:var(--text-muted);margin-left:6px;font-size:.85rem;text-decoration:line-through}.product-rating{color:var(--gold);font-size:.75rem}.product-rating span{color:var(--text-muted)}.promo-banner{background:linear-gradient(135deg, var(--bg2), var(--bg3));border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;padding:5rem 2rem}.promo-content h2{color:var(--cream);margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300}.promo-content h2 em{color:var(--gold);font-style:italic}.promo-content p{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.shop-page{max-width:1280px;margin:0 auto;padding:3rem 2rem 5rem}.shop-header{margin-bottom:2rem}.shop-header h1{color:var(--cream);font-size:2.5rem;font-weight:300}.shop-header p{color:var(--text-muted);margin-top:.3rem;font-size:.9rem}.shop-controls{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.category-pills{flex-wrap:wrap;gap:.5rem;display:flex}.pill{background:var(--bg2);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border);border-radius:20px;padding:8px 16px;font-size:.75rem;font-weight:500;transition:all .2s}.pill:hover,.pill.active{background:var(--gold);color:#000;border-color:var(--gold)}.shop-right-controls{align-items:center;gap:.75rem;display:flex}.shop-search,.sort-select{background:var(--bg2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);outline:none;padding:8px 14px;font-size:.85rem;transition:border-color .2s}.shop-search:focus,.sort-select:focus{border-color:var(--gold)}.sort-select option{background:var(--bg2)}.empty-shop{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.detail-page{max-width:1280px;margin:0 auto;padding:3rem 2rem 5rem}.back-link{color:var(--text-muted);background:0 0;margin-bottom:2.5rem;font-size:.85rem;transition:color .2s;display:inline-block}.back-link:hover{color:var(--gold)}.detail-grid{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem;display:grid}.detail-images{flex-direction:column;gap:1rem;display:flex}.detail-main-img{border-radius:var(--radius);aspect-ratio:3/4;overflow:hidden}.detail-main-img img{object-fit:cover;width:100%;height:100%}.detail-thumbs{gap:.75rem;display:flex}.thumb{cursor:pointer;border:2px solid #0000;border-radius:6px;width:80px;height:80px;transition:border-color .2s;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.thumb.active{border-color:var(--gold)}.detail-info{padding-top:1rem}.detail-title{color:var(--cream);margin:.6rem 0 .4rem;font-size:2.4rem;font-weight:300;line-height:1.2}.detail-rating{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem}.detail-price-row{align-items:baseline;gap:.75rem;margin-bottom:1.5rem;display:flex}.detail-price{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.8rem}.detail-original{color:var(--text-muted);font-size:1rem;text-decoration:line-through}.detail-save{color:#e74c3c;background:#c0392b33;border-radius:4px;padding:3px 8px;font-size:.75rem}.detail-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.detail-color{align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.color-swatch{border:2px solid #fff3;border-radius:50%;width:24px;height:24px}.detail-qty{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.qty-controls{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:0;display:flex;overflow:hidden}.qty-controls button{color:var(--text);background:0 0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:background .2s,color .2s;display:flex}.qty-controls button:hover{background:var(--bg3);color:var(--gold)}.qty-controls span{text-align:center;min-width:40px;color:var(--text);font-size:.9rem}.detail-actions{gap:1rem;margin-bottom:2rem;display:flex}.btn-add-bag{background:var(--gold);color:#000;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);flex:1;padding:15px;font-size:.8rem;font-weight:600;transition:background .2s}.btn-add-bag:hover,.btn-add-bag.added{background:var(--gold-light)}.btn-checkout{border:1px solid var(--border);color:var(--text);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);background:0 0;flex:1;padding:15px;font-size:.8rem;font-weight:600;transition:border-color .2s,color .2s}.btn-checkout:hover{border-color:var(--gold);color:var(--gold)}.detail-perks{flex-direction:column;gap:.5rem;list-style:none;display:flex}.detail-perks li{color:var(--text-muted);font-size:.85rem}.related-section{margin-top:4rem}.related-section .section-title{margin-bottom:2rem}.cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;padding:2rem;display:flex}.empty-bag-icon{font-size:3rem}.cart-empty h2{color:var(--cream);font-size:2rem;font-weight:300}.cart-empty p{color:var(--text-muted)}.cart-page{max-width:1100px;margin:0 auto;padding:3rem 2rem 5rem}.cart-page>h1{color:var(--cream);margin-bottom:2.5rem;font-size:2.2rem;font-weight:300}.cart-page>h1 span{color:var(--text-muted);font-family:DM Sans,sans-serif;font-size:1rem}.cart-layout{grid-template-columns:1fr 340px;align-items:start;gap:3rem;display:grid}.cart-items{flex-direction:column;gap:1.5rem;display:flex}.cart-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);gap:1.5rem;padding:1rem;display:flex;position:relative}.cart-item-img{object-fit:cover;cursor:pointer;border-radius:6px;flex-shrink:0;width:100px;height:120px}.cart-item-info{flex-direction:column;flex:1;gap:.4rem;display:flex}.cart-item-info h3{color:var(--cream);cursor:pointer;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400}.cart-item-info h3:hover{color:var(--gold)}.cart-item-color{color:var(--text-muted);font-size:.8rem}.cart-item-bottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.cart-item-price{color:var(--gold);font-size:1rem;font-weight:500}.cart-remove-btn{color:var(--text-muted);background:0 0;font-size:.9rem;transition:color .2s;position:absolute;top:.75rem;right:.75rem}.cart-remove-btn:hover{color:#e74c3c}.cart-summary{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);top:calc(var(--nav-h) + 1.5rem);flex-direction:column;gap:1rem;padding:2rem;display:flex;position:sticky}.cart-summary h2{color:var(--cream);border-bottom:1px solid var(--border);padding-bottom:1rem;font-size:1.3rem;font-weight:400}.summary-row{color:var(--text-muted);justify-content:space-between;font-size:.9rem;display:flex}.free-shipping-note{color:var(--gold);background:#c9a84c1a;border-radius:6px;margin-top:-.5rem;padding:8px 10px;font-size:.78rem}.summary-total{color:var(--cream);border-top:1px solid var(--border);justify-content:space-between;padding-top:1rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;display:flex}.cart-summary .btn-primary,.cart-summary .btn-outline{text-align:center;padding:12px;font-size:.78rem}.checkout-page{max-width:1100px;margin:0 auto;padding:3rem 2rem 5rem}.checkout-page>h1{color:var(--cream);margin-bottom:2.5rem;font-size:2.2rem;font-weight:300}.checkout-layout{grid-template-columns:1fr 380px;align-items:start;gap:3rem;display:grid}.checkout-form{flex-direction:column;gap:2rem;display:flex}.form-section{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1.2rem;padding:2rem;display:flex}.form-section h2{color:var(--cream);margin-bottom:.5rem;font-size:1.15rem;font-weight:400}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.78rem}.form-group input{background:var(--bg3);border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input:focus{border-color:var(--gold)}.form-group input::placeholder{color:var(--text-muted)}.payment-note{color:var(--text-muted);background:var(--bg3);border-radius:6px;padding:8px 12px;font-size:.8rem}.checkout-summary{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);top:calc(var(--nav-h) + 1.5rem);padding:2rem;position:sticky}.checkout-summary h2{color:var(--cream);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem;font-size:1.2rem;font-weight:400}.checkout-item{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.checkout-item img{object-fit:cover;border-radius:5px;flex-shrink:0;width:56px;height:68px}.checkout-item>div{flex:1}.checkout-item p{color:var(--text);font-size:.85rem;line-height:1.4}.checkout-item-meta{color:var(--text-muted)!important;font-size:.78rem!important}.checkout-item>span{color:var(--gold);white-space:nowrap;font-size:.9rem}.checkout-totals{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.order-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;min-height:70vh;padding:2rem;display:flex}.success-icon{background:var(--gold);color:#000;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;display:flex}.order-success h1{color:var(--cream);font-size:2.5rem;font-weight:300}.order-success p{color:var(--text-muted);max-width:380px;line-height:1.7}.footer{background:var(--bg2);border-top:1px solid var(--border);margin-top:4rem;padding:4rem 2rem 2rem}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1280px;margin:0 auto 3rem;display:grid}.footer-brand h3{letter-spacing:.3em;color:var(--gold);margin-bottom:1rem;font-size:1.3rem;font-weight:300}.footer-brand p{color:var(--text-muted);max-width:260px;font-size:.9rem;line-height:1.7}.footer-col h4{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem}.footer-col ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-col ul li{color:var(--text-muted);cursor:pointer;font-size:.9rem;transition:color .2s}.footer-col ul li:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border);max-width:1280px;color:var(--text-muted);margin:0 auto;padding-top:1.5rem;font-size:.8rem}@media (width<=900px){.categories-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr;gap:2rem}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-summary{position:static}.footer-inner{grid-template-columns:1fr 1fr}.hamburger{display:flex}.nav-links{top:var(--nav-h);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:99;background:#0c0a08fa;flex-direction:column;align-items:stretch;gap:0;padding:.5rem 0;display:none;position:fixed;left:0;right:0}.nav-links.open{display:flex}.nav-links span{border-bottom:1px solid var(--border);letter-spacing:.08em;padding:1rem 2rem;font-size:1rem}.nav-links span:last-child{border-bottom:none}}@media (width<=600px){.hero-content h1{font-size:2.5rem}.categories-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr}.stats-strip{gap:1.5rem}.stat-divider{display:none}.form-row{grid-template-columns:1fr}.detail-actions{flex-direction:column}}.about-page{overflow:hidden}.about-hero{align-items:flex-end;height:60vh;min-height:380px;padding-bottom:4rem;display:flex;position:relative}.about-hero-bg{position:absolute;inset:0}.about-hero-bg img{object-fit:cover;width:100%;height:100%}.about-hero-overlay{background:linear-gradient(#0c0a084d,#0c0a08e6 70%);position:absolute;inset:0}.about-hero-content{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.about-hero-content h1{color:var(--cream);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.1}.about-hero-content h1 em{color:var(--gold);font-style:italic}.about-section{max-width:1280px;margin:0 auto;padding:6rem 2rem}.about-section.alt-bg{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);max-width:100%}.about-section.alt-bg .about-grid{max-width:1280px;margin:0 auto}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-grid.reverse{direction:rtl}.about-grid.reverse>*{direction:ltr}.about-text h2{color:var(--cream);margin-bottom:1.5rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300}.about-text p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.9}.about-img-wrap{border-radius:var(--radius);aspect-ratio:4/5;overflow:hidden}.about-img-wrap img{object-fit:cover;width:100%;height:100%}.values-section{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 2rem}.section-title.centered{text-align:center}.values-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.value-card{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.value-icon{margin-bottom:1rem;font-size:2rem}.value-card h3{color:var(--cream);margin-bottom:.6rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400}.value-card p{color:var(--text-muted);font-size:.88rem;line-height:1.7}.about-stats{border-top:1px solid var(--border);justify-content:center;gap:0;display:flex}.about-stat{text-align:center;border-right:1px solid var(--border);flex:1;padding:3.5rem 2rem}.about-stat:last-child{border-right:none}.about-stat strong{color:var(--gold);margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;display:block}.about-stat span{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:.78rem}.collections-hero{text-align:center;border-bottom:1px solid var(--border);padding:5rem 2rem 4rem}.collections-hero h1{color:var(--cream);margin:.5rem 0 1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300}.collections-hero h1 em{color:var(--gold);font-style:italic}.collections-sub{color:var(--text-muted);font-size:1rem}.collection-section{border-bottom:1px solid var(--border);max-width:1280px;margin:0 auto;padding:5rem 2rem}.collection-section.alt{background:var(--bg2);max-width:100%}.collection-section.alt .collection-intro,.collection-section.alt .collection-products{max-width:1280px;margin-left:auto;margin-right:auto}.collection-intro{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.collection-intro-img{border-radius:var(--radius);aspect-ratio:16/9;overflow:hidden}.collection-intro-img img{object-fit:cover;width:100%;height:100%}.collection-subtitle{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);margin-bottom:.8rem;font-size:.75rem}.collection-intro-text h2{color:var(--cream);margin-bottom:1.2rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300}.collection-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.8}@media (width<=900px){.about-grid,.collection-intro{grid-template-columns:1fr;gap:2rem}.about-grid.reverse{direction:ltr}.values-grid{grid-template-columns:1fr}.about-stats{flex-wrap:wrap}.about-stat{border-bottom:1px solid var(--border);min-width:50%}}
