:root{--header-height: 56px;--nav-control-height: 31.6px;--bg: #0e0e10;--bg1: #111114;--bg2: #141418;--bg3: #18181d;--surface: #1c1c22;--surface2: #202028;--raised: #252530;--border: rgba(255,255,255,.06);--border2: rgba(255,255,255,.1);--border3: rgba(255,255,255,.16);--text: #f0ede8;--text2: #9a9790;--text3: #6b6456;--text4: #4a3f2e;--amber: #c8922a;--amber2: #e0a83a;--amber-dim: rgba(200,146,42,.12);--amber-glow: rgba(200,146,42,.06);--green: #4a9e6a;--green-dim: rgba(74,158,106,.12);--red: #c0464a;--serif: "Instrument Serif", serif;--sans: "Hanken Grotesk", sans-serif;--mono: "Geist Mono", monospace;--shadow: 0 26px 80px rgba(0,0,0,.38)}*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 18% 0%,rgba(200,146,42,.045),transparent 28%),linear-gradient(180deg,var(--bg1) 0%,var(--bg) 58%,#09090b 100%);color:var(--text);font-family:var(--sans);font-weight:200;font-size:15px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;z-index:9000;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23f)'/%3E%3C/svg%3E")}body:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:96px 96px;mask-image:linear-gradient(180deg,rgba(0,0,0,.36),transparent 62%)}a{color:inherit;text-decoration:none}img{max-width:100%}p{margin:0;color:var(--text2);font-family:var(--sans);font-weight:200;font-size:15px;line-height:1.72}p strong{color:#f0ede8d1;font-weight:400}.page-shell{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.site-header{position:sticky;top:0;z-index:80;height:var(--header-height);background:#0e0e10b8;border-bottom:1px solid var(--border);backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4)}.nav-inner{width:100%;height:100%;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(min-width:900px){.nav-inner{padding:0 48px}}.brand{display:inline-flex;align-items:center;gap:8px;color:var(--text2);font-family:var(--mono);font-size:13px;font-weight:500;letter-spacing:.04em}.brand-mark{width:5px;height:5px;border-radius:50%;background:var(--amber);box-shadow:0 0 22px #c8922acc}.nav-group,.nav-links,.mobile-menu__actions,.hero-actions{display:flex;align-items:center}.nav-group{margin-left:auto;gap:8px}.nav-links{gap:2px}.nav-links a,.mobile-nav-links a{font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.04em;color:var(--text3);border-radius:4px;transition:color .2s ease,background .2s ease}.nav-links a{padding:6px 12px}.nav-links a:hover,.mobile-nav-links a:hover{color:var(--text2);background:#ffffff0a}.nav-links a.is-active,.mobile-nav-links a.is-active{color:var(--amber);background:var(--amber-dim)}.button-primary,.button-secondary,.editorial-button{min-height:var(--nav-control-height);display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:0 14px;font-family:var(--mono);font-size:11px;font-weight:400;line-height:1;letter-spacing:.04em;text-transform:uppercase;transition:color .2s ease,background .2s ease,border-color .2s ease}.button-primary,.editorial-button--primary{color:var(--amber);border:1px solid rgba(200,146,42,.3);background:transparent}.button-secondary,.editorial-button--secondary{color:var(--text3);border:1px solid var(--border2);background:transparent}.button-primary:hover,.editorial-button--primary:hover{color:var(--amber2);border-color:#c8922a80;background:var(--amber-dim)}.button-secondary:hover,.editorial-button--secondary:hover{color:var(--text2);border-color:var(--border3);background:#ffffff0a}.menu-toggle{display:none;align-items:center;gap:10px;margin-left:auto;background:transparent;border:1px solid var(--border2);border-radius:4px;padding:7px 12px;color:var(--text2);font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.menu-toggle__icon{display:inline-flex;flex-direction:column;gap:4px}.menu-toggle__icon span{display:block;width:18px;height:1px;background:currentColor;border-radius:999px;transition:transform .2s ease,opacity .2s ease}@media(max-width:900px){.menu-toggle{display:inline-flex}.nav-group{display:none}}.mobile-menu{position:fixed;inset:0;pointer-events:none;z-index:70;display:none}.mobile-menu__overlay{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#00000094;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .22s ease}.mobile-menu__panel{position:fixed;top:var(--header-height);right:0;width:min(84vw,360px);height:calc(100vh - var(--header-height));padding:24px;display:flex;flex-direction:column;gap:24px;background:#101013fa;border-left:1px solid var(--border2);box-shadow:-24px 0 60px #0000005c;transform:translate(100%);transition:transform .24s ease}.mobile-menu__header{color:var(--text3);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.mobile-nav-links{display:grid;gap:8px}.mobile-nav-links a{padding:10px 12px}.mobile-menu__actions{align-items:stretch;gap:10px;flex-direction:column}html.menu-open{overflow:hidden}html.menu-open .mobile-menu{display:block;pointer-events:auto}html.menu-open .mobile-menu__overlay{opacity:1}html.menu-open .mobile-menu__panel{transform:translate(0)}html.menu-open .menu-toggle__icon span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.menu-open .menu-toggle__icon span:nth-child(2){opacity:0}html.menu-open .menu-toggle__icon span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.editorial-hero{position:relative;min-height:calc(100vh - var(--header-height));overflow:hidden;display:grid;align-items:center;border-bottom:1px solid var(--border);isolation:isolate}.editorial-hero__background{position:absolute;inset:0;z-index:0;background-image:url(/v2-media/Header%20-%20Left%20Side%20Text.jpg);background-size:cover;background-position:right top;filter:saturate(.88) contrast(1.03)}.editorial-hero__shade{position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 78% 28%,transparent 0 18%,rgba(14,14,16,.04) 45%,rgba(14,14,16,.5) 78%),linear-gradient(90deg,#0e0e10d6,#0e0e108a 38%,#0e0e101f 72%,#0e0e102e),linear-gradient(180deg,#0e0e1005,#0e0e1038)}.editorial-hero__inner{position:relative;z-index:2;width:min(1280px,100%);margin:0 auto;padding:clamp(72px,9vw,110px) 48px}.editorial-hero__copy{width:min(790px,57vw)}.eyebrow,.section-kicker,.card-label{margin:0;color:#c8922ad1;font-family:var(--mono);font-size:10px;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.cover-title{margin:18px 0 20px;display:grid;gap:0;font-weight:400;line-height:.9;letter-spacing:-.045em}.cover-title__line{display:block;width:max-content;max-width:100%;color:var(--text);font-family:var(--serif);font-size:clamp(3.6rem,6.2vw,6.25rem);font-weight:400;white-space:nowrap}.cover-title__line--middle{color:var(--amber);font-style:italic;padding-left:clamp(.1rem,1vw,.72rem)}.cover-title__line--bottom{color:#f0ede8a8;padding-left:clamp(.2rem,1.7vw,1.25rem)}.hero-thesis{max-width:470px;margin:0;color:var(--text2);font-family:var(--sans);font-size:15px;font-weight:200;line-height:1.65}.hero-actions{gap:10px;margin-top:24px;flex-wrap:wrap}.main-stack{display:flex;flex-direction:column;gap:82px;padding:82px 0 0}.editorial-stack{gap:92px}.section,.section-inner,.hero-inner{width:min(1180px,100%);margin:0 auto;padding-left:48px;padding-right:48px}.section-shell{position:relative;width:100%}.section-alt{background:radial-gradient(circle at top right,rgba(200,146,42,.045),transparent 30%),linear-gradient(180deg,#ffffff08,#ffffff04);border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.section-alt .section-inner,.section-alt-bottom .section-inner{padding-top:64px;padding-bottom:64px}.section-alt-bottom--flush{margin-bottom:0}.lede-grid,.split-statement,.proof-grid{display:grid;gap:30px}@media(min-width:940px){.lede-grid,.split-statement,.proof-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start}.split-statement .section-kicker{grid-column:1 / -1}}h1,h2,h3,h4,h5,h6{margin:0;color:var(--text);font-family:var(--serif);font-weight:400;letter-spacing:-.035em}h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.95}h2{max-width:760px;font-size:clamp(2.05rem,4.35vw,4.1rem);line-height:.98}h3{font-size:clamp(1.25rem,1.95vw,1.75rem);line-height:1.08}.lede-copy,.statement-copy{display:grid;gap:14px}.lede-copy p,.statement-copy p,.editorial-intro p,.proof-copy p,.page-hero p,.hero p{margin:0;color:var(--text2);font-family:var(--sans);font-size:15px;font-weight:200;line-height:1.72}.editorial-intro{max-width:760px;margin-bottom:30px;display:grid;gap:14px}.grid{display:grid;gap:14px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(245px,1fr))}@media(min-width:960px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{min-height:100%;border:1px solid var(--border);border-radius:16px;padding:19px;background:linear-gradient(180deg,#ffffff0a,#ffffff05);box-shadow:0 20px 56px #00000029}.feature-card{display:grid;gap:15px}.card h3{font-family:var(--serif)}.card p:not(.card-label){margin:0;color:#9a9790eb;font-size:14px;font-weight:200;line-height:1.68}.text-link,.accent-link{width:fit-content;color:var(--amber);font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;transition:color .2s ease}.text-link:hover,.accent-link:hover{color:var(--amber2)}.proof-copy{display:grid;gap:16px;align-content:start}.proof-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric-card{padding:18px;border:1px solid var(--border);border-radius:16px;background:#ffffff06}.metric-card span{display:block;color:var(--amber);font-family:var(--serif);font-size:clamp(2.35rem,4.4vw,4.1rem);line-height:.9;letter-spacing:-.05em}.metric-card p{margin:12px 0 0;color:var(--text3);font-family:var(--mono);font-size:10px;line-height:1.55;letter-spacing:.06em;text-transform:uppercase}.page-hero{position:relative;overflow:hidden;min-height:54vh;display:grid;align-items:center;border-bottom:1px solid var(--border);background:radial-gradient(circle at 80% 20%,rgba(200,146,42,.065),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.03),transparent)}.page-hero--portrait{min-height:68vh}.page-hero__image{position:absolute;inset:0;background-image:linear-gradient(90deg,#0e0e10db,#0e0e10a8 42%,#0e0e1038 74%,#0e0e1059),url(/v2-media/Footer%20-%20Right%20Side%20Text.jpg);background-size:cover;background-position:right top;opacity:.82}.page-hero__inner{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto;padding:clamp(72px,9vw,110px) 48px}.page-hero__inner--simple{padding-top:clamp(84px,10vw,128px);padding-bottom:clamp(62px,8vw,96px)}.page-hero__copy{width:min(660px,100%);display:grid;gap:16px}.hero{padding:84px 0 30px}.hero-inner{display:flex;flex-direction:column;gap:16px}.hero h1{font-family:var(--serif)}.hero p{max-width:760px}.hero-split,.intro-grid{display:grid;gap:30px;align-items:center}@media(min-width:900px){.hero-split,.intro-grid{grid-template-columns:1fr 1fr}}.hero-media,.intro-icon{display:flex;justify-content:center}.hero-media img,.intro-icon img{width:min(300px,70vw);height:auto;object-fit:contain;border-radius:22px;opacity:.84}.intro-copy{display:grid;gap:12px}.card-intro{max-width:760px;margin-bottom:34px}.law-formula{margin:14px 0 18px;color:var(--amber);font-family:var(--serif);font-size:clamp(1.35rem,2.6vw,1.85rem);line-height:1.35}.law-violation{display:block;color:var(--amber);font-family:var(--mono);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:9px}.post-body{max-width:760px;margin:0 auto;padding:76px 48px;color:var(--text2);font-size:15px;font-weight:200;line-height:1.72}.post-body h2,.post-body h3,.post-body h4{margin-top:1.8em}.post-body img{border-radius:16px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.tag-row,.connect-footer,.connect-icons,.footer-links{display:flex;flex-wrap:wrap;gap:12px}.tag-pill{padding:4px 10px;border:1px solid var(--border2);border-radius:999px;color:var(--text3);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.connect-footer{align-items:center;margin-top:18px}.connect-logo{width:84px;height:84px;object-fit:contain;opacity:.82}.connect-socials{display:grid;gap:10px}.connect-name{margin:0;color:var(--text3);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.icon-link{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(200,146,42,.28);background:#c8922a14;color:var(--amber);transition:transform .18s ease,border-color .18s ease,background .18s ease}.icon-link:hover{transform:translateY(-2px);border-color:#c8922a80;background:#c8922a24}.icon-link svg,.icon-link img{width:18px;height:18px}.icon-link img{filter:invert(76%) sepia(64%) saturate(671%) hue-rotate(355deg) brightness(88%) contrast(85%)}.muted{color:var(--text3)}.site-footer{position:relative;z-index:70;margin-top:0;padding:30px 0 40px;background:#0a0a0ceb;border-top:1px solid var(--border)}.footer-inner{width:min(1180px,100%);margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;color:var(--text3);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.footer-links a:hover{color:var(--amber)}.theme-toggle{display:none}.privacy-title,.privacy-subhead{font-family:var(--serif)}.quote-block{border-left:1px solid rgba(200,146,42,.44);padding-left:16px;margin:24px 0;font-style:italic}.filter-block,.values-stack{display:grid;gap:12px}.filter-label{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text3)}.filter-select{width:min(320px,90vw);padding:10px 12px;border-radius:8px;border:1px solid var(--border2);background:var(--surface);color:var(--text);font-family:var(--sans)}@media(max-width:960px){.editorial-hero__inner,.section,.section-inner,.hero-inner,.page-hero__inner,.footer-inner{padding-left:28px;padding-right:28px}.editorial-hero__copy{width:min(720px,78vw)}.cover-title__line{font-size:clamp(3.2rem,8.2vw,5.2rem)}}@media(max-width:760px){.editorial-hero{min-height:calc(100svh - var(--header-height))}.editorial-hero__background{background-position:62% top}.editorial-hero__shade{background:linear-gradient(90deg,#0e0e10f2,#0e0e10c7 58%,#0e0e105c),linear-gradient(180deg,#0e0e1014,#0e0e107a)}.editorial-hero__copy{width:100%}.cover-title{letter-spacing:-.035em}.cover-title__line{width:auto;font-size:clamp(2.85rem,12.6vw,4.45rem);white-space:normal}.cover-title__line--middle,.cover-title__line--bottom{padding-left:0}.proof-metrics{grid-template-columns:1fr}.main-stack,.editorial-stack{gap:68px;padding-top:68px}.section-alt .section-inner,.section-alt-bottom .section-inner{padding-top:54px;padding-bottom:54px}h2{font-size:clamp(2rem,11vw,3rem)}}body:has(.hero-split-wide) .hero{min-height:calc(88vh - var(--header-height));display:grid;align-items:center;padding:0;border-bottom:1px solid rgba(255,255,255,.055);background:radial-gradient(circle at 18% 18%,rgba(200,146,42,.045),transparent 30%),linear-gradient(180deg,#ffffff06,#ffffff03)}body:has(.hero-split-wide) .hero-inner{width:min(1180px,100%);margin:0 auto;padding:clamp(82px,8vw,122px) 48px}body:has(.hero-split-wide) .hero-split-wide{display:grid;grid-template-columns:minmax(240px,.82fr) minmax(0,1.18fr);gap:clamp(56px,7vw,112px);align-items:center}body:has(.hero-split-wide) .hero-media{justify-content:flex-start}body:has(.hero-split-wide) .hero-media img{width:min(360px,30vw);border-radius:0}body:has(.hero-split-wide) .hero-copy{display:block;max-width:680px}body:has(.hero-split-wide) .hero-copy h1{max-width:650px;margin:0 0 clamp(34px,4vw,48px);color:#f0ede8f0;font-size:clamp(3.6rem,6.2vw,6.25rem);line-height:1;letter-spacing:-.01em}body:has(.hero-split-wide) .hero-copy p:not(.eyebrow){max-width:630px;margin:0;color:#9a9790eb;font:200 15px/1.82 var(--sans);letter-spacing:.005em}body:has(.hero-split-wide) strong,body:has(.hero-split-wide) .hero-copy strong,body:has(.hero-split-wide) .section strong,body:has(.hero-split-wide) .section-inner strong,body:has(.hero-split-wide) .card strong{color:#dad4c9d1;font-weight:400}body:has(.hero-split-wide) .law-ink{mix-blend-mode:screen;opacity:.58;filter:invert(1) sepia(.12) saturate(.7) hue-rotate(355deg) brightness(.78) contrast(1.22)}body:has(.hero-split-wide) .main-stack{gap:0;padding:0;background:linear-gradient(180deg,#0e0e10fa,#0a0a0cfa)}body:has(.hero-split-wide) .section,body:has(.hero-split-wide) .section-shell{border-bottom:1px solid rgba(255,255,255,.055)}body:has(.hero-split-wide) .section{width:min(1180px,100%);padding:clamp(82px,8vw,122px) 48px}body:has(.hero-split-wide) .section-inner{width:min(1180px,100%);padding:clamp(82px,8vw,122px) 48px}body:has(.hero-split-wide) .section-alt{background:radial-gradient(circle at 82% 0%,rgba(200,146,42,.04),transparent 28%),linear-gradient(180deg,#ffffff06,#ffffff03);border-top:0;box-shadow:none}body:has(.hero-split-wide) .section-alt-bottom--flush{border-bottom:0}body:has(.hero-split-wide) .section h2,body:has(.hero-split-wide) .section-inner h2,body:has(.hero-split-wide) .intro-copy h2,body:has(.hero-split-wide) .card-intro h2{max-width:980px;margin:0 0 clamp(34px,4vw,48px);color:#f0ede8eb;font-size:clamp(40px,5.5vw,76px);line-height:1.05;letter-spacing:-.01em}body:has(.hero-split-wide) .section p:not(.eyebrow):not(.law-formula),body:has(.hero-split-wide) .section-inner p:not(.eyebrow):not(.law-formula),body:has(.hero-split-wide) .intro-copy p:not(.eyebrow):not(.law-formula),body:has(.hero-split-wide) .card-intro p:not(.eyebrow):not(.law-formula){max-width:760px;color:#9a9790eb;font:200 15px/1.82 var(--sans);letter-spacing:.005em}body:has(.hero-split-wide) .eyebrow,body:has(.hero-split-wide) .hero-copy .eyebrow,body:has(.hero-split-wide) .section .eyebrow,body:has(.hero-split-wide) .section-inner .eyebrow,body:has(.hero-split-wide) .intro-copy .eyebrow,body:has(.hero-split-wide) .card-intro .eyebrow{display:flex;align-items:center;gap:16px;max-width:none;margin:0 0 clamp(20px,2.6vw,28px);color:#c8922ad1;font:400 10px/1 var(--mono);letter-spacing:.14em;text-transform:uppercase}body:has(.hero-split-wide) .eyebrow:after,body:has(.hero-split-wide) .hero-copy .eyebrow:after,body:has(.hero-split-wide) .section .eyebrow:after,body:has(.hero-split-wide) .section-inner .eyebrow:after,body:has(.hero-split-wide) .intro-copy .eyebrow:after,body:has(.hero-split-wide) .card-intro .eyebrow:after{content:"";display:block;width:48px;height:1px;background:#c8922a7a}body:has(.hero-split-wide) .section-inner>p:not(.eyebrow)+p:not(.eyebrow),body:has(.hero-split-wide) .section>p:not(.eyebrow)+p:not(.eyebrow),body:has(.hero-split-wide) .intro-copy p:not(.eyebrow)+p:not(.eyebrow),body:has(.hero-split-wide) .card-intro p:not(.eyebrow)+p:not(.eyebrow){margin-top:21px}body:has(.hero-split-wide) .intro-grid{display:grid;grid-template-columns:minmax(180px,.34fr) minmax(0,.66fr);gap:clamp(36px,6vw,84px);align-items:center}body:has(.hero-split-wide) .intro-icon{justify-content:flex-start}body:has(.hero-split-wide) .intro-icon img{width:min(260px,24vw);border-radius:0}body:has(.hero-split-wide) .grid{display:grid}body:has(.hero-split-wide) .grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:clamp(34px,4vw,48px);overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--border)}body:has(.hero-split-wide) .card{position:relative;overflow:hidden;min-height:100%;padding:32px 30px;border:0;border-radius:0;background:var(--bg1);box-shadow:none;transition:background .3s ease}body:has(.hero-split-wide) .card:before{content:"";position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,rgba(200,146,42,.3),transparent);opacity:0;transition:opacity .3s ease}body:has(.hero-split-wide) .card:hover{background:var(--bg2)}body:has(.hero-split-wide) .card:hover:before{opacity:1}body:has(.hero-split-wide) .card h3{margin:0 0 14px;color:var(--amber);font-family:var(--mono);font-size:10px;font-weight:500;line-height:1.55;letter-spacing:.12em;text-transform:uppercase}body:has(.hero-split-wide) .card p:not(.eyebrow):not(.law-formula){max-width:none;margin:0;color:var(--text2);font:300 13px/1.75 var(--sans)}body:has(.hero-split-wide) .card .law-violation{display:block;margin-bottom:12px;color:#dad4c9c2;font:400 12px/1.55 var(--sans);letter-spacing:.01em;text-transform:none}body:has(.hero-split-wide) .card-intro{max-width:860px;margin-bottom:0}body:has(.hero-split-wide) .law-formula{max-width:100%;margin:28px 0;padding:20px 22px;border:1px solid rgba(200,146,42,.18);border-radius:14px;background:#c8922a0e;color:#e0a83af0;font-size:clamp(1.28rem,2.4vw,2rem);line-height:1.35}body:has(.hero-split-wide) .law-violation{color:#dad4c9c2;font:400 12px/1.55 var(--sans);letter-spacing:.01em;text-transform:none}@media(max-width:900px){body:has(.hero-split-wide) .hero-split-wide,body:has(.hero-split-wide) .intro-grid{grid-template-columns:1fr}body:has(.hero-split-wide) .hero-media img,body:has(.hero-split-wide) .intro-icon img{width:min(260px,58vw)}body:has(.hero-split-wide) .grid-2{grid-template-columns:1fr}}@media(max-width:760px){body:has(.hero-split-wide) .hero-inner,body:has(.hero-split-wide) .section,body:has(.hero-split-wide) .section-inner{padding-left:28px;padding-right:28px}body:has(.hero-split-wide) .hero{min-height:auto}body:has(.hero-split-wide) .hero-copy h1{font-size:clamp(3.2rem,15vw,4.6rem)}body:has(.hero-split-wide) .section h2,body:has(.hero-split-wide) .section-inner h2,body:has(.hero-split-wide) .intro-copy h2,body:has(.hero-split-wide) .card-intro h2{font-size:clamp(40px,11vw,64px);line-height:1.05}body:has(.hero-split-wide) .section p:not(.eyebrow):not(.law-formula),body:has(.hero-split-wide) .section-inner p:not(.eyebrow):not(.law-formula),body:has(.hero-split-wide) .intro-copy p:not(.eyebrow):not(.law-formula),body:has(.hero-split-wide) .card-intro p:not(.eyebrow):not(.law-formula){font-size:14px;line-height:1.78}body:has(.hero-split-wide) .card{padding:28px 24px}}.article-heading{font-size:clamp(34px,3.85vw,64px)!important;line-height:1.05!important}body:has(.hero-split-wide) .section h2,body:has(.hero-split-wide) .section-inner h2,body:has(.hero-split-wide) .intro-copy h2,body:has(.hero-split-wide) .card-intro h2{font-size:clamp(34px,3.85vw,64px)!important;line-height:1.05!important}.icon-link{border-color:#f0ede857!important;background:transparent!important;color:#f0ede8d1!important}.icon-link:hover{border-color:#c8922a80!important;background:#c8922a14!important;color:var(--amber)!important}.icon-link img{filter:invert(94%) sepia(8%) saturate(234%) hue-rotate(350deg) brightness(97%) contrast(91%)!important;opacity:.82;transition:filter .18s ease,opacity .18s ease}.icon-link:hover img{filter:invert(76%) sepia(64%) saturate(671%) hue-rotate(355deg) brightness(88%) contrast(85%)!important;opacity:1}@media(max-width:760px){.editorial-hero{min-height:calc(100svh - var(--header-height))!important;align-items:start!important}.editorial-hero__background{background-position:right top!important}.editorial-hero__shade{background:linear-gradient(90deg,#0e0e10eb,#0e0e10b8 52%,#0e0e1047),linear-gradient(180deg,#0e0e101a,#0e0e104d 46%,#0e0e10a3)!important}.editorial-hero__inner{padding-top:clamp(210px,36svh,300px)!important;padding-bottom:56px!important}.hero-thesis{max-width:92vw!important}.article-panel{min-height:auto!important}.article-panel__inner{padding-top:58px!important;padding-bottom:62px!important;gap:22px!important}.article-panel__heading-block{gap:16px!important}.article-heading,body:has(.hero-split-wide) .section h2,body:has(.hero-split-wide) .section-inner h2,body:has(.hero-split-wide) .intro-copy h2,body:has(.hero-split-wide) .card-intro h2{font-size:clamp(24px,6.4vw,32px)!important;line-height:1.06!important}}body:has(.privacy-policy) .main-stack{gap:0;padding:0;background:radial-gradient(circle at 18% 0%,rgba(200,146,42,.032),transparent 28%),linear-gradient(180deg,#0e0e10fa,#0a0a0cfa)}body:has(.privacy-policy) .section{width:min(980px,100%);min-height:calc(100vh - var(--header-height));padding:clamp(82px,8vw,118px) 48px clamp(96px,10vw,136px)}.privacy-policy{width:min(760px,100%);max-width:760px;margin:0;display:block}.privacy-title{max-width:780px;margin:0 0 clamp(24px,3vw,34px);color:#f0ede8f0;font-family:var(--serif);font-size:clamp(3.2rem,6vw,5.8rem);font-weight:400;line-height:1;letter-spacing:-.01em}.privacy-policy>p{max-width:720px;margin:0;color:#9a9790eb;font:200 15px/1.82 var(--sans);letter-spacing:.005em}.privacy-policy>p+p{margin-top:10px}.privacy-policy .muted{color:#6b6456eb;font-family:var(--mono);font-size:10px;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.privacy-subhead{max-width:720px;margin:clamp(42px,5vw,58px) 0 12px;color:#f0ede8e6;font-family:var(--serif);font-size:clamp(2rem,3.05vw,3.05rem);font-weight:400;line-height:1.02;letter-spacing:-.01em}.privacy-policy strong{color:#dad4c9db;font-weight:400}@media(max-width:760px){body:has(.privacy-policy) .section{padding:70px 28px 92px}.privacy-title{font-size:clamp(2.8rem,13vw,4.25rem);line-height:1}.privacy-subhead{font-size:clamp(1.7rem,8.5vw,2.55rem)}.privacy-policy>p{font-size:14px;line-height:1.78}}.editorial-hero{min-height:calc(100vh - var(--header-height));background:radial-gradient(circle at 18% 0%,rgba(200,146,42,.045),transparent 28%),radial-gradient(circle at 82% 14%,rgba(200,146,42,.035),transparent 30%),linear-gradient(180deg,var(--bg1) 0%,var(--bg) 58%,#09090b 100%)!important}.editorial-hero:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:96px 96px;opacity:.74;mask-image:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.18) 64%,transparent 100%)}.editorial-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 24% 24%,rgba(200,146,42,.055),transparent 24%),linear-gradient(180deg,#ffffff05,#ffffff02)}.editorial-hero__background{display:none!important;background-image:none!important}.editorial-hero__shade{display:none!important;background:none!important}.editorial-hero__inner{z-index:2;width:min(1180px,100%)!important}.editorial-hero__copy{width:min(790px,100%)!important}.hero-thesis{max-width:620px!important}@media(max-width:760px){.editorial-hero{min-height:auto!important;align-items:center!important}.editorial-hero__inner{padding-top:88px!important;padding-bottom:76px!important}.hero-thesis{max-width:100%!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-delay:0ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-delay:0ms!important;transition-duration:.001ms!important}}
