:root{--bg:#0b0b0b;--panel:#151515;--text:#f4f4f1;--muted:#b5b5b0;--line:#353535}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 Arial,Helvetica,sans-serif}a{color:inherit}button{font:inherit}.skip-link{position:absolute;left:20px;top:-100px;background:#fff;color:#000;padding:10px 14px;z-index:10}.skip-link:focus{top:10px}.container{max-width:1240px;margin:0 auto}.site-header{height:76px;padding:0 clamp(24px,5vw,80px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:relative;background:var(--bg);z-index:5}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:1.2rem;font-weight:700;letter-spacing:-.04em}.brand img{width:28px;height:28px;object-fit:cover}.nav{display:flex;align-items:center;gap:34px}.nav a{font-size:.88rem;color:#c9c9c5;text-decoration:none}.nav a:hover,.nav a[aria-current=page]{color:#fff;text-decoration:underline;text-underline-offset:7px}.menu-toggle{display:none}.home-hero{padding:clamp(84px,10vw,145px) clamp(24px,5vw,80px);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:6vw;align-items:center}.page-label{font-size:.76rem;letter-spacing:.15em;text-transform:uppercase;color:#a7a7a2;font-weight:700;margin:0 0 28px}.home-hero h1{font-size:clamp(3.4rem,6.4vw,6.2rem);line-height:1.06;letter-spacing:-.065em;max-width:760px;margin:0 0 27px;font-weight:700}.home-hero p:not(.page-label){font-size:1.25rem;line-height:1.5;color:#ccc;max-width:620px;margin:0}.hero-logo{width:100%;height:auto;max-width:340px;justify-self:center}.actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap;margin-top:35px}.button{display:inline-flex;align-items:center;gap:22px;background:#f4f4f1;color:#0b0b0b;font-size:.92rem;font-weight:700;text-decoration:none;padding:12px 17px}.button:hover{background:#d1d1ce}.button-outline{background:transparent;color:#fff;border:1px solid #999}.button-outline:hover{background:#fff;color:#000}.text-button{text-decoration:none;border-bottom:1px solid #888;padding-bottom:4px;font-size:.92rem}.text-button:hover{border-color:#fff}.text-button span{margin-left:6px}.feature-section,.compact-section,.body-section,.link-section,.policy-section{padding:clamp(70px,8vw,110px) clamp(24px,5vw,80px);border-bottom:1px solid var(--line)}h2{font-size:clamp(2rem,3.3vw,3rem);letter-spacing:-.045em;line-height:1.17;margin:0 0 35px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.feature-grid a{padding:28px 28px 0 0;text-decoration:none;min-height:225px;display:flex;flex-direction:column;border-right:1px solid var(--line);margin-right:28px}.feature-grid a:last-child{border-right:0;margin-right:0}.feature-grid h3{font-size:1.42rem;letter-spacing:-.025em;line-height:1.25;margin:0 0 12px}.feature-grid p{color:var(--muted);margin:0 0 22px}.feature-grid span{margin-top:auto;font-size:.88rem;text-decoration:underline;text-underline-offset:4px}.feature-grid a:hover span{color:#aaa}.compact-section{background:var(--panel)}.compact-grid{display:flex;justify-content:space-between;align-items:center;gap:35px}.compact-grid h2{margin-bottom:10px}.compact-grid p{color:var(--muted);max-width:650px;margin:0}.page-hero{padding:clamp(80px,9vw,130px) clamp(24px,5vw,80px);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(3.2rem,6vw,5.7rem);line-height:1.06;letter-spacing:-.06em;margin:0 0 20px}.page-hero .page-label{margin-bottom:23px}.page-lede{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.5;color:#c7c7c2;max-width:720px;margin:0}.article-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw}.article-grid h2{margin:0}.article-grid p,.prose p{font-size:1.06rem;color:#c2c2be;line-height:1.7;max-width:700px;margin:0 0 22px}.article-grid p a,.prose a{text-decoration:underline;text-underline-offset:4px}.article-grid p a:hover,.prose a:hover{color:#fff}.article-grid .button{margin-top:13px}.link-section{background:var(--panel)}.link-list{border-top:1px solid var(--line)}.link-list a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:18px 0;font-size:1.2rem;text-decoration:none}.link-list a:hover{color:#aaa}.contact-steps{border-top:1px solid var(--line);margin:27px 0 35px}.contact-steps div{display:flex;gap:20px;padding:17px 0;border-bottom:1px solid var(--line)}.contact-steps span{color:#888}.contact-steps a{text-underline-offset:4px}.prose{max-width:800px}.prose h2{font-size:1.46rem;letter-spacing:-.025em;margin:43px 0 12px}.prose p{max-width:none}.policy-section{background:var(--panel)}footer{padding:30px clamp(24px,5vw,80px)}.footer-inner{max-width:1240px;margin:auto;display:flex;justify-content:space-between;gap:25px;color:#9c9c97;font-size:.82rem}.footer-brand{display:flex;gap:25px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{text-decoration:none}.footer-links a:hover{text-decoration:underline;text-underline-offset:4px;color:#fff}@media(max-width:850px){.nav{gap:20px}.hero-grid{grid-template-columns:1fr .65fr}.feature-grid a{margin-right:15px;padding-right:15px}}@media(max-width:700px){.site-header{height:66px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;padding:8px;border:0;background:none}.menu-toggle span{height:2px;width:100%;background:#fff}.nav{display:none;position:absolute;top:66px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);padding:12px 24px 22px;flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:13px 0;border-bottom:1px solid var(--line)}.home-hero{padding-top:65px;padding-bottom:70px}.hero-grid{grid-template-columns:1fr;gap:35px}.home-hero h1{font-size:clamp(3.1rem,12vw,5rem)}.hero-logo{max-width:250px;justify-self:start}.feature-grid{grid-template-columns:1fr}.feature-grid a{border-right:0;border-bottom:1px solid var(--line);margin:0;padding:25px 0;min-height:0}.feature-grid a:last-child{border-bottom:0}.feature-grid p{margin-bottom:12px}.compact-grid{align-items:flex-start;flex-direction:column}.article-grid{grid-template-columns:1fr;gap:28px}.footer-inner,.footer-brand{flex-direction:column;gap:8px}.footer-links{margin-top:15px;gap:16px}.page-hero h1{font-size:3.3rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
:where(.contact-list) small{display:block;font-size:.78rem;color:#aaa;font-weight:400;margin-top:3px}
.page-hero{background:#e9e8e2;color:#111;min-height:430px;display:flex;align-items:end}.page-hero h1{font-size:clamp(4.3rem,8vw,9rem);line-height:.91;letter-spacing:-.08em}.page-hero .page-lede{color:#353530}.page-hero .page-label{color:#444}.page-hero .container{width:100%}
@media(max-width:700px){.page-hero{min-height:360px;align-items:end}.page-hero h1{font-size:clamp(3.8rem,13vw,6rem)}}
