*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #d97706;--brand-dark: #b45309;--brand-light: #fef3c7;--brand-mid: #f59e0b;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--text-heading: var(--gray-900);--text-body: var(--gray-700);--text-muted: var(--gray-500);--text-faint: var(--gray-400);--bg-page: #ffffff;--bg-soft: var(--gray-50);--border: var(--gray-200);--border-strong: var(--gray-300);--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 8px 24px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.04);--max-width: 780px;--transition: .15s cubic-bezier(.4,0,.2,1)}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--bg-page);color:var(--text-body);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;line-height:1.15;color:var(--text-heading);letter-spacing:-.02em}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.4rem,3vw,1.9rem)}h3{font-size:1.2rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{background:var(--bg-page);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:60px}.site-logo{display:flex;align-items:center;gap:.45rem;font-family:var(--font-display);font-weight:900;font-size:1.1rem;color:var(--text-heading);white-space:nowrap;flex-shrink:0;letter-spacing:-.03em}.site-logo .logo-icon{font-size:1.25rem;line-height:1}.site-logo .logo-accent{color:var(--brand)}.site-nav{display:flex;align-items:center;gap:.125rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{font-size:.8125rem;font-weight:600;color:var(--text-muted);padding:.35rem .65rem;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);white-space:nowrap;letter-spacing:.01em}.site-nav a:hover{color:var(--text-heading);background:var(--gray-50)}.site-nav a.active{color:var(--brand-dark);background:var(--brand-light)}.page-hero{position:relative;padding:5rem 0 4rem;text-align:center;overflow:hidden;background:var(--gray-50)}.page-hero.has-bg{background:var(--gray-900);color:#fff;padding:6rem 0 5rem}.page-hero.has-bg:before{content:"";position:absolute;inset:0;background-image:var(--hero-bg);background-size:cover;background-position:center;opacity:.28;z-index:0}.page-hero.has-bg .container{position:relative;z-index:1}.page-hero.has-bg h1{color:#fff}.page-hero.has-bg .hero-intro{color:#ffffffd1}.hero-emoji{font-size:2.5rem;line-height:1;margin-bottom:1rem;display:block}.hero-tagline{font-family:var(--font-display);font-size:clamp(2.4rem,6vw,3.75rem);font-weight:900;color:var(--text-heading);line-height:1.1;letter-spacing:-.03em;margin-bottom:.875rem}.page-hero.has-bg .hero-tagline{color:#fff}.hero-intro{font-size:1rem;color:var(--text-muted);max-width:520px;margin:0 auto;line-height:1.65;font-weight:400}.generator-wrap{background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:2rem 1.875rem;margin:2.5rem auto 0;max-width:620px}.generator-section{margin-bottom:1.5rem}.generator-section-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.5rem}.generator-section-question{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--text-heading);margin-bottom:.875rem;letter-spacing:-.01em}.chip-grid{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:inline-flex;align-items:center;gap:.375rem;padding:.45rem 1rem;border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);background:var(--bg-page);color:var(--text-body);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition);-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:var(--font-sans);-webkit-appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.chip:hover{border-color:var(--brand);color:var(--brand-dark);background:var(--brand-light)}.chip.selected{border-color:var(--brand);background:var(--brand);color:#fff}.chip .chip-icon{font-size:.95rem;line-height:1}.generator-divider{height:1px;background:var(--border);margin:1.5rem 0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:var(--brand-mid);color:#fff;border:none;border-radius:var(--radius-pill);font-size:1rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);letter-spacing:.01em;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-primary:hover{background:var(--brand);transform:translateY(-1px);box-shadow:0 4px 16px #d977064d}.btn-primary:active{background:var(--brand-dark);transform:translateY(0);box-shadow:none}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1rem;background:var(--bg-page);color:var(--text-body);border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);font-size:.8125rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;text-decoration:none;transition:all var(--transition)}.btn-secondary:hover{border-color:var(--brand);color:var(--brand-dark);background:var(--brand-light)}.result-area{max-width:520px;margin:1.5rem auto 0;display:none}.result-area.visible{display:block}.result-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #00000024;animation:fadeSlideIn .35s cubic-bezier(.4,0,.2,1)}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.result-card-img-wrap{width:100%;height:240px;overflow:hidden;position:relative;background:#f3f4f6}.result-img-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0,#e4e4e4,#f0f0f0);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.result-card-img{width:100%;height:100%;object-fit:cover;display:block}.result-card-content{padding:1.5rem 1.5rem 1.25rem;text-align:center}.result-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-mid);margin-bottom:.4rem}.result-meal-name{font-family:var(--font-display);font-size:1.9rem;font-weight:900;color:var(--text-heading);line-height:1.15;margin:0 0 1.25rem;letter-spacing:-.02em}.result-action-row{display:flex;gap:.5rem;margin-bottom:.75rem}.result-action-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.65rem .4rem;border:1.5px solid var(--brand-mid);border-radius:12px;background:transparent;color:var(--brand-mid);font-size:.7rem;font-weight:700;font-family:var(--font-sans);text-decoration:none;cursor:pointer;transition:all var(--transition);line-height:1.2;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.result-action-btn .result-action-icon{font-size:1.2rem;line-height:1}.result-action-btn:hover,.result-action-btn:active{background:var(--brand-light)}.result-find-else{display:block;width:100%;padding:.875rem;border:2px solid #22c55e;border-radius:var(--radius-pill);background:transparent;color:#16a34a;font-size:1rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;margin-bottom:.75rem;transition:all var(--transition);-webkit-appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;text-align:center}.result-find-else:hover,.result-find-else:active{background:#f0fdf4}.result-share{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.875rem;font-family:var(--font-sans);cursor:pointer;background:none;border:none;padding:0;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.result-share:hover,.result-share:active{color:var(--text-body)}.meal-modal-overlay{position:fixed;inset:0;background:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.25rem}.meal-modal{background:#fff;border-radius:24px;padding:1.75rem 1.5rem 1.25rem;width:100%;max-width:360px;text-align:center;box-shadow:0 24px 80px #00000047;animation:modalIn .2s cubic-bezier(.34,1.56,.64,1)}@keyframes modalIn{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.meal-modal-title{font-family:var(--font-display);font-size:1.35rem;font-weight:900;color:var(--text-heading);margin-bottom:.2rem;letter-spacing:-.02em}.meal-modal-subtitle{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem}.meal-modal-options{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.1rem}.meal-modal-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:1.5px solid var(--brand-mid);border-radius:var(--radius-pill);background:#fefcf8;color:var(--brand-mid);font-size:.9375rem;font-weight:600;font-family:var(--font-sans);text-decoration:none;cursor:pointer;transition:background var(--transition),border-color var(--transition);text-align:left;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.meal-modal-option:hover,.meal-modal-option:active{background:var(--brand-light)}.modal-opt-icon{flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1}.modal-svc-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:6px;font-size:.6rem;font-weight:900;letter-spacing:.01em;color:#fff;line-height:1}.modal-opt-label{flex:1}.modal-opt-arrow{font-size:.7rem;opacity:.4;flex-shrink:0;transform:rotate(-45deg);display:inline-block}.meal-modal-cancel{background:none;border:none;color:var(--text-muted);font-size:.9375rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;padding:.5rem 1.5rem;border-radius:var(--radius-pill);-webkit-appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color var(--transition)}.meal-modal-cancel:hover,.meal-modal-cancel:active{color:var(--text-body)}.section{padding:3rem 0}.section+.section{border-top:1px solid var(--border)}.section--slim{padding:1.75rem 0}.generator-intro{font-size:.9375rem;color:var(--text-muted);max-width:600px;margin:0 auto 1.75rem;text-align:center;line-height:1.7}.popular-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:.5rem 0 0}.popular-list li{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-pill);padding:.3rem .85rem;font-size:.8125rem;color:var(--text-body);line-height:1.5}.supporting-text{font-size:.9375rem;color:var(--text-body);line-height:1.8;max-width:700px}.section-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:.5rem}.section-title{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,1.7rem);font-weight:800;color:var(--text-heading);margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.browse-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:.875rem}.browse-card{background:var(--bg-page);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.375rem 1rem;text-align:center;transition:all var(--transition);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem}.browse-card:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-2px)}.browse-card .card-icon{font-size:2rem;line-height:1}.browse-card .card-title{font-family:var(--font-display);font-weight:800;font-size:.95rem;color:var(--text-heading);line-height:1.25;letter-spacing:-.01em}.browse-card .card-desc{font-size:.78rem;color:var(--text-muted);line-height:1.45}.tips-list{display:flex;flex-direction:column;gap:.75rem}.tip-item{display:flex;gap:.875rem;align-items:flex-start;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.125rem}.tip-item .tip-icon{font-size:1.25rem;flex-shrink:0;margin-top:.05rem}.tip-item .tip-text strong{display:block;font-size:.875rem;font-weight:600;color:var(--text-heading);margin-bottom:.2rem}.tip-item .tip-text span{font-size:.8125rem;color:var(--text-muted);line-height:1.55}.site-footer{background:var(--gray-900);padding:2.5rem 0;margin-top:auto}.site-footer .container{display:flex;flex-direction:column;align-items:center;gap:1.125rem;text-align:center}.footer-logo{font-family:var(--font-display);font-weight:900;font-size:1rem;color:#fff;letter-spacing:-.02em}.footer-logo .footer-accent{color:var(--brand-mid)}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1rem}.footer-nav a{font-size:.8125rem;font-weight:500;color:#ffffff80;transition:color var(--transition)}.footer-nav a:hover{color:#ffffffe6}.footer-copy{font-size:.75rem;color:#ffffff4d}@media(max-width:600px){.generator-wrap{padding:1.5rem 1.25rem;border-radius:var(--radius-lg);margin-top:1.75rem}.browse-grid{grid-template-columns:repeat(2,1fr)}.result-card-content{padding:1.25rem}.result-meal-name{font-size:1.6rem}.page-hero{padding:3rem 0 2.5rem}.page-hero.has-bg{padding:4rem 0 3.5rem}.section{padding:2.25rem 0}}@media(max-width:420px){.site-logo .logo-text-long{display:none}}.article-hero{position:relative;width:100%;height:420px;overflow:hidden;background:var(--gray-800)}.article-hero-img{width:100%;height:100%;object-fit:cover;display:block;opacity:.72}.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78) 0%,rgba(0,0,0,.22) 55%,transparent 100%);display:flex;align-items:flex-end;padding-bottom:2.75rem}.article-hero-overlay .container{color:#fff}.article-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-mid);margin-bottom:.5rem}.article-hero-title{font-family:var(--font-display);font-size:clamp(1.55rem,4vw,2.6rem);font-weight:900;color:#fff;line-height:1.12;letter-spacing:-.025em;margin-bottom:.7rem;max-width:660px}.article-hero-meta{font-size:.8125rem;color:#fff9;font-weight:500}.article-layout{padding:2.5rem 0 4rem}.article-body{max-width:680px;margin:0 auto;font-size:1.0625rem;line-height:1.85;color:var(--text-body)}.article-body h2{font-family:var(--font-display);font-size:clamp(1.25rem,3vw,1.6rem);font-weight:800;color:var(--text-heading);margin:2.5rem 0 .875rem;letter-spacing:-.02em;line-height:1.2}.article-body h3{font-size:1.05rem;font-weight:700;color:var(--text-heading);margin:1.75rem 0 .5rem;font-family:var(--font-sans)}.article-body p{margin-bottom:1.2rem}.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1.2rem}.article-body li{margin-bottom:.45rem;line-height:1.7}.article-body ul li{list-style:disc}.article-body ol li{list-style:decimal}.article-body strong{font-weight:600;color:var(--text-heading)}.article-lead{font-size:1.1rem;color:var(--text-body);line-height:1.8;padding-bottom:1.75rem;margin-bottom:.25rem;border-bottom:2px solid var(--border)}.toc-box{background:var(--bg-soft);border:1px solid var(--border);border-left:3px solid var(--brand);border-radius:var(--radius-md);padding:1.25rem 1.5rem;margin:0 auto 2rem;max-width:680px}.toc-label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:.625rem}.toc-list{padding-left:1.25rem;margin:0;display:flex;flex-direction:column;gap:.3rem}.toc-list li{list-style:decimal}.toc-list a{font-size:.875rem;color:var(--text-body);font-weight:500;text-decoration:underline;text-decoration-color:var(--border-strong);text-underline-offset:2px;transition:color var(--transition)}.toc-list a:hover{color:var(--brand-dark);text-decoration-color:var(--brand)}.callout{display:flex;gap:.875rem;align-items:flex-start;border-radius:var(--radius-md);padding:1.125rem 1.25rem;margin:1.75rem 0}.callout-icon{font-size:1.2rem;flex-shrink:0;line-height:1;margin-top:.1rem}.callout-body strong{display:block;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.3rem;font-family:var(--font-sans)}.callout-body p{font-size:.9375rem;line-height:1.65;margin:0}.callout--tip{background:#fffbeb;border:1px solid #fcd34d}.callout--tip .callout-body strong{color:#92400e}.callout--tip .callout-body p{color:#78350f}.callout--note{background:#eff6ff;border:1px solid #93c5fd}.callout--note .callout-body strong{color:#1e3a5f}.callout--note .callout-body p{color:#1d4ed8}.callout--safety{background:#fff1f2;border:1px solid #fda4af}.callout--safety .callout-body strong{color:#9f1239}.callout--safety .callout-body p{color:#881337}.callout--flavor{background:#f0fdf4;border:1px solid #86efac}.callout--flavor .callout-body strong{color:#14532d}.callout--flavor .callout-body p{color:#166534}.article-cta{background:var(--gray-900);border-radius:var(--radius-xl);padding:2rem 2rem 1.75rem;margin:3rem auto;max-width:680px;text-align:center}.article-cta-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-mid);margin-bottom:.5rem}.article-cta-title{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.article-cta-text{font-size:.9375rem;color:#ffffffa6;margin-bottom:1.375rem;line-height:1.6}.article-cta-btns{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.cta-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;background:var(--brand-mid);color:#fff;border:none;border-radius:var(--radius-pill);font-size:.9375rem;font-weight:700;font-family:var(--font-sans);text-decoration:none;cursor:pointer;transition:all var(--transition);white-space:nowrap}.cta-btn-primary:hover{background:var(--brand);transform:translateY(-1px)}.cta-btn-secondary{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;background:transparent;color:#ffffffd9;border:1.5px solid rgba(255,255,255,.3);border-radius:var(--radius-pill);font-size:.9375rem;font-weight:700;font-family:var(--font-sans);text-decoration:none;cursor:pointer;transition:all var(--transition);white-space:nowrap}.cta-btn-secondary:hover{border-color:#ffffffb3;color:#fff}.faq-section{max-width:680px;margin:0 auto;padding-top:1rem}.faq-title{font-family:var(--font-display);font-size:1.35rem;font-weight:800;color:var(--text-heading);margin-bottom:1.25rem;letter-spacing:-.02em}.faq-item{border-top:1px solid var(--border)}.faq-item:last-child{border-bottom:1px solid var(--border)}.faq-question{width:100%;padding:1.1rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.9375rem;font-weight:600;color:var(--text-heading);cursor:pointer;list-style:none;font-family:var(--font-sans);line-height:1.4}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{display:none}.faq-question:after{content:"+";font-size:1.25rem;color:var(--brand);font-weight:300;flex-shrink:0}.faq-item[open] .faq-question:after{content:"−"}.faq-answer{padding:0 1rem 1.25rem 0;font-size:.9375rem;color:var(--text-body);line-height:1.75}.faq-answer p{margin:0}.related-section{border-top:1px solid var(--border);padding:2.5rem 0 3rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.25rem}.related-card{border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);display:flex;flex-direction:column;text-decoration:none;background:var(--bg-page)}.related-card:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-2px)}.related-card-img{width:100%;height:140px;object-fit:cover;display:block}.related-card-body{padding:.875rem 1rem;flex:1}.related-card-title{font-family:var(--font-display);font-size:.92rem;font-weight:800;color:var(--text-heading);line-height:1.3;margin-bottom:.3rem;letter-spacing:-.01em}.related-card-desc{font-size:.78rem;color:var(--text-muted);line-height:1.5}.dish-item{border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.25rem 1rem;margin-bottom:1rem;background:var(--bg-page)}.dish-item h3{font-family:var(--font-sans);font-size:1rem;font-weight:700;color:var(--text-heading);margin:0 0 .5rem;display:flex;align-items:center;gap:.625rem}.dish-num{display:inline-flex;align-items:center;justify-content:center;min-width:1.875rem;height:1.875rem;background:var(--brand-light);border:1.5px solid var(--brand);border-radius:50%;font-size:.72rem;font-weight:800;color:var(--brand-dark);flex-shrink:0;font-family:var(--font-sans)}.dish-item p{font-size:.9375rem;margin-bottom:.5rem}.dish-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.625rem}.dish-tag{font-size:.68rem;font-weight:600;padding:.2rem .6rem;border-radius:var(--radius-pill);background:var(--brand-light);color:var(--brand-dark);letter-spacing:.02em;font-family:var(--font-sans)}@media(max-width:600px){.article-hero{height:280px}.article-hero-title{font-size:1.5rem}.article-layout{padding:2rem 0 3rem}.article-cta{padding:1.5rem 1.25rem}.article-cta-btns{flex-direction:column;align-items:stretch}.cta-btn-primary,.cta-btn-secondary{justify-content:center}.related-grid{grid-template-columns:1fr 1fr}}@media(max-width:420px){.related-grid{grid-template-columns:1fr}}.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.guide-card{border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);display:flex;flex-direction:column;text-decoration:none;background:var(--bg-page)}.guide-card:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-2px)}.guide-card-img{width:100%;height:180px;object-fit:cover;display:block;flex-shrink:0}.guide-card-body{padding:1.125rem 1.25rem;flex:1;display:flex;flex-direction:column;gap:0}.guide-card-category{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:.375rem}.guide-card-title{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--text-heading);line-height:1.3;letter-spacing:-.01em;margin-bottom:.5rem}.guide-card-desc{font-size:.875rem;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:1rem}.guide-card-link{font-size:.8125rem;font-weight:700;color:var(--brand-dark);margin-top:auto}.featured-guide{display:flex;flex-direction:column;border:1.5px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;text-decoration:none;background:var(--bg-page);transition:all var(--transition)}.featured-guide:hover{border-color:var(--brand);box-shadow:var(--shadow-lg)}.featured-guide-img{width:100%;height:260px;object-fit:cover;display:block;flex-shrink:0}.featured-guide-body{padding:1.75rem 2rem;display:flex;flex-direction:column;justify-content:center}.featured-guide-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:.5rem}.featured-guide-badge{display:inline-block;background:var(--brand-light);border:1.5px solid var(--brand);color:var(--brand-dark);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:var(--radius-pill);margin-bottom:.875rem;align-self:flex-start}.featured-guide-title{font-family:var(--font-display);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:900;color:var(--text-heading);line-height:1.2;letter-spacing:-.025em;margin-bottom:.75rem}.featured-guide-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem}.featured-guide-cta{font-size:.875rem;font-weight:700;color:var(--brand-dark)}@media(min-width:680px){.featured-guide{flex-direction:row}.featured-guide-img{width:42%;height:auto;min-height:280px}.featured-guide-body{flex:1}}.guides-grid--home{grid-template-columns:1fr}@media(min-width:520px){.guides-grid--home{grid-template-columns:1fr 1fr}}@media(min-width:800px){.guides-grid--home{grid-template-columns:repeat(3,1fr)}}.vault-promo{background:var(--brand-light);border:1.5px solid var(--brand);border-radius:var(--radius-xl);padding:1.75rem 2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;text-decoration:none;transition:box-shadow var(--transition)}.vault-promo:hover{box-shadow:var(--shadow-md)}.vault-promo-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-dark);margin-bottom:.25rem}.vault-promo-title{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:var(--text-heading);letter-spacing:-.02em;margin-bottom:.25rem}.vault-promo-desc{font-size:.875rem;color:var(--brand-dark)}.vault-promo-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.375rem;background:var(--brand-dark);color:#fff;border-radius:var(--radius-pill);font-size:.875rem;font-weight:700;font-family:var(--font-sans);white-space:nowrap;flex-shrink:0}@media(max-width:600px){.guides-grid{grid-template-columns:1fr}.featured-guide-body{padding:1.25rem 1.25rem 1.5rem}.vault-promo{flex-direction:column;align-items:flex-start}.vault-promo-btn{align-self:stretch;justify-content:center}}
