/* GIRI — a sharper edition of the existing newspaper identity. */
html { scroll-padding-top: 8rem; }
body { font-size: 1rem; line-height: 1.5; }
body::before { opacity: .045; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: wait; opacity: .5; }
:focus-visible { outline: 3px solid var(--news-blue); outline-offset: 4px; }
section[id], footer[id] { scroll-margin-top: 7rem; }
.site-shell, .page-shell { max-width: 1800px; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 400; top: 8px; left: 16px; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-160%); font: 700 1rem/1.3 var(--sans); }
.skip-link:focus { transform: none; }
.page-content-anchor { display: block; scroll-margin-top: 7rem; }
.micro-label { font-size: .75rem; line-height: 1.4; letter-spacing: .09em; }
.solid-button, .line-button, .text-button, .arrow-link { font-size: .875rem; line-height: 1.4; letter-spacing: .045em; }
.solid-button { max-width: 100%; min-height: 48px; padding: 12px 20px; gap: 20px; }
.solid-button:hover { transform: none; }
.line-button { min-height: 44px; }
.venue-strip { font-size: .75rem; height: 28px; letter-spacing: .055em; }
.site-header { top: 28px; grid-template-columns: auto 1fr auto; gap: 28px; background: var(--paper); }
.site-header nav { justify-self: center; gap: clamp(6px, 1.3vw, 24px); }
.site-header nav a { font-size: .875rem; }
.wordmark small { font-size: .75rem; line-height: 1.3; max-width: 94px; }
.open-status { font-size: .75rem; line-height: 1.35; max-width: 155px; text-align: right; }
.header-spacer { height: 106px; }

/* The front page: one strong image, one clear invitation. */
.frontpage { border-bottom: 1px solid var(--ink); background: var(--paper); }
.frontpage-edition { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px var(--pad); border-bottom: 1px solid var(--ink); font: 700 .75rem/1.4 var(--sans); letter-spacing: .065em; }
.frontpage-edition span:first-child { color: var(--news-blue); }
.frontpage-spread { display: grid; grid-template-columns: 1.04fr 1fr; min-height: 535px; }
.frontpage-story { padding: 35px var(--pad) 38px; background: var(--news-pink); border-right: 1px solid var(--ink); }
.frontpage-story h1 { margin: 0; }
.frontpage-logo { width: clamp(185px, 21vw, 325px); margin-bottom: 20px; }
.frontpage-headline { display: block; font: 400 clamp(64px, 7.2vw, 116px)/.96 var(--serif); letter-spacing: -.065em; }
.frontpage-headline em { color: var(--news-blue); font-weight: 400; }
.frontpage-story > p { margin: 24px 0; max-width: 440px; font: 400 clamp(1rem, 1.35vw, 1.25rem)/1.5 var(--serif); }
.frontpage-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; }
.frontpage-visit { display: flex; align-items: center; gap: 14px; min-height: 44px; border-bottom: 1px solid var(--ink); font: 700 .875rem/1.4 var(--sans); }
.frontpage-visit:hover { color: var(--news-blue); }
.frontpage-visual { position: relative; display: flex; min-width: 0; padding: 28px 28px 95px; background: var(--news-blue); }
.frontpage-visual figure { position: relative; width: 100%; min-height: 350px; background: var(--ink); border: 1px solid var(--ink); overflow: hidden; }
.frontpage-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.frontpage-visual figcaption { position: absolute; bottom: 0; inset-inline: 0; padding: 12px 16px; color: var(--paper); background: linear-gradient(transparent, rgba(0,0,0,.72)); font: 700 .75rem/1.4 var(--sans); letter-spacing: .05em; }
.frontpage-about { position: absolute; right: 32px; bottom: 26px; width: clamp(225px, 24vw, 310px); padding: 18px 22px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 6px 6px 0 var(--ink); transform: rotate(-2deg); transition: transform .25s, background .25s; }
.frontpage-about:hover { transform: rotate(0deg) translateY(-3px); background: var(--news-pink); }
.frontpage-about > span { display: flex; align-items: center; justify-content: space-between; font: 700 .75rem/1.4 var(--sans); letter-spacing: .06em; }
.frontpage-about strong { display: block; padding-block: 10px 14px; font: 400 clamp(24px, 2.6vw, 36px)/1.05 var(--serif); letter-spacing: -.035em; }
.frontpage-about > span:last-child { border-top: 1px solid var(--hairline); padding-top: 8px; }
.frontpage-about i { font-style: normal; font-size: 20px; }
.frontpage-week { display: grid; grid-template-columns: 1.15fr .8fr 1.1fr 1fr; border-top: 1px solid var(--ink); }
.frontpage-week > * { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px 20px; border-right: 1px solid var(--ink); font: .875rem/1.4 var(--sans); }
.frontpage-week > :last-child { border-right: 0; }
.frontpage-week b { font-size: .75rem; }
.frontpage-hours { background: var(--ink); color: var(--paper); }
.frontpage-week a:hover { background: var(--news-pink); }
.frontpage-next { display: flex; align-items: center; gap: 24px; width: 100%; min-height: 72px; padding: 18px var(--pad); border: 0; border-top: 1px solid var(--ink); background: var(--paper); text-align: left; }
.frontpage-next > span:first-child { padding: 7px 9px; background: var(--news-blue); color: white; font: 700 .75rem/1.3 var(--sans); letter-spacing: .06em; flex-shrink: 0; }
.frontpage-next time { font: 700 .875rem/1.3 var(--sans); text-transform: uppercase; white-space: nowrap; }
.frontpage-next strong { font: 400 clamp(1.25rem, 2vw, 1.75rem)/1.15 var(--serif); }
.frontpage-next-detail { margin-left: auto; display: flex; align-items: center; gap: 22px; font: .875rem/1.3 var(--sans); }
.frontpage-next i { font-size: 26px; font-style: normal; }
.frontpage-next:hover { background: var(--news-pink); }

/* Readable editorial rhythm, shared by every page. */
.section-intro, .crossword-heading { padding-block: 48px 32px; }
.section-intro h2, .crossword-heading h2, .label-index-header h2 { line-height: .98; letter-spacing: -.055em; font-size: clamp(48px, 6.5vw, 96px); }
.section-intro p, .crossword-heading p, .label-index-header p { font-size: 1.0625rem; line-height: 1.5; }
.programme-note { grid-template-columns: 1fr; gap: 12px; }
.live-dot { font-size: .75rem; }
.programme-board { grid-template-columns: minmax(0, 2.9fr) minmax(290px, 1fr); }
.programme-calendar { padding-block: 24px 36px; padding-right: 28px; }
.calendar-label, .panel-index, .crossword-edition { font-size: .75rem; line-height: 1.4; gap: 12px; padding-bottom: 12px; }
.calendar-wrap { overflow: visible; }
.calendar { min-width: 0; }
.calendar-loading { min-height: 450px; padding: 30px 0; }
.calendar-toolbar { flex-wrap: wrap; gap: 14px; padding-block: 22px 14px; }
.month-nav { gap: 12px; }
.month-nav button { width: 44px; height: 44px; }
.month-nav h3 { font-size: 1.875rem; min-width: 175px; }
.event-filters { justify-content: flex-start; gap: 5px; }
.event-filters button, .menu-tabs button { min-height: 42px; padding: 9px 12px; font-size: .875rem; line-height: 1.3; }
.calendar-context { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; font: .75rem/1.4 var(--sans); }
.calendar-today { border: 0; padding: 8px 0 8px 12px; background: transparent; font: 700 .875rem/1.3 var(--sans); text-decoration: underline; text-underline-offset: 4px; }
.weekday-row > span { font-size: .75rem; line-height: 1.4; padding: 12px 8px; background: var(--ink); color: var(--paper); }
.calendar-grid { grid-template-rows: none; grid-auto-rows: minmax(138px, auto); }
.calendar-day { padding: 12px 8px; min-width: 0; }
.calendar-date-line { display: flex; align-items: center; gap: 8px; }
.calendar-number { font-size: 1.75rem; }
.calendar-mobile-day { display: none; }
.calendar-today-label { font: 700 .75rem/1.2 var(--sans); color: var(--news-blue); }
.calendar-day.is-today { box-shadow: inset 0 0 0 2px var(--news-blue); background: #e2eafa; }
.calendar-day.is-past .calendar-number { color: #5e6464; }
.day-status { position: static; display: block; margin-top: 6px; font: .75rem/1.3 var(--sans); opacity: 1; color: #555b5a; text-transform: none; }
.day-status:empty { display: none; }
.calendar-event { position: relative; padding: 9px 8px 10px; min-height: 58px; font-size: .875rem; line-height: 1.4; text-transform: none; overflow-wrap: anywhere; }
.calendar-event > span { font-size: .75rem; line-height: 1.3; opacity: .8; padding-right: 12px; margin-bottom: 6px; }
.calendar-event i { position: absolute; right: 6px; top: 7px; font-size: 14px; font-style: normal; }
.calendar-empty { padding: 18px; margin: 16px 0 0; border: 1px solid var(--hairline); font-size: 1rem; }
.calendar-empty a { display: block; color: var(--news-blue); text-decoration: underline; margin-top: 8px; }
.programme-feature { display: flex; padding: 24px 24px 36px; }
.calendar-preview-top { font-size: .75rem; line-height: 1.4; gap: 12px; }
.calendar-preview h3 { font-size: 2rem; line-height: 1.05; margin: 16px 0 10px; }
.calendar-preview p, .calendar-preview.is-empty p { font-size: 1rem; line-height: 1.5; max-width: none; }
.calendar-preview-date { align-items: center; padding-block: 12px; }
.calendar-preview-date strong { line-height: 1; }
.calendar-preview-date span, .calendar-preview dt { font-size: .75rem; line-height: 1.4; }
.calendar-preview dd { font-size: .875rem; line-height: 1.4; }
.calendar-preview dl div { grid-template-columns: 60px 1fr; padding: 10px 0; }
.calendar-empty-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin: 20px 0; }
.featured-link { font-size: .875rem; min-height: 46px; }
.programme-key { grid-template-columns: repeat(3, auto); font-size: .75rem; line-height: 1.4; gap: 12px; padding-top: 14px; }

/* The BACI index keeps its compact record-store character. */
.home-label-index { padding-top: 44px; background: var(--news-grey); }
.home-label-index .label-index-header { min-height: 0; padding-bottom: 32px; }
.label-index-header { gap: 48px; grid-template-columns: 1fr 1fr; }
.label-index-header > div:last-child strong { font-size: .75rem; line-height: 1.4; }
.label-platform-buttons { margin-top: 22px; }
.label-platform-buttons a { grid-template-columns: 28px 1fr auto; min-height: 72px; gap: 12px; padding: 12px; }
.label-platform-buttons span { font-size: .875rem; line-height: 1.3; }
.label-platform-buttons small { font-size: .75rem; line-height: 1.3; opacity: .8; font-weight: 400; text-transform: none; }
.label-index-grid { grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); height: 660px; }
.label-index-filters { min-height: 48px; }
.label-index-filters button { font-size: .75rem; line-height: 1.4; padding: 10px 7px; }
.label-index-columns, .label-index-entries > a { grid-template-columns: 66px minmax(0, 1fr) 20px; gap: 12px; }
.label-index-columns > :nth-child(2), .label-index-columns > :nth-child(4), .label-index-entries > a > :nth-child(2), .label-index-entries > a > :nth-child(4) { display: none; }
.label-index-columns { font-size: .75rem; line-height: 1.4; padding-block: 10px; }
.label-index-entries > a { min-height: 72px; padding: 14px 16px; }
.label-index-entries > a > span { font-size: .75rem; line-height: 1.4; }
.label-index-entries > a > strong { font-size: 1.125rem; line-height: 1.3; overflow-wrap: anywhere; }
.label-index-about { grid-template-columns: auto 1fr; align-items: start; gap: 18px; padding: 18px 16px; border-top: 1px solid var(--ink); }
.label-index-about span { font-size: .75rem; line-height: 1.5; }
.label-index-about p { font-size: .875rem; line-height: 1.5; }
.label-index-preview { min-width: 0; grid-template-rows: minmax(220px, 1fr) auto; }
.label-index-image { min-height: 0; }
.label-index-image img { object-fit: contain; filter: none; }
.label-index-image::after { display: none; }
.label-index-image span { font-size: .75rem; line-height: 1.4; }
.label-index-meta { padding: 22px; }
.label-index-meta > span { font-size: .75rem; line-height: 1.4; }
.label-index-meta h3 { font-size: 1.875rem; line-height: 1.1; margin-block: 12px; }
.label-index-meta p { font-size: 1rem; line-height: 1.4; }
.label-index-actions > * { font-size: .875rem; line-height: 1.4; padding-block: 12px; min-height: 44px; gap: 10px; }
.label-index-footer { padding: 0; }
.label-index-footer > * { font-size: .75rem; line-height: 1.4; padding: 18px 14px; }
.label-index-footer a:hover { color: var(--ink); }

/* A quiet receiver that doesn't cover the page until it is opened. */
.floating-radio, .floating-radio.is-collapsed { width: min(410px, calc(100vw - 32px)); right: 20px; bottom: max(16px, env(safe-area-inset-bottom)); box-shadow: 4px 4px 0 var(--ink); }
.floating-radio.is-collapsed { width: min(278px, calc(100vw - 32px)); }
.floating-radio-bar { padding: 0; min-height: 58px; }
.floating-radio-bar .receiver-toggle { width: 100%; min-height: 58px; padding: 10px 14px; border: 0; display: flex; align-items: center; gap: 12px; text-align: left; }
.floating-radio-bar .receiver-toggle > span { font-size: .875rem; line-height: 1.3; display: block; letter-spacing: .035em; }
.receiver-toggle > span:nth-child(2) { min-width: 0; flex: 1; }
.receiver-toggle small { display: block; margin-top: 3px; font-size: .75rem; font-weight: 400; letter-spacing: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 290px; }
.floating-radio-bar .receiver-toggle .receiver-signal { display: grid; place-items: center; width: 32px; height: 32px; background: var(--ink); color: var(--news-pink); flex-shrink: 0; font-size: 20px; }
.receiver-signal.is-playing { color: white; }
.receiver-toggle > b { margin-left: auto; font: 400 24px/1 var(--sans); }
.floating-radio-body { padding: 16px; }
.floating-radio-now strong { font-size: 1rem; line-height: 1.3; }
.floating-radio-now span { font-size: .75rem; line-height: 1.4; opacity: .85; }
.floating-radio-now img { filter: none; }
.floating-radio-controls { grid-template-columns: 44px 44px 44px 1fr; gap: 8px; }
.floating-radio-play, .floating-radio-skip { width: 44px; height: 44px; font-size: 1rem; }
.floating-radio-controls > span { grid-column: 4; text-align: right; font-size: .75rem; line-height: 1.3; }
.floating-radio-links { grid-template-columns: auto 1fr; font-size: .75rem; line-height: 1.4; gap: 10px; }
.floating-radio-links a:last-child { grid-column: 1 / -1; min-height: 30px; text-align: right; }
.floating-radio-error, .receiver-privacy { font: .75rem/1.5 var(--sans); text-transform: none; }

/* The back page, inner stories and practical details. */
.crossword-section { background: var(--paper); }
.crossword-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.crossword-board-wrap, .crossword-clues { padding-top: 32px; padding-bottom: 40px; }
.crossword-grid { margin-top: 22px; }
.crossword-cell > span { font-size: .75rem; top: 2px; left: 3px; }
.crossword-cell input { font-size: clamp(16px, 2vw, 28px); padding-top: 18%; }
.crossword-status p { font-size: .875rem; line-height: 1.4; text-transform: none; letter-spacing: 0; }
.crossword-status { min-height: 55px; }
.clue-column h3 { font-size: 1.75rem; line-height: 1.2; }
.clue-column button { font-size: 1rem; line-height: 1.5; min-height: 48px; padding-block: 12px; }
.clue-column button strong { font-size: .875rem; line-height: 1.5; }
.crossword-actions { flex-wrap: wrap; gap: 10px 20px; }
.page-hero { min-height: 510px; grid-template-columns: 1fr 1.15fr; }
.page-hero > img { min-height: 510px; filter: saturate(.7) contrast(1.05); }
.page-hero::after { display: none; }
.page-hero-copy h1 { font-size: clamp(52px, 6.5vw, 104px); line-height: 1; letter-spacing: -.055em; }
.page-hero-copy p { line-height: 1.5; }
.story-copy h2, .facts-section h2, .included-section h2, .booking-content h2, .formats-intro h2, .route-guide-heading h2 { line-height: 1.02; letter-spacing: -.045em; font-size: clamp(40px, 4.8vw, 72px); }
.story-copy p, .booking-content p, .formats-intro p, .route-active-card p { line-height: 1.5; font-size: 1rem; }
.fact-card p, .included-card p, .formats-list p { font-size: 1rem; line-height: 1.5; }
.fact-card h3, .included-card h3 { line-height: 1.15; }
.fact-card > span, .included-card > span { font-size: .75rem; line-height: 1.4; }
.route-active-card > span, .route-active-card > small, .route-itinerary-top, .route-source-note, .route-maps-link span { font-size: .75rem; line-height: 1.5; }
.route-step-list strong { font-size: 1rem; line-height: 1.4; }
.route-active-card > strong, .route-maps-link strong { line-height: 1.08; }
.route-step-list span, .route-map-marker span, .route-map-caption { font-size: .75rem; }
.menu-tabs { flex-wrap: wrap; gap: 6px; }
.menu-item h3 { font-size: 1.375rem; line-height: 1.25; }
.menu-item p, .menu-footnote { font-size: .875rem; line-height: 1.5; }
.menu-item > strong { font-size: 1rem; line-height: 1.4; white-space: nowrap; }
#contact { padding-top: 40px; padding-bottom: 120px; }
.footer-topline, .footer-bottom { font-size: .75rem; line-height: 1.5; gap: 20px; }
.footer-columns p { font-size: 1.25rem; line-height: 1.5; }
.footer-columns a { display: inline-block; min-height: 40px; text-underline-offset: 5px; }
.footer-columns a:hover { text-decoration: underline; color: var(--news-pink); }
.footer-bottom a { min-height: 44px; }
.footer-wordmark { max-width: 1100px; }

/* Native dialogs supply focus containment, Escape and modal semantics. */
.event-dialog { padding: 0; border: 0; background: transparent; color: var(--ink); max-width: calc(100vw - 32px); max-height: calc(100svh - 32px); overflow: auto; }
.event-dialog::backdrop, .booking-dialog::backdrop { background: rgba(15, 20, 28, .78); backdrop-filter: blur(4px); }
.event-modal { width: min(940px, calc(100vw - 32px)); max-height: none; box-shadow: none; }
.event-modal-copy h2, .booking-panel h2 { line-height: 1.05; }
.event-modal-copy dt { font-size: .75rem; line-height: 1.5; }
.event-modal-copy dd, .event-description { font-size: 1rem; line-height: 1.5; }
.modal-close { width: 44px; height: 44px; }
.event-modal-copy { padding-top: 60px; }
.booking-dialog { padding: 0; border: 0; color: var(--ink); background: transparent; margin: 0 0 0 auto; max-width: 100vw; max-height: 100svh; width: min(620px, 100vw); height: 100svh; }
.booking-panel { max-width: 100%; height: 100%; }
.booking-top { font-size: .75rem; line-height: 1.4; min-height: 52px; }
.booking-top button { width: 52px; }
.form-grid label { font-size: .875rem; line-height: 1.4; gap: 8px; }
.form-grid input, .form-grid select, .form-grid textarea { font-size: 1rem; line-height: 1.4; background: var(--paper); min-height: 48px; }
.booking-explanation { font-size: .875rem; line-height: 1.5; }
.form-optional { font-size: .75rem; font-weight: 400; text-transform: none; }
.form-grid label:has(.form-optional) { grid-template-columns: 1fr auto; align-content: start; }
.form-grid label:has(.form-optional) input { grid-column: 1 / -1; }
.booking-summary { white-space: pre-wrap; font: 1rem/1.6 var(--serif); margin-block: 0 24px; padding: 20px; border: 1px solid var(--ink); background: var(--paper); overflow-wrap: anywhere; }
.booking-success { min-height: 0; }
.booking-success .line-button { justify-self: start; margin-top: 18px; }
.reveal, .media-reveal { opacity: 1; transform: none; clip-path: none; }
.reveal-ready:not(.is-visible) { opacity: 0; transform: translateY(12px); }
.reveal.is-visible { clip-path: none; }

@media (min-width: 1450px) {
  .frontpage-spread { min-height: 610px; }
  .frontpage-story { padding-top: 45px; }
}
@media (max-width: 1250px) {
  .open-status, .wordmark small { display: none; }
  .programme-board { grid-template-columns: minmax(0, 2.3fr) minmax(260px, 1fr); }
  .programme-calendar { padding-left: 24px; padding-right: 24px; }
  .programme-feature { padding-inline: 20px; }
  .frontpage-week > * { flex-wrap: wrap; gap: 4px 10px; padding: 14px; }
  .frontpage-headline { font-size: clamp(64px, 8vw, 104px); }
  .crossword-clues { gap: 22px; padding-inline: 24px; }
  .facts-section, .included-section { grid-template-columns: 1fr; }
  .facts-section > .reveal:first-child, .included-section > .reveal:first-child { border-right: 0; border-bottom: 1px solid var(--ink); }
}
@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { justify-self: stretch; max-height: calc(100svh - 105px); overflow-y: auto; }
  .site-header nav a { font-size: 1.125rem; min-height: 50px; }
  .frontpage-spread { grid-template-columns: 1fr 1fr; }
  .frontpage-story { padding: 30px 24px; }
  .frontpage-logo { width: 190px; }
  .frontpage-headline { font-size: clamp(56px, 8vw, 76px); }
  .frontpage-actions { gap: 8px; }
  .frontpage-visual { padding: 18px 18px 100px; }
  .frontpage-about { right: 24px; width: calc(100% - 54px); padding: 16px; }
  .frontpage-edition span:last-child { display: none; }
  .programme-board { grid-template-columns: 1fr; }
  .programme-feature { display: block; border-top: 1px solid var(--ink); padding: 28px var(--pad); }
  .calendar-preview-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); column-gap: 28px; }
  .calendar-preview-top { grid-column: 1 / -1; }
  .calendar-preview-image { grid-column: 1; grid-row: 2 / 7; align-self: start; margin-top: 18px; }
  .calendar-preview-date, .calendar-preview h3, .calendar-preview p, .calendar-preview dl, .calendar-preview .featured-link { grid-column: 2; }
  .programme-key { width: max-content; }
  .crossword-layout { grid-template-columns: 1fr; }
  .crossword-clues { grid-template-columns: 1fr 1fr; padding-inline: var(--pad); }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero > img { grid-column: 1; min-height: 360px; max-height: 480px; }
  .label-index-header { gap: 24px; }
  .label-platform-buttons { grid-template-columns: 1fr; }
  .label-platform-buttons a + a { border-left: 0; border-top: 1px solid var(--ink); }
  .label-index-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
}
@media (max-width: 640px) {
  :root { --pad: 20px; }
  html { scroll-padding-top: 6.5rem; }
  .venue-strip { font-size: .75rem; height: 26px; }
  .venue-strip span:last-child { letter-spacing: 0; }
  .site-header { top: 26px; min-height: 66px; }
  .header-spacer { height: 92px; }
  .frontpage-edition { padding-block: 11px; gap: 10px; }
  .frontpage-edition span:nth-child(2) { font-size: .75rem; max-width: 180px; text-align: right; }
  .frontpage-spread { grid-template-columns: 1fr; }
  .frontpage-story { padding: 28px var(--pad); border-right: 0; }
  .frontpage-story h1 { display: grid; grid-template-columns: 1fr; }
  .frontpage-logo { width: 190px; margin-bottom: 14px; }
  .frontpage-headline { font-size: clamp(64px, 17vw, 96px); }
  .frontpage-story > p { margin-block: 20px; font-size: 1.0625rem; }
  .frontpage-actions { gap: 10px 22px; }
  .frontpage-visual { min-height: 365px; padding: 18px var(--pad) 82px; border-top: 1px solid var(--ink); }
  .frontpage-visual figure { min-height: 260px; }
  .frontpage-about { width: 220px; right: 26px; bottom: 24px; padding: 14px 18px; }
  .frontpage-about strong { font-size: 26px; }
  .frontpage-week { grid-template-columns: 1fr 1fr; }
  .frontpage-week > * { min-height: 62px; border-bottom: 1px solid var(--ink); }
  .frontpage-week > :nth-child(2n) { border-right: 0; }
  .frontpage-week > :nth-last-child(-n+2) { border-bottom: 0; }
  .frontpage-next { flex-wrap: wrap; gap: 10px 16px; padding-block: 18px; }
  .frontpage-next strong { flex: 1 1 60%; }
  .frontpage-next-detail { flex-basis: 100%; justify-content: space-between; }
  .section-intro, .crossword-heading { padding-block: 34px 24px; }
  .section-intro h2, .crossword-heading h2, .label-index-header h2 { font-size: clamp(48px, 13vw, 74px); }
  .calendar-label > span:last-child { display: none; }
  .programme-calendar { padding-inline: var(--pad); }
  .calendar-toolbar { flex-direction: row; }
  .event-filters { width: 100%; }
  .event-filters button { flex: 1 1 auto; padding-inline: 8px; }
  .month-nav { width: 100%; justify-content: space-between; }
  .calendar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(140px, auto); }
  .weekday-row { display: none; }
  .calendar-mobile-day { display: block; font: 700 .75rem/1.3 var(--sans); }
  .calendar-today-label { margin-left: auto; }
  .calendar-day { padding: 12px 10px; }
  .calendar-day.is-empty { display: none; }
  .calendar-preview-content { display: block; }
  .calendar-preview-image { aspect-ratio: 16/10; max-height: 240px; }
  .calendar-preview.is-empty { min-height: 0; }
  .calendar-empty-photo { max-height: 230px; }
  .home-label-index { padding-top: 34px; }
  .label-index-header { grid-template-columns: 1fr; gap: 24px; }
  .label-platform-buttons { grid-template-columns: 1fr 1fr; }
  .label-platform-buttons a { gap: 8px; padding: 12px 8px; grid-template-columns: 22px 1fr; }
  .label-platform-buttons a + a { border-top: 0; border-left: 1px solid var(--ink); }
  .label-platform-buttons a > i { display: none; }
  .label-platform-buttons small { font-size: .75rem; }
  .home-label-index .label-index-grid { height: auto; grid-template-columns: 1fr; }
  .label-index-list { border-right: 0; }
  .label-index-entries { max-height: 420px; }
  .label-index-preview { border-top: 1px solid var(--ink); grid-template-columns: 1fr; grid-template-rows: 280px auto; }
  .label-index-meta { padding: 20px; }
  .label-index-footer { grid-template-columns: 1fr; }
  .label-index-footer > * { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); text-align: left !important; font-size: .875rem; }
  .crossword-clues { grid-template-columns: 1fr; }
  .crossword-cell > span { font-size: .75rem; line-height: 1; top: 1px; left: 1px; }
  .crossword-cell input { font-size: 16px; padding-top: 28%; }
  .crossword-grid { max-width: 460px; }
  .floating-radio, .floating-radio.is-collapsed { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); }
  .floating-radio.is-collapsed { width: 252px; }
  .page-hero-copy { padding-block: 34px; }
  .page-hero-copy h1 { font-size: clamp(52px, 13vw, 76px); }
  .fact-grid, .included-grid { grid-template-columns: 1fr; }
  .event-modal { grid-template-columns: 1fr; }
  .event-modal > figure { min-height: 0; height: 220px; }
  .event-modal-copy { padding: 26px 20px; }
  .footer-bottom { grid-template-columns: 1fr auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal, .reveal-ready:not(.is-visible), .media-reveal { opacity: 1; transform: none; clip-path: none; }
}
