:root{--ink:#10292b;--muted:#526a6c;--paper:#f8faf6;--surface:#fff;--surface-soft:#edf4ef;--line:#dbe5dd;--accent:#e15338;--accent-dark:#b93824;--teal:#086968;--teal-dark:#064b4c;--teal-soft:#dcefea;--focus:#1677ff;--shadow-sm:0 7px 24px #10292b12;--shadow-lg:0 22px 60px #10292b1f;--radius-sm:.75rem;--radius-md:1.15rem;--radius-lg:1.7rem;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:9rem}body{background:var(--paper);text-rendering:optimizelegibility;min-width:320px;margin:0;font-size:1rem;line-height:1.65}img{max-width:100%}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:.08em}button,input{font:inherit}h1,h2,h3{letter-spacing:-.038em;text-wrap:balance;margin-top:0;font-family:Georgia,Times New Roman,serif;line-height:1.07}p{text-wrap:pretty}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--ink);color:#fff;border-radius:.5rem;padding:.7rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:30;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--paper) 94%, transparent);backdrop-filter:blur(16px);position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1.5rem;width:min(1180px,100% - 2rem);min-height:4.65rem;margin:0 auto;display:flex}.brand{color:var(--ink);letter-spacing:-.02em;white-space:nowrap;align-items:center;gap:.7rem;font-size:1.05rem;text-decoration:none;display:inline-flex}.brand-mark{background:var(--accent);color:#fff;border-radius:50%;flex:none;place-items:center;width:2.25rem;height:2.25rem;font-family:Georgia,serif;font-size:1.45rem;font-weight:700;display:grid}.desktop-menu{align-items:center;gap:1.45rem;font-size:.9rem;font-weight:700;display:flex}.desktop-menu a{text-decoration:none}.desktop-menu a:hover{color:var(--accent-dark)}.search-link{border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:.52rem .82rem}.mobile-menu{display:none;position:relative}.mobile-menu summary{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:999px;padding:.52rem .8rem;font-weight:700;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{border:1px solid var(--line);border-radius:var(--radius-sm);width:13rem;box-shadow:var(--shadow-lg);background:#fff;padding:.55rem;position:absolute;top:calc(100% + .6rem);right:0}.mobile-menu nav a{border-radius:.45rem;padding:.7rem .8rem;text-decoration:none;display:block}.mobile-menu nav a:hover{background:var(--surface-soft)}.topic-nav{border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent)}.topic-nav__inner{scrollbar-width:none;gap:1.25rem;width:min(1180px,100% - 2rem);margin:0 auto;display:flex;overflow-x:auto}.topic-nav__inner::-webkit-scrollbar{display:none}.topic-nav a{color:var(--muted);flex:none;padding:.7rem 0 .65rem;font-size:.79rem;font-weight:720;text-decoration:none;position:relative}.topic-nav a:hover,.topic-nav a[aria-current=page]{color:var(--teal-dark)}.topic-nav a[aria-current=page]:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-1px;left:0;right:0}.section{width:min(1180px,100% - 2rem);margin:0 auto;padding:clamp(3.5rem,7vw,6.5rem) 0}.eyebrow{color:var(--teal);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .65rem;font-size:.76rem;font-weight:820}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.section-heading h2{margin:0;font-size:clamp(2rem,4vw,3.25rem)}.section-heading p{max-width:31rem;color:var(--muted);margin:0}.section-heading__side{align-items:end;gap:1.5rem;max-width:34rem;display:flex}.section-heading__side p{flex:1}.text-link{color:var(--teal-dark);white-space:nowrap;font-weight:760;text-decoration:none}.text-link span{transition:transform .2s;display:inline-block}.text-link:hover span{transform:translate(.22rem)}.button-link{background:var(--ink);color:#fff;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:2.85rem;padding:.7rem 1.1rem;font-size:.9rem;font-weight:760;text-decoration:none;display:inline-flex}.home-intro{grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);align-items:stretch;gap:clamp(2rem,7vw,6rem);width:min(1180px,100% - 2rem);margin:0 auto;padding:clamp(2.8rem,6vw,5.2rem) 0;display:grid}.home-intro__copy{align-self:center}.home-intro h1{max-width:13ch;margin:0;font-size:clamp(3rem,7vw,6rem)}.home-intro__copy>p:not(.eyebrow){max-width:39rem;color:var(--muted);margin:1.1rem 0 1.6rem;font-size:1.14rem}.search-form{max-width:42rem;min-height:3.7rem;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #bed2ca;border-radius:999px;align-items:center;gap:.65rem;padding:.35rem .4rem .35rem 1rem;display:flex}.search-form svg{color:var(--teal);flex:none}.search-form input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.search-form input::placeholder{color:#718485}.search-form button{background:var(--teal);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:2.85rem;padding:.55rem 1.15rem;font-weight:760}.search-form button:hover{background:var(--teal-dark)}.search-form--compact{max-width:24rem;min-height:3.15rem}.search-form--compact button{min-height:2.4rem}.trust-row{color:var(--muted);flex-wrap:wrap;gap:.55rem 1.2rem;margin-top:1.25rem;font-size:.82rem;font-weight:650;display:flex}.trust-row span:before{content:"✓";color:var(--teal);margin-right:.35rem;font-weight:900}.home-feature{border-radius:var(--radius-lg);background:var(--teal-dark);color:#fff;min-height:27rem;box-shadow:var(--shadow-lg);align-items:end;text-decoration:none;display:flex;position:relative;overflow:hidden}.home-feature:after{content:"";background:linear-gradient(#0000,#03191bf0);position:absolute;inset:35% 0 0}.home-feature img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.home-feature:hover img{transform:scale(1.035)}.home-feature div{z-index:1;gap:.45rem;padding:1.5rem;display:grid;position:relative}.home-feature span{color:#bfe5dc;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.home-feature strong{font-family:Georgia,serif;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.08}.home-feature small{margin-top:.35rem;font-size:.87rem;font-weight:760}.category-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.category-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;justify-content:space-between;min-height:14rem;padding:1.25rem;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.category-card:hover{box-shadow:var(--shadow-lg);border-color:#a9c9bd;transform:translateY(-4px)}.category-card__number{color:var(--accent);font-family:Georgia,serif;font-size:1rem;font-weight:700}.category-card strong{font-family:Georgia,serif;font-size:1.55rem;line-height:1.1}.category-card p{color:var(--muted);margin:.55rem 0 0;font-size:.91rem;line-height:1.5}.category-card small{color:var(--teal);justify-content:space-between;align-items:center;margin-top:1.2rem;font-size:.78rem;font-weight:760;display:flex}.category-card b{font-size:1.15rem;transition:transform .2s}.category-card:hover b{transform:translate(.25rem)}.category-directory{padding-block:clamp(4.5rem,8vw,7.5rem)}.latest-section,.related-section{border-block:1px solid var(--line);background:var(--surface-soft)}.home-feed{background:linear-gradient(180deg, #e8f2ed 0%, var(--surface-soft) 100%);border-top-color:#c8ddd5}.article-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.article-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;flex-direction:column;min-width:0;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #10292b09}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.article-card__image{background:var(--teal-soft);height:11rem;overflow:hidden}.article-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.article-card:hover .article-card__image img{transform:scale(1.035)}.article-card__body{flex-direction:column;height:100%;padding:1.25rem;display:flex}.article-card__meta{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;gap:1rem;font-size:.72rem;font-weight:790;display:flex}.article-card h3{margin:.75rem 0 .6rem;font-size:1.48rem}.article-card h3 a{text-decoration:none}.article-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1.1rem;display:-webkit-box;overflow:hidden}.article-card .text-link{align-self:flex-start;margin-top:auto}.article-card--featured{grid-column:span 2;grid-template-columns:1fr 1fr;display:grid}.article-card--featured .article-card__image{height:100%;min-height:22rem}.article-card--featured h3{font-size:clamp(1.7rem,3vw,2.45rem)}.recovery-strip{border-radius:var(--radius-lg);background:var(--teal-dark);color:#fff;grid-template-columns:.8fr 1.4fr auto;align-items:center;gap:2rem;width:min(1180px,100% - 2rem);margin:clamp(3.5rem,7vw,6rem) auto;padding:clamp(1.5rem,4vw,2.5rem);display:grid}.recovery-strip h2{margin:0;font-size:clamp(1.7rem,3vw,2.5rem)}.recovery-strip .eyebrow{color:#9ed8cc}.recovery-strip>p{color:#d3e8e3;margin:0}.recovery-strip .button-link{color:var(--teal-dark);background:#fff}.topic-section{border-top:1px solid var(--line);background:var(--surface)}.topic-shelves{gap:1rem;display:grid}.topic-shelf{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);grid-template-columns:minmax(15rem,.72fr) 1.7fr;display:grid;overflow:hidden}.topic-shelf>header{background:var(--teal-dark);color:#fff;padding:1.5rem}.topic-shelf>header span{color:#aadad0;letter-spacing:.08em;text-transform:uppercase;font-size:.73rem;font-weight:800}.topic-shelf>header h3{margin:1.6rem 0 .55rem;font-size:2rem}.topic-shelf>header p{color:#cce5df;margin:0 0 1.2rem;font-size:.88rem}.topic-shelf>header a{font-size:.84rem;font-weight:760;text-decoration:none}.topic-shelf ol{background:#fff;margin:0;padding:0;list-style:none}.topic-shelf li+li{border-top:1px solid var(--line)}.topic-shelf li a{grid-template-columns:4.5rem 1fr auto;align-items:center;gap:1rem;min-height:4.5rem;padding:.85rem 1.1rem;text-decoration:none;display:grid}.topic-shelf li a:hover{background:var(--surface-soft)}.topic-shelf li span{color:var(--accent-dark);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:800}.topic-shelf li strong{font-family:Georgia,serif;line-height:1.2}.topic-shelf li b{color:var(--teal);font-size:1rem}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:.45rem .65rem;margin-bottom:2rem;font-size:.82rem;display:flex}.breadcrumbs a{color:var(--teal)}.category-hero{padding-bottom:3.4rem}.category-hero__grid{grid-template-columns:1fr auto;align-items:end;gap:3rem;display:grid}.category-hero h1,.listing h1,.search-page h1,.author-hero h1,.prose-page h1{margin:0;font-size:clamp(2.7rem,6vw,5rem)}.category-hero__grid>div>p:last-child,.author-hero>p:last-child{max-width:42rem;color:var(--muted);margin:1rem 0 0;font-size:1.12rem}.listing-section{padding-top:0}.listing-toolbar{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-top:1.2rem;display:flex}.listing-toolbar h2{letter-spacing:0;margin:0;font-family:inherit;font-size:1rem}.listing-toolbar a,.listing-toolbar span{color:var(--muted);font-size:.87rem}.reading-progress{z-index:50;background:var(--accent);transform-origin:0;height:3px;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}.article-shell{grid-template-columns:minmax(0,720px) 260px;align-items:start;gap:clamp(2rem,6vw,5rem);width:min(1100px,100% - 2rem);margin:0 auto;padding:clamp(3rem,7vw,6rem) 0;display:grid}.article-shell article>h1{margin:.35rem 0 1rem;font-size:clamp(2.6rem,6vw,4.9rem)}.article-lead,.listing-intro{color:var(--muted);font-size:clamp(1.08rem,2vw,1.22rem)}.article-meta{color:var(--muted);flex-wrap:wrap;gap:.5rem 1.2rem;margin:1.4rem 0;font-size:.84rem;font-weight:620;display:flex}.article-meta a{color:var(--teal)}.article-hero{border-radius:var(--radius-md);object-fit:cover;background:var(--teal-soft);width:100%;height:auto;max-height:32rem;margin:.4rem 0 1.4rem}.answer-box{border-radius:var(--radius-md);background:var(--teal-soft);color:var(--teal-dark);border:1px solid #b8d8ce;grid-template-columns:2rem 1fr;gap:.75rem;margin:1.5rem 0;padding:1.25rem;display:grid}.answer-box>span{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:1.8rem;height:1.8rem;font-weight:900;display:grid}.answer-box h2{letter-spacing:.08em;text-transform:uppercase;margin:.08rem 0 .25rem;font-family:inherit;font-size:.82rem}.answer-box p{color:#244f50;margin:0}.editorial-alert{border-left:3px solid var(--accent);color:#654536;background:#fff3ea;margin:1.5rem 0 2.5rem;padding:1rem 1.15rem}.editorial-alert p{margin:.25rem 0 0;font-size:.92rem}.article-content{font-family:Georgia,Times New Roman,serif;font-size:1.12rem;line-height:1.82}.article-content p,.article-content li{color:#203b3c}.article-content h2{margin:3rem 0 1rem;scroll-margin-top:9rem;font-size:clamp(1.85rem,4vw,2.4rem)}.article-content h3{margin:2.2rem 0 .75rem;scroll-margin-top:9rem;font-size:1.5rem}.article-content a{color:var(--teal)}.article-content blockquote{border-left:3px solid var(--teal);color:var(--muted);margin:2rem 0;padding:.5rem 0 .5rem 1.2rem}.article-sidebar{gap:1rem;display:grid;position:sticky;top:8.8rem}.article-index{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;max-height:calc(100vh - 14rem);padding:1.15rem;overflow:auto}.article-index>strong{letter-spacing:.05em;text-transform:uppercase;font-size:.82rem}.article-index ol{margin:.75rem 0 0;padding:0;list-style:none}.article-index li+li{margin-top:.55rem}.article-index a{color:var(--muted);font-size:.82rem;line-height:1.35;text-decoration:none}.article-index a:hover{color:var(--teal)}.sidebar-cta{border-radius:var(--radius-sm);background:var(--teal-dark);color:#fff;padding:1rem 1.15rem}.sidebar-cta span{color:#bee0d9;font-size:.78rem;display:block}.sidebar-cta a{margin-top:.25rem;font-weight:760;text-decoration:none;display:inline-block}.article-pagination{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:1rem;margin-top:3.8rem;padding-top:1.4rem;display:grid}.article-pagination a{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;padding:1rem;text-decoration:none}.article-pagination a:hover{box-shadow:var(--shadow-sm);border-color:#a9c9bd}.article-pagination small{color:var(--muted);margin-bottom:.3rem;display:block}.article-pagination strong{font-family:Georgia,serif;line-height:1.2;display:block}.article-pagination .next{text-align:right}.index-intro{justify-content:space-between;align-items:center;gap:2rem;margin:1rem 0 2.5rem;display:flex}.index-intro .listing-intro{margin:0}.index-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.index-list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;min-height:4rem;padding:.85rem .2rem;display:flex}.index-list li:hover{background:var(--surface-soft)}.index-list a{font-family:Georgia,serif;font-size:1.08rem;font-weight:700;text-decoration:none}.index-list span{color:var(--muted);font-size:.8rem}.search-page>.search-form{margin:1.5rem 0}.search-count{color:var(--muted);margin:2rem 0 .75rem;font-size:.86rem;font-weight:700}.search-results{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.search-results li[hidden]{display:none}.search-results a{border-bottom:1px solid var(--line);grid-template-columns:8rem 1fr;gap:.2rem 1.5rem;padding:1.1rem .2rem;text-decoration:none;display:grid}.search-results a:hover{background:var(--surface-soft)}.search-results span{color:var(--teal);text-transform:uppercase;grid-row:span 2;font-size:.75rem;font-weight:790}.search-results strong{font-family:Georgia,serif;font-size:1.15rem}.search-results small{color:var(--muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.search-empty{text-align:center;padding:3rem 1rem}.search-empty p{color:var(--muted)}.prose-page{max-width:940px}.prose-page>p:not(.eyebrow){max-width:46rem;font-family:Georgia,serif;font-size:1.15rem}.prose-page>h2{max-width:46rem;margin-top:3.2rem;font-size:2rem}.method-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin:3rem 0;display:grid}.method-grid>div{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:1.35rem}.method-grid span{color:var(--accent);font-family:Georgia,serif;font-weight:700}.method-grid h2{margin:2rem 0 .5rem;font-size:1.5rem}.method-grid p{color:var(--muted);margin:0}.author-hero{padding-bottom:3rem}.author-hero>p:last-child{max-width:48rem}footer{border-top:1px solid var(--line);color:var(--muted);background:#f0f5f0;justify-content:space-between;gap:2rem;padding:2.8rem max(1rem,50vw - 590px);font-size:.88rem;display:flex}.footer-brand{margin-bottom:.7rem}footer p{margin:0}footer nav{align-items:center;gap:1.4rem;display:flex}@media (width<=900px){.desktop-menu{display:none}.mobile-menu{display:block}.home-intro{grid-template-columns:1fr}.home-feature{min-height:22rem}.category-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.article-card--featured{grid-column:span 2}.recovery-strip,.topic-shelf,.article-shell{grid-template-columns:1fr}.article-sidebar{position:static}.article-index{max-height:none}.category-hero__grid{grid-template-columns:1fr;gap:1.5rem}.method-grid{grid-template-columns:1fr}}@media (width<=620px){html{scroll-padding-top:7rem}.site-header__inner{min-height:4.2rem}.topic-nav__inner{gap:1rem}.home-intro{padding-top:2.4rem}.home-intro h1{font-size:clamp(2.7rem,14vw,4.2rem)}.home-feature{min-height:19rem}.search-form{border-radius:var(--radius-sm)}.search-form button{padding-inline:.85rem}.trust-row{display:grid}.section-heading,.index-intro,.section-heading__side{flex-direction:column;align-items:flex-start}.category-grid,.article-grid{grid-template-columns:1fr}.article-card--featured{grid-column:auto;display:flex}.article-card--featured .article-card__image{height:11rem;min-height:0}.article-shell article>h1{font-size:clamp(2.45rem,13vw,3.6rem)}.article-pagination{grid-template-columns:1fr}.article-pagination .next{text-align:left}.search-results a{grid-template-columns:1fr}.topic-shelf li a{grid-template-columns:1fr auto}.topic-shelf li span{grid-column:1/-1}.search-results span{grid-row:auto}footer,footer nav{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
