:root{
  --black:#030304;--ink:#09090a;--panel:#111113;--panel-2:#19191c;
  --silver:#efefed;--soft:#b5b5b7;--muted:#77777d;--line:#46464b;--line-hi:#85858a;
  --paper:#d9d7d1;--shadow:#000;--serif:"Bodoni 72",Didot,"Times New Roman",serif;
  --condensed:"Avenir Next Condensed","Arial Narrow",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:radial-gradient(ellipse at 50% -12%,#36363a 0,#111113 22%,#050506 52%,#010101 100%);color:var(--silver);font:14px/1.55 Arial,Helvetica,sans-serif;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:repeating-linear-gradient(111deg,transparent 0 37px,rgba(255,255,255,.017) 38px,transparent 39px 76px),radial-gradient(circle at 15% 20%,rgba(255,255,255,.045),transparent 24%),radial-gradient(circle at 86% 67%,rgba(255,255,255,.03),transparent 26%)}
body:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;box-shadow:inset 0 0 150px 45px #000}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}

.site-head{position:relative;z-index:20;border-bottom:1px solid #5a5a5e;background:linear-gradient(180deg,#111114,#050506 82%);box-shadow:0 11px 30px rgba(0,0,0,.6);padding:10px 42px 0}
.head-kicker{display:flex;justify-content:center;align-items:center;gap:15px;color:#98989d;text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.24em;white-space:nowrap}
.head-kicker i{width:78px;height:1px;background:linear-gradient(90deg,transparent,#777)}
.head-kicker i:last-child{background:linear-gradient(90deg,#777,transparent)}
.head-kicker b{font-size:8px;color:#d8d8d4}
.marquee{height:61px;display:flex;align-items:center;justify-content:center;gap:22px}
.marquee-ray{width:min(10vw,125px);height:1px;background:linear-gradient(90deg,transparent,#dfdfda);box-shadow:0 0 8px #aaa}
.marquee-ray.right{background:linear-gradient(90deg,#dfdfda,transparent)}
.brand{font:800 clamp(29px,3.2vw,45px)/1 var(--serif);letter-spacing:-.045em;background:linear-gradient(#fff 5%,#9b9b9f 48%,#f7f7f3 52%,#7b7b80 92%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 18px rgba(255,255,255,.13);white-space:nowrap}
.brand span{font-weight:400}
.site-head nav{height:35px;display:flex;justify-content:center;align-items:center;gap:24px;text-transform:uppercase;font:9px/1 var(--condensed);letter-spacing:.17em;position:relative}
.site-head nav>a{color:#c4c4c5;transition:.18s}
.site-head nav>a:hover{color:white;text-shadow:0 0 8px #aaa}
.site-head nav>b{font-size:5px;color:#69696d}
.nav-request{position:absolute;right:0;border:1px solid #96969a;background:linear-gradient(#1e1e21,#080809);padding:8px 13px;text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.15em;cursor:pointer;box-shadow:0 0 13px rgba(255,255,255,.1),inset 0 0 0 2px #111}

.home-page,.directory-page,.profile-page{max-width:1560px;margin:auto;padding:0 42px 72px}
.home-intro,.directory-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:35px;align-items:end;padding:19px 0 16px;border-bottom:1px solid #757579}
.section-label,.kicker{text-transform:uppercase;font:800 9px/1.2 var(--condensed);letter-spacing:.2em;color:#8e8e93}
.home-intro h1,.directory-head h1{margin:5px 0 3px;text-transform:uppercase;font:600 clamp(25px,2.5vw,35px)/1 var(--condensed);letter-spacing:.045em}
.home-intro p,.directory-head p{max-width:770px;margin:7px 0 0;color:#97979c;font:12px/1.45 Georgia,serif}
.edition-stamp{width:142px;height:58px;border:1px solid #727277;display:grid;grid-template-columns:55px 1fr;align-items:center;padding:5px 10px;position:relative;background:#0b0b0c;box-shadow:inset 0 0 0 3px #171719,0 7px 18px #000}
.edition-stamp b{font:500 34px/1 var(--serif);border-right:1px solid #4b4b4f}
.edition-stamp span{padding-left:9px;text-transform:uppercase;font:8px/1.25 var(--condensed);letter-spacing:.13em;color:#aaa}
.edition-stamp i{position:absolute;right:6px;top:2px;font:6px/1 Arial;color:#555}

.category-rail{min-height:40px;display:flex;align-items:center;gap:0;border-bottom:1px solid #343438;overflow-x:auto;scrollbar-width:none}
.category-rail::-webkit-scrollbar{display:none}
.category-rail a{flex:none;padding:12px 18px 10px;border-right:1px solid #343438;text-transform:uppercase;font:800 8px/1 var(--condensed);letter-spacing:.15em;color:#747479;position:relative}
.category-rail a:first-child{padding-left:0;padding-right:22px}
.category-rail a.active,.category-rail a:hover{color:#f0f0ed}
.category-rail a.active:after{content:"";position:absolute;left:18px;right:18px;bottom:-1px;height:2px;background:#e5e5e1;box-shadow:0 0 8px #bbb}
.category-rail a:first-child.active:after{left:0}

.controls{display:flex;border:1px solid #5f5f64;box-shadow:0 0 14px rgba(255,255,255,.06);background:#080809}
.search-control{height:39px;min-width:270px;display:flex;align-items:center;border-right:1px solid #454549;color:#888;padding-left:12px}
.search-control span{font-size:18px;transform:rotate(-12deg);margin-right:7px}
.search-control input,.controls select{height:37px;border:0;outline:0;background:transparent;color:#dedede;padding:0 12px}
.search-control input{width:100%;font:italic 11px Georgia,serif;padding-left:0}
.controls select{text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.12em;color:#bdbdc1}
.controls option{background:#111;color:#eee}

.listing{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:14px}
.system-card{height:350px;min-width:0;padding:11px;background:linear-gradient(145deg,#19191c,#070708 72%);border:1px solid #4a4a4f;box-shadow:0 13px 25px #000,inset 0 0 0 3px #0e0e0f;display:flex;flex-direction:column;position:relative;transition:transform .2s,border-color .2s}
.system-card:before,.system-card:after{content:"✦";position:absolute;z-index:3;color:#9b9ba0;font-size:8px}
.system-card:before{left:7px;top:5px}.system-card:after{right:7px;bottom:5px}
.system-card:hover{transform:translateY(-3px);border-color:#929297}
.logo-stage{height:111px;flex:none;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:radial-gradient(circle,#343438 0,#101012 64%,#050506 100%);border:1px solid #707075;box-shadow:inset 0 0 20px #000,0 0 9px rgba(255,255,255,.05)}
.logo-stage:after{content:"";position:absolute;inset:4px;border:1px solid #303034;pointer-events:none}
.logo-swap{position:relative;z-index:2;display:block;width:83%;height:78%}
.logo-swap img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 8px #000);transition:opacity .22s ease,transform .22s ease}
.logo-swap .logo-color{opacity:0}
.logo-swap.is-color-only .logo-color{opacity:1}
.system-card:hover .logo-gray,.system-card:focus-within .logo-gray{opacity:0}
.system-card:hover .logo-color,.system-card:focus-within .logo-color{opacity:1;transform:scale(1.025)}
.serial{position:absolute;right:8px;top:6px;z-index:4;text-transform:uppercase;font:7px/1 var(--condensed);letter-spacing:.15em;color:#85858a}
.card-star{position:absolute;left:8px;bottom:6px;z-index:4;font-size:7px;color:#777}
.card-copy{display:flex;flex-direction:column;flex:1;min-height:0;padding:9px 3px 1px}
.status{text-transform:uppercase;font:800 7px/1 var(--condensed);letter-spacing:.16em;color:#7d7d82}
.status.legacy{color:#c4c4c4}
.system-card h2{margin:7px 0 5px;text-transform:uppercase;font:500 20px/1 var(--serif);letter-spacing:.07em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.system-card .desc{height:41px;margin:0;color:#97979c;font:10px/1.4 Georgia,serif;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.system-card dl{margin:auto 0 0;border-top:1px solid #3c3c40;border-bottom:1px solid #3c3c40;padding:5px 0}
.system-card dl div{display:grid;grid-template-columns:64px minmax(0,1fr);gap:7px;min-height:19px;padding:2px 0;align-items:start}
.system-card dl .mix-row{min-height:34px}
.system-card dt{text-transform:uppercase;font:800 7px/1.2 var(--condensed);letter-spacing:.12em;color:#69696e}
.system-card dd{margin:0;color:#d2d2d3;font:10px/1.2 Arial,sans-serif;overflow-wrap:anywhere}
.profile-link{display:flex;justify-content:space-between;align-items:center;padding:8px 2px 4px;text-transform:uppercase;font:800 8px/1 var(--condensed);letter-spacing:.15em;color:#dfdfdc}
.profile-link b{font-size:14px;transition:transform .18s}.profile-link:hover b{transform:translateX(3px)}
.view-all-row{display:flex;justify-content:center;padding:28px 0 10px}
.primary{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:40px;padding:0 17px;border:1px solid #f0f0ed;background:#ededeb;color:#080809;text-transform:uppercase;font:900 8px/1 var(--condensed);letter-spacing:.15em;cursor:pointer;box-shadow:inset 0 0 0 3px #c7c7c4,0 5px 17px #000}
.primary:hover{background:white}
.research-strip{margin-top:35px;padding:25px 26px;border:1px solid #4a4a4e;background:linear-gradient(120deg,#18181a,#080809);box-shadow:inset 0 0 0 4px #0d0d0f}
.research-strip h2{margin:7px 0;text-transform:uppercase;font:500 28px/1.05 var(--serif);letter-spacing:.05em}
.research-strip>p{max-width:850px;color:#999;font:12px/1.6 Georgia,serif}
.seo-editorial{max-width:1040px;margin:42px auto 10px;padding:28px clamp(18px,4vw,48px);border:1px solid #49494d;background:linear-gradient(135deg,#151517,#080809);box-shadow:inset 0 0 0 4px #0c0c0d}
.seo-editorial-rule{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#8f8f94;text-transform:uppercase;font:800 9px/1.3 var(--condensed);letter-spacing:.16em}.seo-editorial-rule:before,.seo-editorial-rule:after{content:"";height:1px;background:#4b4b50;flex:1}.seo-editorial-rule b{color:#deded8}
.seo-editorial-copy{color:#aaaab0;font:14px/1.78 Georgia,serif}.seo-editorial-copy h2{margin:34px 0 13px;color:#ededE8;text-transform:uppercase;font:500 clamp(25px,3vw,36px)/1.08 var(--serif);letter-spacing:.04em}.seo-editorial-copy h3{margin:25px 0 10px;color:#d6d6d1;text-transform:uppercase;font:700 16px/1.2 var(--condensed);letter-spacing:.055em}.seo-editorial-copy p{margin:0 0 16px}.seo-editorial-copy li{margin:7px 0}.seo-editorial-copy strong{color:#e6e6e1}.seo-editorial-copy a{color:#efefe9;text-decoration-thickness:1px;text-underline-offset:3px}.seo-editorial-copy blockquote{margin:24px 0;padding:16px 20px;border-left:3px solid #8c8c8f;background:#0b0b0c;color:#c2c2bd}.seo-editorial-copy table{width:100%;margin:24px 0;border-collapse:collapse;font:12px/1.5 var(--sans)}.seo-editorial-copy th,.seo-editorial-copy td{padding:11px;border:1px solid #414146;text-align:left}.seo-editorial-copy th{color:#e5e5df;text-transform:uppercase;letter-spacing:.05em;background:#111113}
.research-points{display:flex;flex-wrap:wrap;margin-top:16px;border-top:1px solid #434347}
.research-points span{padding:10px 20px 8px 0;margin-right:20px;text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.13em;color:#c3c3c4}

.directory-head{padding-top:23px}
.directory-page .listing{padding-top:16px}

.crumbs{padding:14px 0 11px;color:#6e6e73;text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.16em}
.crumbs b{font-size:5px;padding:0 10px}.crumbs a:hover{color:#eee}
.profile-header{border:1px solid #58585d;background:linear-gradient(135deg,#1a1a1c,#060607);display:grid;grid-template-columns:245px minmax(0,1fr) 310px;min-height:210px;box-shadow:0 15px 36px #000,inset 0 0 0 3px #0d0d0e}
.profile-logo{border-right:1px solid #444448;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#343438,#080809 72%);padding:24px}
.profile-logo .logo-swap{width:92%;height:88%}.profile-logo .logo-swap img{filter:drop-shadow(0 10px 12px #000)}
.profile-intro{padding:27px 30px}
.profile-intro h1{margin:7px 0 8px;text-transform:uppercase;font:500 clamp(32px,3.6vw,50px)/1 var(--serif);letter-spacing:.07em}
.profile-intro p{max-width:650px;margin:0 0 18px;color:#9b9ba0;font:13px/1.5 Georgia,serif}
.profile-stats{border-left:1px solid #444448;display:grid}
.profile-stats div{padding:14px 19px;border-bottom:1px solid #39393d;display:flex;flex-direction:column;justify-content:center}
.profile-stats div:last-child{border:0}
.profile-stats b{font:600 14px/1.22 Arial,sans-serif;color:#e4e4e2}
.profile-stats span{margin-top:6px;text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.15em;color:#66666b}
.profile-nav{height:47px;border-bottom:1px solid #515156;display:flex;align-items:center;gap:27px;overflow-x:auto;scrollbar-width:none}
.profile-nav::-webkit-scrollbar{display:none}
.profile-nav a{flex:none;text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.15em;color:#929297}
.profile-nav a:hover{color:#fff}
.profile-layout{padding-top:30px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:43px;align-items:start}
.profile-copy{min-width:0}
.notice{margin:0 0 35px;padding:14px 17px;border:1px solid #515155;border-left:4px double #d2d2cf;background:#151517;color:#a7a7aa;font:11px/1.55 Georgia,serif}
.profile-copy section{scroll-margin-top:22px;padding:8px 0 38px;margin-bottom:30px;border-bottom:1px solid #3f3f43}
.profile-copy .seo-editorial{margin:20px 0 38px;padding:26px;border:1px solid #49494d;box-shadow:inset 0 0 0 4px #0c0c0d}
.profile-copy h2{margin:8px 0 17px;text-transform:uppercase;font:500 clamp(27px,3vw,37px)/1 var(--serif);letter-spacing:.045em}
.prose{color:#aaaab0;font:14px/1.75 Georgia,serif}
.prose p:first-child{margin-top:0}.prose li{margin:8px 0}.prose strong{color:#e3e3df}
.profile-copy details{border-top:1px solid #45454a}
.profile-copy details:last-of-type{border-bottom:1px solid #45454a}
.profile-copy summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;padding:16px 2px;text-transform:uppercase;font:800 10px/1.3 var(--condensed);letter-spacing:.08em}
.profile-copy summary::-webkit-details-marker{display:none}
.profile-copy summary span{font-size:16px;color:#8a8a8f}.profile-copy details[open] summary span{transform:rotate(45deg)}
.profile-copy details p{margin:0;padding:0 30px 17px 2px;color:#9d9da2;font:13px/1.65 Georgia,serif}
.source{padding:3px 0 35px;text-transform:uppercase;font:8px/1.4 var(--condensed);letter-spacing:.12em;color:#717176}
.source a{color:#d5d5d2}

.media-column{position:sticky;top:18px;display:grid;gap:12px}
.system-media-frame{margin:0;padding:8px;background:linear-gradient(145deg,#b7b7b4,#4c4c50 24%,#ededeb 48%,#626267 69%,#bdbdb9);border:1px solid #e6e6e2;box-shadow:0 22px 50px #000,0 0 20px rgba(255,255,255,.08)}
.frame-top{height:29px;display:flex;justify-content:space-between;align-items:center;padding:0 10px;background:#080809;border:1px solid #333;color:#b8b8ba;text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.15em}
.frame-top b{font-size:7px;color:#e0e0dc}
.shot-stage{aspect-ratio:16/9;position:relative;overflow:hidden;background:radial-gradient(circle,#2d2d31,#070708 73%);border:4px solid #080809}
.shot-stage:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 25px rgba(0,0,0,.55);pointer-events:none}
.shot-stage>img{width:100%;height:100%;object-fit:cover}
.media-watermark{position:absolute;right:10px;bottom:8px;z-index:2;padding:5px 7px;background:rgba(0,0,0,.62);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.42);text-transform:uppercase;font:700 7px/1 var(--condensed);letter-spacing:.14em}
.shot-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 9px)}
.shot-placeholder img{width:45%;height:32%;object-fit:contain;opacity:.62;filter:grayscale(1)}
.shot-placeholder b{margin-top:13px;text-transform:uppercase;font:500 22px/1.05 var(--serif);letter-spacing:.09em;color:#a5a5a8}
.shot-placeholder small{margin-top:7px;color:#666;font:8px/1 var(--condensed);letter-spacing:.1em;text-transform:uppercase}
.system-media-frame figcaption{min-height:34px;background:#080809;border:1px solid #333;display:flex;justify-content:space-between;align-items:center;padding:0 10px;text-transform:uppercase;font:7px/1.2 var(--condensed);letter-spacing:.12em;color:#777}
.system-media-frame figcaption a{color:#d2d2cf}
.media-note{padding:16px 17px;border:1px solid #424247;background:#0d0d0f}
.media-note b{font:500 16px/1 var(--serif);text-transform:uppercase;letter-spacing:.08em}
.media-note p{margin:7px 0 0;color:#85858a;font:11px/1.5 Georgia,serif}
.request-card{min-height:72px;border:1px solid #87878b;background:linear-gradient(120deg,#202023,#070708);box-shadow:inset 0 0 0 3px #101012;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:14px 18px;text-align:left;cursor:pointer}
.request-card span{text-transform:uppercase;font:7px/1 var(--condensed);letter-spacing:.15em;color:#777}
.request-card b{margin-top:7px;text-transform:uppercase;font:600 13px/1 var(--condensed);letter-spacing:.1em;color:#ededeb}

.contact-dock{--road-yellow:#f3c53f;--road-ink:#0a0a08;position:fixed;right:19px;top:50%;transform:translateY(-47%);z-index:35;width:158px;isolation:isolate}
.contact-dock:after{content:"";position:absolute;z-index:-1;left:50%;top:102px;bottom:-35px;width:12px;transform:translateX(-50%);border:1px solid #53545a;background:linear-gradient(90deg,#606168,#d5d5d1 35%,#77787e 62%,#292a2f);box-shadow:0 10px 16px #000}
.contact-cap{position:relative;width:118px;height:118px;margin:0 auto -5px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--road-ink);background:var(--road-ink);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);filter:drop-shadow(0 9px 7px rgba(0,0,0,.72));text-align:center;text-transform:uppercase;font-family:var(--condensed)}
.contact-cap:before{content:"";position:absolute;z-index:0;inset:3px;background:linear-gradient(135deg,#ffe16e 0 12%,var(--road-yellow) 45%,#d9a928 100%);clip-path:inherit}
.contact-cap:after{content:"";position:absolute;z-index:0;inset:8px;border:2px solid var(--road-ink);clip-path:inherit}
.contact-cap span,.contact-cap b,.contact-cap svg{position:relative;z-index:1}
.contact-cap span,.contact-cap b{display:block;font-weight:900;line-height:.92;letter-spacing:.065em}
.contact-cap span{font-size:15px}.contact-cap b{font-size:14px}
.contact-cap svg{display:block;width:48px;height:27px;margin:3px 0 2px;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:square;stroke-linejoin:miter}
.contact-ticket{position:relative;width:148px;min-height:51px;margin:6px auto 0;border:2px solid var(--road-ink);border-radius:4px;background:linear-gradient(145deg,#ffe16b,var(--road-yellow) 57%,#d6a62a);color:var(--road-ink);display:grid;grid-template-columns:32px 1fr;gap:9px;align-items:center;padding:8px 10px;text-align:left;cursor:pointer;box-shadow:inset 0 0 0 2px rgba(255,236,147,.72),0 0 0 1px var(--road-yellow),0 7px 14px rgba(0,0,0,.65);transition:transform .16s ease,filter .16s ease}
.contact-ticket:before,.contact-ticket:after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:#8f6c17;box-shadow:inset 0 0 0 1px #fff3b0;top:4px}.contact-ticket:before{left:4px}.contact-ticket:after{right:4px}
.contact-ticket:hover{transform:translateX(-5px) rotate(-.5deg);filter:brightness(1.08)}
.contact-ticket:focus-visible{outline:3px solid #fff;outline-offset:3px}
.contact-mark{width:29px;height:29px;border:2px solid var(--road-ink);border-radius:50%;display:grid;place-items:center;background:var(--road-ink);color:var(--road-yellow);font:900 8px/1 Arial,sans-serif;box-shadow:inset 0 0 0 2px var(--road-yellow)}
.contact-mark.mail{font-size:13px}
.contact-ticket b,.contact-ticket small{display:block}
.contact-ticket b{text-transform:uppercase;font:900 9px/1 var(--condensed);letter-spacing:.1em}
.contact-ticket small{margin-top:4px;color:#55400e;text-transform:uppercase;font:700 6px/1 var(--condensed);letter-spacing:.08em}

.site-footer{border-top:1px solid #45454a;padding:34px max(42px,calc((100vw - 1476px)/2));background:#030304;color:#76767b}
.footer-brand{font:600 23px/1 var(--serif);color:#c9c9c6}.footer-brand span{font-weight:400}
.site-footer p{max-width:900px;font:11px/1.55 Georgia,serif}.site-footer small{text-transform:uppercase;font:7px/1 var(--condensed);letter-spacing:.14em}

.modal{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.84);display:grid;place-items:center;padding:20px;backdrop-filter:blur(8px)}
.modal[hidden]{display:none}
.modalbox{width:min(690px,100%);max-height:94vh;overflow:auto;position:relative;padding:31px;background:linear-gradient(140deg,#1b1b1e,#080809);border:1px solid #b3b3b5;box-shadow:0 28px 75px #000,inset 0 0 0 5px #101012}
.modal-ornament{text-align:center;text-transform:uppercase;font:8px/1 var(--condensed);letter-spacing:.2em;color:#777}
.modalbox h2{margin:12px 0 8px;text-align:center;text-transform:uppercase;font:500 32px/1 var(--serif);letter-spacing:.06em}
.modalbox>p{text-align:center;color:#8e8e92;font:12px/1.5 Georgia,serif}
.close{position:absolute;right:14px;top:9px;border:0;background:none;font:30px/1 var(--serif);cursor:pointer}
.modal form{display:grid;gap:12px;margin-top:21px}
.modal label{display:grid;gap:5px;text-transform:uppercase;font:800 7px/1 var(--condensed);letter-spacing:.14em;color:#8f8f94}
.modal input,.modal select,.modal textarea{width:100%;border:1px solid #525257;background:#09090a;color:#eee;padding:11px 12px;outline:0;resize:vertical}
.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#bbb}
.modal select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#aaa 50%),linear-gradient(135deg,#aaa 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:34px}
.software-field[hidden]{display:none}.software-field input[readonly]{color:#fff;background:linear-gradient(90deg,#202023,#0b0b0c);border-color:#85858a;cursor:not-allowed}.software-field input[readonly]:focus{border-color:#85858a}
.business-choice{margin:0;padding:0;border:0}.business-choice legend{margin-bottom:7px;text-transform:uppercase;font:800 8px/1 var(--condensed);letter-spacing:.13em;color:#9b9ba0}.choice-group{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice-card{display:flex!important;align-items:center;gap:11px;min-height:55px;padding:10px 12px;border:1px solid #525257;background:#09090a;cursor:pointer}.modal .choice-card input{width:17px;height:17px;flex:none;margin:0;accent-color:#eee}.choice-card span,.choice-card b,.choice-card small{display:block}.choice-card b{color:#eee;font:800 10px/1.2 var(--condensed);letter-spacing:.08em}.choice-card small{margin-top:4px;color:#85858a;font:8px/1.3 Arial,sans-serif;letter-spacing:0;text-transform:none}.choice-card:has(input:checked){border-color:#ddd;background:#1e1e21;box-shadow:inset 0 0 0 1px #777}
.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hp{position:absolute!important;left:-9999px}.locked{overflow:hidden}
#leadResult{margin:0;color:#d0d0cd;font:11px/1.4 Georgia,serif}
.error-page{min-height:55vh;display:grid;place-items:center;align-content:center;gap:14px;text-align:center}.error-page h1{font:500 120px/.8 var(--serif);margin:0}

@media(min-width:1321px){
  .home-page,.directory-page,.profile-page{padding-right:190px}
}

@media(max-width:1320px){
  .listing{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-page,.directory-page,.profile-page{padding-left:28px;padding-right:28px}
  .contact-dock{width:54px;right:2px}.contact-dock:after{top:44px;bottom:-22px;width:8px}.contact-cap{width:49px;height:49px;margin:0 auto 4px}.contact-cap span,.contact-cap b{display:none}.contact-cap svg{width:26px;height:22px;margin:0;stroke-width:6}.contact-cap:after{inset:5px;border-width:1px}.contact-ticket>span:last-child{display:none}.contact-ticket{width:48px;min-height:48px;margin:5px auto 0;display:grid;grid-template-columns:1fr;padding:7px}.contact-mark{margin:auto}
  .profile-header{grid-template-columns:210px minmax(0,1fr) 280px}
}
@media(max-width:980px){
  .site-head{padding-left:24px;padding-right:24px}.site-head nav .nav-request{display:none}
  .listing{grid-template-columns:repeat(2,minmax(0,1fr))}
  .profile-header{grid-template-columns:190px 1fr}.profile-stats{grid-column:1/-1;border-left:0;border-top:1px solid #444;grid-template-columns:repeat(3,1fr)}.profile-stats div{border-bottom:0;border-right:1px solid #39393d}.profile-stats div:last-child{border-right:0}
  .profile-layout{grid-template-columns:1fr}.media-column{position:static;grid-row:1}.system-media-frame{max-width:720px}.profile-copy{max-width:850px}
  .directory-head{grid-template-columns:1fr}.controls{justify-self:start}
}
@media(max-width:650px){
  body{padding-bottom:59px}.site-head{padding:9px 14px 0}.head-kicker{gap:8px}.head-kicker i{width:24px}.marquee{height:52px;gap:10px}.marquee-ray{width:30px}.brand{font-size:27px}.site-head nav{gap:13px;height:32px}.site-head nav>b{display:none}
  .home-page,.directory-page,.profile-page{padding-left:14px;padding-right:14px;padding-bottom:45px}.home-intro{grid-template-columns:1fr}.edition-stamp{display:none}.home-intro p,.directory-head p{font-size:11px}
  .listing{grid-template-columns:1fr}.system-card{height:350px}.category-rail a{padding-left:13px;padding-right:13px}.category-rail a:first-child{padding-right:16px}
  .controls{width:100%;display:grid;grid-template-columns:1fr 112px}.search-control{min-width:0}.controls select{width:100%}
  .profile-header{grid-template-columns:1fr}.profile-logo{height:150px;border-right:0;border-bottom:1px solid #444}.profile-logo .logo-swap{width:70%;height:85%}.profile-intro{padding:22px 20px}.profile-intro h1{font-size:35px}.profile-stats{grid-template-columns:1fr}.profile-stats div{border-right:0;border-bottom:1px solid #39393d}.profile-nav{gap:20px}.profile-layout{padding-top:18px;gap:22px}.profile-copy h2{font-size:28px}.prose{font-size:13px}
  .frame-top b{display:none}.media-note{display:none}
  .contact-dock{top:auto;right:0;bottom:0;transform:none;width:100%;height:59px;padding:4px 7px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;background:#090908;border-top:2px solid var(--road-yellow);box-shadow:0 -8px 22px #000}.contact-dock:after,.contact-cap{display:none}.contact-ticket{width:100%;min-height:49px;margin:0;border-width:2px;display:flex;justify-content:center;grid-template-columns:none;gap:7px;padding:6px}.contact-ticket:hover{transform:none;filter:brightness(1.08)}.contact-ticket>span:last-child{display:block}.contact-ticket small{display:none}
  .site-footer{padding:28px 18px}.two,.choice-group{grid-template-columns:1fr}.modalbox{padding:27px 18px}
}

/* Newspaper Light Edition + reader accessibility, v1.5.0 */
:root{
  color-scheme:light;
  --news-paper:#e4ddcd;--news-paper-hi:#f4eee2;--news-paper-low:#d4cbb8;
  --news-ink:#181613;--news-soft:#3f3b34;--news-muted:#625c51;--news-line:#38342d;
}
html{font-size:100%}
body{background:var(--news-paper);color:var(--news-ink);font:1rem/1.62 Arial,Helvetica,sans-serif}
body:before{background:repeating-linear-gradient(3deg,rgba(50,42,31,.025) 0 1px,transparent 1px 5px),repeating-linear-gradient(93deg,rgba(255,255,255,.055) 0 1px,transparent 1px 7px),radial-gradient(circle at 18% 10%,rgba(255,255,255,.32),transparent 28%),radial-gradient(circle at 82% 74%,rgba(83,65,39,.07),transparent 31%)}
body:after{box-shadow:inset 0 0 130px 24px rgba(65,49,27,.13)}
::selection{background:#1c1a16;color:#fffaf0}
:focus-visible{outline:3px solid #0a58ca;outline-offset:3px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:14px;top:10px;z-index:120;transform:translateY(-180%);padding:11px 15px;background:#fff;color:#000;border:3px solid #000;font-weight:800;text-decoration:underline;transition:transform .14s}
.skip-link:focus{transform:translateY(0)}
#main-content:focus{outline:0}

.site-head{color:#efefed;border-bottom-color:#171717;background:linear-gradient(180deg,#171719,#050506 82%)}
.site-head nav{font-size:.625rem}
.site-head nav a{color:#d4d4d1}.site-head nav a:hover{color:#fff}
.nav-request{color:#f4f4f1}

.accessibility-toolbar{position:sticky;top:0;z-index:34;border-bottom:1px solid #312e28;background:rgba(216,207,188,.97);box-shadow:0 5px 15px rgba(55,43,25,.17);backdrop-filter:blur(8px)}
.a11y-inner{max-width:1560px;min-height:45px;margin:auto;padding:5px 42px;display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#171511}
.a11y-title{margin-right:auto;text-transform:uppercase;font:900 .6875rem/1 var(--condensed);letter-spacing:.14em;white-space:nowrap}
.a11y-title span{font-size:.55rem}
.a11y-size{height:34px;display:grid;grid-template-columns:38px 56px 38px;border:1px solid #24211c;background:#eee7d9}
.a11y-size button,.a11y-size output{display:grid;place-items:center;border:0;background:transparent;color:#171511;font:900 .75rem/1 Arial,sans-serif}
.a11y-size button{cursor:pointer}.a11y-size button+output,.a11y-size output+button{border-left:1px solid #5d574d}
.a11y-size output{font-size:.625rem}
.a11y-size button:disabled{opacity:.35;cursor:not-allowed}
.a11y-mode,.a11y-stop{min-height:34px;padding:0 12px;border:1px solid #24211c;background:#eee7d9;color:#171511;text-transform:uppercase;font:900 .625rem/1 var(--condensed);letter-spacing:.08em;cursor:pointer;white-space:nowrap}
.a11y-mode b{font:inherit}.a11y-mode[aria-pressed="true"]{background:#171511;color:#fff9ec}
.a11y-mode:disabled{opacity:.48;cursor:not-allowed}
.a11y-stop{background:#171511;color:#fff9ec}.a11y-stop[hidden]{display:none}

.home-page,.directory-page,.profile-page,.accessibility-page{color:var(--news-ink)}
.home-intro,.directory-head{border-bottom-color:#37332c}
.section-label,.kicker{color:#5c564c;font-size:.625rem}
.home-intro h1,.directory-head h1{font-size:clamp(1.75rem,2.7vw,2.5rem);color:#12110f}
.home-intro p,.directory-head p{color:#4f4a41;font:italic .9375rem/1.62 Georgia,serif}
.edition-stamp{border-color:#2f2b25;background:#ede6d8;color:#171511;box-shadow:inset 0 0 0 3px #d2c8b5,0 7px 16px rgba(56,42,23,.2)}
.edition-stamp b{border-right-color:#6d665b}.edition-stamp span{color:#3f3a32}.edition-stamp i{color:#776f62}

.category-rail{border-bottom-color:#847b6c}
.category-rail a{border-right-color:#968d7d;color:#504a40;font-size:.625rem}
.category-rail a.active,.category-rail a:hover{color:#090807}
.category-rail a.active:after{background:#171511;box-shadow:none}
.controls{border-color:#3b3730;background:#eee7da;box-shadow:0 5px 12px rgba(62,48,29,.14)}
.search-control{border-right-color:#766e61;color:#433f37}
.search-control input,.controls select{color:#171511}
.search-control input{font-size:.75rem}.controls select{font-size:.625rem}
.controls option{background:#f4eee2;color:#171511}

.listing{gap:15px}
.system-card{height:auto;min-height:410px;padding:12px;background:linear-gradient(145deg,#f5efe3,#ddd4c3 82%);border:1px solid #37332c;box-shadow:0 10px 21px rgba(65,49,28,.2),inset 0 0 0 3px rgba(255,255,255,.43);color:#171511}
.system-card:before,.system-card:after{color:#474139}
.system-card:hover{border-color:#090807;box-shadow:0 13px 27px rgba(55,41,23,.27),inset 0 0 0 3px rgba(255,255,255,.58)}
.logo-stage{height:122px;background:radial-gradient(circle,#f8f2e7 0,#d2c8b6 72%,#bdb19c 100%);border-color:#3d3932;box-shadow:inset 0 0 18px rgba(63,49,30,.19)}
.logo-stage:after{border-color:rgba(54,49,41,.38)}
.logo-swap img{filter:drop-shadow(0 7px 7px rgba(32,26,18,.28))}
.serial,.card-star{color:#4d473d}
.card-copy{padding-top:11px}
.status{color:#5d574c;font-size:.625rem}.status.legacy{color:#292620}
.system-card h2{font-size:1.45rem;color:#11100e}
.system-card .desc{height:auto;min-height:3.8rem;color:#444038;font:.8125rem/1.55 Georgia,serif}
.system-card dl{border-color:#756d60;padding:7px 0}
.system-card dl div{grid-template-columns:74px minmax(0,1fr);min-height:24px;padding:3px 0}
.system-card dl .mix-row{min-height:41px}
.system-card dt{color:#5d574d;font-size:.625rem}
.system-card dd{color:#1f1d19;font-size:.75rem;line-height:1.35}
.profile-link{color:#15130f;font-size:.625rem;border-top:1px solid transparent}
.profile-link:hover{border-top-color:#39352e}
.primary{min-height:44px;border-color:#111;background:#181613;color:#fff9ed;font-size:.6875rem;box-shadow:inset 0 0 0 3px #3b3730,0 5px 14px rgba(55,42,23,.23)}
.primary:hover{background:#000}

.research-strip{border-color:#403b33;background:linear-gradient(120deg,#eee7d9,#d5cbb8);box-shadow:inset 0 0 0 4px rgba(255,255,255,.42)}
.research-strip h2{color:#161410;font-size:2rem}
.research-strip>p{color:#48433b;font:1rem/1.7 Georgia,serif}
.research-points{border-top-color:#686154}.research-points span{color:#342f29;font-size:.625rem}
.seo-editorial{border-color:#423d35;background:linear-gradient(135deg,#f5efe3,#dcd3c1);box-shadow:inset 0 0 0 4px rgba(255,255,255,.44)}
.seo-editorial-rule{color:#565046;font-size:.625rem}.seo-editorial-rule:before,.seo-editorial-rule:after{background:#776f61}.seo-editorial-rule b{color:#181613}
.seo-editorial-copy{color:#302d27;font:1.0625rem/1.8 Georgia,serif}
.seo-editorial-copy h2{color:#12110f;font-size:clamp(1.8rem,3vw,2.55rem)}
.seo-editorial-copy h3{color:#24211d;font-size:1.125rem}
.seo-editorial-copy p{margin-bottom:1.25em}.seo-editorial-copy li{margin:.55em 0}
.seo-editorial-copy strong,.seo-editorial-copy a{color:#11100e}.seo-editorial-copy a{text-decoration:underline;text-underline-offset:3px}
.seo-editorial-copy blockquote{border-left-color:#201d19;background:#d0c6b3;color:#292620}
.seo-editorial-copy table{font-size:.875rem}.seo-editorial-copy th,.seo-editorial-copy td{border-color:#5c554a}.seo-editorial-copy th{color:#fff9ec;background:#24211d}

.crumbs{color:#5b554b;font-size:.625rem}.crumbs a:hover{color:#000}
.profile-header{border-color:#3d3831;background:linear-gradient(135deg,#f5efe2,#d5cbb8);box-shadow:0 13px 28px rgba(58,43,24,.22),inset 0 0 0 3px rgba(255,255,255,.45)}
.profile-logo{border-right-color:#625b50;background:radial-gradient(circle,#faf5eb,#cfc5b2 75%)}
.profile-logo .logo-swap img{filter:drop-shadow(0 9px 10px rgba(48,37,23,.25))}
.profile-intro h1{color:#11100e}
.profile-intro p{color:#48433b;font:1rem/1.65 Georgia,serif}
.profile-stats{border-left-color:#625b50}.profile-stats div{border-bottom-color:#756d60}
.profile-stats b{color:#181613;font-size:.9375rem}.profile-stats span{color:#595247;font-size:.625rem}
.profile-nav{border-bottom-color:#777064}
.profile-nav a{color:#4b463e;font-size:.625rem}.profile-nav a:hover{color:#000;text-decoration:underline;text-underline-offset:4px}
.notice{border-color:#554f45;border-left-color:#171511;background:#d7cebc;color:#38342e;font:.875rem/1.65 Georgia,serif}
.profile-copy section{border-bottom-color:#777064}
.profile-copy .seo-editorial{border-color:#4f493f;box-shadow:inset 0 0 0 4px rgba(255,255,255,.38)}
.profile-copy h2{color:#12110f;font-size:clamp(2rem,3vw,2.65rem)}
.prose{color:#302d28;font:1.0625rem/1.82 Georgia,serif}
.prose p{margin-bottom:1.25em}.prose strong{color:#11100e}
.profile-copy details,.profile-copy details:last-of-type{border-color:#686154}
.profile-copy summary{color:#171511;font-size:.8125rem;padding:18px 2px}
.profile-copy summary span{color:#4f493f}.profile-copy details p{color:#3c3831;font:1rem/1.72 Georgia,serif}
.source{color:#514b42;font-size:.625rem}.source a{color:#15130f;text-decoration:underline}
.system-media-frame{box-shadow:0 17px 35px rgba(55,41,23,.3)}
.media-note{border-color:#4d473e;background:#d9d0be;color:#171511}
.media-note b{font-size:1.125rem}.media-note p{color:#403b34;font:.875rem/1.65 Georgia,serif}
.request-card{border-color:#12110f;background:#1a1815;color:#fff9ed;box-shadow:inset 0 0 0 3px #37332d}
.request-card span{color:#bbb2a1;font-size:.625rem}.request-card b{color:#fff9ed;font-size:.875rem}

.site-footer{border-top-color:#090909;background:#0b0b0c;color:#b9b9b5}
.footer-brand{color:#efefeb}.site-footer p{font: .875rem/1.65 Georgia,serif}.site-footer small{font-size:.625rem}.site-footer a{text-decoration:underline;text-underline-offset:3px;color:#fff}
.modalbox{color:#171511;background:linear-gradient(140deg,#f3eddf,#d3c9b6);border-color:#1d1b17;box-shadow:0 28px 75px #000,inset 0 0 0 5px rgba(255,255,255,.38)}
.modal-ornament,.modalbox>p,.modal label,.business-choice legend{color:#4e483f}
.modal-ornament{font-size:.625rem}.modalbox>p{font:1rem/1.6 Georgia,serif}.modal label{font-size:.6875rem}
.close{color:#171511}.modal input,.modal select,.modal textarea{border-color:#4e483f;background:#fffaf0;color:#171511;font-size:1rem}
.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#000;outline:3px solid rgba(10,88,202,.25)}
.software-field input[readonly]{color:#171511;background:#d2c8b5;border-color:#49433a}
.choice-card{border-color:#585145;background:#f7f0e4}.choice-card b{color:#171511;font-size:.75rem}.choice-card small{color:#4f493f;font-size:.6875rem}.choice-card:has(input:checked){border-color:#111;background:#d0c6b3;box-shadow:inset 0 0 0 1px #4b453b}
#leadResult{color:#1d1a16;font-size:.875rem}

.accessibility-page{max-width:1120px;margin:auto;padding:0 42px 82px}
.accessibility-intro{padding:52px 0 31px;border-bottom:4px double #2e2a24}
.accessibility-intro h1{max-width:900px;margin:9px 0 13px;text-transform:uppercase;font:600 clamp(2.4rem,5vw,4.8rem)/.95 var(--serif);letter-spacing:.025em}
.accessibility-intro p{max-width:850px;margin:0;color:#403c35;font:1.125rem/1.75 Georgia,serif}
.accessibility-sections{display:grid;grid-template-columns:1fr 1fr;gap:0 46px}
.accessibility-sections section{padding:31px 0;border-bottom:1px solid #696154}
.accessibility-sections section:last-child{grid-column:1/-1}
.accessibility-sections h2{margin:8px 0 10px;text-transform:uppercase;font:600 1.75rem/1.05 var(--serif);letter-spacing:.035em}
.accessibility-sections p{margin:0;color:#39362f;font:1.0625rem/1.78 Georgia,serif}
.accessibility-sections .primary{margin-top:19px}

html.a11y-high-contrast body{background:#fff;color:#000}
html.a11y-high-contrast body:before,html.a11y-high-contrast body:after{display:none}
html.a11y-high-contrast .accessibility-toolbar{background:#fff;border-color:#000;box-shadow:none}
html.a11y-high-contrast .a11y-size,html.a11y-high-contrast .a11y-mode{background:#fff;border:2px solid #000}
html.a11y-high-contrast .a11y-mode[aria-pressed="true"],html.a11y-high-contrast .a11y-stop{background:#000;color:#fff;border-color:#000}
html.a11y-high-contrast .home-page,html.a11y-high-contrast .directory-page,html.a11y-high-contrast .profile-page,html.a11y-high-contrast .accessibility-page{color:#000}
html.a11y-high-contrast :is(.home-intro p,.directory-head p,.system-card .desc,.system-card dt,.system-card dd,.research-strip>p,.seo-editorial-copy,.profile-intro p,.notice,.prose,.profile-copy details p,.source,.media-note p,.accessibility-intro p,.accessibility-sections p){color:#000}
html.a11y-high-contrast :is(.system-card,.research-strip,.seo-editorial,.profile-header,.media-note,.modalbox,.edition-stamp){background:#fff;border:2px solid #000;box-shadow:none}
html.a11y-high-contrast .logo-stage{background:#fff;border:2px solid #000;box-shadow:none}
html.a11y-high-contrast :is(.home-intro,.directory-head,.category-rail,.profile-nav,.profile-copy section,.profile-copy details,.accessibility-intro,.accessibility-sections section){border-color:#000}
html.a11y-high-contrast main a:not(.primary){text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}

html[data-font-scale="125"] .system-card,html[data-font-scale="150"] .system-card,html[data-font-scale="175"] .system-card,html[data-font-scale="200"] .system-card{min-height:0}
html[data-font-scale="150"] .listing{grid-template-columns:repeat(2,minmax(0,1fr))}
html[data-font-scale="150"] .profile-layout,html[data-font-scale="175"] .profile-layout,html[data-font-scale="200"] .profile-layout{grid-template-columns:1fr}
html[data-font-scale="150"] .media-column,html[data-font-scale="175"] .media-column,html[data-font-scale="200"] .media-column{position:static;grid-row:1}
html[data-font-scale="175"] .listing,html[data-font-scale="200"] .listing{grid-template-columns:1fr}
html[data-font-scale="150"] .site-head nav,html[data-font-scale="175"] .site-head nav,html[data-font-scale="200"] .site-head nav{height:auto;min-height:42px;padding:8px 0;flex-wrap:wrap}
html[data-font-scale="150"] .a11y-inner,html[data-font-scale="175"] .a11y-inner,html[data-font-scale="200"] .a11y-inner{padding-top:8px;padding-bottom:8px;justify-content:flex-start;flex-wrap:wrap;overflow:visible}
html[data-font-scale="150"] .a11y-title,html[data-font-scale="175"] .a11y-title,html[data-font-scale="200"] .a11y-title{width:100%;margin:0 0 2px}

@media(max-width:980px){
  .a11y-inner{padding-left:24px;padding-right:70px;justify-content:flex-start;overflow-x:auto}.a11y-title{margin-right:10px}
  .profile-logo{border-right-color:#625b50}.profile-stats{border-top-color:#625b50}.profile-stats div{border-right-color:#756d60}
}
@media(max-width:650px){
  .a11y-inner{padding:5px 12px;min-height:43px}.a11y-title{display:none}.a11y-size{grid-template-columns:34px 50px 34px}.a11y-mode,.a11y-stop{padding:0 10px}
  .home-intro p,.directory-head p{font-size:.9375rem}.system-card{height:auto;min-height:405px}.profile-intro p{font-size:1rem}.prose{font-size:1.0625rem}
  .accessibility-page{padding:0 17px 70px}.accessibility-intro{padding-top:34px}.accessibility-intro h1{font-size:2.45rem}.accessibility-sections{grid-template-columns:1fr}.accessibility-sections section:last-child{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.system-card,.logo-swap img,.profile-link b,.contact-ticket,.skip-link{transition:none!important}
}
@media print{
  body{background:#fff;color:#000;font-size:12pt}.site-head,.accessibility-toolbar,.contact-dock,.site-footer,.profile-nav,.controls,.category-rail,.view-all-row,.request-card,.modal{display:none!important}
  .home-page,.directory-page,.profile-page,.accessibility-page{max-width:none;padding:0}.system-card,.profile-header,.seo-editorial,.research-strip,.notice{box-shadow:none;background:#fff;border-color:#000}.profile-layout{display:block}.media-column{position:static;page-break-inside:avoid}.prose,.seo-editorial-copy{color:#000}
}
