/* ─────────────────────────────────────────────────────────
   ARTICLE — STRATEGIE (light magazine variant)
   Editorial / playbook layout with brand oranges,
   cream-white backgrounds and Helvetica Neue typography.
   ───────────────────────────────────────────────────────── */

.strat {
  background: #ffffff;
  color: #141416;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ── Hero ───────────────────────────────────────────── */

.strat-hero {
  position: relative;
  min-height: 92vh;
  padding: 180px var(--pad) 100px;
  background:
    radial-gradient(ellipse 55% 60% at 50% -10%, rgba(240, 130, 75, 0.22) 0%, rgba(240, 130, 75, 0) 65%),
    radial-gradient(ellipse 40% 70% at 100% 30%, rgba(234, 101, 37, 0.12) 0%, rgba(234, 101, 37, 0) 60%),
    #faf9f6;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #ececea;
}

.strat-hero-inner {
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.strat-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(20, 20, 22, 0.55);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.strat-breadcrumb a {
  color: rgba(20, 20, 22, 0.55);
  transition: color 0.2s ease;
}

.strat-breadcrumb a:hover {
  color: #f0824b;
}

.strat-breadcrumb svg {
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

.strat-issue {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(20, 20, 22, 0.62);
  margin-bottom: 32px;
}

.strat-issue-num {
  font-size: 16px;
  color: #f0824b;
  font-weight: 400;
}

.strat-issue-divider {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: rgba(20, 20, 22, 0.25);
  position: relative;
  top: -4px;
}

.strat-h1 {
  font-size: clamp(46px, 8vw, 128px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.92;
  color: #141416;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-width: 16ch;
  margin-bottom: 44px;
}

.strat-h1 .accent {
  color: #f0824b;
  font-style: italic;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
  display: inline-block;
}

.strat-hero-bottom {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: end;
  padding-top: 48px;
  border-top: 1px solid rgba(20, 20, 22, 0.14);
}

.strat-lede {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  color: #4d4d53;
  max-width: 60ch;
  font-weight: 400;
}

.strat-lede strong {
  color: #141416;
  font-weight: 700;
}

.strat-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 12px;
  color: rgba(20, 20, 22, 0.58);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.strat-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20, 20, 22, 0.12);
}

.strat-meta-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.strat-meta-row strong {
  color: #141416;
  font-weight: 800;
  letter-spacing: 0.04em;
}

/* ── Intro ────────────────────────────────────────── */

.strat-intro {
  background: #ffffff;
  padding: 140px var(--pad);
  border-top: 1px solid #ececea;
}

.strat-intro-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.strat-intro-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f0824b;
  position: sticky;
  top: 100px;
}

.strat-intro-label::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #f0824b;
  vertical-align: middle;
  margin-right: 14px;
}

.strat-intro-body p {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  color: #2b2b2c;
  font-weight: 300;
  margin-bottom: 24px;
}

.strat-intro-body p strong {
  color: #141416;
  font-weight: 700;
}

.strat-intro-body p:last-child {
  margin-bottom: 0;
}

/* ── Pull quote ───────────────────────────────────── */

.strat-pullquote {
  background: #faf9f6;
  padding: 40px var(--pad) 140px;
  text-align: center;
}

.strat-pullquote-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px 80px;
  border-top: 1px solid rgba(20, 20, 22, 0.12);
  border-bottom: 1px solid rgba(20, 20, 22, 0.12);
  position: relative;
}

.strat-pullquote-mark {
  font-family: 'Times New Roman', Times, serif;
  font-size: 200px;
  color: #f0824b;
  line-height: 0.4;
  opacity: 0.6;
  margin-bottom: 20px;
}

.strat-pullquote p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.15;
  font-weight: 600;
  color: #141416;
  margin: 0 auto;
  max-width: 22ch;
  letter-spacing: -0.02em;
}

.strat-pullquote p em {
  color: #f0824b;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
}

.strat-pullquote-cite {
  margin-top: 48px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(20, 20, 22, 0.50);
}

.strat-pullquote-cite::before {
  content: '—';
  margin-right: 12px;
  color: #f0824b;
}

/* ── Phase rows ───────────────────────────────────── */

.strat-phases {
  background: #ffffff;
  padding: 60px var(--pad) 140px;
}

.strat-phases-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.strat-phase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 110px 0;
  border-top: 1px solid #ececea;
}

.strat-phase:first-child {
  border-top: 0;
  padding-top: 40px;
}

.strat-phase-image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 40px 80px -30px rgba(20, 20, 22, 0.25);
  position: relative;
}

.strat-phase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s ease;
}

.strat-phase:hover .strat-phase-image img {
  transform: scale(1.04);
}

.strat-phase-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.20) 100%);
  pointer-events: none;
}

/* Alternate layout: even phases flip sides */
.strat-phase:nth-child(even) .strat-phase-image {
  grid-column: 2;
  grid-row: 1;
}

.strat-phase:nth-child(even) .strat-phase-body {
  grid-column: 1;
  grid-row: 1;
}

.strat-phase-num {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: clamp(120px, 16vw, 220px);
  font-weight: 400;
  line-height: 0.85;
  color: #f0824b;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  display: block;
  /* subtle outline effect on hover */
  transition: -webkit-text-stroke 0.4s ease, color 0.4s ease;
}

.strat-phase:hover .strat-phase-num {
  color: transparent;
  -webkit-text-stroke: 2px #f0824b;
}

.strat-phase-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(20, 20, 22, 0.50);
  margin-bottom: 18px;
}

.strat-phase-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(20, 20, 22, 0.35);
  vertical-align: middle;
  margin-right: 12px;
}

.strat-phase-title {
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #141416;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}

.strat-phase-text {
  font-size: 17px;
  line-height: 1.7;
  color: #4d4d53;
  margin-bottom: 20px;
}

.strat-phase-text strong {
  color: #141416;
  font-weight: 700;
}

.strat-phase-actions {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.strat-phase-actions li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid #ececea;
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d53;
}

.strat-phase-actions li strong {
  color: #141416;
  font-weight: 800;
}

.strat-phase-actions li::before {
  content: '';
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
  background: #f0824b;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(240, 130, 75, 0.15);
}

/* ── Checklist section ────────────────────────────── */

.strat-checklist {
  background: #faf9f6;
  padding: 140px var(--pad);
  border-top: 1px solid #ececea;
  border-bottom: 1px solid #ececea;
}

.strat-checklist-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.strat-checklist-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f0824b;
  margin-bottom: 20px;
  display: inline-block;
}

.strat-checklist-title {
  font-size: clamp(34px, 4.5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: #141416;
  margin-bottom: 56px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.strat-checklist-title .accent {
  color: #f0824b;
  font-style: italic;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
}

.strat-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  text-align: left;
}

.strat-checklist-grid li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #ececea;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #4d4d53;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.strat-checklist-grid li:hover {
  background: #ffffff;
  border-color: #f0824b;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -16px rgba(240, 130, 75, 0.30);
}

.strat-checklist-grid li svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #f0824b;
  margin-top: 1px;
}

.strat-checklist-grid li strong {
  color: #141416;
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
}

/* ── CTA ──────────────────────────────────────────── */

.strat-cta {
  background: #ffffff;
  padding: 60px var(--pad) 160px;
}

.strat-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 60px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 55% 90% at 50% 0%, rgba(240,130,75,0.45) 0%, rgba(240,130,75,0) 70%),
    linear-gradient(180deg, #141416 0%, #2a0f06 60%, #5e2a10 100%);
  border: 1px solid rgba(240, 130, 75, 0.28);
  position: relative;
  overflow: hidden;
}

.strat-cta-title {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.strat-cta-title .accent {
  color: #f0824b;
  font-style: italic;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
}

.strat-cta p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  max-width: 600px;
  margin: 0 auto 36px;
}

.strat-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background: #f0824b;
  color: #ffffff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  border: 1.5px solid #f0824b;
  transition: background 0.4s ease, border-color 0.4s ease, transform 0.15s ease;
  position: relative;
  overflow: hidden;
}

.strat-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(45deg, transparent 25%, rgba(255,255,255,0.55) 50%, transparent 75%, transparent 100%);
  background-size: 250% 250%, 100% 100%;
  background-position: 200% 0, 0 0;
  background-repeat: no-repeat;
  transition: background-position 1s ease;
  pointer-events: none;
}

.strat-cta-btn:hover::before {
  background-position: -100% 0, 0 0;
}

.strat-cta-btn:hover {
  background: #d46e3a;
  border-color: #d46e3a;
  transform: translateY(-2px);
}

/* ── Scroll reveal ─────────────────────────────────── */

.js-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(4px);
  transition: opacity 0.9s ease, transform 0.9s ease, filter 0.9s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.js-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ── Responsive ─────────────────────────────────────── */

@media (max-width: 1000px) {
  .strat-hero {
    min-height: 0;
    padding: 140px var(--pad) 80px;
  }

  .strat-hero-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 36px;
  }

  .strat-intro-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .strat-intro-label {
    position: static;
  }

  .strat-intro,
  .strat-pullquote,
  .strat-checklist,
  .strat-cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .strat-pullquote-inner {
    padding: 72px 24px 60px;
  }

  .strat-phase {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 0;
  }

  .strat-phase:nth-child(even) .strat-phase-image,
  .strat-phase:nth-child(even) .strat-phase-body {
    grid-column: 1;
    grid-row: auto;
  }

  .strat-phase-image {
    aspect-ratio: 16 / 10;
    order: -1;
  }

  .strat-checklist-grid {
    grid-template-columns: 1fr;
  }

  .strat-cta-inner {
    padding: 56px 28px;
  }
}

@media (max-width: 560px) {
  .strat-h1 {
    font-size: clamp(42px, 11vw, 64px);
  }

  .strat-phase-num {
    font-size: clamp(90px, 24vw, 140px);
  }

  .strat-pullquote-mark {
    font-size: 120px;
  }
}
