@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap";:root{--bg: #f4efe8;--surface: rgba(255, 250, 243, .96);--surface-strong: #efe4d8;--surface-soft: #f8f1e8;--primary: #16324f;--primary-soft: #8c5b39;--text: #172433;--muted: #5f6771;--shadow: 0 24px 80px rgba(22, 50, 79, .12);--border: rgba(22, 50, 79, .12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(140,91,57,.12),transparent 30%),radial-gradient(circle at top right,rgba(22,50,79,.08),transparent 28%),var(--bg);color:var(--text)}button{border:none;cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.why-trenzhome{max-width:1400px;margin:4rem auto;padding:0 2rem}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.why-card{background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.2,.8,.4,1);display:flex;flex-direction:column;gap:1rem}.why-card:hover{border-color:var(--primary);box-shadow:0 20px 48px #0000001a;transform:translateY(-8px)}.why-icon{font-size:3rem;line-height:1;display:block}.why-card h3{font-size:1.25rem;font-weight:700;color:var(--primary);margin:0;font-family:Playfair Display,serif}.why-card p{font-size:.95rem;color:var(--muted);line-height:1.6;margin:0}.linen-lovers-promo{background:linear-gradient(135deg,#f7ede2,#fbf7f1 55%,#f1e8de);border-bottom:2px solid var(--border);padding:.9rem 2.5rem}.promo-container{max-width:1400px;margin:0 auto}.promo-header{text-align:center;margin-bottom:.75rem}.linen-lovers-logo{height:28px;width:auto}.promo-content h3{text-align:center;font-size:1rem;font-weight:700;color:var(--primary);margin:0 0 .9rem;font-family:Playfair Display,serif}.promo-benefits{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:.9rem;max-width:600px;margin-left:auto;margin-right:auto}.benefits-left,.benefits-right{list-style:none;padding:0;margin:0}.benefits-left li,.benefits-right li{font-size:.85rem;color:var(--text);margin-bottom:.4rem;padding-left:1.2rem;position:relative;font-weight:500;line-height:1.3}.benefits-left li:before,.benefits-right li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700;font-size:.9rem}.promo-actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.promo-buttons{display:flex;gap:.7rem}.promo-link-btn{font-size:.8rem;color:var(--text);border:1.5px solid var(--primary);padding:.5rem 1rem;border-radius:999px;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block}.promo-link-btn:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.promo-add-btn{background:var(--primary);color:#fff;border:none;padding:.6rem 1.3rem;border-radius:999px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.4,1);box-shadow:0 6px 16px #0000001a}.promo-add-btn:hover{background:var(--primary-soft);transform:translateY(-2px);box-shadow:0 12px 32px #00000026}.utility-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 2.5rem;background:#f7f0e8f5;border-bottom:1px solid var(--border);gap:2rem}.utility-left,.utility-right{display:flex;align-items:center;gap:1.5rem}.utility-button{background:none;border:none;cursor:pointer;font-size:.85rem;color:var(--text);font-weight:500;padding:0;transition:color .2s ease}.utility-button:hover{color:var(--muted)}.utility-link{font-size:.85rem;color:var(--text);font-weight:500;transition:color .2s ease}.utility-link:hover{color:var(--muted)}.top-banner{background:var(--primary);color:#fff;text-align:center;padding:.85rem 1rem;font-size:.95rem}.site-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2.5rem;background:#fffaf3f5;position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(22,50,79,.08);box-shadow:0 2px 12px #16324f0f}.brand{font-size:1.5rem;font-weight:800;letter-spacing:.02em;color:var(--primary);font-family:Playfair Display,serif;display:flex;align-items:center;gap:.5rem}.main-nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.main-nav a{color:var(--muted);font-weight:600;padding:.5rem .65rem}.top-nav{display:flex;justify-content:center;align-items:center;gap:2rem;padding:.85rem 2.5rem;background:#fffaf3fa;border-bottom:1px solid var(--border);flex-wrap:wrap;position:sticky;top:65px;z-index:9}.top-nav a{font-size:.85rem;font-weight:600;letter-spacing:.05em;color:var(--primary);padding:.5rem .25rem;transition:all .2s ease;white-space:nowrap}.top-nav a:hover{color:var(--muted)}.cart-button,.primary-button,.checkout-button,.category-button,#close-cart,.secondary-button{border-radius:999px;transition:all .3s cubic-bezier(.2,.8,.4,1);font-size:.95rem;letter-spacing:.5px}.primary-button,.cart-button,.checkout-button{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-soft) 100%);color:#fff;padding:1.1rem 2rem;box-shadow:0 12px 32px #00000026;font-weight:700;letter-spacing:.3px;border:none;position:relative;overflow:hidden}.primary-button:before,.cart-button:before,.checkout-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.primary-button:hover:before,.cart-button:hover:before,.checkout-button:hover:before{opacity:1}.secondary-button,.category-button,#close-cart{background:transparent;color:var(--primary);padding:1rem 1.5rem;border:2px solid var(--primary);font-weight:700;transition:all .3s ease;position:relative;overflow:hidden}.secondary-button:before,.category-button:before,#close-cart:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--primary);transition:left .3s ease;z-index:-1}.primary-button:hover,.cart-button:hover,.checkout-button:hover{background:linear-gradient(135deg,var(--primary-soft) 0%,var(--primary) 100%);transform:translateY(-3px);box-shadow:0 16px 48px #0003}.category-button:hover,#close-cart:hover,.secondary-button:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.hero{display:flex;flex-direction:column;padding:4rem 2.5rem 2.5rem}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.hero-copy{z-index:1}.hero-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.eyebrow-line{flex:1;height:1px;background:linear-gradient(to right,var(--border),transparent)}.eyebrow{color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;flex-shrink:0}.hero-title{font-size:clamp(2.5rem,5vw,3.8rem);line-height:1.2;margin:0 0 1.5rem;max-width:700px;font-weight:800;font-family:Playfair Display,serif;color:var(--primary)}.hero-description{max-width:550px;font-size:1.05rem;color:var(--muted);margin:0 0 2rem;line-height:1.6}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:0}.hero-image{position:relative;display:grid;gap:1rem}.hero-image img{width:100%;border-radius:2rem;box-shadow:var(--shadow);display:block}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hero-feature{display:flex;align-items:flex-start;gap:1.25rem}.feature-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.feature-text{flex:1}.feature-text strong{display:block;color:var(--primary);font-weight:700;margin-bottom:.35rem;font-size:1.05rem}.feature-text span{color:var(--muted);font-size:.95rem;line-height:1.4}.eyebrow{display:inline-block;margin-bottom:1rem;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.18em;font-size:.8rem}.hero h1{font-size:clamp(3rem,5vw,4.8rem);line-height:1.15;margin:0;max-width:720px;font-weight:800}.hero p{max-width:40rem;font-size:1.05rem;color:var(--muted);margin:1.5rem 0 2rem}.collection-highlights{padding:3rem 2.5rem}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.collection-card{padding:1.5rem 1.75rem;border-radius:1.5rem;background:var(--surface);color:var(--text);border:1px solid rgba(22,50,79,.08);font-weight:700;text-align:left;transition:all .3s ease;cursor:pointer}.collection-card:hover,.collection-card.active{background:#8c5b3914;color:var(--primary);border-color:#8c5b3933;box-shadow:0 4px 12px #16324f14}.hero-panel{position:absolute;bottom:2rem;left:2rem;right:2rem;background:#fffaf3f5;border-radius:1.25rem;padding:1.5rem;box-shadow:0 26px 80px #16324f1f}.hero-panel h3{margin:0 0 .5rem;font-size:1rem;color:var(--primary)}.hero-panel p{margin:0;color:var(--muted);font-size:.95rem}.metrics-banner{display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,1fr);gap:1rem;padding:0 2rem 2rem;align-items:center}.metric-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.metric-card{background:var(--surface);border-radius:1.35rem;border:1px solid rgba(22,50,79,.08);padding:1.4rem 1.5rem;box-shadow:var(--shadow)}.metric-card strong{display:block;font-size:1.75rem;margin-bottom:.55rem;color:var(--primary)}.metric-card span{color:var(--muted);font-size:.95rem}.partner-logos{display:grid;gap:1rem;background:var(--surface-soft);padding:1.5rem;border-radius:1.5rem;border:1px solid rgba(22,50,79,.12)}.partner-logos span{color:var(--muted);font-weight:600}.partners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.partners span{display:block;padding:1rem 1.15rem;background:#fffaf3fa;border-radius:999px;border:1px solid rgba(22,50,79,.08);color:var(--primary);font-weight:700}.features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;padding:0 2rem 2rem}.features article{background:var(--surface);border-radius:1.5rem;padding:1.75rem;box-shadow:var(--shadow);border:1px solid rgba(22,50,79,.08)}.features h2{margin-top:0}.services{padding:2rem;margin-top:1rem}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.services article{background:var(--surface-strong);border-radius:1.5rem;padding:1.75rem;box-shadow:var(--shadow);border:1px solid rgba(22,50,79,.08)}.promo-strip{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;margin:1rem 0;background:linear-gradient(135deg,#16324f14,#8c5b391f);border-radius:1.5rem;border:1px solid rgba(22,50,79,.12)}.promo-copy{display:grid;gap:.35rem}.promo-copy strong{color:var(--primary);font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.promo-copy span{color:var(--text);font-size:1rem}.promo-tags{display:flex;flex-wrap:wrap;gap:.75rem}.promo-tags span{background:#fffaf3fa;color:var(--primary);border:1px solid rgba(22,50,79,.08);border-radius:999px;padding:.75rem 1rem;font-weight:700}.offer-section{padding:2rem}.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.offer-card{background:#fffaf3fa;border:1px solid rgba(22,50,79,.08);border-radius:1.5rem;box-shadow:var(--shadow);padding:1.6rem;display:grid;gap:.75rem}.offer-card h3{margin:0;font-size:1.15rem;color:var(--primary)}.offer-card p{margin:0;color:var(--muted);line-height:1.7}.offer-card span{display:inline-flex;align-items:center;justify-content:center;width:fit-content;background:var(--surface-strong);color:var(--primary);padding:.55rem .9rem;border-radius:999px;font-weight:700;border:1px solid rgba(22,50,79,.08)}.offer-card.brand-card{background:linear-gradient(135deg,#16324f0f,#8c5b391f)}.use-cases{padding:2rem}.use-cases-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1rem}.use-cases article{background:var(--surface-strong);border:1px solid rgba(22,50,79,.08);border-radius:1.5rem;padding:1.5rem;box-shadow:var(--shadow)}.use-cases h3{margin:0 0 .75rem;color:var(--primary)}.use-cases p{margin:0;color:var(--muted);line-height:1.7}.services h3{margin-top:0;color:var(--primary)}.services p{margin:.75rem 0 0;color:var(--muted);line-height:1.7}.shop-categories{padding:2rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.category-card{background:var(--surface-strong);border-radius:1.5rem;padding:1.65rem;display:flex;align-items:center;justify-content:center;text-align:center;min-height:112px;font-weight:700;color:var(--text);cursor:pointer;border:1px solid var(--border);transition:transform .2s ease,background .2s ease,border-color .2s ease}.category-card:hover{transform:translateY(-2px)}.category-card.active{background:var(--primary);color:#fff;border-color:#8c5b3959}.products{padding:2rem}.section-heading{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-heading h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:.75rem;font-weight:800;letter-spacing:-.3px;font-family:Playfair Display,serif;color:var(--primary);background:linear-gradient(to right,var(--primary) 50%,var(--primary-soft) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-heading p{color:var(--muted);font-size:1.05rem;max-width:600px;margin:0 auto;line-height:1.5;font-weight:500}.product-controls{display:grid;gap:1rem;margin-bottom:1.5rem}.product-search-panel{display:grid;gap:1rem;align-items:center;margin-bottom:1.5rem}.product-search-panel>div{display:grid;gap:.75rem}.search-label{font-weight:700;color:var(--text)}.search-box{display:flex;justify-content:center}.search-box input{width:min(100%,520px);padding:1rem 1.2rem;border-radius:999px;border:1px solid rgba(22,50,79,.16);background:#fffaf3fa;color:var(--text);font-size:1rem;outline:none;box-shadow:inset 0 0 0 1px #16324f0d}.search-box input:focus{border-color:var(--primary-soft);box-shadow:0 0 0 4px #8c5b3929}.category-filters,.view-toggle{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.product-count{color:var(--muted);text-align:center;margin-bottom:1rem;font-size:.95rem}.product-card{background:var(--surface);border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column;gap:0;border:1px solid rgba(22,50,79,.06);transition:all .4s cubic-bezier(.2,.8,.4,1);box-shadow:0 1px 4px #16324f0a;padding:1rem}.product-card:hover{box-shadow:0 12px 32px #16324f1f;transform:translateY(-3px);border-color:#8c5b392e}.product-image-container{position:relative;overflow:hidden;border-radius:1rem;aspect-ratio:1;background:var(--surface-strong);margin-bottom:.75rem}.product-card img{border-radius:1rem;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover img{transform:scale(1.02)}.product-brand{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}.product-title{font-size:.95rem;font-weight:700;color:var(--primary);text-decoration:none;margin-bottom:.5rem;line-height:1.35;display:block;transition:color .3s ease}.product-title:hover{color:#555;text-decoration:underline}.discount-text{font-size:.8rem;color:#d97706;font-weight:600;margin-bottom:.5rem}.price-section{display:flex;gap:.5rem;align-items:baseline;margin-bottom:.4rem}.original-price{text-decoration:line-through;color:var(--muted);font-size:.85rem;font-weight:500}.sale-price{font-size:1.1rem;color:var(--primary);font-weight:700}.linen-lovers-price{font-size:.8rem;color:#666;margin-bottom:.5rem}.review-count{font-size:.75rem;color:var(--muted);margin-bottom:.75rem}.product-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.details-button{width:100%;background:transparent;color:var(--primary);border:1px solid rgba(22,50,79,.16);padding:.65rem .9rem;border-radius:.5rem;font-weight:600;font-size:.8rem;transition:all .3s ease;cursor:pointer;box-sizing:border-box}.details-button:hover{background:var(--surface-strong);border-color:var(--primary);transform:translateY(-1px)}.add-to-cart-btn{width:100%;background:var(--primary);color:#fff;padding:.7rem 1rem;border-radius:.5rem;font-weight:600;font-size:.8rem;transition:all .3s cubic-bezier(.2,.8,.4,1);cursor:pointer;border:none;letter-spacing:.3px;box-shadow:0 3px 10px #16324f24;box-sizing:border-box}.add-to-cart-btn:hover{background:#0f2236;transform:translateY(-1px);box-shadow:0 6px 16px #16324f29}.product-list-item{display:grid;grid-template-columns:280px 1fr;gap:1rem;background:var(--surface);border-radius:1.5rem;padding:1rem;box-shadow:var(--shadow);align-items:stretch;border:1px solid rgba(22,50,79,.08)}.product-list-item img{border-radius:1.25rem;width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover}.product-category{font-size:.95rem;color:var(--primary);font-weight:700}.product-list-description{margin:.5rem 0 0;color:var(--muted);line-height:1.6}.product-list-meta button,.product-card button,.details-button{background:#fffaf3fa;border:2px solid var(--primary);color:var(--primary);padding:.85rem 1.3rem;border-radius:.75rem;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.95rem}.details-button:hover{background:var(--primary);color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #00000026}.review-card{background:var(--surface);border-radius:1.5rem;padding:1.5rem;box-shadow:var(--shadow);display:grid;gap:1rem;border:1px solid rgba(22,50,79,.08)}.review-card p{margin:0;color:var(--text);line-height:1.75}.cart-panel{position:fixed;right:0;top:0;height:100vh;width:min(420px,100%);transform:translate(100%);transition:transform .25s ease;background:linear-gradient(180deg,#fffaf3fa,#f2ebe0fa);box-shadow:-30px 0 90px #16324f29;display:flex;flex-direction:column;padding:1.5rem;z-index:20}.cart-item{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:1rem;background:#fffaf3fa;border-radius:1rem;border:1px solid rgba(22,50,79,.08)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#12192857;display:grid;place-items:center;padding:1.5rem;z-index:30}.checkout-modal{width:min(560px,100%);background:#fffaf3fc;border-radius:1.5rem;box-shadow:var(--shadow);padding:2rem;display:grid;gap:1rem}.details-button{margin-top:.75rem;background:transparent;border:1px solid rgba(31,59,120,.18);color:var(--primary);border-radius:.9rem;padding:.75rem 1rem;font-weight:700}.details-button:hover{background:#1f3b780f}.modal-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem;background:#efe4d8b3;border-radius:1rem}.newsletter-section{background:linear-gradient(135deg,var(--primary) 0%,#214a6e 45%,var(--primary-soft) 100%);padding:.7rem 1rem;margin:0;color:#fff}.newsletter-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:.8rem;align-items:center}.newsletter-content h2{font-size:clamp(1rem,2vw,1.35rem);margin:0 0 .2rem;font-weight:800;font-family:Playfair Display,serif}.newsletter-content p{font-size:.75rem;margin:0 0 .5rem;opacity:.95;line-height:1.4}.newsletter-form{display:flex;gap:.2rem;margin-bottom:.3rem}.newsletter-input{flex:1;padding:.5rem .8rem;border:none;border-radius:999px;font-size:.75rem;background:#fffffff2;color:var(--primary);transition:all .3s ease}.newsletter-input::placeholder{color:#17243373}.newsletter-input:focus{outline:none;background:#fff;box-shadow:0 8px 24px #0003}.newsletter-button{padding:.5rem 1.1rem;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.6);border-radius:999px;font-weight:700;font-size:.75rem;cursor:pointer;transition:all .3s ease}.newsletter-button:hover{background:#ffffff4d;border-color:#fff;transform:translateY(-2px)}.newsletter-note{font-size:.6rem;margin:0;opacity:.8}.newsletter-benefits{display:grid;gap:.3rem}.benefit{display:flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;padding:.4rem;background:#ffffff1a;border-radius:.4rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.benefit:hover{background:#ffffff26;transform:translate(8px)}.benefit-icon{font-size:.9rem;display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:#ffffff26;border-radius:.3rem}.site-footer{padding:2rem;text-align:center;color:var(--muted);background:#fffaf3f5;border-top:1px solid rgba(22,50,79,.12)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;align-items:flex-start;margin-bottom:1rem}.footer-note{margin:0;font-size:.95rem}@media (max-width: 900px){.hero-content{grid-template-columns:1fr;gap:2.5rem}.hero-title{font-size:clamp(2rem,4vw,2.8rem)}.hero-features{grid-template-columns:repeat(2,1fr)}.product-controls,.product-list-item,.product-detail-grid{grid-template-columns:1fr}}.product-list-info{display:grid;gap:1rem}.product-list-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.product-category{font-size:.9rem;color:var(--primary-soft);font-weight:700}.product-list-description{margin:.5rem 0 0;color:var(--muted);line-height:1.5}.product-list-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.product-list-meta button{width:auto;padding:.9rem 1.3rem}.empty-state{padding:2rem;background:#fff;border-radius:1.25rem;box-shadow:var(--shadow);text-align:center;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.recommendations,.reviews{padding:2rem}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.review-card{background:var(--surface);border-radius:1.25rem;padding:1.5rem;box-shadow:var(--shadow);display:grid;gap:1rem}.review-card p{margin:0;color:var(--text);line-height:1.65}.review-author{display:flex;justify-content:space-between;gap:1rem;align-items:center;color:var(--muted);font-size:.95rem;font-weight:600}.cart-panel{position:fixed;right:0;top:0;height:100vh;width:min(420px,100%);transform:translate(100%);transition:transform .25s ease;background:#fff;box-shadow:-30px 0 90px #0000001a;display:flex;flex-direction:column;padding:1.5rem;z-index:20}.cart-panel.open{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-items{flex:1;overflow-y:auto;display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:1rem;background:#f8f9ff;border-radius:1rem}.cart-item button{background:transparent;color:var(--primary);font-weight:700}.cart-footer{margin-top:1rem;display:grid;gap:1rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#12194852;display:grid;place-items:center;padding:1.5rem;z-index:30}.checkout-modal{width:min(560px,100%);background:#fff;border-radius:1.5rem;box-shadow:var(--shadow);padding:2rem;display:grid;gap:1rem}.checkout-modal.product-detail-modal{width:min(850px,100%)}.product-detail-grid{display:grid;grid-template-columns:minmax(280px,1fr) 1fr;gap:1.5rem;align-items:start}.product-detail-grid img{width:100%;border-radius:1.25rem;object-fit:cover;aspect-ratio:4 / 3}.product-price{display:block;font-size:1.6rem;margin:1rem 0;color:var(--primary);font-weight:700}.details-button{margin-top:.75rem;background:transparent;border:1px solid rgba(47,61,126,.18);color:var(--primary);border-radius:.9rem;padding:.75rem 1rem;font-weight:700}.details-button:hover{background:#2f3d7e0f}.checkout-summary{display:grid;gap:.85rem;max-height:360px;overflow-y:auto}.modal-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem;background:#f7f8ff;border-radius:1rem}.modal-total{font-weight:700}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;flex-wrap:wrap}.site-footer{background:#f9f9f9;border-top:1px solid rgba(0,0,0,.08);padding:4rem 2.5rem 2rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem}.footer-section h4{font-size:1.1rem;font-weight:800;margin:0 0 1.25rem;color:var(--primary)}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-section a{color:var(--muted);font-size:.95rem;font-weight:500;transition:color .3s ease;display:inline-block}.footer-section a:hover{color:var(--primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08);max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:2rem}.footer-info p{margin:.35rem 0;color:var(--muted);font-size:.9rem}.footer-social{display:flex;gap:1.5rem}.social-link{color:var(--muted);font-weight:600;font-size:.95rem;transition:color .3s ease}.social-link:hover{color:var(--primary)}@media (max-width: 768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.footer-social{justify-content:center}.top-nav{gap:1rem;padding:.75rem 1.5rem;top:100px}.top-nav a{font-size:.75rem;gap:.8rem}.utility-bar{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.utility-left,.utility-right{width:100%;justify-content:center}.site-header{top:100px}.hero{padding:2.5rem 1.5rem}.hero-title{font-size:clamp(1.8rem,3.5vw,2.4rem);margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-features{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 0;margin-bottom:1.5rem}.hero-eyebrow{margin-bottom:1rem}.linen-lovers-promo{padding:1.25rem 1.5rem}.promo-content h3{font-size:.95rem;margin-bottom:.8rem}.promo-benefits{grid-template-columns:1fr;gap:.9rem}.promo-actions{flex-direction:column;gap:.8rem}.promo-buttons{flex-direction:column;width:100%}.promo-link-btn{width:100%;text-align:center}.promo-add-btn{width:100%}.newsletter-container{grid-template-columns:1fr;gap:2rem}.newsletter-form{flex-direction:column}.newsletter-button{width:100%}}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.site-footer{padding:2rem 1.5rem 1.5rem}.top-nav{gap:.6rem;padding:.6rem 1rem;top:130px}.top-nav a{font-size:.7rem;padding:.35rem .15rem}.utility-bar{flex-direction:column;gap:.8rem;padding:.8rem 1rem}.utility-left,.utility-right{gap:1rem}.utility-button,.utility-link{font-size:.75rem}.site-header{padding:1rem 1.5rem;top:130px}.hero{padding:2rem 1rem}.hero-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.8rem}.hero-description{font-size:.95rem;margin-bottom:1rem}.hero-buttons{flex-direction:column}.hero-buttons a{width:100%;text-align:center}.hero-features{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem 0;margin-bottom:1rem}.feature-icon{width:28px;height:28px;font-size:1rem}.feature-text strong{font-size:.95rem}.feature-text span{font-size:.9rem}.hero-eyebrow{margin-bottom:.8rem}.linen-lovers-promo{padding:.7rem 1rem}.linen-lovers-logo{height:24px}.promo-content h3{font-size:.9rem;margin-bottom:.7rem}.benefits-left li,.benefits-right li{font-size:.8rem;margin-bottom:.35rem}.promo-link-btn{padding:.45rem .8rem;font-size:.75rem}.promo-add-btn{padding:.5rem .85rem;font-size:.75rem}.newsletter-section{padding:2.5rem 1rem;margin-top:2rem}.newsletter-container{grid-template-columns:1fr;gap:1.5rem}.newsletter-content h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.8rem}.newsletter-content p{font-size:.95rem;margin-bottom:1rem}.newsletter-form{flex-direction:column;gap:.5rem}.newsletter-input{padding:.85rem 1.2rem;font-size:.95rem}.newsletter-button{width:100%;padding:.85rem 1.5rem}.newsletter-benefits{gap:1rem}.benefit{padding:.8rem;font-size:.95rem}.benefit-icon{width:40px;height:40px;font-size:1.4rem}}@media (max-width: 900px){.hero,.product-controls,.product-list-item{grid-template-columns:1fr}}:root{--bg: #eaeded;--surface: #ffffff;--surface-strong: #f3f3f3;--surface-soft: #f7fafa;--primary: #131921;--primary-soft: #ff9900;--text: #0f1111;--muted: #565959;--shadow: 0 10px 24px rgba(15, 17, 17, .08);--border: rgba(15, 17, 17, .14)}body{position:relative;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-2;background:none;opacity:0;animation:none}.app-shell{position:relative;isolation:isolate;overflow:clip}.app-shell:before,.app-shell:after{content:none}main,.site-header,.site-footer{position:relative;z-index:1}.site-header,main>section,.site-footer{isolation:isolate;overflow:hidden}.site-header:before,.site-footer:before{content:none}main>section:before{content:"TRENZHOME";position:absolute;right:clamp(.7rem,2vw,2rem);top:clamp(.55rem,1.5vw,1.3rem);bottom:auto;font-family:Playfair Display,serif;font-size:clamp(2.2rem,8vw,5rem);letter-spacing:.24em;text-transform:uppercase;color:#00000014;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0}.hero-home:before,.hero-about:before{right:auto;left:clamp(.7rem,2vw,2rem);text-align:left}.hero-products:before,.hero-collections:before{right:clamp(.7rem,2vw,2rem);left:auto;text-align:right}.hero-reviews:before{left:50%;right:auto;transform:translate(-50%);text-align:center}.products:before,.reviews:before{right:auto;left:clamp(.7rem,2vw,2rem);text-align:left}.collection-highlights:before,.why-trenzhome:before{right:clamp(.7rem,2vw,2rem);left:auto;text-align:right}.site-header>*,main>section>*,.site-footer>*{position:relative;z-index:1}.utility-bar{background:#ffffffd1;border-bottom:1px solid rgba(42,39,35,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header,.top-nav{background:#131921;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header{box-shadow:0 4px 14px #0f11113d}.brand,.main-nav a,.cart-button{color:#fff}.main-nav a.active{background:#ff99003d;box-shadow:inset 0 0 0 1px #ff99005c;color:#fff}.hero-buttons .primary-button,.checkout-button,.add-to-cart-btn,.cart-button,.promo-add-btn{background:#f90;color:#0f1111;border-color:#f90}.hero-buttons .primary-button:hover,.checkout-button:hover,.add-to-cart-btn:hover,.cart-button:hover,.promo-add-btn:hover{background:#f08804;border-color:#f08804;color:#0f1111}.hero-buttons .secondary-button,.details-button,.category-button,.product-card button{border:1px solid #d5d9d9;background:#fff;color:#0f1111}.hero-buttons .secondary-button:hover,.details-button:hover,.category-button:hover,.product-card button:hover{background:#f7fafa}.product-card,.collection-card,.review-card,.why-card,.filter-sidebar{border:1px solid #d5d9d9;border-radius:.75rem;box-shadow:0 2px 8px #0f11110f}.product-card:hover,.collection-card:hover,.review-card:hover,.why-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0f11111f}.site-footer{background:#131a22}.top-nav a{color:var(--text)}.top-nav a:hover{color:var(--primary-soft)}.hero,.why-trenzhome,.collection-highlights,.features,.shop-categories,.offer-section,.products,.recommendations,.reviews,.services{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.hero{padding-top:2rem;--eyebrow-duration: .65s;--eyebrow-offset: 5px;--eyebrow-base-delay: .06s;--eyebrow-step: .06s}.hero-content{gap:2rem;padding:clamp(1.35rem,3vw,2.35rem);border:1px solid rgba(42,39,35,.08);border-radius:1.35rem;background:linear-gradient(180deg,#fffffffa,#faf6eff5);color:var(--text);box-shadow:0 12px 28px #2a27230f;animation:fadeLift .8s ease both;overflow:hidden}.hero-home .hero-content{background:radial-gradient(circle at 14% 22%,rgba(159,132,92,.17),transparent 44%),linear-gradient(180deg,#fffffffc,#faf6eff7)}.hero-home{--eyebrow-duration: .74s;--eyebrow-offset: 4px;--eyebrow-base-delay: .09s;--eyebrow-step: .07s}.hero-products .hero-content{background:radial-gradient(circle at 88% 14%,rgba(42,39,35,.1),transparent 38%),linear-gradient(180deg,#fcf9f4fc,#f5efe7f7)}.hero-products{--eyebrow-duration: .58s;--eyebrow-offset: 6px;--eyebrow-base-delay: .04s;--eyebrow-step: .05s}.hero-collections .hero-content{background:radial-gradient(circle at 16% 78%,rgba(124,145,128,.2),transparent 46%),linear-gradient(180deg,#f8fcf8fc,#edf5edf5)}.hero-collections{--eyebrow-duration: .6s;--eyebrow-offset: 6px;--eyebrow-base-delay: .05s;--eyebrow-step: 55ms}.hero-reviews .hero-content{background:radial-gradient(circle at 84% 22%,rgba(122,106,86,.18),transparent 42%),linear-gradient(180deg,#fffbf6fc,#f7f0e7f7)}.hero-reviews{--eyebrow-duration: .64s;--eyebrow-offset: 5px;--eyebrow-base-delay: .06s;--eyebrow-step: .06s}.hero-about .hero-content{background:radial-gradient(circle at 12% 16%,rgba(86,106,122,.18),transparent 44%),linear-gradient(180deg,#f5f9fcfc,#ecf3f9f7)}.hero-about{--eyebrow-duration: .76s;--eyebrow-offset: 4px;--eyebrow-base-delay: .1s;--eyebrow-step: .07s}.hero-home .hero-eyebrow .eyebrow{color:#8f6f43}.hero-home .hero-eyebrow .eyebrow-badge{background:#8f6f432e;border-color:#8f6f4352;color:#6f5532}.hero-products .hero-eyebrow .eyebrow{color:#64513b}.hero-products .hero-eyebrow .eyebrow-badge{background:#64513b2e;border-color:#64513b52;color:#4c3c2d}.hero-collections .hero-eyebrow .eyebrow{color:#4a6f52}.hero-collections .hero-eyebrow .eyebrow-badge{background:#4a6f522e;border-color:#4a6f5252;color:#36553d}.hero-reviews .hero-eyebrow .eyebrow{color:#7c5f46}.hero-reviews .hero-eyebrow .eyebrow-badge{background:#7c5f4633;border-color:#7c5f4657;color:#634831}.hero-about .hero-eyebrow .eyebrow{color:#4d657a}.hero-about .hero-eyebrow .eyebrow-badge{background:#4d657a2e;border-color:#4d657a57;color:#3d5266}.hero-home .hero-image img{filter:saturate(.98) contrast(1.03)}.hero-products .hero-image img{filter:saturate(.9) contrast(1.01)}.hero-collections .hero-image img{filter:saturate(.95) hue-rotate(-8deg)}.hero-reviews .hero-image img{filter:saturate(.88) contrast(1.04)}.hero-about .hero-image img{filter:saturate(.9) hue-rotate(6deg)}[data-reveal]{opacity:0;--reveal-y: 22px;--lift-y: 0px;--tilt-x: 0deg;--tilt-y: 0deg;--tilt-scale: 1;--tilt-z: 0px;transform:perspective(1600px) translate3d(0,calc(var(--reveal-y) + var(--lift-y)),var(--tilt-z)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--tilt-scale));filter:blur(5px);transition:opacity .7s ease,transform .7s ease,filter .7s ease;transform-style:preserve-3d;backface-visibility:hidden}[data-reveal].is-visible{opacity:1;--reveal-y: 0px;filter:blur(0)}[data-tilt]{will-change:transform}.hero-image img,.product-image-container,.product-card,.why-card,.collection-card,.category-card,.offer-card,.review-card,.features article,.services article,.cart-item,.checkout-modal{border:1px solid rgba(42,39,35,.08)}.hero-image img{border-radius:1.5rem;animation:none;min-height:100%;object-fit:cover;filter:saturate(.92) contrast(1.01)}.hero-content,.hero-image,.hero-feature,.collection-card,.product-card,.review-card,.why-card,.footer-section{transform-style:preserve-3d;transform-origin:center center}.hero-image{position:relative}.hero-image:after{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border-radius:1.25rem;border:1px solid rgba(42,39,35,.1);background:#ffffff05;pointer-events:none}.hero-features{gap:1rem;border-top:1px solid rgba(42,39,35,.08);border-bottom:1px solid rgba(42,39,35,.08)}.hero-feature{background:#ffffffb8;border:1px solid rgba(42,39,35,.08);border-radius:1.25rem;padding:1rem 1.1rem;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}.hero-feature:hover{transform:translateY(-2px);box-shadow:none}.hero-title,.section-heading h2,.why-card h3,.product-title,.offer-card h3,.service-grid h3,.review-author strong{color:var(--primary)}.section-heading h2{background:none;-webkit-text-fill-color:initial;font-family:Playfair Display,serif}.hero-title{color:var(--primary);font-size:clamp(2.6rem,5vw,4rem);line-height:1.02;max-width:680px;letter-spacing:-.03em;text-shadow:none}.hero-description{max-width:560px;color:var(--muted);font-size:1rem}.hero-rotating-word{display:inline-block;position:relative;padding:0 .15em;color:#9f845c;animation:none}.hero-rotating-word:after{content:"";position:absolute;left:0;bottom:.1em;width:100%;height:.18em;background:linear-gradient(90deg,#2a27231f,#9f845c33);z-index:-1;border-radius:999px;filter:blur(1px)}.hero-eyebrow .eyebrow{color:var(--primary-soft);letter-spacing:.16em}.hero-eyebrow .eyebrow-badge{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;color:var(--primary);border:1px solid rgba(42,39,35,.15);background:#9f845c24;box-shadow:inset 0 0 0 1px #ffffff73}.hero-eyebrow .eyebrow-line,.hero-eyebrow .eyebrow-badge,.hero-eyebrow .eyebrow{opacity:0;transform:translateY(var(--eyebrow-offset)) scale(.98);animation:eyebrowReveal var(--eyebrow-duration) cubic-bezier(.2,.8,.4,1) forwards}.hero-eyebrow .eyebrow-line:first-child{animation-delay:var(--eyebrow-base-delay)}.hero-eyebrow .eyebrow-badge{animation-delay:calc(var(--eyebrow-base-delay) + var(--eyebrow-step))}.hero-eyebrow .eyebrow{animation-delay:calc(var(--eyebrow-base-delay) + var(--eyebrow-step) * 2)}.hero-eyebrow .eyebrow-line:last-child{animation-delay:calc(var(--eyebrow-base-delay) + var(--eyebrow-step) * 3)}@keyframes eyebrowReveal{0%{opacity:0;transform:translateY(var(--eyebrow-offset)) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-eyebrow .eyebrow-line{background:linear-gradient(to right,rgba(159,132,92,.8),transparent)}.hero-buttons .primary-button{background:var(--primary);color:#fff;border-color:var(--primary)}.hero-buttons .primary-button:hover{background:#171411;color:#fff}.hero-buttons .secondary-button{background:transparent;color:var(--primary);border-color:#2a27231f}.hero-buttons .secondary-button:hover{background:#9f845c0f}.feature-icon{background:#2a27230f;color:var(--primary);border:1px solid rgba(42,39,35,.08)}.feature-copy-black{color:#111}@keyframes fadeLift{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes glowPulse{0%,to{transform:translateY(0);filter:drop-shadow(0 0 0 rgba(42,39,35,0))}50%{transform:translateY(-1px);filter:drop-shadow(0 8px 18px rgba(42,39,35,.14))}}@keyframes ambientDrift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-18px,0) scale(1.06)}}@keyframes lightSweep{0%,to{transform:translate3d(-2%,0,0) scale(1);opacity:.3}50%{transform:translate3d(2%,-1.5%,0) scale(1.03);opacity:.45}}.section-heading p,.hero-description,.why-card p,.product-list-description,.product-brand,.review-card p,.offer-card p,.services p,.features p,.use-cases p,.footer-note{color:var(--muted);line-height:1.7}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}.product-tier{font-size:.68rem;font-weight:700;border-radius:999px;padding:.2rem .5rem;border:1px solid transparent;text-transform:uppercase;letter-spacing:.04em}.product-tier.tier-budget{background:#f7f7f7;color:#333;border-color:#d5d9d9}.product-tier.tier-premium{background:#e8f3ff;color:#0f4a84;border-color:#b6d7ff}.product-tier.tier-luxury{background:#fff2db;color:#8a4f00;border-color:#ffd28a}.why-trenzhome,.collection-highlights,.features,.shop-categories,.offer-section,.products,.recommendations,.reviews,.services{margin-top:4rem}.section-heading,.collection-grid,.product-search-panel,.product-count,.product-grid,.review-grid,.why-grid,.footer-content,.footer-bottom{animation:fadeLift .7s ease both}.collection-grid,.product-grid,.review-grid,.why-grid,.footer-content{animation-delay:.08s}.brand{letter-spacing:.08em;text-transform:none;font-size:1.35rem}.main-nav a{text-transform:none;letter-spacing:.02em;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.52rem .72rem}.main-nav a.active{background:#9f845c29;border-radius:999px;color:var(--primary);box-shadow:inset 0 0 0 1px #9f845c3d}.product-grid>.product-card,.review-grid>.review-card,.why-grid>.why-card,.collection-grid>.collection-card{animation:fadeLift .6s ease both}.product-grid>.product-card:nth-child(1),.review-grid>.review-card:nth-child(1),.why-grid>.why-card:nth-child(1),.collection-grid>.collection-card:nth-child(1){animation-delay:.05s}.product-grid>.product-card:nth-child(2),.review-grid>.review-card:nth-child(2),.why-grid>.why-card:nth-child(2),.collection-grid>.collection-card:nth-child(2){animation-delay:.12s}.product-grid>.product-card:nth-child(3),.review-grid>.review-card:nth-child(3),.why-grid>.why-card:nth-child(3),.collection-grid>.collection-card:nth-child(3){animation-delay:.18s}.product-grid>.product-card:nth-child(4),.review-grid>.review-card:nth-child(4),.why-grid>.why-card:nth-child(4),.collection-grid>.collection-card:nth-child(4){animation-delay:.24s}.collection-card,.product-card,.review-card,.why-card,.footer-section a,.main-nav a,.top-nav a{transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease}.brand{letter-spacing:.08em}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width: 1024px){.hero-content:before,.site-header:before,.site-footer:before{content:none}}@media (max-width: 768px){.hero{padding-top:.75rem}.hero-content{padding:1rem;gap:1rem}.hero-title{font-size:clamp(1.85rem,6vw,2.45rem)}.hero-description{font-size:.92rem}.hero-image img{max-height:320px}.hero-image{max-width:100%}.main-nav{gap:.5rem}.main-nav a,.cart-button{font-size:.7rem}.site-header:before,.site-footer:before{content:none}}@media (max-width: 480px){.site-header{padding:.8rem .9rem}.brand{font-size:1.05rem}.hero{padding-left:.75rem;padding-right:.75rem}.hero-content{padding:.9rem;border-radius:1.1rem}.hero-copy{display:grid;gap:.9rem}.hero-image img{max-height:210px;border-radius:.95rem}.hero-image:after{top:.45rem;right:.45rem;bottom:.45rem;left:.45rem}.hero-features{margin-top:.25rem;margin-bottom:0}.hero-feature:nth-child(2),.hero-feature:nth-child(3){padding-top:.65rem}.hero-buttons{flex-direction:column}.hero-buttons a{width:100%;text-align:center}.hero-features{grid-template-columns:1fr;padding:.9rem 0}.hero-image img{max-height:260px}.hero-image:after{top:.6rem;right:.6rem;bottom:.6rem;left:.6rem}.hero-feature{padding:.8rem .85rem}.hero-feature .feature-icon{width:24px;height:24px}.hero-buttons a{padding-left:.95rem;padding-right:.95rem}}.footer-why-trenzhome{margin-top:4.5rem;margin-bottom:0;padding-top:4rem;padding-bottom:4rem;background:linear-gradient(180deg,#2a27230a,#9f845c08);border-top:1px solid rgba(42,39,35,.08);border-bottom:1px solid rgba(42,39,35,.06);border-radius:2rem 2rem 0 0}.footer-why-trenzhome .section-heading{text-align:center;max-width:760px;margin:0 auto}.footer-why-trenzhome .why-grid{margin-top:2.25rem}.footer-why-trenzhome .why-card{background:linear-gradient(180deg,#fffffffa,#f9f6f0f2)}.footer-why-trenzhome .why-card:hover{box-shadow:0 18px 40px #2a27231a}.why-card,.offer-card,.review-card,.features article,.services article,.product-card,.collection-card,.category-card,.checkout-modal,.cart-panel,.promo-strip,.modal-item,.empty-state,.hero-feature{background:var(--surface);box-shadow:var(--shadow)}.why-card,.offer-card,.review-card,.features article,.services article,.product-card,.collection-card,.category-card,.checkout-modal,.cart-item,.promo-strip,.modal-item,.empty-state{border-radius:1.5rem}.collection-card,.category-card{transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.collection-card:hover,.category-card:hover,.product-card:hover,.why-card:hover,.offer-card:hover,.review-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #2a272314}.category-card.active{background:#9f845c14;border-color:#9f845c2e}.primary-button,.cart-button,.checkout-button,.promo-add-btn,.newsletter-button,.add-to-cart-btn{border-radius:999px;box-shadow:0 12px 28px #2a27231f}.primary-button:hover,.cart-button:hover,.checkout-button:hover,.promo-add-btn:hover,.newsletter-button:hover,.add-to-cart-btn:hover{box-shadow:0 14px 34px #2a272329}.secondary-button,.promo-link-btn,.details-button,.product-list-meta button,.product-card button{border:1px solid rgba(42,39,35,.12);background:#fffffff5}.secondary-button:hover,.promo-link-btn:hover,.details-button:hover,.product-list-meta button:hover,.product-card button:hover{background:#9f845c0f}.product-card{padding:1rem}.product-card img,.collection-card,.review-card,.why-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card img{transition:transform .45s ease}.product-card:hover img{transform:scale(1.03)}.product-card img,.product-detail-grid img{border-radius:1rem}.product-image-container{margin-bottom:.85rem;overflow:hidden;position:relative}.product-image-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0a,#2a272300);opacity:0;transition:opacity .3s ease}.product-card:hover .product-image-container:after{opacity:1}.product-card:hover,.review-card:hover,.why-card:hover,.collection-card:hover,.hero-content:hover,.hero-image:hover,.hero-feature:hover,.footer-section:hover{--lift-y: -6px;box-shadow:0 26px 56px #2a272324}.hero-content:hover,.hero-image:hover{--tilt-scale: 1.06}.product-card:hover,.review-card:hover,.why-card:hover,.collection-card:hover,.hero-feature:hover,.footer-section:hover{--tilt-scale: 1.035}.catalog-layout{display:grid;grid-template-columns:minmax(220px,260px) 1fr;gap:1.25rem;align-items:start}.filter-sidebar{position:sticky;top:1rem;display:grid;gap:1rem;padding:1rem;border-radius:1rem;border:1px solid rgba(42,39,35,.08);background:#ffffffeb}.filter-block{display:grid;gap:.55rem}.filter-block h3{margin:0;font-size:.92rem;color:var(--primary)}.filter-options{display:grid;gap:.5rem;max-height:280px;overflow:auto;padding-right:.15rem}.filter-block select{border:1px solid rgba(42,39,35,.12);border-radius:.7rem;padding:.55rem .65rem;background:#fff;color:var(--text)}.discount-toggle{display:flex;align-items:center;gap:.55rem;font-size:.88rem;color:var(--text)}.discount-toggle input{width:16px;height:16px;accent-color:#9f845c}.catalog-results{display:grid;gap:.9rem}.tier-deal-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.65rem;margin-bottom:.85rem}.tier-chip{border:1px solid #d5d9d9;background:#fff;border-radius:.75rem;padding:.55rem .7rem;display:flex;align-items:center;justify-content:space-between;gap:.4rem;font-size:.82rem;color:#0f1111;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.tier-chip strong{font-size:.86rem}.tier-chip:hover{background:#f7fafa;border-color:#adb5b5}.tier-chip.active{border-color:#f90;background:#fff6e8;box-shadow:0 0 0 2px #f903}.deal-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem;margin-bottom:.95rem}.deal-chip{border:1px solid #d5d9d9;background:#fff;border-radius:.75rem;padding:.56rem .72rem;display:flex;align-items:center;justify-content:space-between;gap:.4rem;font-size:.82rem;color:#0f1111;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.deal-chip strong{font-size:.86rem}.deal-chip:hover{background:#f7fafa;border-color:#adb5b5}.deal-chip.active{border-color:#131921;background:#eef2f5;box-shadow:0 0 0 2px #13192124}.pagination{display:flex;align-items:center;justify-content:center;gap:.9rem;margin-top:.5rem}.pagination span{font-size:.9rem;color:var(--muted)}.pagination-pages{display:flex;align-items:center;gap:.4rem}.page-number{min-width:36px;padding:.45rem .6rem}.page-number.active{background:#9f845c29;border-color:#9f845c47;color:var(--primary)}.pagination-ellipsis{min-width:20px;text-align:center}.pagination button:disabled{opacity:.45;cursor:not-allowed}.sale-price{color:var(--primary)}.discount-text{color:#9f845c}.search-box input{background:#fff;border:1px solid rgba(42,39,35,.12)}.search-box input:focus{border-color:#9f845c4d;box-shadow:0 0 0 4px #9f845c14}.promo-strip{border:1px solid rgba(42,39,35,.08);background:linear-gradient(135deg,#2a27230a,#9f845c14)}.newsletter-section{padding:2rem 1rem}.newsletter-container{gap:1.5rem}.newsletter-input{font-size:.85rem;padding:.72rem .95rem}.newsletter-button{padding:.72rem 1.15rem;font-size:.85rem}.cart-panel{background:linear-gradient(180deg,#fffffffa,#f8f4edfa);box-shadow:-24px 0 70px #2a27231f}.modal-backdrop{background:#120c107a}.checkout-modal{background:#fff}.site-footer{max-width:1400px;margin:0 auto;padding:2.75rem 2rem 3rem;background:linear-gradient(180deg,#2a2723f5,#1c1916fa);border-radius:0 0 2rem 2rem;box-shadow:0 -18px 50px #2a27231a;color:#fff5f7f2}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.footer-section h4,.footer-info p,.footer-social a{color:inherit}.footer-section ul{list-style:none;padding:0;margin:.75rem 0 0;display:grid;gap:.45rem}.footer-section a,.footer-social a{color:#fff5f7e0}.footer-section a:hover,.footer-social a:hover{color:#fff}.footer-bottom{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.footer-info p+p{margin-top:.35rem}.footer-social{display:flex;gap:1rem;flex-wrap:wrap}.footer-social a{position:relative}.footer-social a:after,.main-nav a:after,.top-nav a:after{content:"";position:absolute;left:0;bottom:-.25rem;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.footer-social a:hover:after,.main-nav a:hover:after,.top-nav a:hover:after{transform:scaleX(1)}@media (max-width: 900px){.utility-bar,.site-header,.top-nav,.hero,.why-trenzhome,.collection-highlights,.features,.shop-categories,.offer-section,.products,.recommendations,.reviews,.services{padding-left:1rem;padding-right:1rem}.hero-content{padding:1.25rem}.hero-features,.product-grid,.review-grid,.offer-grid,.use-cases-grid,.service-grid,.metric-list,.footer-bottom{grid-template-columns:1fr}.site-footer{border-radius:0 0 1.5rem 1.5rem}.footer-bottom{align-items:flex-start}.catalog-layout{grid-template-columns:1fr}.filter-sidebar{position:static}.filter-options{max-height:none;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.tier-deal-strip,.deal-strip{grid-template-columns:repeat(2,minmax(130px,1fr))}.pagination{flex-wrap:wrap}}@media (max-width: 1024px){.site-header{flex-direction:column;align-items:flex-start;padding:1rem 1.25rem;gap:.85rem}.main-nav{width:100%;gap:.65rem;row-gap:.55rem;flex-wrap:wrap}.main-nav a,.cart-button{font-size:.8rem;min-height:44px;padding:.52rem .7rem}.hero,.why-trenzhome,.collection-highlights,.features,.shop-categories,.offer-section,.products,.recommendations,.reviews,.services{padding-left:1.25rem;padding-right:1.25rem}.hero{padding-top:1.25rem}.hero-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.hero-title{font-size:clamp(2.4rem,5vw,3.6rem)}.hero-description{font-size:.98rem}.hero-features{grid-template-columns:1fr;gap:1rem;padding:1.25rem 0}.hero-image{max-width:720px;margin:0 auto}.section-heading h2{font-size:clamp(1.7rem,3.8vw,2.4rem)}}@media (max-width: 768px){body:before{opacity:.22}.app-shell:before,.app-shell:after{width:12rem;height:12rem;filter:blur(28px);opacity:.22}main>section:before{font-size:clamp(1.8rem,10vw,4.2rem);letter-spacing:.28em;opacity:.03}.hero-content:before{right:1rem;top:1rem;font-size:clamp(1.4rem,8vw,2.6rem)}.main-nav{flex-wrap:wrap;row-gap:.5rem}.main-nav a,.cart-button{min-height:44px;padding:.5rem .64rem;font-size:.8rem}.hero-buttons{flex-direction:column}.hero-buttons a{width:100%;text-align:center}.hero-feature{padding:.85rem 0}.hero-feature .feature-icon{width:28px;height:28px}.product-grid,.review-grid,.collection-grid,.why-grid,.footer-content{gap:1rem}}@media (max-width: 480px){.site-header{padding:.85rem 1rem}.brand{font-size:.92rem;letter-spacing:.22em}.main-nav{gap:.45rem;row-gap:.42rem}.main-nav a,.cart-button{font-size:.78rem;min-height:44px;padding:.46rem .58rem}.hero,.why-trenzhome,.collection-highlights,.features,.shop-categories,.offer-section,.products,.recommendations,.reviews,.services{padding-left:.9rem;padding-right:.9rem}.hero-content{padding:1.1rem;gap:1.15rem;border-radius:1.35rem}.hero-title{font-size:clamp(1.95rem,8vw,2.7rem);max-width:100%}.hero-description{font-size:.92rem;line-height:1.6}.hero-features{padding:1rem 0}.hero-feature{gap:.85rem}.feature-text strong{font-size:.68rem}.feature-text span{font-size:.85rem}.section-heading h2{font-size:clamp(1.45rem,7vw,2rem)}.product-card,.review-card,.why-card,.collection-card{border-radius:1.1rem}}
