:root{--bg:#faf9f7;--bg-card:#fff;--bg-elevated:#f5f3f0;--text:#1a1a1a;--text-secondary:#6b6b6b;--text-tertiary:#9a9a9a;--border:#e8e6e3;--border-light:#f0eeeb;--accent:#c2703e;--accent-hover:#a85c30;--accent-light:#fdf0e8;--silo-1:#b85c4a;--silo-2:#5a7e8c;--silo-3:#6b8f6b;--silo-4:#7b6b8a;--silo-5:#a08050;--max-w:720px;--max-w-wide:1100px;--radius:8px;--radius-lg:12px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:17px}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.7}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:650;line-height:1.25}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.container--wide{max-width:var(--max-w-wide)}.header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#faf9f7eb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:60px;display:flex}.logo{letter-spacing:-.03em;color:var(--text);font-size:1.15rem;font-weight:700}.logo-accent{color:var(--accent)}.nav-desktop{gap:2rem;list-style:none;display:none}.nav-desktop a{color:var(--text-secondary);letter-spacing:.01em;font-size:.82rem;font-weight:500;transition:color .2s}.nav-desktop a:hover{color:var(--text)}.nav-mobile-toggle{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;width:36px;height:36px;color:var(--text);background:0 0;justify-content:center;align-items:center;display:flex}.nav-mobile{border-top:1px solid var(--border-light);padding:1rem 0;display:none}.nav-mobile.open{display:block}.nav-mobile a{color:var(--text-secondary);border-bottom:1px solid var(--border-light);padding:.65rem 0;font-size:.9rem;font-weight:500;display:block}.nav-mobile a:last-child{border-bottom:none}.nav-mobile a:hover{color:var(--accent)}@media (width>=768px){.nav-desktop{display:flex}.nav-mobile-toggle{display:none}}.breadcrumbs{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:.3rem;padding:1.25rem 0 0;font-size:.78rem;display:flex}.breadcrumbs a{color:var(--text-tertiary);transition:color .2s}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs .sep{opacity:.4;margin:0 .15rem}.post-header{padding:2rem 0 1.75rem}.silo-badge{text-transform:uppercase;letter-spacing:.08em;color:#fff;border-radius:4px;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.7rem;font-weight:600;display:inline-block}.post-header h1{color:var(--text);margin-bottom:.6rem;font-size:1.85rem}.post-meta{color:var(--text-tertiary);align-items:center;gap:.6rem;font-size:.8rem;display:flex}.post-meta .dot{opacity:.3}.pillar-cta{background:var(--accent-light);border-radius:var(--radius-lg);border:1px solid #c2703e26;align-items:center;gap:.75rem;margin:0 0 2rem;padding:1rem 1.25rem;transition:border-color .2s;display:flex}.pillar-cta:hover{border-color:var(--accent);text-decoration:none}.pillar-cta-icon{background:var(--accent);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.pillar-cta-text{color:var(--text);font-size:.85rem;font-weight:500;line-height:1.4}.pillar-cta-text small{color:var(--text-secondary);margin-top:.1rem;font-size:.75rem;font-weight:400;display:block}.post-body{padding-bottom:3rem}.post-body h2{border-top:1px solid var(--border-light);margin:2.5rem 0 .8rem;padding-top:1.5rem;font-size:1.35rem}.post-body h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.post-body h3{margin:1.8rem 0 .6rem;font-size:1.1rem}.post-body p{color:var(--text);margin-bottom:1.1rem}.post-body ul,.post-body ol{margin-bottom:1.1rem;padding-left:1.4rem}.post-body li{margin-bottom:.35rem}.post-body blockquote{border-left:3px solid var(--accent);background:var(--bg-elevated);border-radius:0 var(--radius) var(--radius) 0;color:var(--text-secondary);margin:1.5rem 0;padding:.8rem 1.2rem;font-style:italic}.post-body hr{border:none;border-top:1px solid var(--border-light);margin:2rem 0}.post-body strong{font-weight:600}.post-body a{color:var(--accent);text-underline-offset:2px;text-decoration:underline #c2703e4d;transition:text-decoration-color .2s}.post-body a:hover{text-decoration-color:var(--accent)}.post-body table{border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius);width:100%;margin:1.5rem 0;font-size:.88rem;overflow:hidden}.post-body thead{background:var(--bg-elevated)}.post-body th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);border-bottom:2px solid var(--border);padding:.7rem 1rem;font-size:.82rem;font-weight:600}.post-body td{border-bottom:1px solid var(--border-light);color:var(--text);padding:.65rem 1rem}.post-body tbody tr:last-child td{border-bottom:none}.post-body tbody tr:hover{background:var(--bg-elevated)}@media (width<=640px){.post-body table{-webkit-overflow-scrolling:touch;font-size:.8rem;display:block;overflow-x:auto}.post-body th,.post-body td{white-space:nowrap;padding:.5rem .7rem}}.callout{border-radius:var(--radius);border-left:4px solid;margin:1.5rem 0;padding:1.2rem 1.4rem;font-size:.9rem;line-height:1.6}.callout p{margin:0}.callout strong{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.82rem;display:block}.callout ul{margin:.5rem 0 0;padding-left:1.2rem}.callout li{margin-bottom:.3rem}.callout--tip{border-color:var(--silo-3);color:#2d5a2d;background:#f0f7ed}.callout--tip strong{color:#3a7a3a}.callout--warning{border-color:var(--silo-5);color:#6b5a2d;background:#fef7ed}.callout--warning strong{color:#a08050}.callout--verdict{background:var(--accent-light);border-color:var(--accent);color:#5a3a1a}.callout--verdict strong{color:var(--accent)}.callout--pros{border-color:var(--silo-3);color:#2d5a2d;background:#f0f7ed}.callout--pros strong{color:#3a7a3a}.callout--cons{border-color:var(--silo-1);color:#5a2d2d;background:#fef0f0}.callout--cons strong{color:#b85c4a}.amazon-btn{background:var(--text);color:#fff;text-align:center;border-radius:var(--radius-lg);letter-spacing:.01em;width:100%;margin:2rem 0;padding:1rem;font-size:.95rem;font-weight:600;transition:opacity .2s;display:block}.amazon-btn:hover{opacity:.85;color:#fff;text-decoration:none}.related-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin:0 0 2rem;padding:1.75rem}.related-section h2{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);border:none;margin-bottom:1rem;padding:0;font-size:.85rem;font-weight:600}.related-list{list-style:none}.related-list li{border-bottom:1px solid var(--border-light);padding:.55rem 0}.related-list li:last-child{border-bottom:none;padding-bottom:0}.related-list a{color:var(--text);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:color .2s;display:flex}.related-list a:before{content:"";background:var(--border);border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:background .2s}.related-list a:hover{color:var(--accent)}.related-list a:hover:before{background:var(--accent)}.hero{text-align:center;padding:4rem 0 2.5rem}.hero h1{margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.hero-sub{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1rem;line-height:1.6}.section-title{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:1.5rem;font-size:.78rem;font-weight:600}.silo-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem;display:grid}.silo-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:flex-start;padding:1.5rem;transition:border-color .2s,box-shadow .2s;display:flex}.silo-card:hover{border-color:var(--accent);text-decoration:none;box-shadow:0 2px 12px #0000000a}.silo-card-dot{border-radius:50%;width:10px;height:10px;margin-bottom:.75rem}.silo-card h2{margin-bottom:.3rem;font-size:1.05rem}.silo-card p{color:var(--text-secondary);margin-bottom:.6rem;font-size:.82rem;line-height:1.5}.silo-card-count{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}@media (width>=640px){.silo-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.silo-grid{grid-template-columns:repeat(3,1fr)}}.silo-intro{max-width:var(--max-w);padding:2rem 0 1rem}.silo-intro p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.silo-intro h2{color:var(--text);margin:1.8rem 0 .5rem;font-size:1.15rem}.silo-intro a{color:var(--accent);text-underline-offset:2px;text-decoration:underline #c2703e4d}.silo-intro a:hover{text-decoration-color:var(--accent)}.silo-intro em{color:var(--text-tertiary);font-size:.9rem}.post-grid{background:var(--border-light);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:1fr;gap:1px;margin-bottom:3rem;display:grid;overflow:hidden}.post-card{background:var(--bg-card);padding:1.25rem 1.5rem;transition:background .2s}.post-card:hover{background:var(--bg-elevated)}.post-card h2{margin-bottom:.25rem;font-size:.95rem}.post-card h2 a{color:var(--text);transition:color .2s}.post-card h2 a:hover{color:var(--accent)}.post-card-excerpt{color:var(--text-tertiary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (width>=640px){.post-grid{grid-template-columns:repeat(2,1fr)}}.silo-hero{padding:3rem 0 2rem}.silo-hero-badge{text-transform:uppercase;letter-spacing:.08em;color:#fff;border-radius:4px;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.7rem;font-weight:600;display:inline-block}.silo-hero h1{margin-bottom:.5rem;font-size:2rem}.silo-hero p{color:var(--text-secondary);max-width:500px;font-size:.95rem;line-height:1.6}.faq-section{border-top:1px solid var(--border);margin:3rem 0;padding:2rem 0}.faq-section>h2{margin-bottom:1.5rem;font-size:1.2rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.faq-item h3{background:var(--bg-elevated);cursor:default;margin:0;padding:1rem 1.25rem;font-size:.95rem;font-weight:600}.faq-item p{color:var(--text-secondary);margin:0;padding:0 1.25rem 1rem;font-size:.9rem;line-height:1.7}.faq-item h3:before{content:"+ ";color:var(--accent);font-weight:700}.footer{border-top:1px solid var(--border);margin-top:2rem;padding:2rem 0}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.footer p{color:var(--text-tertiary);font-size:.78rem}.footer-links{gap:1.5rem;list-style:none;display:flex}.footer-links a{color:var(--text-tertiary);font-size:.78rem;transition:color .2s}.footer-links a:hover{color:var(--accent)}@media (width>=640px){.footer-inner{text-align:left;flex-direction:row;justify-content:space-between}}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
