:root{--bg:#151515;--panel:#242424;--panel2:#303030;--line:#494949;--ink:#f4f4f4;--muted:#c3c3c3;--red:#cc2028;--silver:#dedede;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%}.skip{position:absolute;left:-10000px;top:0;background:white;color:black;padding:1rem;z-index:20}.skip:focus{left:0}.header{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:14px max(24px,calc((100vw - 1320px)/2));background:#0b0b0b;border-bottom:3px solid var(--red)}.brand{display:flex;flex-direction:column;line-height:1}.brand span,footer b{font-family:Impact,'Arial Narrow',sans-serif;font-size:2rem;font-weight:900;letter-spacing:.04em}.brand small{font-family:'Courier New',monospace;color:#bfbfbf;font-size:.65rem;margin-top:.5rem;letter-spacing:.06em}.header nav{display:flex;align-items:center;gap:1.5rem}.header nav a{font-family:'Arial Narrow',Arial,sans-serif;font-size:.95rem;font-weight:bold;text-transform:uppercase;padding:10px 0;white-space:nowrap}.header nav a:hover,.back:hover{color:#ff6468}.menu{display:none;border:1px solid #777;background:transparent;color:white;padding:11px 15px}.homehero{min-height:570px;background:radial-gradient(circle at 78% 40%,#4b4b4b,#202020 45%,#101010 84%);display:grid;grid-template-columns:1fr 45%;align-items:center;overflow:hidden;padding-left:max(24px,calc((100vw - 1320px)/2))}.homehero-copy{padding:85px 24px 85px 0;position:relative;z-index:1}.label,.section-label{font:700 .85rem 'Courier New',monospace;letter-spacing:.13em;color:#ff5d62}.homehero h1{font:clamp(5.2rem,12vw,11rem)/.92 Impact,'Arial Narrow',sans-serif;letter-spacing:.015em;margin:22px 0 30px;text-shadow:5px 6px 0 #771219}.homehero p{font-size:1.22rem;color:#ebebeb;max-width:620px}.homehero img{width:100%;height:570px;object-fit:contain;object-position:bottom;filter:drop-shadow(0 16px 28px #000)}.buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 22px;border:2px solid #dadada;text-transform:uppercase;font-weight:bold;font-size:.9rem;letter-spacing:.04em}.btn:hover{background:#fff;color:#111}.btn.red{background:var(--red);border-color:var(--red);color:white}.btn.red:hover{background:#a8151c}.shell{max-width:1320px;margin:auto;padding:65px 24px}.sectionhead{max-width:1320px;margin:0 auto;padding:66px 24px 35px;border-bottom:1px solid var(--line)}.sectionhead h1{font:clamp(3.4rem,7vw,7rem)/1 Impact,'Arial Narrow',sans-serif;text-transform:uppercase;margin:14px 0 18px;letter-spacing:.015em}.sectionhead>p{font-size:1.15rem;max-width:850px;color:var(--muted);line-height:1.65}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.tile{background:var(--panel);padding:28px;border:1px solid var(--line);min-height:195px;display:flex;flex-direction:column}.tile:hover,.entry:hover{border-color:#ec454b;background:#2f2929}.tile h2,.entry h2,.intro h2,.band h2{font:2rem/1.12 Impact,'Arial Narrow',sans-serif;text-transform:uppercase;margin:0 0 14px}.tile p{color:var(--muted);margin:0 0 20px}.tile strong{margin-top:auto;color:#ff6b70;text-transform:uppercase;font-size:.83rem;letter-spacing:.04em}.band{background:#282828;border-top:4px solid var(--red);margin:20px auto 70px}.band h2{font-size:clamp(2.5rem,5vw,4.5rem);margin:16px 0}.band p{color:var(--muted);font-size:1.1rem}.intro{display:grid;grid-template-columns:1fr 38%;align-items:center;gap:30px}.intro h2{font-size:clamp(2.6rem,5vw,4.5rem)}.intro p{font-size:1.13rem;color:var(--muted)}.intro img{max-height:470px;width:100%;object-fit:contain}.back{display:inline-block;margin-bottom:25px;color:#ff7174;font-weight:bold}.entrygrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:14px}.entry{border:1px solid var(--line);background:var(--panel);padding:20px;min-width:0}.entry span,.meta{color:#ff767b;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em}.entry h2{font-size:1.55rem;margin-top:8px}.entry p{color:var(--muted);font-size:.94rem;margin:0}.reading{max-width:930px}.reading>p{font-size:1.06rem}.profile-image{display:block;max-height:600px;width:auto;margin:10px auto 30px;object-fit:contain}.profile-section{padding:23px 0;border-top:1px solid var(--line)}.profile-section h2{font:1.8rem Impact,'Arial Narrow',sans-serif;text-transform:uppercase;margin:0 0 12px}.profile-section p{margin:8px 0;color:#ddd}.note{border-left:4px solid var(--red);padding:14px 20px;background:#252525;color:#ccc;margin-top:35px}.searchlabel{display:block;font-weight:bold;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.search{width:100%;background:#fff;color:#111;border:2px solid #888;padding:15px 18px;border-radius:0;font-size:1.1rem;margin-bottom:16px}.search:focus{outline:3px solid #e53c42;outline-offset:2px}.results{margin:6px 0 26px}.results:not(:empty){border:1px solid var(--line);padding:16px}.results a{display:block;padding:13px 10px;border-bottom:1px solid var(--line)}.results a:last-child{border:0}.results a:hover{background:var(--panel2)}.results small{color:#f4696c;display:block}footer{display:flex;justify-content:space-between;gap:30px;background:#080808;border-top:3px solid var(--red);padding:35px max(24px,calc((100vw - 1320px)/2))}footer p{color:#aaa}footer>div:last-child{display:flex;gap:20px;flex-wrap:wrap}footer a:hover{color:#ff777a}@media(max-width:920px){.header{flex-wrap:wrap;gap:8px;padding:12px 24px}.menu{display:block}.header nav{display:none;width:100%;flex-direction:column;gap:0;align-items:stretch;padding:12px 0}.header nav.open{display:flex}.header nav a{padding:14px;border-top:1px solid #383838;font-size:1rem}.homehero{grid-template-columns:1fr 40%;min-height:480px}.homehero img{height:480px}}@media(max-width:620px){.header{min-height:74px;padding:12px 18px}.brand span{font-size:1.7rem}.brand small{font-size:.55rem}.homehero{display:flex;flex-direction:column;padding:0 20px;text-align:left}.homehero-copy{padding:58px 0 20px}.homehero h1{font-size:clamp(4.8rem,17vw,7.5rem);margin:22px 0;text-shadow:3px 4px 0 #771219}.homehero p{font-size:1.05rem}.homehero img{height:290px;object-position:bottom}.shell{padding:42px 20px}.sectionhead{padding:44px 20px 24px}.sectionhead h1{font-size:clamp(3.15rem,14vw,5rem)}.sectionhead>p{font-size:1rem}.intro{display:flex;flex-direction:column}.intro img{max-height:290px}.tiles,.entrygrid{grid-template-columns:1fr}.tile{min-height:0}.entry p{font-size:1rem}.buttons .btn{flex:1 1 180px}.profile-image{max-height:430px}footer{padding:32px 20px;flex-direction:column}footer>div:last-child{gap:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.cards-shell{min-height:58vh;display:flex;align-items:flex-start}.card-empty{width:100%;padding:clamp(28px,6vw,72px);background:linear-gradient(130deg,#303030,#1d1d1d);border:1px solid #575757;border-left:6px solid var(--red)}.card-empty h2{font:clamp(3rem,8vw,6.5rem)/1 Impact,'Arial Narrow',sans-serif;text-transform:uppercase;margin:18px 0}.card-empty p{max-width:700px;color:#dedede;font-size:1.12rem}.coming-soon .buttons{margin-top:34px}@media(max-width:620px){.cards-shell{min-height:55vh}.card-empty{padding:32px 24px}.card-empty h2{font-size:clamp(3.1rem,15vw,4.6rem)}.card-empty p{font-size:1rem}}
/* Homepage art and direct entry points. */
.hero-cover-link{display:flex;align-items:center;justify-content:center;align-self:stretch;min-width:0;padding:32px 32px 32px 0}.homehero .hero-cover-link img{display:block;width:auto;max-width:100%;height:500px;object-fit:contain;filter:drop-shadow(0 20px 22px #000)}.hero-cover-link:hover img{transform:translateY(-3px)}.homepage-feature-feed{padding-top:54px;padding-bottom:34px}.homepage-feature-feed .section-label{margin-bottom:20px}.feature-banner{display:block;margin:0 0 22px;overflow:hidden;border:1px solid #454545;background:#111}.feature-banner img{display:block;width:100%;height:auto}.feature-banner:hover{border-color:#ef434a;box-shadow:0 0 0 2px #ef434a}@media(max-width:920px){.homehero .hero-cover-link img{height:420px}.hero-cover-link{padding:24px 20px 24px 0}}@media(max-width:620px){.hero-cover-link{width:100%;padding:0 0 30px}.homehero .hero-cover-link img{height:auto;max-height:390px;width:auto}.homepage-feature-feed{padding-top:38px;padding-bottom:10px}.feature-banner{margin-bottom:15px}}
/* Start Here beside the two feature images. */
.homepage-feature-feed{display:grid;grid-template-columns:minmax(285px,340px) minmax(0,1fr);gap:clamp(22px,3vw,46px);align-items:start}.homepage-feature-feed .start-links,.homepage-feature-feed .feature-feed{min-width:0}.start-links .tiles{display:flex;flex-direction:column;gap:14px}.start-links .tile{min-height:0;padding:22px 24px}.start-links .tile h2{font-size:1.65rem;margin-bottom:8px}.start-links .tile p{font-size:.94rem;line-height:1.45;margin-bottom:12px}.start-links .tile strong{font-size:.75rem}.homepage-feature-feed .section-label{display:block;min-height:1.5rem;margin-bottom:18px}@media(max-width:800px){.homepage-feature-feed{grid-template-columns:1fr}.start-links .tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.feature-feed{margin-top:10px}}@media(max-width:620px){.start-links .tiles{grid-template-columns:1fr}.start-links .tile{padding:20px}.feature-feed{margin-top:16px}}
