:root{--ink:#171714;--muted:#6b6a62;--paper:#f3f0e8;--white:#fffdf7;--line:#cbc7bb;--orange:#ff5a36;--cyan:#00a8d6;--magenta:#ff3b73;--yellow:#ffd52a;--green:#21a66d;--radius:14px;--shadow:0 18px 60px #17171414}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}body:before{content:"";opacity:.022;pointer-events:none;z-index:100;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img,svg{max-width:100%;display:block}::selection{background:var(--yellow);color:var(--ink)}.skip-link{background:var(--ink);color:#fff;z-index:1000;padding:10px 16px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{border-bottom:1px solid var(--line);backdrop-filter:blur(14px);z-index:30;background:#f3f0e8eb;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;min-height:82px;padding:14px clamp(20px,4vw,64px);display:grid;position:relative}.brand{letter-spacing:.08em;justify-self:start;align-items:center;gap:11px;font-size:10px;font-weight:900;line-height:.9;display:inline-flex}.brand-mark{width:37px;height:37px;display:block;position:relative}.brand-mark i{mix-blend-mode:multiply;border-radius:50%;width:22px;height:22px;position:absolute}.brand-mark i:first-child{background:var(--magenta);top:0;left:0}.brand-mark i:nth-child(2){background:var(--cyan);top:0;right:0}.brand-mark i:nth-child(3){background:var(--yellow);bottom:0;left:8px}.desktop-nav{gap:38px;font-size:14px;font-weight:700;display:flex}.desktop-nav a,.footer-grid a{transition:color .2s}.desktop-nav a:hover,.footer-grid a:hover{color:var(--orange)}.header-cta{color:#fff;background:var(--ink);border-radius:999px;justify-self:end;align-items:center;gap:24px;padding:12px 16px 12px 20px;font-size:13px;font-weight:750;display:inline-flex}.header-cta span{font-size:18px}.mobile-menu{justify-self:end;display:none;position:relative}.mobile-menu summary{background:var(--ink);border-radius:50%;place-content:center;gap:5px;width:44px;height:44px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:#fff;width:18px;height:2px}.mobile-menu nav{background:var(--ink);color:#fff;border-radius:var(--radius);width:min(280px,82vw);box-shadow:var(--shadow);padding:12px;position:absolute;top:52px;right:0}.mobile-menu nav a{border-bottom:1px solid #3b3b36;padding:13px 12px;font-weight:700;display:block}main{min-height:65vh}.shell,.narrow{width:min(1180px,100% - 40px);margin-inline:auto}.section{padding-block:clamp(64px,9vw,120px)}.section-sm{padding-block:clamp(40px,6vw,76px)}.eyebrow{letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:11px;font-weight:850}.eyebrow:before{content:"";background:var(--orange);width:26px;height:2px;margin:0 10px 3px 0;display:inline-block}h1,h2,h3,p{text-wrap:pretty}h1,h2,h3{letter-spacing:-.045em;margin-top:0;line-height:1.02}h1{margin-bottom:28px;font-size:clamp(48px,8.5vw,118px)}h2{margin-bottom:24px;font-size:clamp(34px,5vw,66px)}h3{font-size:24px}.display-serif{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400}.lede{color:#43433e;max-width:720px;font-size:clamp(18px,2.2vw,25px);line-height:1.45}.muted{color:var(--muted)}.button{border:1px solid var(--ink);background:var(--ink);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:18px;min-height:50px;padding:12px 22px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #17171424}.button.light{background:var(--white);color:var(--ink)}.button.orange{background:var(--orange);border-color:var(--orange)}.text-link{border-bottom:1px solid;align-items:center;gap:10px;padding-bottom:3px;font-weight:800;display:inline-flex}.rule{border:0;border-top:1px solid var(--line);margin:0}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.page-hero{border-bottom:1px solid var(--line);padding:clamp(64px,10vw,130px) 0 clamp(45px,7vw,90px);overflow:hidden}.page-hero .hero-row{grid-template-columns:1fr minmax(260px,.38fr);align-items:end;gap:8vw;display:grid}.page-hero h1{max-width:950px;font-size:clamp(52px,8vw,104px)}.page-hero .lede{margin:0}.page-hero .index-no{color:var(--orange);text-align:right;font-family:Georgia,serif;font-size:80px;font-style:italic}.breadcrumb{color:var(--muted);margin-bottom:32px;font-size:12px;font-weight:750}.breadcrumb a:hover{color:var(--orange)}.site-footer{color:#fff;background:var(--ink);padding:clamp(70px,9vw,120px) clamp(20px,4vw,64px) 22px}.footer-lead{border-bottom:1px solid #464641;grid-template-columns:1fr 2fr;align-items:start;gap:30px;padding-bottom:70px;display:grid}.footer-lead .eyebrow:before{background:var(--yellow)}.footer-heading{letter-spacing:-.055em;margin:0;font-size:clamp(46px,7vw,96px);font-weight:800;line-height:.94}.footer-heading em{color:var(--yellow);font-family:Georgia,serif;font-weight:400}.footer-grid{grid-template-columns:repeat(3,1fr);gap:50px;margin-left:33.33%;padding:56px 0;display:grid}.footer-grid h2{letter-spacing:.16em;text-transform:uppercase;color:#92928b;margin-bottom:20px;font-size:11px}.footer-grid a{width:fit-content;margin:8px 0;font-size:14px;display:block}.footer-base{color:#9a9a93;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #464641;justify-content:space-between;gap:24px;padding-top:20px;font-size:10px;display:flex}.toast{z-index:200;opacity:0;pointer-events:none;background:var(--ink);color:#fff;box-shadow:var(--shadow);border-radius:999px;padding:11px 18px;font-size:13px;font-weight:700;transition:all .25s;position:fixed;bottom:24px;left:50%;transform:translate(-50%,30px)}.toast.is-visible{opacity:1;transform:translate(-50%)}.prose{font-size:18px;line-height:1.75}.prose>p,.prose>ul,.prose>ol,.prose>.callout,.prose section>p{max-width:920px}.prose h2{margin-top:70px;font-size:clamp(32px,4vw,48px)}.prose h3{margin-top:42px}.prose a{text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:4px}.prose li{margin-bottom:8px}.callout{border-left:5px solid var(--orange);background:var(--white);margin-block:32px;padding:22px 26px}@media (width<=800px){.site-header{grid-template-columns:1fr auto;min-height:72px}.desktop-nav,.header-cta{display:none}.mobile-menu{display:block}.grid-3,.grid-4,.page-hero .hero-row{grid-template-columns:1fr}.page-hero .index-no{display:none}.footer-lead{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;margin-left:0}.footer-base{flex-direction:column}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}.shell,.narrow{width:min(100% - 28px,1180px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media print{.site-header,.site-footer,.no-print,.toast{display:none!important}body{background:#fff}body:before{display:none}main{min-height:auto}.section{padding:20px 0}}
