:root {
  --bg: #ffffff;
  --ink: #17191c;
  --accent: #fbe1d1;
  --surface: #f2f2f3;
  --muted: #454b50;
  --line: #a9b2b7;
  --action: #17191c;
  --action-ink: #ffffff;
  --radius: 12px;
  --button-radius: 8px;
}
@font-face {
  font-family: Display;
  src: url("fonts/literata.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Body;
  src: url("fonts/inter.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;
}
.sz-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.5;
}
.sz-consent input {
  margin-top: 4px;
}
.sz-wrap {
  width: min(1220px, calc(100% - 64px));
  margin-inline: auto;
}
.sz-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-200%);
  z-index: 100;
  background: var(--ink);
  color: var(--bg);
  padding: 12px;
}
.sz-skip:focus {
  transform: none;
}
.sz-masthead {
  border-bottom: 1px solid var(--line);
}
.sz-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;
}
.sz-brand svg {
  width: 32px;
  height: 32px;
  flex: none;
}
.sz-navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 25px;
}
.sz-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.87rem;
}
.sz-navigation a {
  text-decoration: none;
}
.sz-navigation a[aria-current="page"] {
  text-decoration: underline;
}
.sz-navigation .sz-action {
  padding: 10px 18px;
  font-size: 0.85rem;
}
.sz-strap {
  font-size: 0.79rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.band {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.band .sz-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.sz-menu-button {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 14px;
}
.sz-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;
}
.sz-action:hover {
  filter: brightness(0.94);
}
.sz-textlink {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
.sz-eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.sz-lead {
  font-size: 1.2rem;
  line-height: 1.65;
  max-width: 65ch;
}
.sz-section {
  padding-block: 80px;
  border-bottom: 1px solid var(--line);
}
.sz-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}
.sz-section-heading > p {
  max-width: 45ch;
}
.sz-hero {
  padding-block: 72px;
}
.sz-hero-copy {
  max-width: 790px;
}
.sz-hero .sz-photo {
  margin: 0;
}
.sz-photo img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: var(--radius);
}
.sz-hero .sz-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;
}
.sz-hero .sz-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;
}
.sz-stories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.sz-story {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.sz-story figure {
  margin-bottom: 26px;
}
.sz-story .sz-photo img {
  aspect-ratio: 16/10;
}
.sz-story > p {
  font-size: 1rem;
}
.sz-story h3 a {
  text-decoration: none;
}
.sz-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;
}
.sz-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.sz-reading {
  max-width: 740px;
}
.sz-small {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--muted);
}
.sz-notice {
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.86rem;
  line-height: 1.6;
}
.sz-form-panel {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.sz-form-result {
  margin-top: 18px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.sz-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.sz-plan {
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: var(--radius);
  background: var(--surface);
}
.sz-plan.sz-featured {
  border: 2px solid var(--ink);
}
.sz-plan h3 {
  font-size: 1.5rem;
}
.sz-price {
  font-family: Display, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 24px 0;
}
.sz-price small {
  font:
    400 0.9rem/1.4 Body,
    sans-serif;
  white-space: nowrap;
}
.sz-plan li {
  font-size: 0.94rem;
}
.sz-plan .sz-action {
  margin-top: 15px;
}
.sz-badge {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 50px;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.sz-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;
}
.sz-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;
}
.sz-breadcrumbs li {
  margin: 0;
}
.sz-page-title {
  padding-block: 44px 60px;
}
.sz-page-title h1 {
  max-width: 25ch;
}
.sz-prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(0, 1fr);
  gap: 70px;
}
.sz-prose section {
  margin-bottom: 44px;
}
.sz-prose section:last-child {
  margin-bottom: 0;
}
.sz-prose h2 {
  font-size: 1.8rem;
}
.sz-prose p {
  max-width: 70ch;
}
.sz-toc {
  position: sticky;
  top: 30px;
  border: 1px solid var(--line);
  padding: 24px;
  background: var(--surface);
  border-radius: var(--radius);
}
.sz-toc ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.sz-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;
}
.sz-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;
}
.sz-institution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.sz-institution section {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.sz-institution section h2 {
  font-size: 1.8rem;
}
.sz-institution section p {
  font-size: 1.05rem;
}
.sz-credits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.sz-credit {
  overflow-wrap: anywhere;
}
.sz-credit h2 {
  font-size: 1.4rem;
  margin-top: 24px;
}
.sz-credit p {
  font-size: 0.88rem;
}
.sz-credit img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.sz-site-footer {
  padding: 50px 0;
}
.sz-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 40px;
}
.sz-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
}
.sz-footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
}
.sz-footer-brand .sz-brand {
  margin-bottom: 20px;
}
.sz-footer-brand > p {
  max-width: 38ch;
  font-size: 0.92rem;
}
.table-scroll {
  overflow: auto;
}
.table-scroll th {
  font-size: 0.9rem;
}
.table-scroll .sz-price {
  font-size: 1.6rem;
}
.sz-plan summary {
  font-family: Display, sans-serif;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.sz-plan summary .sz-price {
  margin: 0;
}
.sz-standalone-letter {
  max-width: 800px;
  margin: auto;
}
.sz-related {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid var(--line);
}
.sz-plain-list {
  list-style: none;
  padding: 0;
}
.sz-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;
}
.sz-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) {
  .sz-navigation {
    gap: 12px;
    font-size: 0.8rem;
  }
  .sz-brand {
    font-size: 26px;
  }
  .sz-navrow {
    gap: 16px;
  }
  .hero-layout {
    gap: 30px;
  }
  .columns {
    grid-template-columns: 1fr 1fr;
  }
  .sz-prose-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.4fr);
  }
  .sz-plan {
    padding: 22px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 17px;
  }
  .sz-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;
  }
  .sz-section {
    padding-block: 46px;
  }
  .sz-hero {
    padding-block: 45px;
  }
  .hero-layout,
  .sz-split,
  .sz-prose-grid,
  .sz-institution,
  .sz-credits,
  .columns,
  .sz-stories,
  .sz-plans,
  .sz-faq,
  .sz-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-layout,
  .sz-split {
    gap: 30px;
  }
  .sz-section-heading {
    display: block;
  }
  .sz-section-heading > p {
    margin-top: 16px;
  }
  .sz-story,
  .note,
  .sz-plan,
  .sz-form-panel,
  .sz-institution section {
    padding: 23px;
  }
  .sz-lead {
    font-size: 1.09rem;
  }
  .sz-js .sz-menu-button {
    display: block;
  }
  .sz-navrow {
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .sz-js .sz-navigation {
    display: none;
  }
  .sz-js .sz-navigation.sz-open {
    display: flex;
  }
  .sz-navigation {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 12px;
  }
  .sz-navigation a {
    padding: 12px;
    font-size: 1rem;
  }
  .sz-navigation .sz-action {
    margin-top: 12px;
  }
  .sz-strap {
    font-size: 0.7rem;
  }
  .band .sz-wrap {
    flex-wrap: wrap;
    gap: 6px;
  }
  .sz-toc {
    position: static;
  }
  .sz-page-title {
    padding-block: 24px 35px;
  }
  .sz-page-title h1 {
    max-width: none;
  }
  .sz-prose-grid .sz-toc {
    order: -1;
  }
  .sz-prose h2 {
    font-size: 1.55rem;
  }
  .sz-price {
    font-size: 2.2rem;
  }
  .sz-plan summary .sz-price {
    font-size: 1.8rem;
  }
  .sz-photo img,
  .sz-hero .sz-photo img {
    aspect-ratio: 4/3;
  }
  .article-photo {
    margin-bottom: 28px;
  }
  .sz-footer-grid {
    gap: 30px;
  }
  .sz-site-footer {
    padding: 38px 0;
  }
  .sz-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;
  }
}

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