/*
 * Mermaids of Earth — Inner Page Styles
 * Applied to all inner pages (single, page, archive)
 */

/* ── INNER PAGE LAYOUT ─────────────────────────────── */

.moe-inner {
  background: var(--deep);
  color: var(--pearl);
  padding-top: 64px; /* nav height */
}

/* ── PAGE HERO ─────────────────────────────────────── */

.inner-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: linear-gradient(160deg, #0d2035 0%, #091522 60%, #0a1c2e 100%);
}

.inner-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 30%;
  filter: brightness(0.45) saturate(0.8);
}

.inner-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(7,14,20,0.92) 0%, rgba(7,14,20,0.3) 60%, transparent 100%),
    linear-gradient(to right, rgba(7,14,20,0.5) 0%, transparent 60%);
}

.inner-hero-content {
  position: relative; z-index: 2;
  padding: 2.5rem 4rem 3rem;
  max-width: 860px;
}

.inner-back {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  margin-bottom: 1.25rem;
  transition: color 0.2s;
}
.inner-back:hover { color: var(--gold-lt); }
.inner-back::before { content: '‹'; font-size: 1rem; }

.inner-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--pearl);
  margin-bottom: 0.75rem;
}

.inner-hero-meta {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; color: var(--gold);
  letter-spacing: 0.06em;
}
.inner-hero-meta::before { content: '📍'; font-size: 0.75rem; }

/* ── CONTENT WRAPPER ───────────────────────────────── */

.inner-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
}

.inner-wrap-wide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
}

/* ── CONTENT TYPOGRAPHY ────────────────────────────── */

.inner-content {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(240,237,232,0.95);
}

.inner-content h1,
.inner-content h2,
.inner-content h3,
.inner-content h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  color: var(--pearl);
  margin: 2rem 0 0.75rem;
  line-height: 1.2;
}

.inner-content h1 { font-size: 2.2rem; }
.inner-content h2 { font-size: 1.7rem; }
.inner-content h3 {
  font-size: 1.1rem;
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.78rem;
}
.inner-content h4 { font-size: 1rem; color: var(--gold-lt); }

.inner-content p {
  margin-bottom: 1.25rem;
}

.inner-content a {
  color: var(--gold-lt);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,184,64,0.25);
  transition: border-color 0.2s, color 0.2s;
}
.inner-content a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.inner-content img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  margin: 1.5rem 0;
  display: block;
}

.inner-content ul,
.inner-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.inner-content li { margin-bottom: 0.4rem; }

.inner-content blockquote {
  border-left: 2px solid var(--gold);
  padding: 0.75rem 1.5rem;
  margin: 1.5rem 0;
  background: rgba(201,148,26,0.05);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--gold-pale);
}

.inner-content figcaption {
  font-size: 0.75rem;
  color: rgba(240,237,232,0.75);
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

/* ── DIVIDER ───────────────────────────────────────── */

.inner-divider {
  display: flex; align-items: center; gap: 1rem;
  margin: 2.5rem 0;
}
.inner-divider::before,
.inner-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(201,148,26,0.4);
}
.inner-divider span {
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(201,148,26,0.82);
  white-space: nowrap;
}

/* ── GALLERY PLUGIN OVERRIDE ───────────────────────── */
/* Styles the existing gallery plugin to match our theme */

.gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  gap: 0.5rem !important;
  margin: 1.5rem 0 !important;
}
.gallery-item {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 2px;
}
.gallery-item img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover !important;
  margin: 0 !important;
  transition: filter 0.3s, transform 0.3s;
  filter: brightness(1) saturate(1);
}
.gallery-item img:hover {
  filter: brightness(1) saturate(1);
  transform: scale(1.03);
}
.gallery-caption {
  font-size: 0.68rem !important;
  color: rgba(240,237,232,0.75) !important;
  padding: 0.3rem 0.5rem !important;
  background: rgba(7,14,20,0.7) !important;
}

/* ── BREADCRUMB ────────────────────────────────────── */

.inner-breadcrumb {
  padding: 0.85rem 4rem;
  border-bottom: 1px solid rgba(201,148,26,0.1);
  font-size: 0.68rem;
  color: rgba(240,237,232,0.75);
  letter-spacing: 0.06em;
}
.inner-breadcrumb a {
  color: rgba(201,148,26,0.9);
  text-decoration: none;
}
.inner-breadcrumb a:hover { color: var(--gold); }
.inner-breadcrumb span { margin: 0 0.4rem; }

/* ── BLOG POST META ────────────────────────────────── */

.post-meta {
  display: flex; align-items: center;
  gap: 1.5rem; flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(201,148,26,0.12);
  font-size: 0.72rem;
  color: rgba(240,237,232,0.78);
  letter-spacing: 0.06em;
}
.post-meta strong { color: var(--gold); }

/* ── FEATURED IMAGE (blogs) ────────────────────────── */

.post-featured {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 2rem;
  filter: brightness(1) saturate(1);
}

/* ── PREV/NEXT ─────────────────────────────────────── */

.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 3rem;
  border-top: 1px solid rgba(201,148,26,0.12);
  padding-top: 2rem;
}
.post-nav a {
  display: flex; flex-direction: column;
  gap: 0.3rem; text-decoration: none;
  padding: 1rem;
  border: 1px solid rgba(201,148,26,0.1);
  transition: border-color 0.2s, background 0.2s;
}
.post-nav a:hover {
  border-color: rgba(201,148,26,0.7);
  background: rgba(201,148,26,0.04);
}
.post-nav-label {
  font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold);
}
.post-nav-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; color: var(--pearl);
  line-height: 1.3;
}
.post-nav .next { text-align: right; }

/* ── 404 / EMPTY ───────────────────────────────────── */

.inner-empty {
  text-align: center;
  padding: 6rem 2rem;
  color: rgba(240,237,232,0.75);
}
.inner-empty h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300;
  color: var(--pearl);
  margin-bottom: 1rem;
}

/* ── RESPONSIVE ────────────────────────────────────── */

@media (max-width: 768px) {
  .inner-hero-content { padding: 2rem 1.5rem 2.5rem; }
  .inner-wrap,
  .inner-wrap-wide { padding: 2rem 1.25rem 4rem; }
  .inner-breadcrumb { padding: 0.75rem 1.25rem; }
  .post-nav { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ── STATUES DIRECTORY PAGE ─────────────────────────── */

.statues-hero {
  min-height: 280px;
  background:
    linear-gradient(160deg, rgba(13,32,53,0.82) 0%, rgba(9,21,34,0.88) 60%, rgba(10,28,46,0.85) 100%),
    url('/wp-content/uploads/2012/09/Rodolfo-PuigcL.jpg') center/cover no-repeat;
}
.statues-hero .hero-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(240,237,232,0.90);
  max-width: 520px;
  margin-top: 0.75rem;
  line-height: 1.6;
}

/* Continent sticky nav */
.continent-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.25rem 3rem;
  background: rgba(5,12,20,0.85);
  border-bottom: 1px solid rgba(201,148,26,0.12);
  position: sticky;
  top: 64px;
  z-index: 50;
  backdrop-filter: blur(8px);
}
.cnav-item {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8c86a;
  text-decoration: none;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(232,200,106,0.5);
  border-radius: 2px;
  transition: all 0.2s;
  white-space: nowrap;
  background: rgba(201,148,26,0.08);
}
.cnav-item:hover {
  color: #fff;
  border-color: var(--gold);
  background: rgba(201,148,26,0.2);
}

/* Map section */
.statues-map-section {
  background: rgba(5,12,20,0.5);
  border-bottom: 1px solid rgba(201,148,26,0.1);
  padding: 3rem;
}
.statues-map-inner { max-width: 900px; margin: 0 auto; }
.statues-map-section .map-col { width: 100%; }
.statues-map-section .stat-map { height: 200px; }

/* Directory wrapper */
.statues-directory {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 3rem 5rem;
}
.continent-block {
  margin-bottom: 3.5rem;
  scroll-margin-top: 130px;
}

/* Country grid */
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

/* Country card */
.country-card {
  background: rgba(8,18,32,0.8);
  border: 1px solid rgba(201,148,26,0.12);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.country-card:hover {
  border-color: rgba(201,148,26,0.8);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.country-card--wide {
  grid-column: 1 / -1;
  flex-direction: row;
}

/* Card hero photo */
/* Card hero photo */
.country-photo {
  position: relative;
  height: 160px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  overflow: hidden;
}
.country-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(5,12,20,0.3) 100%);
}
.country-card--wide .country-photo {
  width: 220px;
  height: auto;
  min-height: 180px;
}

/* Country outline overlay - small flag in corner */
.country-outline {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 52px;
  max-width: 52px;
  max-height: 40px;
  height: auto;
  object-fit: contain;
  z-index: 2;
  filter: brightness(1.1) drop-shadow(0 1px 3px rgba(0,0,0,0.8));
  opacity: 0.85;
  display: block;
}

/* Card body */
.country-card-body {
  padding: 1rem 1.1rem 1.25rem;
  flex: 1;
}
.country-name {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8c86a;
  margin: 0 0 0.65rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(232,200,106,0.35);
}

/* Statue list */
.statue-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.statue-list li {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 0.3rem;
  padding-left: 0.7rem;
  position: relative;
}
.statue-list li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: rgba(201,148,26,0.82);
  font-size: 0.85rem;
}
.statue-list a {
  color: rgba(240,237,232,0.92);
  text-decoration: none;
  transition: color 0.2s;
}
.statue-list a:hover { color: var(--gold-lt); }

/* USA wide card — 2 col list */
.statue-list--cols {
  columns: 2;
  column-gap: 1.5rem;
}
.statue-list--cols li { break-inside: avoid; }

/* Responsive */
@media (max-width: 900px) {
  .continent-nav { padding: 1rem 1.25rem; }
  .statues-map-section { padding: 2rem 1.25rem; }
  .statues-directory { padding: 1.5rem 1.25rem 4rem; }
  .country-grid { grid-template-columns: repeat(2, 1fr); }
  .country-card--wide { flex-direction: column; grid-column: 1 / -1; }
  .country-card--wide .country-photo { width: 100%; height: 160px; }
  .statue-list--cols { columns: 1; }
}
@media (max-width: 540px) {
  .country-grid { grid-template-columns: 1fr; }
}

/* ── BLOG ARCHIVE ───────────────────────────────────── */

.blog-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.blog-card {
  background: rgba(8,18,32,0.8);
  border: 1px solid rgba(201,148,26,0.12);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.blog-card:hover {
  border-color: rgba(201,148,26,0.75);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  filter: brightness(1) saturate(1);
  transition: filter 0.3s, transform 0.3s;
}
.blog-card:hover .blog-card-img {
  filter: brightness(1) saturate(1);
  transform: scale(1.02);
}
.blog-card-img--none {
  background: linear-gradient(160deg, #0d2035 0%, #091522 100%);
}
.blog-card-body {
  padding: 1.25rem;
}
.blog-card-meta {
  font-size: 0.68rem;
  color: rgba(240,237,232,0.75);
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.blog-card-cat a {
  color: var(--gold);
  text-decoration: none;
}
.blog-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--pearl);
  line-height: 1.25;
  margin: 0 0 0.6rem;
}
.blog-card-excerpt {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(240,237,232,0.85);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.blog-card-more {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.blog-pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid rgba(201,148,26,0.2);
  color: rgba(240,237,232,0.88);
  text-decoration: none;
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  transition: all 0.2s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,148,26,0.08);
}
.blog-pagination .prev, .blog-pagination .next {
  width: auto;
  padding: 0 1rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-wrap { padding: 2rem 1.25rem 4rem; }
}

/* ═══════════════════════════════════════════════════
   ORIGINS OF MERMAIDS — PAGE TEMPLATE
   Natural history / scholarly documentary aesthetic
   ═══════════════════════════════════════════════════ */

/* ── HERO ───────────────────────────────────────── */

.origins-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(to right, rgba(5,12,20,0.75) 40%, rgba(5,12,20,0.35) 100%),
    linear-gradient(to bottom, rgba(5,12,20,0.2) 0%, rgba(5,12,20,0.65) 100%),
    url('/wp-content/uploads/Q-Sirena-Magdalena2-scaled.jpg') center 20%/cover no-repeat;
  border-bottom: 1px solid rgba(201,148,26,0.2);
}
.origins-hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(7,14,20,0.9) 0%, transparent 60%);
}
.origins-hero-content {
  position: relative; z-index: 2;
  max-width: 760px;
  padding: 5rem 4rem 4rem;
}
.origins-title-block {
  margin: 1rem 0 1.5rem;
}
.origins-title-on {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.origins-title-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
  color: var(--pearl);
  line-height: 1.05;
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.origins-title-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(240,237,232,0.7);
  letter-spacing: 0.04em;
}
.origins-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  color: rgba(240,237,232,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.origins-meta-dot { color: var(--gold); opacity: 0.5; }

/* ── LAYOUT ─────────────────────────────────────── */

.origins-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem 6rem;
  gap: 3rem;
  align-items: start;
}

/* ── TABLE OF CONTENTS ──────────────────────────── */

.origins-toc {
  position: sticky;
  top: 80px;
  align-self: start;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.toc-inner {
  background: rgba(8,18,32,0.7);
  border: 1px solid rgba(201,148,26,0.18);
  border-radius: 3px;
  padding: 1.25rem;
}
.toc-title {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(201,148,26,0.2);
  display: block;
}
.toc-inner .toc-nav {
  display: block !important;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.origins-toc,
.toc-inner {
  overflow: hidden;
}
.toc-link {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(240,237,232,0.92);
  text-decoration: none;
  padding: 0.25rem 0;
  border-left: 2px solid transparent;
  padding-left: 0.6rem;
  margin-left: -0.6rem;
  transition: color 0.2s, border-color 0.2s;
  line-height: 1.4;
}
.toc-link:hover {
  color: var(--gold-lt);
  border-left-color: var(--gold);
}
.toc-link--sub {
  font-size: 0.68rem;
  padding-left: 1.2rem;
  margin-left: -0.6rem;
  color: rgba(240,237,232,0.55);
}
.toc-link--sub:hover { color: var(--gold); }

/* TOC book widget */
.toc-book {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201,148,26,0.15);
}
.toc-book-link {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.toc-book-link:hover { opacity: 0.8; }
.toc-book-img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.toc-book-label {
  font-family: 'Cinzel', serif;
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.15rem;
}
.toc-book-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.82rem;
  color: var(--pearl);
  line-height: 1.2;
}
.toc-book-cta {
  font-size: 0.62rem;
  color: var(--gold);
  margin-top: 0.2rem;
  letter-spacing: 0.05em;
}

/* ── ARTICLE ────────────────────────────────────── */

.origins-article {
  min-width: 0;
}
.origins-section {
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(201,148,26,0.1);
  scroll-margin-top: 90px;
}

/* All heading anchors need offset too */
.origins-h2, .origins-h3 {
  scroll-margin-top: 90px;
}
.origins-section:last-child { border-bottom: none; }
.origins-section--wide { max-width: 100%; }

.origins-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--pearl);
  line-height: 1.15;
  margin: 0 0 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(201,148,26,0.2);
}
.origins-h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 2rem 0 0.75rem;
}

.origins-article p {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(240,237,232,0.96);
  margin-bottom: 1.1rem;
}
.origins-article a {
  color: var(--gold-lt);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,184,64,0.25);
  transition: color 0.2s, border-color 0.2s;
}
.origins-article a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* Opening personal paragraph */


/* ── PULL QUOTES ────────────────────────────────── */

.origins-pullquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(240,237,232,0.97);
  line-height: 1.6;
  margin: 2rem 0;
  padding: 1.5rem 2rem 1.5rem 1.75rem;
  border-left: 3px solid var(--gold);
  background: rgba(201,148,26,0.05);
  border-radius: 0 3px 3px 0;
}
.origins-pullquote--closing {
  font-size: 1.15rem;
  border-color: var(--teal-lt);
  background: rgba(26,110,126,0.06);
}

/* Verse / poem block */
.origins-verse {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(240,237,232,0.95);
  line-height: 2;
  padding: 1.5rem 2rem;
  border: 1px solid rgba(201,148,26,0.18);
  background: rgba(8,18,32,0.5);
  margin: 1.5rem 0;
  border-radius: 2px;
}
.origins-verse cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-style: normal;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.08em;
  color: var(--gold);
  opacity: 0.8;
}

/* Granddaughter quote */
.origins-granddaughter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  color: var(--pearl);
  text-align: center;
  padding: 2rem;
  margin: 2rem 0 0;
  border-top: 1px solid rgba(201,148,26,0.15);
  border-bottom: 1px solid rgba(201,148,26,0.15);
}
.origins-granddaughter cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-style: normal;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.12em;
  color: var(--gold);
  opacity: 0.75;
}

/* ── FIGURES / IMAGES ───────────────────────────── */

.origins-figure {
  margin-bottom: 1rem;
}
.origins-figure--right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 200px;
}
.origins-figure--left {
  float: left;
  margin: 0 1.5rem 1rem 0;
  max-width: 180px;
}
.origins-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  filter: brightness(0.95) saturate(0.9);
  border: 1px solid rgba(201,148,26,0.15);
}
.origins-caption {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 300;
  color: rgba(240,237,232,0.55);
  letter-spacing: 0.04em;
  margin-top: 0.4rem;
  line-height: 1.4;
}
.origins-caption--center { text-align: center; }

/* Mythology diagram */
.origins-diagram {
  clear: both;
  margin: 2rem 0;
  text-align: center;
}
.origins-diagram-img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(201,148,26,0.15);
  border-radius: 2px;
  filter: brightness(0.95) saturate(0.8);
}

/* ── TIMELINE ───────────────────────────────────── */

.myth-timeline-wrap {
  background: rgba(8,18,32,0.6);
  border: 1px solid rgba(201,148,26,0.18);
  border-radius: 4px;
  padding: 2rem 2.5rem;
  margin: 1rem 0;
}
.myth-timeline-header {
  margin-bottom: 1.5rem;
}
.myth-timeline-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--pearl);
  margin: 0.25rem 0 0;
}
.myth-timeline {
  position: relative;
  padding-left: 1.5rem;
}
.myth-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(201,148,26,0.5) 10%, rgba(201,148,26,0.5) 90%, transparent);
}
.mt-item {
  display: grid;
  grid-template-columns: 100px 16px 1fr;
  gap: 0 1rem;
  margin-bottom: 1.75rem;
  align-items: start;
}
.mt-item:last-child { margin-bottom: 0; }
.mt-date {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-align: right;
  padding-top: 2px;
}
.mt-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(201,148,26,0.4);
  border: 1.5px solid rgba(201,148,26,0.6);
  margin-top: 3px;
  flex-shrink: 0;
}
.mt-dot--key {
  background: var(--gold);
  border-color: var(--gold-lt);
  box-shadow: 0 0 8px rgba(201,148,26,0.5);
}
.mt-culture {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201,148,26,0.7);
  margin-bottom: 0.15rem;
}
.mt-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--pearl);
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.mt-desc {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(240,237,232,0.88);
  line-height: 1.5;
}

/* ── WORLD CULTURES TABLE ───────────────────────── */

.cultures-table-wrap {
  margin: 1rem 0;
}
.cultures-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--pearl);
  margin: 0.25rem 0 1rem;
}
.cultures-table {
  border: 1px solid rgba(201,148,26,0.18);
  border-radius: 3px;
  overflow: hidden;
}
.ct-header {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 0.8fr 2fr;
  gap: 1rem;
  padding: 0.6rem 1rem;
  background: rgba(201,148,26,0.1);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}
.ct-row {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 0.8fr 2fr;
  gap: 1rem;
  padding: 0.6rem 1rem;
  border-top: 1px solid rgba(201,148,26,0.08);
  align-items: center;
  transition: background 0.15s;
}
.ct-row:hover { background: rgba(201,148,26,0.04); }
.ct-culture {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  color: rgba(240,237,232,0.85);
}
.ct-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  color: var(--pearl);
}
.ct-name a {
  color: var(--gold-lt);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,184,64,0.2);
}
.ct-nature {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  text-align: center;
}
.ct-nature--benign  { color: #7dd88a; background: rgba(125,216,138,0.1); border: 1px solid rgba(125,216,138,0.2); }
.ct-nature--dangerous { color: #e87070; background: rgba(232,112,112,0.1); border: 1px solid rgba(232,112,112,0.2); }
.ct-nature--mixed   { color: #e8c86a; background: rgba(232,200,106,0.1); border: 1px solid rgba(232,200,106,0.2); }
.ct-trait {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(240,237,232,0.90);
  line-height: 1.4;
}

/* ── FAQ ────────────────────────────────────────── */

.origins-faq { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid rgba(201,148,26,0.1);
  padding: 1.25rem 0;
}
.faq-item:first-child { border-top: 1px solid rgba(201,148,26,0.1); }
.faq-q {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.faq-a {
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(240,237,232,0.95);
}

/* ── RESPONSIVE ─────────────────────────────────── */

@media (max-width: 900px) {
  .origins-layout {
    grid-template-columns: 1fr;
    padding: 2rem 1.25rem 4rem;
  }
  .origins-toc { position: static; }
  .origins-hero-content { padding: 3rem 1.5rem 2.5rem; }
  .origins-figure--right,
  .origins-figure--left {
    float: none;
    max-width: 100%;
    margin: 1rem 0;
  }
  .ct-header, .ct-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .ct-header span:nth-child(3),
  .ct-header span:nth-child(4),
  .ct-row .ct-nature,
  .ct-row .ct-trait { display: none; }
  .mt-item { grid-template-columns: 80px 14px 1fr; }
}
