/* Shared Mark O'Neill site navigation and publisher footer. */
.editorial-header,
.editorial-header *,
.editorial-footer,
.editorial-footer * {
  box-sizing: border-box;
}

.editorial-header,
.editorial-footer {
  --site-menu-font: Arial, Helvetica, sans-serif;
}

.site-header.editorial-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 248, 0.96);
  border: 0;
  border-bottom: 1px solid rgba(55, 38, 29, 0.22);
  border-radius: 0 0 8px 8px;
  border-top: 3px solid #721c24;
  box-shadow: 0 10px 30px rgba(45, 31, 24, 0.1);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 clamp(1rem, 4vw, 2rem);
  max-width: none;
  padding: 0.7rem clamp(1rem, 2.6vw, 1.6rem);
  position: sticky;
  top: 0;
  width: auto;
  z-index: 1000;
}

.editorial-header .site-wordmark {
  align-items: center;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  min-width: 3.9rem;
  text-decoration: none;
}

.editorial-header .site-wordmark img {
  border: 1px solid rgba(36, 25, 20, 0.28);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  display: block;
  height: 3.65rem;
  max-width: none;
  object-fit: cover;
  width: 3.65rem;
}

.editorial-header .main-nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.05rem;
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  min-width: 0;
}

.editorial-header .main-nav a {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #352721;
  display: inline-block;
  flex: 0 0 auto;
  font-family: var(--site-menu-font);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  padding: 0.9rem 0.58rem 0.72rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.editorial-header .main-nav a:hover,
.editorial-header .main-nav a:focus-visible {
  background: transparent;
  border-color: #721c24;
  color: #721c24;
  outline: none;
}

.editorial-header .hero-socials {
  align-items: center;
  border-left: 1px solid rgba(55, 38, 29, 0.2);
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  grid-column: 3;
  grid-row: 1;
  margin: 0;
  min-width: 0;
  padding-left: 1.1rem;
  width: auto;
}

.editorial-header .hero-socials a {
  align-items: center;
  background: #fff7f4;
  border: 1px solid rgba(141, 22, 22, 0.2);
  border-radius: 10px;
  color: #8d1616;
  display: inline-flex;
  height: 2.6rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 2.6rem;
}

.editorial-header .hero-socials a:hover,
.editorial-header .hero-socials a:focus-visible {
  background: #8d1616;
  border-color: #8d1616;
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

.editorial-header .hero-socials .social-icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.editorial-header + .site-header:not(.editorial-header) {
  position: static !important;
  top: auto !important;
}

.site-footer.editorial-footer {
  align-items: stretch;
  background: #f7f3ed;
  border: 1px solid rgba(76, 47, 35, 0.3);
  border-radius: 16px 16px 0 0;
  border-top: 4px solid #721c24;
  box-shadow: 0 -5px 16px rgba(28, 18, 14, 0.08);
  color: #211815;
  column-gap: clamp(3rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: minmax(19rem, 0.9fr) minmax(30rem, 1.35fr);
  margin: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem) 0;
  max-width: none;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 5vw, 4rem) 1.2rem;
  row-gap: 2.2rem;
  width: auto;
}

.editorial-footer .footer-brand {
  align-content: start;
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
}

.editorial-footer .footer-identity {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.editorial-footer .footer-identity img {
  border: 1px solid rgba(36, 25, 20, 0.28);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  display: block;
  height: 4rem;
  max-width: none;
  width: 4rem;
}

.editorial-footer .footer-identity div {
  display: flex;
  flex-direction: column;
}

.editorial-footer .footer-identity strong {
  color: #241914;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.editorial-footer .footer-identity span {
  color: #721c24;
  font-family: var(--site-menu-font);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}

.editorial-footer .footer-address {
  border-left: 3px solid #8ebce8;
  margin-left: 5rem;
  padding: 0.1rem 0 0.1rem 0.85rem;
}

.editorial-footer .footer-address-label {
  color: #721c24;
  display: block;
  font-family: var(--site-menu-font);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.editorial-footer .footer-brand .footer-address address {
  color: #493e38;
  font-family: var(--site-menu-font);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  max-width: none;
}

.editorial-footer .footer-menu {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(12rem, 1.35fr) minmax(10rem, 0.8fr);
  min-width: 0;
}

.editorial-footer .footer-link-group {
  display: block;
  overflow: visible;
  width: auto;
}

.editorial-footer .footer-link-group h2 {
  border-bottom: 1px solid rgba(76, 47, 35, 0.32);
  color: #721c24;
  font-family: var(--site-menu-font);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.1;
  margin: 0 0 0.8rem;
  padding-bottom: 0.55rem;
  text-transform: uppercase;
}

.editorial-footer .footer-link-list {
  column-gap: 2rem;
  display: grid;
  grid-auto-columns: minmax(9.5rem, max-content);
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  row-gap: 0.55rem;
}

.editorial-footer .footer-link-group a {
  align-items: center;
  color: #211815;
  display: flex;
  font-family: var(--site-menu-font);
  font-size: 0.94rem;
  font-weight: 700;
  gap: 0.6rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
  width: fit-content;
}

.editorial-footer .footer-link-group a::before {
  color: #8f3037;
  content: "→";
  font-size: 0.85rem;
}

.editorial-footer .footer-link-group a:hover,
.editorial-footer .footer-link-group a:focus-visible {
  color: #721c24;
  outline: none;
  transform: translateX(3px);
}

.editorial-footer .footer-bottom {
  align-items: flex-end;
  border-top: 1px solid rgba(76, 47, 35, 0.32);
  color: #211815;
  display: flex;
  gap: 1rem;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 1.1rem;
}

.editorial-footer .footer-colophon {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.editorial-footer .footer-colophon span {
  color: #211815;
  font-family: var(--site-menu-font);
  font-size: 0.86rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.editorial-footer .eu-hosting-badge {
  display: block;
  grid-column: auto;
  grid-row: auto;
  height: auto;
  margin: 0 0 0 auto;
  max-width: none;
  width: 10.5rem;
}

@media (min-width: 1180px) and (max-width: 1450px) {
  .site-header.editorial-header {
    gap: 0.65rem;
    padding-inline: clamp(0.85rem, 1.5vw, 1.15rem);
  }

  .editorial-header .site-wordmark {
    min-width: 3.5rem;
  }

  .editorial-header .site-wordmark img {
    height: 3.35rem;
    width: 3.35rem;
  }

  .editorial-header .main-nav {
    justify-content: space-evenly;
  }

  .editorial-header .main-nav a {
    font-size: clamp(0.7rem, calc(1.3vw - 0.25rem), 0.8rem);
    letter-spacing: 0.025em;
    padding: 0.85rem clamp(0.18rem, 0.35vw, 0.3rem) 0.7rem;
  }

  .editorial-header .hero-socials {
    gap: 0.3rem;
    padding-left: 0.65rem;
  }

  .editorial-header .hero-socials a {
    border-radius: 8px;
    height: 2.3rem;
    width: 2.3rem;
  }

  .editorial-header .hero-socials .social-icon {
    height: 1.1rem;
    width: 1.1rem;
  }
}

@media (max-width: 1179px) {
  .site-header.editorial-header {
    align-items: center;
    display: grid;
    gap: 0.5rem 1rem;
    grid-template-columns: 1fr auto;
  }

  .editorial-header .site-wordmark {
    justify-content: flex-start;
    justify-self: start;
    margin-left: 0.58rem;
  }

  .editorial-header .main-nav {
    display: flex;
    flex-wrap: nowrap;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding-bottom: 0.1rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .editorial-header .main-nav a {
    flex: 0 0 auto;
    min-width: max-content;
    scroll-snap-align: start;
  }

.editorial-header .main-nav::-webkit-scrollbar {
    display: none;
  }

  .editorial-header .hero-socials {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
  }
}

.editorial-header .mobile-nav-toggle {
  display: none;
}

@media (max-width: 900px) {
  .site-header.editorial-header {
    gap: 0.65rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.65rem 1rem 0.8rem;
  }

  .editorial-header .site-wordmark {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
  }

  .editorial-header .site-wordmark img {
    height: 3.2rem;
    width: 3.2rem;
  }

  .editorial-header.has-mobile-nav .mobile-nav-toggle {
    align-items: center;
    align-self: center;
    background: #721c24;
    border: 1px solid #5c141b;
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(78, 18, 25, 0.18);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--site-menu-font);
    font-size: 0.82rem;
    font-weight: 900;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    letter-spacing: 0.045em;
    line-height: 1;
    min-height: 2.65rem;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
  }

  .editorial-header.has-mobile-nav .mobile-nav-toggle:hover,
  .editorial-header.has-mobile-nav .mobile-nav-toggle:focus-visible {
    background: #8d2530;
    outline: 3px solid rgba(114, 28, 36, 0.2);
    outline-offset: 2px;
  }

  .editorial-header.has-mobile-nav .main-nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 3;
    max-width: none;
    overflow: visible;
    padding: 0.2rem 0 0;
    width: 100%;
  }

  .editorial-header.has-mobile-nav .main-nav.is-open {
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-header.has-mobile-nav .main-nav a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(114, 28, 36, 0.2);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 2.8rem;
    min-width: 0;
    padding: 0.7rem 0.45rem;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .editorial-header .main-nav {
    grid-row: 3;
  }
}

@media (max-width: 980px) {
  .site-footer.editorial-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-footer.editorial-footer {
    grid-template-columns: 1fr;
  }

  .editorial-footer .footer-address {
    margin-left: 0;
  }

  .editorial-footer .footer-menu {
    grid-template-columns: 1fr;
  }

  .editorial-footer .footer-link-list {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .editorial-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

  .editorial-footer .eu-hosting-badge {
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-header .hero-socials a,
  .editorial-footer .footer-link-group a {
    transition: none;
  }
}

/* Narrow-phone guards for page templates with oversized editorial headings. */
@media (max-width: 380px) {
  #top .hero-copy,
  #top .portrait-panel,
  #top .portrait-frame {
    box-sizing: border-box;
    margin-inline: 1rem !important;
    max-width: calc(100% - 2rem) !important;
    min-width: 0 !important;
    width: auto !important;
  }

  #top .mobile-title,
  #top .mobile-title span {
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .ff-shell,
  .rr-shell,
  .ff-hero,
  .rr-hero,
  .ff-reading,
  .rr-reading,
  .ff-section,
  .rr-section,
  .ff-card-grid,
  .rr-card-grid,
  .ff-article-card,
  .rr-article-card,
  .rr-card-body,
  .d89-briefing,
  .books-section .container,
  .review-grid,
  .review-video,
  .review-body,
  .review-head,
  .transcript,
  .submit-story,
  .submit-actions,
  .legal-page,
  .legal-content,
  .legal-content section {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .ff-hero h1,
  .rr-hero h1,
  .ff-shell h2,
  .rr-shell h2,
  .rr-card-body h3,
  .d89-briefing h2,
  .books-section h2,
  .legal-page h2,
  .review-grid summary,
  .mail-link {
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: normal;
  }

  .ff-hero h1,
  .rr-hero h1 {
    font-size: clamp(2.25rem, 14vw, 3.4rem) !important;
  }

  .books-section {
    padding-inline: 1rem !important;
  }

  .books-section .container,
  .review-grid,
  .submit-story {
    margin-inline: auto !important;
    width: calc(100% - 2rem) !important;
  }

  .submit-actions,
  .mail-link {
    width: 100% !important;
  }
}

/* SITE BREADCRUMBS: START */
.editorial-footer .footer-breadcrumbs {
  color: #6a5d56;
  font-family: var(--site-menu-font);
  font-size: 0.7rem;
  font-weight: 600;
  grid-column: 1 / -1;
  letter-spacing: 0.015em;
  line-height: 1.45;
  min-width: 0;
}

.editorial-footer .footer-breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.editorial-footer .footer-breadcrumbs li {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.editorial-footer .footer-breadcrumbs li + li::before {
  color: #9b8d84;
  content: "›";
  margin: 0 0.45rem;
}

.editorial-footer .footer-breadcrumbs a {
  color: #665950;
  text-decoration: none;
}

.editorial-footer .footer-breadcrumbs a:hover,
.editorial-footer .footer-breadcrumbs a:focus-visible {
  color: #721c24;
  text-decoration: underline;
}

.editorial-footer .footer-breadcrumbs [aria-current="page"] {
  color: #887a71;
  overflow-wrap: anywhere;
}
/* SITE BREADCRUMBS: END */
