@media(max-width:1050px) {
    .wrap { width:calc(100% - 40px); }
    .nav a { padding-left:5px; padding-right:5px; font-size:13px; }
    .nav .icon { margin-right:4px; }
    .hero-grid,.two-col { grid-template-columns:1.7fr 1fr; }
    .slide h2 { font-size:25px; }
    .brief { padding:20px; }
    .article-layout { grid-template-columns:minmax(0,1fr) 260px; gap:22px; }
    .article { padding:28px; }
    .article h1 { font-size:29px; }
}
@media(max-width:760px) {
    .wrap { width:calc(100% - 32px); }
    .utility .wrap span:last-child { display:none; }
    .brand-row { min-height:91px; }
    .brand h1,.brand .brand-title { font-size:20px; }
    .brand small { font-size:10px; letter-spacing:.05em; }
    .brand img { width:40px; height:40px; }
    .brand { gap:10px; }
    .edition { display:none; }
    .menu-toggle { display:block; border:1px solid #ffffff50; color:white; background:transparent; padding:6px 10px; font-size:14px; border-radius:3px; }
    .nav { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0; padding:8px 0; }
    .nav a { padding:8px 5px; text-align:center; font-size:14px; }
    .js .nav[hidden] { display:none; }
    .ticker { gap:12px; font-size:12px; padding:10px 0; }
    .ticker span:last-child { display:none; }
    main { padding-top:20px; }
    .hero-grid,.two-col,.split,.article-layout { grid-template-columns:1fr; }
    .slide { height:385px; }
    .slide-copy { left:22px; right:22px; }
    .slide h2 { font-size:25px; }
    .controls { left:22px; right:22px; }
    .brief { padding:22px; }
    .brief-item { padding:13px 0; }
    .cards { grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
    .cards>.card:last-child:nth-child(odd) { grid-column:1/-1; }
    .cards>.card:last-child:nth-child(odd) img { aspect-ratio:2/1; }
    .section-head h2 { font-size:21px; }
    .card-body { padding:16px; }
    .card h3 { font-size:17px; }
    .band { padding:22px; }
    .block { margin-top:30px; }
    .track-grid { grid-template-columns:1fr; gap:18px; }
    .track-grid p { margin-bottom:0; }
    .about { grid-template-columns:1fr; gap:17px; }
    .subscribe { flex-wrap:wrap; gap:18px; padding:26px; }
    .subscribe img { width:62px; height:62px; }
    .subscribe>div { flex:1; min-width:180px; }
    .subscribe h2 { font-size:20px; }
    .subscribe .button { margin-left:0; }
    .footer-grid { grid-template-columns:1fr 1fr; gap:25px; }
    .footer-grid>div:first-child { grid-column:1/-1; }
    .copyright { flex-direction:column; gap:8px; }
    .feature-card { grid-template-columns:1fr; }
    .feature-card img { min-height:0; aspect-ratio:16/9; }
    .feature-card .card-body { padding:23px; }
    .feature-card h2 { font-size:24px; }
    .article { padding:24px 20px; }
    .article h1 { font-size:28px; }
    .category-title h1 { font-size:31px; }
    .article-layout aside { display:none; }
    .list-cards { grid-template-columns:1fr; }
    .list-cards .card:last-child:nth-child(odd) img { aspect-ratio:16/10; }
}
@media(max-width:420px) {
    .cards,.two-col .cards { grid-template-columns:1fr; }
    .cards>.card:last-child:nth-child(odd) img { aspect-ratio:16/10; }
    .slide { height:365px; }
    .slide h2 { font-size:23px; }
    .list-cards .picture { width:32%; }
    .list-cards .card-body { padding:13px; }
    .list-cards .card h3 { font-size:16px; }
    .brand h1,.brand .brand-title { font-size:18px; }
    .brand img { width:34px; height:34px; }
    .brand small { font-size:10px; }
    .prev-next { grid-template-columns:1fr; }
}
@media(prefers-reduced-motion:reduce) {
    html { scroll-behavior:auto; }
    *,*:before,*:after { transition:none!important; animation:none!important; }
}
