/*
Theme Name: AvantesVoice
Theme URI: https://istosstudio.gr
Author: Istos Studio
Author URI: https://istosstudio.gr
Description: Lightweight editorial WordPress theme for the AvantesVoice rebuild.
Version: 0.4.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: avantesvoice
*/

/* ───── Tokens ───── */
:root {
  --ink: #1a1a1a;
  --ink-soft: #444;
  --ink-faint: #777;
  --paper: #fff;
  --bg: #f4f4f4;
  --rule: #e0e0e0;
  --red: #d83034;
  --red-bar: #d63238;
  --blue: #1d6cc2;
  --blue-link: #0d52a0;

  --sans: Arial, Helvetica, system-ui, sans-serif;
  --serif: Georgia, "Times New Roman", serif;

  --container: 1280px;
  --gutter: 16px;
  --col-gap: 32px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; }

.av-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.screen-reader-text, .sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ───── Masthead (CSS — Petsavas News) ───── */
.site-header { background: var(--paper); }
.site-header__masthead { padding: 14px 0 0; }
.site-header__masthead .av-container { display: block; }
.site-title {
  position: absolute; clip: rect(0 0 0 0); clip-path: inset(50%);
  height: 1px; width: 1px; overflow: hidden; white-space: nowrap;
}
.site-branding { width: 100%; }
.masthead-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.masthead-frame {
  background: #1d2670; /* dark blue outer frame */
  padding: 6px;
  border-radius: 2px;
}
.masthead-inner {
  background: #a6d6e8; /* light blue */
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
  min-height: 130px;
  border-radius: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .masthead-inner {
    grid-template-columns: 1fr 320px;
  }
}

.masthead-brand {
  padding: 14px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.masthead-brand__name {
  font-family: "Alfa Slab One", Georgia, serif;
  font-weight: 400;
  color: var(--red);
  font-size: 30px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.08);
  white-space: normal;
}
.masthead-brand__name span {
  margin-left: 0.2em;
  color: var(--red);
}
@media (min-width: 480px) { .masthead-brand__name { font-size: 40px; white-space: nowrap; } }
@media (min-width: 768px) { .masthead-brand__name { font-size: 52px; } }
@media (min-width: 1024px) { .masthead-brand__name { font-size: 64px; } }

.masthead-brand__tagline {
  margin: 8px 0 0;
  background: var(--red);
  color: #fff;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .masthead-brand__tagline { font-size: 15px; padding: 7px 24px; letter-spacing: 0.1em; }
}

.masthead-press {
  background: var(--red);
  color: #fff;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border-left: 6px solid #1d2670;
}
@media (max-width: 767px) {
  /* Hide the FREE PRESS box on mobile — info is duplicated in the footer */
  .masthead-press { display: none; }
  .masthead-inner { min-height: auto; }
  .masthead-brand { padding: 12px 14px; }
}
.masthead-press__title {
  font-family: "Alfa Slab One", Georgia, serif;
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}
@media (min-width: 768px) { .masthead-press__title { font-size: 32px; } }
.masthead-press__rows p {
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
.masthead-press__rows p span {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.site-description { display: none; }

/* ───── Primary red nav bar ───── */
.site-header__navrow {
  margin-top: 14px;
  background: var(--red-bar);
}
.site-nav { width: 100%; }
.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.site-nav__list li { list-style: none; }
.site-nav__list a {
  display: inline-block;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 14px 16px;
  text-transform: uppercase;
}
.site-nav__list a:hover { background: rgba(0,0,0,0.12); }
.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a { background: rgba(0,0,0,0.18); }

/* Mobile hamburger lives in topbar; nav row hidden on mobile */
.nav-toggle {
  display: none;
}

/* ───── Mobile topbar (only on mobile) ───── */
.av-topbar {
  display: none;
  position: sticky; top: 0; z-index: 50;
  background: var(--red-bar);
  height: 50px;
  align-items: center;
  padding: 0 var(--gutter);
  justify-content: space-between;
}
.av-topbar__menu, .av-topbar__search {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.av-topbar__brand {
  font-family: "Alfa Slab One", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}

@media (max-width: 900px) {
  .av-topbar { display: flex; }
  .site-header__navrow { display: none; }
  .site-header__masthead { padding-top: 6px; }
}

/* Mobile menu overlay */
.av-menu-overlay {
  position: fixed;
  inset: 0;
  background: var(--red-bar);
  color: #fff;
  z-index: 100;
  display: none;
  flex-direction: column;
  padding: 18px var(--gutter) 24px;
  overflow-y: auto;
}
.av-menu-overlay.is-open { display: flex; }

.av-menu-overlay__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.22);
  margin-bottom: 16px;
}
.av-menu-overlay__brand-block { display: flex; flex-direction: column; }
.av-menu-overlay__brand {
  font-family: "Alfa Slab One", Georgia, serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.18);
}
.av-menu-overlay__brand span { margin-left: 0.2em; }
.av-menu-overlay__sub {
  margin: 6px 0 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}
.av-menu-overlay__close {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center; color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  flex-shrink: 0;
}
.av-menu-overlay__close:hover { background: rgba(0,0,0,0.18); }

.av-menu-overlay__search {
  display: flex;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  margin-bottom: 18px;
}
.av-menu-overlay__search input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 14px;
}
.av-menu-overlay__search input::placeholder { color: rgba(255,255,255,0.7); }
.av-menu-overlay__search button {
  width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.av-menu-overlay__search button:hover { background: rgba(0,0,0,0.18); }

.av-menu-overlay nav ul { list-style: none; margin: 0; padding: 0; }
.av-menu-overlay nav li { list-style: none; }
.av-menu-overlay nav a {
  display: flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  padding: 14px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.av-menu-overlay nav a:hover { padding-left: 8px; background: rgba(0,0,0,0.08); }
.av-menu-overlay nav a::after {
  content: "›";
  margin-left: auto;
  font-weight: 400;
  opacity: 0.6;
  font-size: 22px;
}

.av-menu-overlay__footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.22);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.85);
}
.av-menu-overlay__footer p { margin: 0 0 4px; }

/* ───── Site main padding ───── */
.site-main {
  background: var(--paper);
  padding: 22px 0 40px;
}

/* ───── CNN block ───── */
.cnn-block { margin: 0 0 28px; }
.cnn-strip { display: block; overflow: hidden; }
.cnn-strip img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cnn-block__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 20px;
  padding: 16px 0 0;
}
.cnn-item h2,
.cnn-item h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 14.5px;
  line-height: 1.35;
  margin: 0;
  color: var(--ink);
}
.cnn-item a:hover { color: var(--red); }

@media (max-width: 900px) {
  .cnn-block__grid { grid-template-columns: repeat(2, 1fr); gap: 14px 16px; }
}
@media (max-width: 480px) {
  .cnn-block__grid { grid-template-columns: 1fr; }
}

/* ───── Old Επίκαιρα ticker (kept for compatibility — hidden by default) ───── */
.top-stories { display: none; }

/* ───── 2-column main layout ───── */
.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr);
  gap: var(--col-gap);
}
@media (max-width: 900px) {
  .home-layout { grid-template-columns: 1fr; gap: 28px; }
}

/* ───── Red column-header bar ───── */
.col-head {
  background: var(--red-bar);
  color: #fff;
  text-align: center;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 12px 14px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .col-head { font-size: 18px; }
}

/* ───── Main column: large post cards ───── */
.main-feed { min-width: 0; }
.feed-card {
  background: var(--bg);
  padding: 18px;
  margin-bottom: 22px;
}
.feed-card__media {
  display: block;
  margin: 0 0 14px;
  background: #e5e5e5;
  overflow: hidden;
}
.feed-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.feed-card__title {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 10px;
}
.feed-card__title a:hover { color: var(--red); }
.feed-card__excerpt {
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 14px;
}
.feed-card__more {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 4px;
  letter-spacing: 0.01em;
}
.feed-card__more:hover { background: var(--blue-link); color: #fff; }
.feed-card__date {
  display: inline-block;
  margin-left: 14px;
  font-size: 12.5px;
  color: var(--ink-faint);
}

@media (min-width: 768px) {
  .feed-card__title { font-size: 22px; }
}

/* ───── Sidebar mini-cards ───── */
.sidebar { min-width: 0; }
.side-card { margin-bottom: 22px; }
.side-card__media {
  display: block;
  background: #e5e5e5;
  overflow: hidden;
  margin: 0 0 10px;
}
.side-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.side-card__title {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 14.5px;
  line-height: 1.45;
  margin: 0 0 6px;
}
.side-card__title a {
  color: var(--blue-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side-card__title a:hover { color: var(--red); }
.side-card__date {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-faint);
}

/* ───── Τεύχη — dark scroll-snap shelf ───── */
.pdf-issues {
  background: #0c0c0c;
  color: #fff;
  padding: 48px 0 56px;
  margin-top: 36px;
}
.pdf-issues__header {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter) 22px;
}
.pdf-issues__header .section-title {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid rgba(255,255,255,0.25);
  padding-bottom: 10px;
  margin: 0 0 12px;
  background: none;
  text-align: left;
}
.pdf-issues__header p {
  margin: 0;
  color: #aaa;
  font-size: 13px;
  text-align: left;
}
.pdf-issues__grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 var(--gutter) 14px;
  max-width: var(--container);
  margin: 0 auto;
}
.pdf-issues__grid::-webkit-scrollbar { height: 4px; }
.pdf-issues__grid::-webkit-scrollbar-thumb { background: #333; }
.pdf-issue {
  flex: 0 0 220px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  text-decoration: none;
  color: #fff;
}
.pdf-issue:hover { color: #fff; }
.pdf-issue__cover {
  display: flex;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  overflow: hidden;
  position: relative;
  padding: 14px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 12px;
}
.pdf-issue__cover::before {
  content: "PDF";
  position: absolute;
  top: 10px; right: 10px;
  background: var(--red);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding: 3px 7px;
  z-index: 2;
  color: #fff;
}
.pdf-issue__cover img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.pdf-issue__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 2px;
}
.pdf-issue__type {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
  font-weight: 700;
}
.pdf-issue__title {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}
.pdf-issue__action {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-top: 4px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .pdf-issue { flex: 0 0 240px; }
}

/* ───── Single article ───── */
.article { padding: 22px 0 60px; }
.article-header {
  max-width: 820px;
  margin: 0 auto 22px;
}
.article-header .post-meta {
  font-size: 12.5px;
  color: var(--ink-faint);
  margin: 0 0 10px;
}
.article-header .post-meta .category-pill {
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.article-title {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.22;
  margin: 0 0 8px;
  color: var(--ink);
}
@media (min-width: 768px) { .article-title { font-size: 34px; } }

.article-featured { max-width: 1040px; margin: 0 auto 22px; padding: 0 var(--gutter); }
.article-featured img { width: 100%; height: auto; display: block; }

.article-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: #222;
}
.article-content p { margin: 0 0 1.2em; }
.article-content strong { color: var(--ink); font-weight: 700; }
.article-content a {
  color: var(--blue-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.article-content a:hover { color: var(--red); }
.article-content h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 1.8em 0 0.5em;
}
.article-content h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 18px;
  margin: 1.4em 0 0.4em;
}
.article-content blockquote {
  margin: 1.6em 0;
  padding: 8px 0 8px 18px;
  border-left: 3px solid var(--red);
  font-size: 18px;
  color: var(--ink);
  font-style: italic;
}
.article-content figure { margin: 1.6em 0; }
.article-content figure img { width: 100%; height: auto; }
.article-content ul, .article-content ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.article-content li { margin-bottom: 0.4em; }

/* ───── Archive (category) pages — same 2-col ───── */
.archive { padding: 22px 0 40px; }
.archive-empty { font-size: 15px; color: var(--ink-soft); padding: 22px 0; background: var(--bg); text-align: center; }
.av-pagination {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
.av-pagination .nav-links {
  display: flex; flex-wrap: wrap; gap: 4px; align-items: center;
}
.av-pagination a, .av-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; padding: 0 12px;
  font-size: 13px; font-weight: 700;
  border: 1px solid var(--rule);
  color: var(--ink);
  text-decoration: none;
}
.av-pagination a:hover { border-color: var(--red); color: var(--red); }
.av-pagination .current { background: var(--red); color: #fff; border-color: var(--red); }

/* ───── Footer ───── */
.site-footer {
  background: var(--ink);
  color: #cfcfcf;
  padding: 36px 0 24px;
  font-size: 13px;
  margin-top: 24px;
}
.site-footer__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 768px) {
  .site-footer__inner { grid-template-columns: 1.6fr 1fr 1fr; gap: 32px; }
}
.site-footer__brand img {
  width: 220px; height: auto; margin: 0 0 12px;
  background: #fff; padding: 6px;
}
.site-footer__brand p { margin: 0; color: #aaa; max-width: 36ch; }
.site-footer h2 {
  font-size: 13px; font-weight: 700; letter-spacing: 0.06em;
  color: #fff; margin: 0 0 12px; text-transform: uppercase;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.site-footer a:hover { color: #fff; }
.site-footer__meta p { margin: 0 0 10px; color: #aaa; max-width: 36ch; }
.site-footer__meta span {
  display: inline-block; font-size: 11px; color: #888;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 10px; margin-top: 10px;
}

/* ───── Sticky sidebar (desktop) ───── */
@media (min-width: 1024px) {
  .sidebar {
    position: sticky;
    top: 18px;
    align-self: start;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    padding-right: 4px;
  }
  .sidebar::-webkit-scrollbar { width: 4px; }
  .sidebar::-webkit-scrollbar-thumb { background: var(--rule); border-radius: 4px; }
}

/* ───── 404 page ───── */
.error-404 {
  padding: 60px 0 80px;
  text-align: center;
}
.error-404__code {
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: 96px;
  line-height: 1;
  color: var(--red);
  margin: 0 0 14px;
}
.error-404__title {
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.error-404__lead {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 480px;
  margin: 0 auto 24px;
}
.error-404__actions {
  display: inline-flex;
  gap: 10px;
}
.error-404__actions a {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 4px;
}
.error-404__actions a:hover { background: var(--blue-link); color: #fff; }

/* ───── Search results page ───── */
.search-form-inline {
  display: flex;
  gap: 0;
  margin: 0 0 22px;
  border: 1px solid var(--rule);
}
.search-form-inline input[type="search"] {
  flex: 1;
  padding: 12px 14px;
  font-size: 15px;
  border: 0;
  outline: none;
  font-family: var(--sans);
}
.search-form-inline button {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  padding: 0 22px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.search-form-inline button:hover { background: var(--red-bar); }

/* ───── Print stylesheet ───── */
@media print {
  .av-topbar,
  .site-header__navrow,
  .av-menu-overlay,
  .sidebar,
  .pdf-issues,
  .site-footer,
  .feed-card__more,
  .av-pagination,
  .col-head {
    display: none !important;
  }
  body { background: #fff; color: #000; font-size: 12pt; line-height: 1.5; }
  .site-header__masthead { padding: 0; }
  .masthead-frame { background: #fff; padding: 0; border-bottom: 2px solid #000; }
  .masthead-inner { background: #fff; min-height: auto; }
  .masthead-brand__name { color: #000; text-shadow: none; font-size: 32pt; }
  .masthead-brand__tagline { background: #fff; color: #000; padding: 0; }
  .masthead-press { background: #fff; color: #000; border-left: 0; }
  .masthead-press__title { color: #000; text-shadow: none; }
  .masthead-press__rows p { color: #000; }
  .article-title { font-size: 22pt; }
  .article-content { max-width: none; padding: 0; font-size: 12pt; }
  .article-content a { color: #000; text-decoration: underline; }
  .article-content a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .home-layout { grid-template-columns: 1fr !important; }
}

/* Footer brand text (replaces masthead image) */
.footer-brand-name {
  font-family: "Alfa Slab One", Georgia, serif;
  font-weight: 400;
  color: var(--red);
  font-size: 30px;
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.footer-brand-name span { margin-left: 0.2em; }
