:root{--ink:#17213a;--muted:#626c72;--green:#4c7947;--green-dark:#31543e;--cream:#f8f7f2;--line:#e8e9e4;--white:#fff;--serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;--sans:Aptos,"Segoe UI Variable Text","Segoe UI",-apple-system,BlinkMacSystemFont,Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;background:#fff}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:fixed;left:20px;top:-100px;z-index:100;background:#fff;padding:10px}.skip-link:focus{top:10px}.site-header{position:relative;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(0,0,0,.04)}.header-inner{min-height:78px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:10px;min-width:220px}.brand-mark{font-size:34px;color:var(--green)}.brand strong,.brand small{display:block}.brand strong{font-size:14px}.brand small{font-size:10px;color:var(--muted)}.primary-nav{margin-left:auto}.primary-nav ul{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.primary-nav a{font-size:13px}.primary-nav a:hover{color:var(--green)}.nav-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:14px 23px;background:var(--green-dark);color:#fff;font-weight:600;cursor:pointer}.button:hover{background:#243f30}.button-small{padding:11px 18px;font-size:13px}.hero{background:linear-gradient(90deg,#faf8f4 0,#faf8f4 45%,#edf0e7 100%)}.hero-grid{display:grid;grid-template-columns:46% 54%;min-height:535px;align-items:stretch}.hero-copy{padding:72px 30px 60px 0;align-self:center}.hero h1{max-width:640px;margin:0 0 24px;font-size:clamp(40px,4.3vw,58px);line-height:1.12;letter-spacing:-.035em}.hero p{max-width:510px;margin:0 0 28px;font-size:19px;color:#49545d}.privacy-note{display:block;margin-top:15px;font-size:13px;color:#53625a}.hero-art{min-height:470px;background:url(../images/hero-photo-v2.webp) center/cover no-repeat}.section{padding:74px 0}.section-title{margin:0 0 36px;text-align:center;font-family:var(--serif);font-size:36px;font-weight:400}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{display:grid;grid-template-columns:42% 58%;min-height:212px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 5px 20px rgba(29,39,31,.035);transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(29,39,31,.09)}.category-card img{width:100%;height:100%;object-fit:cover}.category-card>div{padding:25px 20px}.category-card h3{margin:0 0 9px;font-family:var(--serif);font-size:19px;line-height:1.35}.category-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.category-card span{display:block;margin-top:14px;color:var(--green);font-size:22px}.benefits-section{padding-top:18px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit-card{padding:30px;border:1px solid var(--line);border-radius:14px;background:#fff}.benefit-card>span{font-family:var(--serif);font-size:28px;color:#819279}.benefit-card h3{margin:10px 0;font-family:var(--serif);font-size:19px}.benefit-card p{margin:0;color:var(--muted);font-size:13px}.support-section{padding-top:38px}.support-grid{display:grid;grid-template-columns:48% 52%;overflow:hidden;border-radius:18px;background:#f3f5f1}.support-art{min-height:345px;background:url(../images/support-photo-v2.webp) center/cover no-repeat}.support-copy{padding:50px 55px}.support-copy h2{margin:0 0 18px;font-family:var(--serif);font-size:34px;font-weight:400}.support-copy p{color:var(--muted)}.support-copy ul{display:flex;gap:20px;margin:28px 0 0;padding:0;list-style:none}.support-copy li{font-size:12px}.support-copy li:before{content:"✓";display:inline-grid;place-items:center;width:28px;height:28px;margin-right:7px;border:1px solid #cdd5cb;border-radius:50%;color:var(--green)}.seo-section{padding-top:20px}.prose{max-width:850px}.prose h1,.prose h2,.prose h3{font-family:var(--serif);font-weight:400;line-height:1.3}.prose h1{font-size:42px}.prose h2{margin-top:45px;font-size:30px}.prose h3{margin-top:32px;font-size:23px}.prose a{color:var(--green);text-decoration:underline}.site-footer{margin-top:70px;padding:52px 0 24px;border-top:1px solid var(--line);background:var(--cream)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:42px}.footer-grid h3{font-size:13px}.footer-grid p,.footer-grid a{font-size:12px;color:var(--muted)}.footer-grid ul{padding:0;list-style:none}.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.listing{padding:65px 0}.listing-header{max-width:750px;margin-bottom:40px}.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:14px}.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card-body{padding:24px}.post-card h2{font-family:var(--serif);font-size:22px;line-height:1.35}.post-card p{font-size:13px;color:var(--muted)}.pagination{margin-top:40px}.article-layout{display:grid;grid-template-columns:minmax(0,780px) 300px;gap:55px;align-items:start}.article-hero{width:100%;margin:25px 0;border-radius:15px}.article-meta{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted);font-size:12px}.article-sidebar{position:sticky;top:24px}.toc{padding:22px;border:1px solid var(--line);border-radius:13px}.toc strong{display:block;margin-bottom:10px}.toc ol{margin:0;padding-left:20px}.toc a{font-size:12px;color:var(--muted)}.notice{padding:18px 22px;border-radius:10px;background:#f1f5ed;font-size:13px}.empty-state{padding:70px 0;text-align:center}
@media(max-width:980px){.primary-nav{display:none;position:absolute;top:78px;left:20px;right:20px;padding:20px;background:#fff;border:1px solid var(--line)}.primary-nav.is-open{display:block}.primary-nav ul{display:block}.primary-nav li+li{margin-top:4px}.primary-nav a{display:flex;align-items:center;min-height:44px;padding:8px 4px}.nav-toggle{display:block;margin-left:auto;min-width:44px;min-height:44px;padding:9px 10px;border:0;background:transparent;color:var(--ink);font:inherit;cursor:pointer}.header-cta{display:none}.hero-grid{grid-template-columns:1fr}.hero-art{min-height:360px;order:-1}.hero-copy{padding:45px 0}.category-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.support-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.listing-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.header-inner{min-height:66px}.primary-nav{top:66px}.brand small{display:none}.hero h1{font-size:38px}.hero p{font-size:16px}.hero-art{min-height:290px}.section{padding:52px 0}.section-title{font-size:29px}.category-grid,.benefit-grid,.listing-grid{grid-template-columns:1fr}.category-card{min-height:185px}.support-copy{padding:35px 25px}.support-copy ul{display:block}.support-copy li+li{margin-top:15px}.footer-grid{grid-template-columns:1fr}.article-meta{display:block}.article-meta span{display:block;margin-top:5px}}
.footer-grid>div>strong,.footer-grid>div>a{display:block;margin-bottom:10px}
.expert-card{margin-top:18px;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff}.expert-card img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 48%}.expert-card div{padding:18px}.expert-card strong{display:block;line-height:1.35}.expert-card p{font-size:12px;color:var(--muted)}.expert-card a{font-size:12px;color:var(--green);text-decoration:underline}
.primary-nav a{font-size:14px}.button-small{font-size:14px}.category-card p,.benefit-card p,.support-copy li,.article-meta,.toc a,.expert-card p,.expert-card a{font-size:14px}.footer-grid p,.footer-grid a{font-size:14px}.footer-grid .button{color:#fff}.footer-heading{margin:0 0 12px;font-family:var(--sans);font-size:14px;line-height:1.4}.footer-grid>nav>a{display:flex;align-items:center;min-height:44px;margin:0}.primary-nav [aria-current="page"],.site-footer [aria-current="page"]{color:var(--green-dark);font-weight:700;text-decoration:none}
:where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:3px solid #0b57d0;outline-offset:3px}.button:focus-visible{outline-color:#fff;box-shadow:0 0 0 5px #0b57d0}.category-card:focus-visible{transform:translateY(-3px);box-shadow:0 10px 30px rgba(29,39,31,.13)}
.prose{overflow-wrap:anywhere}.prose h1{font-size:clamp(2rem,5vw,2.625rem)}.prose h2{font-size:clamp(1.625rem,4vw,1.875rem)}.prose h3{font-size:clamp(1.25rem,3vw,1.4375rem)}.prose a,.page-content{overflow-wrap:anywhere}.prose .wp-block-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose table{max-width:100%;border-collapse:collapse}.prose pre{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose iframe,.prose video,.prose embed,.prose object{max-width:100%}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.category-card:hover,.category-card:focus-visible{transform:none}}

/* Branded continuation marker: vector geometry, never a font arrow. */
.category-card .category-card__link-mark{position:relative;display:block;width:64px;height:28px;margin-top:18px;color:var(--green-dark);transition:transform .28s ease}
.category-card__link-mark::before{content:"";position:absolute;z-index:0;top:0;right:0;width:28px;height:28px;border-radius:50%;background:rgba(76,121,71,.10);transform:scale(.72);transition:transform .28s ease,background-color .28s ease}
.category-card__link-mark svg{position:relative;z-index:1;display:block;width:64px;height:28px;overflow:visible}
.category-card__link-line,.category-card__link-tip{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.category-card__link-line{stroke-dasharray:46;stroke-dashoffset:7;transition:stroke-dashoffset .32s ease}
.category-card__link-tip{transition:transform .28s ease;transform-origin:50px 14px}
.category-card:hover .category-card__link-mark,.category-card:focus-visible .category-card__link-mark{transform:translateX(6px)}
.category-card:hover .category-card__link-mark::before,.category-card:focus-visible .category-card__link-mark::before{transform:scale(1);background:rgba(76,121,71,.16)}
.category-card:hover .category-card__link-line,.category-card:focus-visible .category-card__link-line{stroke-dashoffset:0}
.category-card:hover .category-card__link-tip,.category-card:focus-visible .category-card__link-tip{transform:translateX(2px)}

.breadcrumbs{margin-bottom:22px;color:var(--muted);font-size:14px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.breadcrumbs li+li::before{content:"/";margin-right:8px;color:#a5aca7}.breadcrumbs a{color:var(--green-dark);text-decoration:underline;text-underline-offset:.2em}.breadcrumbs [aria-current="page"]{max-width:62ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toc h2{margin:0 0 12px;font:700 14px/1.4 var(--sans)}.expert-card__eyebrow{display:block;margin-bottom:6px;color:var(--green);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.toc-inline{display:none}
@media(max-width:620px){.breadcrumbs [aria-current="page"]{max-width:28ch}.article-hero{margin:18px 0}.prose blockquote{margin-inline:0;padding-left:18px}}

/* Official client logo and reference-led navigation. */
.site-header .header-inner{min-height:102px}.brand{min-width:190px}.brand-logo{display:block;width:190px;height:auto}.brand-footer{width:max-content;max-width:100%;padding:6px;border-radius:12px;background:#fff}.brand-footer .brand-logo{width:210px;max-width:100%}
.primary-nav>ul{gap:22px}.primary-nav li{position:relative}.primary-nav a,.submenu-toggle{white-space:nowrap}.submenu-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-size:14px;cursor:pointer}.submenu-toggle svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease}.menu-item-has-children.is-submenu-open>.submenu-toggle svg,.menu-item-has-children:focus-within>.submenu-toggle svg{transform:rotate(180deg)}
.primary-nav .sub-menu{position:absolute;z-index:30;top:calc(100% + 10px);left:50%;display:grid;gap:2px;width:290px;margin:0;padding:10px;visibility:hidden;opacity:0;transform:translate(-50%,-6px);border:1px solid rgba(49,84,62,.12);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 18px 50px rgba(23,33,58,.13);transition:opacity .22s ease,transform .22s ease,visibility .22s}.primary-nav .sub-menu::before{content:"";position:absolute;top:-8px;left:50%;width:16px;height:16px;transform:translateX(-50%) rotate(45deg);border-left:1px solid rgba(49,84,62,.12);border-top:1px solid rgba(49,84,62,.12);background:#fff}.primary-nav .sub-menu a{position:relative;z-index:1;display:flex;align-items:center;min-height:44px;padding:9px 12px;border-radius:10px;white-space:normal;line-height:1.35}.primary-nav .sub-menu a:hover,.primary-nav .sub-menu a:focus-visible{background:#f1f5ed;color:var(--green-dark)}.menu-item-has-children:hover>.sub-menu,.menu-item-has-children:focus-within>.sub-menu,.menu-item-has-children.is-submenu-open>.sub-menu{visibility:visible;opacity:1;transform:translate(-50%,0)}
@media(max-width:1120px) and (min-width:981px){.brand{min-width:160px}.brand-logo{width:160px}.primary-nav>ul{gap:13px}.primary-nav a,.submenu-toggle{font-size:13px}.header-inner{gap:20px}.button-small{padding-inline:14px}}
@media(max-width:980px){.site-header .header-inner{min-height:82px}.brand{min-width:150px}.brand-logo{width:150px}.primary-nav{top:82px}.primary-nav .sub-menu{position:static;display:none;width:auto;margin:2px 0 8px 12px;padding:6px;visibility:visible;opacity:1;transform:none;border:0;border-left:2px solid #dfe8dc;border-radius:0;background:transparent;box-shadow:none;transition:none}.primary-nav .sub-menu::before{display:none}.menu-item-has-children:hover>.sub-menu,.menu-item-has-children:focus-within>.sub-menu{display:none;transform:none}.menu-item-has-children.is-submenu-open>.sub-menu{display:block}.submenu-toggle{width:100%;justify-content:space-between;padding:8px 4px}.primary-nav .sub-menu a{padding-left:12px}}
@media(max-width:620px){.site-header .header-inner{min-height:76px}.brand{min-width:132px}.brand-logo{width:132px}.primary-nav{top:76px}}

/* Client-selected Hover #1: menu words stay fixed while two rules unfold. */
.primary-nav a>span,.submenu-toggle>span,.footer-grid nav a>span{position:relative;display:inline-block;isolation:isolate}.primary-nav a>span::before,.submenu-toggle>span::before,.footer-grid nav a>span::before{content:"";position:absolute;z-index:-1;top:50%;left:0;width:100%;height:1.7em;opacity:0;border-top:1px solid rgba(49,84,62,.58);border-bottom:1px solid rgba(49,84,62,.58);transform:translateY(-50%) scaleX(.1);transform-origin:center;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.primary-nav a:hover>span::before,.primary-nav a:focus-visible>span::before,.submenu-toggle:hover>span::before,.submenu-toggle:focus-visible>span::before,.footer-grid nav a:hover>span::before,.footer-grid nav a:focus-visible>span::before{opacity:1;transform:translateY(-50%) scaleX(1)}

/* The client's first-screen reference uses a soft editorial serif display face. */
.hero h1{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}.privacy-note{display:flex;align-items:center;gap:7px}.privacy-note svg{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}

/* Client corrections 2026-08-06: trust badge and exact supplied card icon. */
.privacy-note{width:max-content;margin-top:17px;padding:8px 12px;border:1px solid rgba(49,84,62,.13);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(228,238,224,.72));box-shadow:0 5px 18px rgba(49,84,62,.06);color:#40564a;font-size:12.5px;font-weight:600;letter-spacing:.015em}.privacy-note svg{width:15px;height:15px;color:var(--green-dark)}
.category-card .category-card__link-mark{display:block;width:36px;height:36px;margin-top:13px;color:inherit;transition:transform .28s ease}.category-card .category-card__link-mark::before{display:none}.category-card .category-card__link-mark img{display:block;width:32px;height:32px;object-fit:contain}.category-card:hover .category-card__link-mark,.category-card:focus-visible .category-card__link-mark{transform:translateX(6px) scale(1.04)}
.footer-bottom{display:flex;align-items:center;justify-content:flex-start;gap:20px}.footer-help address{margin:12px 0 18px;color:var(--muted);font-size:14px;font-style:normal;line-height:1.55}.category-longform{max-width:900px;margin:64px auto 0;padding-top:14px;border-top:1px solid var(--line)}.category-longform>h2:first-child{margin-top:34px}.category-longform p{margin:0 0 18px;color:#344139}.category-longform li{padding-left:.2em}.category-longform li::marker{color:var(--green)}
@media(max-width:620px){.footer-bottom{display:grid;justify-content:start}.privacy-note{font-size:12px}}

.prose h4{margin:32px 0 10px;font-family:var(--serif);font-size:20px;font-weight:600;line-height:1.35;color:var(--ink)}.prose ul,.prose ol{padding-left:1.35em}.prose li+li{margin-top:5px}

/* Client correction: every category arrow is pinned to the lower-right of its text panel. */
.category-card>div{position:relative;padding-bottom:64px}.category-card .category-card__link-mark{position:absolute;right:18px;bottom:16px;margin:0}

/* Editorial system 0.5.0: one calm, professional hierarchy across every template. */
:root{--content-reading:760px;--content-feature:900px;--surface-soft:#f6f7f2;--surface-warm:#fbfaf7;--line-strong:#dce3da;--shadow-soft:0 18px 55px rgba(35,55,43,.07)}
body{font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.site-main{overflow:clip}h1,h2,h3,h4{color:var(--ink);text-wrap:balance}.site-footer{margin-top:0}

/* Internal page and archive mastheads. */
.internal-hero,.article-heading{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid rgba(49,84,62,.09);background:linear-gradient(118deg,#fbfaf7 0%,#f7f7f2 64%,#edf3ea 100%)}
.internal-hero::after,.article-heading::after{content:"";position:absolute;z-index:-1;right:-90px;bottom:-165px;width:380px;height:380px;border:1px solid rgba(76,121,71,.13);border-radius:50%;box-shadow:0 0 0 52px rgba(76,121,71,.025),0 0 0 104px rgba(76,121,71,.02)}
.internal-hero__inner,.article-heading__inner{padding-top:38px;padding-bottom:54px}.internal-hero .breadcrumbs,.article-heading .breadcrumbs{margin-bottom:34px}.page-eyebrow,.section-kicker{margin:0 0 11px;color:var(--green-dark);font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.14em;text-transform:uppercase}.internal-title,.article-title{max-width:900px;margin:0;font-family:var(--serif);font-size:clamp(2.5rem,5.2vw,4.25rem);font-weight:400;line-height:1.08;letter-spacing:-.035em}.archive-hero .internal-title{max-width:1000px}.category-intro{max-width:700px;margin-top:22px;color:#46534b;font-size:17px;line-height:1.72}.category-intro>:first-child{margin-top:0}.category-intro>:last-child{margin-bottom:0}
.internal-body{padding:64px 0 92px}.archive-body{padding:58px 0 92px}.page-content{width:min(100%,var(--content-reading));margin-inline:auto}.archive-listing{margin-bottom:72px}.archive-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--line)}.archive-section-heading .section-kicker{margin:0;order:2}.archive-section-heading h2{margin:0;font-family:var(--serif);font-size:clamp(1.8rem,3.4vw,2.5rem);font-weight:400;line-height:1.16;letter-spacing:-.02em}

/* Long-form reading typography. */
.prose{color:#2d3933;font-size:17px;line-height:1.78}.prose> :first-child{margin-top:0}.prose> :last-child{margin-bottom:0}.prose p{margin:0 0 1.15em}.prose h1,.prose h2,.prose h3,.prose h4{letter-spacing:-.02em}.prose h2{margin:2.2em 0 .72em;font-size:clamp(1.75rem,3vw,2.15rem);line-height:1.2}.prose h3{margin:1.8em 0 .62em;font-size:clamp(1.32rem,2.2vw,1.58rem);line-height:1.28}.prose h4{margin:1.55em 0 .55em;font-size:1.18rem;line-height:1.35}.prose strong{color:#1f2d27;font-weight:700}.prose a{text-decoration-thickness:1px;text-underline-offset:.18em}.prose ul,.prose ol{margin:0 0 1.35em;padding-left:1.4em}.prose li{padding-left:.22em}.prose li+li{margin-top:.42em}.prose li::marker{color:var(--green);font-weight:700}.prose blockquote{margin:2em 0;padding:22px 26px 22px 30px;border-left:3px solid var(--green);border-radius:0 14px 14px 0;background:linear-gradient(90deg,#f1f5ed,#fafbf8);color:#34443a;font-family:var(--serif);font-size:1.15em;line-height:1.62}.prose hr{width:90px;margin:42px auto;border:0;border-top:1px solid #aebdac}.prose img{margin:32px auto;border-radius:18px}.prose figcaption{margin-top:9px;color:var(--muted);font-size:13px;line-height:1.5;text-align:center}.prose table{width:100%;margin:28px 0;font-size:15px}.prose th,.prose td{padding:13px 15px;border:1px solid var(--line);text-align:left;vertical-align:top}.prose th{background:var(--surface-soft);color:var(--ink)}
.page-content>p:first-of-type,.homepage-prose>p:first-of-type{font-size:1.08em;line-height:1.75;color:#334139}.page-content h2:first-child{margin-top:0}.homepage-prose{width:min(100%,var(--content-reading));margin-inline:auto}.seo-section{padding:74px 0 90px;border-top:1px solid rgba(49,84,62,.08);background:linear-gradient(180deg,#fff 0,#fbfcf9 100%)}

/* Category archives and publication cards. */
.category-longform{width:min(100%,var(--content-reading));max-width:none;margin:0 auto;padding:62px 0 0;border-top:1px solid var(--line-strong)}.category-longform::before{content:"Подробно о теме";display:block;margin-bottom:25px;color:var(--green-dark);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.category-longform>h2:first-child{margin-top:0;font-size:clamp(2rem,3.6vw,2.65rem)}.category-longform p{color:#2d3933}.listing-grid{align-items:stretch}.post-card{height:100%;border-color:var(--line);background:#fff;box-shadow:0 8px 28px rgba(29,39,31,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.post-card:hover{transform:translateY(-4px);border-color:#d3ddd1;box-shadow:var(--shadow-soft)}.post-card>a{display:flex;height:100%;flex-direction:column}.post-card-body{display:flex;flex:1;flex-direction:column;padding:24px 24px 22px}.post-card time{color:#718078;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.post-card h2,.post-card h3{margin:10px 0 11px;font-family:var(--serif);font-size:clamp(1.3rem,2vw,1.55rem);font-weight:400;line-height:1.3;letter-spacing:-.015em}.post-card p{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.62}.post-card__more{margin-top:auto;color:var(--green-dark);font-size:13px;font-weight:700}.post-card__more::after{content:"";display:inline-block;width:24px;height:8px;margin-left:9px;border-top:1px solid currentColor;transform:translateY(4px)}.archive-empty{grid-column:1/-1;padding:28px 30px;border-left:3px solid #91a78b;border-radius:0 14px 14px 0;background:var(--surface-soft);color:#536159}.archive-empty p{margin:0}.pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}.pagination .page-numbers{display:grid;min-width:42px;min-height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:14px}.pagination .current{border-color:var(--green-dark);background:var(--green-dark);color:#fff}

/* Article template. */
.article-heading__inner{padding-bottom:50px}.article-title{max-width:980px;font-size:clamp(2.4rem,5vw,4rem)}.article-heading .article-meta{margin-top:25px}.article-meta{gap:0;color:#59675f;font-size:13px}.article-meta>*{display:inline-flex;align-items:center}.article-meta>*+*::before{content:"";width:4px;height:4px;margin:0 12px;border-radius:50%;background:#9dad9f}.article-body{padding:56px 0 92px}.article-layout{grid-template-columns:minmax(0,760px) 300px;gap:64px}.article-hero{margin:0 0 25px;border-radius:18px;box-shadow:0 12px 36px rgba(23,33,58,.07)}.notice{margin:0 0 32px;padding:19px 22px 19px 50px;border:1px solid #dfe8dc;border-radius:13px;background:linear-gradient(110deg,#f0f5ed,#f8faf6);color:#415247;font-size:14px;line-height:1.6}.article-content{font-size:17px;line-height:1.8}.toc{padding:25px;border-color:var(--line-strong);border-radius:16px;background:#fff;box-shadow:0 10px 35px rgba(29,39,31,.045)}.toc h2{padding-bottom:12px;border-bottom:1px solid var(--line)}.toc ol{padding-left:18px}.toc li+li{margin-top:8px}.toc a{font-size:13px;line-height:1.45}.expert-card{border-radius:16px;box-shadow:0 10px 35px rgba(29,39,31,.045)}

/* Homepage hierarchy and footer rhythm. */
.section-title{font-size:clamp(2rem,3.5vw,2.65rem);line-height:1.15;letter-spacing:-.025em}.category-card h3,.benefit-card h3{letter-spacing:-.01em}.support-copy h2{font-size:clamp(2rem,3.4vw,2.55rem);line-height:1.16;letter-spacing:-.025em}.support-copy p{font-size:17px;line-height:1.7}.footer-heading{color:var(--ink);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.footer-grid p,.footer-grid a,.footer-help address{line-height:1.65}.footer-grid>nav>a{width:max-content;max-width:100%}.footer-help .button{margin-top:2px}.footer-bottom{font-size:12px}

@media(max-width:980px){.internal-hero__inner,.article-heading__inner{padding-top:30px;padding-bottom:44px}.internal-hero .breadcrumbs,.article-heading .breadcrumbs{margin-bottom:27px}.internal-body,.archive-body,.article-body{padding-top:50px;padding-bottom:74px}.article-layout{gap:44px}.toc-inline{display:block;margin:0 0 34px}.toc-sidebar{display:none}.article-sidebar{display:block}.expert-card{margin-top:0}.archive-listing{margin-bottom:58px}}
@media(max-width:620px){body{line-height:1.66}.internal-hero__inner,.article-heading__inner{padding-top:22px;padding-bottom:35px}.internal-hero .breadcrumbs,.article-heading .breadcrumbs{margin-bottom:22px}.internal-title,.article-title{font-size:clamp(2.15rem,11vw,3rem);line-height:1.08}.page-eyebrow,.section-kicker{font-size:11px;letter-spacing:.12em}.internal-body,.archive-body,.article-body{padding-top:38px;padding-bottom:58px}.archive-section-heading{display:block;margin-bottom:22px}.archive-section-heading .section-kicker{margin-bottom:8px}.archive-section-heading h2{font-size:1.8rem}.prose{font-size:16px;line-height:1.74}.prose h2{margin-top:1.9em;font-size:1.65rem}.prose h3{margin-top:1.6em;font-size:1.35rem}.prose blockquote{padding:18px 18px 18px 22px}.category-longform{padding-top:44px}.category-longform::before{margin-bottom:19px}.category-longform>h2:first-child{font-size:1.85rem}.article-meta{display:flex}.article-meta>*{margin-top:0!important}.article-meta>*+*::before{margin-inline:9px}.article-layout{gap:34px}.article-sidebar{grid-template-columns:1fr}.article-hero{border-radius:14px}.notice{padding:17px 18px}.seo-section{padding:58px 0 68px}.site-footer{padding-top:44px}.footer-grid{gap:34px}}

/* Legal footer row and a composed 404 page. */
.footer-bottom{justify-content:space-between}.footer-legal{display:flex;flex-wrap:wrap;gap:8px 24px}.footer-legal a{color:var(--muted);font-size:12px}.not-found-page{display:grid;min-height:610px;place-items:center;padding:70px 0;background:radial-gradient(circle at 78% 28%,rgba(76,121,71,.09),transparent 28%),linear-gradient(135deg,#fbfaf7,#f4f7f1)}.empty-state{padding:0;text-align:center}.not-found-code{margin:0;color:rgba(49,84,62,.17);font-family:var(--serif);font-size:clamp(6rem,17vw,12rem);line-height:.72}.empty-state .page-eyebrow{margin-top:36px}.empty-state h1{margin:0;font-family:var(--serif);font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.035em}.empty-state>p:not(.not-found-code):not(.page-eyebrow){max-width:540px;margin:22px auto 0;color:var(--muted);font-size:17px;line-height:1.7}.not-found-actions{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:30px}.not-found-link{color:var(--green-dark);font-weight:700;text-decoration:underline;text-underline-offset:.22em}
@media(max-width:620px){.footer-bottom{gap:16px}.footer-legal{display:grid;gap:10px}.not-found-page{min-height:520px;padding:54px 0}.not-found-actions{flex-direction:column;gap:16px}}

/* Hero 0.6.5: seamless panorama and an edge-dissolving readability cloud. */
.hero{position:relative;isolation:isolate;overflow:hidden;background:#eef1e8}
.hero::before{content:"";position:absolute;z-index:0;inset:0;background:url(../images/hero-photo-v3.webp) center center/cover no-repeat;filter:contrast(1.025) saturate(1.015);transform:scale(1.002)}
.hero::after{content:"";position:absolute;z-index:1;inset:0;background:none;pointer-events:none}
.hero-grid{position:relative;z-index:2;display:block;min-height:550px}
.hero-art{display:none}
.hero-copy{position:relative;isolation:isolate;display:flex;width:min(58%,650px);min-height:550px;padding:58px 28px 58px 0;flex-direction:column;align-items:flex-start;align-self:auto;justify-content:center}
.hero-copy::before{content:"";position:absolute;z-index:-1;top:0;right:-155px;bottom:0;left:-105px;background:linear-gradient(90deg,transparent 0%,transparent 10%,rgba(37,53,45,.055) 17%,rgba(247,246,241,.54) 28%,rgba(247,246,241,.7) 54%,rgba(247,246,241,.46) 73%,rgba(247,246,241,.12) 89%,transparent 100%);-webkit-backdrop-filter:blur(14px) saturate(.92);backdrop-filter:blur(14px) saturate(.92);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.34) 18%,#000 33%,#000 72%,rgba(0,0,0,.68) 86%,transparent 100%),linear-gradient(180deg,rgba(0,0,0,.82) 0%,#000 13%,#000 76%,rgba(0,0,0,.76) 88%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.34) 18%,#000 33%,#000 72%,rgba(0,0,0,.68) 86%,transparent 100%),linear-gradient(180deg,rgba(0,0,0,.82) 0%,#000 13%,#000 76%,rgba(0,0,0,.76) 88%,transparent 100%);mask-composite:intersect;pointer-events:none}
.hero h1{max-width:620px;text-shadow:0 1px 0 rgba(255,255,255,.35)}
.hero p{color:#34443b;text-shadow:0 1px 8px rgba(255,255,255,.35)}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.hero-copy::before{background:linear-gradient(90deg,transparent 0%,rgba(250,248,244,.9) 22%,rgba(250,248,244,.86) 68%,transparent 100%)}}
@media(max-width:980px){.hero::before{background-position:64% center}.hero-grid{min-height:540px}.hero-copy{width:min(70%,620px);min-height:540px;padding-block:52px}.hero-copy::before{right:-110px}}
@media(max-width:620px){.hero::before{background-color:#eef1e8;background-position:86% 0;background-size:auto 360px;background-repeat:no-repeat}.hero::after{background:linear-gradient(180deg,rgba(250,248,244,0) 0%,rgba(250,248,244,.05) 31%,rgba(250,248,244,.34) 49%,rgba(250,248,244,.92) 72%,rgba(250,248,244,.98) 100%)}.hero-grid{min-height:650px}.hero-copy{width:100%;min-height:650px;padding:300px 0 42px;justify-content:flex-end}.hero-copy::before{top:238px;right:-28px;bottom:-1px;left:-28px;background:linear-gradient(180deg,rgba(250,248,244,0) 0%,rgba(250,248,244,.62) 27%,rgba(250,248,244,.93) 63%,rgba(250,248,244,.97) 100%);-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.72) 25%,#000 48%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.72) 25%,#000 48%,#000 100%)}.hero h1{max-width:520px;font-size:clamp(2.25rem,10.5vw,3rem)}.hero p{max-width:440px;margin-bottom:22px}}
@media(max-width:620px){.hero-copy::before{-webkit-mask-composite:source-over;mask-composite:add}}

/* Client review 0.7.1: wider editorial layouts, uncropped two-column cards, lead capture and the approved green arrow. */
.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.category-card{grid-template-columns:minmax(230px,46%) minmax(0,1fr);min-height:292px}
.category-card>img{width:100%;height:100%;object-fit:contain;background:#f4f3ee}
.category-card>div{display:flex;padding:34px 30px 72px;flex-direction:column}
.category-card h3{font-size:24px}.category-card p{font-size:14px;line-height:1.65}
.category-card .category-card__link-mark{right:25px;bottom:22px}
.category-card .category-card__link-mark img{filter:brightness(0) saturate(100%) invert(28%) sepia(19%) saturate(927%) hue-rotate(92deg) brightness(91%) contrast(88%)}
.benefit-card{display:flex;min-height:260px;flex-direction:column;align-items:flex-start}
.benefit-card__top{display:flex;width:100%;align-items:center;justify-content:space-between}
.benefit-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#f0f5ed;color:var(--green-dark)}
.benefit-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.benefit-number{color:#8b998e;font-family:var(--serif);font-size:20px}
.benefit-card h3{margin-top:24px}.benefit-card p{margin-top:auto;padding-top:2px}
.support-copy ul{align-items:flex-start}.support-copy li{display:grid;flex:1;justify-items:start;gap:10px;line-height:1.45}
.support-copy li::before{display:none}.support-check{display:grid;width:30px;height:30px;place-items:center;border:1px solid #cdd5cb;border-radius:50%;color:var(--green);font-weight:700}
.homepage-prose,.page-content,.category-longform{width:100%;max-width:none;margin-inline:0}
.faq-page{width:min(100%,980px);margin-inline:auto}.faq-page__intro{max-width:760px;margin-bottom:34px}.faq-page__intro h2{margin:.25em 0 .45em;font-size:clamp(2rem,4vw,3rem)}.faq-page__intro>p:last-child{max-width:680px;color:var(--muted);font-size:1.05rem}.faq-list{display:grid;gap:12px}.faq-item{overflow:hidden;border:1px solid rgba(49,84,62,.17);border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(23,33,58,.035);transition:border-color .25s ease,box-shadow .25s ease}.faq-item[open]{border-color:rgba(49,84,62,.3);box-shadow:0 12px 32px rgba(23,33,58,.07)}.faq-item summary{position:relative;display:flex;min-height:72px;align-items:center;padding:19px 64px 19px 24px;color:var(--ink);font-family:var(--serif);font-size:clamp(1.12rem,2vw,1.3rem);font-weight:600;line-height:1.35;cursor:pointer;list-style:none;transition:background .25s ease,color .25s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"";position:absolute;right:22px;width:30px;height:30px;border:1px solid #cbd8ca;border-radius:50%;color:var(--green-dark);background:linear-gradient(currentColor,currentColor) center/12px 1.5px no-repeat,linear-gradient(currentColor,currentColor) center/1.5px 12px no-repeat;transition:transform .28s cubic-bezier(.2,.8,.2,1),background-color .25s ease,border-color .25s ease}.faq-item[open] summary::after{transform:rotate(45deg);border-color:#aebfac;background-color:#f1f5ed}.faq-item summary:hover,.faq-item summary:focus-visible{background:#fafcf8}.faq-item>div{display:grid;grid-template-rows:0fr;padding:0 24px;color:#435048;opacity:0;transition:grid-template-rows .32s cubic-bezier(.2,.8,.2,1),opacity .25s ease,padding-bottom .32s ease}.faq-item[open]>div{grid-template-rows:1fr;padding-bottom:22px;opacity:1}.faq-item>div p{min-height:0;margin:0;overflow:hidden;line-height:1.72}.faq-important{margin-top:34px;padding:26px 28px;border-left:3px solid var(--green);border-radius:0 16px 16px 0;background:linear-gradient(90deg,#f1f5ed,#fafbf8)}.faq-important h2{margin:0 0 8px;font-size:1.35rem}.faq-important p{margin:0;color:#3b493f;line-height:1.72}@media(prefers-reduced-motion:reduce){.faq-item,.faq-item summary,.faq-item summary::after,.faq-item>div{transition:none}}
@media(max-width:620px){.faq-page__intro{margin-bottom:24px}.faq-list{gap:10px}.faq-item summary{min-height:64px;padding:16px 54px 16px 18px;font-size:1.08rem}.faq-item summary::after{right:16px;width:28px;height:28px}.faq-item>div{padding:0 18px 18px}.faq-important{margin-top:26px;padding:21px 20px}}
.experts-directory{width:min(100%,1080px);margin-inline:auto}.experts-directory__intro{max-width:760px;margin-bottom:36px}.experts-directory__intro h2{margin:.2em 0 .4em;font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15}.experts-directory__intro>p:last-child{color:var(--muted);font-size:1.05rem}.experts-directory__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.expert-directory-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 38px rgba(23,33,58,.055);transition:transform .25s ease,box-shadow .25s ease}.expert-directory-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(23,33,58,.1)}.expert-directory-card>a{display:grid;grid-template-columns:minmax(190px,42%) minmax(0,1fr);height:100%}.expert-directory-card figure{min-height:430px;margin:0;overflow:hidden;background:var(--surface-soft)}.expert-directory-card img{width:100%;height:100%;object-fit:cover;object-position:center 42%}.expert-directory-card>*>div{display:flex;min-width:0;flex-direction:column;align-items:flex-start;padding:30px 26px}.expert-directory-card h2{margin:5px 0 15px;font-family:var(--serif);font-size:clamp(1.45rem,2.4vw,2rem);font-weight:400;line-height:1.15}.expert-directory-card div>p:not(.page-eyebrow){margin:0;color:var(--muted);line-height:1.65}.expert-directory-card div>span{margin-top:auto;padding-top:24px;color:var(--green-dark);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.22em}@media(max-width:900px){.experts-directory__grid{grid-template-columns:1fr}.expert-directory-card>a{grid-template-columns:minmax(220px,38%) minmax(0,1fr)}}@media(max-width:620px){.experts-directory__intro{margin-bottom:25px}.experts-directory__grid{gap:18px}.expert-directory-card>a{display:block}.expert-directory-card figure{min-height:0;aspect-ratio:4/3}.expert-directory-card img{object-position:center 39%}.expert-directory-card>*>div{padding:23px 21px}.expert-directory-card div>span{margin-top:16px;padding-top:0}}
.category-longform{margin-top:64px;padding-top:14px}
.brand-footer{padding:0;background:transparent}.brand-footer .footer-logo{width:238px;mix-blend-mode:multiply}
.article-heading__inner{padding-bottom:32px}.article-layout>*{min-width:0}
@media(max-width:980px){.article-heading__inner{padding-bottom:28px}.article-layout{grid-template-columns:minmax(0,1fr);width:min(100% - 40px,1180px)}.article-sidebar{width:100%;min-width:0}.toc,.expert-card{width:100%;max-width:100%}}
@media(max-width:620px){.article-heading__inner{padding-bottom:24px}.article-body{padding-top:28px}.article-layout{width:min(100% - 28px,1180px);gap:30px}.article-meta{gap:6px 0}.article-meta>*+*::before{margin-inline:8px}.notice,.toc{overflow-wrap:anywhere}.expert-card img{aspect-ratio:4/3}}
@media(max-width:460px){.category-card{align-content:start}.category-card>img{align-self:start;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center top}.category-card>div{min-height:225px;padding-top:24px}}

/* Unified compact photo frame for homepage categories. */
.category-card{height:212px;min-height:212px;grid-template-rows:minmax(0,1fr)}.category-card>img{align-self:stretch;width:100%;min-height:0;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center}.category-card>div{min-height:0;padding:23px 26px 58px}.category-card h3{font-size:21px}.category-card p{font-size:13px;line-height:1.55}.category-card .category-card__link-mark{right:22px;bottom:15px}
@media(max-width:980px){.category-card{height:230px;min-height:230px}.category-card>div{padding:24px 23px 58px}}
@media(max-width:720px){.category-card{height:220px;min-height:220px}}
@media(max-width:460px){.category-card{height:auto;min-height:0;align-content:start}.category-card>img{align-self:start;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center}.category-card>div{min-height:0;padding:22px 20px 58px}}

/* Article archives are intentionally text-only: cover images are not part of the publishing flow. */
.post-card>a{display:block;height:100%}.post-card-body{display:flex;min-height:260px;height:100%;flex-direction:column;padding:30px}.post-card-body time{font-size:12px;color:var(--muted)}.post-card-body h2,.post-card-body h3{margin:14px 0 12px;font-family:var(--serif);font-size:24px;line-height:1.3}.post-card-body p{margin:0}.post-card__more{margin-top:auto;padding-top:24px;color:var(--green);font-size:13px;font-weight:600}
.expert-page-layout{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:64px;align-items:start}
.expert-page-photo{position:sticky;top:28px;margin:0;overflow:hidden;border-radius:20px;background:#f2f4ef;box-shadow:0 18px 48px rgba(29,39,31,.09)}
.expert-page-photo img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center top}
.expert-page-content{font-size:17px}.expert-page-content h2:first-child{font-size:clamp(2rem,3.4vw,2.8rem)}
.contact-office{display:grid;max-width:none;padding:52px 58px;border:1px solid var(--line-strong);border-radius:22px;background:linear-gradient(120deg,#fbfaf7 0%,#f2f6ef 100%);box-shadow:var(--shadow-soft)}
.contact-office h2{max-width:900px;margin:0;font-family:var(--serif);font-size:clamp(2rem,4.2vw,3.5rem);font-weight:400;line-height:1.12;letter-spacing:-.03em}
.contact-office address{margin-top:18px;color:#405047;font-size:19px;font-style:normal}.contact-office>p:not(.page-eyebrow){max-width:760px;margin:22px 0;color:var(--muted);font-size:17px}.contact-office .button{width:max-content;margin-top:8px}
.requisites-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:45px}.requisites-content h2{grid-column:1/-1}.requisites-content p{display:flex;min-height:90px;margin:0!important;padding:18px 0;align-items:center;border-bottom:1px solid var(--line)}
html.lead-modal-open{overflow:hidden}.lead-modal[hidden],.lead-modal__success[hidden],.lead-modal__form-view[hidden]{display:none!important}
.lead-modal{position:fixed;z-index:1000;inset:0;display:grid;padding:24px;place-items:center}
.lead-modal__backdrop{position:absolute;inset:0;background:rgba(16,28,22,.58);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.lead-modal__dialog{position:relative;width:min(100%,520px);max-height:min(760px,calc(100vh - 48px));overflow-y:auto;padding:44px;border:1px solid rgba(255,255,255,.45);border-radius:24px;background:#fff;box-shadow:0 32px 90px rgba(10,22,15,.28)}
.lead-modal__close{position:absolute;top:16px;right:16px;display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:27px;line-height:1;cursor:pointer}
.lead-modal h2{margin:0 0 14px;font-family:var(--serif);font-size:42px;font-weight:400;line-height:1.12}.lead-modal__form-view>p:not(.page-eyebrow),.lead-modal__success p{color:var(--muted)}
#lead-form{display:grid;gap:18px;margin-top:27px}#lead-form>label:not(.lead-consent){display:grid;gap:7px;color:#33433a;font-size:13px;font-weight:700}
#lead-form input[type="text"],#lead-form input[type="tel"]{width:100%;height:52px;padding:0 15px;border:1px solid #ccd6cc;border-radius:10px;background:#fff;color:var(--ink);font:inherit}
#lead-form input:focus{border-color:var(--green);outline:3px solid rgba(76,121,71,.14)}.lead-honeypot{position:absolute!important;left:-9999px!important}
.lead-consent{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;color:#57645d;font-size:12px;line-height:1.55}.lead-consent input{width:18px;height:18px;margin-top:1px;accent-color:var(--green-dark)}.lead-consent a{color:var(--green-dark);text-decoration:underline;text-underline-offset:.16em}
.lead-form__error{min-height:0;margin:0;color:#a12f2f;font-size:13px}.lead-form__error:empty{display:none}.lead-submit{width:100%}.lead-submit:disabled{cursor:wait;opacity:.68}
.lead-modal .privacy-note{margin:0 auto;padding:0;border:0;background:none;box-shadow:none}.lead-modal__success{text-align:center}.lead-success-mark{display:grid;width:64px;height:64px;margin:0 auto 22px;place-items:center;border-radius:50%;background:#edf5e9;color:var(--green-dark);font-size:30px}.lead-modal__success .button{margin-top:14px}
@media(max-width:980px){.category-card{grid-template-columns:42% 58%;min-height:250px}.category-card>div{padding:27px 24px 66px}.category-card h3{font-size:21px}.expert-page-layout{grid-template-columns:300px minmax(0,1fr);gap:38px}.support-copy li{justify-items:center;text-align:center}}
@media(max-width:720px){.category-grid{grid-template-columns:1fr}.category-card{grid-template-columns:minmax(180px,42%) 1fr;min-height:245px}.expert-page-layout{grid-template-columns:1fr}.expert-page-photo{position:static;max-width:420px}.contact-office{padding:38px 32px}.requisites-content{grid-template-columns:1fr}.requisites-content h2{grid-column:auto}.requisites-content p{min-height:0}.lead-modal__dialog{padding:38px 26px}}
@media(max-width:460px){.category-card{grid-template-columns:1fr;min-height:0}.category-card>img{aspect-ratio:1/1}.category-card>div{min-height:225px}.support-copy li{grid-template-columns:34px 1fr;justify-items:start;text-align:left}.support-copy ul{display:grid}.lead-modal{padding:12px}.lead-modal__dialog{max-height:calc(100vh - 24px);padding:34px 20px}.lead-modal h2{font-size:34px}.contact-office{padding:32px 24px}}

/* 0.8.0: fixed navigation, compact mobile hero and persistent help action */
html{scroll-padding-top:118px}
.site-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(23,33,58,.045)}
.admin-bar .site-header{top:32px}
.nav-toggle__bars{display:grid;width:27px;gap:5px}
.nav-toggle__bars i{display:block;width:100%;height:2px;min-height:2px;max-height:2px;border-radius:999px;background:currentColor;transition:transform .24s ease,opacity .2s ease}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:first-child{transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars i:last-child{transform:translateY(-7px) rotate(-45deg)}
.floating-help{position:fixed;right:26px;bottom:26px;z-index:700;display:grid;width:96px;height:96px;padding:10px;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:linear-gradient(145deg,#3f7254,#274d39);color:#fff;box-shadow:0 14px 38px rgba(28,69,48,.3);font:700 12px/1.25 var(--sans);text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .2s ease,box-shadow .2s ease}
.floating-help::before{content:"";position:absolute;inset:5px;border:1px solid rgba(255,255,255,.3);border-radius:inherit}
.floating-help span{position:relative}
.floating-help:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(28,69,48,.36)}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
@media(max-width:620px){
 html{scroll-padding-top:90px}
 .hero::before{background-position:82% 0;background-size:auto 270px;background-repeat:no-repeat}
 .hero-grid{min-height:0}
 .hero-copy{width:100%;min-height:0;padding:292px 0 40px;justify-content:flex-start}
 .hero-copy::before{top:218px}
 .hero-copy>.button{width:100%}
 .floating-help{right:16px;bottom:calc(18px + env(safe-area-inset-bottom));width:88px;height:88px;padding:9px}
}
/* Mobile category cards: show each supplied image at its natural ratio, flush with the card top. */
@media(max-width:460px){.category-card{align-content:start}.category-card>img{align-self:start;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center top}.category-card>div{min-height:225px;padding-top:24px}}

/* Final category-card geometry: one compact frame and one crop rule across all source ratios. */
.category-card{height:212px;min-height:212px;grid-template-rows:minmax(0,1fr)}.category-card>img{align-self:stretch;width:100%;min-height:0;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center}.category-card>div{min-height:0;padding:23px 26px 58px}.category-card h3{font-size:21px}.category-card p{font-size:13px;line-height:1.55}.category-card .category-card__link-mark{right:22px;bottom:15px}
@media(max-width:980px){.category-card{height:230px;min-height:230px}.category-card>div{padding:24px 23px 58px}}
@media(max-width:720px){.category-card{height:220px;min-height:220px}}
@media(max-width:460px){.category-card{height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:auto auto;align-content:start}.category-card>img{align-self:start;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center}.category-card>div{min-height:0;padding:22px 20px 58px}}

/* Article cards keep their cover; the single-article template remains image-free. */
.post-card>a{display:block;height:100%}.post-card>a>img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card-body{display:block;min-height:0;height:auto;padding:24px}.post-card__more{display:inline-block;margin-top:18px;padding-top:0;color:var(--green);font-size:13px;font-weight:600}

/* Long legal tables stay readable without widening the page on phones. */
.policy-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.policy-table{min-width:620px}.policy-table th{width:31%}
@media(max-width:620px){.policy-table-wrap{overflow:visible}.policy-table{display:block;width:100%;min-width:0;margin-block:22px}.policy-table tbody{display:grid;gap:12px}.policy-table tr{display:block;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.policy-table th,.policy-table td{display:block;width:100%;padding:11px 13px;border:0}.policy-table th{border-bottom:1px solid var(--line);background:var(--surface-soft)}.policy-table td{overflow-wrap:anywhere}}

/* Deterministic lead form after every article: generation prompts stay content-only. */
.article-lead{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:38px;margin-top:54px;padding:36px;border:1px solid #dce6da;border-radius:20px;background:linear-gradient(125deg,#f2f6ef,#fbfcf9);box-shadow:0 14px 40px rgba(29,39,31,.06)}.article-lead h2{margin:0 0 12px;font-family:var(--serif);font-size:clamp(1.9rem,3.2vw,2.55rem);font-weight:400;line-height:1.16}.article-lead__copy>p:last-child{margin:0;color:#526158;line-height:1.7}.article-lead-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.article-lead-form>label:not(.lead-consent){display:grid;gap:6px;color:#33433a;font-size:13px;font-weight:700}.article-lead-form input[type="text"],.article-lead-form input[type="tel"]{width:100%;height:50px;padding:0 14px;border:1px solid #cbd6ca;border-radius:10px;background:#fff;font:inherit}.article-lead-form .lead-consent,.article-lead-form .lead-form__error,.article-lead-form .lead-submit,.article-lead-form__success{grid-column:1/-1}.article-lead-form .lead-consent{font-size:12px}.article-lead-form .lead-consent a{color:var(--green-dark);text-decoration:underline}.article-lead-form__success{margin:0;color:var(--green-dark);font-weight:700}.expert-card__eyebrow{line-height:1.45}
@media(max-width:720px){.article-lead{grid-template-columns:1fr;padding:26px 22px}.article-lead-form{grid-template-columns:1fr}.article-lead-form>label:not(.lead-consent){grid-column:1/-1}}

/* Compact legal notice requested for every public page footer. */
.footer-disclaimer{margin-top:36px;border-top:1px solid rgba(49,84,62,.12);border-bottom:1px solid rgba(49,84,62,.12);background:rgba(255,255,255,.38)}.footer-disclaimer__inner{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:start;padding-top:22px;padding-bottom:22px}.age-badge{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(49,84,62,.42);border-radius:50%;color:var(--green-dark);font-size:17px;font-weight:800;line-height:1;letter-spacing:.02em}.footer-disclaimer__text{max-width:1040px}.footer-disclaimer__text p{margin:0;color:#65716a;font-size:11px;line-height:1.58}.footer-disclaimer__text p+p{margin-top:7px}.footer-disclaimer__text strong{color:#46544c}
@media(max-width:620px){.footer-disclaimer{margin-top:28px}.footer-disclaimer__inner{grid-template-columns:46px minmax(0,1fr);gap:14px;padding-top:19px;padding-bottom:19px}.age-badge{width:46px;height:46px;font-size:14px}.footer-disclaimer__text p{font-size:10px;line-height:1.55}}

.notice>p{margin:0}.notice__health-warning{margin-top:8px!important;padding-top:8px;border-top:1px solid rgba(49,84,62,.14);color:#293b31;font-weight:700}

/* Client-supplied thin category arrow. */
.category-card .category-card__link-mark{width:36px;height:36px}
.category-card .category-card__link-mark img{width:36px;height:36px;opacity:.88;filter:brightness(0) saturate(100%) invert(28%) sepia(19%) saturate(927%) hue-rotate(92deg) brightness(91%) contrast(88%)}

/* Server-rendered related articles: crawlable links with an enhanced carousel UI. */
.related-articles{margin-top:78px;padding-top:58px;border-top:1px solid var(--line);overflow:hidden}.related-articles__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.related-articles__header .page-eyebrow{margin:0 0 8px}.related-articles__header h2{margin:0;font-family:var(--serif);font-size:clamp(2rem,3.6vw,2.75rem);font-weight:400;line-height:1.14;letter-spacing:-.025em}.related-carousel__controls{display:flex;gap:10px;visibility:hidden}.related-articles.is-ready .related-carousel__controls{visibility:visible}.related-articles.has-no-overflow .related-carousel__controls{visibility:hidden}.related-carousel__controls button{display:grid;width:46px;height:46px;place-items:center;border:1px solid #cad6c8;border-radius:50%;background:#fff;color:var(--green-dark);cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease,opacity .2s ease}.related-carousel__controls button:hover:not(:disabled){border-color:var(--green-dark);background:#f2f6ef;transform:translateY(-2px)}.related-carousel__controls button:disabled{cursor:default;opacity:.3}.related-carousel__controls svg{width:25px;height:17px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.related-carousel__viewport{overflow-x:auto;padding:5px 2px 22px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.related-carousel__viewport::-webkit-scrollbar{display:none}.related-carousel__viewport:focus-visible{outline:2px solid var(--green);outline-offset:5px}.related-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,calc((100% - 48px)/3));gap:24px}.related-carousel__track .post-card{min-width:0;scroll-snap-align:start;background:#fff}.related-carousel__track .post-card>a{display:flex;height:100%;flex-direction:column}.related-carousel__track .post-card-body{display:flex;flex:1;flex-direction:column}.related-carousel__track .post-card__more{margin-top:auto}.related-carousel__track .post-card h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.related-carousel__track .post-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}
@media(max-width:900px){.related-carousel__track{grid-auto-columns:minmax(270px,calc((100% - 24px)/2))}}
@media(max-width:620px){.related-articles{margin-top:58px;padding-top:42px}.related-articles__header{align-items:center;margin-bottom:22px}.related-carousel__controls button{width:42px;height:42px}.related-carousel__track{grid-auto-columns:minmax(260px,86vw);gap:16px}.related-carousel__track .post-card-body{padding:21px}.related-carousel__track .post-card h3{font-size:1.3rem}.related-carousel__track .post-card p{font-size:13px}}

/* Article sources, credentials and compact transition to related content. */
.article-page .article-body{padding-bottom:28px}
.article-page .related-articles{margin-top:0;padding-top:38px}
.article-sources{margin-top:48px;padding:28px 30px;border:1px solid var(--line);border-radius:16px;background:#f8faf6}
.article-sources h2{margin:0 0 18px;font-family:var(--serif);font-size:clamp(1.65rem,3vw,2.15rem);font-weight:400;line-height:1.2}
.article-sources ol{margin:0;padding-left:1.4em}
.article-sources li+li{margin-top:8px}
.expert-credentials{margin-top:48px}
.expert-credentials>h2{margin-bottom:22px}
.expert-credentials__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.expert-credentials__grid a{display:block;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#f6f7f4;box-shadow:0 8px 26px rgba(29,39,31,.05);transition:transform .2s ease,box-shadow .2s ease}
.expert-credentials__grid a:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(29,39,31,.1)}
.expert-credentials__grid img{width:100%;height:100%;aspect-ratio:1.42/1;object-fit:contain;background:#f6f7f4}
@media(max-width:620px){.article-page .article-body{padding-bottom:18px}.article-page .related-articles{padding-top:30px}.article-sources{margin-top:36px;padding:22px 20px}.expert-credentials{margin-top:36px}.expert-credentials__grid{grid-template-columns:1fr;gap:13px}}

/* 1.0.0: two-tier editorial header with article search. */
.header-top-row{display:flex;min-height:88px;align-items:center;gap:24px}
.header-top-row .brand{min-width:0}.header-top-row .brand-logo{width:162px}
.header-top-row .header-cta{flex:0 0 auto;min-width:178px}
.header-search{position:relative;display:flex;min-width:0;align-items:center}
.header-search--desktop{width:min(34vw,350px);margin-left:auto}
.header-search input{width:100%;height:46px;padding:0 52px 0 18px;border:1px solid #dfe5dc;border-radius:13px;background:#f3f4f1;color:var(--ink);font:500 14px/1 var(--sans);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}
.header-search input::placeholder{color:#8a928d}.header-search input:focus{border-color:#9cb29b;outline:0;background:#fff;box-shadow:0 0 0 4px rgba(63,114,84,.1)}
.header-search button{position:absolute;right:5px;display:grid;width:38px;height:38px;padding:0;place-items:center;border:0;background:transparent;color:#819087;cursor:pointer}
.header-search button:hover{color:var(--green-dark)}.header-search svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round}
.header-search--mobile{display:none}
.header-menu-row{border-top:1px solid rgba(49,84,62,.13);border-bottom:1px solid rgba(49,84,62,.1)}
.header-menu-row .primary-nav{width:min(1180px,calc(100% - 40px));margin:0 auto}
.header-menu-row .primary-nav>ul{display:flex;width:100%;min-height:66px;align-items:center;justify-content:space-between;gap:18px}
.header-menu-row .primary-nav a,.header-menu-row .submenu-toggle{font-size:14px}
.header-menu-row .primary-nav .sub-menu{top:calc(100% + 1px)}
.search-summary{margin:16px 0 0;color:var(--muted);font-size:16px}
.search-empty{max-width:760px;margin:0 auto;padding:64px;border:1px solid var(--line);border-radius:22px;background:var(--surface-soft);text-align:center}
.search-empty h2{margin:8px 0 12px;font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15}.search-empty>p:not(.page-eyebrow){color:var(--muted)}
.search-empty__form{width:min(100%,560px);margin:28px auto 0}.search-empty__form input{height:54px;background:#fff}
@media(max-width:980px){
 .header-top-row{min-height:76px}.header-top-row .brand-logo{width:132px}.header-search--desktop{display:none}.header-top-row .header-cta{display:none}.header-top-row .nav-toggle{display:block;margin-left:auto}
 .header-menu-row{border:0}.header-menu-row .primary-nav{position:absolute;top:76px;right:14px;left:14px;display:none;width:auto;max-height:calc(100dvh - 92px);margin:0;padding:18px;overflow-y:auto;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.99);box-shadow:0 20px 55px rgba(23,33,58,.16)}
 .header-menu-row .primary-nav.is-open{display:block}.header-search--mobile{display:flex;width:100%;margin-bottom:12px}.header-search--mobile input{height:48px}
 .header-menu-row .primary-nav>ul{display:block;min-height:0}.header-menu-row .primary-nav>ul>li+li{margin-top:3px}.header-menu-row .primary-nav a{min-height:46px;padding:8px 5px}.header-menu-row .submenu-toggle{min-height:46px}
 .header-menu-row .primary-nav .sub-menu{position:static}.search-empty{padding:44px 28px}
}
@media(max-width:620px){.header-menu-row .primary-nav{top:76px}.search-empty{padding:36px 20px}.search-results .listing-grid{gap:18px}}

/* Compact consent panel; analytics remains disabled until explicit acceptance. */
.cookie-banner[hidden]{display:none!important}.cookie-banner{position:fixed;right:24px;bottom:24px;z-index:1100;display:grid;width:min(520px,calc(100% - 48px));grid-template-columns:minmax(0,1fr) auto;gap:22px;padding:22px;border:1px solid rgba(49,84,62,.18);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 22px 70px rgba(23,33,58,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.cookie-banner p{margin:0;color:#46544c;font-size:13px;line-height:1.55}.cookie-banner nav{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:9px}.cookie-banner a{color:var(--green-dark);font-size:11px;text-decoration:underline;text-underline-offset:3px}
.cookie-banner__actions{display:flex;flex-direction:column;gap:8px;justify-content:center}.cookie-button{min-width:104px;min-height:40px;padding:8px 14px;border:1px solid var(--green-dark);border-radius:9px;font:700 12px/1 var(--sans);cursor:pointer}.cookie-button--primary{background:var(--green-dark);color:#fff}.cookie-button--secondary{background:#fff;color:var(--green-dark)}
@media(max-width:620px){.cookie-banner{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));width:calc(100% - 24px);grid-template-columns:1fr;gap:15px;padding:18px}.cookie-banner__actions{flex-direction:row}.cookie-button{flex:1}.cookie-consent-pending .floating-help{bottom:calc(190px + env(safe-area-inset-bottom))}}

.footer-disclaimer__text p strong{color:#33453a}.footer-disclaimer__text p+p strong{letter-spacing:.01em}
.requisite-number{color:inherit;text-decoration:none;white-space:nowrap}
.footer-partner-license{display:flex;flex-wrap:wrap;gap:5px 16px;padding-top:14px;color:#68746d;font-size:10px;line-height:1.45}.footer-partner-license p{margin:0}.footer-partner-license a{color:#425a4a;text-decoration:underline;text-underline-offset:3px}.footer-partner-license a:hover{color:var(--green-dark)}
@media(max-width:620px){.footer-partner-license{display:grid;gap:4px;padding-top:12px;font-size:10px}}
@media(prefers-reduced-motion:reduce){.related-carousel__viewport{scroll-behavior:auto}}

/* 1.0.8: the featured image is also the in-article cover before the first H2. */
.article-inline-cover{margin:34px 0 42px;overflow:hidden;border-radius:18px;background:var(--surface-soft);box-shadow:0 12px 36px rgba(23,33,58,.07)}
.article-inline-cover__image{display:block;width:100%;height:auto;max-height:470px;aspect-ratio:16/9;object-fit:cover}
@media(max-width:620px){.article-inline-cover{margin:26px 0 32px;border-radius:14px}.article-inline-cover__image{max-height:none;aspect-ratio:16/10}}

/* 1.0.9: original dependency self-assessments. */
.tests-intro{max-width:760px;margin-bottom:38px}.tests-intro h2{margin:8px 0 16px;font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:400;line-height:1.08}.tests-intro>p:last-child{color:var(--muted);font-size:17px;line-height:1.7}.tests-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.test-card{position:relative;display:flex;min-height:330px;flex-direction:column;padding:32px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#f7f4ef,#fbfaf7);box-shadow:0 12px 38px rgba(23,33,58,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.test-card:hover{transform:translateY(-3px);border-color:#bdcbbb;box-shadow:0 18px 44px rgba(23,33,58,.09)}.test-card .page-eyebrow{margin:0 0 12px}.test-card h2{margin:0 0 14px;font-family:var(--serif);font-size:clamp(1.55rem,2.4vw,2rem);font-weight:400;line-height:1.15}.test-card>p:not(.page-eyebrow){margin:0;color:#59665e;line-height:1.65}.test-card__link{display:inline-flex;align-items:center;gap:9px;margin-top:auto;padding-top:28px;color:var(--green-dark);font-weight:700}.test-card__link span{font-size:21px;transition:transform .2s ease}.test-card:hover .test-card__link span{transform:translateX(4px)}.tests-disclaimer{margin-top:30px;padding:20px 24px;border-left:3px solid #7b9b79;border-radius:0 12px 12px 0;background:#f4f7f1;color:#526057;line-height:1.65}
.test-runner{max-width:880px;margin:0 auto;padding:38px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 16px 50px rgba(23,33,58,.07)}.test-runner__header>a{color:var(--green-dark);font-size:13px;text-decoration:underline;text-underline-offset:4px}.test-runner__header>p{max-width:680px;margin:22px 0;color:var(--muted);font-size:16px;line-height:1.65}.test-progress{height:5px;overflow:hidden;border-radius:999px;background:#e9eee7}.test-progress span{display:block;width:0;height:100%;border-radius:inherit;background:var(--green);transition:width .3s ease}.test-runner__header>[data-test-progress-text]{display:block;margin-top:9px;color:#718078;font-size:11px}.test-form{margin-top:34px}.test-question{min-width:0;margin:0;padding:0;border:0}.test-question[hidden],.test-result[hidden],.test-runner__header[hidden],.test-form[hidden]{display:none!important}.test-question legend{display:grid;width:100%;grid-template-columns:46px minmax(0,1fr);gap:17px;align-items:start;font-family:var(--serif);font-size:clamp(1.7rem,3.2vw,2.35rem);line-height:1.2}.test-question legend span{display:grid;width:42px;height:42px;place-items:center;border:1px solid #cfdbcd;border-radius:50%;color:var(--green);font-family:var(--sans);font-size:12px;font-weight:800}.test-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}.test-options label{position:relative;cursor:pointer}.test-options input{position:absolute;opacity:0;pointer-events:none}.test-options span{display:flex;min-height:58px;align-items:center;padding:14px 18px;border:1px solid #dbe2d9;border-radius:12px;background:#fafbf9;color:#405047;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.test-options input:focus-visible+span{outline:2px solid var(--green);outline-offset:3px}.test-options input:checked+span{border-color:var(--green);background:#edf4ea;box-shadow:inset 4px 0 0 var(--green);font-weight:700}.test-navigation{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}.test-button{min-height:46px;padding:10px 22px;border:1px solid #bdcbbb;border-radius:10px;background:#fff;color:var(--green-dark);font:700 13px/1 var(--sans);cursor:pointer}.test-button--next{min-width:160px;border-color:var(--green-dark);background:var(--green-dark);color:#fff}.test-button:disabled{cursor:not-allowed;opacity:.42}.test-result{padding:10px 0}.test-result h2{max-width:700px;margin:10px 0 18px;font-family:var(--serif);font-size:clamp(2.25rem,4.5vw,3.6rem);font-weight:400;line-height:1.08}.test-result>[data-test-result-text]{max-width:720px;color:#415047;font-size:18px;line-height:1.75}.test-result__note{max-width:720px;margin-top:22px;padding:16px 18px;border-radius:12px;background:#f3f6f0;color:#647169;font-size:13px;line-height:1.55}.test-result__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.test-result__actions .button{min-width:210px}.test-result__actions .test-button{min-width:160px}
@media(max-width:720px){.tests-grid{grid-template-columns:1fr}.test-card{min-height:300px;padding:26px}.test-runner{padding:26px 20px;border-radius:18px}.test-options{grid-template-columns:1fr}.test-question legend{grid-template-columns:38px minmax(0,1fr);gap:12px}.test-question legend span{width:36px;height:36px}.test-navigation{justify-content:stretch}.test-navigation .test-button{flex:1}.test-result__actions{display:grid}.test-result__actions .button,.test-result__actions .test-button{width:100%}}

/* 1.0.12: compact dependency-test entry point on the home page. */
.home-tests-section{padding:0 0 22px}.home-tests-panel{display:grid;grid-template-columns:minmax(0,.85fr) minmax(460px,1.15fr);gap:44px;align-items:center;padding:38px 42px;border:1px solid #dce5da;border-radius:22px;background:linear-gradient(130deg,#f4f7f0 0,#fbfaf7 58%,#f3f6ef 100%);box-shadow:0 14px 42px rgba(23,33,58,.055)}.home-tests-panel__copy .page-eyebrow{margin:0 0 8px}.home-tests-panel__copy h2{margin:0;font-family:var(--serif);font-size:clamp(2rem,3.5vw,2.65rem);font-weight:400;line-height:1.12;letter-spacing:-.025em}.home-tests-panel__copy>p:not(.page-eyebrow){max-width:470px;margin:14px 0 0;color:#59665e;line-height:1.65}.home-tests-panel__all{display:inline-flex;align-items:center;gap:11px;margin-top:22px;color:var(--green-dark);font-weight:700}.home-tests-panel__all svg,.home-tests-panel__links svg{width:30px;height:16px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.home-tests-panel__all:hover svg,.home-tests-panel__links a:hover svg{transform:translateX(4px)}.home-tests-panel__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-tests-panel__links a{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;border:1px solid #d7e1d5;border-radius:14px;background:rgba(255,255,255,.82);color:#35473b;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.home-tests-panel__links a:hover{transform:translateY(-2px);border-color:#9fb39d;box-shadow:0 9px 24px rgba(23,33,58,.07)}.home-tests-panel__links span{font-size:14px;line-height:1.35}.home-tests-panel__links svg{flex:0 0 auto;color:var(--green-dark)}
@media(max-width:900px){.home-tests-panel{grid-template-columns:1fr;gap:28px}.home-tests-panel__copy>p:not(.page-eyebrow){max-width:650px}}
@media(max-width:620px){.home-tests-section{padding:0 0 12px}.home-tests-panel{gap:24px;padding:27px 22px;border-radius:18px}.home-tests-panel__copy h2{font-size:2rem}.home-tests-panel__copy>p:not(.page-eyebrow){margin-top:11px;font-size:14px}.home-tests-panel__all{margin-top:17px}.home-tests-panel__links{gap:9px}.home-tests-panel__links a{min-height:62px;padding:13px 14px;border-radius:12px}.home-tests-panel__links span{font-size:13px}.home-tests-panel__links svg{width:24px}}
