:root{--ink: #1d1d1f;--graphite: #707070;--slate: #474747;--fog: #f5f5f7;--snow: #ffffff;--line: #e8e8ed;--action: #0071e3;--link: #0066cc;--max: 1200px;--radius: 28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--fog);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.55;letter-spacing:-.006em}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;background:#f5f5f7e0;backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,232,237,.8)}.nav{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{color:var(--ink);font-weight:700;letter-spacing:-.02em}.nav-links{display:flex;gap:22px;align-items:center;font-size:14px}.nav-links a{color:var(--ink)}.nav-cta{background:var(--action);color:#fff!important;padding:8px 15px;border-radius:999px}.nav-cta:hover{text-decoration:none}.hero{padding:clamp(72px,10vw,132px) 0 clamp(56px,8vw,104px);text-align:center}.eyebrow{font-size:16px;font-weight:650;margin-bottom:16px}.hero h1{margin:0 auto;max-width:920px;font-size:clamp(44px,7vw,82px);line-height:1.02;letter-spacing:-.045em}.hero p{max-width:720px;margin:26px auto 0;font-size:clamp(19px,2.2vw,24px);line-height:1.4;color:var(--slate)}.hero-actions{margin-top:30px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;font-weight:600}.button-primary{background:var(--action);color:#fff}.button-primary:hover{text-decoration:none}.button-secondary{color:var(--ink);background:var(--snow)}.section{padding:42px 0 94px}.section-heading{margin-bottom:30px;max-width:760px}.section-heading h2{margin:0;font-size:clamp(34px,4.7vw,56px);line-height:1.06;letter-spacing:-.035em}.section-heading p{margin:14px 0 0;color:var(--slate);font-size:20px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.card{min-height:225px;background:var(--snow);border-radius:var(--radius);padding:clamp(24px,3.3vw,38px);display:flex;flex-direction:column;justify-content:space-between}.card-kicker{font-size:14px;color:var(--graphite);font-weight:650;text-transform:uppercase;letter-spacing:.04em}.card h3{margin:10px 0;font-size:clamp(27px,3vw,36px);line-height:1.08;letter-spacing:-.03em}.card p{margin:0;color:var(--slate);max-width:48ch}.card-link{margin-top:25px;font-weight:600}.resource-band{background:#fff;padding:88px 0}.resource-card{background:var(--fog);border-radius:var(--radius);padding:clamp(30px,5vw,58px);display:grid;grid-template-columns:1.25fr .75fr;gap:36px;align-items:center}.resource-card h2{margin:0;font-size:clamp(34px,5vw,56px);line-height:1.04;letter-spacing:-.035em}.resource-card p{color:var(--slate);font-size:20px}.resource-list{display:grid;gap:12px}.resource-item{background:#fff;border-radius:18px;padding:18px 20px;font-weight:650}.site-footer{padding:38px 0 56px;color:var(--graphite);font-size:14px}.footer-row{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--max))}.nav-links a:not(.nav-cta){display:none}.hero{text-align:left;padding-top:64px}.hero h1,.hero p{margin-left:0}.hero-actions{justify-content:flex-start}.grid{grid-template-columns:1fr}.card{min-height:0}.resource-card{grid-template-columns:1fr}.section{padding-bottom:70px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.brand-image-link{display:inline-flex;align-items:center;flex:0 0 auto}.brand-logo{display:block;width:176px;height:auto;max-height:38px}.footer-brand{display:inline-flex;align-items:center}.footer-logo{display:block;width:190px;height:auto;opacity:.92}@media(max-width:760px){.brand-logo{width:148px;max-height:34px}.footer-logo{width:164px}}.breadcrumbs{display:flex;align-items:center;gap:8px;padding-top:28px;color:var(--graphite);font-size:14px;flex-wrap:wrap}.breadcrumbs a{color:var(--graphite)}.article-shell{background:var(--fog);padding-bottom:100px}.article-container{max-width:1120px}.article-header{max-width:880px;padding:62px 0 54px}.article-category{font-size:15px;font-weight:700;color:var(--graphite);margin-bottom:14px}.article-header h1{margin:0;font-size:clamp(42px,6vw,72px);line-height:1.03;letter-spacing:-.045em}.article-deck{margin:24px 0 0;font-size:clamp(19px,2.2vw,24px);line-height:1.45;color:var(--slate);max-width:760px}.article-meta{margin-top:24px;display:flex;gap:14px 20px;flex-wrap:wrap;color:var(--graphite);font-size:14px}.topic-tags{margin-top:22px;display:flex;gap:8px;flex-wrap:wrap}.topic-tags span{background:var(--snow);border-radius:999px;padding:7px 11px;color:var(--slate);font-size:13px}.article-grid{display:grid;grid-template-columns:minmax(0,740px) minmax(220px,1fr);gap:42px;align-items:start}.article-body{background:var(--snow);border-radius:var(--radius);padding:clamp(28px,5vw,58px)}.prose{font-size:18px;line-height:1.68}.prose>:first-child{margin-top:0}.prose h2{margin:2.4em 0 .65em;font-size:clamp(28px,3.5vw,40px);line-height:1.12;letter-spacing:-.03em}.prose h3{margin:2em 0 .55em;font-size:25px;line-height:1.2;letter-spacing:-.02em}.prose p,.prose ul,.prose ol{max-width:68ch}.prose strong{color:var(--ink)}.prose blockquote{margin:34px 0;padding:24px 26px;background:var(--fog);border-radius:18px;font-size:20px}.article-side{display:grid;gap:18px;position:sticky;top:78px}.side-card{background:var(--snow);border-radius:22px;padding:24px}.side-card h2{margin:8px 0 18px;font-size:25px;line-height:1.15}.side-card p{color:var(--slate);font-size:15px;line-height:1.55}.side-link{font-weight:650}.article-next{margin-top:30px;background:#000;color:#fff;border-radius:var(--radius);padding:clamp(28px,5vw,50px);display:flex;align-items:end;justify-content:space-between;gap:30px}.article-next h2{margin:8px 0 10px;font-size:clamp(30px,4vw,46px);line-height:1.06;letter-spacing:-.035em}.article-next p{margin:0;max-width:650px;color:#d2d2d7}.article-next .card-kicker{color:#d2d2d7}.knowledge-hero{padding-bottom:62px}.knowledge-categories .card{background:var(--fog)}.category-card .card-kicker{text-transform:none;letter-spacing:0}@media(max-width:920px){.article-grid{grid-template-columns:1fr}.article-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.article-header{padding:44px 0 38px}.article-body{border-radius:22px;padding:26px 22px}.article-side{grid-template-columns:1fr}.article-next{align-items:start;flex-direction:column}.prose{font-size:17px}}.brand-logo{width:212px;max-height:44px}.footer-logo{width:210px}@media(max-width:760px){.brand-logo{width:184px;max-height:40px}.footer-logo{width:182px}}.resource-placeholder-card h2{margin:8px 0 12px;font-size:30px;line-height:1.1;letter-spacing:-.025em}.placeholder-topics{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.placeholder-topics span{display:inline-flex;border-radius:999px;background:var(--fog);color:var(--slate);padding:7px 11px;font-size:13px}.hub-hero .breadcrumbs{padding-top:0;margin-bottom:38px}.hub-hero .hub-tags{margin-top:26px}.hub-content .grid{align-items:stretch}.empty-hub-note{display:flex;flex-direction:column;gap:7px;background:var(--snow);border-radius:var(--radius);padding:30px;color:var(--slate)}.empty-hub-note strong{color:var(--ink);font-size:21px}.article-category a{color:inherit;text-decoration:none}.article-category a:hover{color:var(--blue)}.search-container{max-width:900px}.search-label{display:block;margin-bottom:10px;font-weight:700}.search-box-wrap{background:var(--snow);border-radius:20px;padding:5px}.search-box{width:100%;min-height:58px;border:0;outline:0;border-radius:16px;padding:0 18px;background:transparent;color:var(--ink);font:inherit;font-size:18px}.search-status{margin:16px 2px 24px;color:var(--slate);font-size:14px}.search-results{display:grid;gap:14px}.search-result-card{background:var(--snow);border-radius:22px;padding:24px}.search-result-card h2{margin:7px 0 10px;font-size:25px;line-height:1.15}.search-result-card h2 a{color:var(--ink)}.search-result-card p{margin:0;color:var(--slate)}.related-section{margin-top:54px}.related-section .section-heading{margin-bottom:24px}.glossary-list{display:grid;gap:12px}.glossary-item{display:grid;grid-template-columns:minmax(140px,220px) 1fr;gap:24px;background:var(--snow);border-radius:20px;padding:24px}.glossary-item h2{margin:0;font-size:23px}.glossary-item p{margin:0;color:var(--slate)}.footer-main{display:flex;justify-content:space-between;gap:36px;align-items:flex-start}.footer-brand-block p{margin:12px 0 0;color:var(--slate);font-size:14px}.footer-links{display:flex;gap:14px 20px;flex-wrap:wrap;justify-content:flex-end;max-width:520px}.footer-links a{color:var(--slate);font-size:14px}@media(max-width:760px){.glossary-item{grid-template-columns:1fr;gap:8px}.footer-main{flex-direction:column}.footer-links{justify-content:flex-start}}.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.trust-card{background:var(--snow);border-radius:var(--radius);padding:clamp(26px,4vw,42px)}.trust-card h2{margin:8px 0 12px;font-size:clamp(27px,3vw,36px);line-height:1.08;letter-spacing:-.03em}.trust-card p{margin:0;color:var(--slate);line-height:1.65}.about-principles{padding-top:0}.principle-list{display:grid;gap:1px;overflow:hidden;border-radius:var(--radius);background:#d2d2d7}.principle-list>div{display:grid;grid-template-columns:180px 1fr;gap:22px;background:var(--snow);padding:22px 26px}.principle-list span{color:var(--slate);line-height:1.55}.about-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.legal-copy{max-width:820px;margin-left:auto;margin-right:auto}.legal-hero .container{max-width:1000px}@media(max-width:760px){.trust-grid{grid-template-columns:1fr}.principle-list>div{grid-template-columns:1fr;gap:7px}}.home-hero{padding:clamp(74px,10vw,132px) 0 clamp(62px,9vw,112px)}.home-hero-inner{max-width:1040px}.home-hero h1{max-width:930px;margin:12px 0 22px;font-size:clamp(46px,7vw,82px);line-height:.98;letter-spacing:-.055em}.home-hero p{max-width:760px;margin:0;color:var(--slate);font-size:clamp(20px,2.4vw,27px);line-height:1.38;letter-spacing:-.018em}.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.home-feature-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:18px}.home-feature-card{display:flex;min-height:260px;flex-direction:column;justify-content:space-between;background:var(--snow);border-radius:var(--radius);padding:clamp(26px,4vw,42px)}.home-feature-card-large{grid-row:span 2;min-height:538px}.home-feature-card h3{margin:9px 0 14px;font-size:clamp(29px,3.7vw,45px);line-height:1.04;letter-spacing:-.04em}.home-feature-card-large h3{max-width:580px;font-size:clamp(38px,5vw,60px)}.home-feature-card p{max-width:620px;margin:0;color:var(--slate);line-height:1.62}.home-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-hub-card{display:flex;min-height:280px;flex-direction:column;justify-content:space-between;border-radius:24px;background:var(--snow);padding:26px;color:var(--ink);text-decoration:none;transition:transform .16s ease}.home-hub-card:hover{transform:translateY(-2px)}.home-hub-count{display:inline-block;color:var(--blue);font-size:14px;font-weight:700}.home-hub-card h3{margin:18px 0 10px;font-size:27px;line-height:1.06;letter-spacing:-.03em}.home-hub-card p{margin:0;color:var(--slate);font-size:15px;line-height:1.55}.home-hub-arrow{margin-top:24px;color:var(--blue);font-size:22px}.section-heading .section-link{align-self:flex-end;white-space:nowrap}.home-resource-panel,.home-find-panel{display:flex;align-items:center;justify-content:space-between;gap:42px;border-radius:var(--radius);padding:clamp(30px,5vw,58px)}.home-resource-panel{background:var(--snow)}.home-find-panel{background:var(--ink);color:#fff}.home-resource-panel h2,.home-find-panel h2{max-width:720px;margin:10px 0 14px;font-size:clamp(32px,4vw,48px);line-height:1.04;letter-spacing:-.04em}.home-resource-panel p,.home-find-panel p{max-width:700px;margin:0;line-height:1.62}.home-resource-panel p{color:var(--slate)}.home-find-panel p{color:#c7c7cc}.home-find-panel .eyebrow{color:#8fbfff}.home-find-panel .button-primary{background:#fff;color:var(--ink)}@media(max-width:900px){.home-feature-grid{grid-template-columns:1fr}.home-feature-card-large{grid-row:auto;min-height:340px}.home-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-resource-panel,.home-find-panel{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.home-hero{padding-top:60px}.home-hero h1{font-size:clamp(42px,13vw,58px)}.home-hub-grid{grid-template-columns:1fr}.home-hub-card{min-height:230px}.section-heading .section-link{align-self:flex-start}}@media(prefers-reduced-motion:reduce){.home-hub-card{transition:none}}
