/*
Theme Name: Darkfaery Press
Theme URI: https://darkfaery-subculture.com/
Author: Duvall Gilchrist-Montgomery / Darkfaery Subculture with Quill
Description: A clean gothic editorial WordPress theme for an online magazine, designed for human-editable articles, news, reviews, and culture posts.
Version: 2.5.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: darkfaery-press
Tags: blog, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, editor-style
*/

:root {
  --df-bg: #09070f;
  --df-bg-soft: #130d1d;
  --df-bg-card: #1b1228;
  --df-ink: #f7efff;
  --df-muted: #c7b8d9;
  --df-dim: #8d7b9f;
  --df-border: rgba(232, 211, 255, 0.16);
  --df-violet: #9f5cff;
  --df-magenta: #ff3fa8;
  --df-teal: #36e0d2;
  --df-gold: #f2c46b;
  --df-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --df-radius: 8px;
  --df-max: 1180px;
  --df-serif: Georgia, 'Times New Roman', serif;
  --df-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(159, 92, 255, 0.24), transparent 36rem),
    radial-gradient(circle at 90% 12%, rgba(255, 63, 168, 0.16), transparent 30rem),
    linear-gradient(180deg, #09070f 0%, #0f0918 48%, #09070f 100%);
  color: var(--df-ink);
  font-family: var(--df-sans);
  font-size: 18px;
  line-height: 1.65;
}

a { color: inherit; text-decoration-color: rgba(255, 63, 168, 0.55); text-underline-offset: 0.18em; }
a:hover, a:focus { color: #fff; text-decoration-color: var(--df-teal); }
img { max-width: 100%; height: auto; display: block; }

.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important; clip-path: none; display: block; height: auto; left: 1rem; top: 1rem; width: auto;
  z-index: 100000; background: #fff; color: #111; padding: .75rem 1rem; border-radius: 6px;
}

.df-wrap { width: min(var(--df-max), calc(100% - 2rem)); margin: 0 auto; }

/* Header */
.df-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(9, 7, 15, 0.91);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--df-border);
}
.df-header-inner {
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: .42rem;
  padding: .62rem 0 .48rem;
}
.df-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  text-decoration: none;
  min-width: 0;
  text-align: center;
}
.df-brand .custom-logo-link { flex: 0 0 auto; }
.df-brand img { max-height: 40px; width: auto; }
.df-brand-text { display: grid; line-height: 1.05; min-width: 0; }
.df-site-title { font-family: var(--df-serif); font-size: clamp(1.18rem, 2vw, 1.72rem); letter-spacing: .03em; font-weight: 700; }
.df-tagline { color: var(--df-muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .13em; margin-top: .18rem; }
.df-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border-top: 1px solid rgba(232, 211, 255, 0.10);
  padding-top: .38rem;
}
.df-menu-toggle { display: none; }
.df-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  flex-wrap: wrap;
}
.df-menu li { position: relative; }
.df-menu a {
  display: block;
  padding: .34rem .52rem;
  border-radius: 4px;
  text-decoration: none;
  color: var(--df-muted);
  font-size: .72rem;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}
.df-menu a:hover,
.df-menu a:focus,
.df-menu .current-menu-item > a,
.df-menu .current-menu-ancestor > a { color: #fff; background: rgba(255, 255, 255, 0.08); }
.df-menu .sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + .45rem);
  transform: translateX(-50%);
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: .45rem;
  background: #130d1d;
  border: 1px solid var(--df-border);
  border-radius: 8px;
  box-shadow: var(--df-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 40;
}
.df-menu .sub-menu a { border-radius: 6px; text-align: left; white-space: normal; }
.df-menu li:hover > .sub-menu,
.df-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; pointer-events: auto; }

/* Buttons and forms */
.df-button,
.wp-block-button__link,
button,
input[type='submit'] {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--df-magenta), var(--df-violet));
  color: #fff;
  padding: .76rem 1.05rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(159,92,255,.18);
  cursor: pointer;
}
.df-button:hover, .wp-block-button__link:hover, input[type='submit']:hover { filter: brightness(1.08); color: #fff; }
.df-button.secondary { background: rgba(255,255,255,.08); box-shadow: none; }
input, textarea, select { width: 100%; max-width: 100%; background: rgba(255,255,255,.07); border: 1px solid var(--df-border); color: #fff; border-radius: 7px; padding: .78rem .9rem; font: inherit; }
label { font-weight: 800; }

/* Main */
.df-main { padding: .85rem 0 4rem; }
.df-hero { padding: clamp(.85rem, 2.2vw, 1.6rem) 0 1.65rem; }
.df-hero-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  background: linear-gradient(145deg, rgba(27, 18, 40, .92), rgba(9,7,15,.78));
  border: 1px solid var(--df-border);
  border-radius: 7px;
  box-shadow: var(--df-shadow);
}
.df-hero-copy { padding: clamp(1.5rem, 4vw, 3.2rem); }
.df-kicker { display: inline-flex; align-items: center; gap: .45rem; color: var(--df-teal); font-weight: 800; font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; }
.df-kicker::before { content: ''; width: .65rem; height: .65rem; border-radius: 3px; background: var(--df-magenta); box-shadow: 0 0 24px var(--df-magenta); }
.df-hero h1,
.df-page-title,
.df-entry-title { font-family: var(--df-serif); line-height: 1.02; letter-spacing: -.02em; margin: .65rem 0 1rem; }
.df-hero h1 { font-size: clamp(2.35rem, 6vw, 5.4rem); max-width: 11ch; }
.df-page-title { font-size: clamp(2.1rem, 5vw, 4.2rem); }
.df-entry-title { font-size: clamp(2rem, 4vw, 3.6rem); }
.df-hero h1 a, .df-entry-title a { text-decoration: none; }
.df-hero-sub { color: var(--df-muted); max-width: 58ch; font-size: clamp(1.05rem, 1.9vw, 1.28rem); }
.df-hero-sub p { margin: 0; }
.df-hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.45rem; }
.df-hero-art {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(9,7,15,.1), rgba(9,7,15,.72)),
    radial-gradient(circle at 35% 30%, rgba(54,224,210,.24), transparent 12rem),
    radial-gradient(circle at 70% 25%, rgba(255,63,168,.28), transparent 14rem),
    linear-gradient(135deg, #201232, #0b0712);
  position: relative;
  border-left: 1px solid var(--df-border);
}
.df-hero-art::before { content: '✦'; position: absolute; inset: 1.2rem; border: 1px solid rgba(242,196,107,.25); border-radius: 5px; display: grid; place-items: center; color: rgba(242,196,107,.82); font-size: clamp(5rem, 12vw, 10rem); text-shadow: 0 0 50px rgba(242,196,107,.4); }
.df-hero-art.has-image::before { display: none; }
.df-hero-image { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }

/* Editor strip and CTAs */
.df-editor-strip,
.df-submissions-cta {
  margin: 1.2rem 0 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(255,63,168,.11), rgba(54,224,210,.07));
  border: 1px solid var(--df-border);
  border-radius: var(--df-radius);
  padding: clamp(1.2rem, 3vw, 2rem);
}
.df-editor-strip h2,
.df-submissions-cta h2 { font-family: var(--df-serif); font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: 1.1; margin: .55rem 0 .4rem; }
.df-editor-strip p,
.df-submissions-cta p { color: var(--df-muted); margin: 0; max-width: 68ch; }
.df-pill-list { list-style: none; display: flex; gap: .55rem; flex-wrap: wrap; justify-content: flex-end; margin: 0; padding: 0; }
.df-pill-list li { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: var(--df-muted); border-radius: 6px; padding: .45rem .7rem; font-size: .85rem; font-weight: 800; }

/* Sections and cards */
.df-section { margin-top: 3rem; }
.df-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.df-section-title { font-family: var(--df-serif); font-size: clamp(1.65rem, 3vw, 2.7rem); margin: 0; }
.df-section-dek { color: var(--df-muted); max-width: 68ch; margin: .35rem 0 0; }
.df-section-link { color: var(--df-muted); font-weight: 800; text-decoration: none; white-space: nowrap; }
.df-section-link:hover { color: #fff; }
.df-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.df-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.df-card { background: rgba(27,18,40,.78); border: 1px solid var(--df-border); border-radius: var(--df-radius); overflow: hidden; box-shadow: 0 14px 34px rgba(0,0,0,.20); min-height: 100%; }
.df-card-media { aspect-ratio: 16/10; background: linear-gradient(135deg, rgba(159,92,255,.3), rgba(255,63,168,.14)); overflow: hidden; display: grid; place-items: center; text-decoration: none; }
.df-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.df-card-placeholder { color: rgba(242,196,107,.82); font-size: 4rem; text-shadow: 0 0 34px rgba(242,196,107,.3); }
.df-card:hover .df-card-media img { transform: scale(1.035); }
.df-card-body { padding: 1.05rem; }
.df-meta { color: var(--df-dim); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; display: flex; gap: .6rem; flex-wrap: wrap; }
.df-meta a { color: var(--df-teal); text-decoration: none; }
.df-meta a:hover { color: #fff; }

.df-entry-meta-box {
  margin: .85rem 0 1.2rem;
  padding: .75rem .95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .65rem;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(242, 196, 107, 0.24);
  border-left: 3px solid var(--df-magenta);
  color: var(--df-muted);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 12px 34px rgba(0,0,0,.22);
}
.df-entry-meta-box a { color: var(--df-teal); text-decoration: none; }
.df-entry-meta-box a:hover,
.df-entry-meta-box a:focus { color: #fff; }
.df-entry-meta-box .df-meta-label,
.df-entry-meta-box .df-meta-divider { color: var(--df-dim); }
.df-entry-meta-box .df-edit-link a {
  color: var(--df-gold);
  border-bottom: 1px solid rgba(242, 196, 107, .45);
}
.df-card h2, .df-card h3 { font-family: var(--df-serif); line-height: 1.12; margin: .55rem 0 .45rem; }
.df-card h2 { font-size: clamp(1.55rem, 3vw, 2.4rem); }
.df-card h3 { font-size: 1.35rem; }
.df-card h2 a, .df-card h3 a { text-decoration: none; }
.df-excerpt { color: var(--df-muted); font-size: .98rem; }
.df-excerpt p { margin: 0; }
.df-read-more { display: inline-flex; margin-top: .8rem; color: var(--df-teal); font-weight: 900; text-decoration: none; }
.df-admin-note { border-style: dashed; color: var(--df-muted); background: rgba(54,224,210,.05); }

/* Layout and posts */
.df-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 2rem; align-items: start; }
.df-content, .df-sidebar-card { background: rgba(27,18,40,.62); border: 1px solid var(--df-border); border-radius: var(--df-radius); padding: clamp(1.2rem, 3vw, 2.2rem); }
.df-entry-header { margin-bottom: 1.5rem; }
.df-entry-media { overflow: hidden; border-radius: 8px; border: 1px solid var(--df-border); margin: 1.2rem 0 0; }
.df-entry-media img { width: 100%; height: auto; }
.df-entry-content { max-width: 780px; }
.df-entry-content > *:first-child { margin-top: 0; }
.df-entry-content p { margin: 0 0 1.15rem; }
.df-entry-content h2, .df-entry-content h3, .df-entry-content h4 { font-family: var(--df-serif); line-height: 1.16; margin-top: 2rem; }
.df-entry-content blockquote { margin: 1.5rem 0; padding: 1rem 1.25rem; border-left: 4px solid var(--df-magenta); background: rgba(255,255,255,.05); border-radius: 0 8px 8px 0; color: #fff; }
.df-entry-content figcaption { color: var(--df-muted); font-size: .9rem; }
.df-entry-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.df-entry-content th,
.df-entry-content td { border: 1px solid var(--df-border); padding: .65rem; text-align: left; }
.df-entry-footer { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid var(--df-border); color: var(--df-muted); }
.df-post-nav, .nav-links { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }

/* Sidebar */
.df-sidebar { display: grid; gap: 1rem; }
.df-sidebar-card h2, .df-sidebar-card h3 { font-family: var(--df-serif); margin-top: 0; }
.df-sidebar ul { margin: 0; padding-left: 1.1rem; }
.df-sidebar li { margin-bottom: .5rem; }

/* Submissions template */
.df-guideline-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.df-guideline-grid section { background: rgba(255,255,255,.05); border: 1px solid var(--df-border); border-radius: 8px; padding: 1rem; }
.df-guideline-grid h2 { font-family: var(--df-serif); margin-top: 0; }


/* Follow links and homepage directories */
.df-social-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1rem 0 0;
  padding: 0;
}
.df-social-links a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
  color: var(--df-muted);
  border-radius: 6px;
  padding: .42rem .7rem;
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none;
}
.df-social-links a:hover,
.df-social-links a:focus { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(54,224,210,.32); }
.df-cta-actions { display: grid; gap: .75rem; justify-items: end; }
.df-cta-links { justify-content: flex-end; margin-top: 0; }
.df-footer-links { margin: 1rem 0; }

.df-department-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.df-department-card,
.df-empty-state {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(27,18,40,.82), rgba(9,7,15,.66));
  border: 1px solid var(--df-border);
  border-radius: var(--df-radius);
  padding: 1rem;
  min-height: 100%;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.df-empty-state { grid-column: 1 / -1; padding: clamp(1.25rem, 3vw, 2rem); }
.df-department-card::after,
.df-empty-state::after {
  content: '';
  position: absolute;
  inset: auto -2rem -3rem auto;
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(255,63,168,.18), transparent 65%);
  pointer-events: none;
}
.df-department-mark {
  display: inline-grid;
  place-items: center;
  width: 1.95rem;
  height: 1.95rem;
  margin-bottom: .55rem;
  border-radius: 5px;
  color: var(--df-gold);
  background: rgba(242,196,107,.08);
  box-shadow: inset 0 0 0 1px rgba(242,196,107,.18), 0 0 22px rgba(242,196,107,.08);
}
.df-department-card h3,
.df-empty-state h3 { font-family: var(--df-serif); font-size: 1.2rem; line-height: 1.12; margin: .1rem 0 .45rem; }
.df-department-card h3 a { text-decoration: none; }
.df-department-card p,
.df-empty-state p { color: var(--df-muted); font-size: .92rem; line-height: 1.55; margin: 0; }

.df-mission-grid { margin-top: 2rem; }


/* Issue One strip */
.df-issue-strip {
  margin: 2rem 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(54, 224, 210, 0.28);
  border-radius: var(--df-radius);
  background:
    radial-gradient(circle at top right, rgba(54, 224, 210, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(27, 18, 40, 0.94), rgba(12, 9, 20, 0.98));
  box-shadow: var(--df-shadow);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.df-issue-strip h2 { margin: .25rem 0 .4rem; font-family: var(--df-serif); font-size: clamp(1.55rem, 3vw, 2.35rem); }
.df-issue-strip p { margin: 0; color: var(--df-muted); max-width: 760px; }
.df-issue-strip .df-button { flex: 0 0 auto; }

/* Footer */
.df-footer { border-top: 1px solid var(--df-border); background: rgba(9,7,15,.84); padding: 2.5rem 0; color: var(--df-muted); }
.df-footer-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 2rem; align-items: start; }
.df-footer h2, .df-footer h3 { color: #fff; font-family: var(--df-serif); margin-top: 0; }
.df-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .35rem .85rem;
}
.df-footer-menu a,
.df-footer-contact a { color: var(--df-muted); text-decoration: none; }
.df-footer-menu a { display: block; padding: .25rem 0; line-height: 1.25; }
.df-footer-menu .sub-menu { list-style: none; margin: .25rem 0 .35rem .75rem; padding: 0; font-size: .92rem; }
.df-footer-menu a:hover,
.df-footer-contact a:hover { color: #fff; }

/* WordPress alignment helpers */
.wp-caption, .aligncenter { margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1040px; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.wp-block-image img { border-radius: 7px; }
.wp-block-separator { border-color: var(--df-border); }


@media (max-width: 1120px) and (min-width: 761px) {
  .df-header-inner { gap: .36rem; padding: .55rem 0 .42rem; }
  .df-site-title { font-size: clamp(1.1rem, 2vw, 1.48rem); }
  .df-tagline { font-size: .52rem; letter-spacing: .105em; }
  .df-nav { padding-top: .34rem; }
  .df-menu { gap: .12rem; }
  .df-menu a { padding: .3rem .42rem; font-size: .66rem; letter-spacing: .065em; }
}

@media (max-width: 1120px) and (min-width: 761px) {
  .df-department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Legacy intermediate layout support kept separate from navigation breakpoint. */
@media (max-width: 1120px) and (min-width: 981px) {
  .df-department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .df-header-inner { display: flex; align-items: center; justify-content: space-between; gap: .85rem; padding: .58rem 0; }
  .df-brand { justify-content: flex-start; text-align: left; }
  .df-brand img { max-height: 38px; }
  .df-menu-toggle { display: inline-flex; width: auto; }
  .df-nav { width: auto; position: relative; border-top: 0; padding-top: 0; }
  .df-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + .75rem);
    min-width: min(86vw, 360px);
    max-height: calc(100vh - 7rem);
    overflow: auto;
    background: #130d1d;
    border: 1px solid var(--df-border);
    border-radius: 8px;
    padding: .5rem;
    box-shadow: var(--df-shadow);
  }
  .df-nav.is-open .df-menu { display: grid; align-items: stretch; justify-content: stretch; }
  .df-menu a { border-radius: 6px; white-space: normal; text-align: left; padding: .72rem .8rem; }
  .df-menu .sub-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    min-width: 0;
    box-shadow: none;
    border: 0;
    background: rgba(255,255,255,.045);
    margin: .2rem 0 .55rem .6rem;
    padding: .25rem;
  }
  .df-hero-card, .df-layout, .df-footer-inner, .df-editor-strip, .df-submissions-cta, .df-guideline-grid, .df-department-grid { grid-template-columns: 1fr; }
  .df-issue-strip { flex-direction: column; align-items: flex-start; }
  .df-hero-art { border-left: 0; border-top: 1px solid var(--df-border); min-height: 260px; }
  .df-grid, .df-grid.two { grid-template-columns: 1fr; }
  .df-section-head { align-items: start; flex-direction: column; }
  .df-pill-list, .df-cta-links { justify-content: flex-start; }
  .df-cta-actions { justify-items: start; }
}

@media (max-width: 560px) {
  .df-wrap { width: min(var(--df-max), calc(100% - 1rem)); }
  .df-main { padding-top: .55rem; }
  .df-header-inner { padding: .65rem 0; }
  .df-site-title { font-size: 1.15rem; }
  .df-tagline { display: none; }
  .df-button, .wp-block-button__link, button, input[type='submit'] { width: 100%; }
  .df-menu-toggle { width: auto; padding: .62rem .85rem; }
  .df-hero h1 { max-width: none; }
  .df-post-nav, .nav-links { flex-direction: column; }
}





@media (min-width: 761px) {
  .df-menu-toggle { display: none !important; }
  .df-nav.is-open .df-menu { display: flex; }
}

/* v0.8 editorial image system: remixer assets integrated as theme texture/fallback art. */
body {
  background-image:
    linear-gradient(180deg, rgba(9, 7, 15, .90) 0%, rgba(15, 9, 24, .95) 50%, rgba(9, 7, 15, .98) 100%),
    radial-gradient(circle at top left, rgba(159, 92, 255, 0.26), transparent 34rem),
    radial-gradient(circle at 90% 12%, rgba(255, 63, 168, 0.14), transparent 30rem),
    url('assets/images/df-bg-smoke.jpg');
  background-size: auto, auto, auto, cover;
  background-position: center, top left, top right, center top;
  background-attachment: fixed, scroll, scroll, fixed;
}

.df-site-header {
  background:
    linear-gradient(180deg, rgba(9, 7, 15, .96), rgba(9, 7, 15, .90)),
    url('assets/images/df-bg-smoke.jpg') center 38% / cover;
  box-shadow: 0 12px 40px rgba(0,0,0,.22);
}

.df-brand::before {
  content: '';
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background: url('assets/images/df-moth-symbol.jpg') center / contain no-repeat;
  filter: drop-shadow(0 0 18px rgba(159, 92, 255, .34));
  opacity: .88;
}

.df-site-title { text-shadow: 0 0 26px rgba(242, 196, 107, .14); }
.df-tagline { color: rgba(247, 239, 255, .72); }

.df-hero-card {
  background:
    linear-gradient(145deg, rgba(27, 18, 40, .95), rgba(9,7,15,.84)),
    url('assets/images/df-bg-smoke.jpg') center / cover;
}

.df-hero-art {
  background:
    linear-gradient(180deg, rgba(9,7,15,.08), rgba(9,7,15,.52)),
    url('assets/images/df-hero-moth-cover.jpg') center / cover;
}

.df-hero-art::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(242,196,107,.26);
  border-radius: 4px;
  background:
    linear-gradient(135deg, transparent 0%, rgba(9, 7, 15, .16) 100%);
  box-shadow: inset 0 0 60px rgba(0,0,0,.34);
  display: block;
}

.df-hero-art.has-image::before { display: none; }

.df-editor-strip {
  background:
    linear-gradient(135deg, rgba(9,7,15,.86), rgba(27,18,40,.88)),
    url('assets/images/df-bg-smoke.jpg') center / cover;
}

.df-issue-strip {
  background:
    linear-gradient(135deg, rgba(12, 9, 20, .92), rgba(27, 18, 40, .90)),
    url('assets/images/df-books.jpg') center 56% / cover;
}

.df-submissions-cta {
  background:
    linear-gradient(135deg, rgba(9,7,15,.88), rgba(27,18,40,.86)),
    url('assets/images/df-blood-rose.jpg') center / cover;
}

.df-footer {
  background:
    linear-gradient(180deg, rgba(9,7,15,.92), rgba(9,7,15,.98)),
    url('assets/images/df-bg-smoke.jpg') center bottom / cover;
}

.df-card-media {
  position: relative;
  background: #0c0814;
}

.df-card-fallback {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(9,7,15,.08), rgba(9,7,15,.64)),
    var(--df-card-image);
  background-size: cover;
  background-position: center;
  transition: transform .3s ease;
}

.df-card-fallback::after {
  content: '';
  position: absolute;
  inset: .75rem;
  border: 1px solid rgba(242, 196, 107, .22);
  border-radius: 4px;
  pointer-events: none;
}

.df-card:hover .df-card-fallback { transform: scale(1.035); }
.df-card-placeholder { position: relative; z-index: 1; font-size: 3rem; color: rgba(242,196,107,.82); }

.df-department-card {
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(9,7,15,.78), rgba(27,18,40,.88)),
    var(--df-department-image, url('assets/images/df-hero-moth-cover.jpg')) center / cover;
}

.df-department-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(9, 7, 15, .18), rgba(9, 7, 15, .78)),
    radial-gradient(circle at 20% 0%, rgba(159, 92, 255, .22), transparent 11rem);
}

.df-department-card > * { position: relative; z-index: 1; }
.df-department-card p { color: rgba(247, 239, 255, .82); }

@media (max-width: 760px) {
  body { background-attachment: scroll; }
  .df-brand::before { width: 34px; height: 34px; flex-basis: 34px; }
}

@media (max-width: 560px) {
  .df-brand::before { display: none; }
}


/* v0.9 header, footer, and mobile polish. Keeps desktop separators decorative, not part of menu text. */
@media (min-width: 761px) {
  .df-menu > li:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -.08rem;
    top: 50%;
    transform: translateY(-52%);
    color: rgba(247, 239, 255, .58);
    font-weight: 900;
    font-size: .7rem;
    pointer-events: none;
  }
  .df-menu > li:not(:last-child) > a { padding-right: .78rem; }
  .df-site-header + .df-main { margin-top: 0; }
}

.df-header-inner { padding-top: .5rem; padding-bottom: .38rem; }
.df-nav { padding-top: .32rem; }
.df-menu a { letter-spacing: .065em; }
.df-hero { padding-top: .65rem; }
.df-hero h1 { font-size: clamp(2.35rem, 5.3vw, 4.85rem); max-width: 12ch; }
.df-hero-copy { padding: clamp(1.25rem, 3.4vw, 2.75rem); }
.df-hero-art,
.df-hero-image { min-height: 330px; }
.df-footer { padding: 2rem 0; }
.df-footer p { max-width: 62ch; }
.df-footer-menu { align-items: start; }

@media (max-width: 1120px) and (min-width: 761px) {
  .df-menu > li:not(:last-child)::after { right: -.04rem; font-size: .64rem; }
  .df-menu > li:not(:last-child) > a { padding-right: .62rem; }
}

@media (max-width: 760px) {
  .df-header-inner {
    min-height: 0;
    padding: .52rem 0;
  }
  .df-site-title {
    font-size: clamp(1.1rem, 5.6vw, 1.45rem);
    line-height: 1.02;
    letter-spacing: .045em;
  }
  .df-brand-text { max-width: calc(100vw - 9.25rem); }
  .df-menu-toggle {
    flex: 0 0 auto;
    padding: .58rem .78rem;
    min-width: 5.2rem;
  }
  .df-menu {
    top: calc(100% + .55rem);
    right: 0;
    min-width: min(84vw, 360px);
    max-height: calc(100vh - 6.5rem);
    padding: .55rem;
    border-radius: 6px;
  }
  .df-menu a {
    padding: .66rem .75rem;
    font-size: .82rem;
    letter-spacing: .08em;
    border-radius: 5px;
  }
  .df-main { padding-top: .35rem; }
  .df-hero { padding-top: .45rem; padding-bottom: 1.15rem; }
  .df-hero-copy { padding: 1.18rem; }
  .df-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.45rem);
    max-width: 10.5ch;
    margin-bottom: .78rem;
  }
  .df-hero-sub { font-size: 1rem; line-height: 1.55; }
  .df-hero-actions { gap: .65rem; margin-top: 1rem; }
  .df-hero-art,
  .df-hero-image { min-height: 225px; }
  .df-editor-strip,
  .df-issue-strip,
  .df-submissions-cta { margin: 1rem 0 2rem; }
  .df-section { margin-top: 2.2rem; }
  .df-footer {
    padding: 1.55rem 0 1.95rem;
  }
  .df-footer-inner { gap: 1.4rem; }
  .df-footer h2 { font-size: 1.45rem; line-height: 1.12; }
  .df-footer h3 { font-size: 1.25rem; }
  .df-footer p { line-height: 1.55; }
  .df-footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem .75rem;
  }
  .df-footer-contact { margin-top: .95rem; overflow-wrap: anywhere; }
}

@media (max-width: 560px) {
  .df-wrap { width: min(var(--df-max), calc(100% - 1.4rem)); }
  .df-header-inner { padding: .5rem 0; }
  .df-brand-text { max-width: calc(100vw - 8.5rem); }
  .df-site-title { font-size: clamp(1.06rem, 6vw, 1.28rem); }
  .df-menu-toggle { width: auto; min-width: 4.95rem; }
  .df-menu { min-width: calc(100vw - 2.1rem); right: -.12rem; }
  .df-menu a { font-size: .8rem; }
  .df-hero h1 { font-size: clamp(2rem, 11vw, 3.05rem); }
  .df-hero-art,
  .df-hero-image { min-height: 205px; }
  .df-footer-menu { grid-template-columns: 1fr 1fr; }
}


/* v1.0 article polish */
.df-single-wrap { max-width: 980px; }
.df-single-wrap .df-content { padding: clamp(1.35rem, 4vw, 3rem); }
.df-single-wrap .df-entry-content { max-width: 820px; margin-left: auto; margin-right: auto; }
.df-single-wrap .df-entry-header { max-width: 860px; margin-left: auto; margin-right: auto; text-align: left; }
.df-entry-media-fallback img { display: block; width: 100%; max-height: 520px; object-fit: cover; filter: saturate(1.05) contrast(1.04); }
.df-article-cta { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin: 1.6rem 0 0; padding: 1.4rem; border: 1px solid var(--df-border); background: rgba(255,255,255,.045); }
.df-single-wrap .df-post-nav { max-width: 860px; margin-left: auto; margin-right: auto; }
@media (max-width: 640px) {
  .df-article-cta { flex-direction: column; align-items: stretch; }
  .df-article-cta .df-button { text-align: center; }
}


@media (max-width: 640px) {
  .df-entry-meta-box {
    font-size: .74rem;
    letter-spacing: .045em;
    padding: .68rem .75rem;
  }
}

/* v1.2 compact homepage / above-the-fold polish.
   Goal: make the homepage read more like the focused Darkfaery Network page,
   keep the hero from swallowing the browser, and turn fallback art into small
   category/name cards instead of giant accidental moth billboards. */
.df-main { padding-top: .28rem; }
.df-hero { padding: .35rem 0 .75rem; }
.df-hero-card {
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, .62fr);
  min-height: 0;
}
.df-hero-copy { padding: clamp(1.1rem, 2.7vw, 2rem); }
.df-hero h1 {
  font-size: clamp(2.05rem, 3.85vw, 3.65rem);
  max-width: 16ch;
  margin: .5rem 0 .75rem;
}
.df-hero-sub {
  font-size: clamp(.96rem, 1.25vw, 1.08rem);
  line-height: 1.55;
  max-width: 62ch;
}
.df-hero-actions { margin-top: 1rem; }
.df-hero-art,
.df-hero-image {
  min-height: 230px;
  max-height: 330px;
}
.df-hero-art::before { inset: .72rem; }

.df-entry-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin: .45rem 0 1.35rem;
}
.df-entry-tile {
  min-height: 112px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: .18rem;
  padding: .85rem;
  border: 1px solid var(--df-border);
  border-radius: var(--df-radius);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(9,7,15,.05), rgba(9,7,15,.82)),
    var(--df-entry-tile-image) center / cover;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
}
.df-entry-tile::after {
  content: '';
  position: absolute;
  inset: .5rem;
  border: 1px solid rgba(242,196,107,.18);
  pointer-events: none;
}
.df-entry-tile-label,
.df-entry-tile-dek { position: relative; z-index: 1; }
.df-entry-tile-label {
  font-family: var(--df-serif);
  color: #fff;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.05;
  text-shadow: 0 2px 18px rgba(0,0,0,.86);
}
.df-entry-tile-dek {
  color: rgba(247,239,255,.82);
  font-size: .78rem;
  line-height: 1.32;
  font-weight: 750;
}
.df-entry-tile:hover,
.df-entry-tile:focus { color: #fff; transform: translateY(-1px); border-color: rgba(54,224,210,.30); }

.df-editor-strip,
.df-issue-strip,
.df-submissions-cta {
  margin: 1.15rem 0 1.65rem;
  padding: clamp(1rem, 2.4vw, 1.45rem);
}
.df-editor-strip h2,
.df-issue-strip h2,
.df-submissions-cta h2 {
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
}
.df-pill-list li { padding: .34rem .58rem; font-size: .78rem; }
.df-section { margin-top: 1.95rem; }
.df-section-head { margin-bottom: .75rem; }
.df-section-title { font-size: clamp(1.45rem, 2.55vw, 2.2rem); }
.df-section-dek { font-size: .94rem; line-height: 1.45; }

.df-department-grid { gap: .72rem; }
.df-department-card {
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: .82rem;
}
.df-department-card h3 { font-size: 1.08rem; margin: .16rem 0 .22rem; }
.df-department-card p { font-size: .78rem; line-height: 1.36; }
.df-department-mark { width: 1.48rem; height: 1.48rem; margin-bottom: .35rem; }

.df-card-media { aspect-ratio: 16/8.5; }
.df-card-body { padding: .92rem; }
.df-card h3 { font-size: 1.18rem; }
.df-excerpt { font-size: .9rem; line-height: 1.48; }
.df-card-fallback {
  align-content: end;
  justify-items: start;
  padding: .8rem;
  transform-origin: center;
}
.df-card-fallback::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,7,15,.10), rgba(9,7,15,.78));
  pointer-events: none;
}
.df-card-fallback-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - .5rem);
  padding: .35rem .52rem;
  border: 1px solid rgba(242,196,107,.26);
  background: rgba(0,0,0,.48);
  color: #fff;
  font-family: var(--df-serif);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0,0,0,.9);
}
.df-card-placeholder { display: none; }

/* Single articles should not invent a huge featured image when none was selected. */
.df-single-wrap .df-entry-media { margin-top: 1rem; }


@media (max-width: 980px) {
  .df-hero-card { grid-template-columns: minmax(0, 1fr) minmax(200px, .55fr); }
  .df-entry-tiles { grid-template-columns: 1fr 1fr 1fr; }
  .df-department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .df-hero-card { grid-template-columns: 1fr; }
  .df-hero h1 { max-width: none; font-size: clamp(1.9rem, 9.4vw, 2.85rem); }
  .df-hero-art,
  .df-hero-image { min-height: 150px; max-height: 190px; }
  .df-entry-tiles { grid-template-columns: 1fr; gap: .65rem; margin-bottom: 1rem; }
  .df-entry-tile { min-height: 92px; }
  .df-editor-strip,
  .df-issue-strip,
  .df-submissions-cta { margin: .9rem 0 1.35rem; }
  .df-section { margin-top: 1.45rem; }
  .df-department-card { min-height: 118px; }
  .df-card-media { aspect-ratio: 16/7.5; }
}

@media (max-width: 560px) {
  .df-hero-copy { padding: .95rem; }
  .df-hero-sub { font-size: .94rem; }
  .df-hero-art,
  .df-hero-image { min-height: 132px; max-height: 170px; }
  .df-button, .wp-block-button__link, button, input[type='submit'] { padding: .68rem .92rem; }
}

/* v1.5 media containment polish.
   Keeps uploaded/featured images inside article cards and content boxes,
   especially when Gutenberg adds alignwide/alignfull classes. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.df-wrap,
.df-content,
.df-entry-header,
.df-entry-content,
.df-card,
.df-card-media,
.df-hero-card,
.df-hero-art,
.df-entry-media,
.wp-block-image,
.wp-block-gallery,
.wp-block-embed,
.wp-block-cover,
.wp-block-media-text,
figure {
  max-width: 100%;
}

.df-entry-content .alignwide,
.df-entry-content .alignfull,
.df-content .alignwide,
.df-content .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.df-entry-content img,
.df-entry-content figure img,
.df-entry-media img,
.df-card-media img,
.df-hero-image,
.wp-block-image img,
.wp-block-gallery img,
.wp-block-cover img {
  max-width: 100%;
  height: auto;
}

.df-entry-media,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-media-text,
.wp-block-embed {
  overflow: hidden;
}

.df-entry-media img {
  width: 100%;
  display: block;
}

.df-entry-content .wp-block-image,
.df-entry-content figure {
  margin-left: 0;
  margin-right: 0;
}

.df-entry-content .wp-block-image figcaption,
.df-entry-content figure figcaption {
  padding: .45rem .2rem 0;
}

@media (max-width: 640px) {
  .df-single-wrap .df-content {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .df-entry-content .wp-block-image,
  .df-entry-content figure {
    width: 100%;
  }
}



/* v1.6 image presentation polish.
   v1.7 removes the editor-only setup panel from the homepage.

   The new featured images often include important text/graphic elements near the edges.
   Do not let WordPress cropped thumbnail sizes or object-fit: cover chop off titles. */
.df-card-media,
.df-hero-art.has-image,
.df-entry-media {
  background: rgba(5, 4, 9, 0.82);
}

.df-card-media img,
.df-hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
  transform: none !important;
}

.df-card:hover .df-card-media img {
  transform: none !important;
}

.df-entry-media {
  display: grid;
  place-items: center;
}

.df-entry-media img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain !important;
  object-position: center center;
}

.df-card-media {
  aspect-ratio: 40 / 21;
}

.df-hero-art,
.df-hero-image {
  min-width: 0;
}

.df-hero-copy,
.df-card-body,
.df-content,
.df-entry-content,
.df-entry-header {
  min-width: 0;
}

@media (max-width: 760px) {
  .df-card-media {
    aspect-ratio: 40 / 21;
  }
  .df-entry-media img {
    max-height: 380px;
  }
}

/* v1.9 MagCloud / archive issue cards.
   Use [darkfaery_issue] shortcodes in posts/pages instead of MagCloud's bulky embed code. */
.df-issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: .7rem;
  margin: 1.25rem 0 1.65rem;
}

.df-issue-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 1rem;
  align-items: stretch;
  margin: 0;
  padding: .75rem;
  background:
    linear-gradient(135deg, rgba(5, 4, 9, 0.96), rgba(25, 14, 39, 0.94)),
    radial-gradient(circle at top left, rgba(159, 92, 255, 0.20), transparent 16rem);
  border: 1px solid var(--df-border);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.df-issue-grid .df-issue-card:not(.df-issue-card--text-only) {
  grid-column: 1 / -1;
}

.df-issue-card--text-only {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .55rem;
  min-height: 10.5rem;
  padding: .85rem;
  background:
    linear-gradient(160deg, rgba(6, 4, 10, 0.97), rgba(24, 12, 34, 0.92)),
    radial-gradient(circle at 15% 0%, rgba(54, 224, 210, .10), transparent 12rem);
}

.df-issue-cover {
  display: grid;
  place-items: center;
  min-height: 170px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(232, 211, 255, 0.14);
  text-decoration: none;
}

.df-issue-cover img {
  width: 100%;
  height: 100%;
  max-height: 230px;
  object-fit: contain;
  object-position: center center;
}

.df-issue-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: .2rem .2rem .2rem 0;
}

.df-issue-card--text-only .df-issue-card-text {
  flex: 1;
  justify-content: space-between;
  padding: 0;
}

.df-issue-kicker {
  margin: 0 0 .32rem;
  color: var(--df-teal);
  font-size: .64rem;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.df-issue-card--text-only .df-issue-kicker {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .35rem;
  opacity: .82;
}

.df-issue-title {
  margin: 0 0 .45rem;
  font-family: var(--df-serif);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.08;
}

.df-issue-card--text-only .df-issue-title {
  font-size: 1.05rem;
  line-height: 1.16;
  margin-bottom: .65rem;
}

.df-issue-title a {
  text-decoration: none;
}

.df-issue-blurb {
  margin: 0 0 .85rem;
  color: var(--df-muted);
  font-size: .95rem;
  line-height: 1.48;
}

.df-issue-card--text-only .df-issue-blurb {
  font-size: .84rem;
  line-height: 1.38;
}

.df-issue-button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: .42rem .72rem;
  border: 1px solid rgba(232, 211, 255, 0.22);
  background: rgba(255, 255, 255, 0.065);
  color: var(--df-ink);
  text-decoration: none;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.df-issue-button:hover,
.df-issue-button:focus {
  border-color: rgba(54, 224, 210, 0.55);
  background: rgba(54, 224, 210, 0.10);
}

.df-issue-card--text-only .df-issue-button {
  margin-top: auto;
}

@media (max-width: 900px) {
  .df-issue-grid {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  }
}

@media (max-width: 700px) {
  .df-issue-card {
    grid-template-columns: 1fr;
  }

  .df-issue-cover {
    min-height: 0;
  }

  .df-issue-cover img {
    max-height: 360px;
  }

  .df-issue-card-text {
    padding: 0;
  }
}

@media (max-width: 420px) {
  .df-issue-grid {
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
  }

  .df-issue-card--text-only {
    min-height: 9.6rem;
    padding: .65rem;
  }

  .df-issue-card--text-only .df-issue-title {
    font-size: .96rem;
  }

  .df-issue-button {
    font-size: .62rem;
    min-height: 2rem;
    padding: .35rem .55rem;
  }
}


/* v2.3 professional noir polish.
   This pass keeps Darkfaery gothic, but reduces the sweeter amethyst/pink glow.
   The aim is editorial, underground, archival, print-magazine, less soft/"girly". */
:root {
  --df-bg: #07070a;
  --df-bg-soft: #101016;
  --df-bg-card: #141118;
  --df-ink: #f4efe7;
  --df-muted: #c9c1ba;
  --df-dim: #918987;
  --df-border: rgba(224, 210, 190, 0.16);
  --df-violet: #5c557f;
  --df-magenta: #8b1f35;
  --df-teal: #76b9b2;
  --df-gold: #c8a968;
  --df-radius: 3px;
  --df-shadow: 0 18px 46px rgba(0, 0, 0, 0.44);
}

body {
  background-image:
    linear-gradient(180deg, rgba(7,7,10,.94) 0%, rgba(12,10,15,.97) 50%, rgba(7,7,10,.99) 100%),
    radial-gradient(circle at top left, rgba(139,31,53,.16), transparent 32rem),
    radial-gradient(circle at 88% 12%, rgba(92,85,127,.12), transparent 28rem),
    url('assets/images/df-bg-smoke.jpg');
  color: var(--df-ink);
}

a { text-decoration-color: rgba(200,169,104,.45); }
a:hover,
a:focus { text-decoration-color: var(--df-teal); }

.df-site-header {
  background:
    linear-gradient(180deg, rgba(7,7,10,.98), rgba(9,8,12,.94)),
    url('assets/images/df-bg-smoke.jpg') center 42% / cover;
  box-shadow: 0 8px 26px rgba(0,0,0,.34);
}

.df-site-title,
.df-section-title,
.df-page-title,
.df-entry-title,
.df-card h2,
.df-card h3,
.df-footer h2,
.df-footer h3,
.df-issue-title,
.df-entry-tile-label {
  text-shadow: none;
}

.df-site-title {
  letter-spacing: .055em;
}

.df-tagline {
  color: rgba(244,239,231,.68);
  letter-spacing: .16em;
}

.df-menu a {
  color: rgba(244,239,231,.74);
  letter-spacing: .08em;
  border-radius: 2px;
}
.df-menu a:hover,
.df-menu a:focus,
.df-menu .current-menu-item > a,
.df-menu .current-menu-ancestor > a {
  background: rgba(200,169,104,.10);
  color: #fff;
}
@media (min-width: 761px) {
  .df-menu > li:not(:last-child)::after {
    color: rgba(200,169,104,.42);
  }
}

.df-brand::before {
  filter: grayscale(.35) saturate(.75) drop-shadow(0 0 12px rgba(200,169,104,.20));
  opacity: .82;
}

.df-button,
.wp-block-button__link,
button,
input[type='submit'] {
  background: linear-gradient(135deg, #250811, #4d1425);
  border: 1px solid rgba(200,169,104,.34);
  border-radius: 2px;
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}
.df-button.secondary,
.df-article-cta .df-button.secondary {
  background: rgba(255,255,255,.055);
  border-color: rgba(200,169,104,.22);
  color: var(--df-ink);
}
.df-button:hover,
.wp-block-button__link:hover,
input[type='submit']:hover,
.df-button.secondary:hover {
  filter: none;
  background: linear-gradient(135deg, #3a0e1b, #651b31);
  border-color: rgba(118,185,178,.45);
}

.df-kicker {
  color: var(--df-gold);
  letter-spacing: .2em;
}
.df-kicker::before {
  width: .48rem;
  height: .48rem;
  border-radius: 1px;
  background: var(--df-gold);
  box-shadow: none;
}

.df-hero-card,
.df-card,
.df-content,
.df-sidebar-card,
.df-department-card,
.df-entry-tile,
.df-editor-strip,
.df-issue-strip,
.df-submissions-cta,
.df-issue-card,
.df-entry-meta-box {
  border-radius: 2px;
}

.df-hero-card {
  background:
    linear-gradient(145deg, rgba(16, 14, 20, .98), rgba(5,5,8,.88)),
    url('assets/images/df-bg-smoke.jpg') center / cover;
  border-color: rgba(224,210,190,.14);
}
.df-hero-art {
  filter: saturate(.78) contrast(1.04);
}
.df-hero h1 {
  letter-spacing: -.012em;
}

.df-entry-tile {
  min-height: 96px;
  background:
    linear-gradient(180deg, rgba(5,5,8,.12), rgba(5,5,8,.88)),
    var(--df-entry-tile-image) center / cover;
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
}
.df-entry-tile::after,
.df-card-fallback::after,
.df-hero-art::before {
  border-color: rgba(200,169,104,.16);
}
.df-entry-tile-label { font-size: clamp(1rem, 1.7vw, 1.22rem); }
.df-entry-tile-dek { color: rgba(244,239,231,.78); }

.df-editor-strip,
.df-issue-strip,
.df-submissions-cta {
  background:
    linear-gradient(135deg, rgba(7,7,10,.92), rgba(18,15,22,.88)),
    url('assets/images/df-bg-smoke.jpg') center / cover;
  border-color: rgba(224,210,190,.14);
}

.df-pill-list li,
.df-social-links a,
.df-issue-button {
  border-radius: 2px;
  background: rgba(255,255,255,.045);
  border-color: rgba(224,210,190,.16);
}

.df-department-card {
  background:
    linear-gradient(145deg, rgba(5,5,8,.82), rgba(16,14,20,.92)),
    var(--df-department-image, url('assets/images/df-bg-smoke.jpg')) center / cover;
}
.df-department-card::before {
  background:
    linear-gradient(180deg, rgba(5,5,8,.42), rgba(5,5,8,.88)),
    radial-gradient(circle at 16% 0%, rgba(200,169,104,.12), transparent 10rem);
}
.df-department-card::after,
.df-empty-state::after { display: none; }
.df-department-mark {
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: .45rem;
  border-radius: 1px;
  color: var(--df-gold);
  background: transparent;
  box-shadow: none;
  opacity: .72;
}
.df-department-card h3 { letter-spacing: .015em; }
.df-department-card p { color: rgba(244,239,231,.76); }

.df-card {
  background: rgba(16,14,20,.84);
  border-color: rgba(224,210,190,.13);
  box-shadow: 0 12px 28px rgba(0,0,0,.26);
}
.df-card-media {
  background: #08080c;
}
.df-card-fallback {
  filter: saturate(.72) contrast(1.02);
}
.df-card-fallback::before {
  background: linear-gradient(180deg, rgba(5,5,8,.15), rgba(5,5,8,.84));
}
.df-card-fallback-label {
  background: rgba(0,0,0,.62);
  border-color: rgba(200,169,104,.24);
  border-radius: 1px;
}
.df-meta a,
.df-read-more,
.df-entry-meta-box a,
.df-section-link:hover,
.df-footer-menu a:hover,
.df-footer-contact a:hover {
  color: var(--df-teal);
}
.df-meta { color: var(--df-dim); }
.df-excerpt,
.df-section-dek,
.df-editor-strip p,
.df-submissions-cta p,
.df-issue-strip p { color: var(--df-muted); }

.df-entry-meta-box {
  border-left: 3px solid var(--df-gold);
  border-color: rgba(200,169,104,.20);
  background: rgba(0,0,0,.78);
}
.df-entry-content blockquote {
  border-left-color: var(--df-gold);
  border-radius: 0 2px 2px 0;
}
.wp-block-image img { border-radius: 2px; }

.df-footer {
  background:
    linear-gradient(180deg, rgba(7,7,10,.96), rgba(7,7,10,.99)),
    url('assets/images/df-bg-smoke.jpg') center bottom / cover;
}

@media (max-width: 760px) {
  .df-entry-tile { min-height: 82px; }
}


/* v2.4 vampire street / industrial noir pass.
   This pass replaces the softer romantic-goth texture language with harder
   after-hours magazine assets: scratched concrete, wet pavement, chained stone,
   poster walls, black paint, and old venue grit. */
:root {
  --df-bg: #050507;
  --df-bg-soft: #0c0c10;
  --df-bg-card: #111014;
  --df-ink: #f0eadf;
  --df-muted: #c4bbb0;
  --df-dim: #89827b;
  --df-border: rgba(211, 195, 166, 0.14);
  --df-violet: #343247;
  --df-magenta: #6f0f20;
  --df-teal: #6faaa3;
  --df-gold: #b99a5f;
  --df-radius: 2px;
  --df-shadow: 0 16px 38px rgba(0, 0, 0, 0.52);
}

body {
  background-color: #050507;
  background-image:
    linear-gradient(180deg, rgba(5,5,7,.96) 0%, rgba(8,8,10,.985) 56%, rgba(5,5,7,.99) 100%),
    radial-gradient(circle at 12% 0%, rgba(111,15,32,.13), transparent 34rem),
    radial-gradient(circle at 90% 8%, rgba(111,170,163,.055), transparent 25rem),
    url('assets/images/df-industrial-bg.jpg');
  background-size: auto, auto, auto, cover;
  background-position: center, top left, top right, center top;
  background-attachment: fixed, scroll, scroll, fixed;
}

.df-site-header {
  background:
    linear-gradient(180deg, rgba(5,5,7,.985), rgba(5,5,7,.94)),
    url('assets/images/df-black-scratch.jpg') center / cover;
  border-bottom-color: rgba(185,154,95,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.55);
}

.df-site-title { letter-spacing: .07em; }
.df-tagline { color: rgba(240,234,223,.62); }

.df-menu a {
  color: rgba(240,234,223,.76);
  border-radius: 1px;
}
.df-menu a:hover,
.df-menu a:focus,
.df-menu .current-menu-item > a,
.df-menu .current-menu-ancestor > a {
  background: rgba(185,154,95,.12);
  color: #fff;
}

.df-button,
.wp-block-button__link,
button,
input[type='submit'] {
  background: linear-gradient(135deg, #16080b, #4b0d1a);
  border-color: rgba(185,154,95,.35);
  letter-spacing: .025em;
  text-transform: none;
}
.df-button:hover,
.wp-block-button__link:hover,
input[type='submit']:hover,
.df-button.secondary:hover {
  background: linear-gradient(135deg, #210b10, #621325);
  border-color: rgba(111,170,163,.48);
}

.df-hero-card {
  background:
    linear-gradient(145deg, rgba(8,8,10,.98), rgba(0,0,0,.90)),
    url('assets/images/df-scratched-concrete.jpg') center / cover;
  border-color: rgba(185,154,95,.15);
}
.df-hero-art {
  background:
    linear-gradient(180deg, rgba(5,5,7,.04), rgba(5,5,7,.70)),
    url('assets/images/df-vampire-street.jpg') center / cover;
  filter: saturate(.72) contrast(1.08);
}
.df-hero-art::before {
  inset: .62rem;
  border-color: rgba(185,154,95,.12);
  box-shadow: inset 0 0 70px rgba(0,0,0,.48);
}
.df-hero h1 { max-width: 15ch; }

.df-editor-strip {
  background:
    linear-gradient(135deg, rgba(5,5,7,.90), rgba(8,8,10,.92)),
    url('assets/images/df-music-posters.jpg') center / cover;
}
.df-issue-strip {
  background:
    linear-gradient(135deg, rgba(5,5,7,.92), rgba(10,10,12,.90)),
    url('assets/images/df-chained-wall.jpg') center / cover;
}
.df-submissions-cta {
  background:
    linear-gradient(135deg, rgba(5,5,7,.88), rgba(10,10,12,.93)),
    url('assets/images/df-vampire-street.jpg') center / cover;
}
.df-footer {
  background:
    linear-gradient(180deg, rgba(5,5,7,.96), rgba(5,5,7,.99)),
    url('assets/images/df-chained-wall.jpg') center bottom / cover;
}

.df-card,
.df-content,
.df-sidebar-card,
.df-issue-card {
  background:
    linear-gradient(180deg, rgba(14,14,17,.90), rgba(7,7,9,.96)),
    url('assets/images/df-black-scratch.jpg') center / cover;
  border-color: rgba(211,195,166,.12);
}
.df-card { box-shadow: 0 12px 30px rgba(0,0,0,.36); }
.df-card-media { background: #050507; border-bottom: 1px solid rgba(211,195,166,.10); }
.df-card-fallback { filter: saturate(.62) contrast(1.08); }
.df-card-fallback::before {
  background:
    linear-gradient(180deg, rgba(5,5,7,.12), rgba(5,5,7,.88)),
    linear-gradient(90deg, rgba(111,15,32,.20), transparent 44%);
}
.df-card-fallback::after,
.df-entry-tile::after {
  border-color: rgba(185,154,95,.13);
}
.df-card-fallback-label {
  background: rgba(0,0,0,.70);
  border-color: rgba(185,154,95,.24);
}

.df-entry-tile {
  background:
    linear-gradient(180deg, rgba(5,5,7,.10), rgba(5,5,7,.88)),
    var(--df-entry-tile-image) center / cover;
  border-color: rgba(211,195,166,.14);
}
.df-entry-tile:hover,
.df-entry-tile:focus {
  border-color: rgba(111,170,163,.38);
}

.df-department-card {
  background:
    linear-gradient(145deg, rgba(5,5,7,.78), rgba(8,8,10,.93)),
    var(--df-department-image, url('assets/images/df-vampire-street.jpg')) center / cover;
  border-color: rgba(211,195,166,.13);
}
.df-department-card::before {
  background:
    linear-gradient(180deg, rgba(5,5,7,.36), rgba(5,5,7,.90)),
    linear-gradient(90deg, rgba(111,15,32,.22), transparent 52%);
}
.df-department-mark {
  color: rgba(185,154,95,.75);
}

.df-kicker { color: var(--df-gold); }
.df-kicker::before { background: #6f0f20; }
.df-meta a,
.df-read-more,
.df-entry-meta-box a,
.df-section-link:hover,
.df-footer-menu a:hover,
.df-footer-contact a:hover {
  color: var(--df-teal);
}
.df-entry-meta-box {
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(12,10,12,.80)),
    url('assets/images/df-black-scratch.jpg') center / cover;
  border-color: rgba(185,154,95,.20);
  border-left-color: #6f0f20;
}
.df-entry-content blockquote {
  background:
    linear-gradient(90deg, rgba(111,15,32,.12), rgba(255,255,255,.035));
  border-left-color: #6f0f20;
}

@media (max-width: 760px) {
  body { background-attachment: scroll; }
}

/* v2.5 newsdesk / Forcast-inspired magazine pass.
   Not a clone: this keeps Darkfaery colors and assets, but borrows the
   more professional news-magazine structure: signal strip, lead story,
   right rail, compact cards, sharper section rules, and denser scanning. */
:root {
  --df-max: 1220px;
  --df-radius: 2px;
  --df-newsline: rgba(211, 195, 166, 0.20);
}

.df-main { padding-top: 0; }

.df-signal-strip {
  margin: .72rem 0 .48rem;
  min-height: 2.15rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  padding: .42rem .62rem;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(12,11,13,.80)),
    url('assets/images/df-black-scratch.jpg') center / cover;
  border: 1px solid rgba(211,195,166,.13);
  border-left: 3px solid #6f0f20;
  color: var(--df-muted);
  font-size: .76rem;
  line-height: 1.2;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.df-signal-label {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  color: var(--df-gold);
  font-weight: 900;
  white-space: nowrap;
}
.df-signal-label::before {
  content: '';
  width: .45rem;
  height: .45rem;
  background: #6f0f20;
  box-shadow: 0 0 14px rgba(111,15,32,.6);
}
.df-signal-text {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(240,234,223,.72);
  text-transform: none;
  letter-spacing: .02em;
}
.df-signal-link {
  color: var(--df-teal);
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}
.df-signal-link:hover,
.df-signal-link:focus { color: #fff; }

.df-newsdesk { padding-top: .2rem; }
.df-newsdesk .df-hero-card {
  grid-template-columns: minmax(0, .98fr) minmax(300px, .82fr) minmax(250px, .44fr);
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(8,8,10,.97), rgba(0,0,0,.92)),
    url('assets/images/df-scratched-concrete.jpg') center / cover;
  border-top: 2px solid rgba(185,154,95,.24);
  box-shadow: 0 18px 42px rgba(0,0,0,.52);
}
.df-newsdesk .df-hero-copy {
  padding: clamp(1rem, 2.25vw, 1.85rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.df-newsdesk .df-hero h1,
.df-newsdesk .df-hero-copy h1 {
  font-size: clamp(2.05rem, 4.2vw, 4.4rem);
  max-width: 13ch;
  margin: .48rem 0 .65rem;
}
.df-newsdesk .df-hero-sub {
  font-size: clamp(.94rem, 1.12vw, 1.04rem);
  line-height: 1.48;
  max-width: 52ch;
}
.df-newsdesk .df-hero-actions { margin-top: 1rem; }
.df-newsdesk .df-hero-art,
.df-newsdesk .df-hero-image {
  min-height: 335px;
  max-height: none;
}
.df-newsdesk .df-hero-art {
  border-left: 1px solid rgba(211,195,166,.12);
  border-right: 1px solid rgba(211,195,166,.12);
}
.df-newsdesk .df-hero-image {
  object-fit: cover;
}

.df-hero-rail {
  padding: .85rem .9rem;
  display: grid;
  align-content: stretch;
  gap: .72rem;
  background:
    linear-gradient(180deg, rgba(0,0,0,.70), rgba(10,10,12,.92)),
    url('assets/images/df-black-scratch.jpg') center / cover;
}
.df-hero-rail h2 {
  margin: 0;
  padding: 0 0 .5rem;
  border-bottom: 1px solid var(--df-newsline);
  color: var(--df-gold);
  font-family: var(--df-sans);
  font-size: .72rem;
  line-height: 1.1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.df-rail-item {
  min-height: 0;
  padding: .1rem 0 .72rem;
  border-bottom: 1px solid rgba(211,195,166,.10);
}
.df-rail-item:last-child { border-bottom: 0; padding-bottom: 0; }
.df-rail-item .df-meta {
  gap: .45rem;
  font-size: .62rem;
  line-height: 1.25;
  letter-spacing: .075em;
}
.df-rail-item h3 {
  margin: .28rem 0 0;
  font-family: var(--df-serif);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.13;
}
.df-rail-item h3 a { text-decoration: none; }

.df-entry-tiles {
  margin: .75rem 0 1.1rem;
  gap: .58rem;
}
.df-entry-tile {
  min-height: 88px;
  padding: .72rem .78rem;
  border-top: 2px solid rgba(185,154,95,.20);
}
.df-entry-tile::after { inset: .38rem; }

.df-editor-strip,
.df-issue-strip,
.df-submissions-cta {
  border-top: 2px solid rgba(185,154,95,.18);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
}

.df-section-head {
  padding-bottom: .52rem;
  border-bottom: 1px solid var(--df-newsline);
}
.df-section-title {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  letter-spacing: -.01em;
}
.df-section-title::before {
  content: '';
  width: .55rem;
  height: .55rem;
  background: #6f0f20;
  box-shadow: 0 0 18px rgba(111,15,32,.40);
}
.df-section-link {
  padding: .28rem .5rem;
  border: 1px solid rgba(211,195,166,.13);
  background: rgba(0,0,0,.28);
}

.df-grid { gap: .72rem; }
.df-card {
  display: flex;
  flex-direction: column;
  border-top: 2px solid rgba(185,154,95,.13);
}
.df-card-media { aspect-ratio: 16/8.8; }
.df-card-body { padding: .82rem .86rem .9rem; }
.df-card h3 {
  margin-top: .42rem;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.12;
}
.df-excerpt {
  font-size: .88rem;
  line-height: 1.42;
}
.df-read-more {
  margin-top: auto;
  padding-top: .65rem;
  font-size: .82rem;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.df-latest-section .df-grid {
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
}
.df-latest-section .df-card:first-child {
  grid-row: span 2;
}
.df-latest-section .df-card:first-child .df-card-media {
  aspect-ratio: 16/10.4;
}
.df-latest-section .df-card:first-child h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}
.df-latest-section .df-card:not(:first-child) .df-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.df-department-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
}
.df-department-card {
  min-height: 128px;
  padding: .75rem;
  border-top: 2px solid rgba(185,154,95,.16);
}
.df-department-card h3 {
  font-family: var(--df-sans);
  font-size: .98rem;
  line-height: 1.05;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.df-department-card p {
  font-size: .72rem;
  line-height: 1.32;
}
.df-department-mark { display: none; }

@media (max-width: 1060px) {
  .df-newsdesk .df-hero-card {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .65fr);
  }
  .df-hero-rail {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
  .df-hero-rail h2 { grid-column: 1 / -1; }
  .df-rail-item { border-bottom: 0; border-right: 1px solid rgba(211,195,166,.10); padding-right: .75rem; }
  .df-rail-item:last-child { border-right: 0; }
  .df-latest-section .df-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .df-latest-section .df-card:first-child { grid-row: auto; grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .df-signal-strip {
    grid-template-columns: 1fr;
    gap: .3rem;
    padding: .55rem .62rem;
  }
  .df-signal-text { white-space: normal; }
  .df-newsdesk .df-hero-card { grid-template-columns: 1fr; }
  .df-newsdesk .df-hero-copy { padding: .95rem; }
  .df-newsdesk .df-hero-copy h1 { max-width: none; }
  .df-newsdesk .df-hero-art,
  .df-newsdesk .df-hero-image {
    min-height: 170px;
    max-height: 220px;
  }
  .df-hero-rail { grid-template-columns: 1fr; }
  .df-rail-item {
    border-right: 0;
    border-bottom: 1px solid rgba(211,195,166,.10);
    padding-right: 0;
  }
  .df-latest-section .df-grid { grid-template-columns: 1fr; }
  .df-latest-section .df-card:first-child { grid-column: auto; }
  .df-department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .df-department-grid { grid-template-columns: 1fr; }
  .df-entry-tiles { gap: .5rem; }
  .df-section-link { align-self: flex-start; }
}

/* v2.6 cleanup pass: real sidebar defaults and linked signal chips. */
.df-pill-list a {
  color: inherit;
  text-decoration: none;
}
.df-pill-list li:has(a) {
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.df-pill-list li:has(a):hover,
.df-pill-list li:has(a):focus-within {
  color: #fff;
  border-color: rgba(111,170,163,.48);
  background: rgba(111,170,163,.10);
}
.df-sidebar-note p,
.df-sidebar-signals p {
  color: var(--df-muted);
  margin-bottom: .9rem;
}
.df-sidebar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem .68rem;
  background: rgba(111,15,32,.34);
  border: 1px solid rgba(185,154,95,.22);
  color: #fff;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .085em;
  text-transform: uppercase;
}
.df-sidebar-button:hover,
.df-sidebar-button:focus {
  background: rgba(111,170,163,.16);
  border-color: rgba(111,170,163,.42);
}
.df-sidebar-link-list {
  list-style: none;
  padding-left: 0 !important;
}
.df-sidebar-link-list li {
  margin: 0 !important;
  border-top: 1px solid rgba(211,195,166,.10);
}
.df-sidebar-link-list li:first-child { border-top: 0; }
.df-sidebar-link-list a {
  display: block;
  padding: .5rem 0;
  color: rgba(240,234,223,.84);
  text-decoration: none;
  font-weight: 800;
}
.df-sidebar-link-list a:hover,
.df-sidebar-link-list a:focus {
  color: var(--df-teal);
}
.df-signal-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .36rem;
  margin: .7rem 0 0;
  padding: 0;
}
.df-signal-tags li { margin: 0 !important; }
.df-signal-tags a {
  display: inline-flex;
  align-items: center;
  padding: .32rem .48rem;
  border: 1px solid rgba(211,195,166,.13);
  background: rgba(0,0,0,.30);
  color: rgba(240,234,223,.78);
  text-decoration: none;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.df-signal-tags a:hover,
.df-signal-tags a:focus {
  color: #fff;
  border-color: rgba(111,170,163,.42);
  background: rgba(111,170,163,.12);
}
.df-sidebar-departments .cat-item a {
  color: rgba(240,234,223,.80);
  text-decoration: none;
}
.df-sidebar-departments .cat-item a:hover,
.df-sidebar-departments .cat-item a:focus { color: var(--df-teal); }
