:root {
  --bg: #090909;
  --ink: #ffffff;
  --accent: #8052ff;
  --surface: #202023;
  --muted: #c4c7c5;
  --line: #686970;
  --action: #ffffff;
  --action-ink: #090909;
  --radius: 14px;
  --button-radius: 8px;
}
@font-face {
  font-family: Display;
  src: url("fonts/space-grotesk.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Body;
  src: url("fonts/public-sans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  min-width: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font:
    18px/1.65 Body,
    Arial,
    sans-serif;
}
body,
input,
button,
textarea,
select {
  font-family: Body, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: Display, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.3rem, 5.1vw, 4.6rem);
  margin: 0 0 24px;
  max-width: 22ch;
}
h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 0 0 22px;
}
h3 {
  font-size: 1.5rem;
  margin: 0 0 16px;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
input,
textarea,
select {
  font-size: 1rem;
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
figcaption {
  font-size: 0.76rem;
  line-height: 1.55;
  margin-top: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
ul,
ol {
  padding-left: 1.3em;
}
li {
  margin-bottom: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
th,
td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  font-weight: 600;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible,
select:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 5px;
}
button {
  color: inherit;
}
input,
textarea,
select {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  color: var(--ink);
}
textarea {
  min-height: 160px;
  resize: vertical;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: none;
  accent-color: var(--ink);
}
label {
  display: block;
  font-size: 0.94rem;
  margin-bottom: 7px;
}
form > div {
  margin: 18px 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.gl-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.5;
}
.gl-consent input {
  margin-top: 4px;
}
.gl-wrap {
  width: min(1220px, calc(100% - 64px));
  margin-inline: auto;
}
.gl-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-200%);
  z-index: 100;
  background: var(--ink);
  color: var(--bg);
  padding: 12px;
}
.gl-skip:focus {
  transform: none;
}
.gl-masthead {
  border-bottom: 1px solid var(--line);
}
.gl-brand {
  font:
    600 28px/1.1 Display,
    sans-serif;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.gl-brand svg {
  width: 32px;
  height: 32px;
  flex: none;
}
.gl-navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 25px;
}
.gl-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.87rem;
}
.gl-navigation a {
  text-decoration: none;
}
.gl-navigation a[aria-current="page"] {
  text-decoration: underline;
}
.gl-navigation .gl-action {
  padding: 10px 18px;
  font-size: 0.85rem;
}
.gl-strap {
  font-size: 0.79rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.gl-band {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.gl-band .gl-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.gl-menu-button {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 14px;
}
.gl-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 23px;
  background: var(--action);
  color: var(--action-ink);
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.4;
}
.gl-action:hover {
  filter: brightness(0.94);
}
.gl-textlink {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
.gl-eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.gl-lead {
  font-size: 1.2rem;
  line-height: 1.65;
  max-width: 65ch;
}
.gl-section {
  padding-block: 80px;
  border-bottom: 1px solid var(--line);
}
.gl-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}
.gl-section-heading > p {
  max-width: 45ch;
}
.gl-hero {
  padding-block: 72px;
}
.gl-hero-copy {
  max-width: 790px;
}
.gl-hero .gl-photo {
  margin: 0;
}
.gl-photo img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: var(--radius);
}
.gl-hero .gl-photo img {
  aspect-ratio: 16/10;
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}
.gl-hero .gl-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero-note {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.hero-note ul {
  margin-bottom: 0;
}
.stories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.story {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.story figure {
  margin-bottom: 26px;
}
.story .gl-photo img {
  aspect-ratio: 16/10;
}
.story > p {
  font-size: 1rem;
}
.story h3 a {
  text-decoration: none;
}
.story h3 a:hover {
  text-decoration: underline;
}
.columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.note {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
}
.note p {
  font-size: 1rem;
}
.gl-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.gl-reading {
  max-width: 740px;
}
.gl-small {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--muted);
}
.gl-notice {
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.86rem;
  line-height: 1.6;
}
.gl-form-panel {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.gl-form-result {
  margin-top: 18px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.gl-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.gl-plan {
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: var(--radius);
  background: var(--surface);
}
.gl-plan.gl-featured {
  border: 2px solid var(--ink);
}
.gl-plan h3 {
  font-size: 1.5rem;
}
.gl-price {
  font-family: Display, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 24px 0;
}
.gl-price small {
  font:
    400 0.9rem/1.4 Body,
    sans-serif;
  white-space: nowrap;
}
.gl-plan li {
  font-size: 0.94rem;
}
.gl-plan .gl-action {
  margin-top: 15px;
}
.badge {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 50px;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.gl-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
summary {
  font-size: 1.12rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
}
details p {
  padding-top: 15px;
  font-size: 1rem;
}
.gl-breadcrumbs {
  font-size: 0.82rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-block: 26px;
  margin: 0;
  list-style: none;
}
.gl-breadcrumbs li {
  margin: 0;
}
.gl-page-title {
  padding-block: 44px 60px;
}
.gl-page-title h1 {
  max-width: 25ch;
}
.gl-prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(0, 1fr);
  gap: 70px;
}
.gl-prose section {
  margin-bottom: 44px;
}
.gl-prose section:last-child {
  margin-bottom: 0;
}
.gl-prose h2 {
  font-size: 1.8rem;
}
.gl-prose p {
  max-width: 70ch;
}
.gl-toc {
  position: sticky;
  top: 30px;
  border: 1px solid var(--line);
  padding: 24px;
  background: var(--surface);
  border-radius: var(--radius);
}
.gl-toc ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.gl-toc li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}
.article-photo {
  margin-bottom: 48px;
}
.article-photo img {
  max-height: 560px;
}
.gl-recap {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 45px;
  background: var(--surface);
}
.sources {
  margin-top: 30px;
  font-size: 0.95rem;
}
.sources ul {
  display: flex;
  gap: 16px 28px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.source-note {
  margin-top: 20px;
}
.gl-institution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.gl-institution section {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.gl-institution section h2 {
  font-size: 1.8rem;
}
.gl-institution section p {
  font-size: 1.05rem;
}
.gl-credits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.gl-credit {
  overflow-wrap: anywhere;
}
.gl-credit h2 {
  font-size: 1.4rem;
  margin-top: 24px;
}
.gl-credit p {
  font-size: 0.88rem;
}
.gl-credit img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.gl-site-footer {
  padding: 50px 0;
}
.gl-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 40px;
}
.gl-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
}
.gl-footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}
.gl-footer-brand .gl-brand {
  margin-bottom: 20px;
}
.gl-footer-brand > p {
  max-width: 38ch;
  font-size: 0.92rem;
}
.table-scroll {
  overflow: auto;
}
.table-scroll th {
  font-size: 0.9rem;
}
.table-scroll .gl-price {
  font-size: 1.6rem;
}
.gl-plan summary {
  font-family: Display, sans-serif;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.gl-plan summary .gl-price {
  margin: 0;
}
.gl-standalone-letter {
  max-width: 800px;
  margin: auto;
}
.gl-related {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid var(--line);
}
.gl-plain-list {
  list-style: none;
  padding: 0;
}
.gl-plain-list li {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.pill-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.pill-list li {
  border: 1px solid var(--line);
  border-radius: 50px;
  padding: 9px 16px;
  font-size: 0.9rem;
}
.gl-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;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1000px) {
  .gl-navigation {
    gap: 12px;
    font-size: 0.8rem;
  }
  .gl-brand {
    font-size: 26px;
  }
  .gl-navrow {
    gap: 16px;
  }
  .hero-layout {
    gap: 30px;
  }
  .columns {
    grid-template-columns: 1fr 1fr;
  }
  .gl-prose-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.4fr);
  }
  .gl-plan {
    padding: 22px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 17px;
  }
  .gl-wrap {
    width: calc(100% - 36px);
  }
  h1 {
    font-size: clamp(2.05rem, 8.2vw, 3.3rem);
    max-width: none;
  }
  h2 {
    font-size: 1.85rem;
  }
  h3 {
    font-size: 1.42rem;
  }
  .gl-section {
    padding-block: 46px;
  }
  .gl-hero {
    padding-block: 45px;
  }
  .hero-layout,
  .gl-split,
  .gl-prose-grid,
  .gl-institution,
  .gl-credits,
  .columns,
  .stories,
  .gl-plans,
  .gl-faq,
  .gl-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-layout,
  .gl-split {
    gap: 30px;
  }
  .gl-section-heading {
    display: block;
  }
  .gl-section-heading > p {
    margin-top: 16px;
  }
  .story,
  .note,
  .gl-plan,
  .gl-form-panel,
  .gl-institution section {
    padding: 23px;
  }
  .gl-lead {
    font-size: 1.09rem;
  }
  .gl-js .gl-menu-button {
    display: block;
  }
  .gl-navrow {
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .gl-js .gl-navigation {
    display: none;
  }
  .gl-js .gl-navigation.gl-open {
    display: flex;
  }
  .gl-navigation {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 12px;
  }
  .gl-navigation a {
    padding: 12px;
    font-size: 1rem;
  }
  .gl-navigation .gl-action {
    margin-top: 12px;
  }
  .gl-strap {
    font-size: 0.7rem;
  }
  .gl-band .gl-wrap {
    flex-wrap: wrap;
    gap: 6px;
  }
  .gl-toc {
    position: static;
  }
  .gl-page-title {
    padding-block: 24px 35px;
  }
  .gl-page-title h1 {
    max-width: none;
  }
  .gl-prose-grid .gl-toc {
    order: -1;
  }
  .gl-prose h2 {
    font-size: 1.55rem;
  }
  .gl-price {
    font-size: 2.2rem;
  }
  .gl-plan summary .gl-price {
    font-size: 1.8rem;
  }
  .gl-photo img,
  .gl-hero .gl-photo img {
    aspect-ratio: 4/3;
  }
  .article-photo {
    margin-bottom: 28px;
  }
  .gl-footer-grid {
    gap: 30px;
  }
  .gl-site-footer {
    padding: 38px 0;
  }
  .gl-footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 22px;
  }
  th,
  td {
    padding: 12px;
    font-size: 0.85rem;
  }
  .table-scroll table {
    min-width: 620px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.gl-hero {
  padding-top: 40px;
}
.gl-hero-media .gl-photo img {
  aspect-ratio: 21/9;
  object-position: center;
}
.gl-hero-copy {
  max-width: 1050px;
  padding-top: 48px;
}
.gl-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  max-width: 21ch;
}
.gl-brand svg {
  color: #baa3ff;
}
.gl-track-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.gl-track {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(180px, 0.6fr);
  gap: 30px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.gl-track .gl-track-type {
  font-size: 0.9rem;
  color: #c4c7c5;
}
.gl-track h3 {
  font-size: 2rem;
}
.gl-track p {
  font-size: 1rem;
}
.gl-track .gl-photo {
  margin: 0;
}
.gl-track .gl-photo img {
  aspect-ratio: 16/9;
}
.gl-context-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.gl-context-list article {
  background: var(--surface);
  padding: 32px;
  border-radius: 12px;
}
.gl-context-list article:last-child {
  grid-column: 1/-1;
}
.gl-plans {
  display: block;
}
.gl-plan {
  padding: 26px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.gl-plan.gl-featured {
  border: 0;
  border-bottom: 1px solid var(--line);
}
.gl-plan summary {
  align-items: center;
}
.gl-plan summary:after {
  content: "+";
  font-size: 2rem;
}
.gl-plan[open] summary:after {
  content: "−";
}
.gl-plan-features {
  max-width: 650px;
}
.gl-plan-features ul {
  margin-block: 25px;
}
.gl-plan .badge {
  display: none;
}
.gl-newsletter-layout .gl-standalone-letter {
  max-width: 900px;
}
.gl-form-panel {
  border: 0;
  background: var(--surface);
}
.gl-institution {
  gap: 0 50px;
}
.gl-institution section {
  border: 0;
  border-radius: 0;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}
.gl-institution h2 {
  color: #d3c2ff;
}
.gl-article-top {
  max-width: 960px;
  margin: auto;
}
.gl-article-top > .gl-photo img {
  aspect-ratio: 2/1;
}
.gl-article-top .gl-page-title {
  padding-top: 45px;
}
.gl-prose-grid {
  grid-template-columns: minmax(0, 760px);
  max-width: 960px;
  margin: auto;
}
.gl-prose-grid > .gl-toc {
  position: static;
  grid-row: 1;
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 36px;
}
.gl-toc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
}
.gl-toc li {
  border: 0;
  padding: 0;
}
.gl-site-footer {
  background: #202023;
}
.gl-site-footer .gl-footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}
.gl-section {
  border-color: #414146;
}
.badge {
  color: #d3c2ff;
}
.gl-notice {
  border-color: #686970;
}
.gl-source {
  padding: 22px;
  border: 1px solid var(--line);
  margin-top: 35px;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}
.gl-source p {
  margin-bottom: 8px;
}
.gl-article-layout .gl-photo img {
  object-fit: contain;
  background: var(--surface);
}
.gl-article-layout .gl-photo {
  max-width: 100%;
}
.gl-article-top {
  margin-bottom: 45px;
}
.main-news {
  margin-top: 35px;
}
.gl-home-layout .gl-photo img {
  object-position: 50% 30%;
}
.gl-story-copy .gl-eyebrow {
  font-size: 0.76rem;
}
.gl-form-result:empty {
  display: none;
}
.gl-section-heading h2 {
  max-width: 28ch;
}
.empty-copy {
  max-width: 720px;
}
.gl-credits img {
  object-fit: contain;
  background: var(--surface);
}
.gl-institution h2 {
  line-height: 1.25;
}
.gl-section .gl-prose h2 {
  max-width: 38ch;
}
.gl-brand {
  white-space: nowrap;
}
.gl-navrow > .gl-navigation {
  min-width: 0;
}
.gl-masthead .gl-navrow > div:has(.gl-navigation) {
  flex: 1;
}
.gl-masthead .gl-navrow > div:has(.gl-navigation) .gl-navigation {
  justify-content: flex-end;
}
.gl-footer-bottom {
  color: inherit;
}
.gl-track h3 a {
  text-decoration: none;
}
button:disabled {
  cursor: wait;
  opacity: 0.75;
}
.gl-photo figcaption {
  font-size: 0.8rem;
}
.gl-article-layout .gl-page-title h1 {
  font-size: clamp(2.15rem, 4vw, 3.7rem);
}
.gl-institution p {
  max-width: 75ch;
}
.gl-page-title .gl-eyebrow {
  line-height: 1.7;
}
@media (max-width: 1050px) {
  .gl-plan {
    padding: 24px;
  }
  .gl-plan:last-child {
    gap: 20px;
  }
  .sports-lead,
  .programme,
  .hero-layout {
    gap: 30px;
  }
  .story {
    gap: 26px;
  }
  .story h3 {
    font-size: 1.7rem;
  }
  .gl-context-list {
    gap: 24px;
  }
  .gl-context-list article {
    padding: 22px;
  }
  .article-dossier,
  .gl-article-top {
    gap: 30px;
  }
  .gl-article-top {
    padding: 24px;
  }
  .gl-plan .gl-price {
    font-size: 2rem;
  }
  .gl-institution section {
    gap: 30px;
  }
  .programme-index {
    grid-template-columns: 1fr 1fr;
  }
  .gl-navigation {
    gap: 13px;
  }
  .gl-navigation .gl-action {
    padding: 10px 13px;
  }
}
@media (max-width: 900px) {
  .gl-navrow {
    flex-wrap: wrap;
  }
  .gl-js .gl-menu-button {
    display: block;
  }
  .gl-js .gl-navigation {
    display: none;
  }
  .gl-js .gl-navigation.gl-open {
    display: flex;
  }
  .gl-navigation {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 12px;
  }
  .gl-navigation a {
    padding: 12px;
    font-size: 1rem;
  }
  .gl-masthead .gl-navrow > div:has(.gl-navigation) {
    flex-basis: 100%;
  }
  .gl-context-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .gl-context-list article:last-child {
    grid-column: auto;
  }
  .gl-track {
    grid-template-columns: 70px minmax(0, 1fr);
  }
  .gl-track > .gl-photo {
    grid-column: 2;
  }
  .gl-plan,
  .gl-plan:last-child {
    display: block;
  }
  .gl-plan .gl-price,
  .gl-plan:last-child .gl-price {
    margin: 20px 0;
  }
  .gl-plans {
    grid-template-columns: 1fr;
  }
  .table-scroll {
    display: none;
  }
  .gl-mobile-price-list {
    display: grid;
    gap: 25px;
  }
  .gl-mobile-price-list .gl-plan {
    background: var(--surface);
    padding: 25px;
    border-radius: 15px;
  }
  .sports-lead {
    grid-template-columns: 1.2fr 1fr;
  }
  .story {
    grid-template-columns: 1fr 1fr;
  }
  .gl-hero h1 {
    font-size: clamp(2.6rem, 7vw, 4.5rem);
  }
}
@media (max-width: 760px) {
  .sports-lead,
  .programme,
  .gl-article-top,
  .article-dossier,
  .athlete-strip,
  .gl-context-list,
  .gl-institution,
  .gl-institution section,
  .hero-layout,
  .story,
  .stories,
  .gl-plans,
  .gl-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .gl-hero-copy {
    padding-top: 0;
    margin-bottom: 25px;
  }
  .gl-hero h1 {
    font-size: clamp(2.5rem, 9vw, 3.6rem);
    max-width: none;
    line-height: 1.08;
  }
  .gl-hero .gl-lead {
    font-size: 1.1rem;
  }
  .sports-lead {
    margin-top: 25px;
  }
  .sports-lead > aside {
    padding: 25px;
  }
  .programme {
    gap: 28px;
  }
  .gl-hero-media {
    margin-bottom: 30px;
  }
  .gl-hero-media .gl-photo img {
    aspect-ratio: 4/3;
  }
  .gl-hero .gl-actions {
    gap: 18px;
  }
  .story {
    padding: 24px;
    gap: 26px;
  }
  .story h3 {
    font-size: 1.65rem;
  }
  .story:nth-child(even) figure,
  .story:nth-child(even) .gl-story-copy {
    order: 0;
  }
  .story .gl-photo img {
    aspect-ratio: 4/3;
  }
  .gl-context-list article {
    display: block;
  }
  .gl-context-list article h3 {
    margin-bottom: 18px;
  }
  .gl-plan,
  .gl-plan:last-child {
    display: block;
    grid-column: auto;
    padding: 25px;
  }
  .gl-plan summary {
    gap: 15px;
    flex-wrap: wrap;
  }
  .gl-plan summary .gl-price {
    margin: 0;
    font-size: 1.8rem;
  }
  .programme-index {
    gap: 12px;
    margin-top: 25px;
  }
  .programme-index a {
    font-size: 0.93rem;
    padding: 15px;
  }
  .gl-institution section {
    margin: 0;
    padding: 25px 0;
  }
  .gl-institution section:nth-child(even) {
    margin-left: 0;
  }
  .layout-letters .gl-institution section {
    padding: 25px;
    margin-bottom: 20px;
  }
  .gl-institution section h2 {
    margin-bottom: 0;
  }
  .gl-institution section p {
    font-size: 1.03rem;
  }
  .gl-article-top {
    padding: 0;
    gap: 30px;
    background: transparent;
  }
  .gl-article-layout .gl-page-title h1 {
    font-size: 2.05rem;
    max-width: none;
  }
  .gl-article-top .gl-page-title {
    padding: 0;
  }
  .gl-article-top > .gl-photo img,
  .gl-article-top .gl-photo img {
    aspect-ratio: 4/3;
    max-height: 450px;
    object-fit: contain;
  }
  .gl-article-top > .gl-photo {
    margin: 0;
  }
  .gl-prose-grid {
    margin-top: 30px;
  }
  .article-dossier aside {
    grid-row: 1;
  }
  .article-dossier aside .gl-photo img {
    max-height: 340px;
    object-fit: contain;
  }
  .gl-toc {
    position: static;
  }
  .gl-track {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .gl-track > .gl-photo {
    grid-column: auto;
  }
  .gl-track h3 {
    font-size: 1.65rem;
  }
  .hero-panorama {
    margin-top: 25px;
  }
  .hero-panorama img {
    max-height: 330px;
  }
  .gl-section-heading {
    margin-bottom: 28px;
  }
  .gl-form-panel {
    padding: 24px;
  }
  .gl-hero-copy .gl-actions {
    justify-content: flex-start;
  }
  .layout-letters .gl-hero-copy,
  .layout-steep .gl-hero-copy {
    text-align: left;
  }
  .gl-hero h1,
  .gl-hero p {
    margin-inline: 0;
  }
  .badge {
    margin-bottom: 18px;
  }
  .gl-section {
    padding-block: 48px;
  }
  .gl-feature .gl-photo img {
    aspect-ratio: 4/3;
  }
  .gl-footer-grid {
    gap: 30px;
  }
  .gl-site-footer .gl-footer-grid {
    grid-template-columns: 1fr;
  }
  .gl-masthead .gl-navrow {
    justify-content: space-between;
  }
  .gl-masthead .gl-brand {
    font-size: 26px;
  }
  .gl-navrow > .gl-navigation {
    flex-basis: 100%;
  }
  .gl-institution h2 {
    font-size: 1.55rem;
  }
  .gl-recap {
    padding: 24px;
  }
}
.gl-layout-dala .gl-plan summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  align-items: center;
}
.gl-layout-dala .gl-plan summary:after {
  text-align: right;
}
@media (max-width: 760px) {
  .gl-layout-dala .gl-plan summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 12px;
  }
  .gl-layout-dala .gl-plan summary > span {
    grid-column: 1;
    grid-row: 1;
  }
  .gl-layout-dala .gl-plan summary > .gl-price {
    grid-column: 1;
    grid-row: 2;
  }
  .gl-layout-dala .gl-plan summary:after {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}
@media (max-width: 1050px) {
  .layout-flying .stories {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .gl-prose-grid,
  .article-dossier {
    grid-template-columns: minmax(0, 1fr);
  }
  .gl-prose-grid > .gl-toc,
  .article-dossier > aside {
    grid-row: 1;
    position: static;
  }
  .article-dossier > aside .gl-photo img {
    max-height: 400px;
    object-fit: contain;
  }
  .gl-prose-grid {
    gap: 35px;
  }
  .article-dossier {
    gap: 35px;
  }
}
@media (max-width: 360px) {
  .gl-wrap {
    width: calc(100% - 28px);
  }
  .gl-brand {
    gap: 7px;
  }
  .gl-brand svg {
    width: 26px;
    height: 26px;
  }
  .gl-masthead .gl-brand {
    font-size: 24px;
  }
  .gl-menu-button {
    padding: 10px;
  }
  .programme-index {
    grid-template-columns: 1fr;
  }
  .gl-hero h1 {
    font-size: 2.5rem;
  }
  .story,
  .gl-form-panel,
  .gl-plan {
    padding: 20px;
  }
  .gl-article-layout .gl-page-title h1 {
    font-size: 1.95rem;
  }
}
