/* ── INNER PAGES SHARED ── */

/* PAGE-HERO — split layout matching homepage */
.page-hero {
  position: relative;
  min-height: 58vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--navy);
}

/* Yellow left-edge accent — same as home */
.page-hero-accent {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--yellow);
  z-index: 4;
}

/* ── LEFT: copy panel ── */
.page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 9rem 4rem 3.5rem 6rem;
  position: relative;
  z-index: 2;
}
.page-hero-copy::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 70%, rgba(245,200,0,.045) 0%, transparent 60%);
  pointer-events: none;
}

/* ── RIGHT: image panel ── */
.page-hero-img {
  position: relative;
  overflow: hidden;
  background: #111828;
}
.page-hero-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.8) saturate(.65);
  z-index: 1;
}
/* Left-edge fade blending into copy panel */
.page-hero-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--navy) 0%, rgba(26,31,94,.3) 30%, transparent 60%);
  z-index: 2;
}

/* Per-page background images */
[data-page="about"]       .page-hero-img::before { background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1200&q=80&auto=format&fit=crop'); }
[data-page="services"]    .page-hero-img::before { background-image: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1200&q=80&auto=format&fit=crop'); }
[data-page="case-studies"].page-hero-img::before { background-image: url('https://images.unsplash.com/photo-1553877522-43269d4ea984?w=1200&q=80&auto=format&fit=crop'); }
[data-page="contact"]     .page-hero-img::before { background-image: url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?w=1200&q=80&auto=format&fit=crop'); }

/* Typography */
.page-hero h1 {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.08;
  letter-spacing: -.022em;
  margin: .75rem 0 0;
  max-width: 640px;
}
.page-hero h1 em { font-style: italic; color: var(--yellow-light); }

.page-hero .eyebrow {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.45);
}
.page-hero .eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px; height: 1.5px;
  background: var(--yellow);
  flex-shrink: 0;
}

.page-hero .divider { background: var(--yellow); margin: 1.25rem 0 1rem; }

.page-hero .lead {
  font-size: 1rem;
  color: rgba(255,255,255,.5);
  max-width: 480px;
  line-height: 1.85;
  margin-top: .5rem;
}

@media (max-width: 860px) {
  .page-hero {
    grid-template-columns: 1fr;
    grid-template-rows: 38vw auto;
    min-height: unset;
  }
  .page-hero-img {
    order: -1;
    min-height: 38vw;
  }
  .page-hero-img::after {
    background: linear-gradient(to bottom, transparent 50%, var(--navy) 100%);
  }
  .page-hero-copy {
    padding: 2.5rem 2rem 3rem 2.5rem;
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .page-hero h1 { font-size: clamp(1.9rem, 8vw, 2.6rem); }
}



.story{padding:4.5rem 0;background:var(--white)}
.story-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:start}
.story-text{display:flex;flex-direction:column;gap:1.25rem}
.h2{font-family:var(--font-d);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;color:var(--navy);line-height:1.2;margin-top:.5rem}
.story-text p{font-size:.95rem;color:var(--gray-700);line-height:1.85}
.story-text strong{color:var(--navy)}
.strength{font-weight:700!important;color:var(--navy)!important;border-left:3px solid var(--yellow);padding-left:1rem}
.story-side{display:flex;flex-direction:column;gap:1.5rem}
.mission-card{background:var(--navy);border-radius:6px;padding:2.5rem 2rem;position:relative;overflow:hidden}
.mission-card::after{content:'';position:absolute;bottom:-40px;right:-40px;width:160px;height:160px;border-radius:50%;border:1px solid rgba(245,200,0,.1)}
.mission-arc{width:40px;height:20px;border:2.5px solid var(--yellow);border-bottom:none;border-radius:40px 40px 0 0;margin-bottom:1.5rem}
.mission-card h3{font-family:var(--font-d);font-size:1.35rem;font-weight:500;color:var(--white);margin-bottom:.75rem}
.mission-card p{font-size:.85rem;color:rgba(255,255,255,.58);line-height:1.75;margin-bottom:.75rem}
.mission-tag{font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow)}
.who-card{background:var(--cream);border:1.5px solid var(--gray-100);border-radius:6px;padding:2rem;display:flex;flex-direction:column;gap:.85rem}
.who-card p{font-size:.85rem;color:var(--gray-700);line-height:1.7}
.who-tags{display:flex;flex-wrap:wrap;gap:.5rem}
.who-tags span{font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .7rem;border:1.5px solid var(--navy);border-radius:100px;color:var(--navy)}
.values-section{background:var(--cream);padding:4rem 0}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}
.val-card{padding:2rem 1.5rem;border-radius:4px}
.val-dark{background:var(--navy);color:var(--white)}
.val-light{background:var(--white);border:1.5px solid var(--gray-100)}
.val-card h4{font-family:var(--font-d);font-size:1.25rem;font-weight:500;margin-bottom:.5rem}
.val-dark h4{color:var(--white)}.val-light h4{color:var(--navy)}
.val-card p{font-size:.82rem;line-height:1.7}
.val-dark p{color:rgba(255,255,255,.55)}.val-light p{color:var(--gray-700)}

/* services */
.svc-block{padding:4rem 0}
.svc-dark{background:var(--navy-mid)}.svc-light{background:var(--cream)}
.svc-inner{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}
.svc-left{position:sticky;top:7rem}
.svc-num{font-family:var(--font-d);font-size:3rem;font-weight:300;color:var(--yellow);opacity:.3;display:block;margin-bottom:.5rem;line-height:1}
.svc-title{font-family:var(--font-d);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;line-height:1.15;margin-bottom:.5rem}
.svc-dark .svc-title{color:var(--white)}.svc-light .svc-title{color:var(--navy)}
.svc-tagline{font-family:var(--font-d);font-style:italic;font-size:1.1rem;color:var(--yellow);display:block;margin-bottom:1.25rem}
.svc-intro{font-size:.92rem;line-height:1.85;margin-bottom:2rem}
.svc-dark .svc-intro{color:rgba(255,255,255,.58)}.svc-light .svc-intro{color:var(--gray-700)}
.svc-right{display:flex;flex-direction:column;gap:1px;background:rgba(0,0,0,.08)}
.si{padding:1.75rem 2rem;transition:background .2s}
.si-dark{background:rgba(255,255,255,.04)}.si-light{background:var(--white)}
.si-dark:hover{background:rgba(255,255,255,.08)}.si-light:hover{background:var(--yellow-pale)}
.si strong{display:block;font-size:.88rem;font-weight:700;margin-bottom:.35rem}
.si-dark strong{color:var(--white)}.si-light strong{color:var(--navy)}
.si p{font-size:.82rem;line-height:1.7}
.si-dark p{color:rgba(255,255,255,.48)}.si-light p{color:var(--gray-700)}
.additional{background:var(--white);padding:4rem 0}
.add-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}
.add-card{background:var(--cream);border:1.5px solid var(--gray-100);border-radius:4px;padding:2rem 1.75rem;transition:border-color .2s,box-shadow .2s}
.add-card:hover{border-color:var(--yellow);box-shadow:0 4px 24px rgba(245,200,0,.12)}
.add-card h4{font-family:var(--font-d);font-size:1.2rem;font-weight:500;color:var(--navy);margin-bottom:.6rem}
.add-card p{font-size:.83rem;color:var(--gray-700);line-height:1.75}
.process-section{background:var(--cream);padding:4rem 0}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:2.5rem}
.process-step{padding:2rem 2rem 2rem 0;position:relative}
.process-step:not(:last-child)::after{content:'';position:absolute;top:2.5rem;right:0;width:1px;height:56px;background:var(--gray-300)}
.ps-num{font-family:var(--font-d);font-size:2.5rem;font-weight:300;color:var(--yellow);opacity:.5;line-height:1;margin-bottom:.75rem}
.process-step h4{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.process-step p{font-size:.82rem;color:var(--gray-700);line-height:1.75}

/* case studies */
.case-block{padding:4rem 0}
.case-dark{background:var(--navy-mid)}.case-light{background:var(--cream)}
.case-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}
.case-tag{display:inline-block;font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);background:rgba(245,200,0,.12);padding:.3rem .75rem;border-radius:100px;margin-bottom:1.25rem}
.case-title{font-family:var(--font-d);font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;line-height:1.2;margin-bottom:1rem}
.case-dark .case-title{color:var(--white)}.case-light .case-title{color:var(--navy)}
.case-div{width:40px;height:2px;background:var(--yellow);margin-bottom:1.5rem}
.case-section{margin-bottom:1.5rem}
.case-label{display:block;font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--yellow);margin-bottom:.5rem}
.case-section p{font-size:.88rem;line-height:1.8}
.case-dark .case-section p{color:rgba(255,255,255,.55)}.case-light .case-section p{color:var(--gray-700)}
.case-right{display:flex;flex-direction:column;gap:2rem}
.case-approach ul{list-style:none;margin-top:.75rem;display:flex;flex-direction:column}
.case-approach li{display:flex;gap:1rem;align-items:flex-start;padding:.85rem 0;font-size:.87rem;line-height:1.7;border-bottom:1px solid}
.case-dark .case-approach li{border-color:rgba(255,255,255,.06);color:rgba(255,255,255,.62)}
.case-light .case-approach li{border-color:rgba(0,0,0,.07);color:var(--gray-700)}
.case-num{font-family:var(--font-d);font-style:italic;font-size:.7rem;color:var(--yellow);opacity:.7;flex-shrink:0;padding-top:.15rem}
.case-outcome{padding:2rem;border-radius:4px;border-left:3px solid var(--yellow)}
.case-dark .case-outcome{background:rgba(255,255,255,.04)}.case-light .case-outcome{background:var(--white)}
.outcome-label{display:block;font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);margin-bottom:.6rem}
.case-outcome p{font-size:.9rem;line-height:1.8}
.case-dark .case-outcome p{color:rgba(255,255,255,.7)}.case-light .case-outcome p{color:var(--navy);font-weight:500}

/* contact */
.contact-main{padding:3.5rem 0 5rem;background:var(--cream)}
.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:3rem;align-items:start}
.sidebar{display:flex;flex-direction:column;gap:1.5rem}
.reasons-card{background:var(--navy);border-radius:6px;padding:2rem;display:flex;flex-direction:column;gap:1rem}
.reasons-card ul{list-style:none;display:flex;flex-direction:column}
.reasons-card li{font-size:.85rem;color:rgba(255,255,255,.6);padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;gap:.6rem;line-height:1.5}
.reasons-card li::before{content:'→';color:var(--yellow);font-size:.7rem;flex-shrink:0;margin-top:.1rem}
.info-card{background:var(--white);border:1.5px solid var(--gray-100);border-radius:6px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}
.info-item{display:flex;flex-direction:column;gap:.25rem}
.info-label{font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow)}
.info-item a,.info-item span{font-size:.85rem;color:var(--navy);font-weight:500;text-decoration:none;transition:color .2s}
.info-item a:hover{color:var(--yellow)}
.promise-note{background:var(--yellow-pale);border:1.5px solid rgba(245,200,0,.2);border-radius:4px;padding:1.25rem 1.5rem}
.promise-note p{font-size:.82rem;color:var(--navy);line-height:1.7}
.form-wrap{background:var(--white);border:1.5px solid var(--gray-100);border-radius:6px;padding:3rem 2.5rem}
.form-title{font-family:var(--font-d);font-size:1.8rem;font-weight:500;color:var(--navy);margin-bottom:2rem}
.form{display:flex;flex-direction:column;gap:1.5rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.field{display:flex;flex-direction:column;gap:.4rem}
.field label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy)}
.field input,.field select,.field textarea{
  font-family:var(--font-b);font-size:.9rem;color:var(--ink);
  background:var(--cream);border:1.5px solid var(--gray-100);
  border-radius:3px;padding:.85rem 1rem;outline:none;
  transition:border-color .2s,box-shadow .2s;resize:vertical;width:100%;
}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--navy);box-shadow:0 0 0 3px rgba(10,15,46,.07);background:var(--white);
}
.submit-btn{width:100%;justify-content:center}
.form-success{text-align:center;padding:3rem 1rem;display:none;flex-direction:column;align-items:center;gap:.75rem}
.form-success.show{display:flex}
.success-icon{width:56px;height:56px;border-radius:50%;background:var(--yellow);color:var(--navy);font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}
.form-success h3{font-family:var(--font-d);font-size:1.5rem;font-weight:500;color:var(--navy)}
.form-success p{font-size:.9rem;color:var(--gray-700);line-height:1.75}

/* reveal */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.reveal.visible{opacity:1;transform:none}

/* responsive */
@media(max-width:900px){
  .story-grid{grid-template-columns:1fr;gap:3rem}
  .values-grid{grid-template-columns:1fr 1fr}
  .svc-inner{grid-template-columns:1fr;gap:2.5rem}
  .svc-left{position:static}
  .add-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .process-step::after{display:none}
  .case-inner{grid-template-columns:1fr;gap:2.5rem}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .values-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .form-wrap{padding:2rem 1.5rem}
  .svc-block,.case-block{padding:3.5rem 0}
  .story,.values-section,.additional,.process-section{padding:4rem 0}
}

/* 5th value card - accent */
.val-accent{background:var(--navy);color:var(--white);border:2px solid var(--yellow)}
.val-accent h4{color:var(--yellow)}
.val-accent p{color:rgba(255,255,255,.65)}
.values-grid{grid-template-columns:repeat(5,1fr)!important}
@media(max-width:1024px){.values-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:700px){.values-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:480px){.values-grid{grid-template-columns:1fr!important}}

/* yellow principle */
.p-yellow{background:var(--yellow);color:var(--navy)}
.p-yellow strong{color:var(--navy)}

/* hero card yellow */
.hero-card-yellow{background:var(--yellow);color:var(--navy)}
.hero-card-yellow .hc-num{color:rgba(26,31,94,.5)}


/* ── TOOLS PAGE ── */

/* Hero background image */
[data-page="tools"] .page-hero-img::before {
  background-image: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=1200&q=80&auto=format&fit=crop');
}

/* Tools section */
.tools-section {
  padding: 5rem 0;
  background: var(--cream);
}

/* Two-column grid on desktop, stacked on mobile */
.tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* Individual tool card */
.tool-card {
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  border-radius: 6px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.tool-card:hover {
  border-color: var(--yellow);
  box-shadow: 0 8px 32px rgba(245, 200, 0, 0.1);
  transform: translateY(-3px);
}

/* Top row: icon + tag */
.tool-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

/* Icon box */
.tool-icon {
  width: 48px;
  height: 48px;
  background: var(--navy);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  flex-shrink: 0;
}

/* Tag pill */
.tool-tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--yellow);
  background: rgba(245, 200, 0, 0.1);
  padding: 0.28rem 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(245, 200, 0, 0.2);
}

/* Tool name */
.tool-name {
  font-family: var(--font-d);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.2;
  margin: 0;
}

/* One-line descriptor */
.tool-descriptor {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  opacity: 0.6;
  margin: 0;
  line-height: 1.4;
}

/* Description paragraph */
.tool-desc {
  font-size: 0.88rem;
  color: var(--gray-700);
  line-height: 1.8;
  flex: 1;
  margin: 0;
}

/* CTA button — pushed to bottom */
.tool-btn {
  align-self: flex-start;
  margin-top: 0.5rem;
}

/* Coming soon strip */
.tools-coming {
  padding: 2.5rem 0 3rem;
  background: var(--cream);
  border-top: 1px solid var(--gray-100);
  text-align: center;
}
.tools-coming-text {
  font-size: 0.9rem;
  color: var(--gray-700);
  line-height: 1.7;
  max-width: 520px;
  margin-inline: auto;
}

/* Responsive: stack cards on mobile */
@media (max-width: 720px) {
  .tools-grid {
    grid-template-columns: 1fr;
  }
}


/* ══════════════════════════════════════════
   INSIGHTS — Index Page
══════════════════════════════════════════ */

[data-page="insights"] .page-hero-img::before {
  background-image: url('https://images.unsplash.com/photo-1434030216411-0b793f4b4173?w=1200&q=80&auto=format&fit=crop');
}

.insights-section {
  padding: 5rem 0 5.5rem;
  background: var(--white);
}

.insights-intro {
  max-width: 560px;
  margin-bottom: 3.5rem;
}
.insights-intro p {
  font-size: 1.05rem;
  color: var(--gray-700);
  line-height: 1.75;
  border-left: 3px solid var(--yellow);
  padding-left: 1.25rem;
}

/* Article cards grid */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.insight-card {
  border: 1.5px solid var(--gray-100);
  border-radius: 4px;
  background: var(--white);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.insight-card:hover {
  border-color: var(--yellow);
  box-shadow: 0 8px 32px rgba(245,200,0,0.1);
  transform: translateY(-3px);
}

.insight-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.insight-card-inner {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Tag + read time row */
.insight-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.insight-tag {
  font-family: var(--font-b);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--yellow);
  background: rgba(245,200,0,0.1);
  padding: 0.28rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}
.insight-read {
  font-size: 0.72rem;
  color: var(--gray-500);
  font-weight: 500;
  white-space: nowrap;
}

/* Title */
.insight-title {
  font-family: var(--font-d);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 0.875rem;
  flex: 1;
}

/* Excerpt */
.insight-excerpt {
  font-size: 0.85rem;
  color: var(--gray-700);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

/* Footer row */
.insight-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--gray-100);
  padding-top: 1rem;
  margin-top: auto;
}
.insight-author {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--navy);
}
.insight-arrow {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.03em;
  transition: transform 0.2s ease;
}
.insight-card:hover .insight-arrow {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .insights-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .insights-grid { grid-template-columns: 1fr; }
  .insight-card-inner { padding: 1.75rem 1.5rem; }
}


/* ══════════════════════════════════════════
   ARTICLE PAGE — Individual Articles
══════════════════════════════════════════ */

.article-page { background: var(--white); }

/* Article header — navy bg matching page-hero style */
.article-header {
  background: var(--navy);
  padding: 6rem 0 4rem;
  position: relative;
  overflow: hidden;
  border-left: 4px solid var(--yellow);
}
.article-header::after {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 300px; height: 300px;
  border: 1px solid rgba(245,200,0,0.07);
  border-radius: 50%;
  pointer-events: none;
}

.article-header-inner {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

/* Back link */
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  margin-bottom: 1.75rem;
  transition: color 0.2s;
}
.article-back:hover { color: var(--yellow); }

/* Meta row */
.article-meta-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.article-read-time {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
}

/* H1 */
.article-title {
  font-family: var(--font-d);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  max-width: 700px;
}

/* Deck / standfirst */
.article-deck {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.78;
  max-width: 640px;
  margin-bottom: 1.75rem;
}

/* Byline */
.article-byline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.38);
}
.article-author { font-weight: 600; color: rgba(255,255,255,0.55); }
.article-sep { opacity: 0.4; }

/* ── Article body layout ── */
.article-body {
  max-width: 760px;
  padding: 4rem 0 3rem;
}

/* Prose typography */
.article-body p {
  font-size: 1rem;
  color: var(--gray-700);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}
.article-body h2 {
  font-family: var(--font-d);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 3rem 0 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100);
}
.article-body h2:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.article-body h3 {
  font-family: var(--font-b);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.01em;
}
.article-body ul {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.article-body ul li {
  font-size: 0.95rem;
  color: var(--gray-700);
  line-height: 1.75;
  padding-left: 1.25rem;
  position: relative;
}
.article-body ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-weight: 700;
  font-size: 0.82rem;
  top: 0.15rem;
}
.article-body blockquote {
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  background: var(--cream);
  border-left: 3px solid var(--yellow);
  border-radius: 0 4px 4px 0;
}
.article-body blockquote p,
.article-body blockquote {
  font-family: var(--font-d);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

/* Article CTA block */
.article-cta-block {
  margin-top: 3.5rem;
  padding: 2.5rem;
  background: var(--navy);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.article-cta-block::after {
  content: '';
  position: absolute;
  bottom: -30px; right: -30px;
  width: 150px; height: 150px;
  border: 1px solid rgba(245,200,0,0.1);
  border-radius: 50%;
}
.article-cta-label {
  font-family: var(--font-b) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--yellow) !important;
  margin-bottom: 0.75rem !important;
}
.article-cta-block p {
  color: rgba(255,255,255,0.62) !important;
  font-size: 0.92rem !important;
  margin-bottom: 1.5rem !important;
}
.article-cta-block .btn { position: relative; z-index: 1; }

/* Related articles */
.article-related {
  border-top: 1px solid var(--gray-100);
  padding: 3rem 0 4rem;
  max-width: 760px;
}
.related-heading {
  font-family: var(--font-b);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 1.5rem;
}
.related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.related-card {
  display: block;
  padding: 1.5rem;
  border: 1.5px solid var(--gray-100);
  border-radius: 4px;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
}
.related-card:hover {
  border-color: var(--yellow);
  transform: translateY(-2px);
}
.related-card .insight-tag { display: inline-block; margin-bottom: 0.75rem; }
.related-card p {
  font-family: var(--font-d);
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.4;
  margin: 0;
}

/* Responsive article */
@media (max-width: 768px) {
  .article-header { padding: 5rem 0 3rem; }
  .article-body { padding: 2.5rem 0 2rem; }
  .related-grid { grid-template-columns: 1fr; }
  .article-cta-block { padding: 2rem 1.5rem; }
}
@media (max-width: 560px) {
  .article-back { margin-bottom: 1.25rem; }
  .article-meta-top { flex-wrap: wrap; }
}
