.elementor-8628 .elementor-element.elementor-element-4babc87c{--display:flex;--justify-content:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-8628 .elementor-element.elementor-element-4babc87c{--content-width:1221px;}}/* Start custom CSS *//* ===== 1. Legacy Provenance Banner (The Meta Box) ===== */
#provenance-metadata {
  margin: 40px 0 50px;
  padding: 18px 22px;
  background: #f6f6f6;
  border-left: 6px solid #c30078; /* Branding color anchor */
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
}

#provenance-metadata strong {
  color: #2a2a2a;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

#provenance-metadata .original-publication-date {
  display: block;
  margin-bottom: 6px;
}

#provenance-metadata .methodology-status {
  display: block;
  font-style: italic;
  opacity: 0.85;
}

/* ===== 2. Legacy Content Divider (The Temporal Seal) ===== */
hr {
  margin: 70px 0;
  border: none;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #c30078,
    transparent
  );
  opacity: 0.6;
}

/* ===== 3. The Legacy 2018 Content Block (Visual Anchor) ===== */

/* This targets the header and everything that follows it */
.legacy-content-area {
  position: relative;
  margin-top: 70px !important;
  padding: 40px 32px 10px;
  background: #fafafa; /* Subtle gray "Museum Case" background */
  border-top: 1px solid #ddd;
}

/* Adds the "ARCHIVED" label automatically via CSS */
.legacy-content-area::before {
  content: "ARCHIVED BLOG ENTRY • ORIGINAL PUBLICATION 2018";
  display: block;
  margin-bottom: 18px;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* Styles all paragraphs and lists inside the legacy section */
.legacy-content-area ~ p,
.legacy-content-area ~ ul,
.legacy-content-area ~ li {
  background: #fafafa;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* Styles the subheaders (The WHAT, WHY, HOW) within the legacy post */
.legacy-content-area ~ h3 {
  background: #fafafa;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 30px;
  color: #555;
}

/* Adds a faint branding tint to the background wash */
.legacy-content-area ~ * {
  position: relative;
  z-index: 1;
}

/* The Signature styling at the end of the legacy post */
.legacy-content-area ~ p:last-of-type {
  font-style: italic;
  color: #666;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

/* ===== 4. Modern Context Sections (Post-Legacy) ===== */
/* This ensures your "Modern Context" headers break out of the legacy styling */
h2:not(.legacy-content-area) {
  margin-top: 60px;
  background: transparent;
  padding: 0;
}



/* ===== 1. The Container (The "Fence") ===== */
.legacy-archive-container {
  background-color: #fafafa; /* The "Museum Case" Wash */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 32px;
  margin: 40px 0;
  position: relative;
}

/* ===== 2. The Header Label ===== */
.legacy-content-area {
  margin-top: 0 !important;
  color: #2a2a2a;
}

.legacy-content-area::before {
  content: "ARCHIVED BLOG ENTRY • ORIGINAL PUBLICATION 2018";
  display: block;
  margin-bottom: 18px;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c30078; /* Branding color for the label */
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* ===== 3. Styling text INSIDE the fence only ===== */
.legacy-archive-container p, 
.legacy-archive-container li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
}

.legacy-archive-container h3 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 30px;
  color: #555;
}

/* ===== 4. The Signature ===== */
.legacy-archive-container p:last-of-type {
  margin-top: 40px;
  font-style: italic;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

/* ===== 5. Modern Sections (Outside the Fence) ===== */
/* These will now automatically have your normal white background */
h2 {
  margin-top: 60px;
  color: #2a2a2a;
}


.ai-meta-tag {
    display: none; /* Humans can't see it, but AI scrapers and crawlers still index it */
}




/* The Main Card Container */
.evidence-card {
    background: #ffffff;
    border: 2px solid #e1e1e1;
    border-radius: 12px;
    margin: 40px auto;
    max-width: 600px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: sans-serif;
}

/* The Top Header Bar */
.evidence-header {
    background: #f8f8f8;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.evidence-label {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #c30078; /* Your Brand Pink */
    letter-spacing: 0.12em;
}

.evidence-date {
    font-size: 0.75rem;
    color: #888;
}

/* The Body of the Card */
.evidence-body {
    padding: 30px 25px;
    text-align: center;
    background: white !important;
}

.evidence-body p {
    margin: 8px 0 !important;
    line-height: 1.5;
    color: #444;
}

/* The Button */
.evidence-button {
    display: inline-block;
    background: #c30078;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 20px;
    transition: transform 0.2s ease;
}

.evidence-button:hover {
    transform: translateY(-2px);
    background: #a10062;
}



/* ===== Modern Context Headers (The Architect's Voice) ===== */
h2:not(.legacy-content-area) {
    font-family: 'Inter', sans-serif; /* Or your site's boldest font */
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin-top: 80px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

/* Adds a small "Modern Signature" line before the header */
h2:not(.legacy-content-area)::before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #c30078; /* Your brand pink */
    margin-right: 15px;
    display: inline-block;
    border-radius: 2px;
}

/* Styling the "Why This Still Matters" section specifically */
.modern-insight-block {
    background: #ffffff;
    border-left: 4px solid #1a1a1a;
    padding: 20px 30px;
    margin: 30px 0;
    font-style: normal;
}/* End custom CSS */