/* ============================================================
   THE THIRD NARRATIVE — Premium Editorial SEO Architecture Styles
   Luxury Dark Mode Design System for Case Studies & Service Hubs
   ============================================================ */

/* ─── Global Fixed Navigation (Transparent & centered, zero blur) ─── */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  pointer-events: none;
}
.site-nav.scrolled {
  background: transparent !important;
  border-bottom-color: transparent !important;
}
.site-nav > * {
  pointer-events: auto;
}

/* ─── Breadcrumb Navigation ─── */
.breadcrumb-wrap {
  padding: 110px 40px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted, #777777);
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}
.breadcrumbs a {
  color: var(--text-secondary, #aaaaaa);
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs a:hover {
  color: #ffffff;
}
.breadcrumbs span[aria-current="page"] {
  color: #ffffff;
}
.breadcrumb-sep {
  color: var(--text-muted, #555555);
  opacity: 0.6;
}

/* ─── Luxury Page Hero ─── */
.page-hero {
  position: relative;
  padding: 40px 40px 50px;
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.hero-tagline {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero-tagline::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-light, #d4af37);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}
.page-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 300;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.015em;
  max-width: 1100px;
}
.page-subtitle {
  font-size: clamp(16px, 1.8vw, 19px);
  color: rgba(255, 255, 255, 0.7);
  max-width: 840px;
  line-height: 1.75;
  font-weight: 400;
}

/* ─── Video Showcase Frame with Ambient Backlight ─── */
.video-showcase,
.case-video-section {
  position: relative;
  max-width: 1240px;
  margin: 0 auto 80px;
  padding: 0 40px;
}
.video-container,
.case-video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 
    0 32px 90px -20px rgba(0, 0, 0, 0.95),
    0 0 40px -10px rgba(255, 255, 255, 0.05);
}
.video-container video,
.case-video-player video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
  display: block;
}

/* ─── Case Study Content Body & 2-Column Asymmetric Grid ─── */
.case-study-body,
.case-content-grid {
  max-width: 1240px;
  margin: 0 auto 100px;
  padding: 0 40px;
}
.case-study-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 70px;
  align-items: start;
}

/* ─── Left Column: In-Depth Narrative Chapters ─── */
.case-study-narrative {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.narrative-chapter {
  position: relative;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  transition: border-color 0.3s ease;
}
.narrative-chapter:hover {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.chapter-num {
  display: block;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted, #777777);
  margin-bottom: 8px;
}
.case-study-narrative h2,
.narrative-chapter h2,
.case-block-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.case-study-narrative p,
.narrative-chapter p,
.case-block-body p {
  font-size: 16.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* ─── Related Capabilities Box in Case Study ─── */
.capability-box {
  margin-top: 20px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}
.capability-box-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
}
.capability-box-sub {
  font-size: 14px;
  color: var(--text-secondary, #888888);
  margin-bottom: 18px;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-tags a {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-tags a:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.15);
}

/* ─── Right Column: Sticky Project Metadata Sidebar ─── */
.case-study-sidebar,
.case-sidebar {
  position: sticky;
  top: 100px;
  background: rgba(14, 14, 14, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 36px 30px;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  height: fit-content;
}
.sidebar-header-tag {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 9.5px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted, #777777);
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meta-item,
.sidebar-item {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.meta-item:last-child,
.sidebar-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.meta-label,
.sidebar-label {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted, #777777);
  margin-bottom: 6px;
}
.meta-val,
.sidebar-value {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 14.5px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
}

/* ─── Luxury Buttons ─── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  background: #ffffff;
  color: #000000 !important;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease;
  border: 1px solid #ffffff;
}
.btn-primary:hover {
  background: #e4e4e4;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.18);
}

/* ─── Related Projects Showcase ─── */
.related-work-section {
  max-width: 1240px;
  margin: 0 auto 120px;
  padding: 0 40px;
}
.related-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 18px;
}
.related-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 34px;
  font-weight: 300;
  color: #ffffff;
}
.related-all-link {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary, #aaaaaa);
  text-decoration: none;
  transition: color 0.2s;
}
.related-all-link:hover { color: #ffffff; }

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 960px) {
  .related-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.related-card {
  background: rgba(14, 14, 14, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.related-card:hover {
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-4px);
}
.related-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
  overflow: hidden;
}
.related-card-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
  transition: transform 0.4s ease;
}
.related-card:hover .related-card-media video {
  transform: scale(1.03);
}
.related-card-body {
  padding: 24px;
}
.related-card-cat {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  margin-bottom: 8px;
}
.related-card-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 23px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
}
.related-card-desc {
  font-size: 13.5px;
  color: var(--text-secondary, #aaaaaa);
  line-height: 1.55;
}

/* ─── Bottom CTA Banner ─── */
.bottom-cta-banner {
  max-width: 1240px;
  margin: 0 auto 120px;
  padding: 70px 40px;
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 16px;
}
.cta-banner-sub {
  font-size: 16.5px;
  color: var(--text-secondary, #aaaaaa);
  max-width: 620px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

/* ─── Service Page Specifics ─── */
.service-details-section {
  max-width: 1240px;
  margin: 0 auto 100px;
  padding: 0 40px;
}
.service-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .service-grid-3 {
    grid-template-columns: 1fr;
  }
}
.service-feature-card {
  background: rgba(16, 16, 16, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px 28px;
  border-radius: 8px;
  transition: border-color 0.3s, transform 0.3s;
}
.service-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.feature-num {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 12px;
  color: var(--gold-light, #d4af37);
  margin-bottom: 18px;
}
.feature-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px;
}
.feature-desc {
  font-size: 14.5px;
  color: var(--text-secondary, #aaaaaa);
  line-height: 1.7;
}

/* ─── FAQ Accordion (Homepage & Service Pages) ─── */
.faq-section {
  width: 100%;
  background: var(--bg-secondary, #121212);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 100px 24px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.faq-header,
.faq-list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.faq-header {
  text-align: center;
  margin-bottom: 50px;
}
.faq-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 12px;
}
.faq-sub {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted, #777777);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #181818;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: #1e1e1e;
}
.faq-item[open] {
  border-color: rgba(255, 255, 255, 0.28);
  background: #1e1e1e;
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  user-select: none;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-icon {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item[open] .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 28px 24px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-secondary, #aaaaaa);
}

/* ─── Global Footer ─── */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #080808;
  padding: 80px 40px 40px;
}
.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 60px;
}
/* Hide Capabilities (Services) & Selected Work footer columns for now */
.site-footer .footer-col:nth-child(2),
.site-footer .footer-col:nth-child(3) {
  display: none !important;
}
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 36px;
  }
}
.footer-brand-title {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer-brand-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-secondary, #aaaaaa);
  max-width: 320px;
}
.footer-col-title {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted, #777777);
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a,
.footer-links span {
  font-size: 13.5px;
  color: var(--text-secondary, #aaaaaa);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #ffffff;
}
.footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-muted, #666666);
}
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ─── Responsive Breakdown ─── */
@media (max-width: 900px) {
  .breadcrumb-wrap,
  .page-hero,
  .video-showcase,
  .case-video-section,
  .case-study-body,
  .case-content-grid,
  .related-work-section,
  .service-details-section,
  .faq-section,
  .site-footer,
  .article-container,
  .insights-hub-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-study-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .case-study-sidebar {
    position: static;
  }
}

/* ============================================================
   EDITORIAL INSIGHTS & THOUGHT LEADERSHIP STYLES
   Minimal, Luxury Dark Mode Typography & Content Components
   ============================================================ */

/* ─── Top Reading Progress Bar ─── */
.reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #ffffff);
  z-index: 99999;
  transition: width 0.08s ease-out;
}

/* ─── Insights Hub Page Styles ─── */
.insights-hub-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px 100px;
}

.blog-articles-feed {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.insights-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.filter-btn {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-secondary, #aaaaaa);
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: rgba(212, 175, 55, 0.12);
  border-color: var(--gold-light, #d4af37);
  color: #ffffff;
}

/* Featured Lead Article Card */
.featured-insight-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: clamp(32px, 5vw, 56px);
  margin-bottom: 0;
  transition: all 0.35s ease;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.featured-insight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gold-light, #d4af37);
  opacity: 0.8;
}

.featured-insight-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.featured-insight-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  margin-bottom: 18px;
}

.featured-insight-badge {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 10px;
}

.featured-insight-title {
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 20px;
}

.featured-insight-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.featured-insight-title a:hover {
  color: var(--gold-light, #d4af37);
}

.featured-insight-excerpt {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
}

.featured-insight-visual {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.featured-insight-quote {
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 16px;
}

.featured-insight-cite {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
}

@media (max-width: 900px) {
  .featured-insight-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Insights Cards Grid */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 30px;
}

@media (max-width: 480px) {
  .insights-grid {
    grid-template-columns: 1fr;
  }
}

.insight-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
}

.insight-card:hover {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.insight-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted, #777777);
  margin-bottom: 16px;
}

.insight-card-tag {
  color: var(--gold-light, #d4af37);
  background: rgba(212, 175, 55, 0.08);
  padding: 3px 8px;
  border-radius: 4px;
}

.insight-card-title {
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 14px;
}

.insight-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.insight-card-title a:hover {
  color: var(--gold-light, #d4af37);
}

.insight-card-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 24px;
}

.insight-card-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.insight-read-link {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.insight-read-link:hover {
  gap: 10px;
}

/* ─── Individual Article Page Styles ─── */
.article-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px 100px;
}

.article-hero {
  padding: 30px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 60px;
  max-width: 960px;
}

.article-meta-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  margin-bottom: 24px;
}

.article-meta-sep {
  color: rgba(255, 255, 255, 0.2);
}

.article-headline {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(34px, 5.5vw, 68px);
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.015em;
  margin-bottom: 24px;
}

.article-deck {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 820px;
  margin-bottom: 32px;
}

.article-byline-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.article-author-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.article-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--gold-light, #d4af37);
  font-weight: 600;
}

.article-author-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
}

.article-author-role {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted, #777777);
}

.article-share-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary, #aaaaaa);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.share-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

/* Two-Column Editorial Layout */
.article-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 780px) 340px;
  gap: 80px;
  align-items: start;
}

@media (max-width: 1080px) {
  .article-layout-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

/* Editorial Body Typography */
.article-prose {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17.5px;
  line-height: 1.85;
}

.article-prose p {
  margin-bottom: 26px;
}

.article-lead {
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.65;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 36px !important;
  border-left: 2px solid var(--gold-light, #d4af37);
  padding-left: 24px;
}

.article-prose h2 {
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin: 54px 0 22px;
  letter-spacing: -0.01em;
  scroll-margin-top: 100px;
}

.article-prose h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 36px 0 16px;
  line-height: 1.35;
  scroll-margin-top: 100px;
}

.article-prose ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.article-prose ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 1.75;
}

.article-prose ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold-light, #d4af37);
}

.article-prose strong {
  color: #ffffff;
  font-weight: 600;
}

/* Luxury Editorial Pull Quote */
.article-pullquote {
  position: relative;
  margin: 44px 0;
  padding: 30px 36px;
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid var(--gold-light, #d4af37);
  border-radius: 0 6px 6px 0;
}

.article-pullquote p {
  font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  font-size: clamp(21px, 2.5vw, 27px);
  line-height: 1.45;
  color: #ffffff;
  margin-bottom: 12px !important;
}

.article-pullquote cite {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  font-style: normal;
  display: block;
}

/* Key Strategic Takeaway Box */
.takeaway-box {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 8px;
  padding: 30px;
  margin: 44px 0;
}

.takeaway-badge {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.takeaway-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-light, #d4af37);
}

.takeaway-text {
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0 !important;
}

/* Sticky Article Sidebar */
.article-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.sidebar-widget {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 24px;
}

.sidebar-widget-title {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.toc-item a {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--text-secondary, #aaaaaa);
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
}

.toc-item a:hover,
.toc-item.active a {
  color: #ffffff;
  padding-left: 6px;
  border-left: 2px solid var(--gold-light, #d4af37);
}

.sidebar-cta-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

/* Article Navigation (Next / Prev) */
.article-pagination {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 680px) {
  .article-pagination {
    grid-template-columns: 1fr;
  }
}

.pagination-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.pagination-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-2px);
}

.pagination-direction {
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light, #d4af37);
  margin-bottom: 8px;
}

.pagination-title {
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
}

/* Copy Link Toast Notification */
.toast-notice {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #111111;
  border: 1px solid var(--gold-light, #d4af37);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 4px;
  font-family: var(--font-mono, 'Space Mono', monospace);
  font-size: 12px;
  letter-spacing: 0.1em;
  z-index: 100000;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.8);
}

.toast-notice.show {
  opacity: 1;
  transform: translateY(0);
}

