:root {
  --cs-accent: #00F1AA;
  --cs-accent-secondary: #46C494;
  --cs-accent-teal: #329A99;
  --cs-accent-mint: #94E6C9;
  --cs-text: #0f0f0f;
  --cs-text-light: rgba(15,15,15,0.64);
  --cs-bg: #f5f5f3;
  --cs-card: rgba(255,255,255,0.72);
}

.case-study-page { background: var(--cs-bg); }

/* Universal case-study heading weight standard */
.case-study-page h2 {
  font-weight: 600 !important;
  font-variation-settings: "wght" 600 !important;
  font-size: clamp(2.2rem, 5vw, 3.5rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
}

.case-study-page .section-heading {
  font-weight: 600 !important;
  font-variation-settings: "wght" 600 !important;
  font-size: clamp(2.2rem, 5vw, 3.5rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
}

/* HERO */
.cs-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 20px 120px;
  overflow: hidden;
}

.cs-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(65deg, #ffffff 10%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.15) 100%);
}

.cs-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.cs-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cs-text-light);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
    .cs-meta {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 32px;
        font-size: 0.8rem;
    }
}

.cs-separator { color: var(--cs-accent); }

.cs-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.cs-title-main {
  display: block;
  background: linear-gradient(135deg, var(--cs-accent) 0%, var(--cs-accent-teal) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.04em;
}

.cs-title-sub {
  display: block;
  color: var(--cs-text);
}

.cs-tagline {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--cs-accent-teal);
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cs-intro {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--cs-text-light);
  max-width: 900px;
  margin: 0 auto;
}

/* Floating Intro Logo */
.floating-logo {
  margin-bottom: 0px;
}

.floating-logo img {
  max-height: 45px;
}

/* Universal case-study hero lockup */
.cs-hero .hero-headline {
  margin: 0 0 6px;
  font-size: clamp(2.4rem, 6vw, 4.9rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f0f0f;
}

.cs-hero .hero-subheading {
  margin: 0 0 20px;
  font-size: clamp(1.2rem, 2.2vw, 1.9rem) !important;
  line-height: 1.3;
  font-weight: 600 !important;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.cs-hero .hero-context-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.cs-hero .meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(15, 15, 15, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #0f0f0f;
}

.cs-hero .hero-programme-name {
  margin-bottom: 20px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00a98b;
}

.cs-hero .hero-supporting {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto 20px;
  color: var(--cs-text-light);
  max-width: 900px;
}

.cs-hero .hero-discipline-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cs-hero .discipline-pill {
  color: rgba(0, 0, 0, 0.62);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs-hero .discipline-mark {
  width: 12px;
  height: 12px;
  object-fit: contain;
  opacity: 0.72;
  margin-right: 2px;
}

.cs-hero .discipline-separator {
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.84rem;
  line-height: 1;
}

/* Brand Logos */
.brand-consolidation {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0px auto 0;
  padding: 16px 22px;
  background: var(--cs-card);
  backdrop-filter: blur(10px);
  border-radius: 60px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.brand-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--cs-text-light);
  margin-bottom: 20px;
  text-align: center;
}

.brand-label-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 50px auto 0;
  text-align: center;
}

.brand-label-wrapper .brand-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--cs-text-light);
  margin-bottom: 16px;
}

.brand-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.brand-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17px;
  padding: 0 16px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.brand-logo-item:hover { opacity: 1; }

.brand-logo-item img {
  max-width: 100%;
  max-height: 17px;
  object-fit: contain;
  filter: grayscale(20%);
}

.brand-logo-item span {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--cs-text-light);
}

/* CONTEXT - PARALLAX PANELS - FIXED */
.cs-context {
  position: relative;
  height: 500vh;
  background: transparent;
  margin-top: -40px;
}


.context-panels {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.context-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  transform: translateY(100%);
  transition: transform 0.6s ease-out;
  background: #000;
  padding: 48px 40px;
}

.context-panel.active { 
  transform: translateY(0); 
}

.context-panel:nth-child(1) {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  z-index: 1;
  transform: translateY(0);
}

.context-panel:nth-child(2) {
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  z-index: 2;
}

.context-panel:nth-child(3) {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  z-index: 3;
}

.panel-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Left side - Decorative elements */
.panel-visuals {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-element {
  position: absolute;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.context-panel.active .visual-element {
  opacity: 1;
}

/* Chart bars */
.chart-bars {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  height: 200px;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.chart-bar {
  width: 40px;
  background: linear-gradient(180deg, var(--cs-accent) 0%, var(--cs-accent-teal) 100%);
  border-radius: 4px 4px 0 0;
  position: relative;
  transition: all 0.6s ease;
}

.chart-bar::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: var(--cs-accent);
  border-radius: 50%;
}

.context-panel.active .chart-bar {
  animation: barGrow 1.2s ease-out forwards;
}

@keyframes barGrow {
  from { height: 0; }
  to { height: var(--height); }
}

.chart-bar:nth-child(1) { --height: 100px; animation-delay: 0.2s; }
.chart-bar:nth-child(2) { --height: 140px; animation-delay: 0.3s; }
.chart-bar:nth-child(3) { --height: 120px; animation-delay: 0.4s; }
.chart-bar:nth-child(4) { --height: 180px; animation-delay: 0.5s; }

/* Circular gauge */
.circular-gauge {
  right: 100px;
  top: 100px;
  width: 150px;
  height: 150px;
}

.gauge-circle {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.gauge-bg {
  fill: none;
  stroke: rgba(0, 241, 170, 0.1);
  stroke-width: 12;
}

.gauge-fill {
  fill: none;
  stroke: var(--cs-accent);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 1.5s ease-out 0.5s;
}

.context-panel.active .gauge-fill {
  stroke-dashoffset: 71;
}

.gauge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 700;
  color: var(--cs-accent);
}

/* Concentric circles */
.concentric-circles {
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
}

.circle-ring {
  position: absolute;
  border: 2px solid var(--cs-accent);
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 3s ease-in-out infinite;
}

.circle-ring:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-ring:nth-child(2) {
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.5s;
}

.circle-ring:nth-child(3) {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1s;
}

@keyframes pulse {
  0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.05); }
}

/* Right side - Content */
.panel-text {
  color: white;
}

.panel-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--cs-accent);
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease 0.3s;
}

.context-panel.active .panel-number {
  opacity: 1;
  transform: translateY(0);
}

.panel-text h2 {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  color: white;
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease 0.4s;
}

.context-panel.active .panel-text h2 {
  opacity: 1;
  transform: translateY(0);
}

.panel-text p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease 0.5s;
}

.context-panel.active .panel-text p {
  opacity: 1;
  transform: translateY(0);
}

.panel-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease 0.6s;
}

.context-panel.active .panel-tags {
  opacity: 1;
  transform: translateY(0);
}

.panel-tag {
  padding: 6px 14px;
  background: transparent;                 /* 👈 key change */
  border: 1px solid rgba(0, 241, 170, 0.35);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;                  /* feels more “label” */
  color: var(--cs-accent);
}


.scroll-pause {
  height: 100vh;   /* this is the pause */
  background: transparent;
}

/* TECH STACK */
.cs-tech-stack {
  padding: 120px 20px;
  background: linear-gradient(135deg, #94e6c9 0%, #329a99 100%);
  color: white;
  position: relative;
  z-index: 10;
}


.cs-container {
  max-width: 1200px;
  margin: 0 auto;
}


.section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: white;
  text-align: center;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.section-title2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: black;
  text-align: center;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.tech-ecosystem {
  max-width: 1400px;
  margin: 0 auto;
}

.partners-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
}

.partner-block {
  flex: 1;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  transition-delay: var(--delay, 0s);
}

.partner-block[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

.partner-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  color: var(--cs-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-icon svg {
  width: 100%;
  height: 100%;
}

.partner-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}

.partner-badge {
  display: inline-block;
  padding: 4px 12px;
  background: white;
  color: #000000;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
}

.central-hub {
  padding: 40px;
  background: white;
  color: #0f0f0f;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hub-logo {
  font-size: 2rem;
  font-weight: 700;
  color: #FF6B6B;
  margin-bottom: 20px;
}

.hub-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
}

.creative-row {
  display: flex;
  gap: 24px;
}

.tool-block {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  transition-delay: var(--delay, 0s);
}

.tool-block[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

.tool-block:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 241, 170, 0.5);
  transform: translateY(-4px);
}

.tool-logo {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.tool-logo img {
  max-width: 100%;
  height: auto;
  max-height: 25px;
  object-fit: contain;
}

.tool-name {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 12px;
  opacity: 0.9;
}

.tool-description {
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.7;
  margin-bottom: 20px;
}

.storage-icons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}

.storage-icon {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
}

.storage-icon img {
  max-height: 24px;  /* slightly bigger */
  width: auto;
  display: block;
}

.storage-icon.box { background: #0061D5; }
.storage-icon.aws { background: #FF9900; color: #000; }
.storage-icon.slack { background: #4a154b; }

.storage-icon.aws img {
  max-height: 15px;
  width: auto;
  filter: brightness(0) invert(1);  /* makes it white if needed */
}

.storage-icon.box img {
  max-height: 15px;
  width: auto;
  filter: brightness(0) invert(1);  /* makes it white if needed */
}

.storage-icon.slack img {
  max-height: 15px;
  width: auto;
}

.storage-label {
  font-size: 0.7rem;
  margin-top: 8px;
  opacity: 0.7;
}

/* WORKFLOWS */
.cs-workflows {
  padding: 120px 20px;
  background: var(--cs-bg);
  position: relative;
  z-index: 10;
}

.workflow-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.workflow-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 48px;
  background: white;
  border-radius: 20px;
  border: 1px solid rgba(0, 241, 170, 0.15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}

.workflow-item[data-reveal].visible {
  opacity: 1;
  transform: translateX(0);
}

.workflow-item:hover {
  box-shadow: 0 16px 48px rgba(0, 241, 170, 0.15);
  border-color: var(--cs-accent);
}

.workflow-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--cs-accent);
  opacity: 0.5;
  min-width: 80px;
}

.workflow-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cs-text);
  margin-bottom: 16px;
}

.workflow-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--cs-text-light);
}

.workflow-visual {
  width: 120px;
  height: 120px;
}

.workflow-icon {
  width: 100%;
  height: 100%;
  color: var(--cs-accent);
  opacity: 0.7;
}

/* RESULTS */
.cs-results {
  padding: 120px 20px;
  background: white;
  position: relative;
  z-index: 10;
}

.results-intro {
  max-width: 900px;
  margin: 0 auto 80px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.results-intro[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

.results-intro p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--cs-text-light);
  margin-bottom: 24px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.result-card {
  padding: 40px;
  background: var(--cs-bg);
  border-radius: 16px;
  border: 1px solid rgba(0, 241, 170, 0.15);
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.6s ease;
}

.result-card[data-reveal].visible {
  opacity: 1;
  transform: scale(1);
}

.result-card.major {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(0, 241, 170, 0.05) 0%, rgba(70, 196, 148, 0.1) 100%);
  border-color: var(--cs-accent);
}

.result-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 241, 170, 0.15);
}

.result-visual {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
}

.result-number {
  font-size: 5rem;
  font-weight: 700;
  color: var(--cs-accent);
  line-height: 1;
}

.result-symbol {
  font-size: 3rem;
  font-weight: 700;
  color: var(--cs-accent);
}

.result-text {
  font-size: 4rem;
  font-weight: 700;
  color: var(--cs-accent);
}

.result-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--cs-text);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.result-detail {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--cs-text-light);
}

/* RELATED */
.cs-related {
  padding: 120px 20px;
  background: var(--cs-bg);
  position: relative;
  z-index: 10;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.related-card {
  display: block;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 241, 170, 0.15);
  text-decoration: none;
  color: inherit;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.related-card[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

.related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 241, 170, 0.2);
  border-color: var(--cs-accent);
}

.related-image {
  width: 100%;
  height: 250px;
  background: linear-gradient(135deg, var(--cs-accent) 0%, var(--cs-accent-teal) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-placeholder {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}

.related-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--cs-text);
  padding: 24px 24px 12px;
}

.related-card p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--cs-text-light);
  padding: 0 24px 24px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .cs-hero .hero-subheading {
    font-size: 1.7rem !important;
  }

  .panel-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .panel-visuals {
    height: 300px;
  }
  
  .partners-row,
  .creative-row {
    flex-direction: column;
  }
  
  .workflow-item {
    grid-template-columns: 1fr;
  }
  
  .workflow-visual {
    display: none;
  }
  
  .result-card.major {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .cs-hero {
    padding: 120px 20px 80px;
  }

  .cs-hero .hero-headline {
    font-size: 2.2rem;
    line-height: 1.06;
    text-transform: uppercase;
  }

  .cs-hero .hero-subheading {
    font-size: 1.3rem !important;
    margin-bottom: 20px;
  }

  .cs-hero .hero-context-pills {
    gap: 8px;
    margin-bottom: 8px;
  }

  .cs-hero .meta-pill {
    font-size: 0.68rem;
    letter-spacing: 0.07em;
    padding: 8px 12px;
  }

  .cs-hero .hero-programme-name {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
  }

  .cs-hero .hero-supporting {
    margin-bottom: 20px;
  }

  .cs-hero .discipline-pill {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .cs-hero .discipline-mark {
    width: 10px;
    height: 10px;
  }
  
  .brand-consolidation {
    padding: 24px 20px;
  }
  
  .cs-context {
    height: 500vh;
    margin-top: -40px;
  }
  
  .context-panel {
    padding: 48px 40px;
  }
  
  .panel-text h2 {
    font-size: 2.5rem;
  }
  
  .results-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   DESIGN SYSTEM SECTION - Visual Flow Diagram
   A code-based recreation of the automation flow
   ========================================================= */

.design-system-section {
  background: #ffffff;
  padding: 120px 20px;
  overflow-x: hidden;
}

.design-system-section .cs-container {
  max-width: 1200px;
  margin: 0 auto;
}

.design-system-section .section-heading {
  text-align: center;
  margin-bottom: 12px;
}

.section-subhead {
  text-align: center;
  font-size: 1.1rem;
  color: rgba(15, 15, 15, 0.6);
  margin-bottom: 60px;
}

/* =========================================================
   MAIN FLOW DIAGRAM
   ========================================================= */

.design-flow {
  display: grid;
  grid-template-columns: 200px 1fr 1.4fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto 60px;
  align-items: center;
  min-height: 400px;
}

/* Column Labels */
.column-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(15, 15, 15, 0.4);
  margin-bottom: 24px;
}

/* =========================================================
   INPUTS COLUMN
   ========================================================= */

.inputs-column {
  padding-right: 20px;
}

.input-pair {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.pair-plus {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(15, 15, 15, 0.3);
}

/* File Icons */
.file-icon {
  width: 56px;
  height: 68px;
  background: #0f0f0f;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

/* Folded corner effect */
.file-icon::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(135deg, #f5f5f3 50%, #d0d0d0 50%);
  border-radius: 0 4px 0 0;
}

.file-icon .file-label {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.file-icon .file-lang {
  font-size: 0.65rem;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 2px;
}

.input-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.input-file .file-name {
  font-size: 0.7rem;
  color: rgba(15, 15, 15, 0.5);
  text-align: center;
}

/* Grey variant for Key Art */
.input-file.ka .file-icon {
  background: #3a3a3a;
}

.input-file.ka .file-icon .file-label {
  color: #888;
}

/* Input formats list */
.input-formats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 16px;
  border-top: 1px dashed rgba(15, 15, 15, 0.1);
}

@media (max-width: 640px) {
  .input-formats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    text-align: center;
  }
  
  .input-formats .column-label,
  .input-formats > .format-tag:first-of-type {
    flex-basis: 100%;
  }
}

.format-tag {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(15, 15, 15, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* =========================================================
   PROCESS COLUMN (Center Hub)
   ========================================================= */

.process-column {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}

.flow-arrow {
  color: rgba(15, 15, 15, 0.25);
  flex-shrink: 0;
}

.flow-arrow svg {
  width: 60px;
  height: 24px;
}

.flow-arrow.arrow-out {
  color: #0f0f0f;
}

/* Process Hub */
.process-hub {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px 40px;
}

.hub-file.main .file-icon {
  width: 80px;
  height: 96px;
  background: #0f0f0f;
}

.hub-file.main .file-icon.large {
  width: 80px;
  height: 96px;
}

.hub-file.main .file-icon .file-label {
  font-size: 0.9rem;
}

.hub-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(15, 15, 15, 0.5);
  margin-top: 12px;
  text-align: center;
}

/* Locale Branches */
.locale-branches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 20px;
  max-width: 180px;
}

.locale-file {
  width: 40px;
  height: 48px;
  background: #0f0f0f;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0.6;
  transition: opacity 0.2s ease, transform 0.2s ease;
}



.locale-file::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #f5f5f3 50%, #d0d0d0 50%);
  border-radius: 0 3px 0 0;
}

.locale-file:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.locale-file span {
  font-size: 0.6rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}



/* Connecting lines from hub to locales */
.process-hub::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: rgba(15, 15, 15, 0.15);
  transform: translateX(-50%);
}

/* =========================================================
   OUTPUTS COLUMN
   ========================================================= */

.outputs-column {
  padding-left: 20px;
}

.output-track {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding: 20px;
  background: rgba(15, 15, 15, 0.02);
  border-radius: 16px;
}

.output-track:last-child {
  margin-bottom: 0;
}

.track-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00D4B8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
}

.track-label.accent {
  color: #00D4B8;
}

.output-files {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}

.output-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.output-file .file-icon.small {
  width: 40px;
  height: 48px;
  font-size: 0.5rem;
}

.output-file .file-icon.small::before {
  width: 10px;
  height: 10px;
}

.output-file .file-icon.small span {
  font-size: 0.5rem;
  font-weight: 700;
}

.output-file .file-icon.static {
  background: #0f0f0f;
}

.output-file .file-icon.motion {
  background: linear-gradient(135deg, #0f0f0f 0%, #2a2a2a 100%);
  position: relative;
  overflow: hidden;
}

.output-file .file-icon.motion::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #00D4B8;
  transform: translateX(-50%) rotate(90deg);
}

.output-name {
  font-size: 0.6rem;
  color: rgba(15, 15, 15, 0.5);
  text-align: center;
  max-width: 50px;
  line-height: 1.3;
}

/* More indicator */
.output-file.more {
  width: 40px;
  height: 48px;
  background: rgba(0, 212, 184, 0.1);
  border: 1px dashed rgba(0, 212, 184, 0.4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.output-file.more span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #00D4B8;
}

@media (max-width: 640px) {
  .output-track {
    padding: 16px 16px 40px; /* Add extra padding at bottom for the label */
    position: relative;
  }
  
  .output-stack {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }
  
  .stack-icon {
    position: relative;
    margin-bottom: 30px; /* Space for the label */
  }
  
  .stack-label {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Output Stack (equals unlimited) - Fanned effect */
.output-stack {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.stack-equals {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(15, 15, 15, 0.3);
}

.stack-icon {
  position: relative;
  width: 80px;
  height: 70px;
}

.stack-page {
  position: absolute;
  width: 44px;
  height: 54px;
  background: #0f0f0f;
  border-radius: 4px;
  transform-origin: bottom center;
}

.stack-page::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #ffffff 50%, #e0e0e0 50%);
  border-radius: 0 4px 0 0;
}

/* Fanned stack effect - pages spread out */
.stack-page:nth-child(1) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
  z-index: 5;
}

.stack-page:nth-child(2) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-6deg);
  z-index: 4;
  opacity: 0.85;
}

.stack-page:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  z-index: 3;
  opacity: 0.7;
}

.stack-page:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(6deg);
  z-index: 2;
  opacity: 0.55;
}

.stack-page:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(12deg);
  z-index: 1;
  opacity: 0.4;
}

/* Unlimited label under stack */
.stack-label {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 700;
  color: #00D4B8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* =========================================================
   STATS ROW
   ========================================================= */

.design-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 40px;
  background: #f5f5f3;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto 60px;
}

.stat-item {
  text-align: center;
}

.stat-item .stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.2;
}

.stat-item .stat-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(15, 15, 15, 0.5);
  margin-top: 4px;
}

.stat-item.highlight .stat-num {
  color: #00D4B8;
}

.stat-divider {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(15, 15, 15, 0.2);
}

/* =========================================================
   EXPLAINER ROW
   ========================================================= */

.explainer-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.explainer-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: #f5f5f3;
  border-radius: 16px;
  transition: background 0.2s ease;
}

.explainer-card:hover {
  background: #f0f0ee;
}

.explainer-icon {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #00D4B8;
}

.explainer-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 6px;
}

.explainer-content p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(15, 15, 15, 0.6);
}

/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .design-flow {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .inputs-column {
    padding-right: 0;
    text-align: center;
  }
  
  .input-pair {
    justify-content: center;
  }
  
  .input-formats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .process-column {
    flex-direction: column;
    gap: 20px;
  }
  
  .flow-arrow svg {
    transform: rotate(90deg);
  }
  
  .outputs-column {
    padding-left: 0;
  }
  
  .output-track {
    flex-direction: column;
    text-align: center;
  }
  
  .track-label {
    writing-mode: horizontal-tb;
    transform: none;
  }
  
  .output-files {
    justify-content: center;
  }
  
  .design-stats-row {
    flex-wrap: wrap;
    gap: 24px 40px;
  }
  
  .explainer-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .design-system-section {
    padding: 80px 16px;
  }
  
  .section-subhead {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  
  .file-icon {
    width: 48px;
    height: 58px;
  }
  
  .file-icon .file-label {
    font-size: 0.75rem;
  }
  
  .hub-file.main .file-icon,
  .hub-file.main .file-icon.large {
    width: 64px;
    height: 78px;
  }
  
  .locale-file {
    width: 40px;
    height: 48px;
  }
  
  .locale-file span {
    font-size: 0.5rem;
  }
  
  .output-track {
    padding: 16px;
  }
  
  .design-stats-row {
    padding: 24px;
    gap: 16px 24px;
  }
  
  .stat-item .stat-num {
    font-size: 1.5rem;
  }
  
  .stat-divider {
    font-size: 1rem;
  }
  
  .explainer-card {
    padding: 20px;
  }
  
  .explainer-icon {
    width: 40px;
    height: 40px;
  }
  
  .explainer-content h4 {
    font-size: 0.9rem;
  }
  
  .explainer-content p {
    font-size: 0.8rem;
  }
}

/* =========================================================
   SUBTLE ANIMATIONS
   ========================================================= */

@media (prefers-reduced-motion: no-preference) {
  .locale-file {
    animation: float 3s ease-in-out infinite;
  }
  
  .locale-file:nth-child(1) { animation-delay: 0s; }
  .locale-file:nth-child(2) { animation-delay: 0.5s; }
  .locale-file:nth-child(3) { animation-delay: 1s; }
  .locale-file:nth-child(4) { animation-delay: 1.5s; }
  .locale-file:nth-child(5) { animation-delay: 2s; }
  .locale-file:nth-child(6) { animation-delay: 2.5s; }
  
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
  }
  
  /* Fanned stack breathing animation */
  .stack-icon {
    animation: stack-breathe 3s ease-in-out infinite;
  }
  
  @keyframes stack-breathe {
    0%, 100% { 
      transform: scale(1);
    }
    50% { 
      transform: scale(1.02);
    }
  }
  
  .stack-page:nth-child(1) { animation: fan-1 3s ease-in-out infinite; }
  .stack-page:nth-child(5) { animation: fan-5 3s ease-in-out infinite; }
  
  @keyframes fan-1 {
    0%, 100% { transform: translateX(-50%) rotate(-12deg); }
    50% { transform: translateX(-50%) rotate(-14deg); }
  }
  
  @keyframes fan-5 {
    0%, 100% { transform: translateX(-50%) rotate(12deg); }
    50% { transform: translateX(-50%) rotate(14deg); }
  }
}

/* =========================================================
   SECTION 5: Global Platform Rollout & Evolution
   Programme-focused: phased delivery, governance, ownership
   ========================================================= */

.rollout-section {
  background: #f5f5f3;
  padding: 120px 20px;
}

.rollout-section .cs-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.rollout-header {
  text-align: center;
  margin-bottom: 80px;
}

.rollout-header .section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00D4B8;
  margin-bottom: 16px;
}

.rollout-header .section-heading {
  margin-bottom: 24px;
}

.rollout-intro {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(15, 15, 15, 0.65);
  max-width: 700px;
  margin: 0 auto;
}

/* =========================================================
   TIMELINE
   ========================================================= */

.rollout-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto 80px;
}

/* Timeline Wave */
.timeline-wave {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  margin-bottom: 48px;
  position: relative;
}

.timeline-wave:last-child {
  margin-bottom: 0;
}

.timeline-wave:last-child .wave-line {
  display: none;
}

/* Wave Marker (left side) */
.wave-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.wave-number {
  width: 48px;
  height: 48px;
  background: #0f0f0f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.wave-line {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, #0f0f0f 0%, rgba(15, 15, 15, 0.1) 100%);
  margin-top: 12px;
  min-height: 60px;
}

/* Pilot wave styling */
.timeline-wave.wave-pilot .wave-number {
  background: transparent;
  border: 2px dashed rgba(15, 15, 15, 0.3);
  color: rgba(15, 15, 15, 0.5);
}

/* Wave Content (right side) */
.wave-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wave-content:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.wave-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.wave-region {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00D4B8;
  padding: 6px 12px;
  background: rgba(0, 212, 184, 0.1);
  border-radius: 6px;
}

.wave-phase {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(15, 15, 15, 0.5);
}

.wave-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 12px;
}

.wave-description {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(15, 15, 15, 0.65);
  margin-bottom: 20px;
}

/* Wave Outcomes */
.wave-outcomes {
  display: flex;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.outcome {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.outcome-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(15, 15, 15, 0.4);
}

.outcome-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f0f0f;
}

/* =========================================================
   GOVERNANCE SECTION
   ========================================================= */

.rollout-governance {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 60px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.governance-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 32px;
}

.governance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.governance-card {
  text-align: center;
  padding: 24px;
}

.governance-icon {
  width: 56px;
  height: 56px;
  background: rgba(0, 212, 184, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #00D4B8;
}

.governance-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 12px;
}

.governance-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(15, 15, 15, 0.6);
}

/* =========================================================
   EVOLUTION SECTION
   ========================================================= */

.rollout-evolution {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 100%);
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.evolution-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.evolution-header p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}

.evolution-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.evolution-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.evolution-marker {
  width: 8px;
  height: 8px;
  background: #00D4B8;
  border-radius: 50%;
  flex-shrink: 0;
}

.evolution-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .rollout-section {
    padding: 100px 20px;
  }
  
  .rollout-header {
    margin-bottom: 60px;
  }
  
  .governance-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .governance-card {
    text-align: left;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: start;
    padding: 20px;
    background: #f5f5f3;
    border-radius: 16px;
  }
  
  .governance-icon {
    margin: 0;
  }
  
  .governance-card h4 {
    margin-bottom: 8px;
  }
  
  .rollout-evolution {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .rollout-section {
    padding: 80px 16px;
  }
  
  .rollout-intro {
    font-size: 1rem;
  }
  
  .timeline-wave {
    grid-template-columns: 48px 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
  
  .wave-number {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
  
  .wave-content {
    padding: 24px;
  }
  
  .wave-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .wave-title {
    font-size: 1.15rem;
  }
  
  .wave-description {
    font-size: 0.9rem;
  }
  
  .wave-outcomes {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .outcome {
    flex: 1 1 calc(50% - 8px);
    min-width: 80px;
  }
  
  /* Governance - Stack vertically on mobile */
  .rollout-governance {
    padding: 24px 20px;
  }
  
  .governance-title {
    font-size: 1.1rem;
    margin-bottom: 24px;
  }
  
  .governance-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .governance-card {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px;
    background: #f5f5f3;
    border-radius: 16px;
  }
  
  .governance-icon {
    width: 48px;
    height: 48px;
    margin: 0 0 16px 0;
  }
  
  .governance-card h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  
  .governance-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  /* Evolution section mobile */
  .rollout-evolution {
    padding: 32px 24px;
  }
  
  .evolution-header h3 {
    font-size: 1.25rem;
  }
  
  .evolution-header p {
    font-size: 0.9rem;
  }
  
  .evolution-text {
    font-size: 0.85rem;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wave-content {
    transition: none;
  }
  
  .wave-content:hover {
    transform: none;
  }
}
