:root {
  --ivory: #f8f5f0;
  --cream: #f5e8d5;
  --peach: #e7b7a8;
  --mauve: #b98fa5;
  --lavender: #aaa7d6;
  --periwinkle: #8d91c7;
  --plum: #443a46;
  --slate: #5c5561;
  --paper: #fffdf9;
  --ink: #2f2931;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(61, 48, 64, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--plum);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img, video { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }

.wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: 99px;
  background: var(--paper);
  color: var(--plum);
  font-size: .8rem;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  min-height: 72px;
  padding: 0 clamp(22px, 4vw, 62px);
  display: flex;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid rgba(68, 58, 70, .1);
  background: rgba(248, 245, 240, .86);
  backdrop-filter: blur(20px);
}

.wordmark {
  flex: 0 0 auto;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -.025em;
  text-decoration: none;
}

#main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.7vw, 28px);
}

#main-nav a {
  position: relative;
  padding: 25px 0 22px;
  color: rgba(68, 58, 70, .72);
  font-size: clamp(.68rem, .75vw, .79rem);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

#main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 17px;
  height: 2px;
  background: var(--mauve);
  transition: right .25s ease;
}

#main-nav a:hover,
#main-nav a:focus-visible,
#main-nav a.is-active { color: var(--plum); }
#main-nav a:hover::after,
#main-nav a:focus-visible::after,
#main-nav a.is-active::after { right: 0; }

.menu-toggle {
  display: none;
  width: 43px;
  height: 43px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 5px 0;
  background: var(--plum);
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 150px 0 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 88% 22%, rgba(170, 167, 214, .34), transparent 30rem),
    radial-gradient(circle at 10% 82%, rgba(231, 183, 168, .25), transparent 30rem),
    var(--ivory);
}

.hero::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  top: 19%;
  right: 7%;
  border: 1px solid rgba(68, 58, 70, .12);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  align-items: center;
  gap: clamp(36px, 6vw, 100px);
}

.eyebrow,
.section-kicker,
.story-heading > p,
.contact-inner > p,
.deck-heading p {
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.hero-copy .eyebrow { margin: 0 0 23px; color: #796774; }
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.9rem, 8vw, 8.7rem);
  font-weight: 600;
  line-height: .79;
  letter-spacing: -.057em;
}
.hero h1 span { color: var(--mauve); font-style: italic; }
.hero-intro {
  max-width: 720px;
  margin: 34px 0 31px;
  color: var(--slate);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.67;
}

.capability-row { display: flex; flex-wrap: wrap; gap: 9px; }
.capability-row span,
.role-chips span {
  padding: 9px 13px;
  border: 1px solid rgba(68, 58, 70, .24);
  border-radius: 99px;
  background: rgba(255, 253, 249, .58);
  font-size: .77rem;
  font-weight: 700;
}

.portrait-stage {
  position: relative;
  width: min(100%, 530px);
  aspect-ratio: 1;
  justify-self: end;
  display: grid;
  place-items: center;
}
.portrait-circle {
  position: relative;
  z-index: 1;
  width: 72%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 8px solid rgba(255, 253, 249, .9);
  border-radius: 50%;
  box-shadow: var(--shadow);
}
.portrait-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  transform: scale(1.05);
}
.portrait-frame {
  position: absolute;
  z-index: 2;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: contain;
  pointer-events: none;
}
.portrait-note {
  position: absolute;
  z-index: 3;
  padding: 8px 12px;
  border: 1px solid rgba(68, 58, 70, .18);
  border-radius: 99px;
  background: rgba(255, 253, 249, .88);
  box-shadow: 0 8px 25px rgba(68, 58, 70, .1);
  font-size: .74rem;
  font-weight: 600;
}
.note-one { top: 16%; right: -1%; transform: rotate(3deg); }
.note-two { right: 2%; bottom: 16%; transform: rotate(-4deg); }
.note-three { left: -1%; bottom: 19%; transform: rotate(4deg); }

.about-rail {
  position: relative;
  z-index: 2;
  margin-top: clamp(56px, 7vh, 100px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(68, 58, 70, .2);
  border-bottom: 1px solid rgba(68, 58, 70, .2);
}
.about-rail > div {
  min-height: 100px;
  padding: 24px 27px;
  display: grid;
  align-content: center;
  gap: 6px;
}
.about-rail > div + div { border-left: 1px solid rgba(68, 58, 70, .2); }
.about-rail strong {
  font-family: var(--display);
  font-size: 1.9rem;
  line-height: 1;
}
.about-rail span { color: var(--slate); font-size: .76rem; line-height: 1.45; }

.range-marquee {
  overflow: hidden;
  padding: 18px 0;
  color: var(--ivory);
  background: var(--plum);
}
.range-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  animation: marquee 28s linear infinite;
}
.range-track span { font-size: .78rem; font-weight: 700; letter-spacing: .16em; }
.range-track i { color: var(--peach); font-size: .7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-kicker {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(68, 58, 70, .24);
}
.section-kicker.light { border-color: rgba(248, 245, 240, .24); }

.pomerium-section {
  position: relative;
  z-index: 2;
  padding: 122px 0 154px;
  overflow: hidden;
  border-radius: 0 0 54px 54px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 85% 9%, rgba(141, 145, 199, .22), transparent 32rem),
    radial-gradient(circle at 8% 78%, rgba(185, 143, 165, .16), transparent 28rem),
    #3d343f;
}
.pomerium-section::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  top: 260px;
  right: -270px;
  border: 1px solid rgba(248, 245, 240, .09);
  border-radius: 50%;
}
.pomerium-heading {
  margin: 70px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(310px, .6fr);
  gap: 70px;
  align-items: end;
}
.company-mark {
  margin: 0 0 12px;
  color: var(--peach);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pomerium-heading h2,
.section-heading h2,
.section-title,
.education-intro h2,
.toolbox-section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.045em;
}
.pomerium-heading h2 { font-size: clamp(4rem, 6.4vw, 7rem); line-height: .84; }
.pomerium-heading > p { margin: 0; color: rgba(248, 245, 240, .77); font-size: .98rem; line-height: 1.7; }

.context-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(248, 245, 240, .2);
  border-radius: 20px;
  background: rgba(255, 255, 255, .025);
}
.context-strip > div { min-height: 130px; padding: 27px 30px; }
.context-strip > div + div { border-left: 1px solid rgba(248, 245, 240, .2); }
.context-strip span { color: var(--peach); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.context-strip p { margin: 10px 0 0; max-width: 540px; color: rgba(248, 245, 240, .86); font-size: .91rem; line-height: 1.55; }

.result-grid {
  margin: 34px 0 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.result-grid > div {
  min-height: 190px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  color: var(--plum);
  background: var(--paper);
}
.result-grid > div:nth-child(2) { background: var(--peach); }
.result-grid > div:nth-child(3) { background: var(--lavender); }
.result-grid strong {
  font-family: var(--display);
  font-size: clamp(3.6rem, 5vw, 5.8rem);
  font-weight: 700;
  line-height: .75;
  letter-spacing: -.05em;
}
.result-grid .range-result strong { font-size: clamp(2.6rem, 3.8vw, 4.6rem); line-height: .82; }
.result-grid span { margin-top: 18px; font-size: .9rem; font-weight: 700; }
.result-grid small { margin-top: 5px; font-size: .7rem; }

.case-study {
  overflow: hidden;
  border: 1px solid rgba(248, 245, 240, .21);
  border-radius: 28px;
  background: rgba(28, 22, 29, .34);
}
.case-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(248, 245, 240, .21);
}
.case-tabs button {
  min-height: 74px;
  padding: 16px 22px;
  border: 0;
  color: rgba(248, 245, 240, .59);
  background: transparent;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
}
.case-tabs button + button { border-left: 1px solid rgba(248, 245, 240, .21); }
.case-tabs button[aria-selected="true"] { color: var(--plum); background: var(--peach); }
.case-tabs button:focus-visible { outline: 3px solid var(--lavender); outline-offset: -4px; }

.case-panel {
  padding: clamp(28px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 6vw, 78px);
  align-items: center;
}
.case-panel[hidden] { display: none; }
.case-copy .eyebrow { margin: 0 0 18px; color: var(--peach); }
.case-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 4.7vw, 5rem);
  font-weight: 600;
  line-height: .87;
  letter-spacing: -.045em;
}
.case-copy > p:not(.eyebrow) { margin: 25px 0 0; color: rgba(248, 245, 240, .78); font-size: .92rem; line-height: 1.67; }
.case-copy details { margin-top: 30px; border-top: 1px solid rgba(248, 245, 240, .2); }
.case-copy summary {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--ivory);
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.case-copy summary::-webkit-details-marker { display: none; }
.case-copy summary span { transition: transform .2s ease; }
.case-copy details[open] summary span { transform: rotate(45deg); }
.detail-grid { display: grid; gap: 14px; padding-bottom: 20px; }
.detail-grid p { margin: 0; color: rgba(248, 245, 240, .7); font-size: .78rem; line-height: 1.55; }
.detail-grid b { display: block; margin-bottom: 3px; color: var(--peach); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }

.evidence-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.evidence-card {
  overflow: hidden;
  border-radius: 17px;
  color: var(--plum);
  background: var(--paper);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .2);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}
.evidence-card.offset { margin-top: 50px; }
.evidence-card:hover,
.evidence-card:focus-visible { transform: translateY(-7px) rotate(-.5deg); box-shadow: 0 30px 60px rgba(0, 0, 0, .28); }
.evidence-card img { width: 100%; height: auto; display: block; }
.evidence-card > span {
  min-height: 62px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 10px;
  font-size: .69rem;
  font-weight: 600;
}
.evidence-card b { grid-column: 1; font-size: .58rem; letter-spacing: .08em; }
.evidence-card i { grid-column: 2; grid-row: 1 / span 2; font-style: normal; }

.launch-panel { grid-template-columns: minmax(270px, .48fr) minmax(0, 1.52fr); align-items: start; }
.launch-copy { position: sticky; top: 104px; }
.launch-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
  align-items: start;
}
.media-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 15px;
  color: var(--plum);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.media-card img,
.media-card video { width: 100%; height: auto; display: block; }
.media-card figcaption {
  min-height: 48px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  color: var(--slate);
  font-size: .67rem;
  font-weight: 600;
  line-height: 1.35;
}
.platform-chip {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 11px;
  padding: 6px 9px;
  border-radius: 99px;
  color: var(--plum);
  background: rgba(255, 253, 249, .92);
  box-shadow: 0 5px 18px rgba(47, 41, 49, .12);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .06em;
}
.platform-chip.linkedin { color: #0a66c2; }
.platform-chip.youtube { color: #d81717; }
.platform-chip.instagram { color: #b52276; }
.platform-chip.embassy { color: #234c84; }
.changelog-card { grid-column: 1 / span 5; }
.newsletter-card { grid-column: 6 / span 7; margin-top: 38px; }
.launch-linkedin { grid-column: 1 / span 7; margin-top: -24px; }
.launch-shorts { grid-column: 8 / span 5; }
.webinar-youtube { grid-column: 1 / span 6; }
.webinar-social { grid-column: 7 / span 6; margin-top: 32px; }
.webinar-linkedin { grid-column: 1 / span 7; }
.launch-twitter { grid-column: 8 / span 5; margin-top: 30px; }
.event-passport {
  grid-column: 2 / span 10;
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(248, 245, 240, .24);
  border-radius: 16px;
}
.event-passport span { width: 100%; margin-bottom: 2px; color: var(--peach); text-align: center; font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.event-passport b { padding: 7px 10px; border-radius: 99px; color: var(--plum); background: var(--ivory); font-size: .64rem; }

.pr-section {
  position: relative;
  z-index: 1;
  margin-top: -54px;
  padding: 180px 0 136px;
  background:
    radial-gradient(circle at 13% 20%, rgba(170, 167, 214, .23), transparent 25rem),
    linear-gradient(180deg, #f0ecf4 0%, var(--ivory) 72%);
}
.split-heading {
  margin: 66px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr);
  align-items: end;
  gap: 50px;
}
.section-heading h2 { font-size: clamp(4rem, 6.4vw, 7.2rem); line-height: .82; }
.split-heading > p { margin: 0 0 8px; color: var(--slate); font-size: .8rem; font-weight: 600; line-height: 1.7; }
.metric-band {
  margin: 0 0 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(68, 58, 70, .2);
  border-bottom: 1px solid rgba(68, 58, 70, .2);
}
.metric-band > div { min-height: 150px; padding: 27px 30px; display: flex; align-items: baseline; gap: 16px; }
.metric-band > div + div { border-left: 1px solid rgba(68, 58, 70, .2); }
.metric-band strong {
  font-family: var(--display);
  font-size: clamp(3.7rem, 5vw, 5.6rem);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.05em;
}
.metric-band span { max-width: 150px; color: var(--slate); font-size: .76rem; font-weight: 600; line-height: 1.45; }

.press-collage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.press-card {
  overflow: hidden;
  margin: 0;
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition: transform .25s ease;
}
.press-card:hover { transform: translateY(-6px) rotate(.4deg); }
.press-card img { width: 100%; height: auto; display: block; }
.press-card figcaption { padding: 12px 14px 14px; display: grid; gap: 3px; }
.press-card figcaption b { font-size: .58rem; letter-spacing: .08em; }
.press-card figcaption span { color: var(--slate); font-size: .7rem; }
.press-giveaway { grid-column: 1 / span 5; }
.press-partnership { grid-column: 6 / span 4; margin-top: 62px; }
.press-interview { grid-column: 10 / span 3; margin-top: 9px; }
.press-announcement { grid-column: 2 / span 4; margin-top: -38px; }
.press-review { grid-column: 7 / span 5; margin-top: 12px; }

.community-section {
  position: relative;
  padding: 126px 0 150px;
  overflow: hidden;
  color: var(--plum);
  background:
    radial-gradient(circle at 84% 8%, rgba(248, 245, 240, .62), transparent 27rem),
    radial-gradient(circle at 7% 61%, rgba(170, 167, 214, .35), transparent 32rem),
    linear-gradient(145deg, #e7c3b8 0%, #ead8cf 45%, #d8d2e7 100%);
}
.section-title { margin: 66px 0 88px; font-size: clamp(4rem, 6.4vw, 7.1rem); line-height: .83; }
.community-story { padding: 0 0 116px; }
.community-story + .community-story { padding-top: 112px; border-top: 1px solid rgba(68, 58, 70, .22); }
.story-heading { max-width: 1060px; }
.story-heading > p { margin: 0 0 20px; }
.story-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.6rem, 5.4vw, 6rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.045em;
}
.story-heading h3 strong { color: #735267; font-weight: 700; }
.role-chips { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.role-chips span { background: rgba(255, 253, 249, .48); }
.story-metrics {
  margin: 48px 0 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(68, 58, 70, .2);
  border-radius: 20px;
  background: rgba(255, 253, 249, .4);
}
.story-metrics > div { min-height: 142px; padding: 25px; display: flex; align-items: center; gap: 15px; }
.story-metrics > div + div { border-left: 1px solid rgba(68, 58, 70, .2); }
.story-metrics strong {
  flex: 0 0 auto;
  font-family: var(--display);
  font-size: clamp(3.2rem, 4.5vw, 4.8rem);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.045em;
}
.story-metrics span { color: var(--slate); font-size: .71rem; font-weight: 600; line-height: 1.45; }

.reach-gallery {
  display: grid;
  grid-template-columns: minmax(0, .77fr) minmax(0, 1.23fr);
  grid-template-areas: "interview report" "demographics demographics";
  gap: 22px;
  align-items: start;
}
.reach-gallery figure { overflow: hidden; margin: 0; border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
.reach-gallery figure:nth-child(1) { grid-area: interview; }
.reach-gallery figure:nth-child(2) { grid-area: report; margin-top: 52px; }
.reach-gallery figure:nth-child(3) { grid-area: demographics; width: 84%; justify-self: end; margin-top: 10px; }
.reach-gallery img { width: 100%; height: auto; display: block; }
.reach-gallery figcaption { padding: 11px 14px; color: var(--slate); font-size: .7rem; font-weight: 600; }
.event-tape {
  margin-top: 40px;
  padding: 18px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  border-top: 1px solid rgba(68, 58, 70, .18);
  border-bottom: 1px solid rgba(68, 58, 70, .18);
}
.event-tape span { font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.event-tape i { color: #815c72; font-size: .58rem; }

.asia-gallery {
  margin-top: 54px;
  display: grid;
  grid-template-columns: .68fr 1.45fr .87fr;
  gap: 22px;
  align-items: start;
}
.asia-gallery > figure { margin: 0; }
.asia-thumbnail { overflow: hidden; border-radius: 17px; background: var(--paper); box-shadow: var(--shadow); }
.asia-thumbnail img { width: 100%; height: auto; display: block; }
.asia-thumbnail figcaption { padding: 12px 14px; color: var(--slate); font-size: .7rem; font-weight: 600; }
.asia-playlist { margin-top: 56px !important; }
.asia-stories { margin-top: 10px !important; }

.beyond-work {
  padding-top: 102px;
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr);
  gap: 60px;
  align-items: center;
  border-top: 1px solid rgba(68, 58, 70, .22);
}
.beyond-work > div:first-child p { margin: 0 0 17px; font-size: .69rem; font-weight: 700; letter-spacing: .12em; }
.beyond-work h3 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 4vw, 4.6rem); font-weight: 600; line-height: .9; letter-spacing: -.04em; }
.community-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; align-items: start; }
.community-mini-grid figure { overflow: hidden; margin: 0; border-radius: 13px; background: var(--paper); box-shadow: 0 14px 35px rgba(61, 48, 64, .1); }
.community-mini-grid figure:nth-child(even) { margin-top: 28px; }
.community-mini-grid img { width: 100%; height: auto; display: block; }
.community-mini-grid figcaption { padding: 10px; color: var(--slate); font-size: .62rem; font-weight: 600; }

.content-section {
  padding: 130px 0 150px;
  background:
    radial-gradient(circle at 96% 38%, rgba(231, 183, 168, .24), transparent 30rem),
    var(--ivory);
}
.content-heading { margin-bottom: 70px; }
.shortform-reel {
  display: grid;
  grid-template-columns: repeat(7, minmax(164px, 1fr));
  gap: 14px;
  align-items: start;
}
.video-card { min-width: 0; margin: 0; }
.video-card.stagger { margin-top: 46px; }
.video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  background: #171318;
  box-shadow: 0 18px 42px rgba(61, 48, 64, .18);
}
.video-shell video { width: 100%; height: 100%; display: block; object-fit: cover; }
.sound-toggle {
  position: absolute;
  z-index: 3;
  right: 9px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  padding: 7px;
  border: 0;
  border-radius: 50%;
  color: var(--paper);
  background: rgba(20, 16, 21, .7);
  cursor: pointer;
}
.sound-toggle svg { width: 100%; height: 100%; fill: currentColor; }
.sound-toggle[aria-pressed="true"] { color: var(--plum); background: var(--paper); }
.view-badge,
.impression-badge {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 9px;
  padding: 7px 9px;
  border-radius: 99px;
  color: var(--plum);
  background: var(--paper);
  box-shadow: 0 5px 18px rgba(47, 41, 49, .18);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
}
.video-card figcaption { padding: 12px 4px; display: grid; gap: 3px; }
.video-card figcaption b { font-size: .57rem; letter-spacing: .08em; }
.video-card figcaption span { color: var(--slate); font-size: .68rem; font-weight: 600; }

.format-showcase {
  margin-top: 112px;
  display: grid;
  grid-template-columns: 1.45fr .58fr .77fr;
  gap: 28px;
  align-items: start;
}
.youtube-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.format-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
}
.format-label .platform-chip { position: static; display: inline-block; }
.format-label p { margin: 0; color: var(--slate); font-size: .72rem; font-weight: 600; }
.youtube-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 15px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.youtube-card.featured { grid-column: 1 / -1; width: 82%; justify-self: center; }
.youtube-card img { width: 100%; height: auto; display: block; }
.youtube-card > span, .youtube-card > .asset-link > span { position: absolute; right: 9px; bottom: 9px; padding: 6px 8px; border-radius: 99px; color: var(--plum); background: rgba(255, 253, 249, .94); font-size: .6rem; font-weight: 700; }
.instagram-feed { margin-top: 52px; }
.linkedin-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.linkedin-card > img { width: 100%; height: auto; display: block; }
.linkedin-card .platform-chip { top: 11px; left: 11px; }
.linkedin-card .impression-badge { top: auto; right: 10px; bottom: 51px; font-family: var(--sans); font-size: .62rem; }
.linkedin-card figcaption { min-height: 48px; padding: 12px 14px; color: var(--slate); font-size: .67rem; font-weight: 600; }

.education-section {
  position: relative;
  padding: 134px 0 150px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(231, 183, 168, .3), transparent 26rem),
    radial-gradient(circle at 86% 84%, rgba(141, 145, 199, .24), transparent 30rem),
    #efebf5;
}
.education-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
  gap: 76px;
  align-items: end;
}
.education-intro h2 { margin-top: 58px; font-size: clamp(4rem, 6vw, 6.8rem); line-height: .82; }
.education-intro > div:first-child > p { max-width: 720px; margin: 27px 0 0; color: var(--slate); font-size: .96rem; line-height: 1.65; }
.education-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid rgba(68, 58, 70, .2);
  border-radius: 22px;
  background: rgba(255, 253, 249, .52);
}
.education-metrics > div { min-height: 150px; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; }
.education-metrics > div:nth-child(even) { border-left: 1px solid rgba(68, 58, 70, .2); }
.education-metrics > div:nth-child(n+3) { border-top: 1px solid rgba(68, 58, 70, .2); }
.education-metrics strong { font-family: var(--display); font-size: clamp(3.2rem, 4.3vw, 4.6rem); font-weight: 700; line-height: .78; letter-spacing: -.045em; }
.education-metrics span { margin-top: 13px; font-size: .71rem; font-weight: 700; }
.education-metrics small { margin-top: 4px; color: var(--slate); font-size: .59rem; }

.deck-lab {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1.34fr .66fr;
  gap: 28px;
  align-items: start;
}
.inline-deck,
.modal-deck {
  overflow: hidden;
  border: 1px solid rgba(68, 58, 70, .15);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.modal-deck { margin-top: 58px; }
.deck-heading {
  min-height: 104px;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(68, 58, 70, .14);
}
.deck-heading p { margin: 0 0 5px; color: var(--mauve); font-size: .59rem; }
.deck-heading h3 { margin: 0; font-family: var(--display); font-size: 2rem; font-weight: 700; line-height: 1; }
.deck-heading div > span { color: var(--slate); font-size: .63rem; font-weight: 600; }
.carousel-controls { display: flex; align-items: center; gap: 10px; }
.carousel-controls button,
.dialog-shell footer button,
.dialog-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(68, 58, 70, .2);
  border-radius: 50%;
  color: var(--plum);
  background: var(--ivory);
  cursor: pointer;
}
.carousel-controls button:disabled { opacity: .35; cursor: default; }
.carousel-count,
.dialog-count { min-width: 48px; color: var(--slate); font-size: .67rem; font-weight: 700; text-align: center; }
.carousel-viewport { overflow: hidden; background: #ded7e4; }
.carousel-track { display: flex; transition: transform .45s cubic-bezier(.2, .7, .2, 1); }
.carousel-track img { flex: 0 0 100%; width: 100%; height: auto; display: block; }
.deck-cover-button { width: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.deck-cover-button img { width: 100%; height: auto; display: block; }
.deck-cover-button > span { min-height: 56px; padding: 12px 17px; display: flex; align-items: center; justify-content: space-between; color: var(--slate); font-size: .72rem; font-weight: 700; }
.deck-cover-button i { font-style: normal; }

.toolbox-section {
  padding: 130px 0 145px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 75% 10%, rgba(170, 167, 214, .23), transparent 30rem),
    #3d343f;
}
.logo-cloud { margin-top: 74px; display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; }
.tool-logo {
  min-height: 78px;
  padding: 18px 23px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(248, 245, 240, .14);
  border-radius: 18px;
  color: var(--plum);
  background: var(--paper);
  box-shadow: 0 16px 35px rgba(16, 11, 17, .15);
  transition: transform .2s ease, background .2s ease;
}
.tool-logo:nth-child(4n+2) { transform: translateY(14px); }
.tool-logo:nth-child(5n) { transform: translateY(-8px); }
.tool-logo:hover { transform: translateY(-5px) rotate(-.5deg); background: var(--cream); }
.tool-logo img { width: 31px; height: 31px; object-fit: contain; }
.tool-logo img.cursor-logo { border-radius: 7px; object-fit: cover; }
.tool-logo span { font-size: .88rem; font-weight: 700; white-space: nowrap; }
.tool-logo:nth-child(2) img { filter: brightness(0) saturate(100%) invert(54%) sepia(30%) saturate(1314%) hue-rotate(331deg) brightness(92%) contrast(87%); }
.tool-logo:nth-child(5) img { filter: brightness(0) saturate(100%) invert(59%) sepia(89%) saturate(3190%) hue-rotate(329deg) brightness(105%) contrast(101%); }
.tool-logo:nth-child(6) img { filter: brightness(0) saturate(100%) invert(45%) sepia(95%) saturate(1692%) hue-rotate(158deg) brightness(93%) contrast(103%); }
.tool-logo:nth-child(7) img { filter: brightness(0) saturate(100%) invert(77%) sepia(93%) saturate(2104%) hue-rotate(352deg) brightness(101%) contrast(101%); }
.tool-logo:nth-child(9) img { filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(1595%) hue-rotate(178deg) brightness(92%) contrast(99%); }
.tool-logo:nth-child(11) img { filter: brightness(0) saturate(100%) invert(15%) sepia(38%) saturate(4681%) hue-rotate(284deg) brightness(74%) contrast(106%); }
.tool-logo:nth-child(14) img { filter: brightness(0) saturate(100%) invert(55%) sepia(66%) saturate(1441%) hue-rotate(318deg) brightness(99%) contrast(90%); }
.tool-logo:nth-child(15) img { filter: brightness(0) saturate(100%) invert(39%) sepia(79%) saturate(1850%) hue-rotate(225deg) brightness(98%) contrast(106%); }
.tool-logo:nth-child(16) img { filter: brightness(0) saturate(100%) invert(42%) sepia(84%) saturate(1685%) hue-rotate(211deg) brightness(99%) contrast(91%); }
.tool-logo:nth-child(17) img { filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(7383%) hue-rotate(357deg) brightness(104%) contrast(117%); }
.tool-logo:nth-child(18) img { filter: brightness(0) saturate(100%) invert(63%) sepia(84%) saturate(3217%) hue-rotate(137deg) brightness(94%) contrast(101%); }
.tool-logo:nth-child(19) img { filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(3036%) hue-rotate(239deg) brightness(101%) contrast(105%); }

.contact-section {
  color: var(--plum);
  background: var(--peach);
}
.contact-inner { min-height: 72vh; padding: 110px 0 36px; display: flex; flex-direction: column; justify-content: center; }
.email-action {
  width: 100%;
  padding: 20px 0 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 0;
  border-top: 1px solid rgba(68, 58, 70, .28);
  border-bottom: 1px solid rgba(68, 58, 70, .28);
  color: var(--plum);
  background: transparent;
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 600;
  line-height: .8;
  letter-spacing: -.055em;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.email-action:hover,
.email-action:focus-visible { color: var(--ivory); background: var(--plum); }
.email-action span { font-family: var(--sans); font-size: .32em; }
.footer-row { margin-top: auto; padding-top: 80px; display: flex; justify-content: space-between; gap: 25px; font-size: .68rem; font-weight: 600; }
.footer-row a { text-decoration: none; }

.deck-dialog {
  width: min(1050px, calc(100% - 36px));
  max-height: calc(100svh - 36px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  color: var(--plum);
  background: var(--paper);
  box-shadow: 0 40px 120px rgba(17, 12, 18, .42);
}
.deck-dialog::backdrop { background: rgba(30, 24, 31, .82); backdrop-filter: blur(8px); }
.dialog-shell { max-height: calc(100svh - 36px); display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.dialog-shell > header { min-height: 86px; padding: 16px 20px 16px 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid rgba(68, 58, 70, .14); }
.dialog-shell header p { margin: 0 0 3px; color: var(--mauve); font-size: .58rem; font-weight: 700; letter-spacing: .1em; }
.dialog-shell header h2 { margin: 0; font-family: var(--display); font-size: 2rem; line-height: 1; }
.dialog-close { font-size: 1.5rem; }
.dialog-stage { min-height: 0; overflow: auto; display: grid; place-items: center; background: #e8e3eb; }
.dialog-stage img { max-width: 100%; max-height: calc(100svh - 185px); width: auto; height: auto; display: block; }
.dialog-shell > footer { min-height: 70px; padding: 12px 20px; display: flex; justify-content: center; align-items: center; gap: 14px; border-top: 1px solid rgba(68, 58, 70, .14); }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .site-header { padding-inline: 24px; }
  #main-nav { gap: 14px; }
  #main-nav a { font-size: .63rem; }
  .hero-inner { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: 28px; }
  .shortform-reel { overflow-x: auto; grid-template-columns: repeat(7, 180px); padding-bottom: 20px; scrollbar-width: thin; }
  .format-showcase { grid-template-columns: 1.25fr .62fr .8fr; }
}

@media (max-width: 980px) {
  .wrap { width: min(100% - 42px, 760px); }
  .site-header { min-height: 68px; }
  .menu-toggle { margin-left: auto; display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  #main-nav {
    position: fixed;
    inset: 68px 0 0;
    padding: 42px 26px;
    display: none;
    align-content: start;
    background: rgba(248, 245, 240, .98);
  }
  #main-nav.is-open { display: grid; }
  #main-nav a { padding: 11px 0; font-family: var(--display); font-size: clamp(2.3rem, 8vw, 4rem); font-weight: 600; line-height: 1; }
  #main-nav a::after { display: none; }
  .hero { padding-top: 118px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .portrait-stage { order: 0; width: min(78vw, 470px); justify-self: center; }
  .hero h1 { font-size: clamp(4.7rem, 14vw, 7.4rem); }
  .about-rail { margin-top: 70px; }
  .pomerium-heading,
  .split-heading,
  .education-intro { grid-template-columns: 1fr; gap: 34px; }
  .pomerium-heading > p,
  .split-heading > p { max-width: 550px; }
  .case-panel,
  .launch-panel { grid-template-columns: 1fr; }
  .launch-copy { position: static; }
  .press-interview { grid-column: 9 / span 4; }
  .press-announcement { grid-column: 1 / span 5; }
  .press-review { grid-column: 6 / span 6; }
  .beyond-work { grid-template-columns: 1fr; }
  .format-showcase { grid-template-columns: 1.3fr .7fr; }
  .linkedin-card { grid-column: 1 / -1; width: 55%; justify-self: center; }
  .education-metrics { max-width: 620px; }
  .deck-lab { grid-template-columns: 1fr; }
  .modal-deck { width: 68%; margin-top: 0; justify-self: center; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 28px, 620px); }
  .hero { min-height: auto; padding-bottom: 26px; }
  .hero h1 { font-size: clamp(4.1rem, 20vw, 6.1rem); }
  .hero-intro { margin-top: 28px; }
  .portrait-note { font-size: .66rem; }
  .about-rail { grid-template-columns: 1fr; }
  .about-rail > div { min-height: 86px; padding: 19px 20px; }
  .about-rail > div + div { border-left: 0; border-top: 1px solid rgba(68, 58, 70, .2); }
  .pomerium-section,
  .content-section,
  .education-section,
  .toolbox-section { padding-top: 98px; padding-bottom: 112px; }
  .section-kicker { align-items: flex-start; flex-direction: column; gap: 8px; }
  .pomerium-heading { margin-top: 48px; }
  .pomerium-heading h2,
  .section-heading h2,
  .section-title,
  .education-intro h2,
  .toolbox-section h2 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .context-strip { grid-template-columns: 1fr; }
  .context-strip > div { min-height: auto; }
  .context-strip > div + div { border-left: 0; border-top: 1px solid rgba(248, 245, 240, .2); }
  .result-grid { grid-template-columns: 1fr; }
  .result-grid > div { min-height: 155px; }
  .case-tabs { overflow-x: auto; grid-template-columns: repeat(3, minmax(190px, 1fr)); }
  .case-panel { padding: 24px 18px 32px; }
  .evidence-pair { gap: 11px; }
  .evidence-card.offset { margin-top: 28px; }
  .launch-mosaic { grid-template-columns: repeat(2, 1fr); }
  .changelog-card,
  .newsletter-card,
  .launch-linkedin,
  .launch-shorts,
  .webinar-youtube,
  .webinar-social,
  .webinar-linkedin,
  .launch-twitter { grid-column: auto; margin-top: 0; }
  .event-passport { grid-column: 1 / -1; }
  .pr-section { padding-top: 145px; padding-bottom: 104px; }
  .metric-band { grid-template-columns: 1fr; }
  .metric-band > div { min-height: 100px; padding: 20px; }
  .metric-band > div + div { border-left: 0; border-top: 1px solid rgba(68, 58, 70, .2); }
  .press-collage { grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .press-giveaway,
  .press-partnership,
  .press-interview,
  .press-announcement,
  .press-review { grid-column: auto; margin-top: 0; }
  .press-giveaway { grid-column: 1 / -1; width: 82%; }
  .press-announcement { margin-top: -28px; }
  .community-section { padding: 98px 0 112px; }
  .section-title { margin: 48px 0 70px; }
  .story-heading h3 { font-size: clamp(3.15rem, 15vw, 4.6rem); }
  .story-metrics { grid-template-columns: 1fr; }
  .story-metrics > div { min-height: 100px; }
  .story-metrics > div + div { border-left: 0; border-top: 1px solid rgba(68, 58, 70, .2); }
  .reach-gallery { grid-template-columns: 1fr; grid-template-areas: "report" "interview" "demographics"; }
  .reach-gallery figure:nth-child(2),
  .reach-gallery figure:nth-child(3) { width: 100%; margin-top: 0; }
  .asia-gallery { grid-template-columns: .78fr 1.22fr; }
  .asia-stories { grid-column: 1 / -1; width: 65%; justify-self: center; margin-top: 0 !important; }
  .community-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .community-mini-grid figure:nth-child(even) { margin-top: 18px; }
  .format-showcase { grid-template-columns: 1fr; }
  .youtube-card.featured { width: 100%; }
  .instagram-feed,
  .linkedin-card { width: 78%; margin-top: 18px; justify-self: center; }
  .education-intro { gap: 55px; }
  .education-metrics { grid-template-columns: 1fr 1fr; }
  .deck-lab { margin-top: 72px; }
  .modal-deck { width: 80%; }
  .deck-heading { align-items: flex-start; flex-direction: column; }
  .carousel-controls { width: 100%; justify-content: flex-end; }
  .tool-logo { min-height: 65px; padding: 14px 16px; }
  .tool-logo:nth-child(n) { transform: none; }
  .tool-logo img { width: 27px; height: 27px; }
  .tool-logo span { font-size: .78rem; }
  .contact-inner { min-height: 62vh; }
  .email-action { font-size: clamp(4.2rem, 20vw, 6.3rem); }
}

@media (max-width: 460px) {
  .hero h1 { font-size: 4rem; }
  .portrait-stage { width: 92vw; }
  .capability-row span { font-size: .69rem; }
  .evidence-pair { grid-template-columns: 1fr; }
  .evidence-card.offset { margin-top: 0; }
  .launch-mosaic { grid-template-columns: 1fr; }
  .event-passport { grid-column: auto; }
  .asia-gallery { grid-template-columns: 1fr; }
  .asia-thumbnail,
  .asia-stories { width: 76%; justify-self: center; }
  .asia-playlist { margin-top: 0 !important; }
  .shortform-reel { grid-template-columns: repeat(7, 164px); }
  .instagram-feed,
  .linkedin-card,
  .modal-deck { width: 100%; }
  .education-metrics { grid-template-columns: 1fr; }
  .education-metrics > div:nth-child(even) { border-left: 0; }
  .education-metrics > div + div { border-top: 1px solid rgba(68, 58, 70, .2); }
  .logo-cloud { justify-content: flex-start; }
  .tool-logo { flex: 1 1 calc(50% - 8px); }
  .footer-row { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .range-track { animation: none; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
  .carousel-track { transition: none; }
}

/* Version 4.1 — cohesive proof walls, clearer groupings, aligned tools */
.pomerium-section {
  margin-top: 24px;
  border-radius: 54px;
}

.launch-mosaic {
  gap: 16px;
  align-content: start;
}
.launch-mosaic .media-card { margin-top: 0; }
.launch-twitter { grid-column: 1 / span 7; }
.changelog-card { grid-column: 8 / span 5; margin-top: 38px !important; }
.newsletter-card { grid-column: 1 / span 6; margin-top: -20px !important; }
.launch-linkedin { grid-column: 7 / span 6; margin-top: 18px !important; }
.launch-shorts { grid-column: 1 / span 4; margin-top: -8px !important; }
.webinar-youtube { grid-column: 5 / span 8; margin-top: 14px !important; }
.webinar-social { grid-column: 1 / span 5; margin-top: -12px !important; }
.webinar-linkedin { grid-column: 6 / span 7; margin-top: 18px !important; }

.press-collage {
  gap: 15px;
  align-items: start;
}
.press-card {
  position: relative;
  z-index: 1;
}
.press-card figcaption {
  min-height: 42px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
}
.press-card figcaption b { font-size: .62rem; }
.press-giveaway { grid-column: 1 / span 4; }
.press-partnership { grid-column: 5 / span 4; margin-top: 32px; transform: translateX(-5px); }
.press-interview { grid-column: 9 / span 4; margin-top: 6px; transform: translateX(-10px); }
.press-announcement { grid-column: 1 / span 4; margin-top: -12px; transform: translateX(9px); }
.press-review { grid-column: 5 / span 4; margin-top: 18px; }
.press-executive { grid-column: 9 / span 4; margin-top: -8px; transform: translateX(-8px); }
.press-card:hover { z-index: 3; }
.umv-badge {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(30, 24, 31, .86);
  box-shadow: 0 6px 20px rgba(20, 16, 21, .18);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.publication-badge { letter-spacing: .07em; }

.reach-gallery figure:nth-child(1) { grid-column: 1 / span 3; margin-top: 0; }
.reach-gallery figure:nth-child(2) { grid-column: 4 / span 3; margin-top: 30px; }
.reach-gallery figure:nth-child(3) { grid-column: 2 / span 4; margin-top: -2px; }

.community-groups { display: grid; gap: 48px; }
.community-cluster h4 {
  margin: 0 0 16px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(68, 58, 70, .2);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
}
.cluster-collage {
  display: grid;
  align-items: start;
  gap: 12px;
}
.cluster-collage figure {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 4px solid rgba(255, 253, 249, .92);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 16px 40px rgba(61, 48, 64, .15);
}
.cluster-collage img { width: 100%; height: auto; display: block; }
.cluster-collage figcaption {
  min-height: 38px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  color: var(--slate);
  font-size: .61rem;
  font-weight: 700;
  line-height: 1.25;
}
.communities-collage { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.communities-collage figure:nth-child(2) { margin-top: 26px; transform: translateX(-4px); }
.communities-collage figure:nth-child(3) { margin-top: 5px; transform: translateX(-8px); }
.volunteering-collage { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.volunteering-collage figure:nth-child(2) { margin-top: 30px; transform: translateX(-4px); }
.volunteering-collage figure:nth-child(3) { margin-top: 7px; transform: translateX(-8px); }
.volunteering-collage figure:nth-child(4) { margin-top: 35px; transform: translateX(-12px); }
.volunteering-collage figure:nth-child(5) { margin-top: 11px; transform: translateX(-16px); }

.shortform-reel {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}
.video-card figcaption { min-height: 48px; align-content: start; }
.video-card figcaption span { font-size: .67rem; }
.instagram-feed-card .video-shell { background: #f3edf4; }
.format-showcase { grid-template-columns: 1.42fr .58fr; gap: 34px; }

.education-section > .wrap > .section-kicker { width: 100%; }
.education-intro { margin-top: 60px; }
.education-intro h2 { margin-top: 0; }
.course-material-heading {
  margin-top: 96px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(68, 58, 70, .22);
}
.course-material-heading span { font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.deck-lab { margin-top: 26px; }

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  align-items: stretch;
}
.tool-logo,
.tool-logo:nth-child(n) {
  width: 100%;
  min-width: 0;
  transform: none;
}
.tool-logo:hover { transform: translateY(-4px); }

.contact-section {
  color: var(--plum);
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 253, 249, .48), transparent 29%),
    linear-gradient(135deg, #c8c7e2 0%, #d9bfd0 52%, #e7c3b8 100%);
}
.contact-section h2 { color: var(--plum); }
.contact-link,
.contact-actions .email-action {
  color: var(--plum);
  background: rgba(255, 253, 249, .82);
  border: 1px solid rgba(68, 58, 70, .12);
}
.contact-section .footer-row {
  color: rgba(68, 58, 70, .7);
  border-top-color: rgba(68, 58, 70, .18);
}
.contact-section .footer-row a { color: var(--plum); }

@media (max-width: 1120px) {
  .shortform-reel { grid-template-columns: repeat(8, 170px); }
  .logo-cloud { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .pomerium-section { border-radius: 42px; }
  .press-collage { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .press-card { transform: none; }
  .press-giveaway,
  .press-announcement { grid-column: 1 / span 6; }
  .press-partnership,
  .press-review { grid-column: 7 / span 6; }
  .press-interview { grid-column: 1 / span 6; }
  .press-executive { grid-column: 7 / span 6; }
  .community-groups { gap: 42px; }
  .volunteering-collage { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .volunteering-collage figure:nth-child(n) { margin-top: 0; transform: none; }
  .volunteering-collage figure:nth-child(even) { margin-top: 24px; }
  .format-showcase { grid-template-columns: 1fr; }
  .format-showcase .linkedin-card { grid-column: auto; width: 62%; }
}

@media (max-width: 700px) {
  .pomerium-section { margin-top: 14px; border-radius: 30px; }
  .launch-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .launch-mosaic .media-card { grid-column: auto; margin-top: 0 !important; }
  .press-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .press-giveaway,
  .press-partnership,
  .press-interview,
  .press-announcement,
  .press-review,
  .press-executive { grid-column: auto; width: auto; margin-top: 0; transform: none; }
  .reach-gallery figure:nth-child(n) { grid-column: auto; width: 100%; margin-top: 0; }
  .reach-gallery figure:nth-child(3) { grid-column: 1 / -1; width: 82%; justify-self: center; }
  .beyond-work { gap: 46px; }
  .communities-collage,
  .volunteering-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .communities-collage figure:nth-child(n),
  .volunteering-collage figure:nth-child(n) { margin-top: 0; transform: none; }
  .communities-collage figure:nth-child(even),
  .volunteering-collage figure:nth-child(even) { margin-top: 18px; }
  .shortform-reel { grid-template-columns: repeat(8, 164px); }
  .format-showcase .linkedin-card { width: 82%; }
  .logo-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 460px) {
  .pomerium-section { border-radius: 24px; }
  .cluster-collage figcaption { font-size: .57rem; }
  .logo-cloud { grid-template-columns: 1fr; }
}

/* Version 4 — editorial hierarchy, compact proof, clearer scanning */
.range-line {
  padding: 18px clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--ivory);
  background: var(--plum);
}
.range-line span { font-size: .76rem; font-weight: 700; letter-spacing: .16em; }
.range-line i { color: var(--peach); font-size: .62rem; }

.pomerium-heading { display: block; max-width: 980px; margin: 70px 0 48px; }
.pomerium-heading .company-mark {
  margin: 0 0 16px;
  color: var(--peach);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
}
.context-three { grid-template-columns: 1.12fr .88fr 1fr; }
.context-three > div + div { border-left: 1px solid rgba(248, 245, 240, .2); }

.result-grid { gap: 16px; }
.result-grid > div,
.result-grid > div:nth-child(2),
.result-grid > div:nth-child(3) {
  min-height: 190px;
  color: var(--ivory);
  border: 1px solid rgba(248, 245, 240, .13);
  background: linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .025));
  box-shadow: 0 18px 48px rgba(18, 12, 19, .16);
}
.result-grid > div:nth-child(2) { background: linear-gradient(145deg, rgba(185, 143, 165, .2), rgba(255, 255, 255, .025)); }
.result-grid > div:nth-child(3) { background: linear-gradient(145deg, rgba(141, 145, 199, .21), rgba(255, 255, 255, .025)); }
.result-grid span { color: var(--ivory); }
.result-grid small { color: rgba(248, 245, 240, .62); }

.event-list {
  display: block;
  margin-top: 8px;
  color: var(--ivory);
  font-weight: 700;
}

.launch-mosaic { gap: 22px; }
.launch-mosaic .media-card {
  border: 1px solid rgba(248, 245, 240, .11);
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 24px 60px rgba(15, 10, 16, .28);
}
.launch-mosaic .media-card img,
.launch-mosaic .media-card video { width: 100%; height: auto; object-fit: contain; }
.changelog-card { grid-column: 1 / span 5; }
.newsletter-card { grid-column: 6 / span 7; margin-top: 52px; }
.launch-linkedin { grid-column: 1 / span 7; margin-top: -12px; }
.launch-shorts { grid-column: 8 / span 5; margin-top: 32px; }
.webinar-youtube { grid-column: 1 / span 6; }
.webinar-social { grid-column: 7 / span 6; margin-top: 42px; }
.webinar-linkedin { grid-column: 1 / span 7; margin-top: -6px; }
.launch-twitter { grid-column: 8 / span 5; margin-top: 30px; }

.press-collage { width: min(1110px, 100%); margin-inline: auto; gap: 18px; }
.press-giveaway { grid-column: 1 / span 4; }
.press-partnership { grid-column: 5 / span 4; margin-top: 42px; }
.press-review { grid-column: 9 / span 4; margin-top: 4px; }
.press-announcement { grid-column: 2 / span 5; margin-top: -16px; }
.press-interview { grid-column: 7 / span 5; margin-top: 18px; }

.community-pair {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.community-story,
.community-story + .community-story {
  min-width: 0;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(68, 58, 70, .14);
  border-radius: 28px;
  background: rgba(255, 253, 249, .38);
  box-shadow: 0 24px 70px rgba(68, 58, 70, .08);
}
.community-story + .community-story { border-top: 1px solid rgba(68, 58, 70, .14); }
.community-story .story-heading h3 { font-size: clamp(2.7rem, 3.5vw, 4.2rem); line-height: .91; }
.community-story .role-chips { margin-top: 22px; }
.community-story .role-chips span { padding: 7px 10px; font-size: .67rem; }
.story-metrics { margin: 34px 0 30px; grid-template-columns: 1fr; }
.story-metrics > div { min-height: 84px; padding: 17px 19px; }
.story-metrics > div + div { border-left: 0; border-top: 1px solid rgba(68, 58, 70, .16); }
.story-metrics strong { font-size: clamp(2.65rem, 3.6vw, 3.8rem); }

.reach-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-areas: none;
  gap: 13px;
}
.reach-gallery figure:nth-child(1) { grid-area: auto; grid-column: 1 / span 3; }
.reach-gallery figure:nth-child(2) { grid-area: auto; grid-column: 4 / span 3; margin-top: 32px; }
.reach-gallery figure:nth-child(3) { grid-area: auto; grid-column: 2 / span 4; width: 100%; margin-top: -3px; }
.reach-gallery figcaption,
.asia-thumbnail figcaption { padding: 9px 11px; font-size: .64rem; }

.asia-gallery {
  margin-top: 34px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
}
.asia-thumbnail { grid-column: 1 / span 2; }
.asia-playlist { grid-column: 3 / span 4; margin-top: 28px !important; }
.asia-stories { grid-column: 2 / span 4; margin-top: 0 !important; }

.beyond-work {
  margin-top: 104px;
  padding-top: 92px;
  grid-template-columns: minmax(260px, .48fr) minmax(0, 1.52fr);
  align-items: start;
}
.community-mini-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 17px;
}
.community-mini-grid figure:nth-child(1) { grid-column: 1 / span 6; }
.community-mini-grid figure:nth-child(2) { grid-column: 7 / span 6; margin-top: 52px; }
.community-mini-grid figure:nth-child(3) { grid-column: 2 / span 4; margin-top: -12px; }
.community-mini-grid figure:nth-child(4) { grid-column: 6 / span 6; margin-top: 22px; }
.community-mini-grid figcaption { padding: 11px 12px; font-size: .69rem; }

.view-badge,
.impression-badge {
  top: 9px;
  right: auto;
  left: 9px;
  padding: 6px 9px;
  color: #fff;
  background: rgba(30, 24, 31, .84);
  box-shadow: none;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 700;
}
.format-showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.format-column { min-width: 0; }
.format-label {
  min-height: 72px;
  padding: 15px 0;
  display: grid;
  align-content: center;
  gap: 8px;
  border-top: 1px solid rgba(68, 58, 70, .2);
}
.format-label .platform-chip { width: max-content; }
.format-label p { font-size: .73rem; line-height: 1.45; }
.youtube-gallery { grid-template-columns: repeat(2, 1fr); }
.youtube-card.featured { width: 100%; }
.youtube-card > span, .youtube-card > .asset-link > span {
  top: 9px;
  right: auto;
  bottom: auto;
  left: 9px;
  color: white;
  background: rgba(30, 24, 31, .84);
}
.instagram-feed,
.linkedin-card { width: 100%; margin-top: 0; }
.linkedin-card .impression-badge { top: 10px; right: auto; bottom: auto; left: 10px; }

.deck-lab { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.deck-heading { min-height: 96px; }

.contact-section {
  position: relative;
  overflow: hidden;
  color: rgba(248, 245, 240, .72);
  background:
    radial-gradient(circle at 79% 25%, rgba(185, 143, 165, .34), transparent 30%),
    #3d343f;
  border-radius: 64px 64px 0 0;
}
.contact-inner {
  position: relative;
  min-height: 70vh;
  padding: 120px 0 38px;
  display: block;
}
.contact-section h2 {
  max-width: 940px;
  margin: 0 0 48px;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(5rem, 11vw, 10.5rem);
  font-weight: 600;
  line-height: .8;
  letter-spacing: -.055em;
}
.contact-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.contact-link,
.contact-actions .email-action {
  width: auto;
  min-width: 215px;
  padding: 17px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  border: 0;
  border-radius: 999px;
  color: var(--plum);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.contact-link:hover,
.contact-link:focus-visible,
.contact-actions .email-action:hover,
.contact-actions .email-action:focus-visible { color: var(--plum); background: white; transform: translateY(-4px); }
.contact-link span,
.contact-actions .email-action span { font-family: var(--sans); font-size: 1em; }
.contact-section .footer-row {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(248, 245, 240, .13);
  color: rgba(248, 245, 240, .62);
}
.contact-section .footer-row a { color: var(--ivory); }

@media (max-width: 980px) {
  .context-three { grid-template-columns: 1fr; }
  .context-three > div + div { border-left: 0; border-top: 1px solid rgba(248, 245, 240, .2); }
  .community-pair { grid-template-columns: 1fr; }
  .community-story .story-heading h3 { font-size: clamp(3.2rem, 8vw, 5rem); }
  .story-metrics { grid-template-columns: repeat(3, 1fr); }
  .story-metrics > div + div { border-top: 0; border-left: 1px solid rgba(68, 58, 70, .16); }
  .format-showcase { grid-template-columns: 1fr; gap: 50px; }
  .format-column { width: min(100%, 680px); margin-inline: auto; }
  .deck-lab { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .range-line { gap: 10px 16px; }
  .range-line span { font-size: .68rem; }
  .result-grid > div { min-height: 150px; }
  .launch-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .changelog-card,
  .newsletter-card,
  .launch-linkedin,
  .launch-shorts,
  .webinar-youtube,
  .webinar-social,
  .webinar-linkedin,
  .launch-twitter { grid-column: auto; margin-top: 0; }
  .press-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .press-giveaway,
  .press-partnership,
  .press-interview,
  .press-announcement,
  .press-review { grid-column: auto; margin-top: 0; }
  .press-giveaway { grid-column: 1 / -1; width: 78%; }
  .community-story,
  .community-story + .community-story { padding: 24px 18px 30px; }
  .story-metrics { grid-template-columns: 1fr; }
  .story-metrics > div + div { border-left: 0; border-top: 1px solid rgba(68, 58, 70, .16); }
  .reach-gallery,
  .asia-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reach-gallery figure:nth-child(n),
  .asia-thumbnail,
  .asia-playlist,
  .asia-stories { grid-column: auto; width: 100%; margin-top: 0 !important; }
  .reach-gallery figure:nth-child(3),
  .asia-stories { grid-column: 1 / -1; width: 72%; justify-self: center; }
  .beyond-work { grid-template-columns: 1fr; }
  .community-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-mini-grid figure:nth-child(n) { grid-column: auto; margin-top: 0; }
  .community-mini-grid figure:nth-child(even) { margin-top: 24px; }
  .contact-inner { min-height: 62vh; padding-top: 94px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-link,
  .contact-actions .email-action { min-width: 0; width: 100%; }
}

/* Version 4.1 final cascade */
.launch-mosaic { gap: 16px; align-content: start; }
.launch-mosaic .media-card { margin-top: 0; }
.launch-twitter { grid-column: 1 / span 7; }
.changelog-card { grid-column: 8 / span 5; margin-top: 38px !important; }
.newsletter-card { grid-column: 1 / span 6; margin-top: -20px !important; }
.launch-linkedin { grid-column: 7 / span 6; margin-top: 18px !important; }
.launch-shorts { grid-column: 1 / span 4; margin-top: -8px !important; }
.webinar-youtube { grid-column: 5 / span 8; margin-top: 14px !important; }
.webinar-social { grid-column: 1 / span 5; margin-top: -12px !important; }
.webinar-linkedin { grid-column: 6 / span 7; margin-top: 18px !important; }

.press-collage { gap: 15px; align-items: start; }
.press-card { position: relative; z-index: 1; }
.press-card figcaption { min-height: 42px; padding: 11px 13px; display: flex; align-items: center; }
.press-card figcaption b { font-size: .62rem; }
.press-giveaway { grid-column: 1 / span 4; }
.press-partnership { grid-column: 5 / span 4; margin-top: 32px; transform: translateX(-5px); }
.press-interview { grid-column: 9 / span 4; margin-top: 6px; transform: translateX(-10px); }
.press-announcement { grid-column: 1 / span 4; margin-top: -12px; transform: translateX(9px); }
.press-review { grid-column: 5 / span 4; margin-top: 18px; }
.press-executive { grid-column: 9 / span 4; margin-top: -8px; transform: translateX(-8px); }
.press-card:hover { z-index: 3; }

.reach-gallery figure:nth-child(1) { grid-column: 1 / span 3; margin-top: 0; }
.reach-gallery figure:nth-child(2) { grid-column: 4 / span 3; margin-top: 30px; }
.reach-gallery figure:nth-child(3) { grid-column: 2 / span 4; width: 100%; margin-top: -2px; }

.shortform-reel { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.video-card figcaption { min-height: 48px; align-content: start; }
.video-card figcaption span { font-size: .67rem; }
.instagram-feed-card .video-shell { background: #f3edf4; }
.format-showcase { grid-template-columns: 1.42fr .58fr; gap: 34px; }

.education-section > .wrap > .section-kicker { width: 100%; }
.education-intro { margin-top: 60px; }
.education-intro h2 { margin-top: 0; }
.course-material-heading { margin-top: 96px; padding-bottom: 14px; border-bottom: 1px solid rgba(68, 58, 70, .22); }
.course-material-heading span { font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.deck-lab { margin-top: 26px; }

.logo-cloud { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; align-items: stretch; }
.tool-logo,
.tool-logo:nth-child(n) { width: 100%; min-width: 0; transform: none; }
.tool-logo:hover { transform: translateY(-4px); }

.contact-section {
  color: var(--plum);
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 253, 249, .48), transparent 29%),
    linear-gradient(135deg, #c8c7e2 0%, #d9bfd0 52%, #e7c3b8 100%);
}
.contact-section h2 { color: var(--plum); }
.contact-link,
.contact-actions .email-action { color: var(--plum); background: rgba(255, 253, 249, .82); border: 1px solid rgba(68, 58, 70, .12); }
.contact-section .footer-row { color: rgba(68, 58, 70, .7); border-top-color: rgba(68, 58, 70, .18); }
.contact-section .footer-row a { color: var(--plum); }

@media (max-width: 1120px) {
  .shortform-reel { grid-template-columns: repeat(8, 170px); }
  .logo-cloud { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .press-card { transform: none; }
  .press-giveaway,
  .press-announcement { grid-column: 1 / span 6; }
  .press-partnership,
  .press-review { grid-column: 7 / span 6; }
  .press-interview { grid-column: 1 / span 6; }
  .press-executive { grid-column: 7 / span 6; }
  .format-showcase { grid-template-columns: 1fr; }
  .format-showcase .linkedin-card { grid-column: auto; width: 62%; }
}

@media (max-width: 700px) {
  .launch-mosaic .media-card { grid-column: auto; margin-top: 0 !important; }
  .press-giveaway,
  .press-partnership,
  .press-interview,
  .press-announcement,
  .press-review,
  .press-executive { grid-column: auto; width: auto; margin-top: 0; transform: none; }
  .reach-gallery figure:nth-child(n) { grid-column: auto; width: 100%; margin-top: 0; }
  .reach-gallery figure:nth-child(3) { grid-column: 1 / -1; width: 82%; justify-self: center; }
  .shortform-reel { grid-template-columns: repeat(8, 164px); }
  .format-showcase .linkedin-card { width: 82%; }
  .logo-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 460px) {
  .logo-cloud { grid-template-columns: 1fr; }
}

/* Version 5 — continuous transitions and tightly composed proof */
.pomerium-section {
  margin-top: 0;
  border-radius: 0;
}

.launch-mosaic-v5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.launch-columns,
.launch-final-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.launch-column,
.launch-social-pair { display: grid; gap: 18px; align-content: start; }
.launch-mosaic-v5 .media-card {
  grid-column: auto;
  width: 100%;
  margin-top: 0 !important;
}
.launch-final-row { align-items: stretch; }
.launch-final-row > .webinar-youtube { height: 100%; }
.launch-final-row > .webinar-youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pr-section {
  margin-top: 0;
  background:
    radial-gradient(circle at 13% 24%, rgba(170, 167, 214, .22), transparent 25rem),
    linear-gradient(180deg, #3d343f 0, #6a5c6d 4.5rem, #f0ecf4 13rem, var(--ivory) 58%, var(--ivory) 100%);
}
.press-collage {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.press-card,
.press-card:nth-child(n) {
  width: 100%;
  margin-top: 0;
  transform: none;
}
.press-giveaway { grid-column: 1 / span 4; }
.press-partnership { grid-column: 5 / span 4; }
.press-interview { grid-column: 9 / span 4; }
.press-announcement { grid-column: 2 / span 5; }
.press-review { grid-column: 7 / span 5; }
.press-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.press-announcement img,
.press-review img { height: 330px; }
.press-review img { object-position: top; }
.umv-badge {
  right: 10px;
  left: auto;
}

.community-section {
  background:
    radial-gradient(circle at 84% 22%, rgba(248, 245, 240, .5), transparent 26rem),
    linear-gradient(180deg, var(--ivory) 0%, #ead8cf 14%, #e7c3b8 48%, #d8d2e7 100%);
}
.community-pair { align-items: stretch; }
.community-story,
.community-story + .community-story {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reach-gallery,
.asia-gallery { margin-top: auto; }
.asia-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
}
.asia-thumbnail { grid-column: 1 / span 2; }
.asia-playlist {
  grid-column: 3 / span 4;
  margin-top: 0 !important;
}
.asia-stories {
  grid-column: 2 / span 4;
  margin-top: 0 !important;
}
.asia-story .story-heading h3 strong { color: #81586f; }

.content-section {
  background:
    radial-gradient(circle at 96% 44%, rgba(231, 183, 168, .22), transparent 30rem),
    linear-gradient(180deg, #d8d2e7 0%, #eeeaf2 10%, var(--ivory) 22%, var(--ivory) 100%);
}
.format-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}
.youtube-card.featured { width: 72%; }
.linkedin-gallery { display: grid; gap: 16px; align-items: start; }
.linkedin-gallery .linkedin-card { width: 100%; }
.linkedin-gallery .reflection-card { width: 48%; justify-self: center; }
.linkedin-gallery .impression-badge {
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
}

.community-building-section {
  position: relative;
  padding: 136px 0 154px;
  overflow: hidden;
  color: var(--plum);
  background:
    radial-gradient(circle at 9% 50%, rgba(170, 167, 214, .28), transparent 29rem),
    linear-gradient(180deg, var(--ivory) 0%, #eadfdc 13%, #e5c8bf 54%, #efebf5 100%);
}
.community-building-heading { margin-bottom: 70px; }
.community-building-heading h2 { font-size: clamp(4rem, 6.4vw, 7.2rem); line-height: .82; }
.community-groups { display: grid; grid-template-columns: 1fr; gap: 66px; }
.community-cluster h3 {
  margin: 0 0 18px;
  padding-bottom: 13px;
  border-bottom: 0;
  font-family: var(--display);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
}
.cluster-collage { align-items: start; }
.communities-collage,
.volunteering-collage { gap: 13px; }
.communities-collage figure:nth-child(n),
.volunteering-collage figure:nth-child(n) {
  margin-top: 0;
  transform: none;
}
.communities-collage img {
  height: 280px;
  object-fit: cover;
  object-position: top;
}
.volunteering-collage img {
  height: 210px;
  object-fit: cover;
  object-position: top;
}

.education-section {
  background:
    radial-gradient(circle at 10% 16%, rgba(231, 183, 168, .26), transparent 26rem),
    radial-gradient(circle at 86% 76%, rgba(141, 145, 199, .22), transparent 30rem),
    linear-gradient(180deg, #efebf5 0%, #efebf5 86%, #6d5d70 98%, #3d343f 100%);
}
.toolbox-section {
  background:
    radial-gradient(circle at 75% 10%, rgba(170, 167, 214, .23), transparent 30rem),
    linear-gradient(180deg, #3d343f 0%, #3d343f 100%);
}
.contact-section {
  border-radius: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 82% 38%, rgba(231, 183, 168, .42), transparent 31%),
    linear-gradient(180deg, #3d343f 0%, #5f5365 15%, #8d83a9 48%, #b98fa5 74%, #e7b7a8 100%);
}
.contact-section h2 { color: var(--ivory); }
.contact-section .footer-row {
  color: rgba(248, 245, 240, .72);
  border-top-color: rgba(248, 245, 240, .19);
}
.contact-section .footer-row a { color: var(--ivory); }

@media (max-width: 1120px) {
  .press-card img { height: 250px; }
  .press-announcement img,
  .press-review img { height: 280px; }
  .communities-collage img { height: 240px; }
  .volunteering-collage img { height: 175px; }
}

@media (max-width: 980px) {
  .press-giveaway,
  .press-partnership,
  .press-interview,
  .press-announcement,
  .press-review { grid-column: span 6; }
  .press-review { grid-column: 4 / span 6; }
  .community-story,
  .community-story + .community-story { height: auto; }
  .format-showcase { grid-template-columns: 1fr; }
  .format-showcase .format-column { width: min(100%, 700px); }
  .format-showcase .linkedin-card { width: 100%; }
  .format-showcase .reflection-card { width: 48%; }
  .volunteering-collage { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .volunteering-collage img { height: 210px; }
}

@media (max-width: 700px) {
  .launch-columns,
  .launch-final-row { grid-template-columns: 1fr; }
  .launch-final-row > .webinar-youtube img { height: auto; object-fit: contain; }
  .press-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .press-giveaway,
  .press-partnership,
  .press-interview,
  .press-announcement,
  .press-review { grid-column: auto; }
  .press-review { grid-column: 1 / -1; width: 72%; justify-self: center; }
  .press-card img,
  .press-announcement img,
  .press-review img { height: 210px; }
  .asia-thumbnail,
  .asia-playlist { grid-column: auto; }
  .asia-stories { grid-column: 1 / -1; }
  .community-building-section { padding: 102px 0 116px; }
  .communities-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .communities-collage figure:last-child { grid-column: 1 / -1; width: 70%; justify-self: center; }
  .communities-collage img,
  .volunteering-collage img { height: 190px; }
  .format-showcase .reflection-card { width: 66%; }
}

@media (max-width: 460px) {
  .press-card img,
  .press-announcement img,
  .press-review img { height: 170px; }
  .volunteering-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .communities-collage img,
  .volunteering-collage img { height: 165px; }
  .format-showcase .reflection-card { width: 82%; }
}

/* Version 5.1 — final editorial and composition pass */
.portrait-circle {
  border: 0;
  background: #d8aaa8;
  box-shadow: none;
}
.portrait-circle img {
  object-position: center top;
  transform: none;
}

.launch-columns { align-items: stretch; }
.launch-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.launch-column-right .webinar-youtube {
  flex: 1 1 auto;
  min-height: 280px;
  display: flex;
}
.launch-column-right .webinar-youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* A deliberate hard cut keeps the Pomerium case study distinct from PR. */
.pr-section {
  margin-top: 0;
  padding-top: 136px;
  border-top: 1px solid rgba(68, 58, 70, .16);
  background:
    radial-gradient(circle at 13% 24%, rgba(170, 167, 214, .18), transparent 25rem),
    linear-gradient(180deg, #f0ecf4 0%, var(--ivory) 58%, var(--ivory) 100%);
}

.community-overview-heading {
  max-width: 1040px;
  margin: 66px 0 0;
}
.community-overview-heading h2 {
  font-size: clamp(4rem, 6.4vw, 7.2rem);
  line-height: .84;
}
.community-pair { align-items: stretch; }
.community-story,
.community-story + .community-story { height: 100%; }
.community-story .story-heading h3 { min-height: 4.55em; }
.community-story .role-chips {
  min-height: 66px;
  align-content: flex-start;
}
.reach-gallery,
.asia-gallery { margin-top: 30px; }
.reach-gallery figure:nth-child(1) img {
  height: 260px;
  object-fit: cover;
  object-position: center bottom;
}
.asia-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  align-items: start;
}
.asia-playlist,
.asia-stories {
  grid-column: auto;
  margin-top: 0 !important;
}
.asia-gallery video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center top;
}

.linkedin-gallery .reflection-card {
  width: 100%;
  justify-self: stretch;
}

.community-building-heading {
  grid-template-columns: 1fr;
  max-width: 1180px;
}
.community-building-heading h2 {
  font-size: clamp(3.45rem, 5.35vw, 6.2rem);
  line-height: .9;
}
.communities-collage img,
.volunteering-collage img { object-position: left top; }

@media (max-width: 980px) {
  .community-story .story-heading h3 { min-height: 0; }
  .community-story .role-chips { min-height: 0; }
  .format-showcase .reflection-card { width: 100%; }
}

/* Version 5.2 — supplied portrait, varied proof structure, and balanced stories */
.portrait-composite {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.context-strip.context-three {
  grid-template-columns: 1.12fr .88fr 1fr;
  gap: clamp(36px, 5vw, 86px);
  padding-top: 36px;
  border: 0;
  border-top: 1px solid rgba(248, 245, 240, .2);
  border-radius: 0;
  background: transparent;
}
.context-strip.context-three > div {
  min-height: 168px;
  padding: 0;
}
.context-strip.context-three > div + div { border: 0; }
.context-strip.context-three p {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.result-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(248, 245, 240, .22);
  border-radius: 20px;
}
.result-grid > div,
.result-grid > div:nth-child(2),
.result-grid > div:nth-child(3) {
  min-height: 205px;
  padding: 34px 38px;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: var(--ivory);
  background: transparent;
  box-shadow: none;
}
.result-grid > div + div { border-left: 1px solid rgba(248, 245, 240, .2); }
.result-grid span { color: var(--ivory); }
.result-grid small { color: rgba(248, 245, 240, .62); }

.launch-columns { align-items: start; }
.launch-column-right .webinar-youtube {
  flex: 0 0 auto;
  min-height: 0;
  display: block;
}
.launch-column-right .webinar-youtube img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.press-announcement img { object-position: left top; }

.asia-gallery {
  grid-template-columns: 1fr;
  align-content: start;
}
.asia-playlist,
.asia-stories { width: 100%; }
.asia-gallery .asia-playlist video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
}
.asia-gallery .asia-stories video {
  width: 100%;
  height: 300px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

.tool-logo,
.tool-logo:nth-child(n),
.tool-logo:hover,
.tool-logo:focus-within {
  transform: none;
  background: var(--paper);
  cursor: default;
  transition: none;
}

.contact-section {
  color: var(--plum);
  background: linear-gradient(180deg, #3d343f 0%, #8f8192 11%, #d7cbd6 27%, #e8dfe6 100%);
}
.contact-inner {
  min-height: 62vh;
  padding: 120px 0 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-section h2 { color: var(--plum); }
.contact-actions {
  display: flex;
  align-items: flex-start;
  gap: 42px;
}
.contact-link,
.contact-actions .email-action {
  width: 150px;
  min-width: 0;
  padding: 0 0 14px;
  display: inline-flex;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid rgba(68, 58, 70, .2);
  border-radius: 0;
  color: var(--plum);
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}
.contact-link:hover,
.contact-link:focus-visible,
.contact-actions .email-action:hover,
.contact-actions .email-action:focus-visible {
  color: #6f5367;
  border-bottom-color: #6f5367;
  background: transparent;
  transform: none;
}

@media (max-width: 980px) {
  .context-strip.context-three {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .context-strip.context-three > div {
    min-height: 0;
    padding: 24px 0;
  }
  .context-strip.context-three > div + div { border-top: 1px solid rgba(248, 245, 240, .16); }
}

@media (max-width: 700px) {
  .result-grid { grid-template-columns: 1fr; }
  .result-grid > div { min-height: 150px; }
  .result-grid > div + div {
    border-top: 1px solid rgba(248, 245, 240, .2);
    border-left: 0;
  }
  .asia-gallery .asia-stories video { height: 270px; }
  .contact-actions { width: 100%; align-items: flex-start; flex-direction: row; gap: 28px; }
  .contact-link,
  .contact-actions .email-action { width: min(42vw, 150px); }
}

@media (max-width: 700px) {
  .launch-column-right .webinar-youtube { min-height: 0; }
  .launch-column-right .webinar-youtube img { height: auto; object-fit: contain; }
  .community-overview-heading { margin-top: 46px; }
  .community-overview-heading h2 { font-size: clamp(3.15rem, 14vw, 5.1rem); }
  .asia-gallery { grid-template-columns: 1fr; }
  .asia-gallery video { height: auto; object-fit: contain; }
  .reach-gallery figure:nth-child(1) img { height: 230px; }
  .format-showcase .reflection-card { width: 100%; }
}

/* Review edits: compact opening, uncropped media, and clear section boundaries. */
.hero { min-height: auto; padding-top: 111px; }
.hero::before,
.pomerium-section::after { content: none; }
.about-rail > div,
.result-grid > div { text-align: center; align-items: center; }
.result-grid .range-result strong { font-size: clamp(1.8rem, 2.8vw, 2.8rem); line-height: 1.08; }
.metric-band > div,
.story-metrics > div {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.metric-band span,
.story-metrics span { max-width: 220px; }
.asia-gallery .asia-stories video {
  width: 100%;
  height: auto;
  max-height: 580px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #19151c;
}
.asset-link { position: relative; display: block; color: inherit; text-decoration: none; }
.asset-link:focus-visible { outline: 3px solid #986889; outline-offset: -4px; }
.asset-link:hover img { opacity: .9; }
.asset-link-arrow { position: absolute; top: 12px; right: 12px; padding: 4px 9px; border-radius: 50%; color: #3d343f; background: #fffdf9; font-style: normal; }
.cluster-collage figcaption { font-size: .78rem; line-height: 1.4; gap: 12px; }
.cluster-collage figcaption i { margin-left: auto; font-style: normal; }
.volunteering-collage { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.previous-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 700px; gap: 20px; }
.organization-logo { height: 240px; display: flex; align-items: center; justify-content: center; }
.organization-logo img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.rotaract-logo { background: #0e0808; }
.vhio-logo { background: #fffdf9; }
.vhio-logo img { width: 180px; }
.community-building-section { border-radius: 0; background: linear-gradient(180deg, var(--ivory), #eadfdc 13%, #e5c8bf); }
.education-section { border-radius: 0; border-top: 1px solid rgba(68,58,70,.16); background: #efebf5; }
.toolbox-section { border-radius: 0; background: #3d343f; }
.tool-logo:nth-child(3) img,
.tool-logo:nth-child(7) img,
.tool-logo:nth-child(11) img { filter: none; }
@media (max-width: 980px) {
  .hero { padding-top: 95px; }
}
@media (max-width: 700px) {
  .volunteering-collage { grid-template-columns: 1fr; }
  .previous-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .organization-logo { height: 180px; }
  .vhio-logo img { max-width: 85%; }
}

.tool-logo:nth-child(15) img, .tool-logo:nth-child(19) img { filter: none; }

/* Follow-up review: lighter past roles and compact, uncropped stories. */
.reach-gallery { grid-template-columns: 1fr; grid-template-areas: none; gap: 22px; }
.reach-gallery figure:nth-child(n) { grid-area: auto; grid-column: 1; width: 100%; margin: 0; }
.reach-gallery figure:nth-child(n) img { width: 100%; height: auto; object-fit: contain; }
.asia-gallery .asia-stories { width: min(100%, 225px); grid-column: 1; justify-self: center; }
.asia-gallery .asia-stories video { display: block; width: 100%; height: auto; max-height: none; aspect-ratio: 480 / 922; object-fit: contain; background: transparent; }
.asia-stories .platform-chip { position: static; display: block; border-radius: 0; font-size: .58rem; padding: 9px 8px; text-align: center; }
.asia-stories figcaption { font-size: .68rem; text-align: center; }
.youtube-card:has(.asset-link), .cluster-collage figure:has(.asset-link) { transition: transform .25s ease, box-shadow .25s ease; }
.youtube-card:has(.asset-link):is(:hover, :focus-within), .cluster-collage figure:has(.asset-link):is(:hover, :focus-within) { transform: translateY(-7px) rotate(-.5deg); box-shadow: 0 24px 42px rgba(61,48,64,.23); }
.asset-link img { transition: opacity .25s ease; }
.previous-cluster h3 { font-size: 1.75rem; }
.previous-collage { max-width: 850px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.previous-collage figure { border-width: 2px; border-radius: 10px; box-shadow: 0 6px 18px rgba(61,48,64,.08); }
.previous-collage .organization-logo { height: 105px; background: #fffdf9; padding: 10px; }
.previous-collage .rotaract-logo { background: #0e0808; }
.previous-collage .organization-logo img { width: auto; height: 100%; max-width: 100%; object-fit: contain; }
.previous-collage .vhio-logo img { height: auto; width: 100px; }
.previous-collage figcaption { align-items: flex-start; padding: 12px; }
.previous-collage figcaption strong { display: block; font-size: .83rem; }
.previous-collage figcaption small { display: block; margin-top: 5px; font-size: .72rem; line-height: 1.5; font-weight: 400; }
@media (max-width: 700px) { .previous-collage { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; } }
@media (prefers-reduced-motion: reduce) {
  .youtube-card:has(.asset-link), .cluster-collage figure:has(.asset-link), .asset-link img { transition: none; }
  .youtube-card:has(.asset-link):is(:hover,:focus-within), .cluster-collage figure:has(.asset-link):is(:hover,:focus-within) { transform: none; }
}

.tool-logo:nth-child(18) img { filter: none; }
.tool-logo img.cursor-logo { border-radius: 0; object-fit: contain; }

/* Compact editorial rhythm and balanced media groups. */
.pomerium-section, .pr-section, .community-section, .content-section,
.community-building-section, .education-section, .toolbox-section { padding-top: 72px; padding-bottom: 72px; }
.pomerium-heading { margin-top: 36px; margin-bottom: 28px; }
.section-heading { margin-top: 36px; margin-bottom: 36px; }
.community-overview-heading { margin: 36px 0 28px; }
.community-building-heading { margin-bottom: 36px; }
.context-strip.context-three { padding-top: 24px; }
.context-strip.context-three > div { min-height: 0; }
.result-grid { margin-top: 28px; margin-bottom: 32px; }
.result-grid > div { min-height: 160px; padding: 24px; }
.metric-band { margin-bottom: 32px; }
.metric-band > div { min-height: 120px; padding: 22px; }
.community-story, .community-story + .community-story { padding: 24px; height: auto; }
.community-story .story-heading h3 { min-height: 0; margin-bottom: 14px; }
.community-story .role-chips { min-height: 0; margin-top: 14px; }
.story-metrics { margin: 20px 0; }
.story-metrics > div { min-height: 70px; padding: 14px; gap: 8px; }
.reach-gallery, .asia-gallery { margin-top: 8px; gap: 14px; }
.reach-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; }
.reach-gallery figure:nth-child(n) { grid-column: auto; }
.reach-gallery figure:nth-child(n) img { max-height: min(440px,60svh); width: 100%; height: auto; object-fit: contain; }
.asia-gallery { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: start; }
.asia-gallery .asia-playlist { grid-column: 1; width: 100%; }
.asia-gallery .asia-stories { grid-column: 2; width: min(100%,250px); }
.asia-gallery .asia-stories video { max-height: 60svh; width: 100%; height: auto; }
.community-groups { gap: 32px; }
.community-cluster h3 { margin-bottom: 14px; padding-bottom: 10px; }
.communities-collage img, .volunteering-collage img { height: 180px; }
.education-intro { margin-top: 32px; gap: 32px; }
.education-metrics > div { min-height: 120px; padding: 20px; justify-content: center; align-items: center; text-align: center; }
.lesson-showcase { margin-top: 32px; }
.logo-cloud { margin-top: 36px; }
.contact-inner { min-height: 0; padding: 64px 0 56px; }
.contact-section h2 { font-size: clamp(3rem,6vw,5rem); margin-bottom: 28px; }
.about-rail { margin-top: 36px; }
@media (max-width: 700px) {
  .pomerium-section, .pr-section, .community-section, .content-section,
  .community-building-section, .education-section, .toolbox-section { padding-top: 48px; padding-bottom: 48px; }
  .community-story, .community-story + .community-story { padding: 20px 16px; }
  .communities-collage, .volunteering-collage { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .communities-collage img, .volunteering-collage img { height: 150px; }
  .community-cluster h3 { font-size: 1.8rem; }
  .contact-inner { padding: 48px 0; }
}
.asia-gallery .asia-stories { width: min(100%,250px,calc(60svh * 480 / 922)); }
.story-metrics { grid-template-columns: repeat(3,minmax(0,1fr)); }
.story-metrics > div { min-height: 110px; padding: 14px 10px; }
.story-metrics > div + div { border-top: 0; border-left: 1px solid rgba(68,58,70,.16); }
.story-metrics strong { font-size: clamp(2rem,3vw,3rem); }
@media (max-width: 460px) {
  .story-metrics > div { min-height: 100px; padding: 12px 6px; }
  .story-metrics strong { font-size: 1.85rem; }
  .story-metrics span { font-size: .65rem; line-height: 1.4; }
}

/* Primary evidence gets the full card width; supporting evidence stays compact. */
.result-grid > div, .result-grid > div:nth-child(n) { min-height: 124px; padding: 18px 24px; }
.result-grid { margin-top: 20px; margin-bottom: 24px; }
.reach-gallery.priority-gallery, .asia-gallery.priority-gallery { grid-template-columns: 1fr; gap: 14px; }
.reach-gallery.priority-gallery figure:nth-child(2) { grid-row: 1; grid-column: 1; width: 100%; }
.reach-gallery.priority-gallery figure:nth-child(2) img { width: 100%; height: auto; max-height: 320px; object-fit: contain; }
.reach-gallery.priority-gallery figure:nth-child(1) { grid-row: 2; grid-column: 1; width: 160px; justify-self: start; }
.reach-gallery.priority-gallery figure:nth-child(1) img { height: 140px; object-fit: cover; object-position: center bottom; }
.asia-gallery.priority-gallery .asia-playlist { grid-row: 1; grid-column: 1; width: 100%; }
.asia-gallery.priority-gallery .asia-playlist video { width: 100%; height: auto; max-height: 320px; object-fit: contain; }
.asia-gallery.priority-gallery .asia-stories { grid-row: 2; grid-column: 1; width: 105px; justify-self: start; }
.asia-gallery.priority-gallery .asia-stories video { width: 100%; height: auto; max-height: none; }
.asia-gallery.priority-gallery .asia-stories .platform-chip { font-size: .5rem; padding: 6px; }
.asia-gallery.priority-gallery .asia-stories figcaption { padding: 7px; font-size: .58rem; }
.communities-collage img[src$="community-kgroup-women.jpg"],
.volunteering-collage img[src$="community-smart-ai.jpg"],
.volunteering-collage img[src$="community-fifa.jpeg"] { object-position: center bottom; }
.course-material-heading { margin-top: 32px; }
.contact-section { background: #e8dfe6; }
.reach-gallery.priority-gallery figure:nth-child(1) { width: 100%; display: grid; grid-template-columns: 105px 1fr; align-items: center; }
.reach-gallery.priority-gallery figure:nth-child(1) img { height: 140px; }
.asia-gallery.priority-gallery .asia-stories { width: 100%; display: grid; grid-template-columns: 105px 1fr; align-items: center; }
.asia-gallery.priority-gallery .asia-stories video { grid-column: 1; grid-row: 1 / 3; }
.asia-gallery.priority-gallery .asia-stories .platform-chip { grid-column: 2; grid-row: 1; font-size: .65rem; padding: 12px; background: transparent; align-self: end; }
.asia-gallery.priority-gallery .asia-stories figcaption { grid-column: 2; grid-row: 2; font-size: .75rem; padding: 0 12px 12px; align-self: start; }
.contact-icon { width: 21px; height: 21px; flex-shrink: 0; }
.contact-actions .contact-link { justify-content: flex-start; align-items: center; gap: 10px; }

/* Restore stacked evidence labels and add restrained, alternating card angles. */
.evidence-card > span { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; }
.evidence-card .evidence-subtitle { display: block; font-size: .75rem; line-height: 1.45; }
.evidence-pair { padding: 8px 6px 14px; }
.evidence-pair .evidence-card { transform: rotate(-2deg); transform-origin: center 80%; }
.evidence-pair .evidence-card.offset { transform: rotate(2deg); }
.evidence-pair .evidence-card:is(:hover,:focus-visible) { transform: translateY(-7px) rotate(-.5deg); }
.content-subcaption { max-width: 640px; margin: 18px 0 0; color: var(--slate); font-size: .95rem; line-height: 1.6; }
.reach-gallery.priority-gallery figure:nth-child(2) img,
.asia-gallery.priority-gallery .asia-playlist video { width: 100%; height: 300px; max-height: none; object-fit: contain; }
.reach-gallery.priority-gallery figure:nth-child(1),
.asia-gallery.priority-gallery .asia-stories { grid-template-columns: 150px 1fr; border-radius: 0; background: transparent; box-shadow: none; gap: 16px; }
.reach-gallery.priority-gallery figure:nth-child(1) img { width: 150px; height: 230px; border-radius: 12px; }
.asia-gallery.priority-gallery .asia-stories video { width: 150px; border-radius: 12px; }
.reach-gallery.priority-gallery figure:nth-child(1) figcaption,
.asia-gallery.priority-gallery .asia-stories figcaption { background: transparent; padding: 0; text-align: left; font-size: .8rem; }
.asia-gallery.priority-gallery .asia-stories .platform-chip { padding: 0 0 10px; text-align: left; }
.communities-collage img { height: 340px; }
.communities-collage img[src$="community-unpto.jpg"] { object-position: center 40%; }
.volunteering-collage img { height: 220px; }
.volunteering-collage img[src$="community-smart-ai.jpg"] { object-position: center 78%; }
@media (max-width:700px) {
  .communities-collage img { height: 240px; }
  .volunteering-collage img { height: 190px; }
  .reach-gallery.priority-gallery figure:nth-child(2) img,
  .asia-gallery.priority-gallery .asia-playlist video { height: 210px; }
  .reach-gallery.priority-gallery figure:nth-child(1),
  .asia-gallery.priority-gallery .asia-stories { grid-template-columns: 125px 1fr; gap: 12px; }
  .reach-gallery.priority-gallery figure:nth-child(1) img { width: 125px; height: 195px; }
  .asia-gallery.priority-gallery .asia-stories video { width: 125px; }
  .evidence-pair .evidence-card { transform: rotate(-1deg); }
  .evidence-pair .evidence-card.offset { transform: rotate(1deg); }
}
@media (prefers-reduced-motion:reduce) { .evidence-pair .evidence-card:is(:hover,:focus-visible) { transform: none; transition: none; } }

/* Review refinement: reordered narrative and centered supporting evidence. */
.format-showcase { margin-top: 36px; }
.blog-thumbnail-crop { overflow: hidden; }
.blog-thumbnail-crop img { margin-bottom: -15%; }
.community-building-section { padding-top: 48px; padding-bottom: 48px; }
.community-groups { gap: 24px; }
.communities-collage img { height: 230px; }
.communities-collage img[src$="community-unpto.jpg"] { object-position: center top; }
.volunteering-collage img { height: 175px; }
.reach-gallery.priority-gallery figure:nth-child(1),
.asia-gallery.priority-gallery .asia-stories {
  display: flex; flex-direction: column; width: min(100%, 260px);
  justify-self: center; align-items: stretch; gap: 0;
  border-radius: 12px; background: white; overflow: hidden;
}
.reach-gallery.priority-gallery figure:nth-child(1) img {
  width: 100%; height: 330px; max-height: none; object-fit: contain; border-radius: 0;
}
.asia-gallery.priority-gallery .asia-stories video { width: 100%; height: auto; border-radius: 0; }
.reach-gallery.priority-gallery figure:nth-child(1) .platform-chip,
.asia-gallery.priority-gallery .asia-stories .platform-chip {
  position: static; display: block; padding: 12px 10px; text-align: center;
  font-size: .65rem; background: white;
}
.reach-gallery.priority-gallery figure:nth-child(1) figcaption,
.asia-gallery.priority-gallery .asia-stories figcaption {
  padding: 12px; text-align: center; font-size: .75rem; background: white;
}
@media (max-width: 700px) {
  .format-showcase { margin-top: 24px; }
  .community-building-section { padding-top: 36px; padding-bottom: 36px; }
  .communities-collage img { height: 175px; }
  .volunteering-collage img { height: 150px; }
  .reach-gallery.priority-gallery figure:nth-child(1),
  .asia-gallery.priority-gallery .asia-stories { width: min(100%, 220px); }
  .reach-gallery.priority-gallery figure:nth-child(1) img { height: 280px; }
}

/* Brand colors belong to assets, independent of toolbox ordering. */
.tool-logo:nth-child(n) img { filter: none; }
.asia-gallery.priority-gallery .asia-stories { position: relative; }
.asia-gallery.priority-gallery .asia-stories .platform-chip {
  position: absolute; top: 11px; left: 11px; display: inline-block;
  padding: 6px 9px; border-radius: 99px; text-align: left;
  font-size: .58rem; background: rgba(255, 253, 249, .92);
  max-width: calc(100% - 22px);
}

/* Match adjacent colors in the approved section order. */
.content-section { background: linear-gradient(180deg, var(--ivory) 0%, #eeeaf2 48%, var(--ivory) 100%); }
.pr-section { background: linear-gradient(180deg, var(--ivory) 0%, #f0ecf4 30%, var(--ivory) 100%); }
.community-section { background: linear-gradient(180deg, var(--ivory) 0%, #ead8cf 18%, #e7c3b8 48%, #d8d2e7 100%); }
.community-building-section { background: linear-gradient(180deg, #d8d2e7 0%, #eadfdc 42%, #efebf5 100%); }
.education-section { background: #efebf5; border-top: 0; }

/* Final review: writing access and matched supporting media. */
.pr-section { border-top: 0; }
.writing-samples-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding-bottom: 5px; color: var(--plum); border-bottom: 1px solid currentColor; text-decoration: none; font-size: .9rem; }
.writing-samples-link:hover { transform: translateY(-2px); }
.writing-samples-link:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.contact-actions .writing-contact { margin-left: auto; width: auto; }
.embassy-story-crop { width: 100%; aspect-ratio: 480 / 820; overflow: hidden; }
.asia-gallery.priority-gallery .asia-stories .embassy-story-crop video { width: 100%; height: auto; max-height: none; display: block; }
.reach-gallery.priority-gallery figure:nth-child(1) img { height: auto; aspect-ratio: 480 / 820; width: 100%; object-fit: contain; }
@media (max-width: 700px) { .contact-actions .writing-contact { margin-left: 0; } }

/* Tighter section rhythm for the final review. */
.pomerium-section, .pr-section, .community-section, .content-section,
.education-section, .toolbox-section { padding-top: 36px; padding-bottom: 36px; }
.community-building-section { padding-top: 24px; padding-bottom: 24px; }
.contact-inner { padding-top: 32px; padding-bottom: 28px; }
.reach-gallery.priority-gallery figure:nth-child(1) img { object-position: center top; }
@media (max-width: 700px) {
  .pomerium-section, .pr-section, .community-section, .content-section,
  .education-section, .toolbox-section { padding-top: 24px; padding-bottom: 24px; }
  .community-building-section { padding-top: 18px; padding-bottom: 18px; }
  .contact-inner { padding-top: 24px; padding-bottom: 24px; }
}

/* Shorter sections use restrained, continuous background transitions. */
.content-section { background: var(--ivory); }
.pr-section { background: linear-gradient(180deg, var(--ivory), #f0ecf4); }
.community-section { background: linear-gradient(180deg, #f0ecf4 0%, #ead8cf 35%, #e7c3b8 70%, #e5d8e4 100%); }
.community-building-section { background: linear-gradient(180deg, #e5d8e4, #efebf5); }
.reach-gallery.priority-gallery figure:nth-child(1) img { aspect-ratio: auto; height: auto; display: block; }
.writing-samples-footer { margin-top: 24px; }
.writing-samples-footer .writing-samples-link { margin-top: 0; }

/* A shared lavender bridge keeps the two sections visually continuous. */
.community-section { background: linear-gradient(180deg, #f0ecf4 0%, #ead8cf 32%, #ead8cf 65%, #e5d8e4 92%, #e5d8e4 100%); }
.community-building-section { background: linear-gradient(180deg, #e5d8e4 0%, #e5d8e4 12%, #efebf5 100%); }
.community-building-section .community-groups { margin-top: 24px; }

/* Compact subtitle spacing and one continuous lavender transition. */
.community-cluster h3 { padding-bottom: 0; margin-bottom: 8px; }
.community-section { background: linear-gradient(180deg, #f0ecf4 0%, #ead8cf 28%, #ead8cf 58%, #efebf5 100%); }
.community-building-section { background: #efebf5; }

/* Restore the contact gradient while keeping text on its lighter portion. */
.contact-section { background: linear-gradient(180deg, #3d343f 0, #8f8192 28px, #d7cbd6 64px, #e8dfe6 112px, #e8dfe6 100%); }
.contact-inner { padding-top: 120px; }
@media (max-width: 700px) {
  .contact-section { background: linear-gradient(180deg, #3d343f 0, #8f8192 20px, #d7cbd6 48px, #e8dfe6 80px, #e8dfe6 100%); }
  .contact-inner { padding-top: 88px; }
}

/* Equal, compact Community cards and a solid contact background. */
.contact-section { background: #e8dfe6; }
.contact-inner { padding-top: 32px; }
.community-cluster h3 { font-size: 1.65rem; margin-bottom: 8px; }
.community-cluster .cluster-collage {
  width: 100%; max-width: 850px; display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: stretch;
}
.community-cluster .cluster-collage figure:nth-child(n) {
  width: auto; grid-column: auto; margin: 0; transform: none;
  border-width: 2px; border-radius: 10px; height: 232px;
}
.community-cluster .cluster-collage > figure > img,
.community-cluster .cluster-collage > figure > a > img { height: 125px; width: 100%; object-fit: cover; }
.community-cluster .organization-logo { height: 125px; padding: 10px; }
.community-cluster .cluster-collage figcaption { padding: 10px; font-size: .72rem; line-height: 1.4; }
.community-cluster .cluster-collage figcaption strong { font-size: .78rem; }
.community-cluster .cluster-collage figcaption small { font-size: .68rem; }
@media (max-width: 700px) {
  .contact-inner { padding-top: 24px; }
  .community-cluster h3 { font-size: 1.5rem; }
  .community-cluster .cluster-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Restore full-width community rows with natural caption heights. */
.community-cluster .cluster-collage { max-width: none; align-items: start; }
.community-cluster .communities-collage,
.community-cluster .volunteering-collage { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.community-cluster .previous-collage { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.community-cluster .cluster-collage figure:nth-child(n) { height: auto; }
.community-cluster .cluster-collage > figure > img,
.community-cluster .cluster-collage > figure > a > img { height: 180px; }
.community-cluster .cluster-collage figcaption { font-size: .78rem; padding: 12px; }
.community-cluster .organization-logo { height: 180px; padding: 24px; }
.community-cluster .organization-logo img { max-height: 120px; }
.reach-story { --story-accent: #85462f; }
.asia-story { --story-accent: #624475; }
.community-story .story-heading h3 strong,
.community-story .story-metrics strong { color: var(--story-accent); }
.community-story .role-chips span { color: var(--story-accent); background: rgba(255,253,249,.75); }
@media (max-width: 700px) {
  .community-cluster .communities-collage,
  .community-cluster .volunteering-collage,
  .community-cluster .previous-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-cluster .cluster-collage > figure > img,
  .community-cluster .cluster-collage > figure > a > img { height: 150px; }
  .community-cluster .organization-logo { height: 150px; padding: 18px; }
}

/* Shared headline accent; supporting information keeps the body-text palette. */
.reach-story, .asia-story { --story-accent: #286b70; }
.community-story .story-heading h3 strong { color: var(--story-accent); }
.community-story .story-metrics strong,
.community-story .story-metrics span,
.community-story .role-chips span { color: var(--plum); }

/* Slightly brighter teal and restored taller community photo framing. */
.reach-story, .asia-story { --story-accent: #287e83; }
.community-cluster .communities-collage > figure > img,
.community-cluster .communities-collage > figure > a > img { height: 230px; }
.communities-collage img[src$="community-unpto.jpg"] { object-position: center top; }
.communities-collage img[src$="community-kgroup-women.jpg"] { object-position: center bottom; }
@media (max-width: 700px) {
  .community-cluster .communities-collage > figure > img,
  .community-cluster .communities-collage > figure > a > img { height: 175px; }
}
.communities-collage img[src$="community-ai-nexus.png"] { object-position: center top; }

/* User-supplied crops retain their complete framing. */
.reach-story, .asia-story { --story-accent: #81586f; }
.community-cluster .communities-collage img[src$="community-ai-nexus-cropped.png"],
.community-cluster .communities-collage img[src$="community-kgroup-women-cropped.jpg"] {
  height: auto; max-height: none; aspect-ratio: auto; object-fit: contain;
}
.reach-gallery.priority-gallery figure:nth-child(1) { width: min(100%, 300px); }
@media (max-width: 700px) {
  .reach-gallery.priority-gallery figure:nth-child(1) { width: min(100%, 250px); }
}

/* Match all three community frames to the existing unPTO crop. */
.community-cluster .communities-collage img[src$="community-ai-nexus-cropped.png"],
.community-cluster .communities-collage img[src$="community-kgroup-women-cropped.jpg"] {
  height: 230px; object-fit: cover; object-position: center;
}
.community-cluster .communities-collage img[src$="community-ai-nexus-cropped.png"] { object-position: center top; }
@media (max-width: 700px) {
  .community-cluster .communities-collage img[src$="community-ai-nexus-cropped.png"],
  .community-cluster .communities-collage img[src$="community-kgroup-women-cropped.jpg"] { height: 175px; }
}

.case-copy .launch-details { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(248, 245, 240, .2); }
