/* ─── TOKENS ──────────────────────────────────────────────── */
  :root {
    --gray:      #363636;
    --orange:    #D9593C;
    --wine:      #803723;
    --terracota: #B75C3C;
    --cream:     #FAF7F4;
    --light:     #F3EDE7;
    --white:     #FFFFFF;
    --canela:    'Georgia', 'Times New Roman', serif;
    --poppins:   'Poppins', sans-serif;
    --max:       1180px;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--poppins); color: var(--gray); background: var(--cream); -webkit-font-smoothing: antialiased; }
  img  { display: block; width: 100%; }
  a    { text-decoration: none; color: inherit; }

  .container { max-width: var(--max); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
  .tag { display: inline-block; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--terracota); margin-bottom: .85rem; }

  /* ─── BUTTONS ─────────────────────────────────────────────── */
  .btn {
    display: inline-flex; align-items: center; gap: .45rem;
    font-family: var(--poppins); font-size: .8rem; font-weight: 600;
    letter-spacing: .07em; text-transform: uppercase;
    padding: .85rem 1.9rem; border-radius: 50px;
    transition: all .22s ease; cursor: pointer; border: none;
  }
  .btn-primary { background: var(--orange); color: #fff; }
  .btn-primary:hover { background: var(--wine); }
  .btn-outline { background: transparent; color: var(--gray); border: 1.5px solid rgba(54,54,54,.3); }
  .btn-outline:hover { border-color: var(--orange); color: var(--orange); }
  .btn-dark { background: var(--gray); color: #fff; }
  .btn-dark:hover { background: #222; }
  .btn-wine { background: var(--wine); color: #fff; }
  .btn-wine:hover { background: #5a2515; }

  /* ─── NAV (legacy — replaced by header.css) ──────────────── */
  /* NOTE: rule removed — nav tag now lives inside .site-header */

  /* ─── FADE ANIMATION ──────────────────────────────────────── */
  .fade-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
  .fade-up.visible { opacity: 1; transform: translateY(0); }
  .fade-left { opacity: 0; transform: translateX(-28px); transition: opacity .6s ease, transform .6s ease; }
  .fade-left.visible { opacity: 1; transform: translateX(0); }
  .fade-right { opacity: 0; transform: translateX(28px); transition: opacity .6s ease, transform .6s ease; }
  .fade-right.visible { opacity: 1; transform: translateX(0); }

  /* ═══════════════════════════════════════════════════════════
     HERO
  ══════════════════════════════════════════════════════════ */
  #whatwedo-hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    background: var(--cream); overflow: hidden;
  }
  .hero-content {
    display: flex; flex-direction: column; justify-content: center;
    padding: clamp(3rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3.5rem) clamp(3rem, 6vw, 5rem) clamp(1.25rem, 6vw, 5rem);
  }
  .hero-breadcrumb {
    display: flex; align-items: center; gap: .5rem;
    font-size: .7rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
    color: rgba(54,54,54,.4); margin-bottom: 1.75rem;
  }
  .hero-breadcrumb a { opacity: 1; color: var(--gray); transition: color .2s; }
  .hero-breadcrumb a:hover { color: var(--orange); }
  .hero-breadcrumb span { color: var(--orange); opacity: 1; }
  .hero-label {
    display: flex; align-items: center; gap: .75rem; margin-bottom: 1.25rem;
  }
  .hero-label::before { display: none; }
  .hero-label span { font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); }
  .pg-whatwedo .hero-title {
    font-family: var(--canela); font-size: clamp(2.6rem, 5.5vw, 4.8rem);
    font-weight: normal; font-style: italic; line-height: 1.0;
    color: var(--gray); margin-bottom: 1.5rem; letter-spacing: -.01em;
  }
  .pg-whatwedo .hero-title strong { font-style: normal; font-weight: normal; display: block; }
  .hero-intro {
    font-size: clamp(.9rem, 1.5vw, 1.05rem); line-height: 1.75; color: var(--gray); opacity: .72;
    max-width: 460px; margin-bottom: 2.5rem;
  }

  .hero-visual { position: relative; overflow: hidden; }
  .hero-visual-inner {
    width: 100%; height: 100%; min-height: 580px;
    background: #1a0804;
    position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  }
  .whatwedo-hero-photo {
    position: absolute; inset: 0; z-index: 1;
    width: 100%; height: 100%; object-fit: cover; object-position: center top;
  }
  .hero-visual-inner::after {
    content: ''; position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.25) 0%,
      transparent 35%,
      transparent 55%,
      rgba(0,0,0,.55) 100%
    );
  }
  .hero-visual-caption {
    position: relative; z-index: 4; padding: 2rem 2.5rem;
  }
  .hero-visual-caption p {
    font-family: var(--canela); font-size: 1.1rem; font-style: italic;
    color: rgba(255,255,255,.72); line-height: 1.5; max-width: 280px; margin-bottom: .6rem;
  }
  .hero-visual-caption span {
    font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    color: var(--terracota); display: flex; align-items: center; gap: .5rem;
  }
  .hero-visual-caption span::before { content: ''; width: 18px; height: 1px; background: var(--terracota); }

  /* ═══════════════════════════════════════════════════════════
     WHY OUR WORK MATTERS  —  before / after layout
  ══════════════════════════════════════════════════════════ */
  #why {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--white);
    overflow: hidden;
  }

  /* ── Centred header ───────────────────────────────────── */
  .why-header {
    text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem);
  }
  .why-header h2 {
    font-family: var(--canela); font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: normal; font-style: italic; color: var(--gray); letter-spacing: -.01em;
    line-height: 1.1; margin-bottom: 1rem;
  }
  .why-header p {
    font-size: .95rem; line-height: 1.75; color: var(--gray); opacity: .65;
    max-width: 520px; margin: 0 auto;
  }

  /* ── Grid wrapper ─────────────────────────────────────── */
  .why-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(54,54,54,.11);
    position: relative;           /* anchor for the arrow */
  }

  /* ── Arrow between columns ────────────────────────────── */
  .why-cols::after {
    content: '→';
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--orange); color: #fff;
    font-size: .95rem; font-family: var(--poppins); font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 16px rgba(217,89,60,.4);
  }

  /* ── Shared card base ─────────────────────────────────── */
  .why-col-card {
    padding: clamp(2.25rem, 4.5vw, 3.25rem) clamp(2rem, 4vw, 3rem);
    position: relative;
  }

  /* ── LEFT — The Challenge (muted / cool) ─────────────── */
  .why-col-card.left {
    background: var(--light);
    border-right: 1px solid rgba(54,54,54,.1);
  }

  /* "Before" pill */
  .why-side-label {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    padding: .28rem .85rem; border-radius: 100px; margin-bottom: 1.4rem;
    width: fit-content;
  }
  .why-col-card.left  .why-side-label {
    background: rgba(54,54,54,.09); color: rgba(54,54,54,.5);
    border: 1px solid rgba(54,54,54,.12);
  }
  .why-col-card.right .why-side-label {
    background: rgba(217,89,60,.08); color: var(--orange);
    border: 1px solid rgba(217,89,60,.2);
  }

  /* Card heading */
  .why-col-card h3 {
    font-family: var(--canela); font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: normal; line-height: 1.15; margin-bottom: .55rem;
    color: var(--gray);
  }
  .why-col-card.right h3 { color: var(--white); }
  /* Lead sentence */
  .why-col-card .why-lead {
    font-size: .87rem; line-height: 1.75; color: var(--gray);
    opacity: .62; margin-bottom: 1.6rem;
  }

  /* Scannable challenge list */
  .why-checklist {
    list-style: none; padding: 0;
    display: flex; flex-direction: column; gap: 0;
  }
  .why-checklist li {
    display: flex; align-items: center; gap: 1rem;
    font-size: .87rem; line-height: 1.5; color: var(--gray);
    padding: .9rem 0;
    border-bottom: 1px solid rgba(54,54,54,.08);
  }
  .why-checklist li:last-child { border-bottom: none; }

  /* Circle bullet icon */
  .why-check-icon {
    width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
    background: var(--terracota);
  }

  /* ── RIGHT — Impact Gap + Our Response (warm / brand) ── */
  .why-col-card.right {
    background: var(--gray);
    display: flex; flex-direction: column; justify-content: center;
  }

  /* Impact Gap block */
  .why-block-label {
    font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    display: flex; align-items: center; gap: .55rem;
    margin-bottom: .9rem;
  }
  .why-block-label::before {
    content: ''; width: 18px; height: 1.5px; flex-shrink: 0;
  }
  .why-block-label.gap   { color: var(--terracota); }
  .why-block-label.gap::before   { background: var(--terracota); }
  .why-block-label.resp  { color: var(--orange); }
  .why-block-label.resp::before  { background: var(--orange); }

  .why-block-title {
    font-family: var(--canela); font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: normal; color: var(--white); line-height: 1.15; margin-bottom: .65rem;
  }
  .why-block-body {
    font-size: .87rem; line-height: 1.8; color: rgba(255,255,255,.6);
  }

  /* Separator between the two right blocks */
  .why-block-sep {
    width: 100%; height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,.15), transparent);
    margin: 2rem 0;
  }

  /* Our Response gets a subtle warm glow strip */
  .why-response-wrap {
    background: rgba(217,89,60,.1);
    border: 1px solid rgba(217,89,60,.2);
    border-radius: 6px; padding: 1.5rem 1.75rem;
  }
  .why-response-wrap .why-block-body { color: rgba(255,255,255,.75); }

  /* ── Responsive ───────────────────────────────────────── */
  @media (max-width: 720px) {
    .why-cols { grid-template-columns: 1fr; }
    .why-cols::after { display: none; }
    .why-col-card.left { border-right: none; border-bottom: 1px solid rgba(54,54,54,.1); }
  }

  /* ═══════════════════════════════════════════════════════════
     EDUCATIONAL PROGRAMS
  ══════════════════════════════════════════════════════════ */
  #programs {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--cream);
    overflow: hidden;
  }
  .programs-top { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 3.5rem; }
  .programs-top h2 {
    font-family: var(--canela); font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: normal; color: var(--gray); line-height: 1.15;
  }
  .programs-top p { font-size: .93rem; line-height: 1.8; color: var(--gray); opacity: .68; }

  .programs-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; margin-bottom: 2.75rem; }

  .program-card {
    border-radius: 16px; overflow: hidden; position: relative;
    aspect-ratio: 2/3;
    background-size: cover; background-position: center;
    transition: transform .3s, box-shadow .3s;
  }
  .program-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(0,0,0,.28); }

  .program-card:nth-child(1) { background-image: url('/images/programs/entrepreneurship.jpg'); }
  .program-card:nth-child(2) { background-image: url('/images/programs/financial.jpg'); }
  .program-card:nth-child(3) { background-image: url('/images/programs/english.jpg'); }
  .program-card:nth-child(4) { background-image: url('/images/programs/mental-health.jpg'); }
  .program-card:nth-child(5) { background-image: url('/images/programs/technology.jpg'); }

  .program-card::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.04) 0%, rgba(0,0,0,.5) 50%, rgba(0,0,0,.88) 100%);
    transition: background .3s;
  }
  .program-card:hover::before { background: linear-gradient(to bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,.6) 50%, rgba(0,0,0,.92) 100%); }

  .program-card-accent { display: none; }

  .program-card-icon {
    position: absolute; top: 1.25rem; left: 1.25rem; z-index: 1;
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--terracota);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .program-card-icon svg { width: 22px; height: 22px; flex-shrink: 0; }

  .program-card-body {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 1.75rem 1.5rem;
    z-index: 1;
  }
  .program-card-body h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: .55rem; line-height: 1.3; }
  .program-card-body p  { font-size: .82rem; line-height: 1.7; color: rgba(255,255,255,.78); margin-bottom: 1rem; }
  .program-card-link {
    font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
    color: rgba(255,255,255,.6); display: flex; align-items: center; gap: .4rem;
    transition: color .2s, gap .2s;
  }
  .program-card-link:hover { color: #fff; gap: .7rem; }
  .program-card:nth-child(2) .program-card-link { color: rgba(255,255,255,.6); }
  .program-card:nth-child(3) .program-card-link { color: rgba(255,255,255,.6); }

  .programs-cta { text-align: center; }

  /* ═══════════════════════════════════════════════════════════
     WORKSHOPS & COMMUNITY EVENTS
  ══════════════════════════════════════════════════════════ */
  #workshops {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--gray); color: var(--white); overflow: hidden;
  }
  .workshops-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .workshops-text .tag { color: var(--terracota); }
  .workshops-text h2 {
    font-family: var(--canela); font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: normal; color: var(--white); line-height: 1.15; margin-bottom: 1.5rem;
  }
  .workshops-text > p {
    font-size: .92rem; line-height: 1.8; color: rgba(255,255,255,.65); margin-bottom: 2rem;
  }
  .workshops-focus-label {
    font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    color: rgba(255,255,255,.35); margin-bottom: 1.1rem;
  }
  .workshops-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2.5rem; }
  .workshops-tag {
    font-size: .75rem; font-weight: 500; padding: .4rem .9rem; border-radius: 100px;
    background: rgba(255,255,255,.08); color: rgba(255,255,255,.75);
    border: 1px solid rgba(255,255,255,.12); transition: background .2s, border-color .2s;
    cursor: default;
  }
  .workshops-tag:hover { background: rgba(217,89,60,.25); border-color: var(--orange); color: var(--white); }

  /* Workshop visual block */
  .workshops-visual { display: flex; flex-direction: column; gap: 1rem; }
  .workshops-photo-main {
    aspect-ratio: 4/3; border-radius: 4px; overflow: hidden;
    background: linear-gradient(135deg, #5a2818 0%, #2a1008 100%);
    position: relative; display: flex; align-items: flex-end;
  }
  .workshops-photo-main::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 60% at 60% 30%, rgba(217,89,60,.2), transparent);
  }
  .workshops-photo-caption {
    position: relative; z-index: 2;
    padding: 1.25rem;
    font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    color: rgba(255,255,255,.5); display: flex; align-items: center; gap: .5rem;
  }
  .workshops-photo-caption::before { content: ''; width: 16px; height: 1px; background: rgba(255,255,255,.4); }

  .workshops-photo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .workshops-photo-sm {
    aspect-ratio: 1/1; border-radius: 4px; overflow: hidden;
    position: relative;
  }
  .workshops-photo-sm.c1 { background: linear-gradient(135deg, var(--terracota), #3a1a0c); }
  .workshops-photo-sm.c2 { background: linear-gradient(135deg, var(--orange), #5a2015); }

  /* ═══════════════════════════════════════════════════════════
     PAST EVENTS CAROUSEL
  ══════════════════════════════════════════════════════════ */
  #past-events {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--light); overflow: hidden;
  }
  .past-events-header { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 2.75rem; gap: 2rem; flex-wrap: wrap; }
  .past-events-header h2 {
    font-family: var(--canela); font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: normal; color: var(--gray); line-height: 1.15;
  }
  .past-events-header p { font-size: .9rem; line-height: 1.75; color: var(--gray); opacity: .65; margin-top: .75rem; max-width: 520px; }
  .carousel-controls { display: flex; gap: .5rem; }
  .carousel-btn {
    width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(54,54,54,.2);
    background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: var(--gray); transition: all .2s;
  }
  .carousel-btn:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

  .events-carousel {
    display: flex; gap: 1.25rem; overflow-x: auto; padding-bottom: 1rem; cursor: grab;
    scrollbar-width: none;
  }
  .events-carousel::-webkit-scrollbar { display: none; }
  .events-carousel:active { cursor: grabbing; }
  .event-card {
    flex: 0 0 320px; border-radius: 4px; overflow: hidden;
    background: var(--white); transition: transform .25s, box-shadow .25s;
  }
  .event-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(54,54,54,.1); }
  .event-card-photo {
    height: 200px; position: relative; overflow: hidden;
  }
  .event-card-photo-bg {
    width: 100%; height: 100%;
    transition: transform .4s ease;
  }
  .event-card:hover .event-card-photo-bg { transform: scale(1.04); }
  .event-card-photo-bg.ev1 { background: linear-gradient(135deg, #5c2a1a, var(--wine)); }
  .event-card-photo-bg.ev2 { background: linear-gradient(135deg, var(--orange), #8a3822); }
  .event-card-photo-bg.ev3 { background: linear-gradient(135deg, var(--terracota), #3a1a0c); }
  .event-card-photo-bg.ev4 { background: linear-gradient(135deg, var(--gray), #5a2416); }
  .event-card-photo-bg.ev5 { background: linear-gradient(135deg, #6a2e1a, var(--orange)); }
  .event-card-photo-tag {
    position: absolute; top: 1rem; left: 1rem;
    font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    color: #fff; background: rgba(54,54,54,.55); padding: .25rem .65rem; border-radius: 2px;
  }
  .event-card-body { padding: 1.5rem 1.75rem 1.75rem; }
  .event-card-body h3 { font-size: .98rem; font-weight: 600; color: var(--gray); margin-bottom: .55rem; line-height: 1.35; }
  .event-card-body p  { font-size: .82rem; line-height: 1.7; color: var(--gray); opacity: .6; }

  /* ═══════════════════════════════════════════════════════════
     OUR EVENTS INCLUDE
  ══════════════════════════════════════════════════════════ */
  #events-include {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--white);
    overflow: hidden;
  }
  .events-include-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .events-include-text .tag { margin-bottom: 1rem; }
  .events-include-text h2 {
    font-family: var(--canela); font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: normal; color: var(--gray); line-height: 1.2; margin-bottom: 1.5rem;
  }
  .events-include-text > p { font-size: .9rem; line-height: 1.78; color: var(--gray); opacity: .65; margin-bottom: 2rem; }

  .events-list { display: flex; flex-direction: column; gap: .75rem; }
  .events-list-item {
    display: flex; align-items: center; gap: 1.25rem;
    padding: 1.1rem 1.5rem; border-radius: 3px;
    background: var(--light);
    border-left: 3px solid transparent;
    transition: border-color .22s, transform .22s;
  }
  .events-list-item:hover { border-left-color: var(--orange); transform: translateX(3px); }
  .events-list-item:nth-child(2):hover { border-left-color: var(--terracota); }
  .events-list-item:nth-child(3):hover { border-left-color: var(--wine); }
  .events-list-icon {
    width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
    background: var(--terracota);
    display: flex; align-items: center; justify-content: center;
  }
  .events-list-item:nth-child(2) .events-list-icon { background: var(--orange); }
  .events-list-item:nth-child(3) .events-list-icon { background: var(--wine); }
  .events-list-item:nth-child(4) .events-list-icon { background: #5a7a6a; }
  .events-list-icon svg { width: 18px; height: 18px; stroke: #fff !important; fill: none !important; }
  .events-list-item span:last-child { font-size: .9rem; font-weight: 500; color: var(--gray); }

  .events-include-visual {
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 1rem; height: 400px;
  }
  .ei-photo {
    border-radius: 4px; overflow: hidden; position: relative;
  }
  .ei-photo.tall { grid-row: span 2; }
  .ei-bg { width: 100%; height: 100%; }
  .ei-bg.ei1 { background: linear-gradient(160deg, #5a2818, #2a1008); }
  .ei-bg.ei2 { background: linear-gradient(160deg, var(--orange), var(--wine)); }
  .ei-bg.ei3 { background: linear-gradient(160deg, var(--terracota), #3a1510); }
  .ei-bg.ei4 { background: linear-gradient(160deg, var(--gray), #5a2416); }

  /* ═══════════════════════════════════════════════════════════
     FINAL CTA
  ══════════════════════════════════════════════════════════ */
  #cta-final {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: linear-gradient(135deg, #2a1008 0%, #1a0804 100%);
    text-align: center; position: relative; overflow: hidden;
  }
  #cta-final::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(217,89,60,.18), transparent);
  }
  .cta-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
  .cta-inner .tag { color: var(--terracota); }
  .cta-inner h2 {
    font-family: var(--canela); font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: normal; font-style: italic; color: var(--white);
    line-height: 1.2; margin-bottom: 1rem;
  }
  .cta-inner h2 em { font-style: normal; color: var(--terracota); }
  .cta-text { font-size: .95rem; line-height: 1.75; color: rgba(255,255,255,.6); margin-bottom: 2.5rem; }
  .cta-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

  /* ─── FOOTER ─────────────────────────────────────────────── */
  footer { background: #1a0a04; color: var(--white); padding: clamp(3rem, 6vw, 5rem) 0 2rem; }
  .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
  .footer-logo { font-family: var(--canela); font-size: 1.4rem; color: var(--white); line-height: 1.2; margin-bottom: .75rem; }
  .footer-logo span { display: block; font-family: var(--poppins); font-size: .6rem; font-style: normal; letter-spacing: .18em; text-transform: uppercase; color: var(--terracota); margin-top: 4px; }
  .footer-tagline { font-size: .82rem; line-height: 1.7; color: rgba(255,255,255,.45); max-width: 220px; }
  .footer-col h4 { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 1rem; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: .55rem; }
  .footer-col a { font-size: .83rem; color: rgba(255,255,255,.55); transition: color .2s; }
  .footer-col a:hover { color: var(--orange); }
  .social-links { display: flex; gap: .65rem; }
  .social-link {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center;
    font-size: .75rem; color: rgba(255,255,255,.6); transition: background .2s;
  }
  .social-link:hover { background: var(--orange); color: var(--white); }
  .footer-bottom {
    padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.07);
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
  }
  .footer-copy    { font-size: .74rem; color: rgba(255,255,255,.28); }
  .footer-mission { font-family: var(--canela); font-size: .72rem; font-style: italic; color: rgba(255,255,255,.22); }

  /* ─── RESPONSIVE ─────────────────────────────────────────── */
  @media (max-width: 960px) {
    #whatwedo-hero { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .hero-content { padding: 5rem 1.5rem 3.5rem; }
    .why-cols { grid-template-columns: 1fr; border-radius: 6px; }
    .why-col-card.left  { border-right: none; border-bottom: 1px solid rgba(54,54,54,.1); }
    .why-connector { display: none; }
    .programs-top, .workshops-inner, .events-include-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .programs-grid { grid-template-columns: repeat(3, 1fr); }
    .past-events-header { grid-template-columns: 1fr; }
    .carousel-controls { display: none; }
    .events-include-visual { height: 280px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 600px) {
    /* .nav-links / .nav-cta handled by header.css */
    .programs-grid { grid-template-columns: repeat(2, 1fr); }
    .workshops-photo-row { grid-template-columns: 1fr; }
    .events-include-visual { display: none; }
    .footer-top { grid-template-columns: 1fr; }
    .cta-btns { flex-direction: column; align-items: center; }
  }

/* ─── Blazor page-scope: restore styles overridden by later global CSS files ─── */
.pg-whatwedo .hero-title {
  font-style: italic;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 1.0;
  letter-spacing: -.01em;
}
.pg-whatwedo .hero-title strong {
  font-style: normal;
}
.pg-whatwedo .hero-intro {
  font-size: clamp(.9rem, 1.5vw, 1.05rem);
  line-height: 1.75;
  opacity: .72;
  max-width: 460px;
}