.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:var(--header-height);background:#fbf7f2eb;border-bottom:1px solid #0000;transition:box-shadow .25s,border-color .25s;position:sticky;top:0}.header--scrolled{border-bottom-color:var(--color-border);box-shadow:0 4px 20px var(--color-shadow)}.header__inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{color:var(--color-text);flex-shrink:0;align-items:center;gap:.55rem;text-decoration:none;display:flex}.logo:hover{color:var(--color-text)}.logo__mark{background:var(--color-green);color:#fff;width:38px;height:38px;font-family:var(--font-display);border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.logo__text{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.logo__dot{color:var(--color-green-dark)}.header__nav{display:none}.header__menu{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.header__link{font-family:var(--font-display);color:var(--color-text-muted);border-radius:var(--radius-full);white-space:nowrap;padding:.4rem .55rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;display:block}.header__link:hover,.header__link.is-active{color:var(--color-green-dark);background:var(--color-green-light)}.hamburger{background:var(--color-surface);cursor:pointer;width:44px;height:44px;box-shadow:0 2px 8px var(--color-shadow);z-index:110;border:none;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;padding:10px;display:flex}.hamburger span{background:var(--color-text);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{top:var(--header-height);width:min(320px,88vw);height:calc(100vh - var(--header-height));background:var(--color-surface);box-shadow:-8px 0 30px var(--color-shadow-hover);z-index:105;padding:1.25rem 0;transition:transform .3s;position:fixed;right:0;overflow-y:auto;transform:translate(105%)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav ul{margin:0;padding:0;list-style:none}.mobile-nav a{font-family:var(--font-display);color:var(--color-text);border-left:3px solid #0000;padding:.95rem 1.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:block}.mobile-nav a:hover,.mobile-nav a.is-active{background:var(--color-green-light);color:var(--color-green-dark);border-left-color:var(--color-green)}.mobile-nav__backdrop{inset:0;top:var(--header-height);z-index:104;cursor:pointer;background:#3d353059;border:none;position:fixed}@media (width>=1100px){.header__nav{flex:1;display:block}.hamburger,.mobile-nav,.mobile-nav__backdrop{display:none}}@media (width>=1100px) and (width<=1280px){.header__link{padding:.35rem .4rem;font-size:.75rem}}.footer{color:#fff8f3d9;background:#3d3530;margin-top:2rem;padding:4rem 0 2rem}.footer a{color:#fff8f3cc;text-decoration:none}.footer a:hover{color:#fff}.footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr 1fr 1.3fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer__brand p{color:#fff8f3b3;margin-top:1rem;font-size:.95rem;line-height:1.65}.footer__logo .logo__text{color:#fff}.footer__logo .logo__dot{color:var(--color-green)}.footer__email{font-family:var(--font-display);margin-top:1rem;font-weight:700;display:inline-block;color:var(--color-green)!important}.footer__heading{color:#fff;margin-bottom:1rem;font-size:1rem}.footer__links{margin:0;padding:0;list-style:none}.footer__links li+li{margin-top:.55rem}.footer__links a{font-size:.92rem;line-height:1.4}.footer__bottom{text-align:center;padding-top:1.75rem}.footer__bottom p{color:#fff8f38c;font-size:.875rem}.footer__disclaimer{max-width:560px;margin-top:.5rem;margin-left:auto;margin-right:auto}@media (width<=960px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.hero{align-items:center;min-height:min(88vh,720px);display:flex;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero__overlay{background:linear-gradient(105deg,#3d3530c7 0%,#3d353073 55%,#3d353040 100%);position:absolute;inset:0}.hero__content{z-index:1;max-width:680px;margin-left:max(1.25rem, calc((100% - var(--max-width)) / 2 + 1.25rem));margin-right:auto;padding:5rem 1.25rem;position:relative}.hero__eyebrow{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--color-green);margin-bottom:.75rem;font-size:.9rem;font-weight:700}.hero h1{color:#fff;text-shadow:0 2px 20px #0003;margin-bottom:1rem;font-size:clamp(2.1rem,5vw,3.1rem)}.hero__sub{color:#ffffffeb;max-width:520px;margin-bottom:1.75rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6}.hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.hero__btn-light{color:#fff;background:#ffffff1f;border-color:#ffffff73}.hero__btn-light:hover{color:var(--color-text);background:#fff;border-color:#fff}.topics-grid{gap:1.25rem}@media (width<=640px){.hero{min-height:520px}.hero__content{margin-left:0;padding:3.5rem 1.25rem}}.article-footer-nav{border-top:1px solid var(--color-border);margin-top:2.5rem;padding-top:1.5rem}:root{--color-bg:#fbf7f2;--color-bg-alt:#f3ede4;--color-surface:#fff;--color-cream:#fff8f3;--color-beige:#e8dfd4;--color-sand:#d4c4b0;--color-green:#7ba88d;--color-green-dark:#5a7a6a;--color-green-light:#e8f2ec;--color-blue:#a8c5d4;--color-blue-light:#e8f1f5;--color-pink:#e8c4c4;--color-pink-light:#f8eeee;--color-text:#3d3530;--color-text-muted:#6b5f56;--color-text-light:#8a7e74;--color-border:#e5dbd0;--color-shadow:#3d353014;--color-shadow-hover:#3d353024;--font-display:"Nunito", system-ui, sans-serif;--font-body:"Source Sans 3", system-ui, sans-serif;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--header-height:72px;--max-width:1180px;--transition:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px)}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;font-size:1.0625rem;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:var(--color-green-dark);transition:color var(--transition);text-decoration:none}a:hover{color:var(--color-green)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text);font-weight:700;line-height:1.25}h1{font-size:clamp(2rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:clamp(1.2rem,2vw,1.4rem)}p+p{margin-top:1rem}ul,ol{padding-left:1.35rem}li+li{margin-top:.4rem}button,input,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.section{padding:4rem 0}.section--alt{background:var(--color-bg-alt)}.section--green{background:var(--color-green-light)}.section--blue{background:var(--color-blue-light)}.section-header{text-align:center;max-width:640px;margin:0 auto 2.5rem}.section-header p{color:var(--color-text-muted);margin-top:.75rem}.section-eyebrow{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--color-green-dark);margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-block}.btn{border-radius:var(--radius-full);font-family:var(--font-display);cursor:pointer;transition:all var(--transition);border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.btn--primary{background:var(--color-green);color:#fff;border-color:var(--color-green)}.btn--primary:hover{background:var(--color-green-dark);border-color:var(--color-green-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #7ba88d59}.btn--secondary{color:var(--color-text);border-color:var(--color-beige);background:0 0}.btn--secondary:hover{background:var(--color-surface);border-color:var(--color-green);color:var(--color-green-dark);transform:translateY(-2px)}.btn--light{background:var(--color-surface);color:var(--color-green-dark);border-color:var(--color-surface)}.btn--light:hover{background:var(--color-cream);color:var(--color-text);transform:translateY(-2px)}.btn--sm{padding:.55rem 1.15rem;font-size:.875rem}.card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:0 4px 20px var(--color-shadow);transition:transform var(--transition), box-shadow var(--transition);flex-direction:column;height:100%;display:flex;overflow:hidden}.card:hover{box-shadow:0 12px 32px var(--color-shadow-hover);transform:translateY(-4px)}.card__image{aspect-ratio:16/10;background:var(--color-beige);overflow:hidden}.card__image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.card:hover .card__image img{transform:scale(1.05)}.card__body{flex-direction:column;flex:1;padding:1.25rem 1.35rem 1.5rem;display:flex}.card__category{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--color-green-dark);margin-bottom:.4rem;font-size:.75rem;font-weight:700}.card__title{margin-bottom:.5rem;font-size:1.1rem}.card__title a{color:inherit;text-decoration:none}.card__title a:hover{color:var(--color-green-dark)}.card__excerpt{color:var(--color-text-muted);flex:1;margin-bottom:1rem;font-size:.95rem;line-height:1.55}.card__meta{color:var(--color-text-light);margin-bottom:.75rem;font-size:.85rem}.card__link{font-family:var(--font-display);color:var(--color-green-dark);align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;display:inline-flex}.card__link:hover{color:var(--color-green);gap:.55rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=960px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:3rem 0}}.topic-card{background:var(--color-surface);border-radius:var(--radius-lg);text-align:center;box-shadow:0 4px 16px var(--color-shadow);transition:transform var(--transition), box-shadow var(--transition);color:inherit;border:1px solid #0000;padding:1.75rem 1.25rem;text-decoration:none;display:block}.topic-card:hover{box-shadow:0 12px 28px var(--color-shadow-hover);border-color:var(--color-green);color:inherit;transform:translateY(-4px)}.topic-card__icon{background:var(--color-green-light);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:1.75rem;display:flex}.topic-card__icon--blue{background:var(--color-blue-light)}.topic-card__icon--pink{background:var(--color-pink-light)}.topic-card__icon--beige{background:var(--color-bg-alt)}.topic-card h3{margin-bottom:.35rem;font-size:1.05rem}.topic-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.45}.checklist-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:0 4px 16px var(--color-shadow);height:100%;padding:1.75rem}.checklist-card h3{border-bottom:2px solid var(--color-green-light);margin-bottom:1.15rem;padding-bottom:.75rem;font-size:1.15rem}.checklist-card ul{padding:0;list-style:none}.checklist-card li{color:var(--color-text-muted);align-items:flex-start;gap:.7rem;padding:.45rem 0;font-size:.95rem;display:flex}.checklist-card li:before{content:"✓";background:var(--color-green-light);width:22px;height:22px;color:var(--color-green-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.faq-item{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:0 2px 10px var(--color-shadow);margin-bottom:.75rem;overflow:hidden}.faq-item__question{text-align:left;width:100%;font-family:var(--font-display);color:var(--color-text);cursor:pointer;transition:background var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.35rem;font-size:1rem;font-weight:700;display:flex}.faq-item__question:hover{background:var(--color-cream)}.faq-item__icon{background:var(--color-green-light);width:28px;height:28px;color:var(--color-green-dark);transition:transform var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.faq-item.is-open .faq-item__icon{background:var(--color-green);color:#fff;transform:rotate(45deg)}.faq-item__answer{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.faq-item.is-open .faq-item__answer{max-height:400px}.faq-item__answer-inner{color:var(--color-text-muted);padding:0 1.35rem 1.25rem;line-height:1.65}.timeline{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid;position:relative}.timeline-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:0 4px 16px var(--color-shadow);height:100%;padding:1.5rem;position:relative}.timeline-card__age{background:var(--color-green);color:#fff;font-family:var(--font-display);border-radius:var(--radius-full);margin-bottom:.85rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.timeline-card h3{margin-bottom:.65rem;font-size:1.05rem}.timeline-card p{color:var(--color-text-muted);font-size:.92rem;line-height:1.55}.timeline-card ul{color:var(--color-text-muted);margin-top:.75rem;padding-left:1.1rem;font-size:.9rem}@media (width<=960px){.timeline{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.timeline{grid-template-columns:1fr}}.info-box{background:var(--color-green-light);border-left:4px solid var(--color-green);border-radius:0 var(--radius-md) var(--radius-md) 0;margin:1.75rem 0;padding:1.25rem 1.5rem}.info-box__title{font-family:var(--font-display);color:var(--color-green-dark);margin-bottom:.5rem;font-size:1rem;font-weight:700}.info-box p,.info-box li{color:var(--color-text-muted);font-size:.95rem}.info-box ul{margin-top:.5rem}.newsletter{background:linear-gradient(135deg, var(--color-green) 0%, var(--color-green-dark) 100%);border-radius:var(--radius-xl);text-align:center;color:#fff;padding:3rem 2rem;position:relative;overflow:hidden}.newsletter:before{content:"";background:#ffffff14;border-radius:50%;width:300px;height:300px;position:absolute;top:-40%;right:-10%}.newsletter h2{color:#fff;margin-bottom:.65rem;position:relative}.newsletter>p{opacity:.92;max-width:480px;margin:0 auto 1.75rem;position:relative}.newsletter__form{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:480px;margin:0 auto;display:flex;position:relative}.newsletter__form input{border-radius:var(--radius-full);min-width:220px;color:var(--color-text);background:#fff;border:none;outline:none;flex:1;padding:.9rem 1.25rem}.newsletter__form input::placeholder{color:var(--color-text-light)}.newsletter__success{border-radius:var(--radius-md);background:#fff3;padding:1rem 1.5rem;font-weight:600;position:relative}.page-hero{background:linear-gradient(180deg, var(--color-bg-alt) 0%, var(--color-bg) 100%);padding:3rem 0 2.5rem}.page-hero--image{align-items:flex-end;min-height:280px;padding:0;display:flex;position:relative;overflow:hidden}.page-hero--image .page-hero__bg{position:absolute;inset:0}.page-hero--image .page-hero__bg img{object-fit:cover;width:100%;height:100%}.page-hero--image .page-hero__overlay{background:linear-gradient(#3d353040 0%,#3d3530bf 100%);position:absolute;inset:0}.page-hero--image .container{z-index:1;padding-top:5rem;padding-bottom:2.5rem;position:relative}.page-hero--image h1,.page-hero--image p{color:#fff}.page-hero--image p{opacity:.9;max-width:560px;margin-top:.65rem}.breadcrumb{color:var(--color-text-light);margin-bottom:.75rem;font-size:.875rem}.breadcrumb a{color:var(--color-text-muted)}.page-hero--image .breadcrumb,.page-hero--image .breadcrumb a{color:#ffffffd9}.article-layout{grid-template-columns:1fr;gap:2.5rem;max-width:760px;margin:0 auto;padding:2.5rem 0 4rem;display:grid}.article-meta{color:var(--color-text-light);flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.article-meta .badge{background:var(--color-green-light);color:var(--color-green-dark);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-full);padding:.3rem .75rem;font-size:.75rem;font-weight:700}.article-hero-image{border-radius:var(--radius-lg);aspect-ratio:16/9;margin-bottom:2rem;overflow:hidden}.article-hero-image img{object-fit:cover;width:100%;height:100%}.article-lead{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.2rem;font-weight:500;line-height:1.65}.article-content h2{margin-top:2.25rem;margin-bottom:.85rem;font-size:1.45rem}.article-content h3{margin-top:1.75rem;margin-bottom:.65rem}.article-content p{color:var(--color-text);margin-bottom:1rem}.article-content ul,.article-content ol{color:var(--color-text-muted);margin:.75rem 0 1.25rem}.article-content li{margin-bottom:.4rem}.prose{max-width:760px;margin:0 auto;padding:2.5rem 0 4rem}.prose h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.35rem}.prose h3{margin-top:1.5rem;margin-bottom:.5rem}.prose p,.prose li{color:var(--color-text-muted)}.prose ul,.prose ol{margin:.75rem 0 1.25rem}.prose a{text-underline-offset:2px;text-decoration:underline}.split{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.split__image{border-radius:var(--radius-xl);aspect-ratio:4/3;box-shadow:0 12px 40px var(--color-shadow);overflow:hidden}.split__image img{object-fit:cover;width:100%;height:100%}.split__content h2{margin-bottom:1rem}.split__content p{color:var(--color-text-muted);margin-bottom:.85rem}.split__content .btn{margin-top:1rem}@media (width<=800px){.split{grid-template-columns:1fr;gap:2rem}.split--reverse .split__image{order:-1}}.related-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}@media (width<=800px){.related-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-2{margin-bottom:1rem}.skip-link{background:var(--color-green);color:#fff;border-radius:var(--radius-sm);z-index:1000;padding:.75rem 1.25rem;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}
