/* =========================
   LOX01 — Layout & Type Unifier (STABLE MASTER)
========================= */
@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@700&display=swap');

/* ----- Structure & Footer push ----- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 55px;
}

.wp-site-blocks > .wp-block-template-part[area="footer"] {
  margin-top: auto;
}

.wp-site-blocks > .wp-block-post-content,
.wp-site-blocks > main {
  flex: 1 0 auto;
}

.lox-frame {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.lox-push {
  flex-grow: 1;
}

/* Shared constrained groups */
:where(.wp-block-group.is-layout-constrained,
       .wp-block-post-content.is-layout-constrained) {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 16px;
  box-sizing: border-box;
}

/* =========================
   HEADER (top menu)
========================= */
.lox-header {
  background: #a1e6ed;
  color: #1e0954;
  padding: 32px 0;
}

/* Full nav row centered on page */
.lox-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  text-align: center;
}

/* Nav row */
.lox-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

/* Brand, links, icons in same row */
.lox-brand,
.lox-nav-links,
.lox-nav-icons {
  display: flex;
  align-items: center;
}

/* Brand */
.lox-brand {
  margin-left: -6px;
  margin-right: 120px;
}

.lox-brand a {
  font-family: "Grenze Gotisch", "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #1e0954;
  white-space: nowrap;
}

/* Links + icons */
.lox-nav-links {
  display: flex;
  align-items: center;
}

/* spacing between nav links */
.lox-nav-links a {
  display: inline-block;
  margin-right: 35px;
  text-decoration: none;
  white-space: nowrap;
}

/* extra space before the separator after last item */
.lox-nav-links a:last-child {
  margin-right: 45px;
}

/* separator spacing */
.lox-nav-separator {
  font-size: 22px;
  color: #1e0954;
  line-height: 1;
  margin-left: 0;
  margin-right: 40px;
}

.lox-nav-icons {
  display: flex;
  align-items: center;
  gap: 36px;
}

.lox-nav-icons svg {
  width: 26px;
  height: 26px;
  transition: color 0.25s ease, filter 0.25s ease;
}

/* Header link styling (no underline in nav) */
.lox-header a {
  color: #1e0954;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.lox-header a:hover {
  color: #ff9147;
  text-shadow: 0 0 6px rgba(255, 145, 71, 0.5),
               0 0 14px rgba(255, 145, 71, 0.3);
  text-decoration: none;
}

.lox-header a:hover svg {
  color: #ff9147;
  filter: drop-shadow(0 0 6px rgba(255, 145, 71, 0.5))
          drop-shadow(0 0 14px rgba(255, 145, 71, 0.3));
}

/* =========================
   Global links (body + footer)
========================= */
a,
.lox-footer a {
  color: #1e0954;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

a:hover,
.lox-footer a:hover {
  color: #ff9147;
  text-shadow: 0 0 6px rgba(255, 145, 71, 0.5);
  text-decoration: none;
}

/* =========================
   Page Hero Titles — unified
========================= */
.lox-hero {
  background: #a1e6ed;
  margin: 0;
  padding: 32px 0 18px;
  text-align: left;
}

.lox-hero h1,
.lox-hero .wp-block-post-title {
  margin: 0 0 16px;
  font-family: "Grenze Gotisch", "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 700;
  color: #1e0954;
  text-align: left;
}

.lox-hero .has-text-align-center {
  text-align: left !important;
}

/* =========================
   Body wrapper & typography
========================= */
.page-basic {
  padding: 16px 0 60px;
  color: #1e0954;
  text-align: left;
}

.page-basic p,
.home-hero-tagline,
.wp-block-paragraph,
p {
  font-size: 18px;
  line-height: 1.6;
  color: #1e0954;
  margin: 0 0 18px;
  max-width: 65ch;
}

.page-basic ul,
.page-basic ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.page-basic li {
  margin-bottom: 0.5em;
}

/* =========================
   Writing page list (base)
========================= */
.writing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.writing-list li {
  margin-bottom: 28px;
}

.writing-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.writing-blurb {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.6;
}

/* =========================
   Home video band (hero) — tight + stable
========================= */
.lox-video-band {
  background: #a1e6ed;
  padding-top: 16px;
  padding-bottom: 8px;
  box-sizing: border-box;
}

.lox-video-card {
  background: #1e0954;
  border-radius: 24px;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  max-width: 380px;
  margin: 0 auto;
}

.lox-video-link {
  display: block;
  width: 100%;
}

.lox-hero-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.25s ease;
}

.lox-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.lox-video-card:hover .lox-hero-video {
  transform: scale(1.03);
}

/* =========================
   Home text under video
========================= */
.home-text-block {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 48px;
  margin-top: 8px;
  margin-bottom: 26px;
}

.home-hero-title {
  margin: 12px 0 6px;
  font-size: 3.2rem;
  color: #1e0954;
  letter-spacing: 0.05em;
  font-family: "Grenze Gotisch", "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  font-weight: 700;
}

.home-hero-tagline {
  margin: 0;
}

/* =========================
   FEATURED FIELD NOTES BAND (Front Page)
   Stable: thicker frame, correct hover, flush ribbon, tighter spacing
   HTML: .lox-featured-band > .lox-featured-inner > (bookmark + h2 + .lox-ffn)
========================= */
.lox-featured-band {
  position: relative;
  z-index: 0;
  margin: 1.25rem 0;        /* tighter than before */
  padding: 0 0 1.25rem;     /* tighter white section */
}

.lox-featured-band::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background: #ffffff;
}

.lox-featured-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;          /* keep inner gutters */
  box-sizing: border-box;
}

/* Heading inside white band: indigo */
.lox-featured-band .lox-instagram-heading {
  color: #1e0954;
}

/* Heading spacing (tight) */
.lox-featured-inner > h2 {
  margin-top: 1.9rem;       /* gives room below ribbon */
  margin-bottom: 1.1rem;
}

/* Ribbon flush to TOP of white band */
.lox-featured-bookmark {
  position: absolute;
  top: 0;                   /* flush */
  left: 16px;
  margin: 0;
  padding: 0;
  pointer-events: none;
  z-index: 2;
}

.lox-featured-bookmark-icon {
  width: 48px;
  height: auto;
  fill: #1e0954;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Featured list wrapper: no extra padding (band provides spacing) */
.lox-ffn {
  padding: 0;
  margin-top: 0.25rem;
}

.lox-ffn .lox-ffn__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lox-ffn .lox-ffn__list {
  display: grid;
  gap: 32px;
}

/* Card layout: bigger media column so frame can be thicker WITHOUT shrinking the image too much */
.lox-ffn .lox-ffn__card {
  display: grid;
  grid-template-columns: 320px 1fr; /* bigger than 300 */
  gap: 26px;
  align-items: start;
}

/* Indigo media frame: thicker border and SAME hover feel as other cards */
.lox-ffn .lox-ffn__media {
  display: grid;
  place-items: center;

  width: 320px;
  height: 320px;

  padding: 30px;           /* thicker frame (what you asked for) */
  background: #1e0954;

  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lox-ffn .lox-ffn__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;

  object-fit: cover;
  object-position: center;

  border-radius: 18px;
  transition: transform 0.25s ease;
}

/* Hover: trigger when hovering the WHOLE row/card (not just the image) */
.lox-ffn .lox-ffn__card:hover .lox-ffn__media {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.lox-ffn .lox-ffn__card:hover .lox-ffn__media img {
  transform: scale(1.03);
}

/* Text */
.lox-ffn .lox-ffn__title {
  margin: 0;
}

.lox-ffn .lox-ffn__text p {
  margin: 10px 0 0;
  line-height: 1.6;
  max-width: 72ch;         /* lets longer snippets breathe */
}

/* Mobile stack */
@media (max-width: 700px) {
  .lox-ffn .lox-ffn__card {
    grid-template-columns: 1fr;
  }

  .lox-ffn .lox-ffn__media {
    width: 100%;
    max-width: 420px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    padding: 26px;
  }
}

/* =========================
   Home Instagram strip (New Videos) — WORKING FLEX VERSION
========================= */
.lox-instagram-band {
  position: relative;
  z-index: 0;
  padding: 64px 0 96px;
}

.lox-instagram-band::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #1e0954;
  z-index: -1;
}

.lox-instagram-inner {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.lox-instagram-heading {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a1e6ed;
}

.lox-instagram-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 96px;
  flex-wrap: nowrap;
}

.lox-instagram-card {
  background: #a1e6ed;
  border-radius: 24px;
  padding: 14px;
  max-width: 240px;
  flex: 0 0 240px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lox-instagram-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  transition: transform 0.25s ease;
}

.lox-instagram-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.lox-instagram-card:hover img {
  transform: scale(1.03);
}

@media (max-width: 900px) {
  .lox-instagram-grid {
    flex-wrap: wrap;
    gap: 24px;
  }

  .lox-instagram-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .lox-instagram-band {
    padding: 40px 0 60px;
  }
}

/* =========================
   Footer
========================= */
.lox-footer {
  background: #a1e6ed;
  color: #1e0954;
  text-align: center;
  padding: 32px 0;
  font-size: 16px;
}

/* =========================
   Responsive tweaks (global)
========================= */
@media (min-width: 900px) {
  .lox-video-band { padding-top: 16px; padding-bottom: 4px; }
  .home-text-block { margin-top: 4px; margin-bottom: 28px; }
  .lox-hero-video { max-height: 350px; }
}

@media (max-width: 768px) {
  .lox-video-band {
    padding: 20px 0 8px;
  }

  .lox-video-card {
    padding: 32px;
    border-radius: 22px;
    max-width: 100%;
  }

  .lox-hero-video {
    width: 100%;
    border-radius: 14px;
  }
}

@media (max-width: 767px) {
  :where(.wp-block-group.is-layout-constrained,
         .wp-block-post-content.is-layout-constrained) {
    padding-inline: 12px;
  }

  .lox-header {
    padding: 18px 0;
  }

  .lox-header-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }

  .lox-brand {
    margin-left: 0;
    margin-right: 12px;
  }

  .lox-brand a {
    font-size: 20px;
  }

  .lox-nav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }

  .lox-nav-links {
    display: flex;
    gap: 16px;
    margin-right: 8px;
    flex: 1 1 auto;
    flex-wrap: nowrap;
  }

  .lox-nav-separator {
    margin: 0 6px;
    font-size: 18px;
    flex-shrink: 0;
  }

  .lox-nav-icons {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
  }

  .lox-header a {
    font-size: 15px;
    letter-spacing: 0.03em;
  }

  .lox-hero {
    padding: 20px 0 18px;
  }

  .lox-hero h1,
  .lox-hero .wp-block-post-title {
    margin: 12px 0 8px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .page-basic {
    padding: 18px 0 40px;
  }

  .page-basic p,
  .wp-block-paragraph,
  p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 100%;
  }

  .writing-list li {
    margin-bottom: 20px;
  }

  .writing-title {
    font-size: 19px;
  }

  .writing-blurb {
    font-size: 18px;
  }

  .home-text-block {
    padding-top: 8px;
    padding-bottom: 48px;
  }

  .home-hero-title {
    font-size: 2.3rem;
    text-align: center;
  }

  .home-hero-tagline {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 12px;
  }

  .lox-footer {
    padding: 20px 0;
  }
}

/* =========================
   LOX01 — Divider Icon
========================= */
.lox-divider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0 20px;
  width: 100%;
  pointer-events: none;
}

.lox-divider::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("/wp-content/themes/twentytwentyfive-child/assets/img/lox-divider-icon.png") no-repeat left/contain;
  opacity: 1;
  filter: none;
}

/* =========================
   Field Notes page (alignment + rhythm)
========================= */
.field-notes-divider {
  height: 2px;
  width: 100%;
  background-color: #1e0954;
  margin: 20px 0 26px;
}

.field-notes-intro p {
  max-width: 65ch;
}

.page-basic .field-notes-divider + .fieldnotes-query {
  margin-top: 0;
  padding-top: 0;
}

.fieldnotes-query .fieldnote-item {
  margin-top: 0;
  padding-top: 0;
}

.fieldnotes-query .wp-block-post-template {
  row-gap: 0;
}

.fieldnote-meta {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 24px;
}

.fieldnote-date::before { content: "Posted: "; }
.fieldnote-date::after  { content: " by Locks O. Won"; }

.fieldnote-thumb img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  display: block;
  margin: 0 0 24px;
}

.fieldnotes-query .wp-block-post-title,
.fieldnotes-query .wp-block-post-title a,
.fieldnote-item .wp-block-post-title,
.fieldnote-title {
  font-family: "Courier New", "IBM Plex Mono", "Consolas", monospace !important;
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 6px;
  text-decoration: none;
  color: #1e0954;
}

.fieldnotes-query .fieldnote-item .lox-divider {
  margin: 0 0 6px;
}

/* Comment form divider */
.fieldnote-item .comment-respond::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1e0954;
  margin: 40px 0;
  opacity: 0.85;
}

.fieldnotes-query .comment-respond {
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fieldnotes-query .fieldnote-item .comment-respond::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1e0954;
  margin: 12px 0 18px;
  opacity: 0.85;
}

.fieldnotes-query .fieldnote-item + .fieldnote-item {
  margin-top: 0;
  padding-top: 0;
}

/* Align Field Notes page content to main width */
.page-basic .fieldnotes-query,
.page-basic .field-notes-intro {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 16px;
  box-sizing: border-box;
}

.page-basic .fieldnotes-query .wp-block-post-template {
  margin: 0;
  padding: 0;
}

.page-template-field-notes .wp-block-group.is-layout-constrained {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* =========================
   Lyrics blocks — unified
========================= */
.lyrics-block {
  max-width: 600px;
  margin: 1.75rem 0 1.25rem;
  padding-left: 16px;
  border-left: 3px solid #1e0954;
  font-size: 0.9rem;
  font-style: italic;
  color: #1e0954;
  line-height: 1.5;
  text-align: left;
}

.lyrics-block p {
  margin: 0;
  font: inherit;
}

/* =========================
   Field Notes video cards (single definition)
========================= */
.field-notes-video-card {
  background-color: #1e0954;
  border-radius: 20px;
  padding: 16px 20px;
  margin: 2em 0;
  display: flex;
  align-items: center;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.field-notes-video-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}

.field-notes-video-card video,
.field-notes-video-card img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Float card left on wider screens so text can wrap */
@media (min-width: 768px) {
  .field-notes-video-card {
    float: left;
    margin-right: 2em;
  }
}

/* RABBIT POST — TWO VIDEOS SIDE BY SIDE */
.rabbit-video-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin: 24px 0;
}

.rabbit-video-row .field-notes-video-card {
  flex: 1 1 0;
  max-width: 50%;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.rabbit-video-row .field-notes-video-card video {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile stack for rabbit row */
@media (max-width: 600px) {
  .rabbit-video-row {
    flex-direction: column;
    gap: 16px;
  }

  .rabbit-video-row .field-notes-video-card {
    max-width: 100%;
  }
}

/* Make videos behave like images inside img-card */
.img-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

/* =========================
   Image stack + img-card (stable)
========================= */
.image-stack {
  margin: 0 0 1rem 0;
}

.img-card {
  background: #1e0954;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
  padding: 20px 10px 14px;
  margin: 0 0 1rem 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.img-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.img-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.image-stack .img-card {
  float: left;
  width: 375px;
  margin: 0 0.25in 0.25in 0;
}

.flow-stop { clear: both; }

@media (max-width: 900px) {
  .image-stack .img-card {
    float: none;
    width: 100%;
    max-width: 375px;
    margin: 0 0 1rem 0;
  }
}

/* =========================
   Epigraph offsets scoped properly
========================= */
.single .epigraph-row .lyrics-block,
.single .epigraph-v2 .lyrics-block,
.single .epigraph-v3 .lyrics-block {
  margin-top: 120px;
}

.archive .epigraph-row .lyrics-block,
.blog   .epigraph-row .lyrics-block,
.page   .epigraph-row .lyrics-block,
.archive .epigraph-v2 .lyrics-block,
.blog   .epigraph-v2 .lyrics-block,
.page   .epigraph-v2 .lyrics-block,
.archive .epigraph-v3 .lyrics-block,
.blog   .epigraph-v3 .lyrics-block,
.page   .epigraph-v3 .lyrics-block {
  margin-top: 0;
}

/* =========================
   Indigo image cards (essays)
========================= */
.fn-indigo-block,
.fn-image-card.indigo-card {
  max-width: 420px;
  margin: 2rem 0 2.5rem 0;
  background: #1e0954;
  padding: 0.75rem 0.75rem 1rem;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  overflow: hidden;
}

.fn-indigo-block img,
.fn-image-card.indigo-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.fn-image-card.indigo-card .img-card {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 10px;
}

.fn-image-card.indigo-card figcaption,
.fn-indigo-caption {
  font-size: 0.8rem;
  margin-top: 0.45rem;
  color: #d8d3f0;
  opacity: 0.85;
  font-style: italic;
  text-align: left;
}

.fn-indigo-block.fn-indigo-small,
.fn-image-card.indigo-card.fn-indigo-small { max-width: 300px; }

.fn-indigo-block.fn-indigo-tiny,
.fn-image-card.indigo-card.fn-indigo-tiny { max-width: 220px; }

/* =========================
   Gothic headings (shared)
========================= */
.gothic-small {
  font-family: "Grenze Gotisch", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #1e0954;
  letter-spacing: 0.02em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h2.gothic-small {
  font-size: 1.9rem;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
  color: #1e0954;
  text-align: left;
}

h4.gothic-small {
  font-size: 1.2rem;
  line-height: 1.3;
}

.page-basic .gothic-small:first-of-type {
  margin-top: 1rem;
}

.dispatch-article h3.gothic-small,
.dispatch-article h2.gothic-small {
  margin-left: 0 !important;
  text-indent: 0 !important;
}

/* =========================
   Field Notes essay UL system (custom stars)
========================= */
.dispatch-article.field-notes-essay {
  font-size: 1rem;
  line-height: 1.6;
}

.dispatch-article.field-notes-essay ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-width: 60ch;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.dispatch-article.field-notes-essay ul li {
  margin-left: 0;
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.55rem;
  text-indent: 0;
  hyphens: auto;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.dispatch-article.field-notes-essay ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.15rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #1e0954;
}

/* =========================
   Essays & Reviews list system (ONLY this list)
========================= */
ul.writing-list.writing-list--reviews {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.writing-list.writing-list--reviews > li {
  position: relative;
  padding-left: 34px;
  margin: 0 0 28px 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

ul.writing-list.writing-list--reviews > li::before {
  content: "✦";
  position: absolute;
  left: 12px;
  top: 0.88em;
  transform: translateY(-50%);
  font-size: 0.9em;
  line-height: 1;
  color: #1e0954;
}

ul.writing-list.writing-list--reviews > li > a.writing-title {
  display: inline !important;
  float: none !important;
  width: auto !important;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  color: #1e0954;
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
  text-decoration-thickness: from-font;
}

ul.writing-list.writing-list--reviews > li > a.writing-title:hover {
  color: #ff9147;
  text-shadow: 0 0 6px rgba(255,145,71,0.5);
}

ul.writing-list.writing-list--reviews > li > p.writing-blurb {
  margin: 6px 0 0 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

/* =========================================================
   PATCH ONLY — Featured Field Notes + Field Notes Search/Tags
   Paste this at the VERY END of your stylesheet.
   No !important. No duplicates. Supports your current HTML.
========================================================= */

/* =========================
   Persona / misc small fixes kept
========================= */
.alpine-poem p {
  text-indent: 0;
  margin-left: 0;
}

/* Utility: image card aligned left, text beside */
.fn-image-card.alignleft.top-align {
  float: left;
  margin: 0 25px 20px 0;
  display: inline-block;
  vertical-align: top;
}

.top-align-text {
  display: inline-block;
  vertical-align: top;
  max-width: 700px;
}

/* =========================
   FIELD NOTES: SEARCH + TAGS (restore)
========================= */
.field-notes-searchbar {
  margin-top: 2.5rem;
  margin-bottom: 0.4rem;
  width: 100%;
  display: block;
}

.field-notes-searchbar .wp-block-search {
  max-width: 300px;
  margin-bottom: 0.75rem;
}

.field-notes-searchbar .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #4a4a4a;
  border-radius: 999px;
  padding: 2px 10px;
  height: 36px;
  background: #ffffff;
}

.field-notes-searchbar input[type="search"] {
  flex: 1;
  font-size: 14px;
  padding: 4px 6px;
  border: none;
  outline: none;
  background: transparent;
}

.field-notes-searchbar .wp-block-search__button {
  background: #1e0954;
  color: #ffffff;
  border: none;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.field-notes-searchbar .wp-block-search__button:hover {
  background: #ff9147;
  color: #1e0954;
  box-shadow: 0 0 6px rgba(255,145,71,0.5),
              0 0 14px rgba(255,145,71,0.3);
}

/* Tag pills */
.field-notes-searchbar .fn-tag-cloud {
  display: block;
  margin-top: 0.3rem;
  padding: 0;
  text-align: left;
}

.field-notes-searchbar .fn-tag-cloud a {
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  margin-right: 0.35rem;
  margin-bottom: 0.3rem;
  border-radius: 999px;
  background: rgba(30, 9, 84, 0.06);
  color: #47425f;
  border: 1px solid rgba(30, 9, 84, 0.08);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.field-notes-searchbar .fn-tag-cloud a:hover {
  background: #ff9147;
  color: #1e0954;
  box-shadow: 0 0 6px rgba(255,145,71,0.5),
              0 0 14px rgba(255,145,71,0.3);
}
/* =========================
   FEATURED FIELD NOTES (front page)
   Current HTML: .lox-featured-band .lox-featured-inner .lox-ffn__*
   CONSOLIDATED — no duplicates, no !important
========================= */

/* Full-bleed white band */
.lox-featured-band {
  position: relative;
  z-index: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 0;
  padding-bottom: 2rem; /* more white below second card */
}

.lox-featured-band::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #ffffff;
  z-index: -1;
}

/* Constrained inner wrapper */
.lox-featured-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Ribbon — moved DOWN 10px */
.lox-featured-band .lox-featured-bookmark {
  position: absolute;
  top: -32px;
  left: 16px;
  margin: 0;
  padding: 0;
  z-index: 10;
  pointer-events: none;
}

/* Heading clears ribbon */
.lox-featured-band .lox-ffn__heading {
  margin-top: 2.3rem;
  margin-bottom: 1.2rem;
  color: #1e0954;
}

/* Spacer tame (if present) */
.lox-featured-band .wp-block-spacer {
  height: 16px;
}

/* List — more space between cards + more white at bottom */
.lox-featured-band .lox-ffn__list {
  display: grid;
  gap: 40px;           /* more white BETWEEN the two cards */
  padding-bottom: 40px; /* more white BELOW the second card */
}

/* Card layout */
.lox-featured-band .lox-ffn__card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: start;
}

/* Media frame — INDIGO, stable at rest */
.lox-featured-band .lox-ffn__media {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 240px;
  height: 240px;

  padding: 14px;
  background: #1e0954;
  border-radius: 24px;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;

  transform: none;
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lox-featured-band .lox-ffn__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;

  transform: none;
  transition: transform 0.25s ease;
}

/* Hover ONLY on real hover devices */
@media (hover: hover) and (pointer: fine) {
  .lox-featured-band .lox-ffn__media:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  }

  .lox-featured-band .lox-ffn__media:hover img {
    transform: scale(1.03);
  }
}

/* Prevent sticky focus/active states */
.lox-featured-band .lox-ffn__media:focus,
.lox-featured-band .lox-ffn__media:active {
  transform: none;
  box-shadow: none;
}

.lox-featured-band .lox-ffn__media:focus img,
.lox-featured-band .lox-ffn__media:active img {
  transform: none;
}

/* Title */
.lox-featured-band .lox-ffn__title {
  margin: 0;
}

.lox-featured-band .lox-ffn__title a {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  color: #1e0954;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.25s ease, text-shadow 0.25s ease, text-decoration 0.25s ease;
}

.lox-featured-band .lox-ffn__title a:hover {
  color: #ff9147;
  text-shadow: 0 0 6px rgba(255,145,71,0.5),
               0 0 14px rgba(255,145,71,0.3);
  text-decoration: none;
}

/* One-line titles on desktop */
@media (min-width: 721px) {
  .lox-featured-band .lox-ffn__title a {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Snippet */
.lox-featured-band .lox-ffn__text p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.6;
  max-width: 72ch;
}

/* Responsive */
@media (max-width: 720px) {
  .lox-featured-band .lox-ffn__card {
    grid-template-columns: 1fr;
  }

  .lox-featured-band .lox-ffn__title a {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}

/* Space before New Videos */
.lox-featured-band + .lox-instagram-band {
  margin-top: 24px;
}

/* =========================
   GLOBAL H3 — Gothic header restore
   (content only; not nav)
========================= */
.page-basic h3,
.wp-block-post-content h3,
.entry-content h3,
.wp-block-heading:is(h3) {
  font-family: "Grenze Gotisch", "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1e0954;
}
