/* CSS Reset & Base */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{font-size:16px;scroll-behavior:smooth;}body{font-family:Georgia,Palatino,"Palatino Linotype","Times New Roman",serif;line-height:1.7;color:#1a1a1a;background:#fdfcfb;overflow-x:hidden;}img{max-width:100%;display:block;height:auto;}a{color:#8b4513;text-decoration:none;transition:color 0.2s ease;}a:hover{color:#5a2d0c;}ul{list-style:none;}button{font-family:inherit;border:none;background:none;cursor:pointer;}

/* Header */
.page-header{background:#2b2520;color:#f4f1eb;position:sticky;top:0;z-index:1000;border-bottom:3px solid #d4a574;box-shadow:0 2px 8px rgba(0,0,0,0.15);}
.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;}
.brand-lock{}
.brand-text{font-family:Verdana,Geneva,"DejaVu Sans",sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:2px;color:#d4a574;text-transform:uppercase;}
.primary-nav{display:flex;gap:2rem;}
.nav-link{color:#f4f1eb;font-size:0.95rem;font-weight:500;padding:0.5rem 0;border-bottom:2px solid transparent;transition:border-color 0.3s ease,color 0.3s ease;}
.nav-link:hover{color:#d4a574;border-bottom-color:#d4a574;}

/* Hero */
.hero-zone{background:linear-gradient(135deg,#3d2f28 0%,#5a4a3f 50%,#2b2520 100%);color:#f4f1eb;padding:5rem 2rem;position:relative;overflow:hidden;}
.hero-zone::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(212,165,116,0.03) 20px,rgba(212,165,116,0.03) 40px);pointer-events:none;}
.hero-wrapper{max-width:900px;margin:0 auto;position:relative;z-index:1;}
.hero-content{text-align:center;}
.hero-heading{font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700;letter-spacing:-0.5px;}
.accent-text{color:#d4a574;font-style:italic;position:relative;display:inline-block;}
.accent-text::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:#d4a574;opacity:0.5;}
.hero-subtitle{font-size:1.2rem;line-height:1.6;color:#e8e3db;margin-bottom:2.5rem;max-width:750px;margin-left:auto;margin-right:auto;}
.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;}
.cta-primary,.cta-secondary{padding:0.9rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;transition:all 0.3s ease;display:inline-block;}
.cta-primary{background:#d4a574;color:#2b2520;border:2px solid #d4a574;}
.cta-primary:hover{background:#bf8f5f;border-color:#bf8f5f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(212,165,116,0.3);}
.cta-secondary{background:transparent;color:#d4a574;border:2px solid #d4a574;}
.cta-secondary:hover{background:rgba(212,165,116,0.1);transform:translateY(-2px);}

/* Content Wrapper */
.content-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem;}

/* Story Section */
.story-section{padding:5rem 0;background:#fdfcfb;}
.main-article h2{font-size:2rem;margin:3rem 0 1.5rem 0;color:#2b2520;border-left:5px solid #d4a574;padding-left:1.2rem;line-height:1.3;}
.main-article p{margin-bottom:1.3rem;font-size:1.05rem;color:#3d3d3d;max-width:800px;}
.main-article p:first-of-type{font-size:1.15rem;color:#2b2520;}

/* Safety Warnings */
.safety-warnings{background:#fff8e1;padding:3rem 0;border-top:3px solid #ffc107;border-bottom:3px solid#ffc107;}
.warning-title{font-size:1.8rem;text-align:center;margin-bottom:2rem;color:#c65102;}
.warning-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;}
.warning-item{background:#fff;padding:1.5rem;border-left:4px solid #f57c00;box-shadow:0 2px 6px rgba(0,0,0,0.08);border-radius:3px;}
.warning-item p{margin:0;font-size:0.95rem;color:#5d4037;line-height:1.6;}

/* Tools Section */
.tools-section{padding:5rem 0;background:#f7f4f0;}
.section-title{font-size:2.2rem;text-align:center;margin-bottom:1rem;color:#2b2520;}
.affiliate-notice{text-align:center;font-size:0.9rem;color:#666;margin-bottom:3rem;font-style:italic;}
.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;}
.tool-card{background:#fff;padding:2rem;border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;border-top:3px solid #d4a574;}
.tool-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,0.12);}
.tool-icon{font-size:2.5rem;margin-bottom:1rem;}
.tool-card h3{font-size:1.3rem;margin-bottom:1rem;color:#2b2520;}
.tool-card p{font-size:0.95rem;color:#555;line-height:1.6;margin-bottom:1.5rem;}
.tool-link{display:inline-block;color:#8b4513;font-weight:600;font-size:0.95rem;border-bottom:2px solid transparent;transition:border-color 0.2s ease;}
.tool-link:hover{border-bottom-color:#8b4513;}

/* Guide Section */
.guide-section{padding:5rem 0;background:#fdfcfb;}
.guide-heading{font-size:2.2rem;text-align:center;margin-bottom:3rem;color:#2b2520;}
.steps-container{max-width:900px;margin:0 auto;}
.step-block{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start;}
.step-number{flex-shrink:0;width:50px;height:50px;background:#d4a574;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;}
.step-content h3{font-size:1.4rem;margin-bottom:0.8rem;color:#2b2520;}
.step-content p{font-size:1rem;line-height:1.7;color:#3d3d3d;}
.step-content a{color:#8b4513;text-decoration:underline;}

/* Shop Section */
.shop-section{padding:5rem 0;background:#f7f4f0;}
.shop-heading{font-size:2.2rem;text-align:center;margin-bottom:1rem;color:#2b2520;}
.buying-tips-box{background:#fff;padding:2rem;border-radius:6px;margin:0 auto 3rem auto;max-width:900px;border-left:5px solid#6a9955;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.buying-tips-box h3{font-size:1.4rem;margin-bottom:1rem;color:#2b2520;}
.buying-tips-box ul{list-style:disc;padding-left:1.5rem;}
.buying-tips-box li{margin-bottom:0.7rem;color:#3d3d3d;line-height:1.6;}
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;}
.product-card{background:#fff;padding:2rem;border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;border-top:4px solid #8b4513;}
.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,0.12);}
.product-card h3{font-size:1.3rem;margin-bottom:1rem;color:#2b2520;}
.product-card>p{font-size:0.95rem;color:#555;line-height:1.6;margin-bottom:1rem;}
.product-features{list-style:none;margin-bottom:1.5rem;}
.product-features li{font-size:0.9rem;color:#666;padding:0.4rem 0;padding-left:1.5rem;position:relative;}
.product-features li::before{content:"✓";position:absolute;left:0;color:#6a9955;font-weight:700;}
.product-link{display:inline-block;background:#8b4513;color:#fff;padding:0.7rem 1.5rem;border-radius:4px;font-weight:600;font-size:0.95rem;transition:background 0.3s ease;}
.product-link:hover{background:#5a2d0c;}

/* FAQ Section */
.faq-section{padding:5rem 0;background:#fdfcfb;}
.faq-heading{font-size:2.2rem;text-align:center;margin-bottom:3rem;color:#2b2520;}
.faq-container{max-width:900px;margin:0 auto;}
.faq-item{background:#fff;margin-bottom:1rem;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,0.06);overflow:hidden;border-left:4px solid#d4a574;}
.faq-question{padding:1.5rem;font-size:1.15rem;font-weight:600;color:#2b2520;cursor:pointer;position:relative;transition:background 0.2s ease;user-select:none;}
.faq-question:hover{background:#f9f9f9;}
.faq-question::after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:#d4a574;transition:transform 0.3s ease;}
.faq-item.active .faq-question::after{content:"−";transform:translateY(-50%) rotate(0deg);}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.4s ease;}
.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem 1.5rem;}
.faq-answer p{font-size:1rem;line-height:1.7;color:#3d3d3d;margin:0;}

/* Sources Section */
.sources-section{padding:5rem 0;background:#f7f4f0;}
.sources-heading{font-size:2.2rem;text-align:center;margin-bottom:3rem;color:#2b2520;}
.sources-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;}
.source-item{background:#fff;padding:2rem;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.source-item h3{font-size:1.2rem;margin-bottom:0.8rem;color:#2b2520;}
.source-item p{font-size:0.95rem;color:#555;line-height:1.6;margin-bottom:1rem;}
.source-item a{color:#8b4513;font-weight:600;font-size:0.95rem;}

/* About Section */
.about-section{padding:5rem 0;background:#fdfcfb;}
.about-heading{font-size:2.2rem;text-align:center;margin-bottom:2rem;color:#2b2520;}
.about-content{max-width:900px;margin:0 auto;}
.about-content p{font-size:1rem;line-height:1.8;color:#3d3d3d;margin-bottom:1.5rem;}
.about-content strong{color:#2b2520;}

/* Footer */
.site-footer{background:#2b2520;color:#e8e3db;padding:3rem 2rem 2rem 2rem;border-top:3px solid#d4a574;}
.footer-wrapper{max-width:1200px;margin:0 auto;}
.footer-links{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center;}
.footer-links a{color:#d4a574;font-weight:500;}
.footer-links a:hover{color:#bf8f5f;}
.contact-info{color:#999;font-size:0.9rem;margin:0;}
.footer-disclaimer{margin-bottom:2rem;padding:1.5rem;background:rgba(212,165,116,0.08);border-radius:4px;border-left:3px solid#d4a574;}
.footer-disclaimer p{font-size:0.88rem;line-height:1.6;color:#ccc;margin-bottom:0.8rem;}
.footer-disclaimer p:last-child{margin-bottom:0;}
.footer-copyright{text-align:center;font-size:0.85rem;color:#999;padding-top:2rem;border-top:1px solid rgba(212,165,116,0.2);}

/* Mobile Menu Toggle (hidden by default, shown in mobile) */
.mobile-menu-toggle{display:none;background:#d4a574;color:#2b2520;padding:0.5rem 1rem;border-radius:4px;font-size:0.9rem;font-weight:600;}

/* Responsive */
@media(max-width:768px){
.header-container{flex-direction:column;gap:1rem;}
.primary-nav{width:100%;justify-content:center;gap:1.5rem;flex-wrap:wrap;}
.hero-zone{padding:3rem 1.5rem;}
.hero-heading{font-size:2rem;}
.hero-subtitle{font-size:1.05rem;}
.hero-actions{flex-direction:column;gap:1rem;}
.cta-primary,.cta-secondary{width:100%;text-align:center;}
.content-wrapper{padding:0 1.5rem;}
.main-article h2{font-size:1.6rem;}
.tools-grid,.products-grid,.sources-list{grid-template-columns:1fr;}
.step-block{flex-direction:column;gap:1rem;}
.step-number{margin:0 auto;}
.warning-grid{grid-template-columns:1fr;}
.faq-question{font-size:1.05rem;padding:1.2rem;}
.faq-question::after{right:1.2rem;}
}

@media(max-width:480px){
.brand-text{font-size:0.9rem;letter-spacing:1px;}
.nav-link{font-size:0.85rem;}
.hero-heading{font-size:1.7rem;}
.section-title,.guide-heading,.shop-heading,.faq-heading,.sources-heading,.about-heading{font-size:1.8rem;}
}