:root{
  --ink:#10201a;
  --ink-2:#2e423a;
  --muted:#6d7e77;
  --line:#dde7e2;
  --paper:#fbfcfa;
  --paper-2:#f2f6f3;
  --white:#fff;
  --brand:#0e6f5b;
  --brand-dark:#0b2e27;
  --accent:#d9a441;
  --radius:28px;
  --radius-sm:18px;
  --shadow:0 28px 70px rgba(14,44,36,.12);
  --container:min(1180px, calc(100% - 40px));
  --transition:220ms ease;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.is-locked{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
img,svg{display:block;max-width:100%}
.container{width:var(--container);margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:800;font-size:.82rem;letter-spacing:.02em}
.eyebrow::before{content:"";width:20px;height:2px;background:currentColor;border-radius:99px}
.eyebrow--light{color:#c7f4e7}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:14px;background:var(--brand);color:#fff;font-weight:800;border:1px solid transparent;transition:transform var(--transition),background var(--transition)}
.button:hover{transform:translateY(-2px);background:#0a5e4d}
.button--light{background:#fff;color:var(--brand-dark)}
.outline-link{display:inline-flex;align-items:center;gap:9px;padding:10px 15px;border:1px solid var(--line);border-radius:12px;font-size:.9rem;font-weight:800;background:#fff;transition:var(--transition)}
.outline-link:hover{border-color:#9cb8ae;transform:translateY(-1px)}
.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-weight:800;font-size:.9rem}

.reading-progress{position:fixed;top:0;right:0;left:0;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:right;z-index:1000}
.site-header{position:sticky;top:0;z-index:80;background:rgba(251,252,250,.94);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.site-header.is-scrolled{border-color:var(--line);box-shadow:0 10px 30px rgba(23,58,48,.06)}
.site-header.is-hidden{transform:translateY(-100%)}
.topline{background:var(--brand-dark);color:#d9eee8;font-size:.75rem}
.topline__inner{height:30px;display:flex;align-items:center;justify-content:space-between}
.topline a{color:#fff;font-weight:700}
.nav-wrap{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}
.brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--brand);color:#fff;font-size:1.4rem;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}
.brand__text{display:flex;flex-direction:column;line-height:1.1}
.brand__text strong{font-size:1.25rem;letter-spacing:-.04em}
.brand__text small{font-size:.66rem;color:var(--muted);margin-top:4px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:8px}
.desktop-nav a{padding:10px 12px;border-radius:10px;font-weight:750;font-size:.92rem;color:var(--ink-2);transition:var(--transition)}
.desktop-nav a:hover{background:#edf4f0;color:var(--brand)}
.nav-actions{display:flex;gap:8px}
.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);display:grid;place-items:center}
.icon-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.menu-open{display:none}

.search-panel[hidden]{display:none}.search-panel{position:fixed;inset:0;z-index:100;display:grid;place-items:start center;padding-top:12vh;opacity:0;transition:opacity .2s ease}.search-panel.is-open{opacity:1}
.search-panel__backdrop{position:absolute;inset:0;background:rgba(5,22,18,.72);backdrop-filter:blur(8px)}
.search-panel__box{position:relative;width:min(760px,calc(100% - 32px));background:#fff;border-radius:26px;padding:30px;box-shadow:var(--shadow);transform:translateY(-15px);transition:transform .2s ease}.search-panel.is-open .search-panel__box{transform:none}
.close-btn{width:38px;height:38px;border:0;border-radius:12px;background:#eef3f0;color:var(--ink);font-size:1.7rem;line-height:1;display:grid;place-items:center}
.search-panel__box>.close-btn{position:absolute;left:18px;top:18px}
.global-search,.hero-search,.search-page-form{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:6px 7px 6px 14px;margin-top:15px;box-shadow:0 10px 25px rgba(22,63,51,.06)}
.global-search svg,.hero-search svg,.search-page-form svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;color:var(--muted);margin-inline:7px}
.global-search input,.hero-search input,.search-page-form input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:12px 6px;color:var(--ink)}
.global-search button,.hero-search button,.search-page-form button{border:0;background:var(--brand);color:#fff;border-radius:11px;padding:10px 18px;font-weight:800}
.search-hints{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px;font-size:.82rem;color:var(--muted)}
.search-hints a{padding:5px 9px;border-radius:999px;background:var(--paper-2);color:var(--ink-2);font-weight:700}

.mobile-menu{position:fixed;top:0;bottom:0;right:0;width:min(390px,92vw);z-index:110;background:#fff;padding:20px;box-shadow:-20px 0 70px rgba(0,0,0,.18);transform:translateX(105%);transition:transform .26s ease;overflow:auto}.mobile-menu.is-open{transform:none}
.mobile-menu::before{content:"";position:fixed;inset:0;right:min(390px,92vw);background:rgba(6,24,19,.45);opacity:0;pointer-events:none;transition:opacity .26s}.mobile-menu.is-open::before{opacity:1}
.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.brand--compact .brand__text small{display:none}
.mobile-menu nav{display:grid;gap:8px}.mobile-menu nav a{display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:16px}.mobile-menu nav svg{width:24px;height:24px;color:var(--brand)}.mobile-menu nav strong{display:block;font-size:.95rem}.mobile-menu nav small{display:block;color:var(--muted);font-size:.72rem;line-height:1.5;margin-top:2px}

.hero{position:relative;overflow:hidden;background:var(--brand-dark);color:#fff;padding:76px 0 80px;isolation:isolate}.hero::after{content:"";position:absolute;inset:auto 0 0;height:1px;background:rgba(255,255,255,.14)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.23;z-index:-1}.hero-orb--1{width:540px;height:540px;background:radial-gradient(circle,#42c6a6 0,rgba(66,198,166,0) 68%);top:-210px;right:-170px}.hero-orb--2{width:420px;height:420px;background:radial-gradient(circle,#d9a441 0,rgba(217,164,65,0) 70%);bottom:-250px;left:12%}
.hero__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:70px;align-items:center}.hero__copy h1{font-size:clamp(2.75rem,5.4vw,5.7rem);line-height:1.02;letter-spacing:-.065em;margin:17px 0 24px;max-width:720px}.hero__copy h1 em{font-style:normal;color:#8de3cc}.hero__copy>p{max-width:680px;color:#c8d9d3;font-size:1.08rem;line-height:1.95;margin:0}.hero-search{max-width:650px;margin-top:31px;background:#fff;border-color:rgba(255,255,255,.25);padding:8px}.hero-search input{font-size:1rem}.hero__trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px;color:#a9c6bd;font-size:.78rem}.hero__trust span{display:flex;align-items:center;gap:6px}.hero__trust b{color:#fff;font-size:.95rem}
.feature-card{display:block;background:#f8fbf9;color:var(--ink);border-radius:34px;padding:18px;box-shadow:0 30px 75px rgba(0,0,0,.22);transform:rotate(-1.5deg);transition:transform .3s ease}.feature-card:hover{transform:rotate(0) translateY(-5px)}.feature-card__top{display:flex;justify-content:space-between;align-items:center;padding:4px 3px 14px}.pill{padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:800}.pill--glass{background:#e7f2ee;color:var(--brand)}.feature-number{font-weight:900;color:#9aaba5;font-size:.85rem}.feature-card__art{height:195px;border-radius:24px;background:linear-gradient(145deg,#0f7b64,#082d26);display:grid;place-items:center;position:relative;overflow:hidden}.feature-card__art span{font-size:5rem;font-weight:950;letter-spacing:-.09em;color:#d7fff4;position:relative;z-index:2}.feature-card__art i{position:absolute;border:1px solid rgba(255,255,255,.22);border-radius:50%}.feature-card__art i:nth-of-type(1){width:220px;height:220px}.feature-card__art i:nth-of-type(2){width:155px;height:155px}.feature-card__art i:nth-of-type(3){width:90px;height:90px}.feature-card__content{padding:20px 8px 7px}.feature-card__content>span{font-size:.76rem;color:var(--muted);font-weight:700}.feature-card__content h2{font-size:1.35rem;line-height:1.5;letter-spacing:-.025em;margin:8px 0}.feature-card__content p{font-size:.84rem;color:var(--muted);line-height:1.8;margin:0 0 13px}.feature-card__content strong{display:flex;justify-content:space-between;align-items:center;color:var(--brand);font-size:.88rem}.feature-card__content strong b{font-size:1.3rem}

.section{padding:88px 0}.section--topics{background:#f4f7f5}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.section-head h2{font-size:clamp(2rem,3vw,3rem);letter-spacing:-.045em;margin:8px 0 0;line-height:1.2}.section-head>p{max-width:470px;color:var(--muted);margin:0;line-height:1.8}.section-head--inline{align-items:center}
.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.topic-card{position:relative;min-height:255px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.topic-card:hover{transform:translateY(-4px);border-color:#b6cac2;box-shadow:0 20px 45px rgba(15,61,49,.08)}.topic-card__num{position:absolute;left:22px;top:19px;color:#a7b7b1;font-size:.76rem;font-weight:900}.topic-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#e9f4f0;color:var(--brand);margin-bottom:27px}.topic-card__icon svg{width:25px;height:25px}.topic-card h3{font-size:1.35rem;margin:0 0 7px}.topic-card p{font-size:.84rem;color:var(--muted);line-height:1.75;max-width:250px;margin:0}.topic-card__arrow{position:absolute;left:22px;bottom:19px;font-size:1.35rem;color:#879b94;transition:transform .2s}.topic-card:hover .topic-card__arrow{transform:translate(-3px,3px);color:var(--brand)}

.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(13,48,39,.08)}.article-card__visual{position:relative;display:block;height:170px;overflow:hidden}.article-card__visual::before,.article-card__visual::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.28)}.article-card__visual::before{width:190px;height:190px;right:-40px;top:-70px}.article-card__visual::after{width:100px;height:100px;right:20px;top:-20px}.visual-mark{position:absolute;left:17px;top:13px;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.16);backdrop-filter:blur(5px);display:grid;place-items:center;color:#fff;font-size:1.2rem}.visual-label{position:absolute;right:18px;bottom:15px;color:#fff;font-size:1.3rem;font-weight:900}.tone-teal{background:linear-gradient(145deg,#0f846d,#11443a)}.tone-blue{background:linear-gradient(145deg,#347bb6,#183a63)}.tone-green{background:linear-gradient(145deg,#6b8f3d,#2e4e28)}.tone-violet{background:linear-gradient(145deg,#7256b3,#382b68)}.tone-amber{background:linear-gradient(145deg,#cc8d2b,#714918)}.tone-rose{background:linear-gradient(145deg,#b05764,#65303a)}.tone-indigo{background:linear-gradient(145deg,#596cb0,#2d3768)}
.article-card__body{padding:22px}.article-meta{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:.72rem;font-weight:700}.article-card h3{font-size:1.15rem;line-height:1.55;margin:9px 0 8px;letter-spacing:-.02em}.article-card h3 a:hover{color:var(--brand)}.article-card p{color:var(--muted);font-size:.82rem;line-height:1.75;margin:0 0 15px}.section--latest{background:#fff}

.section--path{padding-top:30px}.path-card{background:var(--brand-dark);color:#fff;border-radius:34px;padding:58px;display:grid;grid-template-columns:1fr 1fr;gap:70px;position:relative;overflow:hidden}.path-card::before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;border:1px solid rgba(255,255,255,.08);left:-160px;bottom:-220px}.path-card__copy h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1.12;letter-spacing:-.055em;margin:11px 0 20px}.path-card__copy p{color:#b9d0c8;max-width:520px}.path-card__copy .button{margin-top:17px}.path-steps{display:grid;align-content:center}.path-steps>div{display:grid;grid-template-columns:46px 1fr;column-gap:15px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.12)}.path-steps>div:last-child{border-bottom:0}.path-steps span{grid-row:1/3;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#8de3cc;font-size:.74rem;font-weight:900}.path-steps strong{font-size:1.03rem}.path-steps p{margin:2px 0 0;color:#9fb8b0;font-size:.8rem}

.category-hero,.simple-hero{padding:72px 0;background:#eef4f1;border-bottom:1px solid var(--line)}.category-hero__grid{display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px}.topic-card__icon--large{width:64px;height:64px;border-radius:20px;margin-bottom:24px;background:#dcece6}.topic-card__icon--large svg{width:31px;height:31px}.category-hero h1,.simple-hero h1{font-size:clamp(2.7rem,6vw,5.5rem);line-height:1;letter-spacing:-.07em;margin:8px 0 20px}.category-hero p{max-width:650px;color:var(--muted);font-size:1.05rem}.category-count{display:flex;flex-direction:column;align-items:center;justify-content:center;width:160px;height:160px;border-radius:50%;border:1px solid #c4d5cf;background:rgba(255,255,255,.5)}.category-count strong{font-size:2.9rem;line-height:1}.category-count span{font-size:.72rem;color:var(--muted);margin-top:8px}.articles-grid--category{grid-template-columns:repeat(3,1fr)}

.simple-hero{background:var(--brand-dark);color:#fff}.simple-hero .eyebrow{color:#8de3cc}.simple-hero h1{max-width:820px}.search-page-form{max-width:760px;margin-top:26px}.results-head{display:flex;align-items:baseline;gap:10px;margin-bottom:25px}.results-head span{color:var(--muted)}.results-head h2{margin:0;font-size:1.5rem}.results-head strong{margin-right:auto;color:var(--brand);font-size:.8rem}.empty-state{text-align:center;border:1px dashed #bacdc6;border-radius:24px;padding:60px 20px;background:#f7faf8}.empty-state span{color:var(--muted);font-size:.8rem}.empty-state h2{font-size:1.7rem;margin:8px 0}.empty-state p{color:var(--muted)}

.article-hero{color:#fff;padding:62px 0 70px;position:relative;overflow:hidden}.article-hero::after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.1);border-radius:50%;left:-180px;top:-230px}.tone-bg-teal{background:linear-gradient(145deg,#0b2e27,#0c6655)}.tone-bg-blue{background:linear-gradient(145deg,#182d4c,#2f6f9e)}.tone-bg-green{background:linear-gradient(145deg,#283c22,#5d7a37)}.tone-bg-violet{background:linear-gradient(145deg,#2e2755,#614995)}.tone-bg-amber{background:linear-gradient(145deg,#503710,#a87323)}.tone-bg-rose{background:linear-gradient(145deg,#4e2530,#934956)}.tone-bg-indigo{background:linear-gradient(145deg,#272e58,#505f99)}
.article-hero__inner{position:relative;z-index:1;max-width:980px}.breadcrumbs{display:flex;gap:9px;align-items:center;color:#c5d6d0;font-size:.74rem;margin-bottom:28px}.breadcrumbs a:hover{color:#fff}.article-hero h1{font-size:clamp(2.35rem,5.7vw,5.2rem);line-height:1.1;letter-spacing:-.055em;margin:13px 0 22px;max-width:1050px}.article-deck{max-width:800px;font-size:1.08rem;color:#d5e1dd;line-height:1.9}.article-byline{display:flex;align-items:center;gap:12px;margin-top:30px}.avatar{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--brand-dark);display:grid;place-items:center;font-weight:900}.article-byline strong{display:block;font-size:.83rem}.article-byline span{display:block;color:#c1d2cc;font-size:.7rem;margin-top:2px}
.article-layout{display:grid;grid-template-columns:245px minmax(0,740px);gap:70px;justify-content:center;align-items:start;padding-top:58px;padding-bottom:70px}.article-sidebar{position:sticky;top:130px;display:grid;gap:15px}.toc-card,.share-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.toc-card>span,.share-card>span{display:block;font-size:.72rem;color:var(--muted);font-weight:800;margin-bottom:12px}.toc-card nav{display:grid;gap:3px}.toc-card a{position:relative;padding:7px 15px 7px 7px;font-size:.78rem;color:#62736d;border-radius:8px;line-height:1.55}.toc-card a i{position:absolute;right:0;top:13px;width:5px;height:5px;border-radius:50%;background:#c9d5d1}.toc-card a.is-active{color:var(--brand);font-weight:800;background:#eef6f2}.toc-card a.is-active i{background:var(--brand)}.share-card>div{display:flex;gap:7px}.share-card button,.share-card a{flex:1;border:1px solid var(--line);border-radius:9px;padding:7px;background:#fafcfb;text-align:center;font-size:.7rem;color:var(--ink);font-weight:700}.article-content{font-size:1.05rem}.quick-answer{background:#eaf5f1;border:1px solid #cfe6dd;border-radius:24px;padding:26px 28px;margin-bottom:45px;position:relative}.quick-answer__badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--brand);color:#fff;font-size:.7rem;font-weight:900;margin-bottom:12px}.quick-answer p{margin:0!important;color:#23473d!important;font-size:1rem!important;font-weight:600;line-height:1.9!important}.article-content section{padding:6px 0 22px}.article-content h2{font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.35;letter-spacing:-.035em;margin:28px 0 15px}.article-content p{color:#354a42;font-size:1.02rem;line-height:2.05;margin:0 0 18px}.article-end{border-top:1px solid var(--line);margin-top:30px;padding-top:35px;text-align:center}.article-end>span{font-size:.72rem;color:var(--muted)}.article-end h3{font-size:1.5rem;max-width:520px;margin:7px auto 18px}.related-section{background:#f1f5f3;padding:70px 0}

.prose-page{max-width:820px}.prose-page h2{font-size:2rem;letter-spacing:-.03em;margin:0 0 10px}.prose-page h2:not(:first-child){margin-top:40px}.prose-page p{color:#3d5049;font-size:1.05rem;line-height:2;margin:0}.notfound{min-height:65vh;display:grid;place-items:center;text-align:center;padding:70px 0}.notfound span{font-size:6rem;line-height:1;font-weight:950;color:#d5e2dd}.notfound h1{font-size:2.2rem;margin:10px 0}.notfound p{color:var(--muted);margin-bottom:25px}

.site-footer{background:#0a1e19;color:#d7e4e0;padding:65px 0 20px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:65px}.brand--footer .brand__mark{background:#1b806b}.brand--footer .brand__text small{color:#92aca3}.footer-brand p{max-width:420px;color:#8da79e;font-size:.85rem;line-height:1.8}.footer-grid>div:not(:first-child){display:grid;align-content:start;gap:9px}.footer-grid>div:not(:first-child)>strong{color:#fff;margin-bottom:8px;font-size:.82rem}.footer-grid>div:not(:first-child) a{color:#92aca3;font-size:.79rem}.footer-grid>div:not(:first-child) a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);margin-top:45px;padding-top:18px;color:#728c83;font-size:.68rem}.toast{position:fixed;bottom:22px;left:50%;z-index:130;transform:translate(-50%,20px);opacity:0;background:#102b24;color:#fff;padding:10px 16px;border-radius:10px;font-size:.78rem;transition:.2s;pointer-events:none}.toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media (max-width:1050px){
  :root{--container:min(100% - 32px,940px)}
  .desktop-nav{display:none}.menu-open{display:grid}
  .hero{padding-top:60px}.hero__grid{grid-template-columns:minmax(0,1fr) 360px;gap:35px}.hero__copy h1{font-size:4.4rem}
  .topic-grid{grid-template-columns:repeat(2,1fr)}.articles-grid{grid-template-columns:repeat(2,1fr)}
  .article-layout{grid-template-columns:210px minmax(0,680px);gap:35px}
}
@media (max-width:820px){
  :root{--container:calc(100% - 28px);--radius:22px}
  .topline{display:none}.nav-wrap{height:68px}.brand__mark{width:38px;height:38px}.brand__text strong{font-size:1.1rem}.brand__text small{font-size:.6rem}
  .hero{padding:52px 0 42px}.hero__grid{grid-template-columns:1fr;gap:42px}.hero__copy h1{font-size:clamp(2.9rem,12vw,4.4rem)}.hero__copy>p{font-size:.98rem}.hero__feature{max-width:520px}.feature-card{transform:none}.feature-card__art{height:180px}
  .section{padding:66px 0}.section-head{display:block}.section-head>p{margin-top:15px}.section-head--inline{display:flex}.section-head h2{font-size:2.25rem}
  .path-card{grid-template-columns:1fr;padding:38px;gap:35px}.path-card__copy h2{font-size:2.7rem}
  .category-hero,.simple-hero{padding:55px 0}.category-hero h1,.simple-hero h1{font-size:4rem}.category-count{width:125px;height:125px}.category-count strong{font-size:2.3rem}
  .article-hero{padding:45px 0 50px}.article-hero h1{font-size:clamp(2.4rem,9vw,4rem)}.article-layout{grid-template-columns:1fr;padding-top:35px}.article-sidebar{position:static}.toc-card{display:none}.share-card{display:flex;align-items:center;justify-content:space-between}.share-card>span{margin:0}.article-content{max-width:740px;margin:auto}.related-section{padding:55px 0}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:35px}
}
@media (max-width:620px){
  :root{--container:calc(100% - 22px)}
  .nav-wrap{grid-template-columns:1fr auto;gap:10px}.nav-wrap .brand__text small{display:none}.icon-btn{width:39px;height:39px}
  .hero{padding-top:44px}.hero__copy h1{font-size:clamp(2.7rem,14vw,3.8rem);margin-top:13px}.hero__copy>p{font-size:.92rem;line-height:1.85}.hero-search{padding:5px;margin-top:24px}.hero-search button{padding-inline:13px}.hero__trust{gap:12px 16px}.hero__trust span{font-size:.69rem}.feature-card{border-radius:25px;padding:13px}.feature-card__art{height:145px}.feature-card__art span{font-size:4rem}.feature-card__content h2{font-size:1.15rem}.feature-card__content p{display:none}
  .section{padding:52px 0}.section-head{margin-bottom:24px}.section-head h2{font-size:1.9rem}.section-head--inline{display:flex;align-items:end;gap:14px}.section-head--inline .outline-link{font-size:.75rem;padding:8px 10px;white-space:nowrap}
  .topic-grid{grid-template-columns:1fr 1fr;gap:9px}.topic-card{min-height:220px;padding:18px;border-radius:19px}.topic-card__num{left:15px;top:14px}.topic-card__icon{width:42px;height:42px;margin-bottom:20px}.topic-card h3{font-size:1.12rem}.topic-card p{font-size:.73rem;line-height:1.6}.topic-card__arrow{left:15px;bottom:13px}
  .articles-grid,.articles-grid--category{grid-template-columns:1fr}.article-card{display:grid;grid-template-columns:112px 1fr;border-radius:18px}.article-card__visual{height:100%;min-height:170px}.visual-label{font-size:.95rem;right:10px;bottom:10px}.visual-mark{display:none}.article-card__body{padding:16px}.article-card h3{font-size:1rem;line-height:1.5}.article-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card .text-link{font-size:.78rem}
  .path-card{border-radius:24px;padding:28px 22px}.path-card__copy h2{font-size:2.25rem}.path-card__copy p{font-size:.88rem}.path-steps>div{padding:15px 0}
  .category-hero__grid{grid-template-columns:1fr}.category-hero h1,.simple-hero h1{font-size:3.15rem}.category-count{display:none}.topic-card__icon--large{width:55px;height:55px}.category-hero p{font-size:.93rem}.simple-hero .search-page-form{margin-top:20px}.search-page-form button{padding-inline:14px}
  .article-hero h1{font-size:2.55rem}.article-deck{font-size:.94rem}.article-byline span{font-size:.64rem;line-height:1.5}.article-layout{padding-bottom:50px}.share-card{padding:13px 15px}.article-content{font-size:1rem}.quick-answer{padding:21px;border-radius:19px;margin-bottom:28px}.quick-answer p{font-size:.93rem!important}.article-content h2{font-size:1.62rem;margin-top:22px}.article-content p{font-size:.95rem;line-height:2}.article-end h3{font-size:1.25rem}
  .search-panel{padding-top:8vh}.search-panel__box{padding:24px 17px 18px;border-radius:20px}.global-search{margin-top:18px}.global-search button{padding-inline:12px}.search-hints{font-size:.74rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:34px 20px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:4px}
}
@media (max-width:390px){
  .topic-grid{grid-template-columns:1fr}.topic-card{min-height:195px}.article-card{grid-template-columns:96px 1fr}.article-card__body{padding:13px}.article-card p{font-size:.76rem}.hero-search input{font-size:.88rem}.hero-search button{font-size:.82rem}.hero__trust span:nth-child(3){display:none}.article-hero h1{font-size:2.25rem}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
