:root{color-scheme:light;--text-display: clamp(3rem, 6vw, 5.5rem);--text-display-s: clamp(2rem, 4vw, 3.5rem);--text-h1: clamp(1.75rem, 3vw, 2.75rem);--text-h2: clamp(1.375rem, 2.5vw, 2rem);--text-h3: clamp(1.125rem, 1.8vw, 1.5rem);--text-h4: 1.125rem;--text-body-l: 1.125rem;--text-body: 1rem;--text-body-s: .875rem;--text-caption: .75rem;--text-mono: .8125rem;--leading-tight: 1.1;--leading-snug: 1.3;--leading-normal: 1.6;--leading-loose: 1.8;--tracking-tight: -.02em;--tracking-normal: 0em;--tracking-wide: .06em;--tracking-wider: .12em;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--max-w-content: 1280px;--max-w-article: 740px;--max-w-narrow: 480px;--gutter: clamp(1rem, 4vw, 3rem);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-pill: 9999px;--shadow-card: 0 1px 3px rgba(37, 99, 235, .05), 0 4px 12px rgba(37, 99, 235, .03);--shadow-hover: 0 2px 6px rgba(37, 99, 235, .07), 0 8px 24px rgba(37, 99, 235, .08);--shadow-feature: 0 4px 16px rgba(37, 99, 235, .1);--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--text);font-family:var(--font-body);font-size:var(--text-body);font-weight:400;line-height:var(--leading-normal);text-rendering:optimizeLegibility}body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,blockquote,figure{margin:0}h1,h2,h3,h4{font-family:var(--font-heading);line-height:var(--leading-tight)}main{display:block}img{display:block;max-width:100%;height:auto;border-radius:var(--radius-md)}a{color:inherit}button,input,textarea,select{font:inherit}hr{border:none;border-top:1px solid var(--line);margin-block:var(--space-8)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.editorial-label,.hero-eyebrow,.module-card__eyebrow,.hub-section__label,.brand-section__label{font-family:var(--font-body);font-size:var(--text-caption);font-weight:600;text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--accent)}.tag{display:inline-flex;align-items:center;width:fit-content;font-family:var(--font-body);font-size:var(--text-caption);font-weight:600;text-transform:uppercase;letter-spacing:var(--tracking-wide);padding:.25em .65em;border-radius:var(--radius-sm);line-height:1.5;text-decoration:none}.tag--default{color:var(--accent);background:var(--backgroundAccent);border:none}.tag--accent{color:#fff;background:var(--accent)}.btn{display:inline-flex;align-items:center;gap:var(--space-2);font-family:var(--font-body);font-size:var(--text-body-s);font-weight:600;padding:.65em 1.5em;border:1px solid transparent;border-radius:var(--radius-sm);text-decoration:none;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.btn--primary{color:#fff;background:var(--accent);border-color:var(--accent)}.btn--primary:hover{background:var(--accentStrong);border-color:var(--accentStrong)}.btn--outline{color:var(--text);background:transparent;border-color:var(--line)}.btn--outline:hover{border-color:var(--accent);color:var(--accent)}.btn--inverse{color:var(--text);background:var(--surface);border-color:var(--surface)}.btn--inverse:hover{background:var(--backgroundAccent)}.btn--ghost{color:var(--accent);background:transparent;border-color:transparent;padding-inline:0}.btn--ghost:hover{color:var(--accentStrong)}.section-header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-6);margin-bottom:var(--space-8);padding-bottom:var(--space-4);border-bottom:1px solid var(--line)}.section-header__left{display:flex;flex-direction:column;gap:var(--space-2)}.section-header__title{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:400;line-height:var(--leading-tight)}.section-header__link{font-family:var(--font-body);font-size:var(--text-body-s);font-weight:500;color:var(--accent);text-decoration:none;white-space:nowrap}.section-header__link:hover{text-decoration:underline}.article-card{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .2s,transform .2s}.article-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.article-card__image-wrap{overflow:hidden}.article-card__image{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .4s ease}.article-card:hover .article-card__image{transform:scale(1.03)}.article-card__body{display:flex;flex:1;flex-direction:column;gap:var(--space-3);padding:var(--space-6)}.article-card__title{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:400;line-height:var(--leading-snug)}.article-card__title a,.article-card__title-link{color:var(--text);text-decoration:none}.article-card__title a:hover,.article-card__title-link:hover{color:var(--accent)}.article-card__excerpt{color:var(--muted);font-size:var(--text-body-s);line-height:var(--leading-normal)}.article-card__meta{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;margin-top:auto;padding-top:var(--space-3);border-top:1px solid var(--line)}.meta-author,.meta-time,.meta-read-time{font-family:var(--font-body);font-size:var(--text-caption);color:var(--muted)}.meta-author{font-weight:600;color:var(--text)}.article-card--hero .article-card__image-wrap{aspect-ratio:16 / 10}.article-card--hero .article-card__body{padding:var(--space-8)}.article-card--hero .article-card__title{font-size:var(--text-h2)}.article-card--compact{flex-direction:row;gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-md)}.article-card--compact .article-card__image-wrap{flex-shrink:0;width:100px;height:80px;border-radius:var(--radius-sm);overflow:hidden}.article-card--compact .article-card__body{padding:0;gap:var(--space-2)}.article-card--compact .article-card__title{font-size:var(--text-h4)}.module-card{padding:var(--space-6);border-radius:var(--radius-md)}.module-card__eyebrow{margin-bottom:var(--space-3)}.article-card--tone-a{flex-direction:column}.article-card--tone-a .article-card__image-wrap{aspect-ratio:16 / 9;overflow:hidden}.article-card--tone-a .article-card__body{padding:var(--space-6);gap:var(--space-3)}.article-card--tone-b{display:grid;grid-template-columns:1fr auto;gap:var(--space-4);align-items:start;padding:var(--space-4);box-shadow:none;border-bottom:1px solid var(--line);border-radius:0}.article-card--tone-b:hover{transform:none;box-shadow:none}.article-card--tone-b .article-card__body{padding:0;gap:var(--space-2)}.article-card--tone-b .article-card__title{font-size:var(--text-h4)}.article-card--tone-b .article-card__image-wrap--small{flex-shrink:0;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden}.article-card--tone-b .article-card__image-wrap--small .article-card__image{width:80px;height:80px;object-fit:cover}.article-card--tone-c{position:relative;min-height:280px;background-size:cover;background-position:center;background-color:var(--surface);border-radius:var(--radius-md);overflow:hidden}.article-card--tone-c:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.article-card--tone-c .article-card__overlay{position:absolute;bottom:0;left:0;right:0;z-index:1;display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-6)}.article-card--tone-c .article-card__title a{color:#fff}.article-card--tone-c .article-card__title a:hover{color:#ffffffd9}.article-card--tone-c .article-card__excerpt{color:#ffffffd9;font-size:var(--text-caption)}.article-card--tone-d{background:transparent;box-shadow:none;border-radius:0;border-bottom:1px solid var(--line);padding:var(--space-5) 0;gap:var(--space-2)}.article-card--tone-d:hover{transform:none;box-shadow:none}.article-card__meta-row{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2)}.article-card--tone-d .article-card__title{font-size:var(--text-h4)}@media(max-width:768px){.section-header{flex-direction:column;align-items:flex-start}.article-card--compact{flex-direction:column}.article-card--compact .article-card__image-wrap{width:100%;height:auto;aspect-ratio:16 / 10}}.eyebrow{font-family:var(--font-body);font-size:var(--text-caption, .75rem);font-weight:600;text-transform:uppercase;letter-spacing:var(--tracking-wider, .12em);color:var(--accent);margin:0 0 var(--space-sm, .75rem)}.subtitle{font-family:var(--font-body);font-size:var(--text-lede, 1.125rem);line-height:1.6;color:var(--muted, var(--text));max-width:56ch;margin:0 0 var(--space-md, 1.5rem)}.cta{display:inline-flex;align-items:center;gap:.5ch;padding:.75rem 1.5rem;font-family:var(--font-body);font-weight:600;font-size:.95rem;letter-spacing:.02em;color:var(--surface, #fff);background:var(--accent);border:none;border-radius:var(--radius-md, 6px);text-decoration:none;transition:background .15s,transform .15s;cursor:pointer}.cta:hover{background:var(--accentStrong, var(--accent));transform:translateY(-1px)}.cta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.split-body{font-family:var(--font-body);font-size:.95rem;line-height:1.65;color:var(--muted, var(--text))}.split-body p{margin:0 0 .75rem}.split-body p:last-child{margin-bottom:0}.feed{width:100%}.utility{background:var(--backgroundAccent, transparent);border-bottom:1px solid var(--line, transparent)}.high-footer__brand{display:flex;flex-direction:column;gap:.5rem}.high-footer__nav{display:flex;flex-direction:column;gap:.75rem}.section{padding:var(--space-xl, 3rem) 0}.section+.section{border-top:1px solid var(--line, transparent)}.shell-row{width:min(var(--max-w-content),calc(100% - (var(--gutter) * 2)));margin-inline:auto}.page-section,.content-section,.section-feature{padding-block:var(--space-16)}.section-quiet{padding-block:var(--space-12)}.hero-panel,.content-panel,.module-card,.faq-block,.brand-link-panel,.cluster-aside,.hub-empty,.brand-empty{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.hero-panel,.content-panel{padding:clamp(1.5rem,3vw,2.5rem)}.hero-grid,.content-grid,.dual-grid,.module-grid,.article-grid{display:grid;gap:var(--space-8)}.hero-grid,.dual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid{grid-template-columns:minmax(0,7fr) minmax(260px,5fr);align-items:start}.module-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.article-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-6)}.sidebar-stack{display:grid;gap:var(--space-6);position:sticky;top:7.5rem}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight)}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}h4{font-size:var(--text-h4)}p,li,dd,dt,summary{line-height:var(--leading-normal)}.lede,.hero-copy{max-width:62ch;color:var(--muted);font-size:var(--text-body-l)}.hero-visual,.feature-image{width:100%;aspect-ratio:16 / 10;object-fit:cover}.content-prose{display:grid;gap:var(--space-4)}.content-prose h2,.content-prose h3{margin-top:var(--space-4)}.content-prose a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}.content-prose strong{color:var(--accentStrong);font-weight:600}.content-prose table{width:100%;border-collapse:collapse}.content-prose table th,.content-prose table td{padding:.6rem .75rem;border-bottom:1px solid var(--line);text-align:left}.content-prose table th{color:var(--muted);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:var(--tracking-wide)}.content-prose ul,.content-prose ol{padding-left:1.1rem}.content-prose blockquote{padding-left:1rem;border-left:3px solid var(--accent);color:var(--muted)}.breadcrumb-nav{margin-bottom:var(--space-6)}.breadcrumb-list{display:flex;flex-wrap:wrap;gap:.6rem;padding:0;list-style:none;color:var(--muted);font-size:.82rem}.breadcrumb-list li+li:before{content:"/";margin-right:.6rem;color:var(--line)}.breadcrumb-list a{color:inherit;text-decoration:none}.breadcrumb-list a:hover{color:var(--text)}.article-meta{display:flex;flex-wrap:wrap;gap:var(--space-4);padding:0;margin:0 0 var(--space-6);list-style:none;color:var(--muted);font-size:var(--text-body-s)}.article-meta a{color:var(--accent)}@media(max-width:1024px){:root{--gutter: 2rem}.content-grid{grid-template-columns:1fr}.sidebar-stack{position:static}}@media(max-width:900px){.hero-grid,.dual-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.page-section,.content-section,.section-feature{padding-block:var(--space-12)}}@media(max-width:640px){.hero-grid,.dual-grid{grid-template-columns:1fr}}body[data-design-nav=sidebar-left] .high-shell{padding-left:240px}@media(max-width:768px){body[data-design-nav=sidebar-left] .high-shell{padding-left:0}}:root{--high-primary: #223025;--high-accent: #8C6A3F;--high-bg: #F7F3EC;--high-text: #161814;--high-muted: #6E746A;--high-sage: #D6E0D3;--high-paper: #FFFCF6;--high-ink-soft: rgba(22, 24, 20, .68);--high-line: rgba(34, 48, 37, .18);--high-radius: 8px;--high-max: 1180px;--high-heading: "Fraunces", Georgia, serif;--high-body: "Inter", Arial, sans-serif}*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;background:linear-gradient(90deg,rgba(34,48,37,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(34,48,37,.035) 1px,transparent 1px),var(--high-bg);background-size:72px 72px;color:var(--high-text);font-family:var(--high-body)}a{color:inherit;text-decoration:none}img{display:block;width:100%;max-width:100%;height:auto}.high-shell{min-height:100vh}.high-wrap,.shell-row{width:min(var(--high-max),calc(100% - 36px));max-width:var(--high-max);margin:0 auto;padding:0}.high-nav{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--high-line);background:#f7f3ecf0;backdrop-filter:blur(16px)}.high-nav__inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.high-brand{display:inline-flex;align-items:center;gap:11px;min-width:0;font-family:var(--high-heading);font-weight:700;font-size:25px;line-height:1;white-space:nowrap}.high-brand__mark{width:34px;height:34px;display:grid;place-items:center;border:2px solid var(--high-primary);border-radius:50%;color:var(--high-primary);font-family:var(--high-body);font-size:12px;font-weight:800}.high-nav__links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:4px;font-size:13px;font-weight:700;color:#161814c2}.high-nav__links a{padding:10px 11px;border-radius:999px}.high-nav__links a:hover,.high-nav__links a:focus-visible,.high-nav__links a[aria-current=page]{background:#22302514;outline:none}.high-nav__links .high-pill{color:var(--high-paper);background:var(--high-primary)}.high-hero{min-height:82vh;padding:58px 0 42px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:46px;align-items:center}.high-kicker{display:inline-flex;align-items:center;gap:9px;margin:0 0 18px;color:var(--high-accent);font-size:12px;font-weight:800;text-transform:uppercase}.high-kicker:before{content:"";width:30px;height:2px;background:currentColor}.high-shell h1,.high-shell h2,.high-shell h3{margin:0;font-family:var(--high-heading);color:var(--high-text);line-height:.98;letter-spacing:0}.high-shell h1{max-width:720px;font-size:76px;font-weight:700}.high-shell h2{max-width:780px;font-size:48px;font-weight:650}.high-shell h3{font-size:25px;font-weight:650;line-height:1.12}.high-shell p{margin:0;color:var(--high-ink-soft);font-size:16px;line-height:1.72}.high-lede{margin-top:24px;max-width:610px;font-size:18px}.high-actions{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}.high-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 18px;border:1px solid var(--high-primary);border-radius:999px;background:var(--high-primary);color:var(--high-paper);font-size:14px;font-weight:800;white-space:nowrap}.high-button--ghost{background:transparent;color:var(--high-primary)}.high-hero__media{position:relative;min-width:0}.high-hero__image{aspect-ratio:1.18 / 1;overflow:hidden;border:1px solid var(--high-line);border-radius:var(--high-radius);background:var(--high-sage)}.high-hero__image img{height:100%;object-fit:cover}.high-hero__score{position:absolute;right:clamp(14px,4vw,42px);bottom:-28px;width:min(292px,calc(100% - 28px));padding:19px;border:1px solid rgba(255,255,255,.32);border-radius:var(--high-radius);background:#223025f0;color:var(--high-paper);box-shadow:0 22px 42px #16181433}.high-hero__score p,.high-hero__score strong{color:var(--high-paper)}.high-hero__score strong{display:block;margin-bottom:9px;font-size:13px;text-transform:uppercase}.high-hero__score p{font-size:14px;line-height:1.55;opacity:.88}.high-metrics{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:620px}.high-metric{padding:15px 14px;border-top:2px solid var(--high-primary);background:#fffcf685}.high-metric b{display:block;margin-bottom:5px;font-size:20px;color:var(--high-primary)}.high-metric span{display:block;color:var(--high-muted);font-size:12px;font-weight:700;line-height:1.35;text-transform:uppercase}.high-band{padding:72px 0;border-top:1px solid var(--high-line)}.high-band--paper{background:#fffcf69e}.high-band--green{background:var(--high-primary);color:var(--high-paper)}.high-band--green h2,.high-band--green h3,.high-band--green p{color:var(--high-paper)}.high-band--green p{opacity:.78}.high-section-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(260px,.42fr);gap:32px;align-items:end;margin-bottom:34px}.high-section-head p{max-width:420px}.high-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.high-category-card{min-height:245px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:var(--high-paper);transition:transform .16s ease,box-shadow .16s ease}.high-category-card:hover,.high-feature-link:hover,.high-brief:hover,.high-method-card:hover,.high-directory-card:hover{transform:translateY(-2px);box-shadow:0 18px 34px #1618141a}.high-category-card:nth-child(2){background:var(--high-sage)}.high-category-card:nth-child(3){background:var(--high-primary);color:var(--high-paper)}.high-category-card:nth-child(3) p,.high-category-card:nth-child(3) .high-mini-link{color:var(--high-paper)}.high-tag{display:inline-flex;width:fit-content;padding:7px 10px;border:1px solid currentColor;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;color:var(--high-accent)}.high-mini-link{display:inline-flex;width:fit-content;margin-top:22px;color:var(--high-primary);font-size:13px;font-weight:800}.high-scoreboard{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.44fr);gap:18px;align-items:stretch}.high-table{width:100%;border-collapse:collapse;border:1px solid rgba(247,243,236,.22);border-radius:var(--high-radius);overflow:hidden;background:#fffcf60f}.high-table th,.high-table td{padding:18px;border-bottom:1px solid rgba(247,243,236,.18);text-align:left;vertical-align:top;font-size:14px;line-height:1.5}.high-table th{color:#fffcf6b8;font-size:11px;text-transform:uppercase}.high-table tr:last-child td{border-bottom:0}.high-score-note{min-height:100%;padding:24px;border:1px solid rgba(247,243,236,.22);border-radius:var(--high-radius);background:#fffcf614}.high-score-note img{aspect-ratio:1.6 / 1;margin-top:22px;border-radius:var(--high-radius);object-fit:cover}.high-editorial-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,.58fr);gap:18px;align-items:stretch}.high-feature,.high-feature-link{min-height:520px;display:grid;grid-template-rows:minmax(250px,1fr) auto;border:1px solid var(--high-line);border-radius:var(--high-radius);overflow:hidden;background:var(--high-paper)}.high-feature img,.high-feature-link img{height:100%;object-fit:cover}.high-feature__body{padding:26px}.high-feature__body p{margin-top:12px}.high-stack{display:grid;gap:14px}.high-method-grid{display:grid;grid-template-columns:minmax(0,.72fr) repeat(3,minmax(0,.36fr));gap:14px;align-items:stretch}.high-method-lead,.high-method-card{border:1px solid var(--high-line);border-radius:var(--high-radius);background:var(--high-paper)}.high-method-lead{min-height:430px;display:grid;grid-template-rows:minmax(210px,1fr) auto;overflow:hidden}.high-method-lead img{height:100%;object-fit:cover}.high-method-lead__body{padding:24px}.high-method-lead__body p{margin-top:12px}.high-method-card{min-height:430px;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.high-method-card b{display:block;color:var(--high-accent);font-size:12px;font-weight:900;text-transform:uppercase}.high-method-card p{margin-top:13px;font-size:14px;line-height:1.58}.high-path-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(280px,.4fr);gap:18px;align-items:stretch}.high-path-panel{padding:28px;border:1px solid rgba(247,243,236,.24);border-radius:var(--high-radius);background:#fffcf614}.high-path-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}.high-path-list a,.high-contract-pill{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(247,243,236,.24);border-radius:999px;color:var(--high-paper);font-size:13px;font-weight:800}.high-path-list a:after,.high-contract-pill:after{content:">";color:#fffcf6b3;font-weight:900}.high-contract-stack{display:grid;gap:10px;margin-top:24px}.high-brief{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;align-items:center;min-height:154px;padding:15px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:#fffcf6c7}.high-brief img{aspect-ratio:1 / 1;border-radius:var(--high-radius);object-fit:cover}.high-brief p{margin-top:7px;font-size:14px;line-height:1.5}.high-layout-3-1{display:grid;grid-template-columns:minmax(0,3fr) minmax(220px,1fr);gap:26px;align-items:start}.high-layout-4-1{display:grid;grid-template-columns:minmax(0,4fr) minmax(220px,1fr);gap:26px;align-items:start}.high-layout-3-1>*,.high-layout-4-1>*,.high-article,.high-document__body,.content-prose{min-width:0;max-width:100%}.content-prose{overflow-wrap:anywhere}.content-prose :where(table){display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse}.content-prose :where(th,td){min-width:132px}.content-prose :where(img){max-width:100%;height:auto}.high-directory-main{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.high-directory-card{min-height:238px;padding:18px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:var(--high-paper)}.high-directory-card img{aspect-ratio:1.25 / 1;margin-bottom:16px;border-radius:var(--high-radius);object-fit:cover}.high-side-rail,.high-article-rail{display:grid;gap:14px}.high-filter-box{padding:19px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:var(--high-primary);color:var(--high-paper)}.high-filter-box p{color:#fffcf6c2;font-size:14px;line-height:1.55}.high-filter-list{display:grid;gap:9px;margin-top:18px}.high-filter-list span{display:flex;justify-content:space-between;gap:12px;padding-bottom:9px;border-bottom:1px solid rgba(255,252,246,.18);font-size:13px;font-weight:700}.high-article{padding:32px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:var(--high-paper)}.high-article h2{font-size:44px}.high-article p{margin-top:18px;max-width:820px}.high-article__image{margin:28px 0;border-radius:var(--high-radius);aspect-ratio:1.78 / 1;object-fit:cover}.high-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}.high-article-stat{padding:16px;border-top:2px solid var(--high-accent);background:#d6e0d37a}.high-article-stat b{display:block;margin-bottom:7px;color:var(--high-primary);font-size:18px}.high-article-stat span{color:var(--high-muted);font-size:12px;font-weight:800;text-transform:uppercase}.high-rail-card{padding:18px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:#fffcf6bd}.high-rail-card p{margin-top:8px;font-size:14px;line-height:1.5}.high-footer{padding:42px 0;background:#111714;color:var(--high-paper)}.high-footer__grid{display:grid;grid-template-columns:minmax(0,.8fr) repeat(3,minmax(140px,.25fr));gap:28px}.high-footer p,.high-footer a{color:#fffcf6c2}.high-footer h2,.high-footer h3{color:var(--high-paper);font-size:20px}.high-footer__summary{margin-top:16px;max-width:520px}.high-footer__links{display:grid;gap:9px;margin-top:12px;font-size:14px;font-weight:700}.high-document{padding:62px 0 80px}.high-document__header{padding:32px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:#fffcf6ad}.high-document__layout{margin-top:22px}.high-document__body{padding:32px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:var(--high-paper)}.high-document__body :where(h2,h3){margin-top:28px;line-height:1.08}.high-document__body :where(p,li){color:var(--high-ink-soft);font-size:16px;line-height:1.75}.high-document__body ul,.high-document__body ol{display:grid;gap:10px;padding-left:20px}.high-contact-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;align-items:center;padding:18px;border:1px solid var(--high-line);border-radius:var(--high-radius);background:#fffcf6bd}.high-contact-card img{width:112px;height:112px;border-radius:50%;object-fit:cover}.high-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px;color:var(--high-muted);font-size:13px;font-weight:700}@media(max-width:980px){.high-hero,.high-section-head,.high-scoreboard,.high-editorial-grid,.high-method-grid,.high-path-grid,.high-layout-3-1,.high-layout-4-1,.high-footer__grid{grid-template-columns:1fr}.high-category-grid,.high-directory-main,.high-path-list,.high-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.high-hero{min-height:auto;padding-top:44px}.high-shell h1{font-size:58px}.high-shell h2{font-size:40px}}@media(max-width:680px){.high-wrap,.shell-row{width:min(100% - 28px,var(--high-max))}.high-nav__inner{min-height:66px;align-items:flex-start;flex-direction:column;justify-content:center;padding:12px 0}.high-brand{font-size:22px}.high-nav__links{width:100%;justify-content:flex-start;gap:2px}.high-nav__links a{padding:8px 9px;font-size:12px}.high-shell h1{font-size:42px;line-height:1.02}.high-shell h2,.high-article h2{font-size:33px}.high-lede{font-size:16px}.high-metrics,.high-category-grid,.high-directory-main,.high-path-list,.high-article-grid{grid-template-columns:1fr}.high-method-card,.high-method-lead{min-height:auto}.high-hero__score{position:static;width:100%;margin-top:12px}.high-band{padding:54px 0}.high-category-card{min-height:210px}.high-table,.high-table thead,.high-table tbody,.high-table tr,.high-table td{display:block;width:100%;min-width:0}.high-table thead{display:none}.high-table tr{padding:12px 14px;border-bottom:1px solid rgba(247,243,236,.18)}.high-table th,.high-table td{padding:8px 0;border-bottom:0}.high-table td:before{content:attr(data-label);display:block;margin-bottom:3px;color:#fffcf694;font-size:10px;font-weight:800;text-transform:uppercase}.high-brief,.high-contact-card{grid-template-columns:92px minmax(0,1fr)}.high-article,.high-document__body,.high-document__header{padding:22px}}
