:root {
  --ink: #07090d;
  --ink-2: #151922;
  --paper: #f2f3f5;
  --white: #fff;
  --muted: #606571;
  --line: #d5d8de;
  --red: #f02f43;
  --red-dark: #c9192e;
  --blue: #2358ff;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.5 "Source Sans 3", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; margin: 0; padding: 10px 13px; clip: auto; color: white; background: var(--ink); }

.network-bar { color: #c4c8cf; background: var(--ink); border-top: 3px solid #2a2e36; border-bottom: 1px solid #262a32; font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }
.network-inner { min-height: 29px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.network-inner > span { color: white; font-weight: 700; }
.network-inner > div { display: flex; gap: 22px; }
.network-bar a:hover { color: white; }

.masthead { background: white; border-bottom: 1px solid #cfd2d8; }
.masthead-row { min-height: 84px; display: grid; grid-template-columns: minmax(280px,1fr) auto minmax(280px,1fr); align-items: center; column-gap: 32px; }
.wordmark { justify-self: start; display: inline-flex; align-items: center; gap: 11px; min-width: 0; color: var(--ink); }
.wordmark img { width: 44px; height: 44px; flex: 0 0 44px; object-fit: contain; }
.wordmark > span { display: grid; line-height: 1; }
.wordmark b { font: 900 1.9rem/.8 "Barlow Condensed", "Arial Narrow", sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.wordmark small { margin-top: 6px; color: var(--red); font-size: .56rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.masthead-tagline { justify-self: center; color: #747983; font-size: .71rem; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; white-space: nowrap; }
.masthead-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.search-link, .subscribe-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.search-link { border: 1px solid var(--line); }
.search-link:hover { border-color: var(--ink); }
.subscribe-button { color: white; background: var(--red); border: 1px solid var(--red); }
.subscribe-button:hover { background: var(--red-dark); border-color: var(--red-dark); }

.site-nav { position: sticky; z-index: 100; top: 0; color: white; background: var(--ink); border-bottom: 3px solid var(--red); }
.admin-bar .site-nav { top: 32px; }
.nav-row { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.nav-links { min-height: 48px; display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-links a { min-height: 48px; display: inline-flex; align-items: center; border-bottom: 3px solid transparent; font: 700 .86rem/1 "Barlow Condensed", "Arial Narrow", sans-serif; letter-spacing: .045em; text-transform: uppercase; }
.nav-links a:hover, .nav-links .current-menu-item > a, .nav-links .current_page_item > a { border-bottom-color: var(--red); }
.nav-offer { min-height: 48px; display: inline-flex; align-items: center; gap: 7px; padding: 0 16px; color: white; background: var(--red); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.menu-toggle { display: none; width: 42px; height: 38px; color: white; background: transparent; border: 1px solid #4a4f59; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; width: 18px; height: 2px; display: block; margin: 4px auto; background: currentColor; }

.live-ribbon { background: white; border-bottom: 1px solid var(--line); }
.live-ribbon-inner { min-height: 42px; display: flex; align-items: center; overflow: hidden; }
.live-ribbon strong { height: 42px; display: inline-flex; align-items: center; gap: 7px; padding-right: 18px; color: var(--red); font-size: .72rem; letter-spacing: .08em; }
.live-ribbon strong span { width: 7px; height: 7px; background: var(--red); }
.live-ribbon a { padding: 0 20px; border-left: 1px solid var(--line); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .78rem; font-weight: 600; }
.live-ribbon a:hover { color: var(--red); }

.story-image { display: block; overflow: hidden; background: #d7d9de; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
article:hover > .story-image img { transform: scale(1.018); filter: contrast(1.04); }
.story-label, .kicker { color: var(--red); font-size: .69rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.meta { display: flex; flex-wrap: wrap; gap: 7px 14px; color: var(--muted); font-size: .7rem; }
.section { padding: 60px 0; }
.empty-editorial { min-height: 380px; display: grid; place-content: center; text-align: center; }
.empty-editorial h1 { margin: 0; font: 900 5rem/.85 "Barlow Condensed", sans-serif; }

.top-stories { padding-top: 26px; padding-bottom: 28px; display: grid; grid-template-columns: minmax(0,1.7fr) minmax(260px,.72fr) minmax(250px,.62fr); gap: 22px; }
.headline-story { min-width: 0; padding-right: 22px; border-right: 1px solid var(--line); }
.headline-story .story-image { height: 440px; }
.headline-copy { padding-top: 16px; }
.headline-copy h1 { max-width: 880px; margin: 7px 0 9px; font: 900 clamp(2.9rem,5vw,5.3rem)/.82 "Barlow Condensed", sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.headline-copy h1 a:hover, .tile-story h2 a:hover, .list-story h3 a:hover { color: var(--red); }
.headline-copy p { max-width: 770px; margin: 0 0 13px; color: #4d525b; }
.top-column { min-width: 0; padding-right: 22px; border-right: 1px solid var(--line); }
.tile-story { padding-bottom: 22px; border-bottom: 3px solid var(--ink); }
.tile-story .story-image { height: 210px; margin-bottom: 13px; }
.tile-story h2 { margin: 6px 0 10px; font: 800 1.75rem/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.list-story { padding-top: 21px; }
.list-story h3 { margin: 6px 0 12px; font: 700 1.35rem/1.03 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.latest-column { min-width: 0; background: white; border-top: 4px solid var(--red); }
.rail-title { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid var(--line); }
.rail-title span { font: 800 1.15rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.rail-title a { color: var(--red); font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.latest-item { display: grid; grid-template-columns: 46px 1fr; gap: 9px; padding: 14px; border-bottom: 1px solid var(--line); font-size: .83rem; line-height: 1.2; }
.latest-item time { color: #8a8e96; font-size: .67rem; font-weight: 700; }
.latest-item b { display: block; color: var(--red); font-size: .64rem; text-transform: uppercase; }
.latest-item:hover span { text-decoration: underline; text-underline-offset: 2px; }
.topic-strip { min-height: 49px; display: flex; align-items: center; overflow-x: auto; border-block: 1px solid var(--ink); }
.topic-strip strong, .topic-strip a { flex: 0 0 auto; padding: 0 18px; border-right: 1px solid var(--line); font-size: .72rem; }
.topic-strip strong { padding-left: 0; color: var(--red); }
.topic-strip a:hover { color: var(--red); }

.portal-section { background: white; }
.portal-heading { min-height: 54px; display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; padding-bottom: 8px; border-bottom: 4px solid var(--ink); }
.portal-heading h2 { margin: 0; font: 900 2.5rem/.85 "Barlow Condensed", sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.portal-heading > div { display: flex; gap: 22px; }
.portal-heading a { color: var(--muted); font-size: .71rem; font-weight: 700; text-transform: uppercase; }
.portal-heading a:hover { color: var(--red); }
.football-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 28px; }
.feature-news { padding-right: 28px; border-right: 1px solid var(--line); }
.feature-news .story-image { height: 420px; margin-bottom: 15px; }
.feature-news h2, .culture-lead h2 { margin: 6px 0 8px; font: 900 2.55rem/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.feature-news p, .culture-lead p { margin: 0 0 12px; color: var(--muted); }
.feature-news h2 a:hover, .culture-lead h2 a:hover, .mini-news h3 a:hover { color: var(--red); }
.quad-news { display: grid; grid-template-columns: 1fr 1fr; }
.mini-news { min-width: 0; padding: 0 0 20px 20px; border-bottom: 1px solid var(--line); }
.mini-news:nth-child(odd) { padding-left: 0; padding-right: 20px; border-right: 1px solid var(--line); }
.mini-news:nth-child(n+3) { padding-top: 20px; border-bottom: 0; }
.mini-news .story-image { height: 155px; margin-bottom: 11px; }
.mini-news h3 { margin: 5px 0 0; font: 800 1.35rem/.98 "Barlow Condensed", sans-serif; text-transform: uppercase; }

.native-offer { color: white; background: #11151d; border-top: 5px solid var(--red); border-bottom: 1px solid #303641; }
.native-offer-grid { min-height: 190px; display: grid; grid-template-columns: .45fr 1.4fr .65fr; align-items: center; gap: 38px; }
.native-sign { display: grid; align-content: center; min-height: 190px; padding-right: 38px; border-right: 1px solid #343a45; font: 900 2.45rem/.78 "Barlow Condensed", sans-serif; letter-spacing: -.055em; }
.native-sign b { color: var(--red); }
.sponsor-label { color: #9da4af; font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.native-offer h2 { margin: 7px 0 8px; font: 800 2.1rem/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.native-offer p { margin: 0; color: #bec3cb; font-size: .86rem; }
.native-actions { display: grid; gap: 10px; text-align: center; }
.native-actions > a:last-child { color: #aab0ba; font-size: .67rem; text-decoration: underline; }
.conversion-button, .button, button.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; color: white !important; background: var(--red) !important; border: 1px solid var(--red) !important; border-radius: 0 !important; cursor: pointer; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.conversion-button:hover, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--red-dark) !important; border-color: var(--red-dark) !important; }
.button-outline { color: var(--ink) !important; background: transparent !important; border-color: var(--ink) !important; }

.cinema-section { background: #e7e9ed; }
.culture-grid { display: grid; grid-template-columns: 1.25fr .72fr .68fr; gap: 24px; }
.culture-lead, .culture-card { min-width: 0; padding-right: 24px; border-right: 1px solid #c6c9cf; }
.culture-lead .story-image { height: 410px; margin-bottom: 14px; }
.culture-card .story-image { height: 280px; margin-bottom: 14px; }
.culture-card h3 { margin: 6px 0 10px; font: 800 1.8rem/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.culture-list { border-top: 4px solid var(--ink); }
.culture-list a { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid #c6c9cf; }
.culture-list strong { font: 700 1.25rem/1.05 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.culture-list small { color: var(--muted); }

.schedule-section { padding: 48px 0; color: white; background: var(--ink); }
.portal-heading.inverted { border-color: white; }
.portal-heading.inverted a { color: #c3c7cf; }
.schedule-grid { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid #414650; }
.schedule-day { min-height: 155px; display: grid; align-content: start; gap: 5px; padding: 20px; border-right: 1px solid #414650; }
.schedule-day:last-child { border-right: 0; }
.schedule-day b { color: var(--red); font-size: .68rem; text-transform: uppercase; }
.schedule-day strong { font: 700 1.45rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.schedule-day small { color: #8b919b; }
.schedule-action { background: var(--red); }
.schedule-action b, .schedule-action a { color: white; }
.schedule-action a { margin-top: auto; font-size: .72rem; font-weight: 700; text-decoration: underline; }
.schedule-note { margin: 12px 0 0; color: #8d939d; font-size: .68rem; }

.guides-section { background: white; }
.guide-list { border-top: 1px solid var(--ink); }
.guide-list > a { min-height: 102px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.guide-list > a > span { font: 800 2.4rem/1 "Barlow Condensed", sans-serif; color: var(--red); }
.guide-list b { color: var(--muted); font-size: .67rem; text-transform: uppercase; }
.guide-list h3 { margin: 2px 0 0; font: 800 1.7rem/.96 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.guide-list em { color: var(--muted); font-size: .75rem; font-style: normal; }

.archive-head, .article-hero, .page-hero, .offers-intro { padding: 44px 0 25px; background: white; border-bottom: 1px solid var(--ink); }
.archive-head h1, .article-hero h1, .page-hero h1, .offers-intro h1, .not-found h1 { max-width: 1080px; margin: 7px 0 12px; font: 900 clamp(3rem,7vw,6.3rem)/.82 "Barlow Condensed", sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.archive-head p, .archive-description, .article-deck, .page-hero p, .offers-intro p { max-width: 820px; margin: 0 0 15px; color: var(--muted); font-size: 1.05rem; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px 22px; }
.news-card { padding-bottom: 18px; border-bottom: 1px solid var(--ink); }
.news-card .story-image { height: 235px; margin-bottom: 13px; }
.news-card h3 { margin: 5px 0 8px; font: 800 1.55rem/.98 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.news-card > p { margin: 0 0 10px; color: var(--muted); font-size: .86rem; }
.news-card:hover h3 { color: var(--red); }
.pagination { padding-bottom: 50px; }
.nav-links.page-numbers { gap: 7px; }
.page-numbers { display: flex; gap: 7px; }
.page-numbers > * { min-width: 36px; min-height: 36px; display: grid; place-items: center; border: 1px solid var(--line); }
.page-numbers .current { color: white; background: var(--ink); }
.site-search-form { max-width: 620px; display: grid; grid-template-columns: 1fr auto; margin-top: 20px; }
.site-search-form input { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); }
.site-search-form button { padding: 0 17px; color: white; background: var(--ink); border: 0; }

.breadcrumb { display: flex; gap: 7px; margin-bottom: 20px; color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.article-cover { margin-top: 28px; }
.article-cover img { width: 100%; max-height: 650px; object-fit: cover; }
.article-cover figcaption { margin-top: 6px; color: var(--muted); font-size: .64rem; }
.article-layout { padding: 42px 0 68px; display: grid; grid-template-columns: minmax(0,760px) 300px; gap: 70px; justify-content: center; align-items: start; }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.72; }
.article-body > p:first-child { color: var(--ink); font-size: 1.28rem; font-weight: 700; line-height: 1.5; }
.article-body h2 { margin: 40px 0 10px; font: 800 2.05rem/.96 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.article-body h3 { margin: 29px 0 8px; font: 800 1.45rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.article-body a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-tags { margin-top: 35px; padding-top: 16px; border-top: 1px solid var(--line); font-family: "Source Sans 3", sans-serif; font-size: .75rem; }
.blog-sidebar { position: sticky; top: 72px; padding-top: 10px; border-top: 4px solid var(--ink); }
.admin-bar .blog-sidebar { top: 104px; }
.blog-sidebar > h3, .sidebar-widget > h3 { margin: 0 0 8px; font: 800 .83rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.blog-sidebar > a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font: 700 1.06rem/1.05 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.sidebar-widget { margin-top: 24px; }
.inline-offer { margin: 34px 0; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 22px; color: white; background: var(--ink-2); border-top: 4px solid var(--red); font-family: "Source Sans 3", sans-serif; }
.inline-offer small, .sidebar-offer small { color: #9fa5af; font-size: .61rem; font-weight: 700; text-transform: uppercase; }
.inline-offer h3 { margin: 4px 0 5px; color: white; }
.inline-offer p { margin: 0; color: #c6cbd3; font-size: .78rem; }
.inline-offer a { color: white; text-decoration: none; }
.sidebar-offer { margin-top: 24px; padding: 17px; color: white; background: var(--ink-2); border-top: 4px solid var(--red); }
.sidebar-offer strong { display: block; margin: 5px 0 7px; font: 800 1.35rem/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.sidebar-offer p { margin: 0 0 12px; color: #b9bec7; font-size: .73rem; }
.sidebar-offer a { width: 100%; }
.page-content { max-width: 940px; font-size: 1.05rem; }
.page-content h2 { margin-top: 38px; font: 800 2rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.not-found { min-height: 65vh; display: grid; align-items: center; padding: 70px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }

.offers-intro-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.offers-proof { padding: 20px 0 4px 22px; border-left: 4px solid var(--red); }
.offers-proof > span { color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.offers-proof > strong { display: block; margin: 5px 0 10px; font: 800 1.45rem/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.offers-proof ul { margin: 0; padding-left: 17px; color: var(--muted); font-size: .78rem; }
.offers-experience { padding: 0 0 55px; background: #e7e9ed; }
.plugin-required { padding: 55px 0; }
.offers-reassurance { background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--ink); }
.trust-grid article { padding: 24px; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid span { color: var(--red); font-weight: 800; }
.trust-grid h3 { margin: 18px 0 6px; font: 800 1.45rem/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.commerce-main { padding: 50px 0 70px; background: white; }
.woocommerce .woocommerce-breadcrumb { color: var(--muted); font-size: .72rem; }
.woocommerce-products-header__title, .woocommerce div.product .product_title, .woocommerce-cart h1, .woocommerce-checkout h1 { font: 900 clamp(2.6rem,6vw,5rem)/.85 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding-bottom: 20px; border-bottom: 1px solid var(--ink); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font: 800 1.5rem/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price { color: var(--red); font-weight: 800; }
.woocommerce span.onsale { min-height: 0; min-width: 0; padding: 6px 9px; line-height: 1; border-radius: 0; background: var(--red); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 44px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 0; background: white; }
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: 0; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--red); background: var(--paper); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--red); }

.site-footer { color: #c6c9d0; background: var(--ink); border-top: 4px solid var(--red); }
.footer-top { padding: 36px 0 30px; display: grid; grid-template-columns: minmax(300px,1.35fr) repeat(3,minmax(135px,.75fr)); align-items: start; gap: clamp(30px,4vw,58px); }
.footer-logo { color: white; }
.footer-logo img { width: 44px; height: 44px; flex-basis: 44px; filter: none; }
.footer-logo b { color: white; }
.footer-brand p { max-width: 360px; margin: 17px 0 0; color: #9298a2; font-size: .8rem; line-height: 1.55; }
.footer-heading { display: flex; align-items: center; gap: 9px; margin: 3px 0 15px; color: white; font: 800 .74rem/1 "Barlow Condensed", sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.footer-heading::before { content: ""; width: 16px; height: 2px; flex: 0 0 16px; background: var(--red); }
.footer-links { display: grid; gap: 10px; color: #a9aeb7; font-size: .8rem; }
.footer-links a { width: fit-content; transition: color .18s ease; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #303540; color: #7e848f; font-size: .66rem; }

.intent-offer { position: fixed; z-index: 180; left: 50%; bottom: 16px; width: min(760px,calc(100% - 28px)); transform: translate(-50%,calc(100% + 40px)); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 14px; padding: 12px 14px; color: white; background: var(--ink); border-top: 4px solid var(--red); box-shadow: 0 12px 35px rgba(0,0,0,.28); transition: transform .32s ease; }
.intent-offer.show { transform: translate(-50%,0); }
.intent-badge { color: var(--red); font: 900 1.15rem/1 "Barlow Condensed", sans-serif; }
.intent-copy { display: grid; line-height: 1.15; }
.intent-copy strong { font-size: .81rem; }
.intent-copy small { color: #aeb4bd; font-size: .65rem; }
.intent-offer .conversion-button { min-height: 37px; }
.intent-close { width: 32px; height: 32px; color: #c7cbd2; background: transparent; border: 1px solid #4c515b; cursor: pointer; }

@media (max-width: 1080px) {
  .top-stories { grid-template-columns: 1.45fr .8fr; }
  .latest-column { grid-column: 1/-1; display: grid; grid-template-columns: repeat(5,1fr); }
  .rail-title { grid-column: 1/-1; }
  .latest-item { grid-template-columns: 1fr; border-right: 1px solid var(--line); }
  .culture-grid { grid-template-columns: 1.2fr .8fr; }
  .culture-card { border-right: 0; padding-right: 0; }
  .culture-list { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); }
  .culture-list a { padding: 16px; border-right: 1px solid #c6c9cf; }
  .article-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 44px; }
}

@media (max-width: 820px) {
  .container { width: min(var(--max),calc(100% - 30px)); }
  .network-bar, .masthead-tagline, .search-link { display: none; }
  .masthead-row { min-height: 70px; grid-template-columns: 1fr auto; column-gap: 16px; }
  .site-nav, .admin-bar .site-nav { position: relative; top: 0; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; z-index: 30; top: 49px; left: 0; right: 0; display: none; height: auto; padding: 10px 15px; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-bottom: 3px solid var(--red); }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 42px; border-bottom: 1px solid #30343d; }
  .nav-offer { margin-left: auto; }
  .live-ribbon-inner { overflow-x: auto; }
  .top-stories { grid-template-columns: 1fr; }
  .headline-story, .top-column { padding-right: 0; border-right: 0; }
  .top-column { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .list-story { padding: 0 0 0 20px; border-left: 1px solid var(--line); }
  .latest-column { grid-template-columns: 1fr 1fr; }
  .football-grid { grid-template-columns: 1fr; }
  .feature-news { padding-right: 0; border-right: 0; }
  .native-offer-grid { grid-template-columns: 1fr 1fr; padding-block: 28px; }
  .native-sign { display: none; }
  .culture-grid { grid-template-columns: 1fr 1fr; }
  .schedule-grid { grid-template-columns: 1fr 1fr; }
  .archive-grid, .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .offers-intro-grid { grid-template-columns: 1fr; gap: 25px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px 42px; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .container { width: min(var(--max),calc(100% - 24px)); }
  .network-bar { display: none; }
  .wordmark img { width: 36px; height: 36px; flex-basis: 36px; }
  .wordmark b { font-size: 1.65rem; }
  .subscribe-button { min-height: 35px; padding: 0 11px; }
  .nav-offer { padding-inline: 11px; }
  .headline-story .story-image { height: 270px; }
  .headline-copy h1 { font-size: clamp(2.9rem,14vw,4.2rem); }
  .top-column, .latest-column, .football-grid, .quad-news, .culture-grid, .culture-list, .schedule-grid, .guide-list > a, .archive-grid, .woocommerce ul.products, .footer-top { grid-template-columns: 1fr; }
  .list-story { padding: 19px 0 0; border-left: 0; }
  .latest-item { grid-template-columns: 45px 1fr; }
  .section { padding: 44px 0; }
  .portal-heading > div { display: none; }
  .feature-news .story-image, .culture-lead .story-image { height: 280px; }
  .feature-news h2, .culture-lead h2 { font-size: 2.2rem; }
  .mini-news, .mini-news:nth-child(odd), .mini-news:nth-child(n+3) { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .native-offer-grid { grid-template-columns: 1fr; gap: 20px; }
  .native-actions { text-align: left; }
  .culture-lead, .culture-card { padding: 0 0 22px; border-right: 0; border-bottom: 1px solid #c6c9cf; }
  .culture-list { display: block; }
  .culture-list a { padding-inline: 0; border-right: 0; }
  .schedule-day { border-right: 0; border-bottom: 1px solid #414650; }
  .guide-list > a { grid-template-columns: 45px 1fr; gap: 12px; padding-block: 18px; }
  .guide-list em { display: none; }
  .archive-head h1, .article-hero h1, .page-hero h1, .offers-intro h1, .not-found h1 { font-size: clamp(3rem,15vw,4.6rem); }
  .article-cover { width: 100%; }
  .inline-offer { grid-template-columns: 1fr; }
  .offers-proof { padding-left: 15px; }
  .footer-brand { grid-column: auto; }
  .footer-top { padding: 31px 0 27px; gap: 27px; }
  .footer-heading { margin-bottom: 12px; }
  .footer-bottom { flex-direction: column; align-items: start; justify-content: center; padding-block: 15px; }
  .intent-offer { grid-template-columns: 1fr auto; gap: 8px; }
  .intent-badge { display: none; }
  .intent-offer .conversion-button { grid-column: 1/-1; grid-row: 2; }
  .intent-close { grid-column: 2; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Editorial refinement — Orbia 1.1 */
:root { --display: "Archivo", Arial, sans-serif; }

:where(a, button, input, select):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--red) 75%, white);
  outline-offset: 3px;
}

.wordmark b,
.nav-links a,
.empty-editorial h1,
.headline-copy h1,
.tile-story h2,
.list-story h3,
.rail-title span,
.portal-heading h2,
.feature-news h2,
.culture-lead h2,
.mini-news h3,
.native-sign,
.native-offer h2,
.culture-card h3,
.culture-list strong,
.schedule-day strong,
.guide-list > a > span,
.guide-list h3,
.archive-head h1,
.article-hero h1,
.page-hero h1,
.offers-intro h1,
.not-found h1,
.news-card h3,
.article-body h2,
.article-body h3,
.blog-sidebar > h3,
.sidebar-widget > h3,
.blog-sidebar > a,
.sidebar-offer strong,
.page-content h2,
.offers-proof > strong,
.trust-grid h3,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.footer-heading,
.intent-badge {
  font-family: var(--display);
}

.headline-copy h1,
.tile-story h2,
.list-story h3,
.feature-news h2,
.culture-lead h2,
.mini-news h3,
.culture-card h3,
.culture-list strong,
.guide-list h3,
.archive-head h1,
.article-hero h1,
.page-hero h1,
.offers-intro h1,
.not-found h1,
.news-card h3,
.article-body h2,
.article-body h3,
.blog-sidebar > a {
  text-transform: none;
  letter-spacing: -.025em;
}

.top-stories { gap: clamp(18px, 2vw, 28px); }
.headline-story .story-image { height: clamp(360px, 32vw, 480px); }
.headline-copy h1 { font-size: clamp(2.65rem, 4.35vw, 4.8rem); line-height: .92; }
.headline-copy p { font-size: 1.02rem; line-height: 1.52; }
.tile-story h2 { font-size: 1.65rem; line-height: 1.05; }
.list-story h3 { line-height: 1.12; }
.latest-column { align-self: start; box-shadow: 0 10px 28px rgba(7, 9, 13, .055); }
.latest-item { min-height: 76px; }

.feature-news .story-image,
.culture-lead .story-image,
.culture-card .story-image,
.news-card .story-image { aspect-ratio: 16 / 10; height: auto; }
.culture-grid .story-image img,
.article-cover img { object-position: center 22%; }
.feature-news h2,
.culture-lead h2 { font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.02; }
.mini-news h3 { line-height: 1.08; }
.culture-card h3 { line-height: 1.06; }

.schedule-discovery { transition: background-color .2s ease; }
.schedule-discovery:hover { background: #171b23; }
.schedule-discovery small { max-width: 25ch; }

.article-hero { padding-top: clamp(38px, 6vw, 72px); }
.article-hero h1 { max-width: 1000px; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .92; }
.article-cover { aspect-ratio: 16 / 9; overflow: hidden; background: #d7d9de; }
.article-cover img { width: 100%; height: 100%; max-height: none; }
.article-cover figcaption { padding-inline: 2px; }
.article-layout { grid-template-columns: minmax(0, 740px) 310px; gap: clamp(42px, 6vw, 78px); }
.article-body { font-family: "Source Sans 3", Arial, sans-serif; font-size: 1.12rem; line-height: 1.74; }
.article-body > p:first-child,
.article-body .orbia-deck { font-size: 1.3rem; font-weight: 600; line-height: 1.48; }
.article-body h2 { font-size: 1.85rem; line-height: 1.1; }
.article-body .orbia-story-cta { margin: 34px 0 10px; padding: 20px 22px; background: #fff; border-left: 4px solid var(--red); box-shadow: 0 8px 24px rgba(7, 9, 13, .06); font-family: "Source Sans 3", Arial, sans-serif; }
.article-body .orbia-story-cta p { margin: 0; font-size: .95rem; line-height: 1.5; }
.article-body .orbia-story-cta a { font-weight: 700; }

@media (max-width: 820px) {
  .top-stories { padding-top: 18px; }
  .headline-story .story-image { height: auto; aspect-ratio: 16 / 10; }
  .article-layout { gap: 36px; }
}

@media (max-width: 560px) {
  .headline-copy h1 { font-size: clamp(2.35rem, 11vw, 3.5rem); line-height: .96; }
  .headline-copy p { font-size: .94rem; }
  .portal-heading h2 { font-size: 2.05rem; }
  .article-hero h1 { font-size: clamp(2.45rem, 12vw, 3.9rem); line-height: .96; }
  .article-cover { aspect-ratio: 4 / 3; }
  .article-body { font-size: 1.04rem; line-height: 1.68; }
  .article-body > p:first-child,
  .article-body .orbia-deck { font-size: 1.15rem; }
  .article-body h2 { margin-top: 32px; font-size: 1.55rem; }
}
