@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #f5f1eb;
  --surface: #fffaf3;
  --surface-alt: #f0e7dc;
  --text: #1d1713;
  --muted: #5f5851;
  --border: rgba(202, 26, 26, 0.32);
  --rule: rgba(29, 23, 19, 0.36);
  --accent: #d71919;
  --accent-deep: #9f1414;
  --accent-soft: #fde7df;
  --shadow: 0 16px 36px rgba(52, 36, 22, 0.08);
  --radius: 8px;
  --max-width: 1120px;
  --site-font: "Nunito", Avenir, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --heading-font: var(--site-font);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--site-font);
  line-height: 1.55;
  color: var(--text);
  background: var(--background);
}

h1,
h2 {
  font-weight: 400;
}

h1 {
  font-size: 2.7rem;
}

h2 {
  font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.page-headline {
  font-family: var(--heading-font);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--accent);
}

a:hover,
a:focus {
  text-decoration-thickness: 2px;
}

.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header,
.site-footer {
  background: var(--background);
}

.local-warning {
  background: #fff4d6;
  border-bottom: 1px solid #e3c983;
  color: #5f4b17;
  padding: 0.8rem 0;
}

.local-warning p {
  margin: 0;
}

.site-header {
  padding-block: 1rem 0.5rem;
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--text);
}

.site-brand-icon {
  width: 5.2rem;
  height: auto;
  flex: 0 0 auto;
}

.site-brand-copy {
  display: grid;
  gap: 0.1rem;
}

.site-brand-text {
  color: var(--accent);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.site-brand-tagline {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
}

.main-nav ul,
.language-switcher ul,
.inline-list,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.45rem;
  align-items: center;
  flex-wrap: wrap;
}

.main-nav a,
.language-switcher a,
.footer-links a {
  color: var(--text);
  text-decoration: none;
}

.main-nav a {
  font-size: 0.96rem;
}

.language-switcher ul {
  gap: 0.55rem;
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.55rem;
  opacity: 0.72;
}

.language-flag {
  width: 1.42rem;
  height: auto;
  border-radius: 2px;
  border: 1px solid rgba(31, 27, 23, 0.12);
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.08);
  flex: 0 0 auto;
}

.main-nav a[aria-current="page"],
.language-switcher a[aria-current="page"],
.footer-links a[aria-current="page"] {
  color: var(--accent);
  font-weight: 700;
  opacity: 1;
}

.footer-meta {
  display: grid;
  gap: 0.85rem;
}

.footer-contact {
  display: flex;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-block {
  display: grid;
  gap: 0.55rem;
}

.footer-heading {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-email {
  color: var(--muted);
  text-decoration: none;
}

.footer-email:hover,
.footer-email:focus {
  color: var(--accent-deep);
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.social-link {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  align-items: center;
  justify-content: center;
}

.social-icon {
  width: 1.42rem;
  height: 1.42rem;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(19rem, 1.1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.home-hero-media img {
  width: min(100%, 26rem);
  margin-inline: auto;
}

.home-hero-copy h1 {
  max-width: 13ch;
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
}

.home-hero-copy .lead {
  margin: 1.5rem 0 0;
  color: var(--accent);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius);
  background: transparent;
  color: var(--text);
  text-decoration: none;
  border: 1px solid var(--border);
}

.button-link:hover,
.button-link:focus {
  border-color: var(--accent);
  color: var(--accent-deep);
  background: rgba(255, 255, 255, 0.38);
}

.story-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 4rem);
}

.story-row {
  display: grid;
  grid-template-columns: minmax(16rem, 0.95fr) minmax(18rem, 1.05fr);
  gap: clamp(2rem, 7vw, 5.5rem);
  align-items: center;
}

.story-row h2 {
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
}

.story-row p {
  margin: 0;
  max-width: 31rem;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: var(--muted);
}

.story-row:first-child p {
  border-top: 1px solid var(--rule);
  padding-top: 1.45rem;
}

.hero,
.content-card {
  background: var(--surface);
  border: 1px solid rgba(29, 23, 19, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero {
  margin: 1em 0 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 2rem;
  align-items: start;
}

.page-title {
  margin: 0 0 0.75rem;
  color: var(--accent-deep);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-headline {
  margin: 0;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
}

.page-text {
  margin: 1rem 0 0;
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 60ch;
}

.hero-logo {
  width: min(100%, 22rem);
  height: auto;
  margin: 0 0 1.25rem;
}

.hero-note,
.stat-card,
.book-card,
.empty-state {
  background: var(--surface-alt);
  border-radius: var(--radius);
  border: 1px solid rgba(29, 23, 19, 0.1);
}

.hero-note {
  padding: 1.25rem;
}

.shelf-finder-body {
  display: grid;
  grid-template-columns: minmax(18rem, 0.95fr) minmax(21rem, 0.75fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: center;
  margin-top: clamp(2rem, 5vw, 3rem);
}

.berlin-map {
  justify-self: center;
  margin: 0;
  width: min(100%, 42rem);
}

.berlin-map svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.berlin-map-shape {
  fill: #fffefa;
  stroke: var(--text);
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.map-dot circle {
  fill: var(--accent);
  stroke: var(--surface);
  stroke-width: 5;
  transition: r 160ms ease, fill 160ms ease, stroke-width 160ms ease;
}

.map-dot:not(.map-dot--soon) circle {
  r: 17;
}

.map-dot {
  cursor: pointer;
  outline: none;
}

.map-dot:hover circle,
.map-dot:focus circle {
  fill: var(--accent-deep);
  r: 20;
  stroke-width: 7;
}

.map-dot--soon circle {
  fill: #d9a75f;
}

.berlin-map figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.shelf-location-panel {
  display: grid;
  gap: 2rem;
  align-content: center;
}

.shelf-location-panel h2,
.shelf-host-callout h2 {
  margin: 0;
}

.shelf-location-list {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.location-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 3.55rem;
  width: 100%;
  padding: 0.65rem 1.25rem;
  border: 1px solid rgba(29, 23, 19, 0.14);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--text);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.location-item--static {
  cursor: default;
}

.location-logo {
  display: grid;
  flex: 0 0 4rem;
  width: 4rem;
  height: 3rem;
  place-items: center;
}

.location-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.location-logo--wide {
  flex-basis: 4rem;
  width: 4rem;
}

.location-logo--wide img {
  max-height: 1.7rem;
}

.location-logo--viet-pho img {
  max-width: 2.7rem;
  max-height: 2.7rem;
}

.location-logo--placeholder {
  border: 1px solid rgba(29, 23, 19, 0.12);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.location-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.location-title-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.shelf-location-list strong {
  display: block;
  min-width: 0;
  line-height: 1.25;
  font-size: 0.98rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-title-row strong {
  flex: 0 1 auto;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.location-badge {
  flex: 0 0 auto;
  padding: 0.16rem 0.5rem;
  border: 1px solid rgba(155, 86, 39, 0.24);
  border-radius: 999px;
  background: #fff5df;
  color: var(--accent-deep);
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.shelf-location-list small {
  display: block;
  color: rgba(29, 23, 19, 0.68);
  font-size: 0.94rem;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shelf-finder-body:has(.map-dot--1:hover) .location-item--1,
.shelf-finder-body:has(.map-dot--1:focus) .location-item--1,
.shelf-finder-body:has(.map-dot--2:hover) .location-item--2,
.shelf-finder-body:has(.map-dot--2:focus) .location-item--2,
.shelf-finder-body:has(.map-dot--3:hover) .location-item--3,
.shelf-finder-body:has(.map-dot--3:focus) .location-item--3,
.shelf-finder-body:has(.map-dot--4:hover) .location-item--4,
.shelf-finder-body:has(.map-dot--4:focus) .location-item--4,
.location-item:hover,
.location-item:focus {
  background: var(--accent-soft);
  border-color: var(--accent-deep);
  box-shadow: 0 12px 24px rgba(52, 36, 22, 0.14);
  transform: translateY(-2px);
}

.shelf-host-callout {
  max-width: 18rem;
  margin-inline: auto;
  padding-top: 0;
  border-top: 0;
  text-align: center;
}

.shelf-host-callout h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.15;
}

.shelf-host-callout .button-link {
  min-width: 9.5rem;
  margin-top: 0;
  padding-block: 0.45rem;
  background: #fff;
  border-color: rgba(29, 23, 19, 0.55);
  color: var(--text);
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 2rem 0 3rem;
}

.section-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-card,
.stat-card {
  padding: 1.5rem;
}

.content-card h2,
.stat-card h2,
.book-card h3 {
  margin-top: 0;
}

.content-card--narrow {
  width: min(100%, 760px);
  margin-inline: auto;
}

.about-hero {
  align-items: stretch;
}

.about-hero .page-text {
  max-width: none;
}

.about-guiding {
  display: grid;
  gap: 1.1rem;
  background: var(--surface-alt);
  align-content: start;
}

.about-guiding h2,
.about-guiding h3,
.about-story h2 {
  margin: 0;
}

.about-guiding h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 400;
  line-height: 1.15;
}

.about-guiding article {
  display: grid;
  gap: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(29, 23, 19, 0.13);
}

.about-guiding h3 {
  font-size: 1.05rem;
  line-height: 1.25;
}

.about-guiding p,
.about-story p {
  margin: 0;
  color: var(--muted);
}

.about-story p,
.content-card p {
  font-size: 1.1rem;
  color: var(--muted);
}

.about-story {
  display: grid;
  gap: 1rem;
  max-width: 62rem;
}

.about-story h2 {
  max-width: 46rem;
}

.about-tile {
  padding: 1.5rem;
  background: var(--surface-alt);
  border: 1px solid rgba(29, 23, 19, 0.1);
  border-radius: var(--radius);
}

.about-tile h2 {
  margin-top: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.partner-panel h2 {
  max-width: none;
  margin: 0;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-top: 2rem;
}

.partner-card {
  display: flex;
  align-items: center;
}

.partner-logo {
  display: grid;
  place-items: center;
  width: 7rem;
  height: 6rem;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.partner-logo img {
  max-width: 7rem;
  max-height: 5.5rem;
}

.partner-logo--wide {
  width: 10rem;
}

.partner-logo--wide img {
  max-width: 10rem;
}

.partner-logo--tall img {
  max-height: 5.75rem;
}

.books-filters {
  margin: 0 0 1.5rem;
}

.filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

label {
  font-weight: 700;
}

input,
select,
button {
  font: inherit;
}

input,
select {
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid rgba(29, 23, 19, 0.18);
  background: #fff;
  color: var(--text);
}

button {
  padding: 0.8rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  cursor: pointer;
}

button:hover,
button:focus {
  filter: brightness(0.95);
}

.filter-actions {
  display: flex;
  align-items: end;
}

.results-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--muted);
}

.book-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
  gap: 1.25rem;
}

.book-card {
  padding: 0;
  overflow: hidden;
}

.book-tile {
  width: 100%;
  height: 100%;
  min-height: 15.5rem;
  padding: 1rem;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--text);
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.65rem;
  text-align: left;
}

.book-tile:hover,
.book-tile:focus {
  filter: none;
  background: rgba(255, 255, 255, 0.45);
}

.book-cover {
  width: min(100%, 8.75rem);
  aspect-ratio: 3 / 4.2;
  justify-self: center;
  display: flex;
  align-items: flex-end;
  padding: 0.85rem 0.7rem;
  border-radius: 0.28rem 0.55rem 0.55rem 0.28rem;
  background:
    linear-gradient(90deg, rgba(29, 23, 19, 0.22), transparent 16%),
    linear-gradient(145deg, #f7c873, #bd5f37 54%, #723b2c);
  box-shadow: 0.55rem 0.75rem 1.3rem rgba(92, 57, 34, 0.18);
  color: #fffaf1;
  position: relative;
}

.book-cover::after {
  content: "";
  position: absolute;
  inset: 0.65rem 0.6rem auto 1rem;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.55);
}

.book-cover--image {
  padding: 0;
  background: #fff;
}

.book-cover--image::after {
  display: none;
}

.book-cover img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.book-tile-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
}

.book-tile-language {
  align-self: start;
  justify-self: start;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.92rem;
}

.book-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0.75rem 0;
  padding: 0;
  list-style: none;
}

.book-meta li,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.95rem;
}

.book-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1rem;
  margin: 0;
}

.book-details dt {
  font-weight: 700;
}

.book-details dd {
  margin: 0;
  color: var(--muted);
}

.book-modal-summary {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  white-space: pre-line;
}

.book-modal[hidden] {
  display: none;
}

.book-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.book-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 23, 19, 0.48);
}

.book-modal-panel {
  position: relative;
  width: min(100%, 44rem);
  max-height: min(44rem, calc(100vh - 2rem));
  overflow: auto;
  padding: clamp(1.25rem, 4vw, 2rem);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1.5rem 4rem rgba(29, 23, 19, 0.28);
}

.book-modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  line-height: 1;
}

.book-modal-grid {
  display: grid;
  grid-template-columns: minmax(9rem, 13rem) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 2rem);
  align-items: start;
}

.book-modal-cover .book-cover {
  width: min(100%, 12rem);
}

.book-modal h2 {
  margin: 0 2.6rem 0.6rem 0;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  line-height: 1.15;
  font-weight: 400;
}

.has-open-modal {
  overflow: hidden;
}

.empty-state {
  padding: 1.5rem;
  text-align: center;
}

.event-intro {
  max-width: 38rem;
}

.event-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: clamp(3rem, 6vw, 4rem) 0 0;
  padding: 0;
  list-style: none;
}

.event-item {
  border-top: 1px solid rgba(29, 23, 19, 0.38);
  display: grid;
  grid-template-columns: minmax(8rem, 11rem) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 2rem);
  padding-top: 1.25rem;
}

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

.event-item p,
.event-item h2 {
  margin: 0;
}

.event-meta,
.event-detail {
  color: #4f4a45;
  font-size: 0.94rem;
  line-height: 1.45;
}

.event-item h2 {
  margin-top: 0.25rem;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 400;
}

.event-detail {
  margin-top: 0.25rem;
}

.event-poster-link {
  display: block;
  width: 100%;
  align-self: start;
  border-radius: 0.65rem;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(29, 23, 19, 0.16);
}

.event-poster {
  display: block;
  width: 100%;
  aspect-ratio: 1131 / 1600;
  object-fit: cover;
}

.event-activities {
  display: grid;
  gap: 0.35rem;
  margin: 0.8rem 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.45;
}

.site-footer {
  border-top: 1px solid rgba(29, 23, 19, 0.1);
  margin-top: 4rem;
  padding: 1.5rem 0;
}

.site-footer .footer-inner {
  align-items: flex-start;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .home-hero,
  .story-section,
  .story-row,
  .hero-grid,
  .shelf-finder-body,
  .section-grid,
  .section-grid--four,
  .partner-grid,
  .filter-grid,
  .book-details,
  .book-modal-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding-top: 0;
  }

  .home-hero-copy h1 {
    max-width: 15ch;
  }

  .results-bar,
  .header-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 0.98rem;
  }

  .site-header {
    padding-top: 0.8rem;
  }

  .site-brand-icon {
    width: 4.2rem;
  }

  .site-brand-text {
    font-size: 1.2rem;
  }

  .site-brand-tagline {
    text-align: left;
  }

  .main-nav ul,
  .footer-links {
    gap: 0.85rem;
  }

  .hero,
  .content-card {
    padding: 1.25rem;
  }

  .shelf-finder-body {
    gap: 1.75rem;
    margin-top: 1.5rem;
  }

  .button-link {
    width: 100%;
  }

  .event-list {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin-top: 2.5rem;
  }

  .event-item {
    grid-template-columns: 1fr;
  }

  .event-poster-link {
    max-width: 10rem;
  }
}
