/* ============================================================
   The Folio
   Newspaper components on top of site.css. Baskerville for everything
   that is read, Optima for everything that labels, dashed rules as in
   the rest of the Core Folio family. Mobile first.
   ============================================================ */

:root {
  --menu-w: 208px;
  --rule: rgba(38, 34, 29, 0.28);
  --picture-edge: inset 0 0 0 1px rgba(38, 34, 29, 0.08);
}

html.dark {
  --rule: rgba(239, 233, 223, 0.26);
  --picture-edge: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.story-title,
.pick-title,
.page-title {
  text-wrap: balance;
}

.story-tldr,
.pick-why,
.pick-sub,
.standfirst,
.edition-lead,
.colophon p {
  font-variant-numeric: oldstyle-nums;
}

/* ---------- Type ---------- */

.page-title,
.dateline,
.standfirst,
.story-title,
.story-tldr,
.pick-title,
.pick-sub,
.pick-why,
.edition-date,
.edition-lead,
.colophon,
.source-list li {
  font-family: var(--serif);
}

.masthead-kicker,
.section-h,
.pick-kicker,
.story-meta,
.pick-meta,
.group-h,
.tag,
.source-host {
  font-family: var(--sans);
}

.story-title,
.pick-title,
.edition-date {
  font-weight: 600;
  letter-spacing: 0;
}

.section-h,
.masthead-kicker,
.pick-kicker {
  font-weight: 600;
}

.story-tldr {
  font-size: 18px;
  line-height: 1.5;
}

.story-meta {
  font-size: 14.5px;
  letter-spacing: 0.01em;
}

.story,
.edition-row,
.source-list li {
  border-bottom-style: dashed;
}

.colophon {
  border-top-style: dashed;
}

.story-media,
.pick-media,
.pick-art {
  background: var(--wash-sage);
  border-color: var(--line);
}

.pick-art {
  box-shadow: 0 4px 14px rgba(40, 34, 28, 0.16);
}

html {
  scroll-behavior: smooth;
  hanging-punctuation: first last;
}

body {
  overscroll-behavior-y: auto;
}

main {
  max-width: 680px;
  padding: calc(92px + env(safe-area-inset-top, 0px)) 24px 120px;
}

/* ---------- Masthead: a nameplate with an Oxford rule ---------- */

.masthead {
  margin-bottom: 44px;
  text-align: center;
}

.masthead .page-title {
  margin: 0 0 14px;
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}

main .masthead .page-title a {
  color: inherit;
  font-weight: inherit;
}

.masthead-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 9px 2px 8px;
  border-top: 1px solid var(--rule);
  border-bottom: 3px double var(--rule);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
}

.masthead-line .dateline {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: var(--ink);
}

.masthead-line a {
  color: inherit;
  font-weight: inherit;
}

.masthead-line a:hover {
  color: var(--ink);
  text-decoration: none;
}

.masthead-kicker,
.section-h {
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--sage-deep);
}

.standfirst {
  margin: 18px auto 0;
  max-width: 52ch;
  font-size: 19px;
  line-height: 1.5;
  font-style: italic;
  color: var(--body);
  text-wrap: pretty;
}

/* ---------- Sections: a centred heading with rules either side ---------- */

.section {
  margin-bottom: 52px;
  scroll-margin-top: 20px;
}

.section-h {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  border: 0;
}

.section-h::before,
.section-h::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--rule);
}

.section-h span {
  flex: none;
}

.group-h {
  margin: 34px 0 0;
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ink);
}

.group-h:first-of-type {
  margin-top: 8px;
}

.group-h + .stories .story:first-child {
  padding-top: 14px;
}

/* ---------- Stories ---------- */

.stories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.story {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.story:last-child {
  border-bottom: 0;
}

.story-title {
  font-size: 19px;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--ink);
  text-wrap: pretty;
}

main .story-title a {
  font-weight: inherit;
  color: inherit;
  transition: color 160ms ease;
}

/* The title carries the link; the whole row is its tap target. */
.story-title a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.story:hover .story-title a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--sage);
  text-decoration-skip-ink: none;
}

/* Read stories quieten down. */
main .story-title a:visited {
  color: var(--muted);
}

.story-tldr {
  margin-top: 7px;
  font-size: 17px;
  line-height: 1.52;
  color: var(--body);
  text-wrap: pretty;
}

.story-meta {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.story-source {
  color: var(--sage-deep);
  font-weight: 550;
}

.front .story-title {
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.016em;
}

.front .story-lead .story-title {
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.front .story-tldr {
  font-size: 18px;
}

.front .story {
  padding: 24px 0;
}

.finally .story-title {
  font-size: 21px;
}

@media (min-width: 660px) {
  .front .story:not(.story-lead) .story-title {
    font-size: 22px;
  }
}

/* ---------- Pictures ---------- */

.story.has-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 156px;
  gap: 22px;
  align-items: start;
}

.story-media {
  position: relative;
  margin: 4px 0 0;
  width: 156px;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  overflow: hidden;
  background: var(--wash-sage);
}

.story-media::after,
.pick-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: var(--picture-edge);
  pointer-events: none;
}

.story-media img,
.pick-media img,
.pick-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* The front page, the first story of each section and the closing
   story carry their pictures wide. */
.front .story.has-media,
.finally .story.has-media,
.section .story-lead.has-media {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.front .story-media,
.finally .story-media,
.section .story-lead .story-media {
  order: -1;
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}

/* ---------- Contents: the cover's list of sections ---------- */

.contents {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
}

.contents-row.has-thumb {
  grid-template-columns: minmax(0, 1fr) 92px;
}

.contents-row:last-child {
  border-bottom: 0;
}

.contents-title {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--ink);
}

main .contents-title a {
  color: inherit;
  font-weight: inherit;
}

.contents-title a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.contents-row:hover .contents-title a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--sage);
}

.contents-sub {
  margin-top: 5px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage-deep);
}

.contents-lead {
  margin-top: 7px;
  font-family: var(--serif);
  font-size: 16.5px;
  line-height: 1.4;
  color: var(--muted);
  text-wrap: pretty;
}

.contents-thumb {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--wash-sage);
}

.contents-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contents-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: var(--picture-edge);
  pointer-events: none;
}

/* ---------- Section pages ---------- */

.section-masthead .page-title {
  font-size: 50px;
}

.section-plain {
  margin-top: 4px;
}

.turn {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}

main .turn a {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
  text-wrap: balance;
}

.turn-next {
  text-align: right;
  margin-left: auto;
}

.turn-kicker {
  display: block;
  margin-bottom: 4px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
}

main .turn a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--sage);
}

/* ---------- Opening a section: the page turns, the name becomes the title ---------- */

@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 240ms;
}

@media (prefers-reduced-motion: reduce) {
  @view-transition {
    navigation: none;
  }
}

/* ---------- Leaves: inside a section, one story at a time ---------- */

html:has(body.section-page) {
  scroll-snap-type: y proximity;
  scroll-padding-top: 18px;
}

.leaves .story {
  display: block;
  padding: 28px 0 30px;
  border-bottom: 0;
  scroll-snap-align: start;
  scroll-margin-top: 18px;
}

.leaves .story + .story {
  position: relative;
}

.leaves .story + .story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  border-top: 1px solid var(--rule);
  transform: translateX(-50%);
}

.leaves .story.has-media {
  display: flex;
  flex-direction: column;
}

.leaves .story.has-media .story-media {
  order: -1;
}

.leaves .story .story-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 16px;
  border-radius: 10px;
}

.leaves .story .story-gallery {
  margin-bottom: 14px;
}

.leaves .story-title {
  font-size: 25px;
  line-height: 1.2;
}

.leaves .story-tldr {
  margin-top: 10px;
  font-size: 18.5px;
  line-height: 1.5;
}

.story-kicker {
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-variant-numeric: tabular-nums;
}

.section-page .section-h {
  margin-top: 8px;
}

@media (min-width: 660px) {
  .leaves .story .story-media {
    aspect-ratio: 16 / 10;
  }

  .leaves .story-title {
    font-size: 27px;
  }
}

/* ---------- Tabs: a grouped section's sub-sections, across the top ---------- */

.tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 4px;
  margin: -12px -24px 22px;
  padding: calc(10px + env(safe-area-inset-top, 0px)) 20px 0 calc(var(--menu-cw, 116px) + 34px);
  overflow-x: auto;
  scrollbar-width: none;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tab {
  flex: none;
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  margin: 0;
  padding: 13px 10px 14px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease;
}

.tab-count {
  margin-left: 6px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted-soft);
  font-variant-numeric: tabular-nums;
}

.tab[aria-selected="true"] {
  color: var(--ink);
  border-bottom-color: var(--sage-deep);
}

.tab[aria-selected="true"] .tab-count {
  color: var(--sage-deep);
}

.tab:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: -2px;
  border-radius: 6px;
}

/* With JavaScript, one panel shows at a time; the heading inside the
   panel is redundant with the tab and is hidden. */
html.js .panel[data-hidden] {
  display: none;
}

html.js .panel-h {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

html.js .panel.is-entering {
  animation: panel-in 220ms ease both;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateX(var(--from, 12px));
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.js .panel.is-entering {
    animation: none;
  }
}

@media (max-width: 780px) {
  .tabs {
    margin: -8px -20px 18px;
    padding-left: calc(var(--menu-cw, 116px) + 24px);
    padding-right: 14px;
  }
}

/* ---------- Galleries: a strip of photographs to swipe ---------- */

.story.has-gallery {
  display: flex;
  flex-direction: column;
}

.story-gallery {
  position: relative;
  z-index: 1;
  order: -1;
  margin: 0 0 16px;
}

.gallery-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-radius: 10px;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-track:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 4px;
}

.gallery-slide {
  position: relative;
  flex: 0 0 82%;
  scroll-snap-align: start;
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  overflow: hidden;
  background: var(--wash-sage);
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: var(--picture-edge);
  pointer-events: none;
}

.gallery-caption {
  margin: 9px 2px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.gallery-count {
  color: var(--sage-deep);
  font-variant-numeric: tabular-nums;
}

@media (min-width: 660px) {
  .gallery-slide {
    flex-basis: 44%;
  }
}

/* ---------- Picks: today's read and listen ---------- */

.picks-grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.picks-listen {
  display: grid;
  gap: 16px;
}

.pick {
  position: relative;
  padding: 24px 26px 22px;
}

.pick-body {
  min-width: 0;
}

.pick-media {
  position: relative;
  margin: 0 0 18px;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  overflow: hidden;
  background: var(--wash-sage);
}

.pick-listen {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  align-content: start;
}

.pick-listen:not(.has-art) {
  grid-template-columns: minmax(0, 1fr);
}

.pick-art {
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.pick-head {
  min-width: 0;
}

.pick-listen .pick-why,
.pick-listen .pick-meta {
  grid-column: 1 / -1;
}

.pick-listen .pick-why {
  margin-top: 0;
}

.pick-listen .pick-meta {
  margin-top: 0;
}

.pick-kicker {
  font-size: 12.5px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sage-deep);
  margin-bottom: 12px;
}

.pick-head .pick-kicker {
  margin-bottom: 7px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.pick-listen .pick-art {
  margin-top: 2px;
}

.pick-title {
  font-size: 20px;
  line-height: 1.28;
  font-weight: 650;
  letter-spacing: -0.014em;
  color: var(--ink);
  text-wrap: pretty;
}

main .pick-title a {
  font-weight: inherit;
  color: inherit;
}

.pick-title a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.pick:hover .pick-title a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--sage);
  text-decoration-skip-ink: none;
}

.pick-sub {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--muted);
  text-wrap: pretty;
}

.pick-why {
  margin-top: 12px;
  font-size: 16.5px;
  line-height: 1.5;
  color: var(--body);
  text-wrap: pretty;
}

.pick-meta {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}

main .pick-meta a {
  position: relative;
  z-index: 1;
  color: var(--sage-deep);
  font-weight: 550;
}

main .pick-meta a:hover {
  color: var(--ink);
}

.tag {
  display: inline-block;
  padding: 1px 8px 2px;
  border-radius: 9px;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.02em;
  color: var(--muted);
  vertical-align: 1px;
}

/* Wider screens: the read is a feature with its cover beside the text,
   the listens sit side by side. */
@media (min-width: 660px) {
  .pick-read.has-cover {
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
  }

  .pick-read.has-cover .pick-media {
    margin: 2px 0 0;
  }
}

/* ---------- Colophon ---------- */

.colophon {
  margin-top: 12px;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
  text-wrap: pretty;
}

.colophon .ornament {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
  color: var(--sage);
  margin-bottom: 14px;
}

.colophon > p:not(.ornament):not(.colophon-links) {
  max-width: 48ch;
  margin-inline: auto;
}

.colophon a {
  color: var(--sage-deep);
  font-weight: 550;
}

.colophon a:hover {
  color: var(--ink);
}

.colophon-links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 22px;
  font-family: var(--sans);
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

main .colophon p + p {
  margin-top: 14px;
}

/* ---------- Archive ---------- */

.editions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.edition-row {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.edition-row:last-child {
  border-bottom: 0;
}

.edition-date {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--ink);
}

main .edition-date a {
  color: inherit;
  font-weight: inherit;
}

.edition-date a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.edition-row:hover .edition-date a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--sage);
}

.edition-lead {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--muted);
  text-wrap: pretty;
}

/* ---------- Sources ---------- */

.source-group + .source-group {
  margin-top: 8px;
}

.source-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.source-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
}

.source-list li:last-child {
  border-bottom: 0;
}

.source-host {
  font-size: 14px;
  color: var(--muted);
  white-space: nowrap;
}

/* ---------- Menu: the Sections pill sits top left and opens downwards ---------- */

.menu {
  top: calc(env(safe-area-inset-top, 0px) + 16px);
  bottom: auto;
  left: 24px;
}

.menu-inner {
  top: 0;
  bottom: auto;
  flex-direction: column-reverse;
}

.menu-divider {
  order: -1;
}

/* ---------- Mobile ---------- */

@media (max-width: 780px) {
  main {
    padding: calc(84px + env(safe-area-inset-top, 0px)) 20px 110px;
  }

  .masthead {
    margin-bottom: 40px;
  }


  .dateline {
    font-size: 19px;
  }

  .standfirst {
    font-size: 17px;
  }

  .section {
    margin-bottom: 46px;
  }

  .story {
    padding: 18px 0;
  }

  .story-title {
    font-size: 18.5px;
  }

  .story-tldr {
    font-size: 16.5px;
  }

  .front .story {
    padding: 20px 0;
  }

  .front .story-title {
    font-size: 21px;
  }

  .front .story-lead .story-title {
    font-size: 24px;
  }

  .front .story-tldr {
    font-size: 17px;
  }

  .pick {
    padding: 22px 22px 20px;
    border-radius: 16px;
  }

  .story.has-media {
    grid-template-columns: minmax(0, 1fr) 108px;
    gap: 16px;
  }

  .story-media {
    width: 108px;
    margin-top: 3px;
  }

  .pick-listen {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px 14px;
  }

  .pick-art {
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }

  .menu,
  .menu.is-open {
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    left: 16px;
    margin-left: 0;
  }

  .menu-inner {
    left: 0;
    transform: none;
  }

  .menu-inner a,
  .menu.is-open .menu-trigger {
    text-align: left;
  }

  .menu:not(.is-open) .menu-trigger {
    width: calc(var(--menu-cw) - 48px);
    text-align: center;
  }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* ---------- Mobile type ---------- */

@media (max-width: 780px) {
  .masthead .page-title {
    font-size: 48px;
  }

  .masthead-line {
    font-size: 11px;
    letter-spacing: 0.1em;
    gap: 12px;
  }

  .masthead-owner {
    display: none;
  }

  .section-masthead .page-title {
    font-size: 40px;
  }

  .contents-title {
    font-size: 23px;
  }

  .contents-row.has-thumb {
    grid-template-columns: minmax(0, 1fr) 76px;
    gap: 14px;
  }

  .contents-thumb {
    width: 76px;
    height: 76px;
  }

  main .turn a {
    font-size: 19px;
  }

  .standfirst {
    font-size: 17.5px;
  }

  .story-tldr {
    font-size: 17px;
  }

  .front .story-lead .story-title {
    font-size: 26px;
  }

  .front .story-tldr {
    font-size: 17.5px;
  }
}
