/* Marketing kit page-level styles (v2 — pitch green + Kente) */
@import url('./colors_and_type.css');
@import url('./components.css');

html, body { margin: 0; padding: 0; background: var(--chalk); }
* { box-sizing: border-box; }
img { max-width: 100%; display: block; }

/* ---- HEADER ------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 247, 238, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1.5px solid var(--border-1);
}
.site-header__strip { height: 4px; background: var(--kente-bands); background-size: 240px 100%; }
.site-header__inner {
  display: flex; align-items: center; gap: 32px;
  padding: 12px 32px;
  max-width: 1480px; margin-inline: auto;
}
.site-header__logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--star-black);
  cursor: pointer;
}
.site-header__logo img { width: 96px; height: 96px; margin: -12px 0; }
.site-header__logo-text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.04;
  color: var(--star-black);
}
.site-nav { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.site-nav a:not(.btn) {
  font-family: var(--font-body); font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; color: var(--fg-2);
  padding: 10px 14px; border-radius: var(--r-2);
  transition: color var(--dur-fast), background var(--dur-fast);
  cursor: pointer;
}
.site-nav a:not(.btn):hover { color: var(--pitch-green); background: var(--n-10); }
.site-nav a.is-active { color: var(--pitch-green); }
.site-nav a.is-active::after {
  content: ''; display: block; width: 22px; height: 3px; background: var(--kente-gold);
  margin: 4px auto 0;
}
.site-nav a.btn { margin-left: 10px; }

/* ---- HERO --------------------------------------------------- */
.hero {
  position: relative;
  background: var(--pitch-green);
  color: var(--chalk);
  overflow: hidden;
  isolation: isolate;
}
.hero__pitch {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
  color: rgba(251, 247, 238, 0.14);
}
.hero__pitch--spot { color: rgba(251, 247, 238, 0.28); }
.hero__kente { position: absolute; left: 0; right: 0; height: 8px; background: var(--kente-bands); background-size: 240px 100%; z-index: 3; }
.hero__kente--top { top: 0; }
.hero__kente--bot { bottom: 0; }
.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 7fr 5fr;
  gap: 56px; align-items: center;
  max-width: 1480px; margin-inline: auto;
  padding: 104px 32px 120px;
}
.hero__eyebrow { color: var(--kente-gold); }
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 144px); line-height: 0.86;
  letter-spacing: 0.005em; text-transform: uppercase;
  color: var(--chalk);
  margin: 18px 0 24px;
  text-wrap: balance;
}
.hero__title em {
  font-style: italic;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: var(--kente-gold);
  letter-spacing: 0.005em;
}
.hero__title em.red { color: var(--accra-red); }
.hero__sub {
  font-size: 19px; line-height: 1.55; color: var(--fg-on-green-2);
  max-width: 540px; margin: 0 0 32px;
}
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__photo {
  position: relative; aspect-ratio: 4 / 5; border-radius: 8px;
  overflow: hidden; isolation: isolate;
  box-shadow: 18px 18px 0 var(--kente-gold);
}
.hero__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.04) saturate(1.06);
}
.hero__badge {
  position: absolute; top: 22px; left: -8px; z-index: 3;
  background: var(--accra-red); color: var(--chalk);
  font-family: var(--font-display); font-size: 14px;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 8px 22px 8px 16px;
  white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}
.hero__photo-stripe {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 6px; background: var(--kente-bands); background-size: 240px 100%; z-index: 3;
}

/* ---- STATS BAND --------------------------------------------- */
.stats-band {
  background: var(--chalk);
  position: relative;
}
.stats-band__kente { height: 6px; background: var(--kente-bands); background-size: 240px 100%; }
.stats-band__inner {
  max-width: 1480px; margin-inline: auto;
  padding: 56px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.stat-item { display: flex; flex-direction: column; gap: 4px; border-left: 4px solid var(--kente-gold); padding-left: 18px; }
.stat-item:nth-child(2) { border-color: var(--accra-red); }
.stat-item:nth-child(3) { border-color: var(--pitch-bright); }
.stat-item:nth-child(4) { border-color: var(--star-black); }
.stat-item__num {
  font-family: var(--font-stat);
  font-size: clamp(56px, 7vw, 104px); line-height: 0.9;
  letter-spacing: -0.005em; color: var(--pitch-green);
  font-variant-numeric: tabular-nums;
}
.stat-item__num small { font-size: 0.4em; color: var(--kente-gold); margin-left: 4px; vertical-align: top; }
.stat-item__label {
  font-family: var(--font-body); font-weight: 700; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-2);
  margin-top: 4px;
}

/* ---- SECTION CHROME ----------------------------------------- */
.section { padding: 104px 32px; }
.section__inner { max-width: 1480px; margin-inline: auto; }
.section__head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: 56px; }
.section__head .eyebrow { margin-bottom: 12px; display: block; }
.section__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.4vw, 92px); line-height: 0.9;
  letter-spacing: 0.005em; text-transform: uppercase;
  color: var(--pitch-green); margin: 0;
  text-wrap: balance;
}
.section__title em {
  font-style: italic;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: var(--accra-red);
  letter-spacing: 0.005em;
}
.section__intro { color: var(--fg-2); font-size: 17px; line-height: 1.6; max-width: 480px; }
.hero .section__title { color: var(--chalk); }

/* ---- PILLARS (WHAT WE DO) ----------------------------------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar {
  background: var(--paper);
  border-radius: 8px; overflow: hidden;
  border: 1.5px solid var(--border-1);
  transition: transform var(--dur-base) var(--ease-out-snap), box-shadow var(--dur-base) var(--ease-out-snap);
  position: relative;
}
.pillar::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: var(--kente-bands); background-size: 240px 100%; z-index: 2;
}
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft-md); }
.pillar__img { aspect-ratio: 4 / 3; background: var(--star-black); position: relative; isolation: isolate; overflow: hidden; }
.pillar__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out-snap); }
.pillar:hover .pillar__img img { transform: scale(1.04); }
.pillar__num {
  position: absolute; bottom: -1px; left: 0;
  background: var(--kente-gold); color: var(--star-black);
  font-family: var(--font-display); font-style: italic; font-weight: 800; font-size: 22px;
  padding: 8px 24px 8px 16px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  letter-spacing: 0.04em; z-index: 2;
}
.pillar__body { padding: 28px 26px 30px; }
.pillar__body h3 {
  font-family: var(--font-display);
  font-size: 30px; line-height: 0.95;
  letter-spacing: 0.005em; text-transform: uppercase;
  color: var(--pitch-green); margin: 0 0 12px;
}
.pillar__body p { font-size: 15px; line-height: 1.55; color: var(--fg-2); margin: 0; }

/* ---- TIMELINE (program) ------------------------------------- */
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.timeline::before {
  content: ''; position: absolute; top: 28px; left: 0; right: 0; height: 4px;
  background: var(--kente-bands); background-size: 240px 100%;
  z-index: 1;
}
.tl-item { padding: 0 12px; position: relative; z-index: 2; }
.tl-item__dot {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--chalk); border: 4px solid var(--pitch-green);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-accent); font-size: 20px;
  color: var(--pitch-green); margin: 0 auto 18px;
  position: relative; z-index: 2;
}
.tl-item:nth-child(1) .tl-item__dot { border-color: var(--pitch-green); color: var(--pitch-green); }
.tl-item:nth-child(2) .tl-item__dot { border-color: var(--kente-gold); color: var(--kente-gold-2); }
.tl-item:nth-child(3) .tl-item__dot { border-color: var(--accra-red); color: var(--accra-red); }
.tl-item:nth-child(4) .tl-item__dot { border-color: var(--star-black); color: var(--star-black); }
.tl-item:nth-child(5) .tl-item__dot { border-color: var(--pitch-bright); color: var(--pitch-bright); }
.tl-item__when {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--fg-3); text-align: center;
  margin-bottom: 4px;
}
.tl-item__title {
  font-family: var(--font-display); font-size: 22px; line-height: 1;
  text-transform: uppercase; letter-spacing: 0.005em;
  color: var(--star-black); margin: 0 0 8px; text-align: center;
}
.tl-item__copy { font-size: 13px; line-height: 1.5; color: var(--fg-2); text-align: center; margin: 0; }

/* ---- WORK (WHERE WE WORK) ----------------------------------- */
.work { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: center; }
.work__photo { aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; box-shadow: 14px 14px 0 var(--pitch-green); position: relative; }
.work__photo img { width: 100%; height: 100%; object-fit: cover; }
.work__photo-stripe { position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--kente-bands); background-size: 240px 100%; }
.work__list { display: grid; gap: 14px; }
.work-item {
  display: grid; grid-template-columns: 56px 1fr auto; gap: 18px;
  align-items: center; padding: 18px 22px;
  background: var(--paper); border-radius: 6px;
  border-left: 6px solid var(--kente-gold);
  border-top: 1.5px solid var(--border-1);
  border-right: 1.5px solid var(--border-1);
  border-bottom: 1.5px solid var(--border-1);
  transition: transform var(--dur-base) var(--ease-out-snap);
}
.work-item:nth-child(2) { border-left-color: var(--accra-red); }
.work-item:nth-child(3) { border-left-color: var(--pitch-bright); }
.work-item:hover { transform: translateX(4px); }
.work-item__num {
  font-family: var(--font-display); font-style: italic; font-weight: 800; font-size: 30px;
  color: var(--pitch-green); line-height: 1; font-variant-numeric: tabular-nums;
}
.work-item__name {
  font-family: var(--font-display); font-size: 24px;
  text-transform: uppercase; letter-spacing: 0.005em; color: var(--star-black);
  margin: 0 0 2px;
}
.work-item__meta { font-family: var(--font-mono); font-size: 12px; color: var(--fg-3); letter-spacing: 0.04em; }
.work-item__chip { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; background: var(--n-10); color: var(--star-black); }

/* ---- TEAM --------------------------------------------------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 28px; }
.member {
  background: var(--paper);
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid var(--border-1);
  padding-bottom: 22px;
  position: relative;
}
.member::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: var(--kente-bands); background-size: 240px 100%; z-index: 2;
}
.member__photo {
  aspect-ratio: 4/5; overflow: hidden;
  background: var(--star-black); position: relative; isolation: isolate;
}
.member__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.04) saturate(1.06);
  transition: transform var(--dur-slow) var(--ease-out-snap);
}
.member:hover .member__photo img { transform: scale(1.04); }
.member__role {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  background: var(--kente-gold); color: var(--star-black);
  font-family: var(--font-display); font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 14px 5px 12px;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}
.member:nth-child(2n) .member__role { background: var(--accra-red); color: var(--chalk); }
.member:nth-child(3n) .member__role { background: var(--pitch-green); color: var(--chalk); }
.member__name {
  font-family: var(--font-display); font-size: 28px;
  text-transform: uppercase; letter-spacing: 0.005em; color: var(--pitch-green);
  margin: 22px 24px 4px;
}
.member__bio { font-size: 13px; line-height: 1.5; color: var(--fg-2); margin: 0 24px; }

/* ---- SUPPORT TIERS ------------------------------------------ */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tier {
  position: relative;
  background: var(--paper); border-radius: 8px;
  border: 1.5px solid var(--border-1);
  padding: 36px 28px 32px;
  display: flex; flex-direction: column; gap: 18px;
  transition: transform var(--dur-base) var(--ease-out-snap), box-shadow var(--dur-base) var(--ease-out-snap);
  overflow: hidden;
}
.tier::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: var(--kente-bands); background-size: 240px 100%;
}
.tier:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft-md); }
.tier.is-featured {
  background: var(--pitch-green); color: var(--chalk);
  border-color: var(--pitch-green);
  box-shadow: 10px 10px 0 var(--kente-gold);
}
.tier__tag {
  position: absolute; top: 16px; right: 20px;
  background: var(--accra-red); color: var(--chalk);
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 3px;
}
.tier__price {
  font-family: var(--font-stat);
  font-size: 68px; line-height: 0.9; letter-spacing: -0.005em;
  color: var(--pitch-green);
}
.tier.is-featured .tier__price { color: var(--kente-gold); }
.tier__price small { font-size: 0.26em; color: var(--fg-3); margin-left: 6px; vertical-align: top; font-family: var(--font-body); font-weight: 600; }
.tier.is-featured .tier__price small { color: var(--fg-on-green-2); }
.tier__name { font-family: var(--font-display); font-size: 30px; text-transform: uppercase; letter-spacing: 0.005em; margin: 0; color: inherit; }
.tier__desc { font-size: 14px; line-height: 1.55; color: var(--fg-2); margin: 0; }
.tier.is-featured .tier__desc { color: var(--fg-on-green-2); }
.tier__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.tier__list li {
  display: grid; grid-template-columns: 18px 1fr; gap: 10px;
  font-size: 13.5px; line-height: 1.4; color: var(--fg-1);
}
.tier.is-featured .tier__list li { color: var(--chalk); }
.tier__list svg { color: var(--kente-gold-2); width: 18px; height: 18px; }
.tier.is-featured .tier__list svg { color: var(--kente-gold); }
.tier .btn { margin-top: auto; align-self: stretch; }

/* ---- CTA BAND ----------------------------------------------- */
.cta-band {
  background: var(--kente-gold);
  color: var(--star-black);
  padding: 88px 32px;
  position: relative; overflow: hidden;
}
.cta-band__kente { position: absolute; left: 0; right: 0; height: 6px; background: var(--kente-bands); background-size: 240px 100%; z-index: 1; }
.cta-band__kente--top { top: 0; }
.cta-band__kente--bot { bottom: 0; }
.cta-band__inner { max-width: 1480px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; position: relative; z-index: 2; }
.cta-band__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 80px); line-height: 0.9;
  letter-spacing: 0.005em; text-transform: uppercase;
  margin: 0; max-width: 940px;
  text-wrap: balance;
}
.cta-band__title em { font-style: italic; font-family: inherit; font-size: inherit; font-weight: inherit; color: var(--accra-red); letter-spacing: 0.005em; }

/* ---- FOOTER ------------------------------------------------- */
.site-footer {
  background: var(--star-black); color: var(--chalk);
  padding: 0 0 32px;
  position: relative;
}
.site-footer__kente { height: 8px; background: var(--kente-bands); background-size: 240px 100%; }
.site-footer__inner { max-width: 1480px; margin-inline: auto; padding: 72px 32px 0; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.site-footer h4 {
  font-family: var(--font-display); font-size: 16px;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--kente-gold); margin: 0 0 16px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { color: #DEDAC9; text-decoration: none; font-size: 14px; cursor: pointer; }
.site-footer a:hover { color: var(--kente-gold); }
.site-footer__brand { display: flex; flex-direction: column; gap: 18px; }
.site-footer__brand-mark {
  width: 120px; height: 120px; border-radius: 12px;
  background: var(--chalk);
  display: flex; align-items: center; justify-content: center;
  padding: 10px;
}
.site-footer__brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.site-footer__brand p { color: #DEDAC9; font-size: 14px; line-height: 1.55; max-width: 320px; }
.site-footer__bottom {
  border-top: 1.5px solid rgba(251, 247, 238, 0.14);
  margin: 56px 32px 0; padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-family: var(--font-mono); font-size: 12px; color: #DEDAC9;
  letter-spacing: 0.04em;
  max-width: 1480px; margin-inline: auto;
}

@media (max-width: 1080px) {
  .timeline { grid-template-columns: 1fr 1fr; gap: 32px 16px; }
  .timeline::before { display: none; }
  .stats-band__inner { grid-template-columns: 1fr 1fr; }
}

/* ---- CONTACT MODAL ------------------------------------------ */
.contact-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.contact-modal {
  background: var(--chalk);
  border-radius: 8px;
  width: 100%; max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 52px 44px 44px;
  box-shadow: var(--shadow-soft-lg);
}
.contact-modal__kente {
  position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: var(--kente-bands); background-size: 240px 100%;
  border-radius: 8px 8px 0 0;
}
.contact-modal__close {
  position: absolute; top: 18px; right: 18px;
  background: none; border: none; cursor: pointer;
  color: var(--fg-3); padding: 6px; line-height: 0;
  border-radius: var(--r-2);
  transition: color var(--dur-fast), background var(--dur-fast);
}
.contact-modal__close:hover { color: var(--pitch-green); background: var(--n-10); }
.contact-modal__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px); line-height: 0.9;
  text-transform: uppercase; letter-spacing: 0.005em;
  color: var(--pitch-green); margin: 8px 0 28px;
}
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.contact-form__textarea { resize: vertical; min-height: 120px; }
.contact-form__error {
  font-size: 13.5px; line-height: 1.5;
  color: var(--accra-red); margin: 0;
}
.contact-form__submit { align-self: flex-start; }
.contact-modal__success {
  text-align: center; padding: 24px 0;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.contact-modal__success-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--pitch-green); color: var(--chalk);
  font-size: 28px; display: flex; align-items: center; justify-content: center;
}
.contact-modal__success-title {
  font-family: var(--font-display); font-size: 40px;
  text-transform: uppercase; color: var(--pitch-green); margin: 0;
}

/* ---- MOBILE NAV --------------------------------------------- */
.site-nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  flex-shrink: 0;
}
.site-nav__burger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--star-black);
  border-radius: 2px;
  transition: transform var(--dur-base) var(--ease-out-snap), opacity var(--dur-fast), transform var(--dur-base) var(--ease-out-snap);
}
.site-nav__burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.site-nav__burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.site-nav__burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.site-nav__mobile {
  display: flex;
  flex-direction: column;
  padding: 8px 20px 24px;
  border-top: 1.5px solid var(--border-1);
  background: rgba(251, 247, 238, 0.97);
  backdrop-filter: blur(6px);
}
.site-nav__mobile a:not(.btn) {
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; color: var(--fg-2);
  padding: 16px 4px;
  border-bottom: 1.5px solid var(--border-1);
  display: block;
  transition: color var(--dur-fast);
  cursor: pointer;
}
.site-nav__mobile a:not(.btn):hover { color: var(--pitch-green); }
.site-nav__mobile a.is-active { color: var(--pitch-green); }
.site-nav__mobile .btn { margin-top: 16px; justify-content: center; }

/* ---- MOBILE BREAKPOINTS ------------------------------------- */
@media (max-width: 820px) {
  /* Header */
  .site-nav { display: none; }
  .site-nav__burger { display: flex; }
  .site-header__inner { padding: 10px 20px; }
  .site-header__logo img { width: 72px; height: 72px; margin: -8px 0; }
  .site-header__logo-text { font-size: 18px; }

  /* Layout collapses (existing) */
  .hero__inner, .work, .section__head, .site-footer__inner { grid-template-columns: 1fr; }
  .pillars, .tiers, .team-grid { grid-template-columns: 1fr; }
  .stats-band__inner { grid-template-columns: 1fr 1fr; }
  .cta-band__inner { grid-template-columns: 1fr; }

  /* Section padding */
  .section { padding: 64px 20px; }
  .section__head { margin-bottom: 36px; gap: 16px; }
  .section__intro { max-width: none; }

  /* Hero */
  .hero__inner { padding: 64px 20px 72px; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .hero__photo { box-shadow: 10px 10px 0 var(--kente-gold); margin-top: 8px; }

  /* Stats */
  .stats-band__inner { padding: 40px 20px; gap: 24px; }

  /* CTA band */
  .cta-band { padding: 64px 20px; }
  .cta-band__inner { gap: 24px; }

  /* Where we work */
  .work { gap: 32px; }
  .work__photo { box-shadow: 8px 8px 0 var(--pitch-green); }

  /* Footer */
  .site-footer__inner { padding: 48px 20px 0; gap: 32px; }
  .site-footer__bottom { margin-top: 40px; padding-inline: 20px; flex-direction: column; gap: 8px; }

  /* Contact modal */
  .contact-modal { padding: 44px 24px 32px; }
  .contact-form__submit { align-self: stretch; justify-content: center; }
}

@media (max-width: 600px) {
  /* Timeline: single column on small phones */
  .timeline { grid-template-columns: 1fr; gap: 24px; }

  /* Work items: tighten on very small screens */
  .work-item { padding: 14px 16px; gap: 12px; }
  .work-item__num { font-size: 24px; }
  .work-item__name { font-size: 20px; }
}
