/* I caratteri stanno dentro la cartella: la pagina funziona anche
   senza collegamento a internet. Tondo, corsivo e nero. */

@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(caratteri/archivo-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(caratteri/archivo-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(caratteri/archivo-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(caratteri/archivo-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(caratteri/archivo-black-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(caratteri/archivo-black-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   Memorie Da Un Vinile — direzione grafica "Etichetta 45"
   Carta color crema, inchiostro quasi nero, vermiglio come unico accento.
   Display: Archivo Black maiuscolo. Testo: Archivo.
   -------------------------------------------------------------------------- */

:root {
  --paper: #efe3cd;
  --paper-card: #f8f0e0;
  --ink: #21160f;
  --ink-soft: #4a3a2b;
  --ink-faint: #6d5c48;
  --rule: #ddcdb0;
  --accent: #c8452c;
  --accent-deep: #9d3220;
  --on-accent: #fff6e6;
  --on-ink: #d9c9ae;

  --shell: 1180px;
  --gutter: clamp(1.25rem, 3.5vw, 2.75rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* Etichette maiuscole spaziate: il tic tipografico di tutta la pagina. */
.label,
.tab,
.chip,
.btn,
.cover-tag,
.tabs-meta,
.memory-kicker,
.memory-record,
.footer {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page {
  min-height: 100vh;
  padding-bottom: 3rem;
}

/* ---------------------------------------------------------------- topbar -- */

.topbar {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  padding: 0.9rem var(--gutter);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topbar nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.6rem;
}

.topbar nav a {
  align-items: center;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  min-height: 2.75rem;
  text-transform: uppercase;
}

.topbar nav a:hover {
  color: var(--accent);
}

.chip-tiktok {
  background: var(--accent);
  color: var(--on-accent);
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0 1.1rem;
}

.chip-tiktok:hover {
  background: var(--on-accent);
  color: var(--ink);
}

/* --------------------------------------------------------------- copertina */

.cover-wrap {
  margin: 0 auto;
  max-width: var(--shell);
  padding: clamp(1.25rem, 2.5vw, 1.75rem) var(--gutter) 0;
}

.cover {
  border: 5px solid var(--ink);
  height: clamp(11rem, 27vw, 20rem);
  overflow: hidden;
  position: relative;
}

.cover img {
  display: block;
  filter: saturate(1.12) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  width: 100%;
}

.cover-tag {
  background: var(--accent);
  bottom: 0;
  color: var(--on-accent);
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  left: 0;
  letter-spacing: 0.22em;
  padding: 0.7rem 1.6rem;
  position: absolute;
}

/* ----------------------------------------------------------------- profilo */

.profile {
  align-items: center;
  column-gap: clamp(1.5rem, 3vw, 2.25rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--shell);
  padding: clamp(1.75rem, 3vw, 2.25rem) var(--gutter) 0;
  row-gap: 1.75rem;
}

/* L'avatar dentro l'etichetta del 45 giri. */
.label-disc {
  background: var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 6px var(--paper), 0 0 0 9px var(--ink);
  display: grid;
  height: clamp(9.5rem, 16vw, 13.375rem);
  place-items: center;
  width: clamp(9.5rem, 16vw, 13.375rem);
}

.label-ring {
  background: var(--accent);
  border-radius: 50%;
  display: grid;
  height: 81%;
  place-items: center;
  width: 81%;
}

.label-ring img {
  border-radius: 50%;
  display: block;
  height: 85%;
  object-fit: cover;
  width: 85%;
}

.profile h1 {
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(2.4rem, 5.6vw, 3.875rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 0.94;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.bio {
  font-size: clamp(1.05rem, 1.6vw, 1.1875rem);
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 0.9rem;
  max-width: 34rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.chip {
  border: 2px solid var(--ink);
  display: inline-flex;
  padding: 0.35rem 0.875rem;
}

.chip-solid {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.profile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.75rem;
  text-align: center;
}

.btn-primary {
  background: var(--accent);
  color: var(--on-accent);
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
}

.btn-primary:hover {
  background: var(--accent-deep);
}

.btn-ghost {
  border: 3px solid var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--paper);
}

/* -------------------------------------------------------------------- tabs */

.tabs {
  align-items: flex-end;
  border-bottom: 4px solid var(--ink);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  margin: clamp(2rem, 3.5vw, 2.5rem) auto 0;
  max-width: var(--shell);
  padding: 0 var(--gutter);
}

.tabs-list {
  display: flex;
  gap: 0.5rem;
}

.tab {
  align-items: center;
  color: var(--ink-faint);
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0 1.5rem;
}

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

/* Il tasto acceso: di suo e' Bacheca, ma se l'indirizzo della pagina finisce
   con #archivio passa il testimone all'altro. Nessun JavaScript. */

.tab-bacheca,
body:has(#archivio:target) .tab-archivio {
  background: var(--ink);
  color: var(--paper);
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
}

body:has(#archivio:target) .tab-bacheca {
  background: transparent;
  color: var(--ink-faint);
  font-family: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
}

.tabs-meta {
  color: var(--ink-faint);
  letter-spacing: 0.22em;
  padding-bottom: 0.75rem;
}

/* ---------------------------------------------------------------- bacheca */

.feed {
  display: grid;
  gap: clamp(1.25rem, 2.2vw, 1.625rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--shell);
  padding: clamp(1.75rem, 3vw, 2.125rem) var(--gutter) 0;
}

.memory {
  background: var(--paper-card);
  border: 3px solid var(--ink);
  display: flex;
  flex-direction: column;
}

.memory-photo {
  aspect-ratio: 9 / 16;
  border-bottom: 3px solid var(--ink);
  display: block;
  object-fit: cover;
  width: 100%;
}

/* La foto della scheda e' un tasto che apre la memoria: si ingrandisce
   appena al passaggio del mouse. */

.photo-link {
  border-bottom: 3px solid var(--ink);
  display: block;
  overflow: hidden;
  position: relative;
}

.photo-link .memory-photo {
  border-bottom: 0;
  transition: transform 0.4s ease;
}

.photo-link:hover .memory-photo {
  transform: scale(1.045);
}


.memory-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.75rem;
  padding: 1.25rem;
}

.memory-kicker {
  align-items: center;
  color: var(--ink-faint);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7rem;
  gap: 0.35rem 0.625rem;
  letter-spacing: 0.18em;
}

/* La data della memoria, accanto al cerchio col giorno. In minuscolo e senza
   la spaziatura delle maiuscolette: e' una data, non un'etichetta. */
.memory-date {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.memory-number {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: var(--on-accent);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8rem;
  height: 1.875rem;
  justify-content: center;
  letter-spacing: 0;
  width: 1.875rem;
}

.memory h2 {
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.06;
  margin: 0;
  text-transform: uppercase;
  text-wrap: pretty;
}

.memory p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  text-wrap: pretty;
}

.memory h2 a:hover {
  color: var(--accent);
}

/* L'anteprima si ferma a quattro righe: cosi' le schede restano alte uguali
   e la griglia non si sfonda, qualunque sia la lunghezza del racconto. */
.memory-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.memory-more {
  align-items: center;
  align-self: flex-start;
  background: var(--ink);
  color: var(--paper);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-top: 0.9rem;
  min-height: 2.75rem;
  padding: 0 1.15rem;
  text-transform: uppercase;
}

.memory-more:hover {
  background: var(--accent);
  color: var(--on-accent);
}

.memory-record {
  border-top: 2px solid var(--rule);
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  margin-top: auto;
  padding-top: 0.75rem;
}

/* ------------------------------------------------------------------ footer */

.footer {
  align-items: center;
  background: var(--ink);
  color: var(--on-ink);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  margin: clamp(2.25rem, 4vw, 2.75rem) auto 0;
  max-width: var(--shell);
  padding: 1.375rem 1.625rem 1.5rem;
  width: calc(100% - var(--gutter) * 2);
}

.footer a:hover {
  color: var(--on-accent);
}

.footer-claim {
  color: var(--accent);
}

/* Grassetto e corsivo dentro i racconti (si scrivono **cosi** e *cosi*). */

.memory p strong {
  color: var(--ink);
  font-weight: 700;
}

.memory p em {
  font-style: italic;
}

/* Collegamenti dentro i racconti (si scrivono [testo](indirizzo)). */

.memory p a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.memory p a:hover {
  background: var(--accent);
  color: var(--on-accent);
  text-decoration: none;
}

/* ------------------------------------------------- la pagina di una memoria */

.post {
  margin: 0 auto;
  max-width: 46rem;
  padding: clamp(1.75rem, 4vw, 3rem) var(--gutter) 0;
}

.post-back {
  align-items: center;
  color: var(--ink-faint);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  min-height: 2.75rem;
  text-transform: uppercase;
}

.post-back::before {
  content: "\2190";
  margin-right: 0.55rem;
}

.post-back:hover {
  color: var(--accent);
}

.post-kicker {
  align-items: center;
  color: var(--ink-faint);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.7rem;
  letter-spacing: 0.18em;
  margin: 1rem 0 0.9rem;
  text-transform: uppercase;
}

.post-date {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.post-title {
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3.125rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.02;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  text-wrap: balance;
}

.post-record {
  border-bottom: 4px solid var(--ink);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 1.75rem;
  padding-bottom: 0.9rem;
  text-transform: uppercase;
}

.post-figure {
  margin: 0 0 1.75rem;
}

.post-photo {
  border: 3px solid var(--ink);
  display: block;
  width: 100%;
}

.btn-tiktok {
  flex-direction: column;
  gap: .1rem;
  line-height: 1.15;
  padding-bottom: .55rem;
  padding-top: .55rem;
}

.btn-utente {
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .06em;
  opacity: .82;
  text-transform: none;
}

.raccolta {
  margin: 2.5rem auto 0;
  max-width: 900px;
  padding: 0 1.25rem;
}

.raccolta-titolo {
  font-family: "Archivo Black", Archivo, system-ui, sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  line-height: 1.05;
  margin: .75rem 0 .35rem;
  text-transform: uppercase;
}

.raccolta-conto {
  color: var(--ink-soft);
  margin: 0;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 0 0 1.5rem;
}

.tag {
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: .78rem;
  letter-spacing: .04em;
  padding: .2rem .6rem;
  text-decoration: none;
  text-transform: uppercase;
}

.tag:hover {
  background: var(--ink);
  color: var(--paper);
}

.sfoglia {
  border-top: 3px solid var(--ink);
  margin: 2.5rem auto 0;
  max-width: 900px;
  padding: 1.5rem 1.25rem 0;
}

.sfoglia h2 {
  font-family: "Archivo Black", Archivo, system-ui, sans-serif;
  font-size: 1.1rem;
  letter-spacing: .06em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.sfoglia-griglia {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.sfoglia-gruppo h3 {
  color: var(--accent);
  font-size: .8rem;
  letter-spacing: .08em;
  margin: 0 0 .5rem;
  text-transform: uppercase;
}

.sfoglia-gruppo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sfoglia-gruppo li {
  border-bottom: 1px solid rgba(33, 22, 15, .18);
  padding: .35rem 0;
}

.sfoglia-gruppo a {
  color: var(--ink);
  text-decoration: none;
}

.sfoglia-gruppo a:hover {
  color: var(--accent);
}

.sfoglia-gruppo span {
  color: var(--ink-soft);
  float: right;
  font-size: .8rem;
}

.post-cta {
  border-top: 3px solid var(--ink);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  text-align: center;
}

.cta-testo {
  color: var(--ink-soft);
  margin: 0 0 .35rem;
}

.post-video {
  aspect-ratio: 9 / 16;
  background: var(--ink);
  border: 3px solid var(--ink);
  display: block;
  max-height: 80vh;
  margin: 0 auto;
  width: 100%;
}

.photo-link .post-photo {
  border: 0;
}

.post-figure .photo-link {
  border: 3px solid var(--ink);
  border-bottom-width: 3px;
}

.post-text p {
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.72;
  margin: 0 0 1.15rem;
  text-wrap: pretty;
}

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

.post-text strong {
  color: var(--ink);
  font-weight: 700;
}

.post-text em {
  font-style: italic;
}

.post-text a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.post-text a:hover {
  background: var(--accent);
  color: var(--on-accent);
  text-decoration: none;
}


/* ---------------------------------------------------------------- archivio */

.archive {
  display: none;
  margin: 0 auto;
  max-width: var(--shell);
  padding: clamp(1.75rem, 3vw, 2.125rem) var(--gutter) 0;
}

body:has(#archivio:target) .archive {
  display: block;
}

body:has(#archivio:target) .feed {
  display: none;
}

/* La memoria a cui si arriva dall'archivio si fa riconoscere. */
.memory:target {
  box-shadow: 0 0 0 4px var(--accent);
}

.archive-year + .archive-year {
  margin-top: clamp(2.25rem, 4vw, 3rem);
}

.archive-year-title {
  border-bottom: 4px solid var(--ink);
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(2.25rem, 5.5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0 0 1.25rem;
  padding-bottom: 0.5rem;
}

.archive-month + .archive-month {
  margin-top: 1.75rem;
}

.archive-month-title {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

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

.archive-row a {
  align-items: baseline;
  border-bottom: 1px solid var(--rule);
  column-gap: 1.25rem;
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr) auto;
  min-height: 3.25rem;
  padding: 0.85rem 0.5rem;
}

.archive-row a:hover {
  background: var(--paper-card);
}

.archive-day {
  color: var(--accent);
  font-family: 'Archivo Black', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.archive-title {
  font-size: 1.05rem;
  font-weight: 600;
  text-wrap: pretty;
}

.archive-record {
  color: var(--ink-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* -------------------------------------------------------------- responsive */

@media (max-width: 1040px) {
  .profile {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .profile-actions {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column: 1 / -1;
  }

  .profile-actions .btn {
    flex-grow: 1;
  }

  .feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .topbar {
    gap: 0.75rem;
  }

  .brand {
    font-size: 0.85rem;
  }

  .cover {
    border-width: 4px;
  }

  .profile {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .label-disc {
    box-shadow: 0 0 0 5px var(--paper), 0 0 0 7px var(--ink);
  }

  .feed {
    grid-template-columns: minmax(0, 1fr);
  }

  .memory-photo {
    aspect-ratio: 4 / 5;
  }


  /* Sotto i 720px la riga dei tab non regge due blocchi: resta solo la navigazione. */
  .tabs-meta {
    display: none;
  }

  /* Nell'archivio, su telefono il disco va sotto il titolo. */
  .archive-row a {
    column-gap: 0.9rem;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    row-gap: 0.15rem;
  }

  .archive-record {
    grid-column: 2;
    white-space: normal;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
