/* ── Article Hero ── always dark, editorial style */
.nd-hero {
  background: linear-gradient(135deg, #05080f 0%, var(--dark-900) 55%, #0a0e1a 100%);
  padding: 5.5rem 0 3.5rem;
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--primary);
}
/* dot grid pattern */
.nd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
/* dual radial glow - stronger, more visible */
.nd-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 80% at -5% 115%, rgba(227,30,37,.38) 0%, transparent 55%),
    radial-gradient(ellipse 45% 55% at 105% -10%, rgba(4,160,224,.16) 0%, transparent 50%);
  pointer-events: none;
}
.nd-hero .container { position: relative; z-index: 1; }

.nd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  font-size: .875rem;
}
.nd-breadcrumb a {
  color: rgba(255,255,255,.85);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: color var(--duration), gap var(--duration);
}
.nd-breadcrumb a:hover { color: var(--white); gap: .75rem; }

/* Category badges - solid colored on dark hero */
.nd-hero .news-cat-food        { background: #059669;         color: #fff; }
.nd-hero .news-cat-corporate   { background: var(--primary);  color: #fff; }
.nd-hero .news-cat-mobility    { background: #0d9488;         color: #fff; }
.nd-hero .news-cat-hospitality { background: #0284c7;         color: #fff; }
.nd-hero .news-cat-energy      { background: #d97706;         color: #fff; }
.nd-hero .news-cat-realestate  { background: #4f46e5;         color: #fff; }

.nd-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4.5vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 1.1rem;
  max-width: 820px;
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
}
.nd-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,.78);
  line-height: 1.65;
  margin-bottom: 1.5rem;
  font-style: italic;
  max-width: 680px;
}
.nd-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: .82rem;
  color: rgba(255,255,255,.65);
  font-weight: 500;
  padding-top: .65rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.nd-meta span { display: inline-flex; align-items: center; gap: .4rem; }
.nd-meta i { color: var(--primary); font-size: .75rem; }

/* ── Hero Image ── */
.nd-hero-img {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 8px 40px rgba(0,0,0,.35);
}
.nd-hero-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* ── Article Body Layout - light editorial background ── */
.nd-body-section {
  background: #f2f5fa;
  padding: 3.5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
.nd-body-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,.038) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.nd-body-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 40% at 100% 0%, rgba(227,30,37,.05) 0%, transparent 60%),
    radial-gradient(ellipse 45% 50% at 0% 100%, rgba(4,160,224,.04) 0%, transparent 55%);
  pointer-events: none;
}
.nd-body-section > .container { position: relative; z-index: 1; }

.nd-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 900px) {
  .nd-layout { grid-template-columns: 1fr; }
  .nd-sidebar { order: 1; }
}
@media (max-width: 600px) {
  .nd-article { padding: 1.75rem 1.5rem !important; }
}

/* ── Article Content - white elevated card ── */
.nd-article {
  max-width: 720px;
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 3rem;
  box-shadow: 0 4px 28px rgba(0,0,0,.07);
}
.nd-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f0f0f4;
  font-weight: 500;
}
.nd-article h2 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--dark-900);
  margin: 2.5rem 0 .75rem;
  letter-spacing: -.02em;
  padding-left: .75rem;
  border-left: 3px solid var(--primary);
}
.nd-article p {
  font-size: .975rem;
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: 1.25rem;
}
.nd-pull-quote {
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid var(--primary);
  background: rgba(227,30,37,.04);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ── Sidebar ── */
.nd-sidebar { position: sticky; top: 6rem; }
.nd-sidebar-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
}
.nd-sidebar-card h4 {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-light);
  margin-bottom: 1rem;
}
.nd-sidebar-card p {
  font-size: .875rem;
  line-height: 1.7;
  color: var(--text-mid);
}
.nd-related-link {
  display: block;
  padding: .65rem 0;
  border-bottom: 1px solid var(--gray-100);
  font-size: .875rem;
  font-weight: 500;
  color: var(--text-body);
  text-decoration: none;
  transition: color var(--duration);
}
.nd-related-link:last-child { border-bottom: none; }
.nd-related-link:hover { color: var(--primary); }
.nd-related-cat {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  padding: .15rem .55rem;
  border-radius: var(--radius-sm);
  margin-bottom: .3rem;
}
.nd-tag-list { display: flex; flex-wrap: wrap; gap: .5rem; }
.nd-tag {
  background: var(--gray-100);
  color: var(--text-mid);
  font-size: .78rem;
  font-weight: 500;
  padding: .3rem .75rem;
  border-radius: var(--radius-full);
}

/* ── Inline article image break ── */
.nd-article-img {
  margin: 2.5rem 0;
  max-height: 340px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  line-height: 0;
}
.nd-article-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

/* ── Footer CTA band ── */
.nd-cta {
  background: var(--dark-900);
  padding: 3rem 0;
  text-align: center;
}
.nd-cta h3 { color: var(--white); font-size: 1.4rem; margin-bottom: .5rem; }
.nd-cta p  { color: rgba(255,255,255,.6); margin-bottom: 1.5rem; font-size: .95rem; }

/* Hero is always dark, body is always light - no dark-theme overrides needed */
