:root {
  --pink: #ff00b3;
  --yellow: #f2ff40;
  --ink: #050505;
  --paper: #fffbea;
  --soft: #f8f0df;
  --line: rgba(5, 5, 5, 0.16);
  --white: #ffffff;
  --muted: #5d5d52;
  --max: 1180px;
  --internal-hero-title: clamp(42px, 4vw, 56px);
  --internal-hero-pad-top: clamp(42px, 4.5vw, 58px);
  --internal-hero-pad-bottom: clamp(38px, 4vw, 52px);
  --internal-hero-eyebrow-gap: 24px;
}

.press-mention-logo-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.press-mention-logo-frame {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
}

.press-mention-logo-frame img {
  display: block;
  width: min(100%, 260px);
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 18px;
  background: rgba(255, 251, 234, 0.98);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(12px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-link img {
  width: 118px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 12px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 7px 0;
}

.nav a:hover {
  border-color: var(--pink);
  color: var(--pink);
}

.nav a[aria-current="page"] {
  border-color: var(--pink);
  color: var(--pink);
}

.nav .cta {
  padding: 8px 11px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  color: var(--ink);
}

.hero {
  min-height: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  background-color: var(--ink);
  color: var(--white);
  padding: clamp(36px, 4vh, 52px) 24px clamp(32px, 3.5vh, 46px);
  border-bottom: 14px solid var(--yellow);
}

.hero-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 54px;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 30px;
  padding: 8px 12px;
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 880px;
  font-size: 76px;
  line-height: 0.94;
  font-weight: 900;
}

.hero .hero-lede,
.page-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.hero .hero-lede {
  font-size: 38px;
  line-height: 1.05;
  max-width: 820px;
}

.hero .hero-support {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 3px solid var(--yellow);
  border-radius: 999px;
  background: var(--ink);
  color: var(--yellow);
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 7px 0 var(--yellow), 0 14px 0 rgba(255, 0, 179, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(0);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hero-proof span:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 0 var(--yellow), 0 17px 0 rgba(255, 0, 179, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.sizzle-column {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.phone-device {
  position: relative;
  width: min(270px, 100%);
  aspect-ratio: 9 / 18.2;
  padding: 34px 13px 18px;
  border: 3px solid var(--yellow);
  border-radius: 38px;
  background: #121212;
  box-shadow: 10px 10px 0 var(--pink);
}

.phone-device iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 26px;
  background: var(--ink);
}

.phone-speaker {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 72px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--yellow);
}

.phone-caption {
  max-width: 280px;
  margin: 0;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.phone-caption a {
  color: var(--yellow);
  text-decoration: none;
  border-bottom: 2px solid var(--pink);
}

.story-collage {
  position: relative;
  min-height: 610px;
  overflow: visible;
  border-radius: 28px;
  background: linear-gradient(135deg, #eef4f5 0%, #f8fcfc 100%);
}

.collage-diamond {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 64%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%) rotate(38deg);
  border-radius: 30% 38% 34% 42%;
  background: rgba(255, 0, 179, 0.18);
  animation: diamond-pulse 7s ease-in-out infinite;
}

.collage-photo {
  position: absolute;
  display: block;
  height: auto;
  border: 3px solid var(--ink);
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: var(--ink);
  box-shadow: 10px 10px 0 rgba(5, 5, 5, 0.84);
}

.collage-main {
  left: 33%;
  top: 3%;
  z-index: 4;
  width: 31%;
  animation: collage-float-a 7s ease-in-out infinite;
}

.collage-side-a {
  left: 2%;
  top: 11%;
  z-index: 2;
  width: 31%;
  animation: collage-float-b 8s ease-in-out infinite;
}

.collage-side-b {
  right: 4%;
  top: 8%;
  z-index: 3;
  width: 30%;
  animation: collage-float-c 6.4s ease-in-out infinite;
}

.collage-side-c {
  left: 12%;
  top: 46%;
  z-index: 5;
  width: 29%;
  animation: collage-float-a 7.8s ease-in-out infinite;
}

.collage-side-d {
  left: 39%;
  top: 42%;
  z-index: 6;
  width: 29%;
  animation: collage-float-b 6.8s ease-in-out infinite;
}

.collage-side-e {
  right: 1%;
  top: 44%;
  z-index: 4;
  width: 30%;
  animation: collage-float-c 8.4s ease-in-out infinite;
}

.collage-side-f {
  left: 58%;
  top: 22%;
  z-index: 1;
  width: 26%;
  opacity: 0.94;
  animation: collage-float-a 9s ease-in-out infinite;
}

@keyframes float-slow {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.025) translateY(-8px); }
}

@keyframes diamond-pulse {
  0%, 100% { transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  50% { transform: translate(-50%, -50%) rotate(45deg) scale(1.05); }
}

@keyframes collage-float-a {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes collage-float-b {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(9px) rotate(-1deg); }
}

@keyframes collage-float-c {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(1.5deg); }
}

@keyframes partner-frame-rise {
  0% {
    opacity: 0;
    clip-path: inset(0 0 18% 0 round 22px);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 round 22px);
  }
}

@keyframes partner-phone-unfold {
  0% {
    opacity: 0;
    transform: translateX(-46px) translateY(var(--phone-y, 0)) rotate(calc(var(--phone-rotate, 0deg) - 8deg)) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(var(--phone-y, 0)) rotate(var(--phone-rotate, 0deg)) scale(1);
  }
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink);
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 3px 3px 0 var(--ink);
}

.button.alt {
  background: var(--yellow);
  color: var(--ink);
}

.button.dark {
  background: var(--ink);
  color: var(--white);
}

.button.ghost {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
  box-shadow: 3px 3px 0 var(--pink);
}

.band {
  padding: 64px 24px;
}

.band.yellow {
  background: var(--yellow);
}

.band.pink {
  background: var(--pink);
  color: var(--white);
}

.band.black {
  background: var(--ink);
  color: var(--white);
}

.band.soft {
  background: var(--soft);
}

.container {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 22px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.band.pink .section-kicker,
.band.black .section-kicker {
  color: var(--yellow);
}

h2 {
  margin: 0;
  max-width: 920px;
  font-size: 44px;
  line-height: 1.02;
}

h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

p {
  font-size: 17px;
  line-height: 1.55;
}

.lede {
  max-width: 790px;
  font-size: 20px;
  font-weight: 700;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
  min-width: 0;
}

.grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.signal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.card,
.story-card,
.metric,
.offer {
  min-width: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 20px;
  box-shadow: 4px 4px 0 var(--ink);
  overflow-wrap: anywhere;
}

.story-card {
  display: block;
  text-decoration: none;
}

.story-card h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.story-card p {
  text-decoration: none;
}

.work-offer-band {
  background: var(--yellow);
}

.work-offer-band .lede {
  max-width: 920px;
}

.work-offer-grid {
  gap: 22px;
}

.work-offer-grid .story-card {
  min-height: 230px;
  padding: 24px;
  border-width: 3px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.work-offer-grid .story-card h3 {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
}

.work-offer-grid .story-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.06em;
  height: 0.14em;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 34' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 19 C122 11 240 22 352 16 C486 9 622 15 892 18' stroke='%23050505' stroke-width='9' stroke-linecap='round' fill='none'/%3E%3Cpath d='M16 24 C158 18 292 26 430 20 C572 15 700 22 884 21' stroke='%23050505' stroke-width='4' stroke-linecap='round' fill='none' opacity='.68'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.work-offer-grid .story-card:nth-child(2),
.work-offer-grid .story-card:nth-child(5) {
  background: var(--paper);
}

.work-offer-grid .story-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 var(--ink);
}

.card.highlight,
.metric.highlight {
  background: var(--yellow);
}

.card.pink-card {
  background: var(--pink);
  color: var(--white);
}

.support-band h2 {
  max-width: 920px;
}

.funding-watch-band {
  background: var(--paper);
}

.funding-watch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: center;
  gap: 42px;
}

.funding-watch-grid h2 {
  margin-bottom: 18px;
}

.funding-reel-card {
  display: block;
  width: min(100%, 340px);
  justify-self: end;
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--ink);
  box-shadow: 10px 10px 0 var(--pink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.funding-reel-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 13px 13px 0 var(--pink);
}

.funding-reel-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 12px;
  border: 2px solid rgba(242, 255, 64, 0.86);
  border-radius: 5px;
  pointer-events: none;
}

.funding-reel-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--pink);
  pointer-events: none;
}

.funding-reel-video,
.funding-reel-static {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funding-reel-static {
  display: none;
}

.partner-logo-grid {
  align-items: stretch;
  gap: 24px;
  margin-top: 36px;
}

.partner-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  border-width: 3px;
  padding: 26px;
  text-decoration: none;
  box-shadow: 8px 8px 0 var(--ink);
}

.partner-card:nth-child(2) {
  transform: translateY(22px);
}

.partner-card:nth-child(3) {
  transform: translateY(8px);
}

.partner-card p {
  margin: 0;
  padding-top: 16px;
  border-top: 3px solid var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.partner-card p span {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 5px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: 0.08em;
}

.partner-logo {
  display: grid;
  min-height: 170px;
  place-items: center;
  padding: 10px;
  border-radius: 8px;
  background: var(--white);
}

.partner-logo img {
  max-width: 96%;
  max-height: 132px;
  object-fit: contain;
}

.framework-grid {
  align-items: start;
}

.framework-card {
  display: flex;
  align-items: center;
  min-height: 112px;
}

.framework-card h3 {
  font-size: 30px;
}

.why-card {
  min-height: 112px;
  border-color: var(--yellow);
  background: var(--pink);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--yellow);
}

.why-card h3 {
  color: var(--yellow);
  font-size: 26px;
  text-transform: uppercase;
}

.why-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin: 14px 0 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.join-band {
  background: var(--soft);
  color: var(--ink);
}

.join-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.join-panel h2 {
  font-size: 54px;
}

.join-panel .lede {
  margin-bottom: 0;
}

.join-panel .pill {
  background: var(--white);
  color: var(--pink);
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.join-panel .button.dark {
  background: var(--pink);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
}

.mantra-band {
  overflow: hidden;
  padding: clamp(66px, 7vw, 104px) 24px;
  background: var(--paper);
  color: var(--ink);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.mantra-lockup {
  display: flex;
  max-width: var(--max);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, 2vw, 24px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(52px, 8.8vw, 132px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: lowercase;
}

.mantra-lockup > span {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 0.06em 0.22em 0.12em;
  border: 4px solid var(--ink);
  border-radius: 0.06em;
  background: var(--yellow);
  color: var(--ink);
  box-shadow:
    10px 10px 0 var(--ink),
    15px 15px 0 var(--pink);
}

.mantra-lockup > span:nth-child(2) {
  align-self: flex-end;
  margin-left: 0;
  background: var(--yellow);
  color: var(--ink);
  box-shadow:
    10px 10px 0 var(--ink),
    15px 15px 0 var(--pink);
}

.mantra-lockup > span:nth-child(3) {
  margin-left: clamp(0px, 5vw, 72px);
  background: var(--yellow);
  color: var(--ink);
  box-shadow:
    10px 10px 0 var(--ink),
    15px 15px 0 var(--pink);
}

.mantra-lockup > span:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0.04em;
  right: 0.04em;
  bottom: 0.01em;
  height: 0.16em;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 44' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 24 C132 13 252 27 378 21 C528 13 662 15 892 22' stroke='%23ff00b3' stroke-width='13' stroke-linecap='round' fill='none'/%3E%3Cpath d='M18 29 C158 21 292 33 430 26 C575 19 705 22 884 27' stroke='%23ff00b3' stroke-width='5' stroke-linecap='round' fill='none' opacity='.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(-0.45deg);
  pointer-events: none;
}

.role-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.jobs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: clamp(30px, 4vw, 54px);
  align-items: center;
}

.jobs-hero-grid h1 {
  max-width: 700px;
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.jobs-hero-grid > div:first-child > p:not(.eyebrow) {
  max-width: 700px;
  font-size: clamp(17px, 1.5vw, 20px);
}

.jobs-hero-visual {
  display: block;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--yellow);
  box-shadow: 10px 10px 0 var(--yellow);
}

.jobs-hero-visual img {
  width: 100%;
  aspect-ratio: 6 / 5;
  object-fit: cover;
}

.join-page-hero .eyebrow {
  background: var(--yellow);
  color: var(--ink);
}

.role-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(300px, 1fr);
  gap: 24px;
  align-items: start;
  scroll-margin-top: 98px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 24px;
  box-shadow: 6px 6px 0 var(--ink);
}

.role-card + .role-card {
  margin-top: 22px;
}

.role-card h2 {
  font-size: 36px;
}

.role-card h3 {
  margin-top: 18px;
  font-size: 18px;
  text-transform: uppercase;
}

.role-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.role-meta span {
  padding: 6px 9px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.role-tagline {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.job-list {
  margin: 10px 0 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.45;
}

.job-list li + li {
  margin-top: 6px;
}

.apply-box {
  margin-top: 24px;
  padding: 22px;
  border: 3px solid var(--yellow);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.apply-box a {
  color: var(--yellow);
  font-weight: 900;
}

.apply-box .button {
  margin-top: 12px;
}

.metric strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 8px;
}

.metric.signal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 18px 28px;
}

.metric.signal strong {
  margin: 0;
  font-size: 36px;
  white-space: nowrap;
}

.metric span {
  font-weight: 800;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.media-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.showcase-band {
  padding-top: 72px;
  padding-bottom: 86px;
}

.showcase-band h2 {
  max-width: 1000px;
}

.showcase-band .media-row {
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: 54px;
  align-items: center;
  margin-top: 44px;
}

.showcase-copy {
  align-self: center;
  max-width: 560px;
  padding: 0;
}

.showcase-copy .lede {
  display: inline-block;
  margin: 0;
  padding: 18px 22px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--pink);
  font-size: 28px;
  line-height: 1.18;
}

.showcase-copy .proof-strip {
  max-width: 520px;
  margin-top: 32px;
}

.media-row img:not(.collage-photo) {
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--ink);
}

.page-hero {
  padding: 84px 24px 56px;
  background: var(--yellow);
  border-bottom: 2px solid var(--ink);
}

.page-hero .eyebrow {
  margin-bottom: clamp(32px, 3vw, 46px);
}

.subscribe-hero .eyebrow,
.support-hero-split .eyebrow,
.awards-page-hero .eyebrow,
.partner-hero .eyebrow,
.latest-hero .eyebrow,
.framework-watchable-copy .eyebrow,
.press-page-hero .eyebrow,
.page-hero.join-page-hero .eyebrow,
.consulting-hero-copy .eyebrow,
.contact-concept-hero .eyebrow,
.inquiry-page-hero .eyebrow {
  margin-bottom: var(--internal-hero-eyebrow-gap);
  padding: 10px 16px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1;
}

/* Shared visual-split hero format */
.latest-hero,
.framework-watchable-band,
.partner-hero,
.consulting-hero-reset,
.page-hero.join-page-hero {
  display: flex;
  min-height: clamp(560px, 62vh, 680px);
  align-items: center;
}

.latest-hero > .container,
.framework-watchable-band > .container,
.partner-hero > .container,
.consulting-hero-reset > .container,
.page-hero.join-page-hero > .container {
  width: min(var(--max), calc(100% - 48px));
}

.page-hero.black {
  background: var(--ink);
  color: var(--white);
}

.page-hero.pink {
  background: var(--pink);
  color: var(--white);
}

.page-hero.join-page-hero {
  padding: var(--internal-hero-pad-top) 24px var(--internal-hero-pad-bottom);
  background: var(--pink);
  color: var(--white);
}

.page-hero.join-page-hero .eyebrow {
  background: var(--yellow);
  color: var(--ink);
}

.subscribe-hero .eyebrow,
.contact-concept-hero .eyebrow {
  background: var(--pink);
  color: var(--white);
}

.contact-concept-hero {
  position: relative;
  overflow: hidden;
  padding: var(--internal-hero-pad-top) 24px var(--internal-hero-pad-bottom);
  border-bottom: 2px solid var(--ink);
  background: var(--yellow);
}

.contact-concept-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.contact-concept-copy {
  position: relative;
  z-index: 2;
}

.contact-concept-copy h1 {
  margin: 0;
  max-width: 760px;
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.contact-visual {
  position: relative;
  min-height: 390px;
  isolation: isolate;
}

.contact-chip,
.message-card,
.route-node,
.dm-bubble,
.minimal-stamp {
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.message-card {
  position: absolute;
  width: min(260px, 48vw);
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
}

.message-card strong,
.route-node strong,
.dm-bubble strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.02;
}

.message-card p,
.route-node p,
.dm-bubble p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}

.contact-arrow {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 32px;
  font-weight: 900;
}

.inbox-window,
.envelope-icon,
.route-hub,
.route-token,
.phone-topbar,
.contact-option-card {
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.inbox-window {
  position: absolute;
  inset: 52px 10% 42px auto;
  width: min(280px, 58%);
  padding: 44px 16px 16px;
  border-radius: 10px;
  background: var(--paper);
  z-index: 1;
}

.inbox-window::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 30px;
  border-bottom: 2px solid var(--ink);
  border-radius: 8px 8px 0 0;
  background: var(--white);
}

.window-dot {
  position: absolute;
  top: 10px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.window-dot.pink {
  left: 14px;
  background: var(--pink);
}

.window-dot.yellow {
  left: 32px;
  background: var(--yellow);
}

.inbox-window strong {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 0.95;
}

.inbox-slot {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.inbox-slot span {
  width: 34px;
  height: 20px;
  border: 2px solid var(--ink);
  border-radius: 3px;
  background:
    linear-gradient(135deg, transparent 45%, var(--ink) 46% 54%, transparent 55%),
    linear-gradient(45deg, transparent 45%, var(--ink) 46% 54%, transparent 55%),
    var(--yellow);
}

.envelope-icon {
  position: absolute;
  width: 96px;
  height: 62px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, transparent 48%, var(--ink) 49% 52%, transparent 53%),
    linear-gradient(35deg, transparent 48%, var(--ink) 49% 52%, transparent 53%),
    var(--white);
  z-index: 3;
}

.envelope-one {
  left: 3%;
  top: 18px;
  transform: rotate(10deg);
}

.envelope-two {
  right: 0;
  bottom: 72px;
  transform: rotate(-12deg);
  background:
    linear-gradient(145deg, transparent 48%, var(--ink) 49% 52%, transparent 53%),
    linear-gradient(35deg, transparent 48%, var(--ink) 49% 52%, transparent 53%),
    var(--pink);
}

.contact-option-a {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.34) 0 28%, transparent 28% 100%),
    var(--yellow);
}

.contact-option-a .message-card:nth-child(1) {
  top: 18px;
  left: 12%;
  transform: rotate(-8deg);
  background: var(--white);
}

.contact-option-a .message-card:nth-child(2) {
  top: 112px;
  right: 5%;
  transform: rotate(5deg);
  background: var(--paper);
}

.contact-option-a .message-card:nth-child(3) {
  bottom: 36px;
  left: 2%;
  transform: rotate(3deg);
  background: var(--pink);
  color: var(--white);
}

.contact-option-a .message-card:nth-child(4) {
  bottom: 4px;
  right: 18%;
  transform: rotate(-4deg);
  background: var(--white);
}

.contact-option-a .message-card:nth-of-type(4) {
  top: 78px;
  left: 0;
  transform: rotate(-8deg);
  background: var(--white);
  z-index: 5;
}

.contact-option-a .message-card:nth-of-type(5) {
  top: 18px;
  right: 2%;
  transform: rotate(5deg);
  background: var(--paper);
  z-index: 4;
}

.contact-option-a .message-card:nth-of-type(6) {
  bottom: 28px;
  left: 7%;
  transform: rotate(3deg);
  background: var(--pink);
  color: var(--white);
  z-index: 5;
}

.contact-option-a .message-card:nth-of-type(7) {
  bottom: 0;
  right: 22%;
  transform: rotate(-4deg);
  background: var(--white);
  z-index: 4;
}

.contact-option-a .contact-arrow {
  position: absolute;
  left: 46%;
  top: 42%;
  z-index: 4;
}

.contact-option-a .envelope-flap {
  position: absolute;
  inset: 12px 14px auto;
  height: 64px;
  border: 2px solid var(--ink);
  border-radius: 8px 8px 0 0;
  background: var(--yellow);
  transform: skewY(-8deg);
  z-index: -1;
}

.contact-option-b {
  background: var(--paper);
}

.route-map {
  position: relative;
  min-height: 420px;
}

.route-map::before {
  content: "";
  position: absolute;
  inset: 28px 0 24px;
  border: 2px dashed var(--ink);
  border-radius: 24px;
  opacity: 0.35;
}

.route-line {
  position: absolute;
  left: 25%;
  right: 12%;
  height: 5px;
  border-radius: 999px;
  background: var(--ink);
}

.route-line.one { top: 92px; transform: rotate(11deg); }
.route-line.two { top: 206px; transform: rotate(-8deg); }
.route-line.three { top: 310px; transform: rotate(7deg); }

.route-hub {
  position: absolute;
  left: 33%;
  top: 156px;
  z-index: 3;
  width: 168px;
  padding: 16px;
  border-radius: 999px;
  background: var(--yellow);
  text-align: center;
  transform: rotate(-5deg);
}

.route-hub span,
.phone-topbar span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-hub strong {
  display: block;
  font-size: 22px;
  line-height: 0.95;
}

.route-node {
  position: absolute;
  width: 210px;
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
}

.route-node.source {
  left: 0;
  top: 128px;
  background: var(--pink);
  color: var(--white);
}

.route-node.press { right: 3%; top: 20px; }
.route-node.partner { right: 18%; top: 174px; background: var(--yellow); }
.route-node.corrections { right: 1%; bottom: 22px; }

.route-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--ink);
}

.route-dot.one { left: 37%; top: 83px; }
.route-dot.two { left: 50%; top: 198px; background: var(--pink); }
.route-dot.three { left: 43%; top: 304px; }

.route-token {
  position: absolute;
  z-index: 4;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--pink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(var(--token-tilt, 0deg));
}

.route-token.one {
  left: 45%;
  top: 58px;
  --token-tilt: 8deg;
}

.route-token.two {
  left: 55%;
  top: 260px;
  background: var(--yellow);
  color: var(--ink);
  --token-tilt: -7deg;
}

.route-token.three {
  right: 20%;
  bottom: 4px;
  --token-tilt: 4deg;
}

.contact-option-c {
  background: var(--ink);
  color: var(--white);
}

.contact-option-c .eyebrow {
  background: var(--yellow);
  color: var(--ink);
}

.social-contact-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(115px, 1fr));
  gap: 16px;
  align-items: center;
}

.phone-message {
  position: relative;
  min-height: 270px;
  padding: 18px 14px;
  border: 3px solid var(--ink);
  border-radius: 28px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--yellow);
  transform: rotate(var(--tilt, 0deg)) translateY(var(--lift, 0));
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.phone-message:hover {
  transform: rotate(0deg) translateY(-8px);
  box-shadow: 10px 10px 0 var(--pink);
}

.phone-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  box-shadow: none;
}

.phone-topbar b {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--white);
  font-size: 13px;
}

.phone-homebar {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: var(--ink);
  transform: translateX(-50%);
}

.dm-bubble {
  margin: 12px 0;
  padding: 12px;
  border-radius: 18px 18px 18px 4px;
  background: var(--white);
  box-shadow: none;
}

.dm-bubble.hot {
  background: var(--pink);
  color: var(--white);
}

.dm-bubble.yellow {
  background: var(--yellow);
  color: var(--ink);
}

.contact-option-d {
  background: var(--white);
}

.minimal-visual {
  min-height: 360px;
  display: grid;
  place-items: center;
}

.minimal-stamp {
  position: relative;
  width: min(370px, 80vw);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  place-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--yellow);
  transform: rotate(-8deg);
  --float-rotate: -8deg;
}

.minimal-stamp::before,
.minimal-stamp::after {
  content: "";
  position: absolute;
  border: 3px solid var(--ink);
  border-radius: 999px;
}

.minimal-stamp::before {
  inset: 24px;
}

.minimal-stamp::after {
  width: 58%;
  height: 58%;
  background: var(--white);
  box-shadow: 6px 6px 0 var(--pink);
}

.minimal-stamp span {
  position: relative;
  z-index: 2;
  max-width: 190px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.88;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.minimal-envelope {
  position: relative;
  z-index: 2;
  width: min(150px, 38vw);
  height: 92px;
  border: 4px solid var(--ink);
  border-radius: 10px;
  background:
    linear-gradient(145deg, transparent 48%, var(--ink) 49% 52%, transparent 53%),
    linear-gradient(35deg, transparent 48%, var(--ink) 49% 52%, transparent 53%),
    var(--pink);
  box-shadow: 6px 6px 0 var(--ink);
}

.minimal-envelope::after {
  content: "!";
  position: absolute;
  right: -18px;
  top: -20px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  font-weight: 900;
}

.minimal-signal {
  position: absolute;
  padding: 8px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.minimal-signal.one { top: 28px; right: 9%; }
.minimal-signal.two { bottom: 34px; left: 7%; background: var(--yellow); color: var(--ink); }

@keyframes contactFloat {
  0%, 100% { transform: translateY(0) rotate(var(--float-rotate, 0deg)); }
  50% { transform: translateY(-9px) rotate(var(--float-rotate, 0deg)); }
}

.contact-visual .message-card,
.route-dot,
.envelope-icon,
.route-token,
.minimal-stamp {
  animation: contactFloat 4.8s ease-in-out infinite;
}

.contact-visual .message-card:nth-child(2),
.route-dot.two {
  animation-delay: -1.2s;
}

.contact-visual .message-card:nth-child(3),
.route-dot.three {
  animation-delay: -2.2s;
}

@media (prefers-reduced-motion: reduce) {
  .contact-visual .message-card,
  .route-dot,
  .envelope-icon,
  .route-token,
  .minimal-stamp,
  .phone-message {
    animation: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .contact-concept-grid {
    grid-template-columns: 1fr;
  }

  .contact-visual {
    min-height: 340px;
  }

  .social-contact-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .contact-concept-copy h1 {
    font-size: 40px;
  }

  .contact-option-a .contact-visual,
  .route-map,
  .minimal-visual {
    min-height: 0;
  }

  .contact-option-a .contact-visual {
    display: grid;
    gap: 14px;
  }

  .contact-option-a .message-card,
  .contact-option-a .message-card:nth-child(n),
  .contact-option-a .message-card:nth-of-type(n) {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }

  .contact-option-a .contact-arrow {
    position: relative;
    inset: auto;
    place-self: center;
  }

  .inbox-window,
  .envelope-icon {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }

  .route-map {
    display: grid;
    gap: 14px;
  }

  .route-line,
  .route-dot,
  .route-token,
  .route-map::before {
    display: none;
  }

  .route-node,
  .route-node.source,
  .route-node.press,
  .route-node.partner,
  .route-node.corrections,
  .route-hub {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }

  .social-contact-wall {
    grid-template-columns: 1fr;
  }

  .phone-message {
    min-height: 210px;
    transform: none;
  }

  .minimal-visual {
    padding: 28px 0;
  }
}

.contact-options-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.contact-option-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-option-card:hover {
  transform: translateY(-6px);
  box-shadow: 8px 8px 0 var(--pink);
}

.contact-option-card strong {
  display: block;
  margin: 18px 0 8px;
  font-size: 28px;
  line-height: 0.95;
}

.contact-option-card p {
  margin: 0;
  font-weight: 700;
}

@media (max-width: 900px) {
  .contact-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .contact-options-grid {
    grid-template-columns: 1fr;
  }
}

.watch-shell {
  background: var(--ink);
  color: var(--white);
  min-height: 100vh;
}

.watch-hero {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 34px 24px 18px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 26px;
  align-items: start;
}

.watch-panel {
  position: sticky;
  top: 88px;
  padding: 22px;
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--yellow);
  border-radius: 8px;
}

.watch-panel h1 {
  margin: 12px 0;
  font-size: 44px;
  line-height: 0.96;
}

.watch-panel p {
  font-weight: 700;
}

.feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-card {
  min-width: 0;
  text-decoration: none;
  color: var(--white);
}

.phone-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 5px solid var(--yellow);
  border-radius: 8px;
  background: var(--pink);
  box-shadow: 5px 5px 0 var(--yellow);
}

.phone-frame:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(160deg, rgba(5, 5, 5, 0.04), rgba(5, 5, 5, 0.42));
}

.video-label {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.video-title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 54px;
  margin: 0;
  font-size: 21px;
  line-height: 1.06;
  font-weight: 900;
}

.video-meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 15px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 900;
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.mini-tags span,
.mini-tags a {
  padding: 6px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(280px, 430px) 1fr;
  gap: 34px;
  align-items: start;
}

.story-player {
  position: sticky;
  top: 86px;
}

.story-player .phone-frame {
  box-shadow: 6px 6px 0 var(--ink);
}

.story-copy {
  min-width: 0;
}

.story-copy h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
}

.story-copy .summary {
  font-size: 19px;
  font-weight: 700;
}

.transcript {
  padding: 18px;
  background: var(--soft);
  border-left: 5px solid var(--pink);
}

.table-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.table-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.table-row strong {
  font-size: 15px;
  text-transform: uppercase;
}

.form-box {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.form-box input,
.form-box textarea,
.form-box select {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  font: inherit;
}

.form-box textarea {
  min-height: 120px;
  resize: vertical;
}

.inquiry-page-hero {
  padding: var(--internal-hero-pad-top) 24px var(--internal-hero-pad-bottom);
}

.inquiry-page-hero h1 {
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.inquiry-panel {
  width: min(900px, 100%);
  margin: 0 auto;
}

.inquiry-panel .button {
  width: 100%;
  margin-top: 4px;
}

.subscribe-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 34px;
  align-items: center;
}

.subscribe-hero {
  overflow: hidden;
}

.subscribe-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.subscribe-video-card {
  position: relative;
  width: min(100%, 280px);
  justify-self: end;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 10px 10px 0 var(--pink);
  transform: rotate(2deg);
}

.subscribe-video-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 12px;
  border: 2px solid rgba(242, 255, 64, 0.85);
  border-radius: 5px;
  pointer-events: none;
}

.subscribe-video-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 0 5px var(--yellow);
  pointer-events: none;
}

.subscribe-hero-video,
.subscribe-hero-static {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subscribe-hero-static {
  display: none;
}

.substack-embed {
  display: grid;
  justify-items: start;
  gap: 16px;
  padding: 22px;
  border: 3px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--pink);
}

.substack-embed h3 {
  font-size: clamp(32px, 4vw, 54px);
}

.substack-embed p {
  max-width: 540px;
  margin: 0;
  font-weight: 800;
}

.substack-embed .button {
  margin-top: 6px;
}

.subscribe-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.rss-box {
  overflow: auto;
  padding: 18px;
  background: var(--ink);
  color: var(--yellow);
  border-radius: 8px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 1.5;
}

.partner-hero {
  padding: var(--internal-hero-pad-top) 24px var(--internal-hero-pad-bottom);
  background: var(--ink);
  color: var(--white);
  border-bottom: 14px solid var(--yellow);
}

.partner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: 46px;
  align-items: center;
}

.partner-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: var(--internal-hero-title);
  line-height: 0.98;
  font-weight: 900;
}

.partner-hero-copy {
  max-width: 790px;
  margin: 24px 0 0;
  color: var(--white);
  font-size: clamp(21px, 2.4vw, 31px);
  font-weight: 900;
  line-height: 1.16;
}

.partner-small-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--yellow);
  font-size: 15px;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.partner-hero-stack {
  display: grid;
  gap: 18px;
}

.partner-signal-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 3px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 9px 9px 0 var(--pink);
  transform: rotate(-1deg);
}

.partner-signal-card:nth-child(2) {
  transform: translateX(-18px) rotate(1deg);
}

.partner-signal-card:nth-child(3) {
  transform: translateX(14px) rotate(-0.5deg);
}

.partner-signal-card span,
.partner-steps span,
.partner-proof-card span {
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-signal-card strong {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.partner-signal-card p {
  margin: 0;
  font-weight: 800;
}

.partner-signal-card.pink-card {
  background: var(--pink);
  color: var(--white);
}

.partner-signal-card.pink-card span {
  color: var(--yellow);
}

.partner-signal-card.yellow-card {
  background: var(--yellow);
  box-shadow: 9px 9px 0 var(--white);
}

.partner-split,
.partner-form-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: start;
}

.partner-note,
.partner-transparency,
.partner-compact-strip {
  margin-top: 22px;
  padding: 16px 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 5px 5px 0 var(--pink);
}

.partner-service-grid {
  align-items: stretch;
}

.partner-media-band {
  background: var(--paper);
}

.partner-media-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--yellow) 0 12px, transparent 12px),
    linear-gradient(135deg, rgba(255, 0, 179, 0.12), transparent 34%),
    var(--white);
  box-shadow: 12px 12px 0 var(--ink);
}

.partner-media-section--text {
  display: block;
}

.partner-media-section--text .partner-media-copy {
  max-width: 980px;
}

.partner-media-section--text .partner-media-copy p:not(.section-kicker) {
  max-width: 900px;
}

.partner-media-copy {
  max-width: 850px;
}

.partner-media-copy p:not(.section-kicker) {
  max-width: 760px;
}

.spoton-story-wall {
  --frame-w: clamp(126px, 13vw, 188px);
  position: relative;
  min-width: 0;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(245, 255, 0, 0.18), transparent 36%),
    radial-gradient(circle at 82% 16%, rgba(255, 0, 179, 0.34), transparent 28%),
    var(--ink);
  overflow: hidden;
}

.spoton-story-wall::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 2px solid rgba(245, 255, 0, 0.5);
  border-radius: 999px;
  transform: rotate(-13deg);
  pointer-events: none;
}

.spoton-story-wall--cascade {
  --frame-w: clamp(112px, 10vw, 148px);
  min-height: clamp(370px, 36vw, 430px);
  margin: 0;
}

.spoton-story-wall--ribbon {
  display: flex;
  align-items: center;
  min-height: 500px;
  padding: 54px 30px 62px;
  overflow-x: auto;
  overflow-y: hidden;
  perspective: 1200px;
  scroll-snap-type: x proximity;
}

.spoton-story-frame {
  --phone-y: 0px;
  --phone-rotate: 0deg;
  position: relative;
  z-index: 1;
  width: var(--frame-w);
  margin: 0;
  padding: 12px 9px 20px;
  aspect-ratio: 9 / 16;
  border: 3px solid var(--ink);
  border-radius: 30px;
  background: var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  transform: translateY(var(--phone-y)) rotate(var(--phone-rotate));
  transform-origin: 50% 88%;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  animation: partner-phone-unfold 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.spoton-story-frame::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  width: 44%;
  height: 10px;
  border-radius: 0 0 999px 999px;
  background: var(--ink);
  transform: translateX(-50%);
}

.spoton-story-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 34%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  transform: translateX(-50%);
}

.spoton-story-frame img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.spoton-story-frame:hover {
  z-index: 12;
  filter: saturate(1.08);
  transform: translateY(calc(var(--phone-y) - 16px)) rotate(0deg) scale(1.03);
  box-shadow: 12px 12px 0 var(--pink);
}

.spoton-story-wall--cascade .spoton-story-frame {
  position: absolute;
}

.spoton-story-wall--cascade .spoton-story-frame:nth-child(1) {
  left: 3%;
  top: 16%;
  z-index: 2;
  --phone-rotate: -7deg;
  animation-delay: 40ms;
}

.spoton-story-wall--cascade .spoton-story-frame:nth-child(2) {
  left: 30%;
  top: 5%;
  z-index: 5;
  --phone-rotate: 3deg;
  box-shadow: 8px 8px 0 var(--pink);
  animation-delay: 120ms;
}

.spoton-story-wall--cascade .spoton-story-frame:nth-child(3) {
  right: 4%;
  top: 18%;
  z-index: 3;
  --phone-rotate: 7deg;
  box-shadow: 8px 8px 0 var(--yellow);
  animation-delay: 200ms;
}

.spoton-story-wall--cascade .spoton-story-frame:nth-child(4) {
  left: 14%;
  bottom: 5%;
  z-index: 4;
  --phone-rotate: 4deg;
  box-shadow: 8px 8px 0 var(--white);
  animation-delay: 280ms;
}

.spoton-story-wall--cascade .spoton-story-frame:nth-child(5) {
  left: 45%;
  bottom: 1%;
  z-index: 6;
  --phone-rotate: -4deg;
  box-shadow: 8px 8px 0 var(--pink);
  animation-delay: 360ms;
}

.spoton-story-wall--cascade .spoton-story-frame:nth-child(6) {
  right: 0;
  bottom: 13%;
  z-index: 1;
  --phone-rotate: -2deg;
  box-shadow: 8px 8px 0 var(--yellow);
  animation-delay: 440ms;
}

.partner-format-band {
  overflow: hidden;
}

.partner-format-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.partner-format-grid > * {
  min-width: 0;
}

.partner-format-grid h2 {
  max-width: 680px;
}

.partner-format-sequence {
  position: relative;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 10px 10px 0 var(--yellow);
  overflow: hidden;
}

.spoton-story-wall--ribbon .spoton-story-frame {
  flex: 0 0 var(--frame-w);
  max-width: none;
  margin-left: -38px;
  scroll-snap-align: center;
}

.spoton-story-wall--ribbon .spoton-story-frame:first-child {
  z-index: 2;
  margin-left: 0;
  --phone-y: 24px;
  --phone-rotate: -6deg;
  animation-delay: 40ms;
}

.spoton-story-wall--ribbon .spoton-story-frame:nth-child(2) {
  z-index: 3;
  --phone-y: -22px;
  --phone-rotate: 4deg;
  box-shadow: 8px 8px 0 var(--pink);
  animation-delay: 120ms;
}

.spoton-story-wall--ribbon .spoton-story-frame:nth-child(3) {
  z-index: 4;
  --phone-y: 30px;
  --phone-rotate: -3deg;
  box-shadow: 8px 8px 0 var(--yellow);
  animation-delay: 200ms;
}

.spoton-story-wall--ribbon .spoton-story-frame:nth-child(4) {
  z-index: 5;
  --phone-y: -10px;
  --phone-rotate: 5deg;
  animation-delay: 280ms;
}

.spoton-story-wall--ribbon .spoton-story-frame:nth-child(5) {
  z-index: 4;
  --phone-y: 34px;
  --phone-rotate: -5deg;
  box-shadow: 8px 8px 0 var(--pink);
  animation-delay: 360ms;
}

.partner-global-break {
  padding: 0 24px;
  background: var(--paper);
}

.partner-global-inner {
  position: relative;
  display: grid;
  min-height: clamp(290px, 32vw, 420px);
  align-items: end;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.18) 100%),
    url("assets/global-experience-globe.jpg") center / cover no-repeat;
  box-shadow: 8px 8px 0 var(--pink);
}

.partner-global-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 8px solid var(--yellow);
  pointer-events: none;
}

.partner-global-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(320px, 1fr);
  gap: 20px;
  align-items: center;
  max-width: 980px;
}

.partner-global-inner .section-kicker,
.partner-global-inner p {
  margin: 0;
}

.partner-global-inner p:not(.section-kicker) {
  max-width: 880px;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.13;
  color: var(--white);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.partner-service-card {
  min-height: 170px;
  border-width: 3px;
  padding: 24px;
}

.partner-compact-strip {
  width: fit-content;
  max-width: 100%;
  background: var(--ink);
  color: var(--yellow);
  box-shadow: 5px 5px 0 var(--pink);
}

.partner-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-transparency {
  width: fit-content;
  max-width: 820px;
  background: var(--white);
  box-shadow: 5px 5px 0 var(--yellow);
}

.partner-proof-grid {
  align-items: stretch;
}

.partner-proof-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border-width: 3px;
  box-shadow: 7px 7px 0 var(--ink);
}

.partner-proof-card img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}

.partner-proof-card div {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.partner-proof-card h3,
.partner-proof-card p {
  margin: 0;
}

.partner-steps .card {
  border-width: 3px;
}

.partner-steps span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 38px;
  line-height: 1;
}

.partner-form-panel {
  padding: 30px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 9px 9px 0 var(--yellow);
}

.partner-form-panel .section-kicker {
  color: var(--pink);
}

.partner-form {
  margin-top: 0;
}

.partner-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.partner-form textarea {
  min-height: 170px;
}

.partner-form .button {
  width: 100%;
}

.partner-confirmation {
  margin: 0;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.partner-institution-card {
  display: grid;
  gap: 16px;
  align-content: start;
}

.partner-institution-card .partner-logo {
  min-height: 132px;
  border: 2px solid var(--ink);
}

.partner-institution-card p {
  margin: 0;
  font-weight: 800;
}

.advisory-hero {
  padding: clamp(66px, 7vw, 104px) 24px 58px;
  background: var(--ink);
  color: var(--white);
  border-bottom: 12px solid var(--yellow);
}

.advisory-hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(50px, 7.3vw, 92px);
  font-weight: 900;
  line-height: 0.92;
}

.advisory-hero-copy {
  max-width: 830px;
  margin: 24px 0 0;
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 900;
  line-height: 1.18;
}

.advisory-small-line,
.advisory-note,
.advisory-black-line,
.advisory-helper {
  margin: 22px 0 0;
  font-weight: 900;
  line-height: 1.4;
}

.advisory-small-line {
  max-width: 740px;
  color: var(--yellow);
}

.advisory-card,
.advisory-work-card {
  border-width: 3px;
}

.advisory-work-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 300px;
  padding: 24px;
}

.advisory-work-card span {
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.advisory-note {
  display: inline-block;
  max-width: 860px;
  padding: 14px 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--pink);
}

.advisory-statements {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.advisory-statements div {
  padding: 16px 18px;
  border-top: 3px solid var(--yellow);
  border-bottom: 3px solid var(--yellow);
  color: var(--yellow);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.advisory-black-line {
  max-width: 780px;
  color: var(--white);
}

.advisory-built-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(340px, 1.05fr);
  gap: 34px;
  align-items: center;
}

.advisory-built-copy {
  min-width: 0;
}

.advisory-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.advisory-proof-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 3px 3px 0 var(--pink);
}

.advisory-portrait-card {
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.advisory-portrait-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.advisory-form-panel {
  box-shadow: 9px 9px 0 var(--yellow);
}

.advisory-helper {
  margin-top: -4px;
  padding: 0 2px;
  color: var(--muted);
  font-size: 14px;
}

.advisory-form-panel textarea[name="pressure_test_questions"] {
  min-height: 110px;
}

.framework-hero {
  padding: clamp(72px, 8vw, 118px) 24px 68px;
  background: var(--ink);
  color: var(--white);
  border-bottom: 14px solid var(--yellow);
}

.framework-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 900;
  line-height: 0.9;
}

.framework-hero p:not(.eyebrow) {
  max-width: 850px;
  margin: 24px 0 0;
  color: var(--white);
  font-size: clamp(21px, 2.5vw, 32px);
  font-weight: 900;
  line-height: 1.16;
}

.framework-branches-band {
  background: var(--paper);
}

.framework-branch-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.framework-branch-card {
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: 22px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.framework-branch-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 var(--pink);
}

.framework-branch-card:nth-child(1),
.framework-branch-card:nth-child(2),
.framework-branch-card:nth-child(3) {
  grid-column: span 2;
}

.framework-branch-card:nth-child(4),
.framework-branch-card:nth-child(5) {
  grid-column: span 3;
}

.framework-branch-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--pink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.framework-branch-card h2 {
  margin-top: auto;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 0.94;
}

.framework-branch-card p {
  margin: 0;
  max-width: 520px;
  font-weight: 800;
}

.framework-report-band h2 {
  max-width: none;
  text-align: center;
}

.framework-report-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.framework-report-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 4px 4px 0 var(--pink);
}

.framework-watchable-band {
  min-height: 0;
  overflow: hidden;
  padding-top: var(--internal-hero-pad-top);
  padding-bottom: var(--internal-hero-pad-bottom);
}

.framework-watchable-copy .eyebrow {
  display: inline-flex;
  margin-bottom: var(--internal-hero-eyebrow-gap);
  background: var(--yellow);
  color: var(--ink);
}

.framework-watchable-copy h1 {
  margin: 0;
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.framework-watchable-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(520px, 1.35fr);
  gap: 42px;
  align-items: center;
}

.framework-watchable-copy h2 {
  max-width: 680px;
  font-size: clamp(42px, 5.6vw, 74px);
}

.framework-phone-stack {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 32px 0 44px;
  overflow: visible;
}

.framework-phone-stack img + img {
  margin-left: -24px;
}

.framework-phone-stack img {
  width: min(30vw, 270px);
  min-width: 160px;
  aspect-ratio: 3 / 4;
  border: 4px solid var(--yellow);
  border-radius: 22px;
  background: var(--ink);
  object-fit: cover;
  box-shadow: 9px 9px 0 var(--pink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.framework-phone-stack img:nth-child(1) { transform: rotate(-6deg) translateX(38px) translateY(16px); z-index: 1; }
.framework-phone-stack img:nth-child(2) { transform: rotate(-3deg) translateX(20px) translateY(-12px); z-index: 2; }
.framework-phone-stack img:nth-child(3) { transform: rotate(1deg); z-index: 3; }
.framework-phone-stack img:nth-child(4) { transform: rotate(3deg) translateX(-20px) translateY(-10px); z-index: 2; }
.framework-phone-stack img:nth-child(5) { transform: rotate(5deg) translateX(-38px) translateY(18px); z-index: 1; }
.framework-phone-stack img:nth-child(6) { transform: rotate(7deg) translateX(-58px) translateY(34px); z-index: 0; }

.framework-phone-stack img:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 11px 11px 0 var(--yellow);
  z-index: 5;
}

.framework-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.framework-story-card {
  border-width: 3px;
}

.framework-story-card p {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.latest-hero {
  padding: var(--internal-hero-pad-top) 24px var(--internal-hero-pad-bottom);
  background: var(--ink);
  color: var(--white);
  border-bottom: 8px solid var(--yellow);
}

.latest-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: var(--internal-hero-title);
  font-weight: 900;
  line-height: 0.98;
}

.watch-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.watch-hero-visual {
  display: grid;
  min-height: 0;
  place-items: center;
}

.watch-hero-visual img {
  display: block;
  width: min(100%, 500px);
  height: clamp(280px, 30vw, 380px);
  object-fit: cover;
  object-position: center;
}

.latest-feed-band {
  padding-top: 38px;
  background: var(--paper);
}

.latest-story-grid {
  display: grid;
  gap: 22px;
}

.latest-story-card {
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.latest-story-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 var(--pink);
}

.latest-story-thumb {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 9 / 16;
  align-content: space-between;
  overflow: hidden;
  padding: 16px;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 0, 179, 0.8), transparent 24%),
    linear-gradient(145deg, var(--ink), #181818 58%, var(--pink));
  color: var(--white);
  text-decoration: none;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.08);
}

.latest-story-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--pink);
  transform: translate(-50%, -50%);
}

.latest-story-thumb::before {
  content: "";
  position: absolute;
  left: calc(50% + 3px);
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--ink);
  transform: translate(-50%, -50%);
}

.latest-story-thumb span {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.latest-story-thumb strong {
  position: relative;
  z-index: 1;
  max-width: 220px;
  font-size: clamp(23px, 2.7vw, 34px);
  font-weight: 900;
  line-height: 0.95;
}

.latest-story-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  min-width: 0;
}

.latest-story-copy h2 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 52px);
}

.latest-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.latest-story-meta span,
.latest-story-meta time {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.latest-story-meta time {
  background: var(--paper);
  color: var(--muted);
}

.latest-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.latest-story-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.latest-story-copy .button {
  width: fit-content;
}

.latest-story-copy .button.dark {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--pink);
}

.latest-redirect {
  display: grid;
  min-height: 100vh;
  place-content: center;
  justify-items: center;
  gap: 18px;
  padding: 28px;
  background: var(--paper);
  color: var(--ink);
  text-align: center;
}

.latest-redirect .brand-link {
  margin: 0;
}

.latest-redirect h1 {
  margin: 0;
  font-size: clamp(42px, 8vw, 86px);
}

.latest-redirect p {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.latest-preview-band {
  position: relative;
  background: #111111;
  color: var(--white);
  border-top: 10px solid var(--yellow);
  border-bottom: 2px solid var(--ink);
}

.latest-preview-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.latest-preview-header h2 {
  max-width: 720px;
  color: var(--white);
}

.latest-preview-band .section-kicker {
  color: var(--yellow);
}

.latest-preview-header .button {
  flex: 0 0 auto;
  background: var(--yellow);
  color: var(--ink);
}

.latest-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 260px));
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.latest-preview-card {
  display: grid;
  aspect-ratio: 9 / 16;
  min-height: 320px;
  align-content: space-between;
  padding: 18px;
  border: 3px solid var(--yellow);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 0, 179, 0.2), transparent 24%),
    linear-gradient(145deg, var(--paper), var(--white) 62%, #fff6d3);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 6px 6px 0 var(--pink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.latest-preview-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--yellow);
}

.latest-preview-card span {
  width: fit-content;
  padding: 7px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.latest-preview-card h3 {
  max-width: 220px;
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 32px);
}

.awards-page-hero {
  padding-top: clamp(34px, 3.5vw, 46px);
  padding-bottom: clamp(30px, 3vw, 40px);
}

.awards-page-hero .eyebrow {
  margin-bottom: 24px;
}

.awards-page-hero h1 {
  max-width: 980px;
  color: var(--white);
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.award-entry {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  gap: 34px;
  align-items: stretch;
  padding: 28px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 9px 9px 0 var(--pink);
}

.award-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.award-copy h1 {
  margin: 0;
  font-size: clamp(38px, 3.8vw, 52px);
  font-weight: 900;
  line-height: 0.98;
}

.award-copy blockquote {
  margin: 28px 0 0;
  padding: 18px 20px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  box-shadow: 6px 6px 0 var(--ink);
}

.award-result {
  display: inline-flex;
  width: fit-content;
  margin-top: 28px;
  padding: 12px 18px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--pink);
  color: var(--white);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--ink);
}

.award-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.55fr);
  gap: 18px;
  align-items: stretch;
}

.award-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 6px 6px 0 var(--ink);
}

.award-image-main {
  object-position: center 58%;
}

.award-image-secondary {
  object-position: center;
}

.press-page-hero {
  padding-top: var(--internal-hero-pad-top);
  padding-bottom: var(--internal-hero-pad-bottom);
  background: var(--yellow);
}

.press-page-hero .eyebrow {
  background: var(--pink);
  color: var(--white);
}

.press-page-hero h1 {
  max-width: 1000px;
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.press-logo-strip {
  padding: 22px 24px;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
}

.press-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.8vw, 20px);
  align-items: center;
  justify-content: flex-start;
}

.press-logo-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background-image: linear-gradient(transparent 58%, rgba(255, 0, 166, 0.45) 58%);
  background-repeat: no-repeat;
  background-size: 48% 100%;
  animation: pressCoveredPulse 3.4s ease-in-out infinite;
}

.press-wordmarks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

@keyframes pressCoveredPulse {
  0%,
  100% {
    background-size: 48% 100%;
  }

  50% {
    background-size: 100% 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .press-logo-label {
    animation: none;
    background-size: 100% 100%;
  }
}

.press-wordmarks a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 3px 3px 0 var(--pink);
}

.press-wordmarks a:hover {
  background: var(--yellow);
}

.press-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.press-newsletter-quote-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
  gap: 22px;
  align-items: start;
}

.press-quote-card-stack {
  display: grid;
  gap: 22px;
}

.press-quote-card {
  grid-template-rows: auto auto;
}

.press-quote-card img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: var(--ink);
}

.press-shot-card {
  display: grid;
  grid-template-rows: minmax(210px, 1fr) auto;
  overflow: hidden;
  border: 3px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 7px 7px 0 var(--pink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.press-shot-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 var(--pink);
}

.press-shot-card img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: top center;
  border-bottom: 3px solid var(--ink);
}

.press-shot-card span {
  display: block;
  padding: 14px 16px;
  background: var(--white);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.press-shot-card-large,
.press-shot-card-wide {
  grid-column: span 2;
}

.press-shot-card-large {
  grid-template-rows: minmax(360px, 1fr) auto;
}

.press-shot-card-large img {
  min-height: 360px;
}

.press-form-panel {
  box-shadow: 9px 9px 0 var(--yellow);
}

.footer {
  padding: 34px 24px;
  background: var(--ink);
  color: var(--white);
}

.social-band {
  background: var(--yellow);
}

.social-panel {
  display: grid;
  gap: 26px;
  align-items: start;
  padding: 30px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--pink);
}

.social-panel h2 {
  max-width: 760px;
}

.social-panel .lede {
  margin-bottom: 0;
}

.social-widget {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.social-widget a {
  display: grid;
  gap: 4px;
  min-height: 84px;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--pink);
}

.social-widget a:hover {
  background: var(--pink);
  color: var(--white);
}

.social-widget strong {
  font-size: 21px;
  line-height: 1;
}

.social-widget span {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.values-grid div {
  display: grid;
  min-height: 132px;
  place-items: center;
  padding: 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--pink);
  font-size: clamp(21px, 2.2vw, 34px);
  font-weight: 900;
  text-align: center;
}

.footer-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.footer a {
  color: var(--yellow);
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero h1,
  .page-hero h1 {
    font-size: 54px;
  }

  .grid,
  .grid.two,
  .media-row,
  .showcase-band .media-row,
  .join-panel,
  .social-panel,
  .role-card,
  .hero-grid,
  .partner-hero-grid,
  .watch-hero-grid,
  .jobs-hero-grid,
  .partner-split,
  .partner-media-section,
  .partner-format-grid,
  .partner-form-panel,
  .funding-watch-grid,
  .subscribe-hero-grid,
  .watch-hero,
  .story-layout {
    grid-template-columns: 1fr;
  }

  .spoton-story-wall--cascade {
    min-height: 460px;
    max-width: 520px;
    margin: 0;
  }

  .funding-reel-card {
    justify-self: start;
  }

  .subscribe-video-card {
    justify-self: start;
  }

  .partner-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .award-entry,
  .award-media,
  .advisory-built-grid,
  .framework-watchable-grid {
    grid-template-columns: 1fr;
  }

  .framework-branch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .framework-branch-card:nth-child(n) {
    grid-column: auto;
  }

  .framework-phone-stack {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 28px 8px 34px;
    scroll-snap-type: x proximity;
  }

  .framework-phone-stack img {
    width: min(32vw, 230px);
    scroll-snap-align: center;
  }

  .latest-story-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .latest-story-thumb {
    max-width: 260px;
  }

  .latest-preview-header {
    align-items: start;
    flex-direction: column;
  }

  .latest-preview-grid {
    grid-template-columns: repeat(3, minmax(0, 220px));
  }

  .advisory-portrait-card img {
    min-height: 420px;
  }

  .award-media img {
    min-height: 320px;
  }

  .award-image-secondary {
    max-height: 460px;
  }

  .press-wordmarks {
    justify-content: flex-start;
  }

  .press-screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-shot-card-large,
  .press-shot-card-wide {
    grid-column: span 1;
  }

  .partner-hero-stack {
    max-width: 620px;
  }

  .watch-panel,
  .story-player {
    position: relative;
    top: auto;
  }

  .feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-widget,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subscribe-panel {
    grid-template-columns: 1fr;
  }

  .partner-card:nth-child(2),
  .partner-card:nth-child(3) {
    transform: none;
  }

  .partner-signal-card,
  .partner-signal-card:nth-child(2),
  .partner-signal-card:nth-child(3) {
    transform: none;
  }

  .mantra-lockup > span:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .nav {
    justify-content: flex-start;
    gap: 8px 10px;
  }

  .hero {
    min-height: 76vh;
    padding-top: 54px;
  }

  .hero h1,
  .page-hero h1,
  .story-copy h1 {
    font-size: 42px;
  }

  .hero p,
  .page-hero p,
  .lede {
    font-size: 18px;
  }

  .hero .hero-lede {
    font-size: 30px;
  }

  .hero .hero-support {
    font-size: 17px;
  }

  .hero-proof {
    gap: 10px;
    margin-top: 24px;
  }

  .funding-watch-grid {
    gap: 28px;
  }

  .funding-reel-card {
    width: min(100%, 300px);
  }

  .subscribe-video-card {
    width: min(100%, 260px);
    transform: rotate(0deg);
  }

  .hero-proof span {
    min-height: 42px;
    padding: 10px 13px;
    border-width: 2px;
    font-size: 13px;
  }

  .join-panel {
    padding: 24px;
  }

  .join-panel h2 {
    font-size: 38px;
  }

  .mantra-lockup {
    gap: 12px;
    font-size: clamp(38px, 12vw, 66px);
  }

  .mantra-lockup > span {
    border-width: 3px;
    box-shadow:
      6px 6px 0 var(--ink),
      9px 9px 0 var(--pink);
  }

  .mantra-lockup > span:nth-child(2) {
    align-self: flex-start;
    box-shadow:
      6px 6px 0 var(--ink),
      9px 9px 0 var(--pink);
  }

  .mantra-lockup > span:nth-child(3) {
    margin-left: 0;
    box-shadow:
      6px 6px 0 var(--ink),
      9px 9px 0 var(--pink);
  }

  .role-card {
    padding: 20px;
  }

  .role-card h2 {
    font-size: 30px;
  }

  .phone-device {
    width: min(300px, 86vw);
    box-shadow: 6px 6px 0 var(--pink);
  }

  .showcase-band {
    padding-top: 58px;
  }

  .showcase-copy {
    max-width: none;
  }

  .showcase-copy .lede {
    font-size: 22px;
  }

  .story-collage {
    min-height: 560px;
    overflow: hidden;
  }

  .signal-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .partner-hero {
    padding: 54px 18px 56px;
  }

  .partner-hero h1 {
    font-size: 40px;
  }

  .partner-hero-copy {
    font-size: 20px;
  }

  .partner-form-panel {
    padding: 22px;
  }

  .partner-global-inner {
    grid-template-columns: 1fr;
    padding: 20px 18px;
  }

  .partner-global-copy {
    grid-template-columns: 1fr;
  }

  .partner-format-sequence {
    padding: 0;
  }

  .spoton-story-wall,
  .spoton-story-wall--cascade,
  .spoton-story-wall--ribbon {
    --frame-w: 152px;
    display: flex;
    gap: 12px;
    min-height: 360px;
    max-width: 100%;
    margin: 0;
    padding: 20px 14px 30px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }

  .spoton-story-wall::before {
    inset: 16px;
  }

  .spoton-story-wall--cascade .spoton-story-frame,
  .spoton-story-wall--ribbon .spoton-story-frame,
  .spoton-story-frame,
  .spoton-story-frame:nth-child(n),
  .spoton-story-frame:hover {
    --phone-y: 0px;
    --phone-rotate: 0deg;
    position: relative;
    inset: auto;
    flex: 0 0 var(--frame-w);
    width: var(--frame-w);
    max-width: none;
    margin-left: 0;
    transform: none;
    scroll-snap-align: center;
  }

  .spoton-story-wall--cascade .spoton-story-frame:nth-child(n+6) {
    display: none;
  }

  .partner-field-grid,
  .partner-why-grid {
    grid-template-columns: 1fr;
  }

  .partner-proof-card {
    grid-template-rows: 190px 1fr;
  }

  .award-entry {
    padding: 20px;
  }

  .award-copy h1 {
    font-size: 42px;
  }

  .award-copy blockquote {
    font-size: 22px;
  }

  .award-media img {
    min-height: 260px;
  }

  .advisory-hero {
    padding: 54px 18px 48px;
  }

  .advisory-hero h1 {
    font-size: 43px;
  }

  .advisory-hero-copy {
    font-size: 20px;
  }

  .advisory-work-card {
    min-height: auto;
  }

  .advisory-statements div {
    font-size: 24px;
  }

  .advisory-proof-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .advisory-proof-strip span {
    border-radius: 8px;
  }

  .advisory-portrait-card img {
    min-height: 300px;
  }

  .framework-hero {
    padding: 54px 18px 48px;
  }

  .framework-hero h1 {
    font-size: 46px;
  }

  .framework-hero p:not(.eyebrow) {
    font-size: 20px;
  }

  .framework-branch-grid,
  .framework-story-grid {
    grid-template-columns: 1fr;
  }

  .framework-branch-card {
    min-height: 190px;
  }

  .framework-report-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .framework-report-strip span {
    justify-content: center;
    border-radius: 8px;
  }

  .framework-phone-stack {
    gap: 12px;
    margin-right: -18px;
    padding-bottom: 24px;
  }

  .framework-phone-stack img,
  .framework-phone-stack img:nth-child(n),
  .framework-phone-stack img:hover {
    width: min(68vw, 250px);
    min-width: 210px;
    transform: none;
  }

  .latest-hero {
    padding: 38px 18px 34px;
  }

  .watch-hero-visual {
    min-height: 280px;
    justify-content: flex-start;
  }

  .jobs-hero-visual {
    max-width: 480px;
  }

  .latest-hero h1,
  .framework-watchable-copy h1,
  .jobs-hero-grid h1,
  .press-page-hero h1,
  .awards-page-hero h1,
  .consulting-hero-copy h1 {
    font-size: 40px;
  }

  .latest-story-card {
    padding: 14px;
  }

  .latest-story-thumb {
    max-width: min(100%, 250px);
  }

  .latest-preview-grid {
    grid-template-columns: minmax(0, 260px);
  }

  .latest-story-meta span,
  .latest-story-meta time {
    border-radius: 8px;
  }

  .latest-story-copy .button {
    width: 100%;
  }

  .latest-preview-card {
    min-height: 280px;
  }

  .latest-preview-header .button {
    width: 100%;
  }

  .press-screenshot-grid {
    grid-template-columns: 1fr;
  }

  .press-shot-card,
  .press-shot-card-large {
    grid-template-rows: minmax(220px, 1fr) auto;
  }

  .press-shot-card img,
  .press-shot-card-large img {
    min-height: 220px;
  }

  .press-wordmarks a {
    width: 100%;
    justify-content: center;
  }

  .social-widget,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .metric.signal {
    width: 100%;
    min-height: 78px;
  }

  .metric.signal strong {
    white-space: normal;
  }

  .collage-photo {
    box-shadow: 6px 6px 0 rgba(5, 5, 5, 0.84);
  }

  .collage-main { left: 33%; top: 5%; width: 38%; }
  .collage-side-a { left: 5%; top: 13%; width: 38%; }
  .collage-side-b { right: 4%; top: 19%; width: 36%; }
  .collage-side-c { left: 10%; top: 48%; width: 36%; }
  .collage-side-d { left: 38%; top: 43%; width: 35%; }
  .collage-side-e { right: 3%; top: 56%; width: 34%; }
  .collage-side-f { display: none; }

  h2 {
    font-size: 34px;
  }

  .feed {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spoton-story-frame {
    animation: none;
    transition: none;
  }

  .funding-reel-video {
    display: none;
  }

  .funding-reel-static {
    display: block;
  }

  .subscribe-hero-video {
    display: none;
  }

  .subscribe-hero-static {
    display: block;
  }
}


/* Support form label readability */
.funder-inquiry-label {
  color: #ff00a8 !important;
  opacity: 1 !important;
}


/* Press form readability fix */
.press-form-panel .section-kicker,
.press-form-panel p.section-kicker {
  color: #ff00a8 !important;
  opacity: 1 !important;
}

.press-form-panel {
  gap: clamp(40px, 6vw, 88px) !important;
}

.press-form-panel input,
.press-form-panel select,
.press-form-panel textarea {
  color: #000 !important;
  background: #fff9e8 !important;
}

.press-form-panel input::placeholder,
.press-form-panel textarea::placeholder {
  color: #555 !important;
  opacity: 1 !important;
}

.press-form-panel select {
  color: #000 !important;
}

.press-form-panel .lede {
  color: #000 !important;
  opacity: 1 !important;
}

@media (max-width: 900px) {
  .press-form-panel {
    gap: 32px !important;
  }
}



/* Remove likely competing decorative lines/underlines in the covered row */
.press-covered-row .section-kicker::before,
.press-covered-row .section-kicker::after,
.covered-row .section-kicker::before,
.covered-row .section-kicker::after,
.press-mentions-strip .section-kicker::before,
.press-mentions-strip .section-kicker::after {
  content: none !important;
  display: none !important;
}

@keyframes coveredInFullUnderline {
  from {
    background-size: 0% 0.28em;
  }
  to {
    background-size: 100% 0.28em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .covered-in-label-motion {
    animation: none !important;
    background-size: 100% 0.28em !important;
  }
}




/* Covered In final full-width underline fix */
.section-kicker:has(.covered-in-label-motion),
p:has(.covered-in-label-motion),
div:has(.covered-in-label-motion) {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.section-kicker:has(.covered-in-label-motion)::before,
.section-kicker:has(.covered-in-label-motion)::after,
p:has(.covered-in-label-motion)::before,
p:has(.covered-in-label-motion)::after,
div:has(.covered-in-label-motion)::before,
div:has(.covered-in-label-motion)::after {
  content: none !important;
  display: none !important;
}

.covered-in-label-motion {
  position: relative !important;
  display: inline-block !important;
  width: max-content !important;
  line-height: 1 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  padding: 0 !important;
}

.covered-in-label-motion .covered-in-text {
  position: relative !important;
  z-index: 2 !important;
}

.covered-in-label-motion .covered-in-bar {
  position: absolute !important;
  left: 0 !important;
  bottom: -0.04em !important;
  width: 100% !important;
  height: 0.32em !important;
  background: #ff00a8 !important;
  z-index: 1 !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  animation: coveredInUnderlineFinal 1.1s ease-out forwards !important;
}

@keyframes coveredInUnderlineFinal {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .covered-in-label-motion .covered-in-bar {
    animation: none !important;
    transform: scaleX(1) !important;
  }
}


/* Press launch logos cleanup */
.card:has(img[src*="logo-exchange4media"]),
.card:has(img[src*="logo-earth-journalism-network"]),
.card:has(img[src*="logo-splice"]),
.card:has(img[src*="logo-ij-net"]) {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 28px !important;
}

.card:has(img[src*="logo-exchange4media"]) img,
.card:has(img[src*="logo-earth-journalism-network"]) img,
.card:has(img[src*="logo-splice"]) img,
.card:has(img[src*="logo-ij-net"]) img {
  display: block !important;
  max-width: 220px !important;
  max-height: 82px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
}

/* Remove the extra inner pill/frame around press logos only */
.card:has(img[src*="logo-exchange4media"]) .logo-frame,
.card:has(img[src*="logo-earth-journalism-network"]) .logo-frame,
.card:has(img[src*="logo-splice"]) .logo-frame,
.card:has(img[src*="logo-ij-net"]) .logo-frame,
.card:has(img[src*="logo-exchange4media"]) .press-logo-frame,
.card:has(img[src*="logo-earth-journalism-network"]) .press-logo-frame,
.card:has(img[src*="logo-splice"]) .press-logo-frame,
.card:has(img[src*="logo-ij-net"]) .press-logo-frame,
.card:has(img[src*="logo-exchange4media"]) .logo-pill,
.card:has(img[src*="logo-earth-journalism-network"]) .logo-pill,
.card:has(img[src*="logo-splice"]) .logo-pill,
.card:has(img[src*="logo-ij-net"]) .logo-pill,
.card:has(img[src*="logo-exchange4media"]) figure,
.card:has(img[src*="logo-earth-journalism-network"]) figure,
.card:has(img[src*="logo-splice"]) figure,
.card:has(img[src*="logo-ij-net"]) figure {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* If the logo image is wrapped in a generic first child div, remove that inner box too */
.card:has(img[src*="logo-exchange4media"]) > div:first-child,
.card:has(img[src*="logo-earth-journalism-network"]) > div:first-child,
.card:has(img[src*="logo-splice"]) > div:first-child,
.card:has(img[src*="logo-ij-net"]) > div:first-child {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 800px) {
  .card:has(img[src*="logo-exchange4media"]) img,
  .card:has(img[src*="logo-earth-journalism-network"]) img,
  .card:has(img[src*="logo-splice"]) img,
  .card:has(img[src*="logo-ij-net"]) img {
    max-width: 180px !important;
    max-height: 70px !important;
  }
}


/* Press logo-only cards cleanup */
.press-logo-only-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 220px !important;
  padding: clamp(36px, 5vw, 64px) !important;
}

.press-logo-only-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.press-logo-only-img {
  display: block !important;
  max-width: 260px !important;
  max-height: 110px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

@media (max-width: 800px) {
  .press-logo-only-card {
    min-height: 180px !important;
    padding: 32px !important;
  }

  .press-logo-only-img {
    max-width: 220px !important;
    max-height: 90px !important;
  }
}


/* Press logos directly on yellow backdrop */
.press-logo-only-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 140px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.press-logo-only-card::before,
.press-logo-only-card::after {
  content: none !important;
  display: none !important;
}

.press-logo-only-card .press-logo-only-link,
.press-logo-only-card a,
.press-logo-only-card div {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.press-logo-only-img,
.press-logo-only-card img {
  display: block !important;
  max-width: 260px !important;
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

/* Remove white-card treatment only from the four logo items */
.card.press-logo-only-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 800px) {
  .press-logo-only-card {
    min-height: 110px !important;
  }

  .press-logo-only-img,
  .press-logo-only-card img {
    max-width: 210px !important;
    max-height: 82px !important;
  }
}


/* Awards quote and gold colour swap */
.awards-quote-color-swap {
  background: #ff00a8 !important;
  color: #fff !important;
}

.awards-quote-color-swap * {
  color: #fff !important;
}

.awards-gold-color-swap {
  background: #edff1a !important;
  color: #000 !important;
}

.awards-gold-color-swap * {
  color: #000 !important;
}


/* Awards far-right image readability fix */
.awards-right-image-readable {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  background: #fff9e8 !important;
  display: block !important;
}

/* Override any hero/card image crop rules affecting the far-right award visual */
img.awards-right-image-readable {
  object-fit: contain !important;
  object-position: center center !important;
}



/* Final press logo row */
.press-mentions-logo-section .press-logo-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(32px, 5vw, 72px) !important;
  margin: clamp(36px, 5vw, 64px) 0 clamp(48px, 6vw, 80px) !important;
  flex-wrap: wrap !important;
}

.press-mentions-logo-section .press-logo-row img {
  display: block !important;
  max-width: 220px !important;
  max-height: 90px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.press-mentions-logo-section .press-podcast-row {
  border-top: 3px solid #000 !important;
  padding-top: clamp(28px, 4vw, 44px) !important;
}

.press-mentions-logo-section .press-podcast-row h3 {
  margin: 0 0 24px !important;
  font-size: clamp(2rem, 4vw, 4rem) !important;
  line-height: 0.95 !important;
}

.press-mentions-logo-section .press-podcast-links {
  display: flex !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 56px) !important;
  flex-wrap: wrap !important;
}

.press-mentions-logo-section .press-podcast-links a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.press-mentions-logo-section .press-podcast-links img {
  display: block !important;
  max-width: 220px !important;
  max-height: 86px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@media (max-width: 700px) {
  .press-mentions-logo-section .press-logo-row {
    justify-content: flex-start !important;
  }

  .press-mentions-logo-section .press-logo-row img,
  .press-mentions-logo-section .press-podcast-links img {
    max-width: 180px !important;
    max-height: 72px !important;
  }
}







/* Consulting START WITH THE PROBLEM force readability fix */
.consulting-start-problem-eyebrow {
  color: #ff00a8 !important;
  opacity: 1 !important;
  font-weight: 900 !important;
}

/* Also force the parent eyebrow/kicker if existing CSS is controlling it */
.section-kicker:has(.consulting-start-problem-eyebrow),
p:has(.consulting-start-problem-eyebrow),
div:has(.consulting-start-problem-eyebrow) {
  color: #ff00a8 !important;
  opacity: 1 !important;
}


/* Consulting empty card guard */
.consulting-page .card:empty,
.consulting-page .tile:empty,
.consulting-page .panel:empty,
.consulting-page .box:empty {
  display: none !important;
}


/* Consulting page reset */
.consulting-hero-reset {
  padding-top: var(--internal-hero-pad-top);
  padding-bottom: var(--internal-hero-pad-bottom);
  background: #000;
  color: #fff;
}

.consulting-hero-reset-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 520px);
  gap: clamp(28px, 3vw, 42px);
  align-items: center;
}

.consulting-hero-copy h1 {
  max-width: 820px;
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.consulting-hero-visual {
  justify-self: end;
  width: 100%;
  max-width: 520px;
}

.consulting-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 4px solid #000;
  border-radius: 22px;
  box-shadow: 12px 12px 0 #ff00a8;
}

.consulting-hero-proof {
  margin: 18px 0 0;
  color: var(--yellow);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 900;
  line-height: 1.35;
}

.consulting-experience-reset .credential-lines {
  margin-top: 32px;
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.consulting-experience-reset .credential-lines p {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.35;
}

.consulting-experience-reset .credential-lines strong {
  display: inline-block;
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .consulting-hero-reset-inner {
    grid-template-columns: 1fr;
  }

  .consulting-hero-visual {
    justify-self: start;
    max-width: 320px;
  }
}


/* Consulting checkpoint readability fixes */
#consulting-inquiry .section-kicker,
.consulting-inquiry .section-kicker,
.consulting-form-panel .section-kicker,
.partner-form-panel .section-kicker,
section:has(form) .section-kicker {
  color: #ff00a8 !important;
  opacity: 1 !important;
}

.credential-lines {
  margin-top: 28px;
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.credential-lines p {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.35;
}

.credential-lines strong {
  display: inline-block;
  margin-bottom: 4px;
}


/* Consulting experience cohesion fix */
.consulting-experience-reset {
  background: #fff8e8 !important;
}

.consulting-experience-reset .container {
  max-width: 1180px !important;
}

.consulting-experience-reset h2 {
  max-width: 780px !important;
}

.consulting-experience-reset .lede {
  max-width: 820px !important;
}

.credential-rail {
  margin-top: 36px !important;
  display: grid !important;
  gap: 0 !important;
  max-width: 980px !important;
  border-top: 3px solid #000 !important;
  border-bottom: 3px solid #000 !important;
}

.credential-rail p {
  display: grid !important;
  grid-template-columns: minmax(190px, 260px) 1fr !important;
  gap: 24px !important;
  align-items: baseline !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  border-bottom: 2px solid #000 !important;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem) !important;
  line-height: 1.35 !important;
}

.credential-rail p:last-child {
  border-bottom: 0 !important;
}

.credential-rail strong {
  display: block !important;
  margin: 0 !important;
}

.credential-rail span {
  display: block !important;
}

@media (max-width: 760px) {
  .credential-rail p {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
}


/* Remove stray empty Consulting decorative square */
.consulting-page .decorative-square,
.consulting-page .accent-square,
.consulting-page .floating-square,
.consulting-page .mini-square,
.consulting-page .empty-accent,
.consulting-page .shape-accent,
.consulting-page .blob-accent {
  display: none !important;
}


/* Consulting credential pills */
.credential-pills {
  margin-top: 34px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  max-width: 1100px !important;
}

.credential-pill {
  background: #f0ff1a !important;
  border: 3px solid #000 !important;
  border-radius: 999px !important;
  box-shadow: 8px 8px 0 #ff00a8 !important;
  color: #000 !important;
  padding: 14px 22px !important;
  margin: 0 !important;
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  max-width: 520px !important;
  line-height: 1.25 !important;
}

.credential-pill-wide {
  max-width: 860px !important;
  border-radius: 28px !important;
}

.credential-pill strong {
  font-size: clamp(1rem, 1.15vw, 1.18rem) !important;
  line-height: 1.15 !important;
}

.credential-pill span {
  font-size: clamp(0.95rem, 1.05vw, 1.08rem) !important;
  line-height: 1.25 !important;
}

@media (max-width: 760px) {
  .credential-pill,
  .credential-pill-wide {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 24px !important;
  }
}


/* Final stray Consulting square removal */
.consulting-ways-final div:empty,
.consulting-ways-final span:empty,
.consulting-ways-final a:empty,
.consulting-ways-final button:empty,
section.band.yellow div:empty,
section.band.yellow span:empty,
section.band.yellow a:empty,
section.band.yellow button:empty {
  display: none !important;
}

/* Kill common decorative square classes if any remain */
.consulting-ways-final .accent,
.consulting-ways-final .accent-square,
.consulting-ways-final .decorative-square,
.consulting-ways-final .floating-square,
.consulting-ways-final .mini-square,
.consulting-ways-final .shape,
.consulting-ways-final .shape-accent,
.consulting-ways-final .blob,
.consulting-ways-final .blob-accent,
.consulting-ways-final .marker,
.consulting-ways-final .empty-accent {
  display: none !important;
}

/* Also suppress pseudo-element-only decorative squares in the yellow section */
.consulting-ways-final::before,
.consulting-ways-final::after,
.consulting-ways-final .container::before,
.consulting-ways-final .container::after,
section.band.yellow .container::before,
section.band.yellow .container::after {
  content: none !important;
  display: none !important;
}


/* Hard remove stray Consulting empty square */
body:has(a[href*="consulting"]) .button:empty,
body:has(a[href*="consulting"]) .pill:empty,
body:has(a[href*="consulting"]) .card:empty,
body:has(a[href*="consulting"]) .shape:empty,
body:has(a[href*="consulting"]) .accent:empty,
body:has(a[href*="consulting"]) .marker:empty,
body:has(a[href*="consulting"]) a:empty,
body:has(a[href*="consulting"]) button:empty,
body:has(a[href*="consulting"]) span:empty {
  display: none !important;
}

/* Kill the likely leftover decorative square in the yellow Ways section */
section.band.yellow .button:empty,
section.band.yellow .pill:empty,
section.band.yellow .card:empty,
section.band.yellow a:empty,
section.band.yellow button:empty,
section.band.yellow span:empty,
section.band.yellow div:empty,
section.band.yellow p:empty {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* Consulting credential pill sizing refinement */
.credential-pill-short {
  max-width: 280px !important;
}

.credential-pill-medium {
  max-width: 560px !important;
}

.credential-pill-wide {
  max-width: 920px !important;
}


/* Standards value pill spacing fix */
.standards-values .card,
.standards-values .pill,
.standards-values li,
.standards-principles .card,
.standards-principles .pill,
.standards-principles li,
section:has(h3):has(:is(h3, p, span)) .standards-pill {
  padding: clamp(22px, 3vw, 34px) clamp(28px, 4vw, 44px) !important;
}

.standards-values .card h3,
.standards-principles .card h3,
.standards-values .pill,
.standards-principles .pill {
  line-height: 1.1 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Specific fallback for the five Standards value cards */
section:has(h3):has(h3:nth-of-type(1)) .card:has(h3),
section:has(.card h3) .card:has(h3) {
  padding-left: clamp(28px, 4vw, 44px) !important;
  padding-right: clamp(28px, 4vw, 44px) !important;
}


/* Experience section photo backdrop */
.consulting-experience-photo {
  position: relative;
  overflow: hidden;
}

.consulting-experience-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 248, 232, 0.62), rgba(255, 248, 232, 0.62)),
    url("assets/experience-ijf.jpg") center center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.consulting-experience-photo .container {
  position: relative;
  z-index: 1;
}


/* Standards values final spacing and section separation */
.standards-page .standards-values {
  padding-bottom: clamp(48px, 5vw, 72px) !important;
}

.standards-page .standards-values-grid {
  gap: clamp(20px, 1.8vw, 30px) !important;
}

.standards-page .standards-value-card {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  padding: clamp(30px, 3vw, 44px) clamp(20px, 2vw, 30px) !important;
  font-size: clamp(1.55rem, 1.8vw, 2rem) !important;
  line-height: 1.05 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.standards-page .standards-policies {
  padding-top: clamp(52px, 5vw, 76px) !important;
  border-top: 8px solid var(--pink) !important;
}

/* Standards page spacing correction START */
.standards-page .standards-values {
  min-height: 0 !important;
  padding-top: clamp(48px, 5vw, 72px) !important;
  padding-bottom: clamp(42px, 4vw, 58px) !important;
}

.standards-page .standards-values-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(18px, 1.6vw, 26px) !important;
  margin-top: clamp(32px, 3vw, 44px) !important;
  margin-bottom: 0 !important;
}

.standards-page .standards-value-card {
  box-sizing: border-box !important;
  min-width: 0 !important;
  min-height: clamp(145px, 12vw, 185px) !important;
  padding: 28px 20px !important;
  font-size: clamp(1.45rem, 1.65vw, 1.9rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.standards-page .standards-policies {
  min-height: 0 !important;
  padding-top: clamp(42px, 4vw, 58px) !important;
  border-top: 8px solid var(--pink) !important;
}
/* Standards page spacing correction END */


/* Standards policy cards final treatment */
.standards-page .standards-policy-list {
  display: grid !important;
  gap: clamp(24px, 2.5vw, 36px) !important;
}

.standards-page .standards-policy-row {
  margin: 0 !important;
  padding: clamp(26px, 3vw, 38px) !important;
  border: 3px solid var(--ink) !important;
  border-radius: 18px !important;
  background: #fffdf7 !important;
  box-shadow: 8px 8px 0 var(--pink) !important;
}

.standards-page .standards-policy-row + .standards-policy-row {
  border-top: 3px solid var(--ink) !important;
}

.standards-page .standards-policy-label {
  align-self: start !important;
  width: max-content !important;
  padding: 8px 14px !important;
  border: 2px solid var(--ink) !important;
  border-radius: 999px !important;
  background: var(--yellow) !important;
  color: var(--ink) !important;
  box-shadow: 4px 4px 0 var(--pink) !important;
}



/* Standards mission band size correction */
.standards-page .standards-mission-band {
  padding: clamp(56px, 6vw, 88px) 0 !important;
}

.standards-page .standards-mission-band p {
  max-width: 1100px !important;
  margin: 0 auto !important;
  font-size: clamp(1.6rem, 3vw, 2.8rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em !important;
}


/* Remove leftover Standards policy divider */
.standards-page .standards-policy-list {
  border-top: 0 !important;
  border-bottom: 0 !important;
}


/* Awards single-photo layout correction */
.awards-page > .band {
  padding-top: 30px;
}

.awards-page .award-entry {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  grid-template-columns: minmax(320px, 0.85fr) minmax(500px, 1.15fr);
  gap: clamp(28px, 3vw, 46px);
  align-items: stretch;
}

.awards-page .award-media {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
}

.awards-page .award-media .award-image-main {
  width: 100%;
  height: 360px;
  min-height: 0;
  object-fit: cover;
  object-position: center 58%;
}

.awards-page .award-copy {
  padding: clamp(4px, 1vw, 18px);
}

@media (max-width: 900px) {
  .awards-page .award-entry {
    grid-template-columns: 1fr;
  }

  .awards-page .award-media .award-image-main {
    min-height: 320px;
  }
}



/* Compact press mentions strip START */
.press-page .press-mentions-logo-section,
.press-mentions-logo-section {
  min-height: 0 !important;
  padding: clamp(34px, 4vw, 52px) 0 !important;
}

.press-mentions-logo-section .container {
  display: grid !important;
  grid-template-columns: minmax(0, 1.8fr) minmax(240px, 0.7fr) !important;
  grid-template-areas:
    "heading podcasts"
    "logos podcasts" !important;
  column-gap: clamp(28px, 4vw, 56px) !important;
  row-gap: 18px !important;
  align-items: center !important;
}

.press-mentions-logo-section .container > .section-kicker {
  grid-area: heading !important;
  margin: 0 !important;
}

.press-mentions-logo-section .press-logo-row {
  grid-area: logos !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.press-mentions-logo-section .press-logo-row img {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  height: 72px !important;
  max-width: none !important;
  padding: 12px 16px !important;
  object-fit: contain !important;
  background: #fff !important;
  border: 2px solid var(--ink) !important;
  border-radius: 10px !important;
  box-shadow: 4px 4px 0 var(--pink) !important;
}

.press-mentions-logo-section .press-podcast-row {
  grid-area: podcasts !important;
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 8px 0 8px clamp(24px, 3vw, 40px) !important;
  border-top: 0 !important;
  border-left: 3px solid var(--ink) !important;
}

.press-mentions-logo-section .press-podcast-eyebrow {
  margin: 0 !important;
}

.press-mentions-logo-section .press-podcast-links {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
}

.press-mentions-logo-section .press-podcast-links a {
  box-sizing: border-box !important;
  display: grid !important;
  place-items: center !important;
  width: 82px !important;
  height: 62px !important;
  padding: 10px !important;
  background: #fff !important;
  border: 2px solid var(--ink) !important;
  border-radius: 10px !important;
  box-shadow: 4px 4px 0 var(--pink) !important;
}

.press-mentions-logo-section .press-podcast-links img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 60px !important;
  max-height: 38px !important;
  object-fit: contain !important;
}

@media (max-width: 800px) {
  .press-mentions-logo-section .container {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "heading"
      "logos"
      "podcasts" !important;
  }

  .press-mentions-logo-section .press-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .press-mentions-logo-section .press-podcast-row {
    padding: 22px 0 0 !important;
    border-left: 0 !important;
    border-top: 3px solid var(--ink) !important;
  }
}
/* Compact press mentions strip END */



/* Support hero */
.support-hero-split {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 340px);
  justify-content: center;
  align-items: center;
  gap: clamp(30px, 3.5vw, 54px);
  min-height: 0;
  padding: var(--internal-hero-pad-top) clamp(28px, 5vw, 72px)
    var(--internal-hero-pad-bottom);
}

.support-hero-split > .container {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 0;
  padding: 0;
  justify-self: end;
}

.support-hero-split h1 {
  max-width: 720px;
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.support-hero-split p:not(.eyebrow) {
  max-width: 700px;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.35;
}

.support-hero-split .support-hero-visual {
  grid-column: 2;
  justify-self: start;
  width: 100%;
  max-width: 305px;
  margin: 0;
}

.support-hero-visual video,
.support-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 4px solid #000;
  border-radius: 22px;
  box-shadow: 12px 12px 0 #ff00a8;
}

@media (max-width: 800px) {
  .support-hero-split {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 34px;
    padding: 44px 22px 40px;
  }

  .support-hero-split > .container {
    justify-self: stretch;
    max-width: none;
  }

  .support-hero-split .support-hero-visual {
    grid-column: 1;
    justify-self: center;
    max-width: 280px;
    margin: 0;
  }
}

/* Press coverage final gallery START */
.press-coverage-section {
  min-height: 0 !important;
  padding: clamp(48px, 5vw, 72px) 0 !important;
}

.press-coverage-section h2 {
  max-width: 900px !important;
  margin-bottom: 0 !important;
  font-size: clamp(2.3rem, 4.5vw, 4.8rem) !important;
  line-height: 0.98 !important;
}

.press-coverage-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2vw, 30px) !important;
  margin-top: clamp(28px, 3vw, 42px) !important;
  align-items: stretch !important;
}

.press-coverage-card {
  display: grid !important;
  grid-template-rows: 270px auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 3px solid var(--yellow) !important;
  border-radius: 12px !important;
  background: var(--white) !important;
  color: var(--ink) !important;
  box-shadow: 7px 7px 0 var(--pink) !important;
  text-decoration: none !important;
}

.press-coverage-card-featured {
  grid-column: 1 / -1 !important;
  grid-template-rows: 340px auto !important;
}

.press-coverage-image {
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 14px !important;
  border-bottom: 3px solid var(--ink) !important;
  background: #ffffff !important;
}

.press-coverage-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

.press-coverage-card span {
  display: block !important;
  padding: 14px 18px !important;
  background: var(--white) !important;
  font-size: clamp(0.95rem, 1.15vw, 1.1rem) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

a.press-coverage-card {
  transition: transform 160ms ease, box-shadow 160ms ease !important;
}

a.press-coverage-card:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 9px 9px 0 var(--pink) !important;
}

@media (max-width: 800px) {
  .press-coverage-gallery {
    grid-template-columns: 1fr !important;
  }

  .press-coverage-card,
  .press-coverage-card-featured {
    grid-column: auto !important;
    grid-template-rows: 240px auto !important;
  }
}
/* Press coverage final gallery END */

/* Press wall final layout START */
.press-wall-section {
  min-height: 0 !important;
  padding: clamp(48px, 5vw, 70px) 0 !important;
}

.press-wall-section h2 {
  max-width: 900px !important;
  margin-bottom: 0 !important;
  font-size: clamp(2.2rem, 4vw, 4.4rem) !important;
  line-height: 0.98 !important;
}

.press-wall {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2vw, 28px) !important;
  margin-top: clamp(28px, 3vw, 40px) !important;
  align-items: stretch !important;
}

.press-wall-card {
  display: grid !important;
  grid-template-rows: 260px auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 3px solid var(--yellow) !important;
  border-radius: 12px !important;
  background: var(--white) !important;
  color: var(--ink) !important;
  box-shadow: 7px 7px 0 var(--pink) !important;
  text-decoration: none !important;
}

.press-wall-featured {
  grid-column: 1 / -1 !important;
  grid-template-rows: 340px auto !important;
}

.press-wall-image {
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 12px !important;
  border-bottom: 3px solid var(--ink) !important;
  background: #ffffff !important;
}

.press-wall-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

.press-wall-card span {
  display: block !important;
  padding: 14px 18px !important;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

a.press-wall-card {
  transition: transform 160ms ease, box-shadow 160ms ease !important;
}

a.press-wall-card:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 9px 9px 0 var(--pink) !important;
}

@media (max-width: 800px) {
  .press-wall {
    grid-template-columns: 1fr !important;
  }

  .press-wall-card,
  .press-wall-featured {
    grid-column: auto !important;
    grid-template-rows: 230px auto !important;
  }
}
/* Press wall final layout END */

/* Partners global experience proportion fix START */
.partner-global-inner {
  box-sizing: border-box !important;
  min-height: clamp(250px, 23vw, 320px) !important;
  align-items: center !important;
  padding: clamp(28px, 3.5vw, 44px) !important;
}

.partner-global-copy {
  width: 100% !important;
  max-width: 1100px !important;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) !important;
  gap: clamp(22px, 2.5vw, 38px) !important;
  align-items: center !important;
}

.partner-global-inner .section-kicker {
  align-self: center !important;
}

.partner-global-inner p:not(.section-kicker) {
  max-width: none !important;
  font-size: clamp(1.3rem, 1.9vw, 1.9rem) !important;
  line-height: 1.1 !important;
}

@media (max-width: 800px) {
  .partner-global-inner {
    min-height: 0 !important;
    padding: 26px 22px !important;
  }

  .partner-global-copy {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}
/* Partners global experience proportion fix END */

/* Press wall edge-to-edge images START */
.press-wall-image {
  padding: 0 !important;
  background: var(--ink) !important;
}

.press-wall-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
}

.press-wall-featured .press-wall-image img {
  object-position: center 35% !important;
}

.press-wall-image img[src*="digital-media-shakers-verification"],
.press-wall-image img[src*="digital-media-shakers-democracy"] {
  object-position: center !important;
}

.press-wall-card span {
  padding: 12px 16px !important;
}
/* Press wall edge-to-edge images END */


/* Press wall balanced four-card grid */
.press-wall {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.press-wall-card,
.press-wall-featured,
.press-wall-card-portrait {
  grid-column: auto !important;
  grid-template-rows: 300px auto !important;
}

.press-wall-card-portrait .press-wall-image {
  background: #ffffff !important;
}

.press-wall-card-portrait .press-wall-image img {
  object-fit: contain !important;
  object-position: top center !important;
}

@media (max-width: 800px) {
  .press-wall {
    grid-template-columns: 1fr !important;
  }

  .press-wall-card,
  .press-wall-featured,
  .press-wall-card-portrait {
    grid-template-rows: 250px auto !important;
  }
}

/* Press editorial gallery START */
.press-editorial-section {
  min-height: 0 !important;
  padding: clamp(48px, 5vw, 70px) 0 !important;
}

.press-editorial-section h2 {
  max-width: 920px !important;
  margin-bottom: 0 !important;
  font-size: clamp(2.2rem, 4vw, 4.3rem) !important;
  line-height: 0.98 !important;
}

.press-editorial-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: clamp(34px, 3vw, 48px) clamp(24px, 2.5vw, 38px) !important;
  max-width: 1400px !important;
  margin-top: clamp(30px, 3vw, 44px) !important;
}

.press-editorial-item {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--white) !important;
  text-decoration: none !important;
}

.press-editorial-item img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: top center !important;
  border: 3px solid var(--yellow) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 8px 8px 0 var(--pink) !important;
}

.press-editorial-item span {
  display: inline-block !important;
  margin: 14px 0 0 8px !important;
  padding: 8px 13px !important;
  border: 2px solid var(--ink) !important;
  border-radius: 999px !important;
  background: var(--yellow) !important;
  color: var(--ink) !important;
  box-shadow: 4px 4px 0 var(--pink) !important;
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

a.press-editorial-item {
  transition: transform 160ms ease !important;
}

a.press-editorial-item:hover {
  transform: translateY(-3px) !important;
}

@media (max-width: 800px) {
  .press-editorial-grid {
    grid-template-columns: 1fr !important;
  }
}
/* Press editorial gallery END */


/* YouTube automatic feed START */
.youtube-preview-card,
.youtube-story-thumb {
  background-position: center;
  background-size: cover;
}

.youtube-preview-card h3 {
  color: var(--white);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.92);
}

.youtube-published-date,
.youtube-story-date {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.youtube-load-more {
  justify-content: center;
  margin-top: 34px;
}

.youtube-load-more [hidden] {
  display: none;
}

.youtube-story-page {
  min-height: calc(100vh - 82px);
  padding: clamp(48px, 6vw, 84px) 24px;
}

.youtube-story-layout {
  display: grid;
  grid-template-columns: minmax(260px, 410px) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.youtube-story-player {
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 12px 12px 0 var(--pink);
}

.youtube-story-player iframe {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
}

.youtube-story-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: var(--internal-hero-title);
  line-height: 0.98;
}

.youtube-story-copy .eyebrow {
  margin-bottom: var(--internal-hero-eyebrow-gap);
  background: var(--pink);
  color: var(--white);
}

.youtube-story-description {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  line-height: 1.45;
  white-space: pre-line;
}

.youtube-story-copy .actions {
  margin-top: 28px;
}

@media (max-width: 760px) {
  .youtube-story-layout {
    grid-template-columns: 1fr;
  }

  .youtube-story-player {
    width: min(100%, 360px);
    margin: 0 auto;
  }
}
/* YouTube automatic feed END */
