:root{--primary:#3E5038;--primary-dark:#2F3D2B;--primary-darker:#232E20;--primary-light:#E6EADF;--primary-lighter:#EFEAD9;--panel:#E8E3D8;--terracotta:#B85C38;--terracotta-dark:#9E4D2E;--bg-page:#F5F2EA;--ink:#1E1A17;--text:#2A241F;--text-muted:#6E6558;--text-faint:#9C9284;--white:#FFFFFF;--border:#D6D0C4;--border-soft:#E8E3D8;--footer-bg:#1E1A17;--footer-text:#B7AFA0;--footer-border:#34302A;--accent-pink:#ECE8DF;--accent-pink-ink:#5A5347;--accent-orange:#EAE4D6;--accent-orange-ink:#524B3E;--accent-green:#E6EADF;--accent-green-ink:#3E5038;--accent-purple:#EAE6DA;--accent-purple-ink:#6E6558;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;--shadow-sm:0 2px 8px rgba(30,26,23,0.06);--shadow-md:0 12px 30px rgba(30,26,23,0.09);--shadow-lg:0 24px 60px rgba(30,26,23,0.14);--shadow-btn:0 10px 24px rgba(184,92,56,0.28);--container:1200px;--font-head:'Playfair Display',Georgia,serif;--font-body:'Inter',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}.icon{width:1em;height:1em;fill:currentColor;display:inline-block;vertical-align:-0.125em;overflow:visible}body{margin:0;font-family:var(--font-body);color:var(--text);background:var(--bg-page);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none;margin:0;padding:0}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.2;margin:0;font-weight:600}p{margin:0}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.section-tight{padding:70px 0}.text-primary{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-body);font-weight:600;font-size:14px;letter-spacing:0.02em;padding:15px 28px;border-radius:var(--radius-pill);border:1.5px solid transparent;transition:all 0.22s ease;white-space:nowrap}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,0.22);font-size:11px}.btn-primary{background:var(--terracotta);color:var(--white);box-shadow:var(--shadow-btn)}.btn-primary:hover{background:var(--terracotta-dark);transform:translateY(-2px);box-shadow:0 14px 30px rgba(184,92,56,0.36)}.btn-outline .btn-icon{background:var(--primary-light);color:var(--primary)}.btn-white{background:var(--white);color:var(--terracotta)}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.site-header{position:sticky;top:0;z-index:100;background:rgba(233,234,239,0.78);backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:84px}.logo{display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:700;font-size:20px;color:var(--ink)}.logo-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--primary-darker));display:flex;align-items:center;justify-content:center;color:var(--white);font-size:16px}.nav-links{display:flex;align-items:center;gap:40px}.nav-links a{font-size:14.5px;font-weight:500;color:var(--text);position:relative;padding:6px 0;transition:color 0.2s ease}.nav-links a:hover{color:var(--primary)}.nav-links a.active{color:var(--primary);font-weight:600}.nav-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--primary);border-radius:2px}.header-actions{display:flex;align-items:center;gap:20px}.nav-toggle{display:none;background:none;border:none;font-size:22px;color:var(--ink)}@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.cta-banner{position:relative;background:linear-gradient(120deg,var(--primary) 0%,var(--primary-darker) 100%);border-radius:var(--radius-xl);padding:64px 60px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;flex-wrap:wrap}.cta-banner::before,.cta-banner::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,0.08)}.cta-banner::before{width:260px;height:260px;top:-120px;right:8%}.cta-banner::after{width:160px;height:160px;bottom:-80px;right:22%}.cta-banner h2{color:var(--white);font-size:30px;margin-bottom:10px}.cta-banner p{color:rgba(255,255,255,0.82);font-size:15px}.cta-copy{position:relative;z-index:1}.cta-banner .btn{position:relative;z-index:1}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding-top:80px}.footer-top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px;padding-bottom:56px;border-bottom:1px solid var(--footer-border)}.footer-brand .logo{color:var(--white);margin-bottom:16px}.footer-brand p{font-size:14px;line-height:1.7;color:var(--footer-text);max-width:260px;margin-bottom:22px}.footer-social{display:flex;gap:10px}.footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:center;font-size:14px;transition:all 0.2s ease}.footer-social a:hover{background:var(--primary);color:var(--white)}.footer-col .col-heading{color:var(--white);font-size:14.5px;font-weight:600;margin-bottom:22px}.footer-col ul{display:flex;flex-direction:column;gap:13px}.footer-col a{font-size:14px;color:var(--footer-text);transition:color 0.2s ease}.footer-col a:hover{color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:center;padding:26px 0;font-size:13px;color:var(--text-faint);flex-wrap:wrap;gap:12px}.breadcrumb{display:flex;justify-content:center;gap:8px;font-size:13.5px;color:var(--text-muted);margin-top:20px}.breadcrumb a{color:var(--primary);font-weight:600}.post-tag{position:absolute;top:16px;left:16px;background:rgba(255,255,255,0.95);color:var(--primary);font-size:12px;font-weight:700;padding:6px 14px;border-radius:var(--radius-pill)}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;font-size:12.5px;color:var(--text-faint);margin-bottom:14px}.post-meta span{display:flex;align-items:center;gap:6px}.post-author .who{font-size:13px;font-weight:600;color:var(--ink)}.post-author .role{font-size:11.5px;color:var(--text-faint)}.newsletter-form .btn{flex-shrink:0}.post-hero-head{padding:48px 0 0}.post-hero-head .breadcrumb{justify-content:flex-start;margin:0 0 22px}.post-hero-head .post-tag{position:static;display:inline-block;margin-bottom:18px}.post-hero-head h1{font-size:40px;max-width:800px;margin-bottom:20px}.post-hero-head .post-meta{font-size:13.5px;color:var(--text-muted);margin-bottom:0}.post-hero-head .post-meta span{display:inline-flex;align-items:center;gap:6px;margin-right:20px}.post-hero-image{margin:36px 0 0;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:16/8}.post-hero-image img{width:100%;height:100%;object-fit:cover}.image-credit{font-size:12px;color:var(--text-muted);text-align:center;margin-top:10px}.image-credit a{color:var(--text-muted);text-decoration:underline}.article-layout{display:grid;grid-template-columns:220px 1fr;gap:60px;align-items:start}.toc{position:sticky;top:108px;background:var(--primary-lighter);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:22px 20px}.toc .toc-heading{font-size:12px;text-transform:uppercase;letter-spacing:0.06em;font-weight:700;color:var(--text-muted);margin:0 0 14px}.toc ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px;counter-reset:toc}.toc a{font-size:13.5px;color:var(--text);line-height:1.5;display:block}.toc a:hover{color:var(--primary)}.article-body{max-width:720px}.article-body > p{font-size:16.5px;line-height:1.85;color:var(--text);margin-bottom:22px}.article-body h2{font-size:27px;margin:52px 0 18px;scroll-margin-top:100px}.article-body h3{font-size:19px;margin:30px 0 14px;scroll-margin-top:100px}.article-body ul,.article-body ol{margin:0 0 24px;padding-left:22px}.article-body ul{list-style:none;padding-left:0}.article-body ul li{position:relative;padding-left:28px;margin-bottom:12px;font-size:16px;line-height:1.7;color:var(--text)}.article-body ul li::before{content:"\2713";font-weight:700;position:absolute;left:0;top:3px;color:var(--primary);font-size:12px}.article-body ol li{font-size:16px;line-height:1.75;margin-bottom:10px;color:var(--text)}.article-body strong{color:var(--ink)}.article-body a.inline-link{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}.article-body figure{margin:36px 0}.article-body figure img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.article-body figure.section-banner{margin:56px 0 18px}.section-banner.portrait img{aspect-ratio:3/4;max-width:420px;margin:0 auto;display:block}.article-body figure.section-banner img{aspect-ratio:16/7;object-fit:cover}.article-body figure.section-banner + h2{margin-top:0}.pull-quote{border-left:3px solid var(--primary);padding:4px 0 4px 24px;margin:36px 0;font-family:var(--font-head);font-size:20px;font-weight:500;color:var(--ink);line-height:1.55}.tag-chip{display:inline-block;font-size:12px;font-weight:600;color:var(--primary);background:var(--primary-light);padding:4px 12px;border-radius:var(--radius-pill)}.faq-item{border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:22px 24px;margin-bottom:14px}.faq-item h3{margin:0 0 10px;font-size:16px;display:flex;gap:10px;align-items:flex-start}.faq-item h3 .icon{color:var(--primary);margin-top:3px;font-size:14px}.faq-item p{font-size:14.5px;color:var(--text-muted);line-height:1.7;margin:0;padding-left:24px}.author-box{display:flex;align-items:center;gap:16px;margin-top:56px;padding:24px;background:var(--primary-lighter);border-radius:var(--radius-md)}.author-box img{width:56px;height:56px;border-radius:50%;object-fit:cover}.author-box .who{font-weight:700;color:var(--ink);font-size:15px;margin-bottom:3px}.author-box .role{font-size:13px;color:var(--text-muted)}.share-row{display:flex;align-items:center;gap:12px;margin-top:40px}.share-row span{font-size:13px;font-weight:600;color:var(--text-muted)}.share-row a{width:36px;height:36px;border-radius:50%;background:var(--primary-lighter);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:13px;transition:all 0.2s ease}.share-row a:hover{background:var(--primary);color:var(--white)}@media (max-width:960px){.article-layout{grid-template-columns:1fr}.toc{position:static}.post-hero-head h1{font-size:30px}}.skip-link{position:absolute;top:-48px;left:12px;z-index:1000;background:var(--primary);color:var(--white);padding:12px 20px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;transition:top 0.2s ease}.skip-link:focus{top:12px}a:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:90;width:46px;height:46px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-btn);font-size:15px;transition:transform 0.2s ease,background 0.2s ease}.back-to-top:hover{background:var(--primary-dark);transform:translateY(-3px)}@media (max-width:1080px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:860px){.nav-links{display:none;position:absolute;top:84px;left:0;right:0;background:var(--panel);flex-direction:column;align-items:flex-start;gap:4px;padding:16px 24px 24px;border-bottom:1px solid var(--border-soft);box-shadow:var(--shadow-md)}.nav-links.is-open{display:flex}.nav-links a{width:100%;padding:12px 0}.nav-toggle{display:block}.cta-banner{padding:46px 30px;justify-content:center;text-align:center}}@media (max-width:640px){.header-actions{gap:10px}.header-actions .btn-primary{padding:10px 14px;font-size:12.5px;gap:6px}.header-actions .btn-primary .btn-icon{display:none}.footer-top{grid-template-columns:1fr 1fr;gap:30px}}.logo img{height:26px;width:auto;display:block}.footer-brand .logo img{height:24px;filter:brightness(0) invert(1)}.btn-sm{padding:10px 20px;font-size:13px}.footer-signup p{font-size:13px;color:var(--footer-text);line-height:1.65;margin-bottom:16px}.footer-signup form{display:flex;flex-direction:column;gap:10px}.footer-signup input[type="email"]{padding:12px 16px;border-radius:var(--radius-sm);border:1px solid var(--footer-border);background:rgba(255,255,255,0.05);color:var(--white);font-size:13.5px;outline:none;transition:border-color 0.2s ease}.footer-signup input[type="email"]::placeholder{color:var(--footer-text)}.footer-signup input[type="email"]:focus{border-color:var(--primary)}.footer-signup .btn{width:100%}.footer-signup .footer-signup-note{font-size:11px;color:var(--text-faint);margin-top:2px;line-height:1.5}
@media (max-width:640px){.footer-top{grid-template-columns:repeat(3,1fr);gap:22px 12px;padding-bottom:40px}.footer-brand p,.footer-social{display:none}.footer-brand .logo{margin-bottom:0}.footer-col .col-heading{font-size:12px;margin-bottom:14px}.footer-col ul{gap:10px}.footer-col a{font-size:11.5px;line-height:1.4;display:block}.footer-signup{grid-column:1/-1;margin-top:4px}}
.newsletter-status{font-size:12.5px;margin-top:4px;display:none}.newsletter-status.is-visible{display:block}.newsletter-status.is-success{color:#4ADE80}.newsletter-status.is-error{color:#F87171}
