@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300;0,600;0,700;1,300;1,600&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--white: #FEFEFE;--snow: #F4F7F4;--forest: #2D4A3E;--mint: #5BAF8A;--pale-mint: #C8E6D8;--sky: #6BA4C4;--lavender: #8B85C1;--warm: #C4956A;--grey: #768370;--light-grey: #E8EDE8;--dark: #1D2E28}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{background:var(--white);color:var(--dark);font-family:DM Sans,sans-serif;min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}header{background:#fff;border-bottom:1px solid var(--light-grey);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:66px}.logo{font-family:Fraunces,serif;font-size:28px;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--forest);display:flex;align-items:center;gap:10px}.logo a{color:var(--forest)}.logo-dot{width:8px;height:8px;background:var(--mint);border-radius:50%}.nav-wrap{display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.nav-wrap::-webkit-scrollbar{display:none}nav{display:flex;gap:0}nav a{color:var(--grey);font-size:13px;letter-spacing:1px;font-weight:500;padding:8px 18px;transition:all .2s;border-radius:100px;white-space:nowrap}nav a:hover{color:var(--forest);background:var(--snow)}nav a.active{color:var(--forest);font-weight:600}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;flex-shrink:0}.burger-line{display:block;width:20px;height:2px;background:var(--forest);transition:transform .3s,opacity .3s}.burger-line.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.drawer{position:fixed;top:66px;right:0;bottom:0;width:300px;background:#fff;border-left:1px solid var(--light-grey);z-index:300;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.drawer-open{transform:translate(0)}.drawer-overlay{position:fixed;right:0;bottom:0;left:0;top:66px;background:#0003;z-index:299}.drawer-nav{display:flex;flex-direction:column;padding:8px 0}.drawer-nav a{font-size:14px;font-weight:500;color:var(--grey);padding:14px 24px;border-bottom:1px solid var(--light-grey);transition:all .2s}.drawer-nav a:hover,.drawer-nav a.active{color:var(--forest);background:var(--snow)}.drawer-extra{border-top:1px solid var(--light-grey);margin-top:8px;padding-top:8px}.drawer-extra a{font-size:13px;padding:10px 24px}@media (max-width: 768px){.burger{display:flex}.nav-wrap{display:none}}.wellness-bar{background:var(--forest);padding:10px 48px;display:flex;align-items:center;justify-content:space-between}.wb-left{display:flex;gap:32px}.wb-item{display:flex;align-items:center;gap:8px;color:#ffffffa6;font-size:12px}.wb-icon{font-size:14px}.wb-label{font-weight:500}.wb-right{font-size:11px;color:var(--pale-mint);letter-spacing:1px}.hero{display:grid;grid-template-columns:1fr 420px;min-height:500px}.hero-editorial{background:var(--snow);padding:64px 56px;display:flex;flex-direction:column;justify-content:center}.hero-pill{display:inline-flex;align-items:center;gap:6px;background:var(--pale-mint);color:var(--forest);font-size:11px;letter-spacing:1.5px;font-weight:600;padding:6px 14px;border-radius:100px;width:fit-content;margin-bottom:28px;text-transform:uppercase}.pill-dot{width:6px;height:6px;background:var(--mint);border-radius:50%}.hero-title{font-family:Fraunces,serif;font-size:48px;font-weight:700;line-height:1.1;color:var(--dark);margin-bottom:20px}.hero-title em{color:var(--mint);font-style:italic}.hero-sub{font-size:16px;color:var(--grey);line-height:1.75;margin-bottom:32px;max-width:480px}.hero-tags{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}.tag{background:#fff;border:1.5px solid var(--light-grey);color:var(--grey);font-size:12px;font-weight:500;padding:5px 14px;border-radius:100px;cursor:pointer;transition:all .2s}.tag:hover{border-color:var(--mint);color:var(--forest)}.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--forest);color:#fff;font-size:13px;font-weight:600;padding:14px 28px;border-radius:100px;transition:all .2s;width:fit-content}.hero-cta:hover{background:var(--mint)}.hero-cta-arrow{font-size:16px;transition:transform .2s}.hero-cta:hover .hero-cta-arrow{transform:translate(4px)}.hero-visual{position:relative;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(45,74,62,.4))}.hero-stat-card{position:absolute;bottom:28px;left:28px;background:#fff;border-radius:16px;padding:16px 20px;box-shadow:0 8px 32px #0000001f}.hsc-val{font-family:Fraunces,serif;font-size:32px;font-weight:700;color:var(--mint);line-height:1}.hsc-label{font-size:12px;color:var(--grey);margin-top:4px}.topic-strip{background:#fff;border-top:1px solid var(--light-grey);border-bottom:1px solid var(--light-grey);padding:16px 48px;display:flex;gap:12px;overflow-x:auto;scrollbar-width:none}.topic-strip::-webkit-scrollbar{display:none}.topic-chip{display:flex;align-items:center;gap:8px;background:var(--snow);color:var(--dark);font-size:13px;font-weight:500;padding:8px 18px;border-radius:100px;white-space:nowrap;cursor:pointer;transition:all .2s;border:1.5px solid transparent}.topic-chip:hover{border-color:var(--mint)}.topic-chip.active{background:var(--forest);color:#fff}.chip-icon{font-size:15px}.content-wrap{padding:48px}.main-grid{display:grid;grid-template-columns:1fr 320px;gap:40px}.articles-list{display:flex;flex-direction:column;gap:24px}.article-card{display:grid;grid-template-columns:200px 1fr;gap:0;background:var(--snow);border-radius:16px;overflow:hidden;cursor:pointer;transition:box-shadow .3s;color:inherit}.article-card:hover{box-shadow:0 8px 32px #2d4a3e1a}.ac-img{width:100%;height:100%;min-height:160px;object-fit:cover;display:block;background:var(--light-grey)}.ac-body{padding:20px 24px;display:flex;flex-direction:column;justify-content:space-between}.ac-cat-chip{display:inline-block;background:var(--pale-mint);color:var(--forest);font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:3px 10px;border-radius:100px;margin-bottom:10px;width:fit-content}.ac-cat-chip.sky{background:#dcecf7;color:var(--sky)}.ac-cat-chip.lavender{background:#e8e7f5;color:var(--lavender)}.ac-cat-chip.warm{background:#f5e8d8;color:var(--warm)}.ac-title{font-family:Fraunces,serif;font-size:20px;font-weight:600;line-height:1.25;margin-bottom:8px;color:var(--dark);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ac-excerpt{font-size:13px;color:var(--grey);line-height:1.65;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ac-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.ac-meta{font-size:12px;color:var(--grey)}.ac-read{font-size:12px;color:var(--mint);font-weight:600}.sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-widget{background:var(--snow);border-radius:16px;padding:24px}.sw-title{font-family:Fraunces,serif;font-size:16px;font-weight:600;margin-bottom:16px;color:var(--dark)}.tip-list{display:flex;flex-direction:column;gap:12px}.tip-item{display:flex;gap:10px;font-size:13px;color:var(--grey);line-height:1.5}.tip-num{font-family:Fraunces,serif;font-size:20px;font-weight:700;color:var(--pale-mint);line-height:1;flex-shrink:0}.popular-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--light-grey)}.popular-item:last-child{border-bottom:none}.popular-num{font-family:Fraunces,serif;font-size:24px;font-weight:700;color:var(--light-grey);line-height:1;flex-shrink:0;width:28px}.popular-title{font-size:14px;font-weight:500;line-height:1.35;color:var(--dark);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.popular-date{font-size:12px;color:var(--grey);margin-top:4px}.sec-div{padding:0 48px 24px;display:flex;align-items:center;gap:16px}.sec-div-title{font-family:Fraunces,serif;font-size:22px;font-weight:600;white-space:nowrap}.sec-div-line{flex:1;height:1px;background:var(--light-grey)}.sec-div-link{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--mint);font-weight:600;white-space:nowrap}.sec-div-link:hover{color:var(--forest)}.card-grid-health{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:0 48px 48px}.card-health{border-radius:20px;overflow:hidden;position:relative;min-height:260px;cursor:pointer}.card-health img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .5s}.card-health:hover img{transform:scale(1.06)}.card-health-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(29,46,40,.92) 30%,transparent)}.card-health-content{position:absolute;bottom:0;left:0;right:0;padding:24px}.card-health-tag{display:inline-block;background:#ffffff26;color:#fff;font-size:9px;letter-spacing:2px;text-transform:uppercase;font-weight:600;padding:4px 10px;border-radius:100px;margin-bottom:10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-health-title{font-family:Fraunces,serif;font-size:22px;font-weight:600;color:#fff;line-height:1.2;margin-bottom:6px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-health-meta{font-size:12px;color:#fff9}footer{background:var(--forest);padding:56px 48px 28px}.footer-grid{display:grid;grid-template-columns:280px 1fr 1fr 1fr;gap:48px;margin-bottom:40px}.f-logo{font-family:Fraunces,serif;font-size:28px;font-weight:700;letter-spacing:4px;color:#fff;margin-bottom:12px;display:flex;align-items:center;gap:8px}.f-logo-dot{width:8px;height:8px;background:var(--mint);border-radius:50%}.f-tagline{font-size:13px;color:#ffffff73;line-height:1.7}.fc-h{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:var(--mint);font-weight:600;margin-bottom:16px}.fc-l{display:flex;flex-direction:column;gap:10px}.fc-l a{color:#ffffff73;font-size:13px;transition:color .2s}.fc-l a:hover{color:#fff}.f-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:22px;display:flex;justify-content:space-between;font-size:11px;color:#ffffff4d;letter-spacing:1px;flex-wrap:wrap;gap:8px}.topic-header{background:var(--snow);padding:48px;border-bottom:1px solid var(--light-grey)}.topic-kicker{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--mint);font-weight:600;margin-bottom:8px}.topic-title{font-family:Fraunces,serif;font-size:36px;font-weight:700;color:var(--dark);line-height:1.1}.topic-count{font-size:14px;color:var(--grey);margin-top:8px}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:48px}.breadcrumbs{display:flex;align-items:center;gap:8px;padding:14px 48px;font-size:13px;color:var(--grey);border-bottom:1px solid var(--light-grey);background:#fff;flex-wrap:wrap}.breadcrumbs a{color:var(--forest);font-weight:500}.breadcrumbs a:hover{color:var(--mint)}.breadcrumbs .sep{opacity:.4}.post-wrap{max-width:760px;margin:0 auto;padding:48px 40px 80px}.post-hero-img{width:100%;height:400px;object-fit:cover;border-radius:20px;margin-bottom:36px;background:var(--light-grey)}.post-label{display:inline-block;background:var(--pale-mint);color:var(--forest);font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:16px}.post-title{font-family:Fraunces,serif;font-size:36px;font-weight:700;line-height:1.15;margin-bottom:14px;color:var(--dark)}.post-meta{display:flex;align-items:center;gap:12px;color:var(--grey);font-size:13px;margin-bottom:28px;border-bottom:1px solid var(--light-grey);padding-bottom:20px}.post-content{font-size:17px;line-height:1.85;color:var(--dark)}.post-content h1,.post-content h2,.post-content h3{font-family:Fraunces,serif;margin:2em 0 .75em;color:var(--dark)}.post-content h1{font-size:32px}.post-content h2{font-size:24px}.post-content h3{font-size:20px}.post-content p{margin-bottom:1.4em}.post-content ul,.post-content ol{margin:1.2em 0 1.2em 1.8em}.post-content li{margin-bottom:.5em}.post-content blockquote{border-left:3px solid var(--mint);margin:2em 0;padding:1em 1.5em;background:var(--snow);font-style:italic;color:var(--grey);font-size:18px;border-radius:0 12px 12px 0}.post-content a{color:var(--mint);text-decoration:underline}.post-content strong{font-weight:700}.ad-embed-wrap{margin:2em 0;display:flex;justify-content:center}.post-source{margin-top:36px;padding:14px 18px;border:1px solid var(--light-grey);border-radius:12px;font-size:13px;color:var(--grey);display:flex;gap:8px}.post-source a{color:var(--mint);text-decoration:underline}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--forest);font-weight:600;margin-bottom:28px}.back-link:hover{color:var(--mint)}.static-wrap{max-width:760px;margin:0 auto;padding:56px 40px 80px}.static-title{font-family:Fraunces,serif;font-size:36px;font-weight:700;margin-bottom:28px;line-height:1.15;color:var(--dark)}.static-content{font-size:16px;line-height:1.85}.static-content h2{font-family:Fraunces,serif;font-size:22px;font-weight:700;margin:2.5em 0 .75em;color:var(--dark)}.static-content p{margin-bottom:1.2em;color:var(--grey)}.static-content ul{margin:1em 0 1em 1.8em}.static-content li{margin-bottom:.5em;color:var(--grey)}.static-content a{color:var(--mint);text-decoration:underline}.state-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;gap:16px}.state-icon{font-size:48px;opacity:.3}.state-msg{font-family:Fraunces,serif;font-size:28px;font-weight:700;color:var(--grey)}.state-sub{font-size:14px;color:var(--grey)}.spinner{width:32px;height:32px;border:2px solid var(--light-grey);border-top-color:var(--mint);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1000px){.hero{grid-template-columns:1fr}.hero-visual{min-height:300px}.main-grid{grid-template-columns:1fr}.footer-grid,.card-grid-health,.topic-grid{grid-template-columns:1fr 1fr}}@media (max-width: 700px){.header-inner{padding:0 16px;height:56px}.wellness-bar{padding:10px 16px;flex-direction:column;gap:8px}.wb-left{gap:16px;flex-wrap:wrap}.hero-editorial{padding:32px 20px}.hero-title{font-size:32px}.topic-strip{padding:12px 16px}.content-wrap{padding:24px 16px}.article-card{grid-template-columns:1fr}.ac-img{height:180px;min-height:auto}.ac-body{padding:16px}.sec-div{padding:0 16px 20px}.card-grid-health{grid-template-columns:1fr;padding:0 16px 32px}footer{padding:36px 16px 20px}.footer-grid{grid-template-columns:1fr;gap:28px}.post-wrap{padding:24px 16px 60px}.post-title{font-size:28px}.post-hero-img{height:240px;border-radius:12px}.static-wrap{padding:36px 16px 60px}.topic-header{padding:28px 16px}.topic-title{font-size:28px}.topic-grid{grid-template-columns:1fr;padding:24px 16px}.breadcrumbs{padding:10px 16px}}@media (max-width: 500px){.card-grid-health{grid-template-columns:1fr}}
