/*
Theme Name: Witfire Intelligence
Theme URI: https://thewitfire.in/
Author: The Witfire editorial build
Author URI: https://thewitfire.in/
Description: A lightweight, editable, news-publisher WordPress theme for The Witfire Elite Pharma News. Built for source-backed pharma intelligence, fast editorial workflows, plugin compatibility, and clean article presentation.
Version: 1.2.5
Requires at least: 6.3
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: witfire-intelligence
Tags: blog, news, editor-style, custom-logo, custom-menu, featured-images, full-width-template, one-column, two-columns, right-sidebar, threaded-comments, translation-ready, wide-blocks
*/

:root {
  --wf-paper: #fffaf1;
  --wf-paper-soft: #f6efe4;
  --wf-card: #ffffff;
  --wf-ink: #13110e;
  --wf-muted: #6e665b;
  --wf-line: #ded2bf;
  --wf-gold: #ba8736;
  --wf-gold-soft: #efe0bf;
  --wf-maroon: #5c171b;
  --wf-navy: #111b2d;
  --wf-charcoal: #11100e;
  --wf-shadow: 0 22px 60px rgba(18, 16, 13, .12);
  --wf-shadow-soft: 0 10px 30px rgba(18, 16, 13, .08);
  --wf-serif: Georgia, 'Times New Roman', Times, serif;
  --wf-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif;
  --wf-radius: 22px;
  --wf-width: 1240px;
  --wp--style--global--content-size: 820px;
  --wp--style--global--wide-size: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, var(--wf-paper) 0%, var(--wf-paper-soft) 52%, var(--wf-paper) 100%);
  color: var(--wf-ink);
  font-family: var(--wf-sans);
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.wf-blank-canvas { background: #fff; }
img, svg, video { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover, a:focus { color: var(--wf-maroon); }
button, input, textarea, select { font: inherit; }
.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 {
  background: #fff;
  clip: auto !important;
  clip-path: none;
  color: #111;
  display: block;
  font-weight: 700;
  height: auto;
  left: 12px;
  padding: 12px 16px;
  top: 12px;
  width: auto;
  z-index: 100000;
}
.wf-container {
  width: min(var(--wf-width), calc(100% - 40px));
  margin-inline: auto;
}
.wf-narrow {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
}

/* Header */
.wf-top-strip {
  background: var(--wf-charcoal);
  color: #ead9bd;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.wf-top-strip .wf-container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.wf-top-left, .wf-top-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.wf-top-dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--wf-gold);
  display: inline-block;
}
.wf-top-link { color: #ead9bd; text-decoration: none; }
.wf-site-header {
  background: rgba(255,250,241,.94);
  border-bottom: 1px solid var(--wf-line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}
.admin-bar .wf-site-header { top: 32px; }
.wf-header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wf-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}
.wf-brand a { text-decoration: none; }
.wf-brand img.custom-logo {
  max-height: 62px;
  width: auto;
  display: block;
  flex: 0 0 auto;
}
.wf-brand-text {
  min-width: 0;
  max-width: 760px;
}
.wf-site-title {
  margin: 0;
  font-family: var(--wf-serif);
  font-weight: 700;
  font-size: clamp(26px, 2.55vw, 38px);
  line-height: .98;
  letter-spacing: -.035em;
}
.wf-site-title a { text-decoration: none; }
.wf-site-description {
  margin: 8px 0 0;
  color: var(--wf-muted);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wf-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}
.wf-menu-toggle {
  display: none;
  border: 1px solid var(--wf-line);
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
}
.wf-nav-shell {
  border-top: 1px solid var(--wf-line);
  background: rgba(255,250,241,.98);
}
.wf-nav-inner {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.wf-main-nav {
  width: 100%;
  min-width: 0;
}
.wf-main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wf-main-nav > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
}
.wf-main-nav > ul > li {
  position: relative;
  flex: 0 0 auto;
}
.wf-main-nav li { position: relative; }
.wf-main-nav a {
  display: block;
  padding: 10px 11px;
  color: #2a241d;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
  border-radius: 999px;
  white-space: nowrap;
}
.wf-main-nav a:hover,
.wf-main-nav .current-menu-item > a,
.wf-main-nav .current-menu-ancestor > a {
  background: var(--wf-gold-soft);
  color: #2a1602;
}
.wf-main-nav ul ul {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  display: none;
  width: 240px;
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: 16px;
  box-shadow: var(--wf-shadow-soft);
  padding: 8px;
  z-index: 60;
}
.wf-main-nav li:hover > ul,
.wf-main-nav li:focus-within > ul { display: block; }
.wf-main-nav ul ul a {
  border-radius: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  white-space: normal;
}
.wf-search-form { display: flex; align-items: center; gap: 6px; }
.wf-search-form input[type='search'] {
  width: 176px;
  border: 1px solid var(--wf-line);
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
}
.wf-button,
.wp-block-button__link,
input[type='submit'],
button[type='submit'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #1b1308;
  background: #17120d;
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  line-height: 1.2;
}
.wf-button:hover,
.wp-block-button__link:hover,
input[type='submit']:hover,
button[type='submit']:hover { background: var(--wf-maroon); color: #fff !important; }
.wf-button-secondary { background: transparent; color: var(--wf-ink) !important; border-color: var(--wf-line); }
.wf-button-secondary:hover { background: var(--wf-gold-soft); color: var(--wf-ink) !important; }

/* Homepage */
.wf-home-main { padding: 34px 0 70px; }
.wf-breaking-rail {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  background: #17120d;
  color: #f7ead4;
  border-radius: 18px;
  padding: 12px 16px;
  margin: 0 0 18px;
  box-shadow: var(--wf-shadow-soft);
}
.wf-breaking-kicker {
  color: #17120d;
  background: var(--wf-gold);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.wf-breaking-text { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.wf-breaking-text a { color: inherit; text-decoration: none; font-weight: 700; }
.wf-breaking-date { color: #cfb991; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.wf-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 30px;
}
.wf-lead-card {
  min-height: 560px;
  border: 1px solid var(--wf-line);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--wf-shadow);
  position: relative;
  display: grid;
  grid-template-rows: minmax(250px, .8fr) 1fr;
}
.wf-lead-media {
  background: radial-gradient(circle at 20% 20%, rgba(186,135,54,.35), transparent 34%), linear-gradient(135deg, #1a1520, #5c171b 55%, #ba8736);
  min-height: 270px;
  position: relative;
}
.wf-lead-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wf-lead-content { padding: clamp(24px, 3vw, 42px); }
.wf-eyebrow,
.wf-section-kicker,
.wf-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--wf-maroon);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.wf-eyebrow::before,
.wf-section-kicker::before,
.wf-card-kicker::before {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--wf-gold);
  display: inline-block;
}
.wf-lead-title {
  margin: 0;
  font-family: var(--wf-serif);
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: .96;
  letter-spacing: -.055em;
}
.wf-lead-title a { text-decoration: none; }
.wf-lead-excerpt {
  color: #544a3f;
  font-size: 18px;
  max-width: 760px;
  margin: 18px 0 0;
}
.wf-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin: 16px 0 0;
  color: var(--wf-muted);
  font-size: 13px;
  font-weight: 700;
}
.wf-meta a { color: inherit; text-decoration: none; }
.wf-meta time { white-space: nowrap; }
.wf-cat-list { display: flex; flex-wrap: wrap; gap: 6px; }
.wf-cat-list a,
.wf-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--wf-line);
  border-radius: 999px;
  padding: 3px 9px;
  background: #fffaf1;
  color: #4c3822;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.wf-hero-side {
  display: grid;
  gap: 16px;
}
.wf-editorial-panel,
.wf-newsletter-card,
.wf-source-card,
.wf-widget,
.wf-panel {
  border: 1px solid var(--wf-line);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--wf-shadow-soft);
  padding: 22px;
}
.wf-editorial-panel h2,
.wf-newsletter-card h2,
.wf-source-card h2,
.wf-panel h2 {
  margin: 0 0 8px;
  font-family: var(--wf-serif);
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.wf-editorial-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 12px; }
.wf-editorial-list li { border-top: 1px solid var(--wf-line); padding-top: 12px; }
.wf-editorial-list a { text-decoration: none; font-weight: 850; line-height: 1.25; display: block; }
.wf-small-date { color: var(--wf-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }
.wf-section { margin-top: 44px; }
.wf-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.wf-section-title {
  margin: 0;
  font-family: var(--wf-serif);
  font-size: clamp(30px, 4vw, 50px);
  line-height: .98;
  letter-spacing: -.045em;
}
.wf-section-dek { color: var(--wf-muted); max-width: 560px; margin: 8px 0 0; }
.wf-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.wf-card-grid.wf-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wf-card-grid.wf-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wf-post-card {
  border: 1px solid var(--wf-line);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--wf-shadow-soft);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.wf-post-card .wf-card-media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1a1520, #5c171b 58%, #ba8736);
  display: block;
  overflow: hidden;
}
.wf-post-card .wf-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.wf-post-card:hover .wf-card-media img { transform: scale(1.035); }
.wf-card-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.wf-card-title {
  margin: 0;
  font-family: var(--wf-serif);
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.wf-card-title a { text-decoration: none; }
.wf-card-excerpt { margin: 12px 0 0; color: #5a5148; font-size: 15px; }
.wf-card-footer { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wf-read-more { font-weight: 900; color: var(--wf-maroon); text-decoration: none; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.wf-radar-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
}
.wf-decision-table-wrap {
  border: 1px solid var(--wf-line);
  border-radius: 22px;
  background: #fff;
  overflow-x: auto;
  box-shadow: var(--wf-shadow-soft);
}
.wf-decision-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.wf-decision-table th,
.wf-decision-table td { padding: 14px 16px; border-bottom: 1px solid var(--wf-line); text-align: left; vertical-align: top; }
.wf-decision-table th { background: #17120d; color: #f4dfbd; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.wf-decision-table tr:last-child td { border-bottom: 0; }
.wf-decision-table a { text-decoration: none; font-weight: 800; }
.wf-issue-band {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--wf-line);
  background: #17120d;
  color: #fff5e4;
  box-shadow: var(--wf-shadow);
}
.wf-issue-art {
  min-height: 360px;
  background: radial-gradient(circle at 40% 30%, rgba(186,135,54,.50), transparent 34%), linear-gradient(145deg, #111b2d, #5c171b 60%, #17120d);
  display: flex;
  align-items: end;
  padding: 28px;
}
.wf-issue-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wf-issue-label {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  padding: 14px;
  background: rgba(0,0,0,.2);
  backdrop-filter: blur(8px);
}
.wf-issue-content { padding: clamp(26px, 4vw, 50px); }
.wf-issue-content h2 { margin: 0; font-family: var(--wf-serif); font-size: clamp(34px, 4.6vw, 58px); line-height: .98; letter-spacing: -.05em; }
.wf-issue-content p { color: #e3d2b7; font-size: 18px; }
.wf-ledger-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.wf-ledger-item {
  border: 1px solid var(--wf-line);
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  min-height: 140px;
}
.wf-ledger-item strong { display: block; font-family: var(--wf-serif); font-size: 20px; line-height: 1.05; margin-bottom: 8px; }
.wf-ledger-item span { color: var(--wf-muted); font-size: 14px; }
.wf-cta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.wf-cta-card {
  border: 1px solid var(--wf-line);
  border-radius: 22px;
  padding: 24px;
  background: #fff;
  box-shadow: var(--wf-shadow-soft);
}
.wf-cta-card h3 { margin: 0 0 8px; font-family: var(--wf-serif); font-size: 25px; line-height: 1.05; }
.wf-cta-card p { color: var(--wf-muted); margin: 0 0 16px; }

/* Archives and content */
.wf-site-main { padding: 38px 0 70px; }
.wf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}
.wf-archive-header,
.wf-page-header {
  border-bottom: 2px solid var(--wf-ink);
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.wf-archive-title,
.wf-page-title,
.wf-entry-title {
  margin: 0;
  font-family: var(--wf-serif);
  font-size: clamp(36px, 5vw, 68px);
  line-height: .96;
  letter-spacing: -.055em;
}
.wf-archive-description { color: var(--wf-muted); max-width: 760px; font-size: 18px; margin-top: 12px; }
.wf-post-list { display: grid; gap: 20px; }
.wf-list-card {
  border: 1px solid var(--wf-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--wf-shadow-soft);
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  overflow: hidden;
}
.wf-list-card .wf-card-media { min-height: 190px; background: linear-gradient(135deg, #1a1520, #5c171b, #ba8736); }
.wf-list-card .wf-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wf-list-card .wf-card-body { padding: 24px; }
.wf-list-card .wf-card-title { font-size: clamp(26px, 3.2vw, 40px); }
.wf-pagination { margin-top: 34px; }
.wf-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.wf-pagination a,
.wf-pagination span {
  border: 1px solid var(--wf-line);
  background: #fff;
  border-radius: 999px;
  padding: 9px 13px;
  text-decoration: none;
  font-weight: 800;
}
.wf-pagination .current { background: var(--wf-charcoal); color: #fff; border-color: var(--wf-charcoal); }
.wf-sidebar { display: grid; gap: 18px; }
.wf-widget h2,
.wf-widget .widget-title { margin: 0 0 12px; font-family: var(--wf-serif); font-size: 24px; line-height: 1.05; }
.wf-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.wf-widget li { border-bottom: 1px solid var(--wf-line); padding-bottom: 9px; }
.wf-widget li:last-child { border-bottom: 0; padding-bottom: 0; }

/* Single article */
.wf-article-shell { padding: 34px 0 76px; }
.wf-single-header {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 28px;
  text-align: left;
}
.wf-single-header .wf-entry-title { font-size: clamp(42px, 6.6vw, 86px); }
.wf-single-subtitle { max-width: 800px; color: #574d42; font-size: clamp(18px, 2vw, 22px); margin: 18px 0 0; }
.wf-featured-image {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 30px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--wf-line);
  box-shadow: var(--wf-shadow);
  background: #17120d;
}
.wf-featured-image img { display: block; width: 100%; aspect-ratio: 16/8.2; object-fit: cover; }
.wf-article-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 780px) 300px;
  gap: 46px;
  align-items: start;
  justify-content: center;
}
.entry-content,
.wf-entry-content {
  font-size: 18px;
  line-height: 1.78;
}
.entry-content > *:first-child,
.wf-entry-content > *:first-child { margin-top: 0; }
.entry-content h2,
.wf-entry-content h2 { font-family: var(--wf-serif); font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -.035em; margin: 1.25em 0 .45em; }
.entry-content h3,
.wf-entry-content h3 { font-family: var(--wf-serif); font-size: clamp(24px, 3vw, 34px); line-height: 1.12; letter-spacing: -.02em; margin: 1.2em 0 .4em; }
.entry-content p,
.wf-entry-content p { margin: 0 0 1.05em; }
.entry-content a { color: var(--wf-maroon); font-weight: 700; }
.entry-content figure { margin: 2em 0; }
.entry-content figcaption { color: var(--wf-muted); font-size: 14px; line-height: 1.45; margin-top: 8px; }
.entry-content blockquote {
  border-left: 4px solid var(--wf-gold);
  margin: 2em 0;
  padding: 12px 0 12px 22px;
  font-family: var(--wf-serif);
  font-size: 1.16em;
  color: #342a20;
  background: #fff8ea;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--wf-line);
  background: #fff;
}
/* Scroll wrapper (injected by table-fix.js) so wide tables never crush */
.wf-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin: 1.4em 0;
}
/* Multi-column tables keep a readable min-width and scroll inside the wrapper.
   Two-column tables (tagged .wf-two-column-table by html-compat.js) are left as-is. */
.entry-content table:not(.wf-two-column-table) {
  min-width: 640px;
}
.entry-content th,
.entry-content td { border: 1px solid var(--wf-line); padding: 10px 12px; text-align: left; }
.entry-content th { background: #17120d; color: #f7ead4; }
.entry-content pre,
.entry-content code { background: #17120d; color: #fff4df; border-radius: 8px; }
.entry-content code { padding: 2px 5px; }
.entry-content pre { padding: 16px; overflow-x: auto; }
.entry-content iframe,
.entry-content embed,
.entry-content object { max-width: 100%; }
.entry-content .alignwide { max-width: var(--wp--style--global--wide-size); margin-left: calc((100% - var(--wp--style--global--wide-size)) / 2); margin-right: calc((100% - var(--wp--style--global--wide-size)) / 2); }
.entry-content .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.wf-article-aside { position: sticky; top: 124px; display: grid; gap: 16px; }
.admin-bar .wf-article-aside { top: 156px; }
.wf-article-note {
  border: 1px solid var(--wf-line);
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--wf-shadow-soft);
}
.wf-article-note h2,
.wf-article-note h3 { margin: 0 0 8px; font-family: var(--wf-serif); font-size: 22px; line-height: 1.08; }
.wf-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.wf-tags a { border: 1px solid var(--wf-line); background: #fff; border-radius: 999px; padding: 5px 10px; text-decoration: none; font-weight: 800; font-size: 13px; }
.wf-author-box {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid var(--wf-line);
  border-radius: 22px;
  padding: 20px;
  margin-top: 34px;
  background: #fff;
}
.wf-author-box img { border-radius: 999px; }
.wf-author-box h2 { margin: 0 0 4px; font-family: var(--wf-serif); font-size: 24px; }
.wf-post-nav { margin-top: 34px; }
.wf-post-nav .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.wf-post-nav a { display: block; border: 1px solid var(--wf-line); border-radius: 18px; background: #fff; padding: 16px; text-decoration: none; font-weight: 800; }

/* Comments */
.comments-area { width: min(780px, calc(100% - 40px)); margin: 50px auto 0; }
.comment-list { list-style: none; padding: 0; }
.comment-body { border: 1px solid var(--wf-line); background: #fff; border-radius: 18px; padding: 18px; margin-bottom: 12px; }
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'],
.comment-form textarea,
.wpcf7 input,
.wpcf7 textarea,
.wpforms-field input,
.wpforms-field textarea,
.fluentform input,
.fluentform textarea {
  width: 100%;
  border: 1px solid var(--wf-line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
}
.comment-form textarea { min-height: 160px; }

/* Pages */
.wf-page-content {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid var(--wf-line);
  border-radius: 28px;
  background: #fff;
  padding: clamp(24px, 4vw, 56px);
  box-shadow: var(--wf-shadow-soft);
}
.wf-page-content.wf-full-width { width: min(1180px, calc(100% - 40px)); }
.wf-blank-canvas .wf-page-content { width: 100%; max-width: none; border: 0; border-radius: 0; box-shadow: none; padding: 0; }

/* Footer */
.wf-site-footer {
  background: #11100e;
  color: #f3e6d0;
  padding: 48px 0 26px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.wf-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}
.wf-footer-title { margin: 0; font-family: var(--wf-serif); font-size: 34px; line-height: 1; letter-spacing: -.035em; }
.wf-footer-text { color: #cdbfaa; max-width: 360px; }
.wf-footer-menu ul,
.wf-footer-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.wf-footer-menu a,
.wf-footer-widget a { color: #f3e6d0; text-decoration: none; }
.wf-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 34px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #b8a88f;
  font-size: 13px;
}

/* WordPress blocks */
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--wf-muted); font-size: 14px; }
.gallery { display: grid; gap: 12px; }
.sticky { outline: 2px solid var(--wf-gold); }
.bypostauthor { }
.alignleft { float: left; margin: .4em 1.2em 1em 0; }
.alignright { float: right; margin: .4em 0 1em 1.2em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-block-image img { border-radius: 16px; }
.wp-block-pullquote { border-top: 4px solid var(--wf-gold); border-bottom: 4px solid var(--wf-gold); color: var(--wf-ink); }
.wp-block-quote { border-left-color: var(--wf-gold); }
.wp-block-separator { border-color: var(--wf-line); }
.has-large-font-size { line-height: 1.25; }

@media (max-width: 1080px) {
  .wf-header-inner { gap: 16px; min-height: 88px; }
  .wf-brand-text { max-width: 620px; }
  .wf-site-title { font-size: clamp(27px, 3.4vw, 38px); }
  .wf-site-description { white-space: normal; }
  .wf-main-nav > ul { justify-content: flex-start; padding-bottom: 6px; }
  .wf-hero, .wf-radar-grid, .wf-issue-band, .wf-layout, .wf-article-layout { grid-template-columns: 1fr; }
  .wf-article-aside { position: static; }
  .wf-card-grid, .wf-card-grid.wf-grid-4, .wf-card-grid.wf-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-ledger-grid, .wf-cta-row, .wf-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) {
  .admin-bar .wf-site-header { top: 46px; }
  .wf-top-strip .wf-container { flex-direction: column; align-items: flex-start; padding: 8px 0; gap: 6px; }
  .wf-header-inner { min-height: 76px; padding-block: 12px; align-items: center; flex-direction: row; gap: 10px; }
  .wf-brand { align-items: center; width: auto; min-width: 0; gap: 10px; }
  .wf-brand img.custom-logo { max-height: 46px; max-width: 112px; }
  .wf-brand-text { max-width: none; }
  .wf-site-title { font-size: clamp(24px, 7vw, 32px); }
  .wf-site-description { display: none; }
  .wf-header-actions { justify-content: flex-end; gap: 8px; flex: 0 0 auto; }
  .wf-header-actions .wf-search-form { display: none; }
  .wf-menu-toggle { display: inline-flex; }
  .wf-nav-shell { display: none; }
  .wf-nav-shell.is-open { display: block; }
  .wf-nav-inner { min-height: auto; display: block; padding-block: 10px; }
  .wf-main-nav { display: block; width: 100%; }
  .wf-main-nav > ul { display: grid; overflow: visible; padding: 0; gap: 4px; }
  .wf-main-nav > ul > li { width: 100%; }
  .wf-main-nav a { white-space: normal; border-radius: 12px; padding: 11px 12px; }
  .wf-main-nav ul ul { position: static; display: block; width: auto; box-shadow: none; border: 0; background: transparent; padding-left: 14px; }
  .wf-breaking-rail { grid-template-columns: 1fr; }
  .wf-breaking-text { white-space: normal; }
  .wf-lead-card { min-height: auto; }
  .wf-section-head { display: block; }
  .wf-card-grid, .wf-card-grid.wf-grid-4, .wf-card-grid.wf-grid-2, .wf-ledger-grid, .wf-cta-row, .wf-footer-grid { grid-template-columns: 1fr; }
  .wf-list-card { grid-template-columns: 1fr; }
  .wf-single-header .wf-entry-title { font-size: clamp(36px, 11vw, 58px); }
  .wf-featured-image img { aspect-ratio: 16/10; }
  .wf-post-nav .nav-links { grid-template-columns: 1fr; }
  .wf-footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}


/* --------------------------------------------------------------------------
   Witfire Intelligence v1.2.1 — Premium precision layer
   -------------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}
body.wf-header-not-sticky .wf-site-header {
  position: relative;
  top: auto;
  backdrop-filter: none;
}
.wf-site-header {
  z-index: 1000;
}
.wf-top-strip {
  position: relative;
  z-index: 1001;
}
.wf-header-inner {
  min-height: 84px;
}
.wf-brand img.custom-logo {
  max-height: 58px;
}
.wf-site-title {
  font-size: clamp(25px, 2.2vw, 34px);
  letter-spacing: -.03em;
}
.wf-site-description {
  font-size: 10px;
  letter-spacing: .16em;
}
.wf-main-nav > ul {
  justify-content: flex-start;
}
.wf-main-nav a {
  font-size: 11.5px;
  padding: 9px 10px;
  letter-spacing: .04em;
}
.wf-search-form input[type='search'] {
  width: 170px;
}

/* Controlled executive typography. */
.wf-headings-compact .wf-lead-title { font-size: clamp(31px, 3.8vw, 54px); line-height: 1.01; }
.wf-headings-compact .wf-section-title { font-size: clamp(28px, 3vw, 42px); line-height: 1.02; }
.wf-headings-compact .wf-archive-title,
.wf-headings-compact .wf-page-title,
.wf-headings-compact .wf-entry-title { font-size: clamp(32px, 4vw, 54px); line-height: 1.02; }
.wf-headings-compact .wf-single-header .wf-entry-title { font-size: clamp(36px, 4.8vw, 62px); line-height: 1.01; }
.wf-headings-compact .wf-issue-content h2 { font-size: clamp(30px, 3.8vw, 48px); line-height: 1.02; }
.wf-headings-compact .entry-content h2,
.wf-headings-compact .wf-entry-content h2 { font-size: clamp(26px, 3vw, 38px); }
.wf-headings-compact .entry-content h3,
.wf-headings-compact .wf-entry-content h3 { font-size: clamp(22px, 2.3vw, 30px); }

.wf-headings-standard .wf-lead-title { font-size: clamp(34px, 4.3vw, 62px); }
.wf-headings-standard .wf-section-title { font-size: clamp(30px, 3.4vw, 48px); }
.wf-headings-standard .wf-single-header .wf-entry-title { font-size: clamp(38px, 5.4vw, 74px); }

.wf-headings-large .wf-lead-title { font-size: clamp(38px, 5.2vw, 72px); }
.wf-headings-large .wf-section-title { font-size: clamp(32px, 4vw, 54px); }
.wf-headings-large .wf-single-header .wf-entry-title { font-size: clamp(42px, 6.2vw, 86px); }

.wf-home-main { padding-top: 28px; }
.wf-breaking-rail { border-radius: 16px; padding: 10px 14px; }
.wf-hero { grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 22px; }
.wf-lead-card { min-height: auto; border-radius: 24px; }
.wf-lead-media { min-height: 230px; }
.wf-lead-content { padding: clamp(22px, 2.6vw, 34px); }
.wf-lead-excerpt { font-size: 16.5px; line-height: 1.62; margin-top: 14px; }
.wf-editorial-panel,
.wf-newsletter-card,
.wf-source-card,
.wf-widget,
.wf-panel { border-radius: 20px; padding: 20px; }
.wf-editorial-panel h2,
.wf-newsletter-card h2,
.wf-source-card h2,
.wf-panel h2 { font-size: 23px; line-height: 1.1; }
.wf-section { margin-top: 36px; }
.wf-section-head { margin-bottom: 15px; }
.wf-section-dek { font-size: 15.5px; line-height: 1.55; }
.wf-radar-grid > div > .wf-section { margin-top: 0; }
.wf-radar-grid-solo { grid-template-columns: 1fr; }
.wf-card-grid { gap: 16px; }
.wf-post-card { border-radius: 18px; }
.wf-card-body { padding: 16px; }
.wf-card-title { font-size: clamp(18px, 1.55vw, 22px); line-height: 1.08; letter-spacing: -.02em; }
.wf-card-excerpt { font-size: 14px; line-height: 1.55; }
.wf-card-footer { padding-top: 14px; }
.wf-chip,
.wf-cat-list a { font-size: 11px; padding: 3px 8px; }
.wf-cta-card h3 { font-size: 23px; }
.wf-ledger-item { min-height: 126px; }
.wf-ledger-item strong { font-size: 19px; }
.wf-issue-art { min-height: 300px; }

/* Page and form alignment fixes. */
.wf-page-content {
  width: min(var(--wf-page-width), calc(100% - 40px));
  overflow: hidden;
}
.wf-page-header {
  margin-bottom: 26px;
}
.wf-page-content .entry-content,
.wf-page-content .wf-entry-content {
  max-width: 100%;
  overflow: hidden;
}
.wf-page-content .entry-content > *,
.wf-page-content .wf-entry-content > * {
  max-width: 100%;
}
body.wf-contact-template .wf-page-content {
  width: min(1180px, calc(100% - 40px));
  padding: clamp(24px, 3.2vw, 50px);
}
body.wf-contact-template .wf-page-title {
  font-size: clamp(38px, 4.8vw, 60px);
}
body.wf-contact-template .entry-content,
body.wf-contact-template .wf-entry-content {
  font-size: 16px;
  line-height: 1.65;
}
.wf-entry-content .wp-block-columns,
.entry-content .wp-block-columns,
.wf-entry-content .is-layout-flex,
.entry-content .is-layout-flex {
  max-width: 100%;
  min-width: 0;
  gap: clamp(18px, 2.5vw, 32px);
}
body.wf-contact-template .entry-content .wp-block-columns,
body.wf-contact-template .wf-entry-content .wp-block-columns,
body.wf-contact-template .entry-content .is-layout-flex,
body.wf-contact-template .wf-entry-content .is-layout-flex {
  flex-wrap: wrap !important;
}
.wf-entry-content .wp-block-column,
.entry-content .wp-block-column {
  min-width: 0;
  overflow-wrap: break-word;
}
body.wf-contact-template .wp-block-column {
  flex-basis: 320px !important;
  flex-grow: 1;
}
.entry-content form,
.wf-entry-content form,
.entry-content .wpcf7,
.wf-entry-content .wpcf7,
.entry-content .wpforms-container,
.wf-entry-content .wpforms-container,
.entry-content .fluentform,
.wf-entry-content .fluentform,
.entry-content .ff-default,
.wf-entry-content .ff-default {
  width: 100%;
  max-width: 100%;
}
.entry-content input[type='text'],
.entry-content input[type='email'],
.entry-content input[type='url'],
.entry-content input[type='tel'],
.entry-content input[type='search'],
.entry-content input[type='number'],
.entry-content select,
.entry-content textarea,
.wf-entry-content input[type='text'],
.wf-entry-content input[type='email'],
.wf-entry-content input[type='url'],
.wf-entry-content input[type='tel'],
.wf-entry-content input[type='search'],
.wf-entry-content input[type='number'],
.wf-entry-content select,
.wf-entry-content textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--wf-line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
}
.wf-entry-content label,
.entry-content label {
  max-width: 100%;
  overflow-wrap: anywhere;
}
body.wf-contact-template .sharedaddy,
body.wf-contact-template .sd-sharing-enabled,
body.wf-contact-template .sharedaddy + .sharedaddy {
  max-width: 100%;
  clear: both;
}

/* Article layout and pasted-HTML compatibility. */
.wf-single-header { margin-bottom: 22px; }
.wf-single-subtitle { font-size: clamp(17px, 1.8vw, 20px); }
.wf-featured-image { border-radius: 22px; }
.wf-article-layout { grid-template-columns: minmax(0, 760px) 300px; gap: 40px; }
.wf-article-layout-no-sidebar,
body.wf-no-article-sidebar .wf-article-layout {
  grid-template-columns: minmax(0, 820px);
}
.wf-entry-content,
.entry-content {
  max-width: 100%;
  overflow-wrap: break-word;
}
.wf-entry-content img,
.entry-content img {
  max-width: 100%;
  height: auto;
}
body.wf-article-html-compat.single-post .wf-entry-content [style*='position: fixed'],
body.wf-article-html-compat.single-post .wf-entry-content [style*='position:fixed'],
body.wf-article-html-compat.single-post .wf-entry-content [style*='position: sticky'],
body.wf-article-html-compat.single-post .wf-entry-content [style*='position:sticky'] {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  z-index: auto !important;
}
body.wf-article-html-compat.single-post .wf-entry-content > header:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > nav:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > .site-header:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > .masthead:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > .navbar:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > .topbar:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > .top-bar:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > [class*='header']:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > [class*='nav']:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > [class*='top']:first-child {
  display: none !important;
}
body.wf-article-html-compat.single-post .wf-entry-content > :first-child > header:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child > nav:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child > .site-header:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child > .masthead:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child > .navbar:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child > .topbar:first-child,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child > .top-bar:first-child {
  display: none !important;
}
body.wf-article-html-compat.single-post .wf-entry-content .site-header,
body.wf-article-html-compat.single-post .wf-entry-content .masthead,
body.wf-article-html-compat.single-post .wf-entry-content .navbar,
body.wf-article-html-compat.single-post .wf-entry-content .topbar,
body.wf-article-html-compat.single-post .wf-entry-content .top-bar {
  position: static !important;
}

/* Footer precision. */
.wf-site-footer {
  padding: 46px 0 26px;
}
.wf-footer-grid-clean {
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 52px);
}
.wf-footer-title { font-size: clamp(28px, 3vw, 38px); }
.wf-footer-menu .widget-title,
.wf-footer-widget-block .widget-title {
  margin: 0 0 12px;
  color: #fff4df;
  font-family: var(--wf-serif);
  font-size: 22px;
  line-height: 1.08;
}
.wf-footer-menu ul,
.wf-footer-widget-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.wf-footer-menu li,
.wf-footer-widget-block li {
  border: 0;
  padding: 0;
}
.wf-footer-menu a,
.wf-footer-widget-block a {
  color: #eadcc4;
  text-decoration: none;
}
.wf-footer-menu a:hover,
.wf-footer-widget-block a:hover { color: #fff; }
.wf-footer-widgets-row {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.wf-site-footer .wf-widget,
.wf-site-footer .widget,
.wf-footer-widget-block {
  background: transparent !important;
  color: inherit;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.wf-site-footer .wp-block-search__inside-wrapper,
.wf-site-footer .wp-block-search__input {
  max-width: 100%;
}
.wf-footer-bottom { align-items: center; }

/* SEO/news visual hygiene: clear, crawlable, non-clickbait surfaces. */
.wf-meta time,
.wf-small-date,
.wf-breaking-date {
  font-variant-numeric: tabular-nums;
}
.wf-card-media img,
.wf-lead-media img,
.wf-featured-image img {
  background-color: #eee6d8;
}

@media (max-width: 1180px) {
  .wf-header-actions .wf-search-form { display: none; }
  .wf-main-nav a { font-size: 11px; padding-inline: 9px; }
}
@media (max-width: 1080px) {
  .wf-hero,
  .wf-radar-grid,
  .wf-radar-grid-solo,
  .wf-article-layout,
  .wf-footer-grid-clean {
    grid-template-columns: 1fr;
  }
  .wf-article-aside { position: static; }
  .wf-footer-widgets-row { grid-template-columns: 1fr; }
}
@media (max-width: 782px) {
  .wf-headings-compact .wf-lead-title { font-size: clamp(30px, 9vw, 44px); }
  .wf-headings-compact .wf-section-title { font-size: clamp(27px, 8vw, 38px); }
  .wf-headings-compact .wf-single-header .wf-entry-title { font-size: clamp(32px, 10vw, 50px); }
  body.wf-contact-template .wf-page-content,
  .wf-page-content { width: min(calc(100% - 24px), var(--wf-page-width)); padding: 22px; }
  .wf-container { width: min(var(--wf-width), calc(100% - 24px)); }
  .wf-lead-media { min-height: 200px; }
  .wf-card-body { padding: 15px; }
  .wf-footer-bottom { align-items: flex-start; }
}
body.wf-article-html-compat.single-post .wf-entry-content > :first-child header:first-of-type,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child nav:first-of-type,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child .site-header,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child .masthead,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child .navbar,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child .topbar,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child .top-bar,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child .article-nav,
body.wf-article-html-compat.single-post .wf-entry-content > :first-child .article-menu {
  display: none !important;
}

/* v1.2.1 — premium page/form alignment, visible footer brand, editable magazine cover. */
body.wf-page-skin-enabled .wf-page-content {
  width: min(var(--wf-page-width), calc(100% - 40px));
  padding: clamp(28px, 4vw, 56px);
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--wf-line);
  border-radius: 30px;
  box-shadow: var(--wf-shadow-soft);
  overflow: visible;
}
body.wf-premium-page .wf-page-content,
body.wf-premium-page .entry-content,
body.wf-premium-page .wf-entry-content { overflow: visible; }
body.wf-page-skin-enabled .wf-page-header {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid rgba(19, 17, 14, .24);
  padding-bottom: 18px;
  margin-bottom: clamp(24px, 3vw, 38px);
}
body.wf-page-skin-enabled .wf-page-header::before {
  content: 'Witfire Desk';
  color: var(--wf-maroon);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
body.wf-page-skin-enabled.wf-contact-template .wf-page-header::before { content: 'Contact Desk'; }
body.wf-page-skin-enabled.wf-about-template .wf-page-header::before { content: 'Publisher Profile'; }
body.wf-page-skin-enabled .wf-page-title {
  font-size: clamp(34px, 4.2vw, 58px);
  letter-spacing: -.045em;
}
body.wf-page-skin-enabled .wf-entry-content > .wp-block-columns,
body.wf-page-skin-enabled .entry-content > .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
  gap: clamp(20px, 3vw, 34px) !important;
  align-items: stretch;
  width: 100%;
}
body.wf-page-skin-enabled .wf-entry-content > .wp-block-columns > .wp-block-column,
body.wf-page-skin-enabled .entry-content > .wp-block-columns > .wp-block-column,
body.wf-page-skin-enabled .wf-entry-content > .wp-block-group,
body.wf-page-skin-enabled .entry-content > .wp-block-group,
body.wf-page-skin-enabled .wf-entry-content > .wp-block-media-text,
body.wf-page-skin-enabled .entry-content > .wp-block-media-text {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--wf-line);
  border-radius: 22px;
  padding: clamp(20px, 2.5vw, 30px);
  box-shadow: 0 14px 40px rgba(18, 16, 13, .06);
}
body.wf-page-skin-enabled .wf-entry-content > .wp-block-columns > .wp-block-column:only-child,
body.wf-page-skin-enabled .entry-content > .wp-block-columns > .wp-block-column:only-child { max-width: none; }
body.wf-contact-template .wf-entry-content > .wp-block-columns > .wp-block-column:first-child,
body.wf-contact-template .entry-content > .wp-block-columns > .wp-block-column:first-child,
body.wf-about-template .wf-entry-content > .wp-block-columns > .wp-block-column:first-child,
body.wf-about-template .entry-content > .wp-block-columns > .wp-block-column:first-child {
  background: linear-gradient(180deg, #fffaf1, #ffffff);
}
body.wf-page-skin-enabled .wf-entry-content h2,
body.wf-page-skin-enabled .entry-content h2,
body.wf-page-skin-enabled .wf-entry-content h3,
body.wf-page-skin-enabled .entry-content h3 {
  margin-top: 0;
}
body.wf-page-skin-enabled .wf-entry-content p,
body.wf-page-skin-enabled .entry-content p { max-width: 72ch; }
body.wf-page-skin-enabled .wf-entry-content form,
body.wf-page-skin-enabled .entry-content form,
body.wf-page-skin-enabled .wf-entry-content .wpcf7,
body.wf-page-skin-enabled .entry-content .wpcf7,
body.wf-page-skin-enabled .wf-entry-content .wpforms-container,
body.wf-page-skin-enabled .entry-content .wpforms-container,
body.wf-page-skin-enabled .wf-entry-content .fluentform,
body.wf-page-skin-enabled .entry-content .fluentform,
body.wf-page-skin-enabled .wf-entry-content .contact-form,
body.wf-page-skin-enabled .entry-content .contact-form,
body.wf-page-skin-enabled .wf-entry-content .wp-block-jetpack-contact-form,
body.wf-page-skin-enabled .entry-content .wp-block-jetpack-contact-form {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}
body.wf-page-skin-enabled .wpcf7 p,
body.wf-page-skin-enabled .contact-form > div,
body.wf-page-skin-enabled .wpforms-field,
body.wf-page-skin-enabled .ff-el-group,
body.wf-page-skin-enabled .grunion-field-wrap,
body.wf-page-skin-enabled .jetpack-field {
  margin: 0 0 16px !important;
}
body.wf-page-skin-enabled .wpcf7-form-control-wrap,
body.wf-page-skin-enabled .wpforms-field-row,
body.wf-page-skin-enabled .ff-el-input--content,
body.wf-page-skin-enabled .grunion-field-wrap label + * {
  display: block;
  width: 100%;
}
body.wf-page-skin-enabled label,
body.wf-page-skin-enabled .wpforms-field-label,
body.wf-page-skin-enabled .ff-el-input--label label,
body.wf-page-skin-enabled .grunion-field-label {
  display: block;
  margin: 0 0 7px;
  color: var(--wf-ink);
  font-weight: 900;
  font-size: 14px;
  line-height: 1.25;
}
body.wf-page-skin-enabled input[type='text'],
body.wf-page-skin-enabled input[type='email'],
body.wf-page-skin-enabled input[type='url'],
body.wf-page-skin-enabled input[type='tel'],
body.wf-page-skin-enabled input[type='search'],
body.wf-page-skin-enabled input[type='number'],
body.wf-page-skin-enabled input[type='date'],
body.wf-page-skin-enabled select,
body.wf-page-skin-enabled textarea,
body.wf-page-skin-enabled .wpcf7-form-control,
body.wf-page-skin-enabled .wpforms-field input,
body.wf-page-skin-enabled .wpforms-field textarea,
body.wf-page-skin-enabled .ff-el-form-control,
body.wf-page-skin-enabled .grunion-field,
body.wf-page-skin-enabled .contact-form input[type='text'],
body.wf-page-skin-enabled .contact-form input[type='email'],
body.wf-page-skin-enabled .contact-form textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px;
  color: var(--wf-ink) !important;
  background: #fff !important;
  border: 1px solid #cdbfa9 !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 1px 0 rgba(18, 16, 13, .04) !important;
}
body.wf-page-skin-enabled textarea,
body.wf-page-skin-enabled .wpcf7 textarea,
body.wf-page-skin-enabled .wpforms-field textarea,
body.wf-page-skin-enabled .ff-el-form-control[rows],
body.wf-page-skin-enabled .contact-form textarea { min-height: 150px; resize: vertical; }
body.wf-page-skin-enabled input[type='submit'],
body.wf-page-skin-enabled button[type='submit'],
body.wf-page-skin-enabled .wpforms-submit,
body.wf-page-skin-enabled .wpcf7-submit,
body.wf-page-skin-enabled .ff-btn-submit,
body.wf-page-skin-enabled .contact-submit button,
body.wf-page-skin-enabled .wp-block-button__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--wf-charcoal) !important;
  border-radius: 999px !important;
  background: var(--wf-charcoal) !important;
  color: #fffaf1 !important;
  padding: 12px 22px !important;
  font-weight: 900 !important;
  letter-spacing: .04em;
  text-decoration: none !important;
  cursor: pointer;
}
body.wf-page-skin-enabled input[type='submit']:hover,
body.wf-page-skin-enabled button[type='submit']:hover,
body.wf-page-skin-enabled .wpforms-submit:hover,
body.wf-page-skin-enabled .wpcf7-submit:hover,
body.wf-page-skin-enabled .ff-btn-submit:hover { background: var(--wf-maroon) !important; border-color: var(--wf-maroon) !important; }
body.wf-hide-page-social.page .sharedaddy,
body.wf-hide-page-social.page .sd-sharing-enabled,
body.wf-hide-page-social.page .sd-like-enabled,
body.wf-hide-page-social.page .sharedaddy + .sharedaddy,
body.wf-hide-page-social.page #jp-relatedposts { display: none !important; }

.wf-site-footer .wf-footer-title,
.wf-site-footer .wf-footer-brand .wf-footer-title,
.wf-site-footer .wf-footer-brand h2 {
  color: #fff4df !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
.wf-site-footer .wf-footer-text { color: #dcccb3 !important; }

.wf-issue-band {
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  background: radial-gradient(circle at 80% 20%, rgba(186,135,54,.20), transparent 34%), #11100e;
}
.wf-issue-art {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  padding: clamp(24px, 3vw, 38px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(circle at 30% 22%, rgba(255,250,241,.14), transparent 28%), linear-gradient(145deg, #111b2d, #5c171b 58%, #17120d);
}
.wf-issue-art::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.54));
  z-index: 1;
  pointer-events: none;
}
.wf-issue-cover-wrap {
  width: min(68%, 330px);
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255,250,241,.34);
  border-radius: 18px;
  overflow: hidden;
  background: #fffaf1;
  box-shadow: 0 26px 80px rgba(0,0,0,.44);
  transform: rotate(-1deg);
  position: relative;
  z-index: 0;
}
.wf-issue-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wf-issue-label {
  position: absolute;
  left: clamp(20px, 2.5vw, 32px);
  bottom: clamp(20px, 2.5vw, 32px);
  max-width: min(300px, calc(100% - 40px));
  z-index: 2;
}
.wf-issue-content h2 { max-width: 760px; }
.wf-issue-content p:not(.wf-section-kicker) { max-width: 760px; }

@media (max-width: 1080px) {
  .wf-issue-band { grid-template-columns: 1fr; }
  .wf-issue-art { min-height: 380px; }
  .wf-issue-cover-wrap { width: min(56%, 300px); }
}
@media (max-width: 782px) {
  body.wf-page-skin-enabled .wf-page-content { width: min(calc(100% - 24px), var(--wf-page-width)); padding: 22px; border-radius: 22px; }
  body.wf-page-skin-enabled .wf-entry-content > .wp-block-columns > .wp-block-column,
  body.wf-page-skin-enabled .entry-content > .wp-block-columns > .wp-block-column,
  body.wf-page-skin-enabled .wf-entry-content > .wp-block-group,
  body.wf-page-skin-enabled .entry-content > .wp-block-group { padding: 18px; border-radius: 18px; }
  .wf-issue-art { min-height: 330px; }
  .wf-issue-cover-wrap { width: min(68%, 260px); }
}

/* v1.2.1 — form plugin row overrides for two-column name fields. */
body.wf-page-skin-enabled .wpforms-field-row,
body.wf-page-skin-enabled .wpforms-field-row .wpforms-field-row-block,
body.wf-page-skin-enabled .wpcf7 .row,
body.wf-page-skin-enabled .wpcf7 .columns,
body.wf-page-skin-enabled .ff-t-container,
body.wf-page-skin-enabled .form-row {
  max-width: 100% !important;
}
body.wf-page-skin-enabled .wpforms-field-row,
body.wf-page-skin-enabled .wpcf7 .row,
body.wf-page-skin-enabled .wpcf7 .columns,
body.wf-page-skin-enabled .ff-t-container,
body.wf-page-skin-enabled .form-row {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)) !important;
  gap: 14px !important;
}
body.wf-page-skin-enabled .wpforms-field-row .wpforms-field-row-block,
body.wf-page-skin-enabled .wpforms-one-half,
body.wf-page-skin-enabled .wpforms-one-third,
body.wf-page-skin-enabled .wpcf7 .one-half,
body.wf-page-skin-enabled .wpcf7 .one-third,
body.wf-page-skin-enabled .ff-t-cell,
body.wf-page-skin-enabled .form-row > * {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

/* --------------------------------------------------------------------------
   v1.2.1 header consistency guard
   Locks the real theme masthead so pasted HTML/CSS inside posts cannot shrink
   or restyle the public navigation differently from pages/homepage.
   -------------------------------------------------------------------------- */
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(255,250,241,.96) !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #ded2bf !important;
  box-shadow: none !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9990 !important;
  backdrop-filter: blur(12px) !important;
}
html body.admin-bar:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] { top: 32px !important; }
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] *,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] *::before,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] *::after {
  box-sizing: border-box !important;
}
html body:not(.wf-blank-canvas) .wf-top-strip,
html body:not(.wf-blank-canvas) .wf-top-strip * {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif !important;
}
html body:not(.wf-blank-canvas) .wf-top-strip {
  display: block !important;
  width: 100% !important;
  background: #11100e !important;
  color: #ead9bd !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
html body:not(.wf-blank-canvas) .wf-top-strip > .wf-container {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: min(var(--wf-width), calc(100% - 40px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] > .wf-container.wf-header-inner {
  width: min(var(--wf-width), calc(100% - 40px)) !important;
  min-height: 104px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 14px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-brand {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .custom-logo-link,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .custom-logo-link:hover,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .custom-logo-link:focus {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] img.custom-logo {
  display: block !important;
  width: auto !important;
  max-width: 280px !important;
  max-height: 68px !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-site-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: clamp(30px, 2.7vw, 44px) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
  color: #13110e !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-site-title a {
  display: inline !important;
  color: #13110e !important;
  text-decoration: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-site-description {
  display: block !important;
  margin: 9px 0 0 !important;
  padding: 0 !important;
  color: #6e665b !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-search-form {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-search-form input[type='search'] {
  width: 210px !important;
  min-height: 54px !important;
  padding: 12px 16px !important;
  border: 1px solid #d6c7b1 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #13110e !important;
  font-size: 18px !important;
  font-family: inherit !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-search-form button[type='submit'] {
  min-height: 54px !important;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  border: 1px solid #1b1308 !important;
  background: #17120d !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  font-family: inherit !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-nav-shell {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 62px !important;
  border-top: 1px solid #ded2bf !important;
  background: rgba(255,250,241,.98) !important;
  overflow: visible !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-nav-inner {
  width: min(var(--wf-width), calc(100% - 40px)) !important;
  min-height: 62px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] nav#wf-main-nav,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] nav.wf-main-nav,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > ul,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > div > ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 62px !important;
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scrollbar-width: thin !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > ul > li,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > div > ul > li {
  display: block !important;
  position: relative !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > ul > li > a,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > div > ul > li > a,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #2a241d !important;
  box-shadow: none !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  float: none !important;
  transform: none !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav a:hover,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav .current-menu-item > a,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav .current-menu-ancestor > a,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav .current_page_item > a,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav .current_page_parent > a {
  background: #efe0bf !important;
  color: #2a1602 !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav ul ul {
  position: absolute !important;
  left: 0 !important;
  top: calc(100% + 8px) !important;
  display: none !important;
  width: 240px !important;
  min-height: 0 !important;
  background: #fff !important;
  border: 1px solid #ded2bf !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(18,16,13,.08) !important;
  padding: 8px !important;
  z-index: 10010 !important;
  overflow: visible !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav li:hover > ul,
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav li:focus-within > ul {
  display: block !important;
}
html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav ul ul a {
  min-height: 36px !important;
  padding: 9px 10px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-align: left !important;
  white-space: normal !important;
  justify-content: flex-start !important;
}

@media (max-width: 1180px) {
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-header-actions .wf-search-form { display: none !important; }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > ul > li > a,
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > div > ul > li > a,
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav a {
    font-size: 11px !important;
    padding: 10px 9px !important;
  }
}
@media (max-width: 782px) {
  html body:not(.wf-blank-canvas) .wf-top-strip > .wf-container,
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] > .wf-container.wf-header-inner,
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-nav-inner {
    width: min(100% - 24px, var(--wf-width)) !important;
  }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] > .wf-container.wf-header-inner {
    min-height: 84px !important;
    padding: 12px 0 !important;
  }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] img.custom-logo { max-height: 54px !important; max-width: 170px !important; }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-site-title { font-size: clamp(24px, 7vw, 32px) !important; }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-site-description { display: none !important; }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-menu-toggle { display: inline-flex !important; }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-nav-shell { min-height: 0 !important; }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > ul,
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav > div > ul {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    min-height: 0 !important;
    padding: 12px 0 14px !important;
    overflow: visible !important;
  }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav.is-open > ul,
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav.is-open > div > ul {
    display: flex !important;
  }
  html body:not(.wf-blank-canvas) header#masthead.wf-site-header[data-wf-stable-header='true'] .wf-main-nav a {
    justify-content: flex-start !important;
    min-height: 40px !important;
    padding: 10px 12px !important;
    font-size: 12px !important;
    text-align: left !important;
  }
}

/* --------------------------------------------------------------------------
   Witfire Intelligence v1.2.1 — header/menu scale lock
   Purpose: keep the public masthead identical on homepage, pages, archives and
   single posts, even when pasted HTML articles include their own nav/header CSS.
   -------------------------------------------------------------------------- */
#masthead.wf-site-header,
#masthead.wf-site-header * {
  box-sizing: border-box;
}
#masthead.wf-site-header {
  font-size: 16px !important;
  background: rgba(255,250,241,.94) !important;
  border-bottom: 1px solid var(--wf-line) !important;
}
#masthead.wf-site-header .wf-container {
  width: min(var(--wf-width), calc(100% - 40px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#masthead.wf-site-header .wf-header-inner {
  min-height: 94px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}
#masthead.wf-site-header .wf-brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
#masthead.wf-site-header .wf-brand img.custom-logo {
  max-height: 62px !important;
  width: auto !important;
  display: block !important;
  flex: 0 0 auto !important;
}
#masthead.wf-site-header .wf-site-title {
  margin: 0 !important;
  font-family: var(--wf-serif) !important;
  font-weight: 700 !important;
  font-size: clamp(26px, 2.55vw, 38px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
}
#masthead.wf-site-header .wf-site-description {
  margin: 8px 0 0 !important;
  color: var(--wf-muted) !important;
  font-size: 11px !important;
  letter-spacing: .18em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
#masthead.wf-site-header .wf-nav-shell {
  display: block !important;
  border-top: 1px solid var(--wf-line) !important;
  background: rgba(255,250,241,.98) !important;
}
#masthead.wf-site-header .wf-nav-inner {
  min-height: var(--wf-nav-row-height, 62px) !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#masthead.wf-site-header .wf-main-nav {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
}
#masthead.wf-site-header .wf-main-nav ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#masthead.wf-site-header .wf-main-nav > ul,
#masthead.wf-site-header .wf-main-nav .menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scrollbar-width: thin !important;
}
#masthead.wf-site-header .wf-main-nav > ul > li,
#masthead.wf-site-header .wf-main-nav .menu > li {
  position: relative !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#masthead.wf-site-header .wf-main-nav a,
#masthead.wf-site-header .wf-main-nav .menu > li > a,
#masthead.wf-site-header .wf-main-nav > ul > li > a {
  display: block !important;
  padding: 12px 12px !important;
  color: #2a241d !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: var(--wf-sans) !important;
  font-size: var(--wf-nav-font-size, 13px) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
#masthead.wf-site-header .wf-main-nav a:hover,
#masthead.wf-site-header .wf-main-nav a:focus,
#masthead.wf-site-header .wf-main-nav .current-menu-item > a,
#masthead.wf-site-header .wf-main-nav .current-menu-ancestor > a,
#masthead.wf-site-header .wf-main-nav .current-menu-parent > a,
#masthead.wf-site-header .wf-main-nav .current_page_item > a,
#masthead.wf-site-header .wf-main-nav .current_page_parent > a,
#masthead.wf-site-header .wf-main-nav .current-post-ancestor > a,
#masthead.wf-site-header .wf-main-nav .current-post-parent > a,
#masthead.wf-site-header .wf-main-nav .current-category-ancestor > a {
  background: var(--wf-gold-soft) !important;
  color: #2a1602 !important;
}
#masthead.wf-site-header .wf-main-nav ul ul {
  position: absolute !important;
  left: 0 !important;
  top: calc(100% + 8px) !important;
  display: none !important;
  width: 240px !important;
  background: #fff !important;
  border: 1px solid var(--wf-line) !important;
  border-radius: 16px !important;
  box-shadow: var(--wf-shadow-soft) !important;
  padding: 8px !important;
  z-index: 60 !important;
}
#masthead.wf-site-header .wf-main-nav li:hover > ul,
#masthead.wf-site-header .wf-main-nav li:focus-within > ul {
  display: block !important;
}
#masthead.wf-site-header .wf-main-nav ul ul a {
  border-radius: 10px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  white-space: normal !important;
}

@media (max-width: 1180px) {
  #masthead.wf-site-header .wf-header-actions .wf-search-form { display: none !important; }
  #masthead.wf-site-header .wf-main-nav a { padding-inline: 10px !important; }
}
@media (max-width: 782px) {
  #masthead.wf-site-header .wf-container { width: min(var(--wf-width), calc(100% - 24px)) !important; }
  #masthead.wf-site-header .wf-header-inner {
    min-height: 76px !important;
    padding-block: 12px !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 10px !important;
  }
  #masthead.wf-site-header .wf-brand { align-items: center !important; width: auto !important; min-width: 0 !important; gap: 10px !important; }
  #masthead.wf-site-header .wf-brand img.custom-logo { max-height: 46px !important; max-width: 112px !important; }
  #masthead.wf-site-header .wf-site-title { font-size: clamp(24px, 7vw, 32px) !important; }
  #masthead.wf-site-header .wf-site-description { display: none !important; }
  #masthead.wf-site-header .wf-nav-shell { display: none !important; }
  #masthead.wf-site-header .wf-nav-shell.is-open { display: block !important; }
  #masthead.wf-site-header .wf-nav-inner { min-height: auto !important; display: block !important; padding-block: 10px !important; }
  #masthead.wf-site-header .wf-main-nav > ul,
  #masthead.wf-site-header .wf-main-nav .menu { display: grid !important; overflow: visible !important; justify-content: stretch !important; padding: 0 !important; gap: 4px !important; }
  #masthead.wf-site-header .wf-main-nav > ul > li,
  #masthead.wf-site-header .wf-main-nav .menu > li { width: 100% !important; }
  #masthead.wf-site-header .wf-main-nav a { white-space: normal !important; border-radius: 12px !important; padding: 11px 12px !important; }
  #masthead.wf-site-header .wf-main-nav ul ul { position: static !important; display: block !important; width: auto !important; box-shadow: none !important; border: 0 !important; background: transparent !important; padding-left: 14px !important; }
}


/* --------------------------------------------------------------------------
   v1.2.1 — Universal header/navigation stability lock
   Keeps the masthead and menu identical on posts, pages, archives and home,
   even when pasted HTML articles contain global CSS for nav/header elements.
   -------------------------------------------------------------------------- */
@media (min-width: 783px) {
  html body #masthead.wf-site-header {
    position: relative !important;
    top: auto !important;
    z-index: 1000 !important;
    width: 100% !important;
    background: rgba(255,250,241,.96) !important;
    border-bottom: 1px solid var(--wf-line) !important;
    box-shadow: none !important;
    transform: none !important;
  }
  html body.wf-sticky-header #masthead.wf-site-header {
    position: sticky !important;
    top: 0 !important;
  }
  html body.admin-bar.wf-sticky-header #masthead.wf-site-header { top: 32px !important; }
  html body #masthead.wf-site-header .wf-header-inner {
    min-height: 82px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    padding-block: 0 !important;
  }
  html body #masthead.wf-site-header .wf-brand,
  html body #masthead.wf-site-header .wf-header-actions {
    display: flex !important;
    align-items: center !important;
  }
  html body #masthead.wf-site-header .wf-brand {
    gap: 14px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  html body #masthead.wf-site-header .wf-brand img.custom-logo {
    max-height: 54px !important;
    width: auto !important;
    display: block !important;
  }
  html body #masthead.wf-site-header .wf-site-title,
  html body #masthead.wf-site-header .wf-site-title a {
    font-family: var(--wf-serif) !important;
    font-size: clamp(24px, 2.1vw, 34px) !important;
    font-weight: 700 !important;
    line-height: .98 !important;
    letter-spacing: -.03em !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: var(--wf-ink) !important;
  }
  html body #masthead.wf-site-header .wf-site-description {
    margin: 8px 0 0 !important;
    color: var(--wf-muted) !important;
    font-family: var(--wf-sans) !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  html body #masthead.wf-site-header .wf-nav-shell {
    display: block !important;
    border-top: 1px solid var(--wf-line) !important;
    background: rgba(255,250,241,.98) !important;
  }
  html body #masthead.wf-site-header .wf-nav-inner {
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-block: 0 !important;
  }
  html body #masthead.wf-site-header .wf-main-nav {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    font-family: var(--wf-sans) !important;
  }
  html body #masthead.wf-site-header .wf-main-nav ul,
  html body #masthead.wf-site-header .wf-main-nav li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  html body #masthead.wf-site-header .wf-main-nav > ul,
  html body #masthead.wf-site-header .wf-main-nav .menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scrollbar-width: thin !important;
  }
  html body #masthead.wf-site-header .wf-main-nav > ul > li,
  html body #masthead.wf-site-header .wf-main-nav .menu > li {
    position: relative !important;
    flex: 0 0 auto !important;
    width: auto !important;
  }
  html body #masthead.wf-site-header .wf-main-nav a,
  html body #masthead.wf-site-header .wf-main-nav .menu a,
  html body #masthead.wf-site-header nav.wf-main-nav a {
    display: block !important;
    box-sizing: border-box !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #2a241d !important;
    font-family: var(--wf-sans) !important;
    font-size: 12.5px !important;
    font-style: normal !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    letter-spacing: .045em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
  }
  html body #masthead.wf-site-header .wf-main-nav a:hover,
  html body #masthead.wf-site-header .wf-main-nav a:focus,
  html body #masthead.wf-site-header .wf-main-nav .current-menu-item > a,
  html body #masthead.wf-site-header .wf-main-nav .current-menu-ancestor > a,
  html body #masthead.wf-site-header .wf-main-nav .current_page_item > a,
  html body #masthead.wf-site-header .wf-main-nav .current_page_ancestor > a {
    background: var(--wf-gold-soft) !important;
    color: #2a1602 !important;
  }
  html body #masthead.wf-site-header .wf-main-nav ul ul {
    position: absolute !important;
    left: 0 !important;
    top: calc(100% + 8px) !important;
    display: none !important;
    width: 240px !important;
    background: #fff !important;
    border: 1px solid var(--wf-line) !important;
    border-radius: 16px !important;
    box-shadow: var(--wf-shadow-soft) !important;
    padding: 8px !important;
    z-index: 1010 !important;
  }
  html body #masthead.wf-site-header .wf-main-nav li:hover > ul,
  html body #masthead.wf-site-header .wf-main-nav li:focus-within > ul { display: block !important; }
  html body #masthead.wf-site-header .wf-main-nav ul ul a {
    border-radius: 10px !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
    white-space: normal !important;
  }
}
@media (min-width: 783px) and (max-width: 1180px) {
  html body #masthead.wf-site-header .wf-main-nav a,
  html body #masthead.wf-site-header .wf-main-nav .menu a,
  html body #masthead.wf-site-header nav.wf-main-nav a {
    font-size: 11.5px !important;
    padding-inline: 9px !important;
  }
}
@media (max-width: 782px) {
  html body #masthead.wf-site-header .wf-nav-shell:not(.is-open) { display: none !important; }
  html body #masthead.wf-site-header .wf-nav-shell.is-open { display: block !important; }
  html body #masthead.wf-site-header .wf-main-nav > ul,
  html body #masthead.wf-site-header .wf-main-nav .menu {
    display: grid !important;
    gap: 4px !important;
    overflow: visible !important;
  }
  html body #masthead.wf-site-header .wf-main-nav a,
  html body #masthead.wf-site-header .wf-main-nav .menu a {
    font-family: var(--wf-sans) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
  }
}

/* v1.2.3 hard reset: controlled Contact/About pages, stable article rail and repaired pasted tables. */
body.wf-contact-template .wf-page-content,
body.wf-about-template .wf-page-content {
  width: min(1220px, calc(100% - 40px)) !important;
  max-width: 1220px !important;
  margin: 42px auto 76px !important;
  padding: clamp(28px, 4vw, 56px) !important;
  border: 1px solid var(--wf-line) !important;
  border-radius: 32px !important;
  background: #fff !important;
  box-shadow: var(--wf-shadow-soft) !important;
  overflow: visible !important;
}
.wf-controlled-page,
.wf-controlled-page * {
  box-sizing: border-box !important;
}
.wf-controlled-page {
  display: grid !important;
  gap: clamp(22px, 3vw, 34px) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}
.wf-controlled-hero {
  position: relative !important;
  display: grid !important;
  gap: 12px !important;
  min-height: 230px !important;
  padding: clamp(28px, 5vw, 58px) !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 28px !important;
  background: linear-gradient(135deg, #fffaf1, #f4eadc) !important;
  overflow: hidden !important;
}
.wf-controlled-hero::after {
  content: 'WITFIRE' !important;
  position: absolute !important;
  right: clamp(22px, 4vw, 54px) !important;
  bottom: -16px !important;
  color: rgba(186,135,54,.09) !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(60px, 12vw, 150px) !important;
  font-weight: 900 !important;
  letter-spacing: -.08em !important;
  pointer-events: none !important;
}
.wf-controlled-hero > * {
  position: relative !important;
  z-index: 1 !important;
}
.wf-controlled-hero h1 {
  max-width: 840px !important;
  margin: 0 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(42px, 5.2vw, 76px) !important;
  font-weight: 900 !important;
  line-height: .95 !important;
  letter-spacing: -.055em !important;
}
.wf-controlled-hero p:not(.wf-section-kicker) {
  max-width: 760px !important;
  margin: 0 !important;
  color: #4f473d !important;
  font-size: clamp(17px, 1.7vw, 21px) !important;
  line-height: 1.55 !important;
}
.wf-contact-pathways,
.wf-about-pillars {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wf-about-pillars {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.wf-path-card,
.wf-contact-standard,
.wf-contact-form-panel,
.wf-editorial-thesis,
.wf-about-team-grid,
.wf-guest-author-band {
  min-width: 0 !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--wf-shadow-soft) !important;
}
.wf-path-card {
  padding: clamp(22px, 2.8vw, 34px) !important;
}
.wf-path-card span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  margin-bottom: 18px !important;
  border-radius: 999px !important;
  background: var(--wf-gold-soft) !important;
  color: #2b1b09 !important;
  font-family: var(--wf-sans) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .1em !important;
}
.wf-path-card h2,
.wf-contact-standard h2,
.wf-contact-form-panel h2,
.wf-editorial-thesis h2,
.wf-about-team-intro h2,
.wf-guest-author-band h2 {
  margin: 0 0 12px !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(24px, 2.8vw, 36px) !important;
  line-height: 1.03 !important;
  letter-spacing: -.035em !important;
}
.wf-path-card p,
.wf-contact-standard li,
.wf-contact-form-panel p,
.wf-editorial-thesis p,
.wf-about-team-intro p,
.wf-guest-author-band p {
  margin: 0 !important;
  color: #5d5449 !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
}
.wf-contact-workbench {
  display: grid !important;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr) !important;
  gap: 24px !important;
  width: 100% !important;
}
.wf-contact-standard,
.wf-contact-form-panel {
  padding: clamp(26px, 3.2vw, 42px) !important;
}
.wf-contact-standard ul {
  display: grid !important;
  gap: 10px !important;
  margin: 18px 0 20px !important;
  padding-left: 20px !important;
}
.wf-email-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 9px 14px !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 999px !important;
  background: #fffaf1 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}
.wf-contact-form {
  display: grid !important;
  gap: 16px !important;
  width: 100% !important;
  margin-top: 22px !important;
  padding-top: 22px !important;
  border-top: 1px solid #d8c7ad !important;
}
.wf-form-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.wf-contact-form label {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: .02em !important;
}
.wf-contact-form label span { color: #a62323 !important; }
.wf-contact-form input,
.wf-contact-form textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #d4c2a9 !important;
  border-radius: 12px !important;
  background: #fffaf1 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
}
.wf-contact-form textarea {
  min-height: 160px !important;
  resize: vertical !important;
}
.wf-contact-form button[type='submit'] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: start !important;
  min-height: 50px !important;
  min-width: 190px !important;
  margin-top: 4px !important;
  padding: 13px 22px !important;
  border: 1px solid var(--wf-charcoal) !important;
  border-radius: 999px !important;
  background: var(--wf-charcoal) !important;
  color: #fffaf1 !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
.wf-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.wf-form-alert {
  margin: 18px 0 0 !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  border: 1px solid #d8c7ad !important;
  background: #fffaf1 !important;
  color: var(--wf-ink) !important;
  font-weight: 800 !important;
}
.wf-form-alert-sent {
  border-color: rgba(41,117,75,.28) !important;
  background: #f0fbf4 !important;
}
.wf-editorial-thesis,
.wf-about-team-grid,
.wf-guest-author-band {
  display: grid !important;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) !important;
  gap: 24px !important;
  align-items: center !important;
  padding: clamp(26px, 3.2vw, 42px) !important;
}
.wf-about-team-grid {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
}
.wf-team-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.wf-team-list div {
  padding: 18px !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 18px !important;
  background: #fffaf1 !important;
}
.wf-team-list strong,
.wf-team-list span {
  display: block !important;
}
.wf-team-list strong {
  font-family: var(--wf-serif) !important;
  font-size: 20px !important;
  line-height: 1.05 !important;
}
.wf-team-list span {
  margin-top: 7px !important;
  color: #6a5f52 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.wf-guest-author-band {
  grid-template-columns: 1fr auto !important;
  background: linear-gradient(135deg, #17120d, #5c171b) !important;
  color: #fffaf1 !important;
}
.wf-guest-author-band h2,
.wf-guest-author-band p { color: #fffaf1 !important; }
.wf-guest-author-band .wf-section-kicker { color: #e0b05b !important; }

/* Article layout rail: sidebar is now outside pasted article HTML and is always visible on desktop. */
.wf-article-shell-v123 {
  padding: 38px 0 84px !important;
}
.wf-article-grid-shell {
  width: min(var(--wf-width), calc(100% - 48px)) !important;
  max-width: var(--wf-width) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 780px) minmax(300px, 360px) !important;
  gap: clamp(32px, 4vw, 56px) !important;
  align-items: start !important;
}
.wf-article-primary {
  min-width: 0 !important;
  width: 100% !important;
}
.wf-article-primary .wf-single-post,
.wf-article-primary .wf-entry-content,
.wf-article-primary .entry-content {
  width: 100% !important;
  max-width: 100% !important;
}
.wf-article-primary .wf-single-header,
.wf-article-primary .wf-featured-image {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wf-article-aside-forced {
  display: grid !important;
  gap: 18px !important;
  width: 100% !important;
  min-width: 0 !important;
  position: sticky !important;
  top: 150px !important;
  align-self: start !important;
}
.admin-bar .wf-article-aside-forced { top: 182px !important; }
.wf-article-aside-forced .wf-article-note {
  width: 100% !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: var(--wf-shadow-soft) !important;
}
.wf-article-aside-forced .wf-article-note h2 {
  margin: 0 0 10px !important;
  font-size: 26px !important;
  line-height: 1.02 !important;
}
.wf-article-aside-forced .wf-article-note p {
  margin: 0 0 12px !important;
  color: #62574c !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
}
.wf-article-aside-forced .wf-article-note-dark {
  background: linear-gradient(145deg, #17120d, #2a170f) !important;
  color: #fff4df !important;
  border-color: rgba(186,135,54,.36) !important;
}
.wf-article-aside-forced .wf-article-note-dark h2,
.wf-article-aside-forced .wf-article-note-dark p { color: #fff4df !important; }

/* Repair pasted post tables that arrive with empty trailing cells/columns. */
body.single-post .wf-entry-content table,
body.single-post .entry-content table,
body.single-post .wp-block-table table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
  table-layout: auto !important;
  margin: 26px 0 !important;
  background: #fff !important;
}
body.single-post .wf-entry-content table.wf-table-cleaned,
body.single-post .entry-content table.wf-table-cleaned {
  border: 1px solid #d8c7ad !important;
}
body.single-post .wf-entry-content th:empty,
body.single-post .wf-entry-content td:empty,
body.single-post .entry-content th:empty,
body.single-post .entry-content td:empty {
  display: none !important;
  width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.single-post .wf-entry-content tr > :first-child,
body.single-post .entry-content tr > :first-child {
  width: 28% !important;
}
body.single-post .wf-entry-content tr > :nth-child(2),
body.single-post .entry-content tr > :nth-child(2) {
  width: 72% !important;
}
body.single-post .wf-entry-content th,
body.single-post .entry-content th {
  background: #17120d !important;
  color: #fff4df !important;
}
body.single-post .wf-entry-content td,
body.single-post .entry-content td,
body.single-post .wf-entry-content th,
body.single-post .entry-content th {
  border: 1px solid #d8c7ad !important;
  padding: 14px 16px !important;
  vertical-align: top !important;
}

@media (max-width: 1180px) {
  .wf-article-grid-shell {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .wf-article-aside-forced {
    position: static !important;
  }
}
@media (max-width: 980px) {
  .wf-contact-pathways,
  .wf-about-pillars,
  .wf-contact-workbench,
  .wf-editorial-thesis,
  .wf-about-team-grid,
  .wf-guest-author-band {
    grid-template-columns: 1fr !important;
  }
  .wf-guest-author-band .wf-button {
    justify-self: start !important;
  }
}
@media (max-width: 640px) {
  body.wf-contact-template .wf-page-content,
  body.wf-about-template .wf-page-content {
    width: min(100% - 24px, 1220px) !important;
    padding: 20px !important;
    border-radius: 24px !important;
  }
  .wf-controlled-hero {
    min-height: 0 !important;
    padding: 26px !important;
  }
  .wf-controlled-hero h1 {
    font-size: clamp(34px, 12vw, 48px) !important;
  }
  .wf-form-row,
  .wf-team-list {
    grid-template-columns: 1fr !important;
  }
  .wf-article-grid-shell {
    width: min(100% - 24px, var(--wf-width)) !important;
  }
}

/* --------------------------------------------------------------------------
   v1.2.3 clean shell: Contact/About pages no longer render fragile legacy blocks.
   -------------------------------------------------------------------------- */
body.wf-contact-template .wf-page-content,
body.wf-about-template .wf-page-content {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 56px auto 78px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.wf-context-page,
.wf-context-page * { box-sizing: border-box !important; }
.wf-context-page {
  display: grid !important;
  gap: clamp(22px, 3vw, 34px) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
}
.wf-context-hero {
  position: relative !important;
  display: grid !important;
  gap: 12px !important;
  min-height: 220px !important;
  padding: clamp(30px, 5vw, 60px) !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 30px !important;
  background: linear-gradient(135deg, #fffaf1, #f4eadc) !important;
  overflow: hidden !important;
  box-shadow: var(--wf-shadow-soft) !important;
}
.wf-context-hero::after {
  content: 'WITFIRE' !important;
  position: absolute !important;
  right: clamp(18px, 4vw, 54px) !important;
  bottom: -18px !important;
  color: rgba(186,135,54,.09) !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(64px, 12vw, 154px) !important;
  font-weight: 900 !important;
  letter-spacing: -.08em !important;
  pointer-events: none !important;
}
.wf-context-hero > * { position: relative !important; z-index: 1 !important; }
.wf-context-hero h1 {
  max-width: 860px !important;
  margin: 0 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  font-weight: 900 !important;
  line-height: .96 !important;
  letter-spacing: -.055em !important;
}
.wf-context-hero p:not(.wf-section-kicker) {
  max-width: 760px !important;
  margin: 0 !important;
  color: #4f473d !important;
  font-size: clamp(17px, 1.7vw, 21px) !important;
  line-height: 1.55 !important;
}
.wf-contact-pathways,
.wf-about-pillars,
.wf-team-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wf-about-pillars,
.wf-team-cards { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.wf-contact-pathways > section,
.wf-about-pillars > section,
.wf-team-cards > article,
.wf-about-thesis,
.wf-team-grid,
.wf-contact-standard-card,
.wf-contact-form-card {
  min-width: 0 !important;
  padding: clamp(22px, 2.8vw, 34px) !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--wf-shadow-soft) !important;
  overflow: visible !important;
}
.wf-contact-pathways span,
.wf-about-pillars span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  margin-bottom: 18px !important;
  border-radius: 999px !important;
  background: var(--wf-gold-soft) !important;
  color: #2b1b09 !important;
  font-family: var(--wf-sans) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .1em !important;
}
.wf-contact-pathways h2,
.wf-about-pillars h2,
.wf-about-thesis h2,
.wf-team-grid h2,
.wf-contact-standard-card h2,
.wf-contact-form-card h2,
.wf-team-cards h3 {
  margin: 0 0 12px !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(23px, 2.5vw, 34px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
}
.wf-team-cards h3 { font-size: clamp(20px, 2vw, 26px) !important; }
.wf-contact-pathways p,
.wf-about-pillars p,
.wf-about-thesis p,
.wf-team-grid p,
.wf-contact-standard-card li,
.wf-contact-form-card p,
.wf-team-cards p,
.wf-team-cards a {
  margin: 0 !important;
  color: #5d5449 !important;
  font-family: var(--wf-sans) !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
}
.wf-contact-desk-grid {
  display: grid !important;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr) !important;
  gap: 24px !important;
  width: 100% !important;
  align-items: start !important;
}
.wf-contact-standard-card ul {
  display: grid !important;
  gap: 10px !important;
  margin: 18px 0 20px !important;
  padding-left: 20px !important;
}
.wf-mini-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 9px 14px !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 999px !important;
  background: #fffaf1 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}
.wf-clean-form-shell,
.wf-clean-form-shell form,
.wf-contact-form-slot,
.wf-contact-form-slot form {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.wf-clean-form-shell { margin-top: 22px !important; padding-top: 22px !important; border-top: 1px solid #d8c7ad !important; }
.wf-clean-form-shell p,
.wf-clean-form-shell .grunion-field-wrap,
.wf-clean-form-shell .wpforms-field,
.wf-clean-form-shell .ff-el-group,
.wf-clean-form-shell .gfield,
.wf-clean-form-shell .form-row {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}
.wf-clean-form-shell label,
.wf-clean-form-shell .grunion-field-label,
.wf-clean-form-shell .wpforms-field-label,
.wf-clean-form-shell .gfield_label,
.wf-clean-form-shell .ff-el-input--label label {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}
.wf-clean-form-shell input[type='text'],
.wf-clean-form-shell input[type='email'],
.wf-clean-form-shell input[type='url'],
.wf-clean-form-shell input[type='tel'],
.wf-clean-form-shell input[type='number'],
.wf-clean-form-shell select,
.wf-clean-form-shell textarea,
.wf-clean-form-shell .grunion-field,
.wf-clean-form-shell .wpcf7-form-control,
.wf-clean-form-shell .wpforms-field input,
.wf-clean-form-shell .wpforms-field textarea,
.wf-clean-form-shell .ff-el-form-control,
.wf-clean-form-shell .ginput_container input,
.wf-clean-form-shell .ginput_container textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #d4c2a9 !important;
  border-radius: 12px !important;
  background: #fffaf1 !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
}
.wf-clean-form-shell textarea { min-height: 160px !important; resize: vertical !important; }
.wf-clean-form-shell input[type='submit'],
.wf-clean-form-shell button[type='submit'],
.wf-clean-form-shell .wpforms-submit,
.wf-clean-form-shell .wpcf7-submit,
.wf-clean-form-shell .ff-btn-submit,
.wf-clean-form-shell .gform_button,
.wf-clean-form-shell .contact-submit button,
.wf-form-fallback .wf-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 50px !important;
  min-width: 180px !important;
  max-width: 100% !important;
  margin-top: 8px !important;
  padding: 13px 22px !important;
  border: 1px solid var(--wf-charcoal) !important;
  border-radius: 999px !important;
  background: var(--wf-charcoal) !important;
  color: #fffaf1 !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.wf-about-thesis,
.wf-team-grid {
  display: grid !important;
  grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr) !important;
  gap: 24px !important;
  align-items: center !important;
}
.wf-team-grid header { margin: 0 !important; }
.wf-team-cards article { display: grid !important; gap: 7px !important; }
.wf-team-cards a { color: var(--wf-maroon) !important; font-weight: 800 !important; text-decoration: none !important; }

@media (max-width: 980px) {
  .wf-contact-pathways,
  .wf-about-pillars,
  .wf-team-cards,
  .wf-contact-desk-grid,
  .wf-about-thesis,
  .wf-team-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  body.wf-contact-template .wf-page-content,
  body.wf-about-template .wf-page-content { width: min(100% - 24px, 1180px) !important; margin-top: 28px !important; }
  .wf-context-hero { min-height: 0 !important; padding: 26px !important; }
  .wf-context-hero h1 { font-size: clamp(34px, 12vw, 48px) !important; }
}

/* v1.2.3 sidebar list styles for the function-driven article rail. */
.wf-article-aside-forced .wf-sidebar-post-list {
  list-style: none !important;
  counter-reset: wfside !important;
  display: grid !important;
  gap: 12px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}
.wf-article-aside-forced .wf-sidebar-post-list li {
  counter-increment: wfside !important;
  position: relative !important;
  min-width: 0 !important;
  padding: 0 0 12px 34px !important;
  border-bottom: 1px solid #d8c7ad !important;
}
.wf-article-aside-forced .wf-sidebar-post-list li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.wf-article-aside-forced .wf-sidebar-post-list li::before {
  content: counter(wfside, decimal-leading-zero) !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  color: var(--wf-gold) !important;
  font-family: var(--wf-sans) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
}
.wf-article-aside-forced .wf-sidebar-post-list a {
  display: block !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-serif) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  text-decoration: none !important;
}
.wf-article-aside-forced .wf-sidebar-post-list a:hover { color: var(--wf-maroon) !important; }
.wf-article-aside-forced .wf-sidebar-post-list time {
  display: block !important;
  margin-top: 6px !important;
  color: var(--wf-muted) !important;
  font-family: var(--wf-sans) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.wf-article-aside-forced .wf-sidebar-source-ledger ul {
  margin: 10px 0 0 !important;
  padding-left: 18px !important;
  color: #62574c !important;
}
.wf-article-aside-forced .wf-sidebar-issue img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 220px !important;
  object-fit: cover !important;
  border: 1px solid #d8c7ad !important;
  border-radius: 16px !important;
  margin: 0 0 14px !important;
}
.wf-article-aside-forced .wf-sidebar-actions {
  display: grid !important;
  gap: 10px !important;
}

/* v1.2.3 — surgical repair: clean About/Contact pages, forced article sidebar, resilient tables. */
body.wf-contact-template .wf-desk-page,
body.wf-about-template .wf-desk-page {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: clamp(34px, 5vw, 72px) auto 76px !important;
  padding: 0 !important;
  max-width: none !important;
}
.wf-desk-shell {
  width: 100% !important;
  max-width: 100% !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid var(--wf-line) !important;
  border-radius: 32px !important;
  box-shadow: var(--wf-shadow-soft) !important;
  padding: clamp(26px, 4vw, 56px) !important;
  overflow: visible !important;
}
.wf-desk-hero {
  max-width: 920px !important;
  margin: 0 0 clamp(26px, 4vw, 44px) !important;
  padding: 0 0 clamp(22px, 3vw, 34px) !important;
  border-bottom: 2px solid rgba(19,17,14,.22) !important;
}
.wf-desk-hero h1 {
  margin: 0 !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(36px, 4.8vw, 68px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  color: var(--wf-ink) !important;
}
.wf-desk-hero p:not(.wf-eyebrow) {
  max-width: 820px !important;
  margin: 16px 0 0 !important;
  color: var(--wf-muted) !important;
  font-size: clamp(17px, 1.5vw, 21px) !important;
  line-height: 1.55 !important;
}
.wf-desk-grid,
.wf-about-pillars {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 0 clamp(24px, 4vw, 46px) !important;
  padding: 0 !important;
}
.wf-about-pillars { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.wf-desk-card {
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(20px, 2.4vw, 30px) !important;
  border: 1px solid var(--wf-line) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--wf-shadow-soft) !important;
}
.wf-desk-card span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  min-height: 28px !important;
  margin: 0 0 18px !important;
  border: 1px solid var(--wf-line) !important;
  border-radius: 999px !important;
  color: var(--wf-maroon) !important;
  font-family: var(--wf-sans) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
}
.wf-desk-card h2 {
  margin: 0 0 10px !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
  color: var(--wf-ink) !important;
}
.wf-desk-card p {
  margin: 0 !important;
  color: var(--wf-muted) !important;
  line-height: 1.58 !important;
  font-size: 15px !important;
}
.wf-contact-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start !important;
  margin: 0 !important;
}
.wf-contact-standard,
.wf-contact-form-card,
.wf-about-thesis,
.wf-about-editorial-frame,
.wf-legacy-about-content {
  min-width: 0 !important;
  border: 1px solid var(--wf-line) !important;
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: var(--wf-shadow-soft) !important;
  padding: clamp(22px, 3vw, 36px) !important;
}
.wf-contact-standard h2,
.wf-contact-form-card h2,
.wf-about-thesis h2,
.wf-about-editorial-frame h2 {
  margin: 0 0 10px !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-serif) !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
}
.wf-contact-standard ul,
.wf-source-ledger-mini ul {
  margin: 16px 0 20px !important;
  padding-left: 20px !important;
  color: var(--wf-muted) !important;
}
.wf-contact-standard li,
.wf-source-ledger-mini li { margin: 0 0 10px !important; }
.wf-mail-pill,
.wf-mini-pill {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 9px 14px !important;
  border: 1px solid var(--wf-line) !important;
  border-radius: 999px !important;
  color: var(--wf-ink) !important;
  background: var(--wf-paper) !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}
.wf-contact-form-card > p:not(.wf-section-kicker),
.wf-about-thesis > p,
.wf-about-editorial-frame p {
  color: var(--wf-muted) !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}
.wf-clean-form-shell,
.wf-contact-form-slot {
  margin-top: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}
.wf-clean-form-shell form,
.wf-contact-form-slot form,
.wf-clean-form-shell .contact-form,
.wf-contact-form-slot .contact-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 15px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.wf-clean-form-shell p,
.wf-contact-form-slot p,
.wf-clean-form-shell .grunion-field-wrap,
.wf-contact-form-slot .grunion-field-wrap,
.wf-clean-form-shell .wpforms-field,
.wf-contact-form-slot .wpforms-field,
.wf-clean-form-shell .ff-el-group,
.wf-contact-form-slot .ff-el-group,
.wf-clean-form-shell .wpcf7 p,
.wf-contact-form-slot .wpcf7 p {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}
.wf-clean-form-shell .grunion-field-width-50-wrap,
.wf-contact-form-slot .grunion-field-width-50-wrap,
.wf-clean-form-shell .grunion-field-width-50,
.wf-contact-form-slot .grunion-field-width-50,
.wf-clean-form-shell .wpforms-field-row,
.wf-contact-form-slot .wpforms-field-row,
.wf-clean-form-shell .wpforms-field-row-block,
.wf-contact-form-slot .wpforms-field-row-block,
.wf-clean-form-shell .ff-t-container,
.wf-contact-form-slot .ff-t-container,
.wf-clean-form-shell .ff-t-cell,
.wf-contact-form-slot .ff-t-cell {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
}
.wf-clean-form-shell label,
.wf-contact-form-slot label,
.wf-clean-form-shell .grunion-field-label,
.wf-contact-form-slot .grunion-field-label,
.wf-clean-form-shell .wpforms-field-label,
.wf-contact-form-slot .wpforms-field-label {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
}
.wf-clean-form-shell input[type='text'],
.wf-clean-form-shell input[type='email'],
.wf-clean-form-shell input[type='url'],
.wf-clean-form-shell input[type='tel'],
.wf-clean-form-shell input[type='search'],
.wf-clean-form-shell textarea,
.wf-clean-form-shell select,
.wf-contact-form-slot input[type='text'],
.wf-contact-form-slot input[type='email'],
.wf-contact-form-slot input[type='url'],
.wf-contact-form-slot input[type='tel'],
.wf-contact-form-slot textarea,
.wf-contact-form-slot select,
.wf-clean-form-shell .grunion-field,
.wf-contact-form-slot .grunion-field,
.wf-clean-form-shell .wpcf7-form-control,
.wf-contact-form-slot .wpcf7-form-control,
.wf-clean-form-shell .wpforms-field input,
.wf-clean-form-shell .wpforms-field textarea,
.wf-contact-form-slot .wpforms-field input,
.wf-contact-form-slot .wpforms-field textarea,
.wf-clean-form-shell .ff-el-form-control,
.wf-contact-form-slot .ff-el-form-control {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #d7c6ae !important;
  border-radius: 12px !important;
  background: #fffaf1 !important;
  color: var(--wf-ink) !important;
  box-shadow: none !important;
  font-size: 16px !important;
}
.wf-clean-form-shell textarea,
.wf-contact-form-slot textarea { min-height: 160px !important; resize: vertical !important; }
.wf-clean-form-shell input[type='submit'],
.wf-clean-form-shell button[type='submit'],
.wf-clean-form-shell .contact-submit button,
.wf-clean-form-shell .wpforms-submit,
.wf-clean-form-shell .wpcf7-submit,
.wf-clean-form-shell .ff-btn-submit,
.wf-contact-form-slot input[type='submit'],
.wf-contact-form-slot button[type='submit'],
.wf-contact-form-slot .contact-submit button,
.wf-contact-form-slot .wpforms-submit,
.wf-contact-form-slot .wpcf7-submit,
.wf-contact-form-slot .ff-btn-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 170px !important;
  min-height: 48px !important;
  padding: 12px 24px !important;
  margin-top: 8px !important;
  border: 1px solid var(--wf-charcoal) !important;
  border-radius: 999px !important;
  background: var(--wf-charcoal) !important;
  color: #fff !important;
  font-family: var(--wf-sans) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer !important;
}
.wf-form-fallback {
  margin-top: 20px !important;
  border: 1px dashed var(--wf-line) !important;
  border-radius: 18px !important;
  padding: 18px !important;
  background: var(--wf-paper) !important;
}
body.wf-contact-template .sharedaddy,
body.wf-about-template .sharedaddy,
body.wf-contact-template .sd-sharing-enabled,
body.wf-about-template .sd-sharing-enabled,
body.wf-contact-template .wp-block-jetpack-sharing-buttons,
body.wf-about-template .wp-block-jetpack-sharing-buttons,
body.wf-contact-template .wp-block-jetpack-like,
body.wf-about-template .wp-block-jetpack-like { display: none !important; }
.wf-about-thesis,
.wf-about-editorial-frame {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
  gap: 24px !important;
  align-items: center !important;
  margin-bottom: 22px !important;
}
.wf-about-editorial-frame { margin-top: 0 !important; }
.wf-editor-links { display: grid !important; gap: 12px !important; justify-items: start !important; }
.wf-legacy-about-content { margin-top: 24px !important; }

body.single-post .wf-article-layout,
body.single-post .wf-article-layout-forced-sidebar {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 760px) minmax(300px, 360px) !important;
  gap: clamp(28px, 4vw, 48px) !important;
  align-items: start !important;
  justify-content: center !important;
}
body.single-post .wf-article-primary,
body.single-post .wf-entry-content,
body.single-post .entry-content {
  min-width: 0 !important;
  max-width: 100% !important;
}
body.single-post .wf-article-aside,
body.single-post .wf-article-aside-forced {
  display: grid !important;
  gap: 16px !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 360px !important;
  position: sticky !important;
  top: 128px !important;
  align-self: start !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.admin-bar.single-post .wf-article-aside { top: 160px !important; }
.wf-article-note-primary,
.wf-article-note-dark {
  background: linear-gradient(145deg, #17120d, #2b1b10) !important;
  color: #fff4df !important;
  border-color: rgba(186,135,54,.4) !important;
}
.wf-article-note-primary h2,
.wf-article-note-dark h2 { color: #fff4df !important; }
.wf-article-note-primary p,
.wf-article-note-dark p { color: #e8d8bd !important; }
.wf-note-kicker {
  margin: 0 0 8px !important;
  color: var(--wf-gold) !important;
  font-family: var(--wf-sans) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.wf-sidebar-post-list,
.wf-side-post-list {
  list-style: none !important;
  counter-reset: wfside !important;
  display: grid !important;
  gap: 12px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}
.wf-sidebar-post-list li,
.wf-side-post-list li {
  counter-increment: wfside !important;
  position: relative !important;
  padding: 0 0 12px 34px !important;
  border-bottom: 1px solid var(--wf-line) !important;
}
.wf-sidebar-post-list li:last-child,
.wf-side-post-list li:last-child { border-bottom: 0 !important; padding-bottom: 0 !important; }
.wf-sidebar-post-list li::before,
.wf-side-post-list li::before {
  content: counter(wfside, decimal-leading-zero) !important;
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
  color: var(--wf-gold) !important;
  font-family: var(--wf-sans) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}
.wf-sidebar-post-list a,
.wf-side-post-list a {
  display: block !important;
  color: var(--wf-ink) !important;
  font-family: var(--wf-serif) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  text-decoration: none !important;
}
.wf-sidebar-post-list time,
.wf-side-post-list time {
  display: block !important;
  margin-top: 5px !important;
  color: var(--wf-muted) !important;
  font-family: var(--wf-sans) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.wf-sidebar-source-ledger ul,
.wf-source-ledger-mini ul { margin-top: 10px !important; }
.wf-sidebar-issue img,
.wf-issue-mini-cover img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  border: 1px solid var(--wf-line) !important;
  background: var(--wf-paper-soft) !important;
}
.wf-sidebar-actions { display: grid !important; gap: 10px !important; }
.wf-button-small { min-height: 42px !important; padding: 10px 16px !important; font-size: 12px !important; }
body.single-post .wf-entry-content {
  overflow-x: auto !important;
}
body.single-post .wf-entry-content table,
body.single-post .entry-content table,
body.single-post .wp-block-table table {
  display: table !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border-collapse: collapse !important;
  table-layout: auto !important;
  margin: 24px 0 !important;
  background: #fff !important;
  border: 1px solid var(--wf-line) !important;
}
body.single-post .wf-entry-content th,
body.single-post .wf-entry-content td,
body.single-post .entry-content th,
body.single-post .entry-content td {
  box-sizing: border-box !important;
  max-width: 100% !important;
  padding: 14px 16px !important;
  border: 1px solid var(--wf-line) !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  vertical-align: top !important;
}
body.single-post .wf-entry-content th,
body.single-post .entry-content th {
  background: #17120d !important;
  color: #f7ead4 !important;
  font-weight: 900 !important;
}
body.single-post .wf-entry-content table.wf-table-normalized td:empty,
body.single-post .wf-entry-content table.wf-table-normalized th:empty,
body.single-post .entry-content table.wf-table-normalized td:empty,
body.single-post .entry-content table.wf-table-normalized th:empty { display: none !important; }

@media (max-width: 1080px) {
  .wf-desk-grid,
  .wf-about-pillars,
  .wf-contact-layout,
  .wf-about-thesis,
  .wf-about-editorial-frame,
  body.single-post .wf-article-layout,
  body.single-post .wf-article-layout-forced-sidebar {
    grid-template-columns: 1fr !important;
  }
  body.single-post .wf-article-aside,
  body.single-post .wf-article-aside-forced {
    position: static !important;
    max-width: 100% !important;
  }
}
@media (max-width: 700px) {
  body.wf-contact-template .wf-desk-page,
  body.wf-about-template .wf-desk-page,
  body.single-post .wf-article-layout,
  body.single-post .wf-article-layout-forced-sidebar {
    width: min(100% - 24px, 1180px) !important;
  }
  .wf-desk-shell { padding: 22px !important; border-radius: 22px !important; }
  .wf-desk-hero h1 { font-size: clamp(32px, 11vw, 48px) !important; }
}

/* --------------------------------------------------------------------------
   v1.2.4 hard repair: prevent blank pasted-table columns and keep page shells
   from inheriting legacy page-builder widths.
   -------------------------------------------------------------------------- */
body.single-post .wf-entry-content table.wf-two-column-table,
body.single-post .entry-content table.wf-two-column-table,
body.single-post .wp-block-table table.wf-two-column-table {
  table-layout: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.single-post .wf-entry-content table.wf-two-column-table tr > :first-child,
body.single-post .entry-content table.wf-two-column-table tr > :first-child {
  width: 28% !important;
}
body.single-post .wf-entry-content table.wf-two-column-table tr > :nth-child(2),
body.single-post .entry-content table.wf-two-column-table tr > :nth-child(2) {
  width: 72% !important;
}
body.single-post .wf-entry-content table.wf-two-column-table tr > :nth-child(n+3),
body.single-post .entry-content table.wf-two-column-table tr > :nth-child(n+3) {
  display: none !important;
  width: 0 !important;
  max-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.wf-contact-template .wf-page-content > article,
body.wf-about-template .wf-page-content > article {
  max-width: 100% !important;
  margin: 0 !important;
}
