@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--yellow:#f3ff00;--black:#111;--paper:#f3f2eb;--muted:#b9b9af}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--black);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #c44d00;outline-offset:5px}header{height:104px;padding:20px 5%;display:flex;align-items:center;gap:6%;border-bottom:2px solid var(--black)}.brand{font-family:'Barlow Condensed',Impact,sans-serif;font-size:38px;font-weight:900;line-height:.8;letter-spacing:-1px;display:inline-flex;flex-direction:column}.brand span{font-size:19px;letter-spacing:5px;margin-top:7px}nav{display:flex;gap:32px;font-weight:700;font-size:14px}nav a{padding:12px 0}nav a[aria-current]{border-bottom:3px solid var(--black)}.edition{margin-left:auto;font-size:12px;font-weight:700;letter-spacing:1px}.masthead{display:flex;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:1.7px;margin:28px 5% 8px}.big-title{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(80px,12.6vw,200px);font-weight:900;line-height:.85;letter-spacing:-.035em;margin:20px 5% 35px}.big-title br{display:none}.big-title em{font-style:normal;color:var(--black)}.hero{margin:0 5%;display:grid;grid-template-columns:43% 57%;min-height:510px;background:var(--black);color:white}.hero-copy{padding:40px}.tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.2px;color:var(--yellow)}.hero h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(48px,5.5vw,84px);text-transform:uppercase;line-height:.96;margin:26px 0 20px}.hero p{max-width:340px;color:#cecec8;font-size:16px;line-height:1.65}.button{display:flex;justify-content:space-between;align-items:center;background:var(--yellow);color:var(--black);padding:17px 20px;font-size:14px;font-weight:700;max-width:235px;margin-top:28px}.button span{font-size:23px}.button:hover{background:white}.hero-photo{background:#333;position:relative;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);position:absolute}.photo-note{position:absolute;z-index:1;right:22px;bottom:25px;font-family:'Barlow Condensed',Impact,sans-serif;font-weight:800;font-size:27px;line-height:1;transform:rotate(-7deg);color:var(--yellow);text-shadow:0 2px 8px #000}.tape{background:var(--yellow);font-weight:900;font-size:21px;white-space:nowrap;overflow:hidden;padding:16px 0;transform:rotate(-1.5deg);margin:40px 0 55px;border-block:2px solid #111;letter-spacing:1px}.latest{padding:0 5% 70px}.section-head{display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid #111;margin-bottom:26px}.section-head h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:45px;margin:0 0 12px;font-weight:800}.section-head h2 span{color:#777;margin-left:18px}.section-head a{font-size:14px;font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card-image{aspect-ratio:1.6;overflow:hidden;background:#222;position:relative}.card-image img{height:100%;width:100%;object-fit:cover;filter:grayscale(1);transition:transform .25s}.card:hover img{transform:scale(1.035)}.card .category{position:absolute;bottom:12px;left:12px;background:var(--yellow);font-size:12px;padding:6px 10px;font-weight:700}.card h3{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:800;font-size:34px;line-height:1.05;margin:16px 0 10px;text-transform:uppercase}.card p{font-size:15px;color:#555;line-height:1.6}.meta{font-size:12px;color:#666;letter-spacing:.5px}.card:hover h3{text-decoration:underline;text-decoration-thickness:2px}footer{background:#111;color:#f3f2eb;padding:45px 5%;display:flex;align-items:center;gap:40px;flex-wrap:wrap}footer p{font-size:15px;color:#bbb}footer>a:last-of-type{margin-left:auto;font-size:14px;color:var(--yellow)}footer small{width:100%;font-size:12px;color:#999;border-top:1px solid #444;padding-top:25px;margin-top:15px}.blog-intro{padding:50px 5% 36px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px}.blog-intro h1{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(80px,12vw,160px);line-height:.9;letter-spacing:-2px;margin:20px 0}.blog-intro h1 span{background:var(--yellow);padding:0 12px}.blog-intro p{font-size:18px;max-width:540px;line-height:1.6}.blog-grid{padding:20px 5% 80px}.article{max-width:850px;margin:50px auto 80px;padding:0 25px}.back{font-size:14px;font-weight:700}.article .eyebrow{margin-top:40px}.article h1{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(52px,7vw,90px);line-height:.98;text-transform:uppercase;margin:22px 0}.article .dek{font-size:22px;line-height:1.5}.article>img{width:100%;max-height:470px;object-fit:cover;filter:grayscale(1);margin:22px 0}.article-body{max-width:660px;margin:auto}.article-body p{font-size:18px;line-height:1.85;margin:26px 0}.article-body h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:36px;margin-top:40px}.article .endmark{background:var(--yellow);display:inline-block;padding:8px 14px;font-weight:800}.credit{font-size:12px;color:#777} @media(max-width:800px){header{height:90px}.edition{display:none}nav{margin-left:auto}.big-title{font-size:17vw;line-height:.9}.big-title br{display:block}.masthead{font-size:10px;letter-spacing:.6px}.hero{grid-template-columns:1fr}.hero-copy{padding:30px}.hero-photo{min-height:340px;grid-row:1}.hero h2{font-size:60px}.cards{grid-template-columns:1fr 1fr}.tape{margin:30px 0 40px}.section-head h2{font-size:35px}footer{gap:25px}}@media(max-width:520px){.cards{grid-template-columns:1fr}.hero-photo{min-height:270px}.hero h2 br{display:none}.hero h2{font-size:53px}.hero-copy{padding:25px}.section-head h2{font-size:32px}.masthead span:last-child{max-width:140px;text-align:right}.brand{font-size:32px}.brand span{font-size:16px}.blog-intro{padding-top:35px}footer p{width:55%}footer>a:last-of-type{margin-left:0}.article .dek{font-size:19px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}

.big-title{font-size:clamp(70px,10.4vw,166px)}.hero-photo img{object-position:50% 62%}.card-image img[src*=concert]{object-position:50% 58%}@media(max-width:800px){.big-title{font-size:17vw}.big-title em{display:block}}

.news-placeholder{display:block;color:var(--yellow);font-family:"Barlow Condensed",Impact,sans-serif;font-size:42px;font-weight:900;padding:25px;line-height:.9}.article-body img{max-width:100%;height:auto}.article-body a{text-decoration:underline}.article-body blockquote{border-left:4px solid var(--yellow);padding-left:20px}.article-body li{font-size:18px;line-height:1.8}button.button{font-family:inherit;border:0;cursor:pointer}[hidden]{display:none!important}

/* Phone layout: preserve headline word boundaries and consistent gutters. */
@media(max-width:600px){
 header{height:82px;padding:16px 20px;gap:20px}header nav{gap:22px;flex-shrink:0;font-size:13px}.brand{font-size:30px}.brand span{font-size:14px;letter-spacing:4px}
 .masthead{margin:24px 20px 8px;gap:20px;font-size:9px;line-height:1.5}.big-title{margin:24px 20px 28px;font-size:17vw;line-height:.92}
 .hero{margin:0 20px;min-height:0}.hero-photo{min-height:0;height:260px}.hero-copy{padding:26px 24px 30px}.hero h2{font-size:clamp(40px,11.5vw,52px);line-height:1.02;margin:22px 0 18px}.hero h2 br{display:block}.hero p{font-size:15px;line-height:1.65;margin-bottom:0}.hero .button{max-width:none;margin-top:24px;min-height:48px}.tag{font-size:10px;letter-spacing:1px}.photo-note{font-size:24px;right:16px;bottom:22px}
 .tape{font-size:16px;padding:12px 0;margin:28px 0 36px}.latest{padding:0 20px 44px}.section-head{gap:14px;align-items:baseline}.section-head h2{font-size:30px}.section-head a{font-size:12px;flex-shrink:0}.cards{gap:30px}.card h3{font-size:30px;line-height:1.12}.card p{font-size:14px}
 .blog-intro{padding:32px 20px 24px}.blog-intro .eyebrow{font-size:10px;line-height:1.6;display:block}.blog-intro h1{font-size:clamp(72px,20vw,110px);letter-spacing:-1px}.blog-intro p{font-size:16px}.blog-grid{padding:16px 20px 42px}.blog-grid .section-head .meta{font-size:10px;white-space:nowrap}
 footer{padding:32px 20px;gap:24px}footer p{width:auto;flex:1;min-width:140px;line-height:1.5}footer>a:last-of-type{margin:0}footer small{line-height:1.7;margin-top:0}
}
@media(max-width:360px){header{gap:12px}header nav{gap:16px}.hero-copy{padding-inline:20px}.masthead{gap:12px}.section-head h2{font-size:26px}.hero-photo{height:225px}}
