@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body[class*=wp-theme-twentytwenty] header.wp-block-template-part{padding-top:max(1rem,var(--wp--style--root--padding-top,0px)) !important;padding-left:max(1.5rem,var(--wp--style--root--padding-left,0px)) !important;padding-right:max(1.5rem,var(--wp--style--root--padding-right,0px)) !important}body[class*=wp-theme-twentytwenty] footer.wp-block-template-part{padding-left:max(1.5rem,var(--wp--style--root--padding-left,0px)) !important;padding-right:max(1.5rem,var(--wp--style--root--padding-right,0px)) !important;padding-bottom:max(1rem,var(--wp--style--root--padding-bottom,0px)) !important}
:root{--cream:#f7f3ee;--cream-dark:#ede7dc;--cream-border:#ddd5c8;--sage:#6b8f6b;--sage-dark:#4e6b4e;--sage-light:#9ab89a;--sage-pale:#ebf2eb;--terracotta:#c4714a;--terracotta-light:#d98a66;--terracotta-pale:#faf0eb;--brown:#2a1f14;--brown-mid:#5c4a32;--brown-light:#8a7060;--white:#fdfaf6;--gray:#8a8078;--gray-light:#c8c0b8;--gray-pale:#f2ede8;--font-serif:'Playfair Display',Georgia,serif;--font-sans:'DM Sans',system-ui,-apple-system,sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--shadow-sm:0 1px 4px rgba(42,31,20,.08);--shadow-md:0 4px 16px rgba(42,31,20,.1);--shadow-lg:0 8px 32px rgba(42,31,20,.12);--transition:.2s ease;--max-width:1180px;--content-width:780px;--sidebar-width:300px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);font-weight:400;color:var(--brown);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--sage-dark);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--terracotta)}ul,ol{padding-left:1.5rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:1.25;color:var(--brown)}h1{font-size:clamp(2rem, 5vw, 3rem)}h2{font-size:clamp(1.5rem, 3vw, 2.2rem)}h3{font-size:clamp(1.2rem, 2.5vw, 1.6rem)}h4{font-size:1.2rem}h5{font-size:1rem}p{margin-bottom:1.25rem;color:var(--brown-mid)}p:last-child{margin-bottom:0}blockquote{border-left:4px solid var(--sage);padding:1rem 1.5rem;margin:2rem 0;background:var(--sage-pale);border-radius:0 var(--radius-md) var(--radius-md) 0;font-family:var(--font-serif);font-style:italic;font-size:1.15rem;color:var(--sage-dark)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.container--narrow{max-width:var(--content-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--sm{padding:3rem 0}.section--lg{padding:7rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--gray);font-size:1.1rem;max-width:560px;margin:0 auto}.section-label{display:inline-block;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.75rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-xl);font-family:var(--font-sans);font-weight:600;font-size:.95rem;cursor:pointer;border:2px solid transparent;transition:all var(--transition);text-decoration:none;line-height:1}.btn--primary{background:var(--sage);color:var(--white);border-color:var(--sage)}.btn--primary:hover{background:var(--sage-dark);border-color:var(--sage-dark);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,143,107,.35)}.btn--outline{background:0 0;color:var(--sage-dark);border-color:var(--sage)}.btn--outline:hover{background:var(--sage);color:var(--white);transform:translateY(-1px)}.btn--terracotta{background:var(--terracotta);color:var(--white);border-color:var(--terracotta)}.btn--terracotta:hover{background:var(--terracotta-light);border-color:var(--terracotta-light);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 12px rgba(196,113,74,.35)}.btn--sm{padding:.5rem 1.25rem;font-size:.875rem}.btn--lg{padding:1rem 2.5rem;font-size:1.05rem}.badge{display:inline-block;padding:.2rem .75rem;border-radius:var(--radius-xl);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.badge--sage{background:var(--sage-pale);color:var(--sage-dark)}.badge--terra{background:var(--terracotta-pale);color:var(--terracotta)}.badge--cream{background:var(--cream-dark);color:var(--brown-mid)}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--cream-border);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:2rem}.site-logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.site-logo img{height:44px;width:auto}.site-logo .logo-text{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--brown);line-height:1.1}.site-logo .logo-text span{color:var(--sage)}.site-logo .logo-tagline{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gray)}.main-nav{display:flex;align-items:center;gap:.25rem}.main-nav a{font-weight:500;font-size:.95rem;color:var(--brown-mid);padding:.5rem .9rem;border-radius:var(--radius-md);transition:all var(--transition)}.main-nav a:hover,.main-nav a.current{background:var(--sage-pale);color:var(--sage-dark)}.nav-item{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 0.5rem);left:0;background:var(--white);border:1px solid var(--cream-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:220px;padding:.5rem;opacity:0;pointer-events:none;transform:translateY(-8px);transition:all var(--transition)}.nav-item:hover .nav-dropdown{opacity:1;pointer-events:all;transform:translateY(0)}.nav-dropdown a{display:block;padding:.6rem 1rem;font-size:.9rem;border-radius:var(--radius-sm)}.header-actions{display:flex;align-items:center;gap:.75rem}.header-search-btn{background:0 0;border:none;cursor:pointer;color:var(--gray);padding:.5rem;border-radius:var(--radius-sm);transition:color var(--transition);display:flex;align-items:center}.header-search-btn:hover{color:var(--sage)}.menu-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem;color:var(--brown)}.menu-toggle svg{display:block}.hero{background:linear-gradient(135deg,var(--cream) 0%,var(--sage-pale) 60%,var(--cream-dark) 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(107,143,107,.12) 0%,transparent 70%)}.hero:after{content:'';position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(196,113,74,.08) 0%,transparent 70%)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);border:1px solid var(--cream-border);border-radius:var(--radius-xl);padding:.35rem 1rem;font-size:.8rem;font-weight:600;color:var(--sage-dark);margin-bottom:1.5rem}.hero-eyebrow svg{color:var(--terracotta)}.hero h1{margin-bottom:1.25rem;color:var(--brown)}.hero h1 em{font-style:normal;color:var(--sage)}.hero-description{font-size:1.15rem;color:var(--brown-mid);margin-bottom:2rem;max-width:460px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-stats{display:flex;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--cream-border)}.hero-stat-number{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--sage-dark);display:block}.hero-stat-label{font-size:.8rem;color:var(--gray);font-weight:500}.hero-image{position:relative}.hero-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;aspect-ratio:4/3;object-fit:cover}.hero-image-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--white);border-radius:var(--radius-md);padding:1rem 1.25rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;color:var(--brown)}.hero-image-badge svg{color:var(--terracotta)}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.category-card{background:var(--white);border:1px solid var(--cream-border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);text-decoration:none;display:block;position:relative}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--sage-light);color:inherit}.category-card-image{height:180px;overflow:hidden;position:relative}.category-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-card-image img{transform:scale(1.05)}.category-card-image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(42,31,20,.5) 100%)}.category-card-body{padding:1.25rem}.category-card-icon{width:44px;height:44px;background:var(--sage-pale);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.75rem}.category-card h3{font-size:1.1rem;margin-bottom:.4rem;color:var(--brown)}.category-card p{font-size:.875rem;color:var(--gray);margin:0 0 .75rem;line-height:1.5}.category-card-meta{display:flex;align-items:center;justify-content:space-between}.category-card-count{font-size:.8rem;font-weight:600;color:var(--sage-dark)}.category-card-arrow{width:28px;height:28px;background:var(--sage-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--sage-dark);transition:all var(--transition)}.category-card:hover .category-card-arrow{background:var(--sage);color:var(--white)}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.posts-grid--2col{grid-template-columns:repeat(2,1fr)}.posts-grid--featured{grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto}.posts-grid--featured .post-card:first-child{grid-row:span 2}.post-card{background:var(--white);border:1px solid var(--cream-border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);display:flex;flex-direction:column}.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--cream-dark)}.post-card-image{overflow:hidden;position:relative;aspect-ratio:16/9}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-card:hover .post-card-image img{transform:scale(1.04)}.post-card-category{position:absolute;top:.75rem;left:.75rem}.post-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.post-card-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:var(--gray);margin-bottom:.75rem}.post-card-meta .dot{color:var(--gray-light)}.post-card h3{font-size:1.1rem;margin-bottom:.75rem;line-height:1.35}.post-card h3 a{color:var(--brown)}.post-card h3 a:hover{color:var(--sage-dark)}.post-card-excerpt{font-size:.9rem;color:var(--gray);margin-bottom:1.25rem;line-height:1.6;flex:1}.post-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--gray-pale)}.post-card-author{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--brown-mid)}.post-card-author img{width:28px;height:28px;border-radius:50%;object-fit:cover}.read-more{font-size:.85rem;font-weight:600;color:var(--sage-dark);display:flex;align-items:center;gap:.25rem;transition:gap var(--transition)}.read-more:hover{gap:.5rem;color:var(--terracotta)}.newsletter-strip{background:linear-gradient(135deg,var(--sage-dark) 0%,var(--sage) 100%);padding:4rem 0;position:relative;overflow:hidden}.newsletter-strip:before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.06)}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.newsletter-copy h2{color:var(--white);margin-bottom:.75rem}.newsletter-copy p{color:rgba(255,255,255,.85);margin:0;font-size:1.05rem}.newsletter-form{display:flex;gap:.75rem}.newsletter-form input{flex:1;padding:.875rem 1.25rem;border:2px solid rgba(255,255,255,.3);border-radius:var(--radius-xl);background:rgba(255,255,255,.12);color:var(--white);font-family:var(--font-sans);font-size:.95rem;outline:none;transition:border-color var(--transition)}.newsletter-form input::placeholder{color:rgba(255,255,255,.6)}.newsletter-form input:focus{border-color:rgba(255,255,255,.6)}.article-layout{display:grid;grid-template-columns:1fr var(--sidebar-width);gap:4rem;align-items:start;padding:3rem 0 5rem}.article-main{min-width:0}.article-header{margin-bottom:2.5rem}.article-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--gray);margin-bottom:1.25rem}.article-breadcrumb a{color:var(--gray)}.article-breadcrumb a:hover{color:var(--sage-dark)}.article-breadcrumb .sep{color:var(--gray-light)}.article-header h1{margin-bottom:1.25rem}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:var(--gray);padding:1.25rem 0;border-top:1px solid var(--cream-border);border-bottom:1px solid var(--cream-border)}.article-meta-author{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--brown-mid)}.article-meta-author img{width:36px;height:36px;border-radius:50%;object-fit:cover}.article-meta-item{display:flex;align-items:center;gap:.35rem}.article-meta-item svg{color:var(--sage)}.article-hero-image{margin-bottom:2.5rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.article-hero-image img{width:100%;aspect-ratio:16/8;object-fit:cover}.article-hero-image figcaption{font-size:.8rem;color:var(--gray);text-align:center;padding:.75rem;background:var(--gray-pale)}.toc{background:var(--cream);border:1px solid var(--cream-border);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:2.5rem}.toc-title{font-family:var(--font-sans);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sage-dark);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.toc ol{counter-reset:toc-counter;list-style:none;padding:0;margin:0}.toc li{counter-increment:toc-counter;padding:.3rem 0}.toc li:before{content:counter(toc-counter) ".";font-weight:600;color:var(--sage);margin-right:.5rem;font-size:.85rem}.toc a{font-size:.9rem;color:var(--brown-mid);font-weight:500}.toc a:hover{color:var(--sage-dark)}.article-body h2{margin:2.5rem 0 1rem;padding-top:2rem;border-top:1px solid var(--cream-border)}.article-body h2:first-child{border-top:none;padding-top:0}.article-body h3{margin:2rem 0 .75rem;color:var(--sage-dark)}.article-body h4{margin:1.5rem 0 .5rem}.article-body p{font-size:1.05rem;line-height:1.8}.article-body ul,.article-body ol{margin:1.25rem 0}.article-body li{margin-bottom:.5rem;font-size:1.05rem;color:var(--brown-mid)}.article-body img{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin:2rem 0}.pro-tip{background:var(--sage-pale);border:1px solid rgba(107,143,107,.3);border-left:4px solid var(--sage);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:1.25rem 1.5rem;margin:2rem 0;display:flex;gap:1rem;align-items:flex-start}.pro-tip-icon{font-size:1.5rem;flex-shrink:0;line-height:1.5}.pro-tip-content .pro-tip-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sage-dark);display:block;margin-bottom:.35rem}.pro-tip-content p{font-size:.95rem;margin:0;color:var(--sage-dark)}.product-box{border:2px solid var(--cream-border);border-radius:var(--radius-lg);overflow:hidden;margin:2.5rem 0;background:var(--white);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition)}.product-box:hover{box-shadow:var(--shadow-md)}.product-box-header{background:var(--cream);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--cream-border)}.product-box-header-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray)}.product-box-body{display:grid;grid-template-columns:200px 1fr;gap:0}.product-box-image{background:var(--gray-pale);display:flex;align-items:center;justify-content:center;padding:1.5rem}.product-box-image img{width:100%;max-height:180px;object-fit:contain}.product-box-content{padding:1.5rem}.product-box-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--brown);margin-bottom:.5rem;display:block}.product-box-title:hover{color:var(--sage-dark)}.product-box-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.stars{color:#f5a623;letter-spacing:.1em;font-size:.95rem}.rating-count{font-size:.8rem;color:var(--gray)}.product-box-description{font-size:.9rem;color:var(--brown-mid);margin-bottom:1.25rem;line-height:1.6}.product-box-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.pros h5,.cons h5{font-family:var(--font-sans);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.pros h5{color:var(--sage-dark)}.cons h5{color:var(--terracotta)}.pros ul,.cons ul{list-style:none;padding:0;margin:0}.pros li,.cons li{font-size:.85rem;padding:.2rem 0;color:var(--brown-mid);display:flex;align-items:flex-start;gap:.4rem}.pros li:before{content:'✓';color:var(--sage);font-weight:700;flex-shrink:0}.cons li:before{content:'×';color:var(--terracotta);font-weight:700;flex-shrink:0}.product-box-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--gray-pale)}.product-box-price{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--brown)}.product-box-price small{font-family:var(--font-sans);font-size:.75rem;font-weight:400;color:var(--gray);display:block}.product-box-cta-group{display:flex;gap:.75rem;align-items:center}.affiliate-disclaimer{font-size:.75rem;color:var(--gray-light);text-align:center;padding:.5rem 1.5rem;background:var(--gray-pale);border-top:1px solid var(--cream-border)}.comparison-table-wrapper{overflow-x:auto;margin:2.5rem 0;border:1px solid var(--cream-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.comparison-table{width:100%;border-collapse:collapse;font-size:.9rem}.comparison-table th{background:var(--sage-dark);color:var(--white);padding:1rem 1.25rem;text-align:left;font-family:var(--font-sans);font-weight:600;font-size:.85rem;white-space:nowrap}.comparison-table th:first-child{border-radius:var(--radius-md) 0 0 0}.comparison-table th:last-child{border-radius:0 var(--radius-md) 0 0}.comparison-table td{padding:.875rem 1.25rem;border-bottom:1px solid var(--cream-border);color:var(--brown-mid);vertical-align:middle}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:nth-child(even) td{background:var(--cream)}.comparison-table tr:hover td{background:var(--sage-pale)}.comparison-table td.winner{font-weight:600;color:var(--sage-dark)}.comparison-table .check{color:var(--sage);font-size:1.1rem}.comparison-table .cross{color:var(--terracotta);font-size:1.1rem}.article-sidebar{position:sticky;top:88px}.sidebar-widget{background:var(--white);border:1px solid var(--cream-border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.sidebar-widget-title{font-family:var(--font-sans);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sage-dark);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--sage-pale)}.sidebar-post-list{list-style:none;padding:0;margin:0}.sidebar-post-item{display:flex;gap:.875rem;padding:.75rem 0;border-bottom:1px solid var(--gray-pale);align-items:flex-start}.sidebar-post-item:last-child{border-bottom:none}.sidebar-post-image{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.sidebar-post-title{font-size:.875rem;font-weight:600;color:var(--brown);line-height:1.4;display:block;margin-bottom:.25rem}.sidebar-post-title:hover{color:var(--sage-dark)}.sidebar-post-meta{font-size:.75rem;color:var(--gray)}.sidebar-cta{background:linear-gradient(135deg,var(--sage) 0%,var(--sage-dark) 100%);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;text-align:center;color:var(--white);margin-bottom:1.5rem}.sidebar-cta h4{color:var(--white);margin-bottom:.5rem;font-size:1.1rem}.sidebar-cta p{color:rgba(255,255,255,.85);font-size:.875rem;margin-bottom:1.25rem}.sidebar-cta input{width:100%;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.3);border-radius:var(--radius-xl);background:rgba(255,255,255,.15);color:var(--white);font-family:var(--font-sans);font-size:.875rem;margin-bottom:.75rem;outline:none}.sidebar-cta input::placeholder{color:rgba(255,255,255,.6)}.sidebar-cta .btn{width:100%;justify-content:center;background:var(--terracotta);border-color:var(--terracotta)}.sidebar-cta .btn:hover{background:var(--terracotta-light);border-color:var(--terracotta-light)}.site-footer{background:var(--brown);color:var(--cream);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .logo-text{color:var(--cream);font-size:1.5rem}.footer-brand .logo-text span{color:var(--sage-light)}.footer-brand-desc{font-size:.9rem;color:rgba(247,243,238,.7);margin:1rem 0 1.5rem;line-height:1.7}.footer-social{display:flex;gap:.75rem}.footer-social a{width:38px;height:38px;background:rgba(255,255,255,.08);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--cream);transition:background var(--transition)}.footer-social a:hover{background:var(--sage);color:var(--white)}.footer-col h5{font-family:var(--font-sans);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--sage-light);margin-bottom:1.25rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{font-size:.9rem;color:rgba(247,243,238,.7);transition:color var(--transition)}.footer-links a:hover{color:var(--cream)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.85rem;color:rgba(247,243,238,.5)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.85rem;color:rgba(247,243,238,.5)}.footer-legal a:hover{color:var(--cream)}.footer-affiliate-notice{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);font-size:.8rem;color:rgba(247,243,238,.4);line-height:1.6}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}.posts-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-image{display:none}.newsletter-inner{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.categories-grid{grid-template-columns:1fr}.posts-grid{grid-template-columns:1fr}.posts-grid--featured{grid-template-columns:1fr}.posts-grid--featured .post-card:first-child{grid-row:auto}.main-nav{display:none}.main-nav.is-open{display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--cream-border);padding:1rem;box-shadow:var(--shadow-md);z-index:99}.menu-toggle{display:flex}.site-header{position:relative}.header-inner{position:relative}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.product-box-body{grid-template-columns:1fr}.product-box-image{padding:1rem;max-height:200px}.product-box-pros-cons{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:1rem}}@media (max-width:480px){.container{padding:0 1rem}.section{padding:3rem 0}h1{font-size:1.75rem}h2{font-size:1.5rem}}.text-center{text-align:center}.text-sage{color:var(--sage-dark)}.text-terra{color:var(--terracotta)}.text-muted{color:var(--gray)}.bg-cream{background:var(--cream)}.bg-sage-pale{background:var(--sage-pale)}.mt-0{margin-top:0 !important}.mb-0{margin-bottom:0 !important}.hidden{display:none !important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}