/* GENERATED by build-wp-css.js from site.css — do not edit by hand. */
/* ==========================================================================
   Digi2U 2026 — Editorial Bold
   Design tokens map 1:1 to the Elementor Global Kit (Site Settings → Colors/Fonts).
   ========================================================================== */

:root {
  /* Elementor Global Colors */
  --d2u-red:        #FF0000;   /* Primary   */
  --d2u-black:      #0A0A0A;   /* Secondary */
  --d2u-charcoal:   #1A1A1A;   /* Text      */
  --d2u-gray:       #6E6E73;   /* Accent    */

  --d2u-red-dark:   #D90000;
  --d2u-red-tint:   #FFF4F4;
  --d2u-white:      #FFFFFF;
  --d2u-off-white:  #FAFAF8;
  --d2u-light:      #F2F2EF;
  --d2u-line:        rgba(10,10,10,.10);
  --d2u-line-soft:   rgba(10,10,10,.06);
  --d2u-line-strong: rgba(10,10,10,.22);

  --shadow-soft: 0 2px 18px rgba(10,10,10,.05);
  --shadow-lift: 0 24px 70px rgba(10,10,10,.13);

  /* Elementor Global Fonts */
  --font-display: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --wrap: 1240px;
  --gut: clamp(20px, 5vw, 64px);
  --nav-h: 74px;
}

.entry-content *, .entry-content *::before, .entry-content *::after { box-sizing: border-box; }

.entry-content { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

.entry-content {
  margin: 0;
  font-family: var(--font-body);
  color: var(--d2u-charcoal);
  background: var(--d2u-white);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.entry-content img { max-width: 100%; display: block; }
.entry-content a { color: inherit; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.02;
  color: var(--d2u-black);
  margin: 0;
}

.entry-content .wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }

/* ---------- Typography scale ---------- */
.entry-content .display { font-size: clamp(2.9rem, 7.5vw, 6.2rem); }
.entry-content .h-section { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.entry-content .h-card { font-size: clamp(1.15rem, 1.9vw, 1.5rem); letter-spacing: -.02em; }

.entry-content .kicker {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--d2u-red);
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.entry-content .kicker::before {
  content: ''; width: 34px; height: 2px;
  background: var(--d2u-red); flex: none;
}
.entry-content .kicker--plain::before { display: none; }

.entry-content .lede {
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.6;
  color: var(--d2u-gray);
  max-width: 62ch;
  margin: 22px 0 0;
}

.entry-content .rule-red { color: var(--d2u-red); }

/* ---------- Sections ---------- */
.entry-content section { padding: clamp(72px, 9vw, 132px) 0; }
.entry-content .sec-tight { padding: clamp(52px, 6vw, 88px) 0; }
.entry-content .sec-light { background: var(--d2u-off-white); }
.entry-content .sec-dark { background: var(--d2u-black); color: rgba(255,255,255,.72); }
.entry-content .sec-dark h1, .entry-content .sec-dark h2, .entry-content .sec-dark h3 { color: var(--d2u-white); }
.entry-content .sec-dark .lede { color: rgba(255,255,255,.62); }

.entry-content .sec-head { max-width: 780px; margin-bottom: clamp(40px, 5vw, 66px); }
.entry-content .sec-head .lede { margin-top: 20px; }

/* ---------- Buttons ---------- */
.entry-content .btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  font-family: var(--font-body);
  font-size: .88rem; font-weight: 700; letter-spacing: .02em;
  text-decoration: none;
  border: 1.5px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all .22s ease;
  background: none;
}
.entry-content .btn-primary { background: var(--d2u-red); color: #fff; }
.entry-content .btn-primary:hover { background: var(--d2u-red-dark); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,0,0,.28); }
.entry-content .btn-dark { background: var(--d2u-black); color: #fff; }
.entry-content .btn-dark:hover { background: var(--d2u-charcoal); transform: translateY(-2px); }
.entry-content .btn-ghost { border-color: var(--d2u-line); color: var(--d2u-black); }
.entry-content .btn-ghost:hover { border-color: var(--d2u-black); transform: translateY(-2px); }
.entry-content .sec-dark .btn-ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.entry-content .sec-dark .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.07); }
.entry-content .btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

/* ---------- Nav ---------- */
.entry-content .nav {
  position: sticky; top: 0; z-index: 600;
  height: var(--nav-h);
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--d2u-line-soft);
}
.entry-content .nav-in { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut);
  height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.entry-content .nav-logo {
  font-family: var(--font-display); font-weight: 800; font-size: 1.32rem;
  letter-spacing: -.04em; text-decoration: none; color: var(--d2u-black); flex: none;
}
.entry-content .nav-logo span { color: var(--d2u-red); }
.entry-content .nav-links { display: flex; align-items: center; gap: 34px; }
.entry-content .nav-links a {
  font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; color: var(--d2u-charcoal); position: relative; padding: 6px 0;
  transition: color .2s;
}
.entry-content .nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--d2u-red); transition: width .25s ease;
}
.entry-content .nav-links a:hover { color: var(--d2u-black); }
.entry-content .nav-links a:hover::after, .entry-content .nav-links a[aria-current="page"]::after { width: 100%; }
.entry-content .nav-links a[aria-current="page"] { color: var(--d2u-black); }
.entry-content .nav-cta { display: flex; align-items: center; gap: 12px; flex: none; }
.entry-content .nav-cta .btn { padding: 11px 22px; font-size: .78rem; }

.entry-content .nav-toggle {
  display: none; background: none; border: 0; padding: 8px; cursor: pointer;
  flex-direction: column; gap: 5px;
}
.entry-content .nav-toggle span { display: block; width: 22px; height: 2px; background: var(--d2u-black); transition: .25s; }

@media (max-width: 940px) {
  .entry-content .nav-toggle { display: flex; }
  .entry-content .nav-links {
    position: fixed; inset: var(--nav-h) 0 auto 0;
    background: #fff; flex-direction: column; align-items: flex-start;
    gap: 0; padding: 12px var(--gut) 26px;
    border-bottom: 1px solid var(--d2u-line);
    transform: translateY(-130%); transition: transform .3s ease;
    box-shadow: var(--shadow-lift);
  }
  .entry-content .nav-links.open { transform: translateY(0); }
  .entry-content .nav-links a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--d2u-line-soft); font-size: .95rem; }
  .entry-content .nav-cta .btn-ghost { display: none; }
}

/* ---------- Hero ---------- */
.entry-content .hero { padding: clamp(64px, 9vw, 118px) 0 0; position: relative; overflow: hidden; }
.entry-content .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--d2u-gray); border: 1px solid var(--d2u-line); border-radius: 100px;
  padding: 8px 18px; margin-bottom: 30px;
}
.entry-content .hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--d2u-red); }
.entry-content .hero h1 { max-width: 15ch; }
.entry-content .hero .lede { max-width: 54ch; }

.entry-content .hero-media {
  margin-top: clamp(44px, 6vw, 76px);
  aspect-ratio: 21 / 9;
  background: var(--d2u-light) center/cover no-repeat;
  border-radius: 3px; position: relative; overflow: hidden;
}
.entry-content .hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0) 40%, rgba(10,10,10,.42) 100%);
}
@media (max-width: 700px) { .entry-content .hero-media { aspect-ratio: 4 / 3; } }

/* ---------- Video hero ---------- */
.entry-content .vhero {
  position: relative; overflow: hidden;
  min-height: clamp(560px, 82vh, 860px);
  display: flex; align-items: flex-end;
  background: var(--d2u-black);
  padding-bottom: clamp(48px, 7vw, 96px);
}
.entry-content .vhero-bg { position: absolute; inset: 0; z-index: 0; }
.entry-content .vhero-bg video, .entry-content .vhero-bg img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.entry-content .vhero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,10,.62) 0%, rgba(10,10,10,.28) 34%, rgba(10,10,10,.86) 100%),
    linear-gradient(90deg, rgba(10,10,10,.60) 0%, rgba(10,10,10,0) 66%);
}
.entry-content .vhero .wrap { position: relative; z-index: 1; width: 100%; }
.entry-content .vhero h1, .entry-content .vhero h2 { color: #fff; }
.entry-content .vhero .lede { color: rgba(255,255,255,.82); }
.entry-content .vhero .hero-eyebrow { color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.entry-content .vhero .btn-ghost { border-color: rgba(255,255,255,.42); color: #fff; }
.entry-content .vhero .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* Small "live" marker so the video reads as real footage, not stock */
.entry-content .vhero-badge {
  position: absolute; z-index: 2; right: var(--gut); bottom: clamp(48px, 7vw, 96px);
  display: flex; align-items: center; gap: 9px;
  font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.72); background: rgba(10,10,10,.42);
  border: 1px solid rgba(255,255,255,.18); border-radius: 100px; padding: 8px 15px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.entry-content .vhero-badge .pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--d2u-red);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
@media (max-width: 700px) { .entry-content .vhero-badge { display: none; } }
@media (prefers-reduced-motion: reduce) { .entry-content .vhero-badge .pulse { animation: none; } }

/* Inline video block (not a hero) */
.entry-content .vblock {
  position: relative; border-radius: 3px; overflow: hidden;
  background: var(--d2u-black); aspect-ratio: 16 / 9;
}
.entry-content .vblock video, .entry-content .vblock img { width: 100%; height: 100%; object-fit: cover; display: block; }
.entry-content .vblock-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 42px 26px 20px; color: #fff; font-size: .84rem; font-weight: 600;
  background: linear-gradient(180deg, rgba(10,10,10,0), rgba(10,10,10,.8));
}

/* ---------- Full-bleed editorial band ----------
   A breather between sections: one large photograph, one short line.
   Elementor equivalent: a full-width Container with a background image,
   background overlay, and min-height. */
.entry-content .band {
  position: relative; overflow: hidden;
  min-height: clamp(380px, 52vh, 620px);
  display: flex; align-items: flex-end;
  padding: 0 0 clamp(34px, 5vw, 62px);
  background: var(--d2u-black);
}
.entry-content .band-bg { position: absolute; inset: 0; z-index: 0; }
.entry-content .band-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.entry-content .band-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,10,.30) 0%, rgba(10,10,10,.10) 38%, rgba(10,10,10,.90) 100%),
    linear-gradient(90deg, rgba(10,10,10,.72) 0%, rgba(10,10,10,.30) 46%, rgba(10,10,10,0) 78%);
}
.entry-content .band .wrap { position: relative; z-index: 1; width: 100%; }
.entry-content .band .kicker { color: #fff; }
.entry-content .band .kicker::before { background: var(--d2u-red); }
.entry-content .band h2 {
  color: #fff; max-width: 20ch;
  font-size: clamp(1.7rem, 3.6vw, 3rem); letter-spacing: -.03em; line-height: 1.05;
}
.entry-content .band p {
  color: rgba(255,255,255,.78); max-width: 56ch; margin: 16px 0 0;
  font-size: clamp(.96rem, 1.4vw, 1.12rem); line-height: 1.6;
}
.entry-content .band-credit {
  position: absolute; z-index: 2; right: var(--gut); bottom: clamp(34px, 5vw, 62px);
  font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
@media (max-width: 760px) { .entry-content .band-credit { display: none; } }

/* Two-up editorial pair */
.entry-content .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--d2u-line-soft); }
.entry-content .pair figure { margin: 0; background: var(--d2u-light); position: relative; overflow: hidden; }
.entry-content .pair img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4 / 3; transition: transform .6s ease; }
.entry-content .pair figure:hover img { transform: scale(1.04); }
.entry-content .pair figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 38px 22px 18px; color: #fff; font-size: .82rem; font-weight: 600; line-height: 1.45;
  background: linear-gradient(180deg, rgba(10,10,10,0), rgba(10,10,10,.82));
}
@media (max-width: 640px) { .entry-content .pair { grid-template-columns: 1fr; } }

/* Inline brand mark beside a heading */
.entry-content .mark-head { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.entry-content .mark-head img { width: 62px; height: 62px; object-fit: contain; flex: none; border-radius: 3px; background: #fff; padding: 6px; }
.entry-content .sec-dark .mark-head img { background: #fff; }

/* ---------- Portrait video frame ----------
   Phone-shot footage (9:16) shown in a frame that fits it, rather than cropped
   into a wide box. */
.entry-content .vportrait {
  position: relative; overflow: hidden; border-radius: 3px;
  background: var(--d2u-black); aspect-ratio: 9 / 16;
  max-width: 340px; width: 100%; margin: 0 auto;
  box-shadow: var(--shadow-lift);
}
.entry-content .vportrait video, .entry-content .vportrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.entry-content .vportrait-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 44px 20px 18px; color: #fff; font-size: .8rem; font-weight: 600; line-height: 1.45;
  background: linear-gradient(180deg, rgba(10,10,10,0), rgba(10,10,10,.85));
}
.entry-content .vportrait-play {
  position: absolute; z-index: 3; inset: 0; margin: auto;
  width: 62px; height: 62px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255,255,255,.92); color: var(--d2u-black);
  display: grid; place-items: center; transition: background .2s, transform .2s;
}
.entry-content .vportrait-play svg { width: 20px; height: 20px; fill: currentColor; margin-left: 3px; }
.entry-content .vportrait-play:hover { background: var(--d2u-red); color: #fff; transform: scale(1.06); }
.entry-content .vportrait.playing .vportrait-play { display: none; }

/* ---------- Story / throughline block ---------- */
.entry-content .throughline { max-width: 900px; }
.entry-content .throughline h2 {
  font-size: clamp(1.9rem, 3.1vw, 2.9rem);
  line-height: 1.06; letter-spacing: -.03em; color: #fff;
  text-wrap: balance;
}
.entry-content .throughline .lede-lg {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 2.8vw, 2.35rem); letter-spacing: -.025em; line-height: 1.2;
  color: var(--d2u-white); margin: 0 0 24px;
}
.entry-content .throughline p {
  font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.68;
  color: rgba(255,255,255,.72); margin: 0 0 18px; max-width: 68ch;
}
.entry-content .throughline p:last-child { margin-bottom: 0; }
.entry-content .throughline strong { color: #fff; font-weight: 600; }

/* ---------- Locations ---------- */
.entry-content .locs { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .loc { background: #fff; padding: 30px 26px 32px; display: flex; flex-direction: column; }
.entry-content .sec-dark .locs { background: rgba(255,255,255,.12); }
.entry-content .sec-dark .loc { background: var(--d2u-black); }
.entry-content .loc-role { font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--d2u-red); margin-bottom: 12px; }
.entry-content .loc h3 { font-size: 1.3rem; margin-bottom: 6px; }
.entry-content .loc-place { font-size: .82rem; font-weight: 600; color: var(--d2u-gray); margin-bottom: 14px; }
.entry-content .loc p { font-size: .89rem; line-height: 1.6; color: var(--d2u-gray); margin: 0 0 18px; flex: 1; }
.entry-content .sec-dark .loc p { color: rgba(255,255,255,.58); }
.entry-content .loc-stats { display: flex; flex-direction: column; gap: 1px; background: var(--d2u-line-soft); margin-top: auto; }
.entry-content .sec-dark .loc-stats { background: rgba(255,255,255,.1); }
.entry-content .loc-stats > div { background: var(--d2u-off-white); padding: 10px 14px; display: flex; justify-content: space-between; gap: 12px; }
.entry-content .sec-dark .loc-stats > div { background: rgba(255,255,255,.04); }
.entry-content .loc-stats strong { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--d2u-gray); }
.entry-content .loc-stats span { font-size: .84rem; font-weight: 700; color: var(--d2u-black); }
.entry-content .sec-dark .loc-stats span { color: #fff; }
@media (max-width: 1000px) { .entry-content .locs { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px)  { .entry-content .locs { grid-template-columns: 1fr; } }

/* ---------- Founder ---------- */
.entry-content .founder { display: grid; grid-template-columns: 280px 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.entry-content .founder-img { width: 100%; border-radius: 3px; object-fit: cover; aspect-ratio: 4/5; background: var(--d2u-light); }
.entry-content .founder-quote {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.4rem, 2.4vw, 2rem); letter-spacing: -.025em; line-height: 1.2;
  color: var(--d2u-black); margin: 0 0 20px;
}
.entry-content .sec-dark .founder-quote { color: #fff; }
.entry-content .founder-story { font-size: clamp(.98rem, 1.4vw, 1.1rem); line-height: 1.68; color: var(--d2u-gray); margin: 0 0 24px; }
.entry-content .founder-who { padding-top: 20px; border-top: 1px solid var(--d2u-line); }
.entry-content .founder-who strong { display: block; font-family: var(--font-display); font-size: 1.05rem; color: var(--d2u-black); }
.entry-content .sec-dark .founder-who { border-top-color: rgba(255,255,255,.15); }
.entry-content .sec-dark .founder-who strong { color: #fff; }
.entry-content .founder-who span { font-size: .84rem; color: var(--d2u-red); font-weight: 600; }
@media (max-width: 720px) { .entry-content .founder { grid-template-columns: 1fr; } .entry-content .founder-img { max-width: 240px; } }

/* ---------- Funder panel ---------- */
.entry-content .fund { display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,.14); border-top: 3px solid var(--d2u-red); }
.entry-content .fund-row { background: var(--d2u-black); display: grid; grid-template-columns: 190px 260px 1fr; gap: 20px; padding: 20px 22px; align-items: baseline; }
.entry-content .fund-k { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--d2u-gray); }
.entry-content .fund-v { font-family: var(--font-display); font-weight: 800; font-size: 1.06rem; color: #fff; letter-spacing: -.01em; }
.entry-content .fund-note { font-size: .87rem; color: rgba(255,255,255,.6); line-height: 1.5; }
@media (max-width: 860px) { .entry-content .fund-row { grid-template-columns: 1fr; gap: 6px; } }

/* ---------- Activity gallery ---------- */
.entry-content .gal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .gal-item {
  position: relative; border: 0; padding: 0; cursor: pointer; overflow: hidden;
  background: var(--d2u-light); aspect-ratio: 1 / 1; width: 100%; display: block;
}
.entry-content .gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.entry-content .gal-item:hover img { transform: scale(1.07); }
.entry-content .gal-item:focus-visible { outline: 3px solid var(--d2u-red); outline-offset: -3px; z-index: 2; }
.entry-content .gal-item::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0) 45%, rgba(10,10,10,.78) 100%);
  opacity: 0; transition: opacity .3s ease;
}
.entry-content .gal-item:hover::after, .entry-content .gal-item:focus-visible::after { opacity: 1; }
.entry-content .gal-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 16px 16px 15px; text-align: left;
  color: #fff; font-size: .8rem; font-weight: 600; line-height: 1.4;
  opacity: 0; transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}
.entry-content .gal-item:hover .gal-cap, .entry-content .gal-item:focus-visible .gal-cap { opacity: 1; transform: none; }
.entry-content .gal-cat {
  display: block; font-size: .6rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--d2u-red); margin-bottom: 5px;
}
/* Feature the first tile at 2×2 for rhythm */
.entry-content .gal-item.wide { grid-column: span 2; grid-row: span 2; aspect-ratio: 1 / 1; }
@media (max-width: 900px) {
  .entry-content .gal { grid-template-columns: repeat(3, 1fr); }
  .entry-content .gal-item.wide { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 560px) {
  .entry-content .gal { grid-template-columns: repeat(2, 1fr); }
  .entry-content .gal-cap { opacity: 1; transform: none; font-size: .72rem; padding: 12px; }
  .entry-content .gal-item::after { opacity: 1; }
}

/* Gallery filter chips */
.entry-content .gal-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.entry-content .gal-filter {
  border: 1px solid var(--d2u-line); background: #fff; cursor: pointer;
  font: inherit; font-size: .78rem; font-weight: 600; letter-spacing: .02em;
  padding: 9px 17px; border-radius: 100px; color: var(--d2u-charcoal);
  transition: all .2s ease;
}
.entry-content .gal-filter:hover { border-color: var(--d2u-black); }
.entry-content .gal-filter[aria-pressed="true"] { background: var(--d2u-black); border-color: var(--d2u-black); color: #fff; }

/* ---------- Day-in-the-life strip ---------- */
.entry-content .moments { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .moment { background: #fff; display: flex; flex-direction: column; }
.entry-content .moment-img { aspect-ratio: 4 / 3; background: var(--d2u-light); overflow: hidden; }
.entry-content .moment-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.entry-content .moment:hover .moment-img img { transform: scale(1.05); }
.entry-content .moment-body { padding: 26px 24px 30px; flex: 1; }
.entry-content .moment-when {
  font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--d2u-red); margin-bottom: 11px;
}
.entry-content .moment h3 { font-size: 1.22rem; margin-bottom: 10px; }
.entry-content .moment p { font-size: .89rem; color: var(--d2u-gray); margin: 0; line-height: 1.6; }
@media (max-width: 1000px) { .entry-content .moments { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .entry-content .moments { grid-template-columns: 1fr; } }

/* ---------- Charter block ---------- */
.entry-content .charter { border-top: 3px solid var(--d2u-red); padding-top: 40px; }
.entry-content .charter-lead {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem); letter-spacing: -.03em; line-height: 1.06;
  margin: 0 0 20px; color: var(--d2u-black);
}
.entry-content .sec-dark .charter-lead { color: #fff; }
.entry-content .charter-body { font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; color: var(--d2u-gray); max-width: 66ch; margin: 0; }
.entry-content .sec-dark .charter-body { color: rgba(255,255,255,.68); }

/* ---------- Logo wall ----------
   minmax(0,1fr) rather than 1fr: a bare 1fr is minmax(auto,1fr), so the widest
   logo's min-content width forces every track wider than the container. */
.entry-content .logos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .logo-cell {
  background: #fff; aspect-ratio: 5 / 3; display: grid; place-items: center;
  padding: clamp(14px, 3vw, 26px); min-width: 0; transition: background .25s ease;
}
.entry-content .logo-cell:hover { background: var(--d2u-off-white); }
.entry-content .logo-cell img {
  max-width: 100%; max-height: 62px; width: auto; height: auto;
  object-fit: contain; filter: grayscale(1); opacity: .55;
  transition: filter .3s ease, opacity .3s ease;
}
.entry-content .logo-cell:hover img { filter: none; opacity: 1; }
@media (max-width: 800px) { .entry-content .logos { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ==========================================================================
   PHASE 2 — narrative sections
   ========================================================================== */

/* ---------- Section eyebrow numbering (narrative spine) ---------- */
.entry-content .chapter {
  display: flex; align-items: baseline; gap: 16px;
  font-family: var(--font-display); font-weight: 800;
  font-size: .74rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--d2u-red); margin-bottom: 20px;
}
.entry-content .chapter .num {
  font-size: 2.4rem; letter-spacing: -.04em; line-height: .9;
  color: var(--d2u-line-strong); -webkit-text-stroke: 0;
}
.entry-content .sec-dark .chapter .num { color: rgba(255,255,255,.18); }

/* ---------- The Need / industry stats ---------- */
.entry-content .need { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .need-cell { background: var(--d2u-white); padding: 34px 26px 30px; display: flex; flex-direction: column; }
.entry-content .need-n {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.2rem, 3.8vw, 3.3rem); letter-spacing: -.045em; line-height: 1;
  color: var(--d2u-black); margin-bottom: 14px;
}
.entry-content .need-label { font-size: .92rem; line-height: 1.55; color: var(--d2u-charcoal); flex: 1; }
.entry-content .need-src {
  margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--d2u-line-soft);
  font-size: .68rem; line-height: 1.45; color: var(--d2u-gray);
}
.entry-content .need-src a { color: var(--d2u-gray); text-decoration: underline; text-underline-offset: 2px; }
.entry-content .need-src a:hover { color: var(--d2u-red); }
@media (max-width: 1000px) { .entry-content .need { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .entry-content .need { grid-template-columns: 1fr; } }

/* On dark sections the national data is context, not the headline — it recedes
   so Digi2U's own numbers carry the emphasis. */
.entry-content .sec-dark .need { background: rgba(255,255,255,.12); }
.entry-content .sec-dark .need-cell { background: var(--d2u-black); }
.entry-content .sec-dark .need-n { color: rgba(255,255,255,.45); }
.entry-content .sec-dark .need-label { color: rgba(255,255,255,.6); }
.entry-content .sec-dark .need-src { color: rgba(255,255,255,.34); border-top-color: rgba(255,255,255,.12); }
.entry-content .sec-dark .need-src a { color: rgba(255,255,255,.34); }
.entry-content .sec-dark .need-src a:hover { color: var(--d2u-red); }

/* ---------- Impact dashboard: two clearly separated halves ---------- */
.entry-content .dash { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 940px) { .entry-content .dash { grid-template-columns: 1fr; } }

.entry-content .dash-side { min-width: 0; }
.entry-content .dash-head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 16px; margin-bottom: 26px;
  border-bottom: 2px solid var(--d2u-line);
}
.entry-content .dash-head h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.75rem); letter-spacing: -.025em; margin: 0;
}
.entry-content .dash-chip {
  font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 11px; border-radius: 2px; flex: none;
}
.entry-content .dash-side--need  .dash-chip { background: var(--d2u-light); color: var(--d2u-gray); }
.entry-content .dash-side--need  .dash-head { border-bottom-color: var(--d2u-line); }
.entry-content .dash-side--ours  .dash-chip { background: var(--d2u-red-tint); color: var(--d2u-red); }
.entry-content .dash-side--ours  .dash-head { border-bottom-color: var(--d2u-red); }
.entry-content .sec-dark .dash-head { border-bottom-color: rgba(255,255,255,.18); }
.entry-content .sec-dark .dash-side--ours .dash-head { border-bottom-color: var(--d2u-red); }
.entry-content .sec-dark .dash-side--need .dash-chip { background: rgba(255,255,255,.1); color: rgba(255,255,255,.6); }

.entry-content .dash-note { font-size: .84rem; color: var(--d2u-gray); margin: 0 0 24px; line-height: 1.55; }
.entry-content .sec-dark .dash-note { color: rgba(255,255,255,.55); }

.entry-content .dash-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .sec-dark .dash-grid { background: rgba(255,255,255,.12); }
@media (max-width: 480px) { .entry-content .dash-grid { grid-template-columns: 1fr; } }

.entry-content .metric { background: #fff; padding: 24px 22px 22px; display: flex; flex-direction: column; min-height: 148px; }
.entry-content .sec-dark .metric { background: var(--d2u-black); }
.entry-content .metric-n {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.045em; line-height: 1;
  color: var(--d2u-black); margin-bottom: 10px;
}
.entry-content .sec-dark .metric-n { color: #fff; }
.entry-content .metric-l { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--d2u-charcoal); }
.entry-content .sec-dark .metric-l { color: rgba(255,255,255,.85); }
.entry-content .metric-note { font-size: .78rem; color: var(--d2u-gray); margin-top: 9px; line-height: 1.5; }
.entry-content .sec-dark .metric-note { color: rgba(255,255,255,.45); }
.entry-content .metric-src { font-size: .66rem; color: var(--d2u-gray); margin-top: auto; padding-top: 14px; line-height: 1.4; }

/* Pending metric — visibly empty on purpose */
.entry-content .metric.pending { background: repeating-linear-gradient(-45deg, var(--d2u-off-white), var(--d2u-off-white) 8px, #fff 8px, #fff 16px); }
.entry-content .sec-dark .metric.pending {
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,.035), rgba(255,255,255,.035) 8px, transparent 8px, transparent 16px);
}
.entry-content .metric.pending .metric-n { color: var(--d2u-line-strong); }
.entry-content .sec-dark .metric.pending .metric-n { color: rgba(255,255,255,.22); }
.entry-content .metric.pending .metric-l { color: var(--d2u-gray); }
.entry-content .metric-tag {
  margin-top: auto; padding-top: 14px;
  font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--d2u-gray);
}

/* ---------- Program category cards ---------- */
.entry-content .cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--d2u-line-soft); }
@media (max-width: 760px) { .entry-content .cats { grid-template-columns: 1fr; } }

.entry-content .cat { background: #fff; display: flex; flex-direction: column; overflow: hidden; }
.entry-content .cat-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--d2u-light); position: relative; }
.entry-content .cat-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.entry-content .cat:hover .cat-media img { transform: scale(1.04); }
.entry-content .cat-count {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  background: rgba(255,255,255,.94); color: var(--d2u-black);
  font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 2px;
}
.entry-content .cat-body { padding: 30px 30px 34px; flex: 1; display: flex; flex-direction: column; }
.entry-content .cat-kicker { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--d2u-red); margin-bottom: 11px; }
.entry-content .cat h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); margin-bottom: 12px; }
.entry-content .cat-desc { font-size: .93rem; color: var(--d2u-gray); line-height: 1.6; margin: 0 0 22px; }
.entry-content .cat-list { list-style: none; margin: 0 0 4px; padding: 0; border-top: 1px solid var(--d2u-line-soft); }
.entry-content .cat-list li { border-bottom: 1px solid var(--d2u-line-soft); }
.entry-content .cat-list button {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer; font: inherit;
  padding: 14px 2px; display: flex; align-items: center; gap: 12px;
  font-size: .93rem; font-weight: 600; color: var(--d2u-charcoal);
  transition: color .2s, padding-left .2s;
}
.entry-content .cat-list button::after { content: '→'; margin-left: auto; color: var(--d2u-red); opacity: 0; transition: opacity .2s, transform .2s; }
.entry-content .cat-list button:hover { color: var(--d2u-red); padding-left: 8px; }
.entry-content .cat-list button:hover::after { opacity: 1; transform: translateX(3px); }
.entry-content .cat-list .badge {
  font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  background: var(--d2u-red-tint); color: var(--d2u-red); padding: 4px 8px; border-radius: 2px; flex: none;
}

/* ---------- Giving impact cards ---------- */
.entry-content .giving { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .give { background: #fff; padding: 34px 28px 38px; display: flex; flex-direction: column; }
.entry-content .sec-dark .giving { background: rgba(255,255,255,.12); }
.entry-content .sec-dark .give { background: var(--d2u-black); }
.entry-content .give-icon {
  font-family: var(--font-display); font-weight: 800; font-size: .82rem; letter-spacing: .06em;
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 2px;
  background: var(--d2u-red-tint); color: var(--d2u-red); margin-bottom: 22px;
}
.entry-content .sec-dark .give-icon { background: rgba(255,0,0,.16); }
.entry-content .give h3 { font-size: 1.16rem; margin-bottom: 11px; }
.entry-content .give p { font-size: .89rem; color: var(--d2u-gray); line-height: 1.6; margin: 0; flex: 1; }
.entry-content .sec-dark .give p { color: rgba(255,255,255,.6); }
.entry-content .give-amt {
  font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; letter-spacing: -.03em;
  color: var(--d2u-black); margin-top: 20px;
}
.entry-content .sec-dark .give-amt { color: #fff; }
@media (max-width: 1000px) { .entry-content .giving { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .entry-content .giving { grid-template-columns: 1fr; } }

/* ---------- Testimonial slots ---------- */
.entry-content .stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .story { background: #fff; padding: 34px 30px 36px; display: flex; flex-direction: column; }
.entry-content .story-quote { font-size: 1.02rem; line-height: 1.62; color: var(--d2u-charcoal); flex: 1; margin: 0 0 26px; }
.entry-content .story-quote::before { content: '“'; font-family: var(--font-display); font-size: 3rem; line-height: 0; color: var(--d2u-red); display: block; margin-bottom: 18px; }
.entry-content .story-who { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid var(--d2u-line-soft); }
.entry-content .story-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; background: var(--d2u-light); flex: none; }
.entry-content .story-name { font-family: var(--font-display); font-weight: 700; font-size: .98rem; color: var(--d2u-black); }
.entry-content .story-prog { font-size: .76rem; color: var(--d2u-red); font-weight: 600; margin-top: 3px; }

.entry-content .story.pending { background: repeating-linear-gradient(-45deg, var(--d2u-off-white), var(--d2u-off-white) 8px, #fff 8px, #fff 16px); }
.entry-content .story.pending .story-quote { color: var(--d2u-gray); font-style: italic; }
.entry-content .story.pending .story-quote::before { color: var(--d2u-line-strong); }
.entry-content .story.pending .story-img { background: var(--d2u-line); }
.entry-content .story-slot {
  font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--d2u-gray); margin-bottom: 16px;
}
@media (max-width: 900px) { .entry-content .stories { grid-template-columns: 1fr; } }

/* ---------- Story / about preview ---------- */
.entry-content .story-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .sec-dark .story-pillars { background: rgba(255,255,255,.12); }
.entry-content .story-pillar { background: #fff; padding: 28px 26px 30px; }
.entry-content .sec-dark .story-pillar { background: var(--d2u-black); }
.entry-content .story-pillar .tile-icon { margin-bottom: 18px; }
.entry-content .story-pillar h3 { font-size: 1.1rem; margin-bottom: 9px; }
.entry-content .story-pillar p { font-size: .87rem; color: var(--d2u-gray); line-height: 1.6; margin: 0; }
.entry-content .sec-dark .story-pillar p { color: rgba(255,255,255,.6); }
@media (max-width: 560px) { .entry-content .story-pillars { grid-template-columns: 1fr; } }

/* ---------- Staggered reveal ---------- */
.entry-content .reveal[data-d="1"] { transition-delay: .07s; }
.entry-content .reveal[data-d="2"] { transition-delay: .14s; }
.entry-content .reveal[data-d="3"] { transition-delay: .21s; }
.entry-content .reveal[data-d="4"] { transition-delay: .28s; }
.entry-content .reveal[data-d="5"] { transition-delay: .35s; }
.entry-content .reveal[data-d="6"] { transition-delay: .42s; }
.entry-content .reveal[data-d="7"] { transition-delay: .49s; }
@media (prefers-reduced-motion: reduce) { .entry-content .reveal[data-d] { transition-delay: 0s !important; } }

/* ---------- Photo lightbox variant ---------- */
.entry-content .lb-panel.photo { max-width: 1120px; background: transparent; box-shadow: none; }
.entry-content .lb-photo { width: 100%; border-radius: 3px; display: block; background: var(--d2u-charcoal); }
.entry-content .lb-photo-cap {
  color: #fff; padding: 18px 4px 0; font-size: .92rem; line-height: 1.5;
  display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: baseline;
}
.entry-content .lb-photo-cap b { font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--d2u-red); }

/* ---------- Stat bar ---------- */
.entry-content .stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--d2u-line); }
.entry-content .stat { padding: 34px 24px 34px 0; border-right: 1px solid var(--d2u-line); }
.entry-content .stat:last-child { border-right: 0; }
.entry-content .stat-n {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 3.1rem); letter-spacing: -.04em;
  line-height: 1; color: var(--d2u-black);
}
.entry-content .stat-l { font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--d2u-gray); margin-top: 10px; }
.entry-content .sec-dark .stat { border-color: rgba(255,255,255,.14); }
.entry-content .sec-dark .stat-n { color: #fff; }
.entry-content .sec-dark .stat-l { color: rgba(255,255,255,.5); }
@media (max-width: 720px) {
  .entry-content .stats { grid-template-columns: repeat(2, 1fr); }
  .entry-content .stat:nth-child(2) { border-right: 0; }
  .entry-content .stat:nth-child(-n+2) { border-bottom: 1px solid var(--d2u-line); }
  .entry-content .sec-dark .stat:nth-child(-n+2) { border-bottom-color: rgba(255,255,255,.14); }
}

/* ---------- Marquee ---------- */
.entry-content .marquee { overflow: hidden; border-block: 1px solid var(--d2u-line); padding: 20px 0; background: var(--d2u-white); }
.entry-content .marquee-track { display: flex; gap: 46px; width: max-content; animation: slide 42s linear infinite; }
.entry-content .marquee-item {
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  letter-spacing: -.01em; color: var(--d2u-gray); white-space: nowrap;
  display: flex; align-items: center; gap: 46px;
}
.entry-content .marquee-item::after { content: '◆'; color: var(--d2u-red); font-size: .55rem; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .entry-content .marquee-track { animation: none; } }

/* ---------- Card grids ---------- */
.entry-content .grid { display: grid; gap: 2px; background: var(--d2u-line-soft); }
.entry-content .grid-3 { grid-template-columns: repeat(3, 1fr); }
.entry-content .grid-4 { grid-template-columns: repeat(4, 1fr); }
.entry-content .grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1000px) { .entry-content .grid-4 { grid-template-columns: repeat(2, 1fr); } .entry-content .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .entry-content .grid-4, .entry-content .grid-3, .entry-content .grid-2 { grid-template-columns: 1fr; } }

/* Program / cert card — Elementor: Image Box */
.entry-content .card {
  background: #fff; border: 0; padding: 0; text-align: left;
  cursor: pointer; font: inherit; color: inherit;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative; width: 100%;
}
.entry-content .card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); z-index: 2; }
.entry-content .card:focus-visible { outline: 3px solid var(--d2u-red); outline-offset: -3px; }
.entry-content .card-media { aspect-ratio: 4 / 3; background: var(--d2u-light) center/cover no-repeat; position: relative; overflow: hidden; }
.entry-content .card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.entry-content .card:hover .card-media img { transform: scale(1.05); }
.entry-content .card-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(255,255,255,.94); color: var(--d2u-black);
  font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 11px; border-radius: 2px;
}
.entry-content .card-body { padding: 26px 26px 30px; flex: 1; display: flex; flex-direction: column; }
.entry-content .card-kicker { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--d2u-red); margin-bottom: 11px; }
.entry-content .card-desc { font-size: .92rem; color: var(--d2u-gray); margin: 12px 0 0; line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.entry-content .card-more { margin-top: auto; padding-top: 20px; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--d2u-black); display: flex; align-items: center; gap: 8px; }
.entry-content .card-more::after { content: '→'; color: var(--d2u-red); transition: transform .25s; }
.entry-content .card:hover .card-more::after { transform: translateX(5px); }

/* Team card */
.entry-content .card-person .card-media { aspect-ratio: 1 / 1; }
.entry-content .card-person .card-body { padding: 22px 22px 26px; }

/* Icon tile — Elementor: Icon Box */
.entry-content .tile {
  background: #fff; padding: 34px 30px 38px; text-align: left;
  border: 0; font: inherit; color: inherit; cursor: pointer; width: 100%;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.entry-content .tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); z-index: 2; }
.entry-content .tile:focus-visible { outline: 3px solid var(--d2u-red); outline-offset: -3px; }
.entry-content .tile-icon {
  width: 50px; height: 50px; flex: none;
  display: grid; place-items: center; margin-bottom: 22px;
  background: var(--d2u-red-tint); color: var(--d2u-red);
  font-family: var(--font-display); font-weight: 800; font-size: .82rem; letter-spacing: -.02em;
  border-radius: 2px;
}
.entry-content .tile-desc { font-size: .92rem; color: var(--d2u-gray); margin: 12px 0 0; line-height: 1.6; flex: 1; }
.entry-content .tile.is-static { cursor: default; }
.entry-content .tile.is-static:hover { transform: none; box-shadow: none; }

/* ---------- Theory of change ---------- */
.entry-content .theory { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .theory-step { background: var(--d2u-white); padding: 32px 26px 40px; position: relative; }
.entry-content .theory-step::before {
  content: ''; position: absolute; top: 0; left: 0; height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--d2u-red) var(--fill, 20%), var(--d2u-line) var(--fill, 20%));
}
.entry-content .theory-n {
  font-family: var(--font-display); font-weight: 800; font-size: .78rem;
  letter-spacing: .1em; color: var(--d2u-red); margin-bottom: 16px;
}
.entry-content .theory-step h3 { font-size: 1.28rem; margin-bottom: 12px; }
.entry-content .theory-step p { font-size: .89rem; color: var(--d2u-gray); margin: 0; line-height: 1.6; }
@media (max-width: 1000px) { .entry-content .theory { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .entry-content .theory { grid-template-columns: 1fr; } }

/* ---------- Numbered list (pillars / values) ---------- */
.entry-content .numbered { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .numbered > div { background: var(--d2u-white); padding: 30px 26px 34px; }
.entry-content .numbered .n {
  font-family: var(--font-display); font-weight: 800; font-size: 2.1rem;
  letter-spacing: -.04em; color: var(--d2u-red); line-height: 1; margin-bottom: 16px;
}
.entry-content .numbered h3 { font-size: 1.16rem; margin-bottom: 10px; }
.entry-content .numbered p { font-size: .88rem; color: var(--d2u-gray); margin: 0; line-height: 1.6; }
.entry-content .sec-dark .numbered, .entry-content .sec-dark .numbered > div { background: transparent; }
.entry-content .sec-dark .numbered { gap: 1px; background: rgba(255,255,255,.12); }
.entry-content .sec-dark .numbered > div { background: var(--d2u-black); }
.entry-content .sec-dark .numbered p { color: rgba(255,255,255,.6); }
@media (max-width: 1000px) { .entry-content .numbered { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .entry-content .numbered { grid-template-columns: 1fr; } }

/* ---------- Split ---------- */
.entry-content .split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.entry-content .split-media { aspect-ratio: 4 / 5; background: var(--d2u-light) center/cover no-repeat; border-radius: 3px; }
@media (max-width: 880px) { .entry-content .split { grid-template-columns: 1fr; } .entry-content .split-media { aspect-ratio: 16 / 10; order: -1; } }

/* ---------- Pricing / tiers — Elementor: Price Table ---------- */
.entry-content .tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--d2u-line-soft); }
.entry-content .tier { background: #fff; padding: 38px 32px 42px; display: flex; flex-direction: column; }
.entry-content .tier.featured { background: var(--d2u-black); color: rgba(255,255,255,.72); }
.entry-content .tier.featured h3, .entry-content .tier.featured .tier-amt { color: #fff; }
.entry-content .tier-tag { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--d2u-red); margin-bottom: 16px; }
.entry-content .tier-amt { font-family: var(--font-display); font-weight: 800; font-size: 2.5rem; letter-spacing: -.04em; color: var(--d2u-black); margin: 6px 0 24px; }
.entry-content .tier ul { list-style: none; margin: 0 0 30px; padding: 0; flex: 1; }
.entry-content .tier li { font-size: .89rem; line-height: 1.55; padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid var(--d2u-line-soft); }
.entry-content .tier.featured li { border-color: rgba(255,255,255,.12); }
.entry-content .tier li::before { content: '→'; position: absolute; left: 0; color: var(--d2u-red); font-weight: 700; }
@media (max-width: 900px) { .entry-content .tiers { grid-template-columns: 1fr; } }

/* ---------- Contact / footer ---------- */
.entry-content .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); }
@media (max-width: 880px) { .entry-content .contact-grid { grid-template-columns: 1fr; } }
.entry-content .contact-line { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); align-items: flex-start; }
.entry-content .contact-ico { width: 34px; flex: none; color: var(--d2u-red); font-size: 1.05rem; }
.entry-content .contact-line strong { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 5px; }
.entry-content .contact-line a, .entry-content .contact-line span { color: #fff; text-decoration: none; font-size: 1rem; }

/* Transparency strip */
.entry-content .transparency {
  display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center;
  padding: 26px 32px; background: var(--d2u-off-white);
  border-left: 3px solid var(--d2u-red); margin-top: 40px;
}
.entry-content .transparency div { font-size: .84rem; }
.entry-content .transparency strong { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--d2u-gray); margin-bottom: 4px; }
.entry-content .sec-dark .transparency { background: rgba(255,255,255,.05); }
.entry-content .sec-dark .transparency div { color: #fff; }
.entry-content .sec-dark .transparency strong { color: rgba(255,255,255,.45); }

/* Form */
.entry-content .form-card { background: #fff; padding: 34px 32px 38px; border-radius: 3px; }
.entry-content .field { margin-bottom: 16px; }
.entry-content .field label { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--d2u-gray); margin-bottom: 8px; }
.entry-content .field input, .entry-content .field select, .entry-content .field textarea {
  width: 100%; padding: 13px 15px; font: inherit; font-size: .95rem;
  border: 1px solid var(--d2u-line); border-radius: 2px; background: var(--d2u-off-white);
  color: var(--d2u-charcoal); transition: border-color .2s;
}
.entry-content .field input:focus, .entry-content .field select:focus, .entry-content .field textarea:focus { outline: none; border-color: var(--d2u-red); background: #fff; }
.entry-content .field textarea { min-height: 110px; resize: vertical; }

.entry-content footer.site {
  background: var(--d2u-black); color: rgba(255,255,255,.5);
  padding: 56px 0 40px; font-size: .85rem;
}
.entry-content footer.site a { color: rgba(255,255,255,.72); text-decoration: none; }
.entry-content footer.site a:hover { color: #fff; }
.entry-content .foot-top { display: flex; flex-wrap: wrap; gap: 26px; justify-content: space-between; align-items: center;
  padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.12); margin-bottom: 26px; }
.entry-content .foot-nav { display: flex; flex-wrap: wrap; gap: 26px; }
.entry-content .foot-nav a { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.entry-content .foot-bottom { display: flex; flex-wrap: wrap; gap: 12px 30px; justify-content: space-between; font-size: .78rem; }

/* ==========================================================================
   Lightbox — mirrors Elementor Pro Popup behaviour
   ========================================================================== */
.entry-content .lb {
  position: fixed; inset: 0; z-index: 900;
  display: none; align-items: flex-start; justify-content: center;
  padding: clamp(16px, 4vw, 52px);
  background: rgba(10,10,10,.72);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  overflow-y: auto; overscroll-behavior: contain;
}
.entry-content .lb.open { display: flex; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

.entry-content .lb-panel {
  background: #fff; width: 100%; max-width: 940px;
  border-radius: 3px; position: relative;
  box-shadow: 0 40px 120px rgba(0,0,0,.4);
  animation: rise .3s cubic-bezier(.2,.8,.3,1);
  margin: auto;
}
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .entry-content .lb.open, .entry-content .lb-panel { animation: none; } }

.entry-content .lb-close {
  position: absolute; top: 16px; right: 16px; z-index: 5;
  width: 42px; height: 42px; border-radius: 50%;
  border: 0; cursor: pointer;
  background: rgba(255,255,255,.94); color: var(--d2u-black);
  display: grid; place-items: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.16);
  transition: background .2s, color .2s, transform .2s;
}
.entry-content .lb-close svg {
  width: 18px; height: 18px;
  stroke: currentColor; stroke-width: 2.2; stroke-linecap: round;
  fill: none;
}
.entry-content .lb-close:hover { background: var(--d2u-red); color: #fff; transform: rotate(90deg); }

.entry-content .lb-hero { aspect-ratio: 21 / 8; background: var(--d2u-light) center/cover no-repeat; border-radius: 3px 3px 0 0; }
@media (max-width: 700px) { .entry-content .lb-hero { aspect-ratio: 16 / 9; } }

.entry-content .lb-body { padding: clamp(28px, 4vw, 46px); }
.entry-content .lb-tag { display: inline-block; background: var(--d2u-red-tint); color: var(--d2u-red);
  font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 2px; margin-bottom: 18px; }
.entry-content .lb-kicker { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--d2u-gray); margin-bottom: 10px; }
.entry-content .lb-body h2 { font-size: clamp(1.7rem, 3.3vw, 2.6rem); margin-bottom: 18px; }
.entry-content .lb-body > p { color: var(--d2u-gray); line-height: 1.7; margin: 0 0 22px; }

.entry-content .lb-meta { display: flex; flex-wrap: wrap; gap: 2px; background: var(--d2u-line-soft); margin: 26px 0; }
.entry-content .lb-meta > div { background: var(--d2u-off-white); padding: 16px 22px; flex: 1 1 170px; }
.entry-content .lb-meta strong { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--d2u-gray); margin-bottom: 5px; }
.entry-content .lb-meta span { font-size: .95rem; font-weight: 600; color: var(--d2u-black); }

.entry-content .lb-sub { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; letter-spacing: -.02em;
  margin: 34px 0 16px; padding-top: 26px; border-top: 1px solid var(--d2u-line); color: var(--d2u-black); }
.entry-content .lb-list { list-style: none; margin: 0; padding: 0; }
.entry-content .lb-list li { padding: 15px 0 15px 28px; border-bottom: 1px solid var(--d2u-line-soft); position: relative; font-size: .93rem; line-height: 1.6; }
.entry-content .lb-list li::before { content: ''; position: absolute; left: 0; top: 22px; width: 12px; height: 2px; background: var(--d2u-red); }
.entry-content .lb-list li b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1rem; margin-bottom: 4px; color: var(--d2u-black); }
.entry-content .lb-list li span { color: var(--d2u-gray); }

.entry-content .lb-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 0; padding: 0; list-style: none; }
.entry-content .lb-chips li { background: var(--d2u-light); font-size: .8rem; padding: 7px 14px; border-radius: 100px; color: var(--d2u-charcoal); }

.entry-content .lb-foot { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--d2u-line); }

.entry-content .lb-person { display: flex; gap: 26px; align-items: flex-start; margin-bottom: 8px; }
.entry-content .lb-person-img { width: 118px; height: 118px; flex: none; border-radius: 3px; object-fit: cover; background: var(--d2u-light); }
@media (max-width: 600px) { .entry-content .lb-person { flex-direction: column; gap: 18px; } }

.entry-content .lb-exp { padding: 20px 0; border-bottom: 1px solid var(--d2u-line-soft); }
.entry-content .lb-exp h4 { font-size: 1.02rem; margin-bottom: 4px; }
.entry-content .lb-exp .when { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--d2u-red); margin-bottom: 10px; }
.entry-content .lb-exp p { font-size: .9rem; color: var(--d2u-gray); margin: 0; line-height: 1.6; }

/* Note block — used where content is deliberately withheld */
.entry-content .note {
  border-left: 3px solid var(--d2u-red); background: var(--d2u-red-tint);
  padding: 22px 26px; font-size: .92rem; line-height: 1.6; color: var(--d2u-charcoal);
}
.entry-content .note strong { display: block; font-family: var(--font-display); font-size: 1rem; margin-bottom: 6px; color: var(--d2u-black); }

/* Reveal on scroll */
.entry-content .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.entry-content .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .entry-content .reveal { opacity: 1; transform: none; transition: none; } }

.entry-content body.lb-locked { overflow: hidden; }

/* ===== 2026 team art cards =========================================
   The supplied team cards are 4:5 artwork with the name and role already
   set into the image, so these cards drop the text body and show the
   artwork whole. object-fit is `contain` rather than `cover` — cropping
   a card would cut off the person's name.
   April Marrero has no art card yet and keeps the standard square
   headshot treatment above; the two styles are meant to coexist. */
.entry-content .card-person-art .card-media {
  aspect-ratio: 4 / 5;
  background: #0A0A0A;
}
.entry-content .card-person-art .card-media img {
  object-fit: contain;
}
.entry-content .card-person-art:hover .card-media img { transform: scale(1.03); }

/* ---------- Autoplaying portrait promo ----------
   A 9:16 clip given a full-width band of its own. The video keeps its real
   aspect ratio in a fixed column rather than being cropped into a wide frame,
   with the copy taking the remaining space. */
.entry-content .promo-band { background: var(--d2u-black); color: rgba(255,255,255,.72); }
.entry-content .promo-band .split { grid-template-columns: minmax(240px, 320px) 1fr; align-items: center; }
.entry-content .promo-band h2 { color: #fff; }
.entry-content .promo-band .lede { color: rgba(255,255,255,.62); }
.entry-content .promo-band .vportrait { max-width: none; width: 100%; }

/* Sound toggle. The clip has speech, and autoplay forces muted, so without
   this control the audio is unreachable. */
.entry-content .vsound {
  position: absolute; z-index: 3; right: 12px; bottom: 12px;
  width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,10,10,.62); color: #fff;
  backdrop-filter: blur(6px);
  transition: background .2s ease, transform .2s ease;
}
.entry-content .vsound:hover { background: var(--d2u-red); transform: scale(1.06); }
.entry-content .vsound svg { width: 18px; height: 18px; fill: currentColor; }
.entry-content .vsound .on { display: none; }
.entry-content .vsound.is-on .on { display: block; }
.entry-content .vsound.is-on .off { display: none; }

@media (max-width: 940px) {
  .entry-content .promo-band .split { grid-template-columns: 1fr; justify-items: center; }
  .entry-content .promo-band .vportrait { max-width: 300px; }
  .entry-content .promo-band .split > :last-child { text-align: center; }
  .entry-content .promo-band .lede { margin-left: auto; margin-right: auto; }
}

/* ---------- Blog post cards ----------
   A tile that is itself the link, so the whole card is one target rather than
   a card containing a small "read more" hit area. */
.entry-content .post-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.entry-content .post-card .card-more { margin-top: auto; padding-top: 14px; }
.entry-content .post-media {
  margin: -34px -30px 20px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--d2u-light);
}
.entry-content .post-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.entry-content .post-card:hover .post-media img { transform: scale(1.04); }
.entry-content .sec-dark .post-card { background: rgba(255,255,255,.04); }

/* ---------- Audio player ----------
   Used by the podcast preview. Native <audio> controls: they are accessible,
   keyboard-operable and familiar, which a hand-built player rarely manages. */
.entry-content .audio-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  padding: 26px 28px 22px;
  display: flex; flex-direction: column; gap: 16px;
}
.entry-content .audio-meta { display: flex; flex-direction: column; gap: 4px; }
.entry-content .audio-meta strong {
  font-family: var(--font-display); font-weight: 800; font-size: 1.16rem;
  letter-spacing: -.02em; color: #fff;
}
.entry-content .audio-meta span { font-size: .8rem; color: rgba(255,255,255,.55); letter-spacing: .04em; }
.entry-content .audio-card audio { width: 100%; display: block; }
