:root {
  color-scheme: light;
  --ink: #111418;
  --muted: #5e6874;
  --line: #c8ced6;
  --paper: #fbfaf7;
  --panel: #eef2f6;
  --blue: #102a43;
  --red: #027F2D;
  --gold: #c29340;
  --shadow: 0 24px 70px rgba(17, 20, 24, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: #dfe5ec;
  color: var(--ink);
  font-family: "Source Sans 3", Arial, sans-serif;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-shell {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 24px;
  min-height: 100svh;
  padding: 24px;
}

body.is-quota-locked .app-shell,
body.is-quota-locked .site-disclaimer {
  filter: grayscale(1);
  opacity: 0.34;
  pointer-events: none;
  user-select: none;
}

.share-shell {
  min-height: 100vh;
  padding: 24px;
}

.creator {
  align-self: start;
  position: sticky;
  top: 24px;
}

.brand-strip,
.control-panel {
  background: #ffffff;
  border: 1px solid rgba(17, 20, 24, 0.08);
  box-shadow: 0 14px 34px rgba(17, 20, 24, 0.08);
}

.brand-strip {
  padding: 16px 20px 14px;
  border-bottom: 4px solid var(--blue);
}

.brand-topline {
  display: flex;
  gap: 14px;
  align-items: start;
  justify-content: flex-start;
}

.kicker,
.edition,
.section-label {
  margin: 0;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-strip h2 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  line-height: 0.95;
}

.generator-subtitle {
  margin: 5px 0 0;
  color: var(--ink);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.header-countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  max-width: 260px;
  color: var(--red);
  font-family: "Source Sans 3", Arial, sans-serif;
  text-align: left;
}

.header-countdown__title {
  margin: 0;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
}

.header-countdown .flip-clock {
  gap: 8px;
  justify-content: flex-start;
}

.header-countdown .flip-unit {
  min-width: 34px;
  gap: 4px;
  color: var(--red);
  font-size: 0.52rem;
}

.header-countdown .flip-card {
  min-height: 28px;
  border-color: rgba(2, 127, 45, 0.55);
  background:
    linear-gradient(#027F2D 0 49%, #026f28 50% 100%);
  box-shadow: 0 3px 8px rgba(2, 127, 45, 0.18);
  color: #ffffff;
  font-size: 1.025rem;
}

.header-countdown__kicker {
  flex-basis: 100%;
  margin-top: 7px;
}

.masthead-subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
}

.ai-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.generator-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--red);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.control-panel {
  display: grid;
  gap: 12px;
  margin-top: 10px;
  padding: 14px;
}

.season-notice {
  display: grid;
  gap: 3px;
  border: 2px solid var(--red);
  background: rgba(2, 127, 45, 0.08);
  color: var(--blue);
  padding: 10px 12px;
  font-weight: 800;
}

.season-notice[hidden] {
  display: none;
}

.season-notice strong {
  color: var(--red);
}

.season-notice span {
  color: var(--muted);
  line-height: 1.35;
}

.file-drop {
  display: grid;
  gap: 3px;
  padding: 12px;
  border: 1px dashed #8c98a6;
  background: var(--panel);
}

.file-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.file-drop__title {
  font-weight: 800;
  color: var(--blue);
}

.file-drop__hint {
  color: var(--muted);
}

.file-drop__privacy {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.field-grid label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.field-grid span {
  font-size: 0.85rem;
  font-weight: 800;
}

.field-grid input,
.select-wrap select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #b7c0ca;
  background: #fff;
  color: var(--ink);
  padding: 8px 10px;
}

.field-grid .checkbox-field {
  grid-column: span 2;
  grid-row: 2;
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 38px;
  align-self: end;
  border: 1px solid rgba(2, 127, 45, 0.28);
  background: rgba(2, 127, 45, 0.06);
  padding: 7px 10px;
}

.place-field {
  grid-column: 2;
  grid-row: 1;
}

.field-grid .checkbox-field input {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
  cursor: pointer;
}

.field-grid .checkbox-mark {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #b7c0ca;
  background: #ffffff;
  box-sizing: border-box;
}

.field-grid .checkbox-field input:checked + .checkbox-mark {
  border-color: #027F2D;
  background: #027F2D;
}

.field-grid .checkbox-field input:checked + .checkbox-mark::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  content: "";
  transform: rotate(45deg);
}

.field-grid .checkbox-field span {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
}

.select-wrap {
  position: relative;
  display: block;
}

.select-wrap select {
  appearance: none;
  padding-right: 36px;
}

.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  content: "";
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

.timing-field {
  display: grid;
  gap: 5px;
}

.timing-field span {
  font-size: 0.85rem;
  font-weight: 800;
}

.span-2 {
  grid-column: span 2;
}

.secondary {
  border: 1px solid #9ca8b5;
  background: #f7f9fb;
  color: var(--blue);
  width: 100%;
  min-height: 38px;
  padding: 7px 10px;
  font-weight: 800;
}

.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.span-action {
  grid-column: 1 / -1;
}

.primary {
  grid-column: 1 / -1;
  min-height: 42px;
  border: 0;
  background: var(--red);
  color: white;
  padding: 10px 14px;
  font-weight: 900;
  transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.primary:disabled {
  cursor: wait;
  background: rgba(2, 127, 45, 0.38);
  color: rgba(255, 255, 255, 0.82);
  opacity: 0.82;
}

.status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.status:empty {
  display: none;
}

.status.is-error {
  color: #AE0638;
}

.share-result {
  display: grid;
  gap: 4px;
  border: 2px solid var(--red);
  background: rgba(2, 127, 45, 0.08);
  color: var(--blue);
  padding: 12px;
  font-weight: 800;
}

.share-result[hidden] {
  display: none;
}

.festival-notes[hidden] {
  display: none;
}

.share-result strong {
  color: var(--red);
}

.share-result__name {
  color: var(--blue);
  font-size: 0.95rem;
}

.share-result a {
  color: var(--blue);
  overflow-wrap: anywhere;
}

.inline-copy {
  justify-self: start;
  min-height: 38px;
  border: 1px solid var(--red);
  background: #ffffff;
  color: var(--red);
  padding: 7px 10px;
  font-weight: 900;
}

.share-result span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.paper-wrap {
  position: relative;
  display: grid;
  gap: 18px;
  place-items: start center;
}

.preview-loader {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: 50%;
  display: none;
  align-items: center;
  gap: 12px;
  width: min(calc(100% - 32px), 560px);
  transform: translateX(-50%);
  border: 2px solid var(--red);
  background: rgba(251, 250, 247, 0.96);
  box-shadow: 0 16px 36px rgba(17, 20, 24, 0.18);
  padding: 12px 14px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 900;
  color: var(--blue);
}

.preview-loader.is-visible {
  display: flex;
}

.spinner {
  display: inline-grid;
  grid-template-columns: repeat(3, 10px);
  gap: 5px;
  min-width: 40px;
}

.spinner span {
  width: 10px;
  height: 28px;
  background: var(--red);
  animation: tap 0.82s infinite ease-in-out;
}

.spinner span:nth-child(2) {
  animation-delay: 0.12s;
}

.spinner span:nth-child(3) {
  animation-delay: 0.24s;
}

.preview-loader p {
  margin: 0;
  line-height: 1.25;
}

.preview-loader .loader-warning {
  margin-top: 5px;
  color: #c26a00;
  font-size: 0.92rem;
}

.newspaper.is-loading {
  filter: grayscale(0.15);
  opacity: 0.58;
}

@keyframes tap {
  0%,
  80%,
  100% {
    transform: scaleY(0.55);
  }

  40% {
    transform: scaleY(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  to {
    background-position: -220% 0;
  }
}

.newspaper {
  width: min(100%, 1120px);
  max-width: 100%;
  min-width: 0;
  background: var(--paper);
  border: 1px solid #bec5cd;
  box-shadow: var(--shadow);
  padding: clamp(18px, 3.2vw, 34px);
  font-family: Merriweather, Georgia, serif;
}

.masthead {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  border-bottom: 4px double var(--ink);
  padding-bottom: 12px;
}

.masthead h2 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 9vw, 6.8rem);
  line-height: 0.85;
}

.masthead-home-link {
  color: inherit;
  text-decoration: none;
}

.masthead-home-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.meta {
  display: grid;
  gap: 4px;
  min-width: 160px;
  text-align: right;
  font-family: "Source Sans 3", Arial, sans-serif;
  color: var(--muted);
}

.meta strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.headline-block {
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--line);
}

.headline-block h1,
.headline-block h3 {
  max-width: 900px;
  margin: 4px 0 8px;
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(2.1rem, 5.5vw, 5rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.headline-block p:last-child {
  max-width: 780px;
  margin: 0;
  color: #353b43;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 700;
}

.text-loader {
  display: none;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
  border: 1px solid rgba(2, 127, 45, 0.35);
  background: rgba(2, 127, 45, 0.08);
  color: var(--red);
  padding: 9px 11px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
}

.text-loader.is-visible {
  display: flex;
}

.mini-spinner {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(2, 127, 45, 0.2);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin 0.72s linear infinite;
  flex: 0 0 auto;
}

.headline-block.is-loading-text h1,
.headline-block.is-loading-text h3,
.headline-block.is-loading-text > p:not(.section-label) {
  color: transparent;
  background:
    linear-gradient(90deg, rgba(2, 127, 45, 0.08), rgba(2, 127, 45, 0.2), rgba(2, 127, 45, 0.08));
  background-size: 220% 100%;
  border-radius: 2px;
  animation: shimmer 1.1s infinite linear;
}

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 22px;
  margin-top: 20px;
}

.photo-frame {
  margin: 0;
}

.photo-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(16, 42, 67, 0.12), rgba(143, 45, 43, 0.12)),
    #e8edf2;
  border: 1px solid var(--line);
}

.photo-frame img:not([src]) {
  min-height: 340px;
}

.photo-frame figcaption {
  padding-top: 7px;
  color: var(--muted);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 0.9rem;
}

.article-copy {
  min-width: 0;
  column-count: 1;
  font-size: 1rem;
  line-height: 1.72;
}

.photo-column-text {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.72;
}

.photo-column-text p {
  margin: 0 0 14px;
}

.article-text p {
  margin: 0 0 14px;
  white-space: pre-line;
}

.article-text p:last-child {
  margin-bottom: 0;
}

blockquote {
  max-width: 100%;
  min-width: 0;
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 6px solid var(--gold);
  background: #f1eee6;
  font-size: 1.22rem;
  font-weight: 900;
  hyphens: auto;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-inline-quote {
  margin: 14px 0;
  border-left-color: var(--red);
  background: rgba(2, 127, 45, 0.08);
  color: var(--ink);
  font-size: 1.08rem;
}

.article-text > .article-inline-quote:first-child {
  margin-top: 14px;
}

.article-summary-quote {
  margin-top: 14px;
  font-size: 1.14rem;
}

.paper-side {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 3px solid var(--ink);
}

.paper-side section {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.paper-side .gilde-box {
  border: 2px solid var(--red);
  border-top-width: 5px;
  padding: 12px;
  background: rgba(2, 127, 45, 0.055);
}

.gilde-box h4 {
  color: var(--red);
}

.paper-side h4 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 1.05rem;
  line-height: 1.15;
}

.paper-side p,
.ticker li {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
}

.static-band {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 3px solid var(--ink);
  font-family: "Source Sans 3", Arial, sans-serif;
}

.static-band h4 {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.2;
}

.static-band p {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.festival-schedule {
  columns: 2;
  column-gap: 34px;
  margin: 0;
  padding-left: 18px;
}

.festival-schedule li {
  break-inside: avoid;
  margin-bottom: 8px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.sponsor-card {
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: inherit;
  text-decoration: none;
}

.sponsor-card img {
  display: block;
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.site-disclaimer {
  width: 100%;
  background: var(--red);
  color: #ffffff;
  padding: 34px clamp(20px, 5vw, 58px) 38px;
  font-family: "Source Sans 3", Arial, sans-serif;
}

.site-disclaimer h2 {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.site-disclaimer p {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 0.88rem;
  line-height: 1.62;
}

.site-disclaimer p:last-child {
  margin-bottom: 0;
}

.footer-brandline {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.footer-mark {
  width: 34px;
  max-height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
}

.flip-clock {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flip-unit {
  display: grid;
  gap: 5px;
  min-width: 82px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.flip-card {
  position: relative;
  display: grid;
  min-height: 54px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  background:
    linear-gradient(#1f2f27 0 49%, #17251e 50% 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 8px 18px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 900;
  line-height: 1;
}

.flip-card::before {
  position: absolute;
  inset: 50% 0 auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.55);
  content: "";
}

.flip-card.is-flipping {
  animation: flipTick 0.42s ease;
}

.quota-overlay {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(17, 20, 24, 0.46);
}

.quota-overlay[hidden] {
  display: none;
}

.quota-lock {
  width: min(100%, 760px);
  border: 4px solid #AE0638;
  background: #fffdf8;
  box-shadow: 0 30px 90px rgba(17, 20, 24, 0.34);
  padding: clamp(24px, 5vw, 46px);
  text-align: center;
}

.quota-lock__eyebrow {
  margin: 0 0 8px;
  color: #AE0638;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quota-lock h2 {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1.45rem, 4vw, 2.25rem);
  line-height: 1.12;
}

.quota-lock p {
  margin: 0 auto 18px;
  max-width: 620px;
  color: #29313b;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
}

.quota-clock {
  justify-content: center;
  margin: 22px auto 18px;
}

.quota-clock .flip-unit {
  color: #AE0638;
}

.quota-clock .flip-card {
  background:
    linear-gradient(#AE0638 0 49%, #8f052f 50% 100%);
  border-color: rgba(174, 6, 56, 0.34);
  color: #ffffff;
}

.quota-lock .quota-lock__note {
  margin-bottom: 0;
  color: #5b323d;
  font-size: 0.92rem;
}

@keyframes flipTick {
  0% {
    transform: rotateX(0deg);
  }

  48% {
    transform: rotateX(-10deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 16px;
}

.privacy-link {
  display: inline;
  margin: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.copyright-line {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.9;
  font-size: 0.82rem;
  line-height: 1.35;
}

.privacy-dialog {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(17, 20, 24, 0.58);
  padding: 18px;
}

.privacy-dialog[hidden] {
  display: none;
}

.privacy-dialog__panel {
  position: relative;
  width: min(100%, 760px);
  max-height: min(86vh, 820px);
  overflow: auto;
  background: #ffffff;
  color: var(--ink);
  border: 3px solid var(--red);
  padding: 24px;
  font-family: "Source Sans 3", Arial, sans-serif;
}

.privacy-dialog__panel h2 {
  margin: 0 40px 14px 0;
  color: var(--red);
  font-size: 1.35rem;
}

.privacy-dialog__panel h3 {
  margin: 18px 0 6px;
  color: var(--blue);
  font-size: 1rem;
}

.privacy-dialog__panel p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.privacy-dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 900;
}

.side-article p {
  white-space: pre-line;
}

.ticker ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

@media (min-width: 1180px) {
  .article-copy {
    font-size: 1.03rem;
  }
}

@media (max-width: 860px) {
  body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .app-shell {
    display: block;
    height: auto;
    min-height: 100vh;
    overflow: visible;
    padding: 14px;
  }

  .share-shell {
    padding: 14px;
  }

  .creator {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    margin-bottom: 18px;
  }

  .paper-wrap {
    max-height: none;
    overflow: visible;
  }

  .lead-grid,
  .paper-side {
    grid-template-columns: 1fr;
  }

  .lead-grid > *,
  .paper-side > *,
  .article-text,
  .photo-column-text {
    max-width: 100%;
    min-width: 0;
  }

  .lead-grid {
    gap: 0;
  }

  .article-text > .article-inline-quote:first-child {
    margin-top: 0;
  }

  .sponsor-grid {
    grid-template-columns: 1fr;
  }

  .festival-schedule {
    columns: 1;
  }

  .masthead {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .brand-topline {
    display: grid;
  }

  .header-countdown {
    max-width: none;
    justify-content: flex-start;
    text-align: left;
  }

  .header-countdown .flip-clock {
    justify-content: flex-start;
  }

  .footer-brandline {
    gap: 8px;
    align-items: flex-start;
  }

  .footer-mark {
    width: 44px;
    max-height: 58px;
  }

  .copyright-line {
    font-size: 0.76rem;
    line-height: 1.22;
  }

  .field-grid,
  .actions {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: auto;
  }

  .field-grid .checkbox-field {
    grid-column: auto;
    grid-row: auto;
  }

  .place-field {
    grid-column: auto;
    grid-row: auto;
  }

  .newspaper {
    padding: 16px;
  }

  .masthead {
    display: grid;
  }

  .meta {
    min-width: 0;
    text-align: left;
  }

  .photo-frame img:not([src]) {
    min-height: 230px;
  }

  .preview-loader {
    align-items: flex-start;
    top: 12px;
    font-size: 0.92rem;
  }
}
