/* Shared site styles. No framework or JavaScript required.
   One self-hosted font family: Inter (SIL OFL 1.1), latin subset. */

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/css/inter-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/css/inter-latin-600.woff2") format("woff2");
}
/* Blues sampled from the live site: --blue is its button/border/accent colour,
   --deep-blue its footer. --dark-blue has no live equivalent (live uses photo
   banners) and is kept for the solid page banner and button hover. */
:root { --blue: #13567f; --dark-blue: #124763; --deep-blue: #0b3f5f; --purple: #62479a; --text: #333; --line: #e5e5e5; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--text); background: #fff; font: 16px/1.5 Inter, sans-serif; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); text-decoration: underline; }
a:focus-visible { outline: 3px solid #c5a82b; outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 40px; line-height: 1.2; font-weight: 600; }
h2 { font-size: 27px; line-height: 1.3; margin-bottom: 16px; }
h3 { font-size: 23px; line-height: 1.35; margin-bottom: 14px; }
p { margin-bottom: 14px; }
.wrap { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.contact-bar { background: #fcfcfc; border-bottom: 1px solid #eee; }
.contact-bar-inner { min-height: 61px; display: flex; align-items: center; gap: 20px; padding: 9px 10px; }
.contact-bar span { color: var(--blue); margin-right: 4px; }
.button { display: inline-block; background: var(--blue); color: #fff; padding: 10px 24px; font-size: 16px; font-weight: 600; line-height: 1.4; text-align: center; }
.button:hover { background: var(--dark-blue); color: #fff; text-decoration: none; }
.contact-button { margin-left: auto; white-space: nowrap; }
.header-inner { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 10px; }
.brand { flex: 0 1 310px; }
.brand img { display: block; width: 310px; }
nav { display: flex; gap: 30px; align-items: center; }
.header-inner nav a { font-size: 15px; font-weight: 600; white-space: nowrap; }
[aria-current="page"] { color: var(--blue); }
.home-title { color: var(--blue); text-align: center; margin: 6px 0 30px; }
.promotion { border-block: 1px solid #777; text-align: center; padding: 62px 15px 34px; }
.lptv-logo { width: 320px; display: block; margin: 0 auto 25px; }
.promotion h2 { margin: 0 0 2px; }
.promotion p { margin-bottom: 20px; }
.purple { background: var(--purple); border-radius: 2px; font-size: 14px; }
.purple:hover { background: #493577; }
.home-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 64px; }
.home-card { border: 1px solid var(--blue); display: flex; flex-direction: column; align-items: center; padding: 40px 0; }
.home-card svg { width: 50px; height: 50px; fill: currentColor; margin-bottom: 30px; }
.home-card span { padding: 14px 8px; width: 100%; text-align: center; font-size: 18px; }
.home-card:hover { background: #f3f7f9; text-decoration: none; }
.page-banner { min-height: 143px; display: grid; place-items: center; background: var(--dark-blue); color: #fff; padding: 35px 20px; text-align: center; }
.page-banner h1 { margin: 0; }
.broadcasters-banner, .news-banner, .contact-banner { min-height: 250px; }
.broadcasters-banner { background: linear-gradient(#0003,#0003), url('/img/hero-c.jpg') center top / cover; }
.news-banner { background: linear-gradient(#0003,#0003), url('/img/hero-d.jpg') center / cover; }
.contact-banner { background: #70777c; }
.section { padding-block: 36px; }
.prose { font-size: 18px; line-height: 1.5; }
.prose a, .text-link, .back-link a { color: var(--blue); text-decoration: underline; }
.soft-section { background: #fdfdfd; border-block: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding-block: 30px; }
.station-photo { border-radius: 15px; }
.center { text-align: center; }
.small-heading { font-size: 23px; }
.solutions { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; text-align: center; margin: 35px 0 50px; }
.solution-icon { display: block; color: var(--blue); font-size: 44px; line-height: 1; height: 55px; margin-bottom: 20px; }
.solution-icon svg { width: 45px; height: 45px; fill: currentColor; }
.partners { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; text-align: center; margin-top: 35px; }
.partners img { width: 280px; height: 105px; object-fit: contain; margin-bottom: 20px; }
.footnotes { font-size: 14px; padding-block: 30px; }
.document-sections { padding-bottom: 35px; }
.document-sections h2 { background: #fdfdfd; border-block: 1px solid #eee; font-size: 24px; padding: 6px 0; margin: 0; }
.document-sections h2 .wrap { display: block; }
.document-sections p { padding-top: 20px; margin-bottom: 20px; }
.document-sections ul { margin-top: -16px; }
.document-sections a:hover { text-decoration: underline; }
.contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 36px 10px 75px; font-size: 18px; }
.contact-content section { margin-bottom: 25px; }
.contact-content h2 { font-size: 23px; margin-bottom: 4px; }
.contact-content h2 span { color: var(--blue); margin-right: 10px; }
address { font-style: normal; }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.news-card { background: #f6f6f6; padding: 20px; }
.news-card h2 { font-size: 22px; margin-bottom: 8px; }
.news-card time { display: block; font-size: 14px; color: var(--blue); margin-bottom: 15px; }
.read-more { color: var(--blue); font-weight: 600; }
.article { max-width: 1000px; }
.article h1 { font-size: 34px; }
.article-date { color: var(--blue); }
.article-body { font-size: 18px; line-height: 1.6; overflow-wrap: anywhere; }
.article-body > img { max-width: min(100%, 400px); max-height: 120px; width: auto; object-fit: contain; margin: 10px 20px 24px 0; vertical-align: middle; }
.article-body a { color: var(--blue); text-decoration: underline; }
.back-link { margin-top: 35px; }
footer { background: var(--deep-blue); color: #fff; text-align: center; font-size: 16px; padding: 25px 0 15px; }
footer p { margin-bottom: 8px; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 10px; background: #fff; z-index: 10; }
.skip-link:focus { top: 10px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 800px) {
  .contact-bar-inner { gap: 8px 20px; flex-wrap: wrap; font-size: 14px; }
  .header-inner { flex-direction: column; gap: 18px; padding-block: 20px; }
  .brand { flex-basis: auto; }
  .brand img { width: 280px; }
  .home-cards, .news-grid { grid-template-columns: repeat(2,1fr); }
  .split { gap: 25px; }
  h1 { font-size: 32px; }
  .home-title { margin-top: 15px; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 32px); }
  .contact-bar-inner { justify-content: center; padding: 10px 0; }
  .contact-button { margin: 4px 0 0; }
  .contact-bar-inner > a:not(.button) { width: 100%; text-align: center; }
  nav { gap: 20px; }
  .header-inner nav a { font-size: 14px; }
  h1, .article h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  .promotion { padding: 35px 0; }
  .promotion h2 { font-size: 23px; }
  .lptv-logo { width: 270px; }
  .home-cards { gap: 14px; padding-block: 35px; }
  .home-card span { font-size: 15px; }
  .page-banner { min-height: 145px; }
  .broadcasters-banner, .news-banner, .contact-banner { min-height: 200px; }
  .split, .solutions, .partners, .contact-content, .news-grid { grid-template-columns: 1fr; }
  .solutions { gap: 15px; }
  .partners { gap: 15px; }
  .contact-content { gap: 0; padding-bottom: 25px; }
  .article-body { font-size: 17px; }
}
