*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal: #0d6b5e;--teal-light: #1a8a7d;--teal-dark: #095a4f;--sand: #f5f0e8;--sand-dark: #e8dfd2;--coral: #e07a5f;--navy: #1a1a2e;--text: #333;--text-light: #666;--bg: #fafaf7}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;font-size:16px}h1,h2,h3,h4{font-family:"Source Serif 4",Georgia,serif;color:var(--navy);line-height:1.3}h1{font-size:2.4rem;margin-bottom:1rem}h2{font-size:1.8rem;margin-bottom:.75rem}h3{font-size:1.3rem;margin-bottom:.5rem}a{color:var(--teal);text-decoration:none}a:hover{color:var(--teal-dark)}p{margin-bottom:1.2em}img{max-width:100%;height:auto}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.accent{color:var(--teal)}.site-header{background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:100}.header-top{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;flex-wrap:wrap}.site-logo{font-family:"Source Serif 4",serif;font-size:1.4rem;font-weight:700;color:var(--navy);text-decoration:none}.site-logo span{display:block;font-size:.75rem;font-weight:400;color:var(--text-light);font-family:Inter,sans-serif}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--navy)}.main-nav{display:flex;gap:1.5rem}.main-nav a{font-size:.9rem;font-weight:500;color:var(--text-light)}.main-nav a:hover,.main-nav a.active{color:var(--teal)}.hero{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-light) 100%);color:#fff;padding:4rem 0;text-align:center}.hero h1{color:#fff;font-size:2.8rem}.hero p{font-size:1.15rem;opacity:.9;max-width:700px;margin:0 auto}.page-hero{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-light) 100%);color:#fff;padding:3rem 0;text-align:center}.page-hero h1{color:#fff;font-size:2.2rem;margin-bottom:.5rem}.page-hero p{font-size:1.05rem;opacity:.9;max-width:650px;margin:0 auto}.section{padding:4rem 0}.section-alt{background:var(--sand)}.section-title{text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:2.5rem;font-size:1.05rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .3s,box-shadow .3s;display:flex}.card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.card-emoji{font-size:2.5rem;padding:1.5rem;display:flex;align-items:center;background:var(--sand)}.card-body{padding:1.25rem;flex:1}.card-body h3{font-size:1.1rem;margin-bottom:.5rem}.card-body h3 a{color:var(--navy)}.card-body h3 a:hover{color:var(--teal)}.card-body p{font-size:.9rem;color:var(--text-light);margin-bottom:.75rem}.card-tag{display:inline-block;background:var(--teal);color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.article-content{max-width:800px;margin:0 auto;padding:2rem 0}.article-content h2{margin-top:2rem}.article-content h3{margin-top:1.5rem}.article-content ul,.article-content ol{margin:0 0 1.2em 1.5em}.article-content li{margin-bottom:.4em}.article-content blockquote{border-left:4px solid var(--teal);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--sand);font-style:italic}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0}.product-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:1.5rem;transition:box-shadow .3s}.product-card:hover{box-shadow:0 4px 16px #00000014}.product-card h3{font-size:1rem;margin-bottom:.5rem}.product-card .description{font-size:.85rem;color:var(--text-light);margin-bottom:1rem}.btn{display:inline-block;padding:.6rem 1.5rem;border-radius:6px;font-weight:600;font-size:.85rem;text-decoration:none;transition:all .2s}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-dark);color:#fff}.btn-outline{border:2px solid var(--teal);color:var(--teal);background:transparent}.btn-outline:hover,.btn-shop{background:var(--teal);color:#fff}.btn-shop:hover{background:var(--teal-dark);color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.blog-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .3s}.blog-card:hover{transform:translateY(-3px)}.blog-card-body{padding:1.5rem}.blog-card-body h3{font-size:1.1rem;margin-bottom:.5rem}.blog-card-body h3 a{color:var(--navy)}.blog-card-body h3 a:hover{color:var(--teal)}.blog-card-body .date{font-size:.8rem;color:var(--text-light);margin-bottom:.5rem}.blog-card-body p{font-size:.9rem;color:var(--text-light)}.breadcrumb{font-size:.85rem;color:var(--text-light);margin-bottom:1.5rem}.breadcrumb a{color:var(--teal)}.affiliate-disclosure{background:var(--sand);border:1px solid var(--sand-dark);border-radius:6px;padding:1rem 1.5rem;margin:2rem 0;font-size:.85rem;color:var(--text-light)}.site-footer{background:var(--navy);color:#fffc;padding:3rem 0 1.5rem;margin-top:3rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-col h4{color:var(--teal-light);font-family:Inter,sans-serif;font-size:.9rem;margin-bottom:.75rem}.footer-col p{font-size:.85rem}.footer-col a{display:block;color:#ffffffb3;font-size:.85rem;margin-bottom:.4rem}.footer-col a:hover{color:var(--teal-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.8rem}.footer-bottom a{color:var(--teal-light)}@media(max-width:768px){.nav-toggle{display:block}.main-nav{display:none;flex-direction:column;width:100%;gap:.5rem;padding-top:1rem}.main-nav.open{display:flex}.header-top{flex-wrap:wrap}.hero h1{font-size:2rem}.page-hero h1{font-size:1.6rem}h1{font-size:1.8rem}.card-grid{grid-template-columns:1fr}.card{flex-direction:column}.card-emoji{padding:1rem;text-align:center}}
