/*
Theme Name:  Nexus Universe
Theme URI:   https://yoursite.com
Description: A cinematic universe portal theme for characters, story arcs, comics and films.
Version:     1.0.0
Author:      Your Name
Author URI:  https://yoursite.com
License:     GPL-2.0-or-later
Text Domain: nexus-universe
Tags:        dark, custom-colors, custom-menu, featured-images, full-width-template
*/

/* ── Reset & Tokens ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:    #0a0a0f;
  --ink2:   #16161f;
  --ink3:   #1e1e2a;
  --ink4:   #252534;
  --gold:   #c9a84c;
  --gold2:  #f0cc7a;
  --red:    #c0392b;
  --teal:   #1d8a7a;
  --text:   #f4f2ee;
  --text2:  #a09e98;
  --text3:  #6b6960;
  --nav-h:  62px;
  --max-w:  1280px;
  --radius: 12px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  min-height: 100vh;
}

img { display: block; max-width: 100%; height: auto; }
a   { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul, ol { list-style: none; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--ink4); border-radius: 3px; }

/* ── Typography ─────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .08em;
  line-height: 1;
  color: var(--text);
}
h1 { font-size: clamp(40px, 6vw, 68px); }
h2 { font-size: clamp(22px, 3vw, 28px); }
h3 { font-size: 20px; }
p  { color: var(--text2); line-height: 1.7; }

/* ── Layout ─────────────────────────────────────────────────────── */
.site-wrap    { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }
.full-width   { width: 100%; }

/* ── Navigation ─────────────────────────────────────────────────── */
#site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--nav-h);
  background: rgba(10,10,15,.97);
  border-bottom: 0.5px solid rgba(201,168,76,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 28px;
  height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.site-branding { display: flex; flex-direction: column; line-height: 1; }
.site-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; letter-spacing: .16em;
  color: var(--gold); line-height: 1;
}
.site-tagline {
  font-family: 'DM Mono', monospace;
  font-size: 9px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--text3); margin-top: 1px;
}
.site-branding a { color: inherit; }

/* Primary nav */
#primary-navigation { display: flex; align-items: center; }
#primary-navigation ul { display: flex; gap: 2px; }
#primary-navigation a {
  display: block;
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--text3); padding: 8px 14px;
  border-radius: 5px;
  transition: color .2s, background .2s;
}
#primary-navigation a:hover,
#primary-navigation .current-menu-item > a { color: var(--gold); background: rgba(201,168,76,.08); }

/* Nav search */
.nav-search-form {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.04);
  border: 0.5px solid rgba(255,255,255,.1);
  border-radius: 7px; padding: 7px 12px;
}
.nav-search-form svg { width: 14px; height: 14px; stroke: var(--text3); flex-shrink: 0; }
.nav-search-form input[type="search"] {
  background: none; border: none; outline: none;
  color: var(--text); font-size: 12px; font-family: 'DM Sans', sans-serif;
  width: 150px;
}
.nav-search-form input::placeholder { color: var(--text3); }

/* Mobile toggle */
.menu-toggle {
  display: none;
  background: none; border: 0.5px solid rgba(255,255,255,.15);
  color: var(--text2); padding: 7px 10px; border-radius: 5px;
  font-size: 18px; line-height: 1;
}

/* ── Hero Banner ────────────────────────────────────────────────── */
.nexus-hero {
  height: clamp(360px, 50vw, 650px);
  width: 100%; /* Ensures it spans the width */
  object-fit: cover; /* Prevents distortion */
  object-position: top center; /* Keeps the top visible */
  overflow: hidden; background: var(--ink2);
}
.nexus-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: .5;
}
.nexus-hero__gradient {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,10,15,.97) 30%, rgba(10,10,15,.1) 100%);
}
.nexus-hero__content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(24px, 4vw, 48px);
  max-width: 580px;
}
.nexus-hero__eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.nexus-hero__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 7vw, 72px); letter-spacing: .04em; line-height: .95;
  color: var(--text); margin-bottom: 12px;
}
.nexus-hero__desc { font-size: 13px; color: var(--text2); line-height: 1.65; margin-bottom: 16px; }
.nexus-hero__badges { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 22px; }
.nexus-hero__actions { display: flex; gap: 10px; }
.nexus-hero__dots {
  position: absolute; right: 10px; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 7px; align-items: center;
}
.hero-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,.22); cursor: pointer;
  transition: all .25s; border: none;
}
.hero-dot.on { background: var(--gold); height: 22px; width: 22px; border-radius: 3px; }

/* ── Buttons ────────────────────────────────────────────────────── */
.btn-gold {
  display: inline-block;
  background: var(--gold); color: var(--ink);
  border: none; border-radius: 5px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px; letter-spacing: .1em;
  padding: 10px 26px; transition: background .2s;
}
.btn-gold-2 {
  display: inline-block;
  background: var(--gold); color: var(--ink);
  border: none; border-radius: 5px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px; letter-spacing: .1em;
  padding: 10px 26px; transition: background .2s;
  position: absolute;
  top: 290px;
}
.btn-gold:hover { background: var(--gold2); color: var(--ink); }

.btn-outline {
  display: inline-block;
  background: rgba(255,255,255,.07); color: var(--text);
  border: 0.5px solid rgba(255,255,255,.2); border-radius: 5px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px; letter-spacing: .1em;
  padding: 10px 26px; transition: background .2s;
}
.btn-outline:hover { background: rgba(255,255,255,.13); }

/* ── Badges ─────────────────────────────────────────────────────── */
.badge {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 3px; border: 0.5px solid;
}
.badge-hero     { color:#5dc8b6; border-color:rgba(29,138,122,.4);  background:rgba(29,138,122,.12); }
.badge-villain  { color:#e07070; border-color:rgba(192,57,43,.35); background:rgba(192,57,43,.12); }
.badge-antihero { color:#d4b077; border-color:rgba(201,168,76,.35); background:rgba(201,168,76,.1); }
.badge-omega    { color:#b09fe8; border-color:rgba(176,159,232,.35);background:rgba(176,159,232,.1); }
.badge-cosmic   { color:#5dcaa5; border-color:rgba(93,202,165,.3);  background:rgba(93,202,165,.1); }
.badge-superhuman{color:#6ba8e8; border-color:rgba(56,122,221,.3);  background:rgba(56,122,221,.1); }
.badge-enhanced { color:#a09e98; border-color:rgba(160,158,152,.25);background:rgba(160,158,152,.08);}
.badge-neutral  { color:var(--text3); border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.05); }

/* ── Section Headers ────────────────────────────────────────────── */
.section-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 32px 0 14px;
  border-bottom: 0.5px solid rgba(255,255,255,.07);
  margin-bottom: 16px;
}
.section-header h2 { font-size: 22px; letter-spacing: .14em; }
.section-header span { font-size: 11px; color: var(--text3); font-family: 'DM Mono', monospace; }

/* ── Filter Pills ───────────────────────────────────────────────── */
.filter-row { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 18px; }
.filter-pill {
  background: none; border: 0.5px solid rgba(255,255,255,.1);
  color: var(--text3); font-size: 11px; font-family: 'DM Sans', sans-serif;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 30px;
  transition: all .2s;
}
.filter-pill:hover  { border-color: var(--gold); color: var(--gold); }
.filter-pill.active { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,.1); }

/* ── Character Grid ─────────────────────────────────────────────── */
.character-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 20px;
  margin-bottom: 16px;
}

/* ── Flip Card ──────────────────────────────────────────────────── */
.card-scene { height: 330px; perspective: 1000px; cursor: pointer; }
.card-scene:hover .card-inner { transform: rotateY(180deg); }
.card-inner {
  position: relative; width: 100%; height: 100%; max-height: 330px;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.card-inner.flipped { transform: rotateY(180deg); }
.card-face {
  position: absolute; inset: 0;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  border-radius: var(--radius); overflow: hidden;
  border: 0.5px solid rgba(255,255,255,.08);
  background: var(--ink2);
}
.card-back-face { transform: rotateY(180deg); }

/* Card front */
.card-front { display: flex; flex-direction: column; }
.cf-portrait { flex: 1; position: relative; overflow: hidden; background: var(--ink3); }
.cf-portrait img { width: 100%; height: 100%; object-fit: cover; }
.cf-portrait-ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
}
.cf-portrait-ph .ph-em { font-size: 60px; opacity: .2; }
.cf-portrait-ph .ph-tx { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .14em; color: var(--text3); opacity: .55; }
.cf-gradient { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,15,.94) 0%, rgba(10,10,15,.05) 55%); }
.cf-bottom   { position: absolute; bottom: 0; left: 0; right: 0; padding: 11px 14px 14px; }
.cf-name  { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: .07em; line-height: 1; }
.cf-alias { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .16em; color: var(--gold); margin: 3px 0 9px; }
.cf-icons { display: flex; align-items: center; gap: 9px; }
.cf-symbol { width: 30px; height: 30px; flex-shrink: 0; display: flex; align-items: center; }
.cf-symbol img, .cf-symbol svg { width: 100%; height: 100%; object-fit: contain; }
.cf-divider  { width: 0.5px; height: 18px; background: rgba(255,255,255,.15); }
.cf-team-icon {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  overflow: hidden; background: rgba(255,255,255,.06);
  border: 0.5px solid rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
}
.cf-team-icon img, .cf-team-icon svg { width: 100%; height: 100%; object-fit: cover; }
.cf-flip-hint {
  position: absolute; top: 9px; right: 9px;
  font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(10,10,15,.65); color: var(--text3);
  padding: 3px 7px; border-radius: 3px;
}

/* Card back */
.card-back { display: flex; flex-direction: column; }
.cb-header { height: 88px; position: relative; overflow: hidden; background: var(--ink3); flex-shrink: 0; }
.cb-header img { width: 100%; height: 100%; object-fit: cover; opacity: .65; }
.cb-header-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.cb-header-ph .ph-em { font-size: 30px; opacity: .18; }
.cb-header-ph .ph-tx { font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .12em; color: var(--text3); opacity: .45; }
.cb-header-gradient { position: absolute; inset: 0; background: linear-gradient(0deg, var(--ink2) 0%, transparent 70%); }
.cb-header-foot {
  position: absolute; bottom: 7px; left: 12px; right: 12px;
  display: flex; align-items: flex-end; justify-content: space-between;
}
.cb-header-name { font-family: 'Bebas Neue', sans-serif; font-size: 17px; letter-spacing: .07em; line-height: 1; }
.cb-header-sym  { width: 20px; height: 20px; opacity: .8; flex-shrink: 0; display: flex; align-items: center; }
.cb-header-sym img, .cb-header-sym svg { width: 100%; height: 100%; object-fit: contain; }
.cb-body { flex: 1; overflow: hidden; padding: 9px 13px 12px; display: flex; flex-direction: column; gap: 7px; }
.cb-bio { font-size: 10px; color: var(--text2); line-height: 1.55; border-left: 1.5px solid var(--gold); padding-left: 8px; }
.cb-stats-label { font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; color: var(--text3); }
.cb-stats { display: flex; flex-direction: column; gap: 3.5px; }
.cb-stat-row { display: flex; align-items: center; gap: 7px; }
.cb-stat-lbl  { font-family: 'DM Mono', monospace; font-size: 9px; color: var(--text3); width: 72px; flex-shrink: 0; }
.cb-stat-track { flex: 1; height: 2.5px; background: rgba(255,255,255,.07); border-radius: 2px; overflow: hidden; }
.cb-stat-fill  { height: 100%; border-radius: 2px; }
.cb-stat-val   { font-family: 'DM Mono', monospace; font-size: 8px; color: var(--text3); min-width: 20px; text-align: right; }
.cb-tags { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 2px; }
.ctag {
  font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .09em; text-transform: uppercase;
  padding: 2px 6px; border-radius: 2px;
}
.cb-flip-hint {
  position: absolute; top: 9px; right: 9px;
  font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(10,10,15,.65); color: var(--text3);
  padding: 3px 7px; border-radius: 3px;
}

/* ── Character Single Page ──────────────────────────────────────── */
.character-single { max-width: var(--max-w); margin: 0 auto; }
.character-single__hero { position: relative; height: 420px; overflow: hidden; background: var(--ink2); }
.character-single__hero img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.character-single__hero-grad { position: absolute; inset: 0; background: linear-gradient(0deg, var(--ink) 0%, transparent 60%); }
.character-single__body { padding: 0 28px 60px; }
.character-single__header { display: flex; align-items: flex-end; gap: 20px; margin-top: -60px; position: relative; z-index: 2; margin-bottom: 28px; }
.character-single__portrait { width: 120px; height: 150px; border-radius: 10px; overflow: hidden; border: 2px solid rgba(201,168,76,.3); flex-shrink: 0; background: var(--ink3); }
.character-single__portrait img { width: 100%; height: 100%; object-fit: cover; }
.character-single__info { flex: 1; }
.character-single__name  { font-family: 'Bebas Neue', sans-serif; font-size: 52px; letter-spacing: .05em; line-height: 1; }
.character-single__alias { font-family: 'DM Mono', monospace; font-size: 11px; color: var(--gold); letter-spacing: .18em; margin: 4px 0 10px; }
.character-single__badges { display: flex; gap: 7px; flex-wrap: wrap; }
.character-single__cols { display: grid; grid-template-columns: 2fr 1fr; gap: 32px; margin-top: 28px; }
.character-single__bio { font-size: 14px; color: var(--text2); line-height: 1.75; border-left: 2px solid var(--gold); padding-left: 16px; margin-bottom: 24px; }
.char-section-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--text3); margin-bottom: 10px; padding-bottom: 5px; border-bottom: 0.5px solid rgba(255,255,255,.07); }
.ability-item  { font-size: 13px; color: var(--text2); padding: 7px 12px; background: rgba(255,255,255,.04); border-left: 2px solid var(--gold); border-radius: 0 5px 5px 0; margin-bottom: 6px; }
.weakness-item { font-size: 13px; color: var(--text2); padding: 7px 12px; background: rgba(192,57,43,.07);  border-left: 2px solid var(--red);  border-radius: 0 5px 5px 0; margin-bottom: 6px; }
.stat-bar-row  { display: flex; align-items: center; gap: 10px; margin: 6px 0; }
.stat-bar-lbl  { font-size: 12px; color: var(--text3); width: 90px; flex-shrink: 0; }
.stat-bar-track{ flex: 1; height: 3px; background: rgba(255,255,255,.08); border-radius: 2px; overflow: hidden; }
.stat-bar-fill { height: 100%; border-radius: 2px; }
.stat-bar-val  { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--text3); min-width: 24px; text-align: right; }
.appearance-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.app-chip { font-size: 11px; font-family: 'DM Mono', monospace; background: rgba(255,255,255,.04); border: 0.5px solid rgba(255,255,255,.09); padding: 4px 10px; border-radius: 5px; color: var(--text2); }

/* ── Arc Cards ──────────────────────────────────────────────────── */
.arc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; margin-bottom: 48px; }
.arc-card { background: var(--ink2); border: 0.5px solid rgba(255,255,255,.07); border-radius: 10px; padding: 18px 20px; transition: border-color .2s; }
.arc-card:hover { border-color: rgba(201,168,76,.3); }
.arc-phase { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.arc-title { font-family: 'Bebas Neue', sans-serif; font-size: 19px; letter-spacing: .07em; margin-bottom: 5px; }
.arc-desc  { font-size: 12px; color: var(--text2); line-height: 1.55; }
.arc-status { display: inline-block; margin-top: 11px; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; }
.s-active   { background: rgba(29,138,122,.15); color: #5dc8b6; border: 0.5px solid rgba(29,138,122,.3); }
.s-planned  { background: rgba(176,159,232,.1);  color: #b09fe8; border: 0.5px solid rgba(176,159,232,.2); }
.s-complete { background: rgba(160,158,152,.1);  color: #a09e98; border: 0.5px solid rgba(160,158,152,.2); }

/* ── WordPress Content Area ─────────────────────────────────────── */
.entry-content { color: var(--text2); line-height: 1.75; }
.entry-content h2, .entry-content h3 { color: var(--text); margin: 1.5em 0 .5em; }
.entry-content p { margin-bottom: 1em; }
.entry-content a { color: var(--gold); }
.entry-content a:hover { color: var(--gold2); }

/* ── Footer ─────────────────────────────────────────────────────── */
#site-footer {
  border-top: 0.5px solid rgba(255,255,255,.06);
  padding: 36px 28px;
  text-align: center;
}
.footer-inner { max-width: var(--max-w); margin: 0 auto; }
.footer-logo  { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: .18em; color: var(--gold); margin-bottom: 6px; }
.footer-copy  { font-size: 11px; color: var(--text3); }
.footer-copy a { color: var(--text3); }
.footer-copy a:hover { color: var(--gold); }

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .character-single__cols { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .nav-inner { padding: 0 16px; }
  #primary-navigation { display: none; }
  #primary-navigation.open { display: flex; flex-direction: column; position: absolute; top: var(--nav-h); left: 0; right: 0; background: var(--ink2); border-bottom: 0.5px solid rgba(201,168,76,.15); padding: 12px; }
  .menu-toggle { display: block; }
  .nav-search-form input { width: 110px; }
  .site-wrap { padding: 0 14px; }
  .character-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  .card-scene { height: 290px; }
  .character-single__body { padding: 0 16px 40px; }
  .character-single__header { flex-direction: column; align-items: flex-start; }
}

/* ── Footer modded ─────────────────────────────────────────────────────── */

/* Social Bar */
.footer-social-bar {
  border-top: 0.5px solid rgba(255,255,255,.07);
  padding: 20px 32px;
  background: var(--ink2, #13131a);
}
.footer-social-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  border: 0.5px solid rgba(255,255,255,.08);
  color: var(--text3, #6b6860);
  transition: all .2s;
  text-decoration: none;
}
.footer-social-link svg {
  width: 16px;
  height: 16px;
}
.footer-social-link:hover {
  background: rgba(201,168,76,.1);
  border-color: rgba(201,168,76,.3);
  color: var(--gold, #c9a84c);
}

/* 4 Column Section */
.footer-columns {
  background: var(--ink2, #13131a);
  border-top: 0.5px solid rgba(255,255,255,.07);
  padding: 40px 32px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.footer-col__title {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold, #c9a84c);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid rgba(201,168,76,.2);
}
.footer-col__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col__links a {
  font-size: 12px;
  color: var(--text3, #6b6860);
  text-decoration: none;
  transition: color .2s;
  font-family: 'DM Sans', sans-serif;
}
.footer-col__links a:hover {
  color: var(--text1, #f0ece4);
}

/* Copyright Bar */
.footer-copy-bar {
  background: var(--ink1, #0d0d0f);
  border-top: 0.5px solid rgba(255,255,255,.05);
  padding: 16px 32px;
}
.footer-copy-bar .footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: none;
}
.footer-copy {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--text3, #6b6860);
  letter-spacing: .08em;
  margin: 0;
  text-align: center;
}
.footer-copy a {
  color: var(--text3, #6b6860);
  text-decoration: none;
}
.footer-copy a:hover { color: var(--gold, #c9a84c); }

/* Footer responsive */
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer-social-bar,
  .footer-columns,
  .footer-copy-bar { padding-left: 16px; padding-right: 16px; }
}
@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
}