/* ── Reading progress ── */
.read-prog {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: #6FE000;
  z-index: 999;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(111,224,0,.55);
  transition: width 80ms linear;
}

/* ── Article hero ── */
.art-hero {
  background: #000;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
.art-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 70% at 88% 30%, rgba(111,224,0,.1), transparent 58%);
}
.art-hero > .wrap { position: relative; z-index: 2; }

/* Breadcrumb */
.art-bc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.art-bc a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(248,245,238,.44);
  text-decoration: none;
  transition: color 160ms;
}
.art-bc a:hover { color: rgba(248,245,238,.8); }
.art-bc .bcsep {
  color: rgba(255,255,255,.16);
  font-size: 12px;
  user-select: none;
}
.art-bc .bc-cat {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6FE000;
  background: rgba(63,138,0,.1);
  border: 1px solid rgba(63,138,0,.22);
  padding: 4px 13px;
  border-radius: 999px;
}

/* Title */
.art-hero h1 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(36px, 5.4vw, 74px);
  font-weight: 400;
  letter-spacing: -.028em;
  line-height: .97;
  color: #F8F5EE;
  margin: 0 0 36px;
  max-width: 18ch;
}
.art-hero h1 em {
  color: #6FE000;
  font-style: normal;
}

/* Meta row */
.art-meta {
  display: flex;
  align-items: center;
  gap: 6px 18px;
  flex-wrap: wrap;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.art-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(248,245,238,.44);
  font-weight: 600;
}
.art-meta-item svg { flex-shrink: 0; color: rgba(255,255,255,.24); }
a.art-author { color: inherit; text-decoration: none; transition: color 160ms; }
a.art-author:hover { color: #6FE000; }
a.art-author:hover svg { color: #6FE000; }
.art-meta-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  flex-shrink: 0;
}
.art-share {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 9px;
}
.art-share-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(248,245,238,.22);
  margin-right: 2px;
}
.art-share a {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(248,245,238,.4);
  text-decoration: none;
  transition: border-color 180ms, color 180ms, background 180ms;
  flex-shrink: 0;
}
.art-share a:hover { border-color: #6FE000; color: #6FE000; }

/* Hero image */
.art-hero-img {
  padding-top: 44px;
}
.art-hero-img .ph {
  width: 100%;
  height: 500px;
  border-radius: 20px 20px 0 0;
}

/* ── Article body ── */
.art-body {
  background: #E3E1D8;
  padding-bottom: 96px;
}

.art-col {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 40px 0;
}

/* Article typography */
.art-col .art-intro {
  font-size: 20px;
  line-height: 1.68;
  font-weight: 300;
  color: #1A1A1A;
  margin: 0 0 36px;
  text-wrap: pretty;
}
.art-col p {
  font-size: 17.5px;
  line-height: 1.8;
  color: #2E2E2A;
  margin: 0 0 26px;
  text-wrap: pretty;
}
.art-col h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.1;
  color: #0A0A0A;
  margin: 56px 0 18px;
}
.art-col h2:first-of-type { margin-top: 0; }

/* Pull quote */
.art-pull {
  margin: 52px -8px;
  padding: 32px 0 32px 32px;
  border-left: 3px solid #6FE000;
}
.art-pull p {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(21px, 2.4vw, 28px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.22;
  color: #0A0A0A;
  margin: 0;
  font-style: normal;
}
.art-pull p em {
  color: #3F8A00;
  font-style: normal;
}

/* Article list */
.art-list {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}
.art-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 17px;
  line-height: 1.68;
  color: #2E2E2A;
}
.art-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6FE000;
  flex-shrink: 0;
  margin-top: 9px;
}

/* Divider */
.art-rule {
  border: none;
  border-top: 1px solid rgba(0,0,0,.1);
  margin: 52px 0;
}

/* End CTA block */
.art-cta-block {
  background: #0A0A0A;
  border-radius: 20px;
  padding: 44px 44px 40px;
  margin-top: 56px;
  position: relative;
  overflow: hidden;
}
.art-cta-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 85% 75% at 50% 50%, rgba(111,224,0,.09), transparent 65%);
}
.art-cta-block .eye { margin-bottom: 12px; }
.art-cta-block h3 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.1;
  color: #F8F5EE;
  margin: 0 0 12px;
  position: relative; z-index: 2;
}
.art-cta-block h3 em {
  color: #6FE000;
  font-style: normal;
}
.art-cta-block > p {
  font-size: 15px;
  color: rgba(248,245,238,.48);
  line-height: 1.62;
  margin: 0 0 28px;
  max-width: 44ch;
  position: relative; z-index: 2;
}
.art-cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative; z-index: 2;
}

/* Tags */
.art-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.art-tags-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(10,10,10,.32);
  margin-right: 4px;
}
.art-tag {
  display: inline-flex;
  padding: 5px 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(10,10,10,.5);
  border: 1.5px solid rgba(0,0,0,.13);
  background: transparent;
  text-decoration: none;
  transition: all 160ms cubic-bezier(.22,.61,.36,1);
}
.art-tag:hover {
  color: #0A0A0A;
  border-color: rgba(0,0,0,.28);
  background: rgba(0,0,0,.04);
}

/* ── Related articles ── */
.art-related {
  background: #D8D6CC;
  padding: 80px 0 96px;
}
.art-related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.art-related-head h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400;
  letter-spacing: -.022em;
  color: #0A0A0A;
  margin: 0;
  line-height: 1.1;
}
.art-related-head a {
  font-size: 13px;
  font-weight: 700;
  color: #3F8A00;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: gap 180ms cubic-bezier(.22,.61,.36,1);
}
.art-related-head a:hover { gap: 13px; color: #3F8A00; }

/* Post cards (for related) */
.rel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.rel-card {
  background: #F3EEE2;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.065);
  text-decoration: none;
  color: inherit;
  transition: transform 240ms cubic-bezier(.22,.61,.36,1), box-shadow 240ms cubic-bezier(.22,.61,.36,1);
}
.rel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(0,0,0,.11);
}
.rel-img {
  height: 200px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.rel-img .ph {
  position: absolute;
  inset: 0;
  transition: transform 380ms cubic-bezier(.22,.61,.36,1);
}
.rel-card:hover .rel-img .ph { transform: scale(1.04); }
.rel-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rel-cat-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.rel-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #3F8A00;
}
.rel-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  flex-shrink: 0;
}
.rel-time {
  font-size: 11px;
  color: #8A8A8A;
  font-weight: 600;
}
.rel-card h3 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.17;
  color: #0A0A0A;
  margin: 0 0 10px;
}
.rel-excerpt {
  font-size: 13.5px;
  line-height: 1.62;
  color: #555550;
  margin: 0;
  flex: 1;
  padding-bottom: 18px;
}
.rel-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #3F8A00;
  letter-spacing: .03em;
  transition: gap 180ms cubic-bezier(.22,.61,.36,1);
  text-decoration: none;
}
.rel-link:hover { gap: 12px; color: #3F8A00; }
.rel-arr {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #6FE000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 180ms cubic-bezier(.22,.61,.36,1);
}
.rel-link:hover .rel-arr { transform: translateX(3px); }

/* ── Newsletter ── */
.nl-strip {
  background: #0A0A0A;
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.nl-strip::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 90% at 50% 50%, rgba(111,224,0,.09), transparent 65%);
}
.nl-inner {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
  position: relative; z-index: 2;
}
.nl-inner h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 400;
  letter-spacing: -.025em;
  color: #F8F5EE;
  line-height: 1.08;
  margin: 0 0 16px;
}
.nl-inner h2 em { color: #6FE000; font-style: normal; }
.nl-inner p {
  font-size: 16px;
  line-height: 1.62;
  color: rgba(248,245,238,.44);
  margin: 0 0 36px;
  font-weight: 300;
}
.nl-form {
  display: flex;
  gap: 10px;
  max-width: 440px;
  margin: 0 auto;
}
.nl-input {
  flex: 1;
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  border: 1.5px solid rgba(255,255,255,.11);
  color: #F8F5EE;
  outline: none;
  transition: border-color 200ms;
}
.nl-input::placeholder { color: rgba(248,245,238,.28); }
.nl-input:focus { border-color: rgba(111,224,0,.44); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .rel-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .art-hero { padding-top: 60px; }
  .art-col { padding: 48px 22px 0; }
  .art-pull { margin: 44px 0; }
  .art-hero-img .ph { height: 280px; border-radius: 14px 14px 0 0; }
  .art-share { display: none; }
  .art-cta-block { padding: 30px 24px 28px; }
  .art-related-head { flex-direction: column; gap: 8px; }
}
@media (max-width: 600px) {
  .rel-grid { grid-template-columns: 1fr; }
  .nl-form { flex-direction: column; }
  .nl-input, .nl-form .btn { width: 100%; justify-content: center; }
  .art-cta-btns { flex-direction: column; }
}
