html.case-study-shell,
body.case-study-page,
body.case-study-marc {
  min-height: 100%;
}

body {
  min-height: 100vh;
  background:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px),
    #070a0f;
  background-size: 40px 40px;
}

body.case-study-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 0%, rgba(49, 139, 255, .12), transparent 28rem),
    radial-gradient(circle at 12% 30%, rgba(25, 75, 145, .1), transparent 24rem),
    #070a0f;
}

.study-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding-bottom: clamp(2rem, 6vw, 4rem);
  flex: 1 0 auto;
}

.study-back {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 1rem 0;
  color: #8ebeff;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.study-ownership-note {
  margin: 0 0 1rem;
  padding: 1rem 1.15rem;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 1rem;
  border: 1px solid rgba(20, 144, 255, .3);
  border-left: 3px solid #1490ff;
  border-radius: 10px;
  background: rgba(25, 75, 145, .1);
}

.study-ownership-note strong {
  color: #cbe2ff;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.study-ownership-note p {
  margin: 0;
  color: #94a9c2;
  font-size: .72rem;
  line-height: 1.65;
}

.study-hero,
.study-section,
.study-cta {
  border: 1px solid rgba(130, 162, 205, .2);
  background: linear-gradient(155deg, rgba(17, 25, 37, .98), rgba(7, 10, 15, .99));
}

.study-hero {
  min-height: min(70vh, 560px);
  padding: clamp(2rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: end;
  gap: 3rem;
  border-radius: 26px 26px 0 0;
}

.study-kicker {
  margin: 0 0 1rem;
  color: #4b9cff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.study-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.2rem);
  line-height: .96;
  letter-spacing: -.065em;
}

.study-hero-copy {
  max-width: 720px;
  margin: 1.25rem 0 0;
  color: #9cacc1;
  line-height: 1.75;
}

.study-client-logo {
  display: block;
  width: min(430px, 100%);
  max-height: 170px;
  margin-bottom: 1.5rem;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
  object-position: left center;
}

.study-client-logo--black {
  background: #000;
}

.study-status {
  padding: 1rem;
  border: 1px solid rgba(64, 146, 255, .3);
  border-radius: 12px;
  background: rgba(33, 111, 225, .08);
}

.study-status span,
.study-status strong {
  display: block;
}

.study-status span {
  color: #7f91a9;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.study-status strong {
  margin-top: .35rem;
  color: #c9e1ff;
  font-size: .86rem;
}

.study-section {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-top: 0;
}

.study-section h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.study-placeholders {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.study-placeholder {
  min-height: 180px;
  padding: 1.2rem;
  border: 1px solid rgba(130, 162, 205, .17);
  border-radius: 14px;
  background: rgba(9, 14, 21, .7);
}

.study-placeholder span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1b68d8;
  font-size: .7rem;
  font-weight: 900;
}

.study-placeholder h3 {
  margin: 1rem 0 .55rem;
  font-size: 1rem;
}

.study-placeholder p {
  margin: 0;
  color: #8799b1;
  font-size: .78rem;
  line-height: 1.65;
}

.study-cta {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 0;
  border-radius: 0 0 22px 22px;
}

.study-cta p {
  margin: 0;
  color: #91a2b7;
  font-size: .8rem;
}

.study-cta a {
  padding: .75rem 1rem;
  border-radius: 6px;
  background: #1490ff;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 720px) {
  .study-ownership-note { grid-template-columns: 1fr; gap: .5rem; }
  .study-hero { grid-template-columns: 1fr; min-height: 360px; }
  .study-placeholders { grid-template-columns: 1fr; }
  .study-cta { align-items: flex-start; flex-direction: column; }
}

/* Editorial case-study system - introduced with MARC BD and reusable for future clients. */
body.case-study-marc {
  background:
    radial-gradient(circle at 82% 8%, rgba(171, 44, 44, .13), transparent 25rem),
    radial-gradient(circle at 15% 38%, rgba(20, 144, 255, .1), transparent 30rem),
    #080b10;
}

.marc-case {
  --marc-red: #b42126;
  --marc-gold: #1490ff;
  --marc-ink: #0d1118;
  --marc-line: rgba(255, 255, 255, .13);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  color: #f5f6f8;
}

.marc-back {
  display: inline-flex;
  margin: 1.15rem 0;
  color: #abb4c2;
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
}

.marc-back:hover { color: #fff; }

.marc-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 5.5rem);
  border: 1px solid var(--marc-line);
  border-radius: 26px;
  background:
    linear-gradient(120deg, rgba(180, 33, 38, .16), transparent 35%),
    linear-gradient(145deg, #151b25, #0b0f16 72%);
}

.marc-hero::after {
  content: "";
  position: absolute;
  width: 410px;
  height: 410px;
  right: -180px;
  top: -210px;
  border: 1px solid rgba(20, 144, 255, .35);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,255,255,.018), 0 0 0 110px rgba(255,255,255,.012);
}

.marc-hero-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.marc-logo {
  width: 76px;
  height: 76px;
  padding: 8px;
  border-radius: 15px;
  background: #fff;
  object-fit: contain;
}

.marc-eyebrow,
.marc-section-label {
  margin: 0 0 .45rem;
  color: var(--marc-gold);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.marc-client-name {
  margin: 0;
  color: #d6dbe3;
  font-size: .9rem;
  font-weight: 700;
}

.marc-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 930px;
  margin: clamp(2.5rem, 7vw, 5rem) 0 1.4rem;
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  line-height: .94;
  letter-spacing: -.067em;
}

.marc-lead {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: #aab3c0;
  font-size: clamp(.95rem, 1.6vw, 1.15rem);
  line-height: 1.8;
}

.marc-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 2rem;
}

.marc-meta span {
  padding: .58rem .78rem;
  border: 1px solid var(--marc-line);
  border-radius: 999px;
  color: #c4cbd5;
  font-size: .68rem;
  font-weight: 700;
}

.marc-meta a {
  padding: .58rem .82rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #11151c;
  font-size: .68rem;
  font-weight: 900;
  text-decoration: none;
}

.marc-browser {
  position: relative;
  z-index: 2;
  margin: -1.5rem clamp(1rem, 5vw, 4.5rem) 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: #111722;
  box-shadow: 0 32px 90px rgba(0,0,0,.48);
}

.marc-browser-bar {
  display: flex;
  align-items: center;
  gap: .4rem;
  height: 42px;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.marc-browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #576172;
}

.marc-browser-bar span {
  margin-left: .5rem;
  color: #778294;
  font-size: .65rem;
}

.marc-browser img {
  display: block;
  width: 100%;
  height: auto;
}

.marc-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.25rem 0 clamp(3rem, 8vw, 7rem);
  border: 1px solid var(--marc-line);
  border-radius: 16px;
  background: rgba(15, 20, 29, .8);
}

.marc-stat {
  min-height: 120px;
  padding: 1.5rem;
}

.marc-stat + .marc-stat { border-left: 1px solid var(--marc-line); }

.marc-stat strong {
  display: block;
  margin-bottom: .45rem;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  letter-spacing: -.045em;
}

.marc-stat span {
  color: #8f99a8;
  font-size: .7rem;
  line-height: 1.5;
}

.marc-section {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(3rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--marc-line);
}

.marc-section-number {
  color: #555f6e;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 300;
  letter-spacing: -.07em;
}

.marc-copy h2 {
  max-width: 800px;
  margin: 0 0 1.4rem;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.marc-copy > p {
  max-width: 790px;
  margin: 0 0 1.2rem;
  color: #a4adba;
  font-size: .92rem;
  line-height: 1.9;
}

.marc-quote {
  margin: 2.2rem 0 0;
  padding: 1.6rem 1.8rem;
  border-left: 3px solid var(--marc-red);
  background: rgba(255,255,255,.035);
  color: #e8eaee;
  font-size: clamp(1.05rem, 2.3vw, 1.5rem);
  line-height: 1.55;
}

.marc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.marc-card {
  min-height: 185px;
  padding: 1.5rem;
  border: 1px solid var(--marc-line);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}

.marc-card span {
  color: var(--marc-gold);
  font-size: .66rem;
  font-weight: 900;
}

.marc-card h3 {
  margin: 1.5rem 0 .6rem;
  font-size: 1rem;
}

.marc-card p {
  margin: 0;
  color: #8f99a8;
  font-size: .76rem;
  line-height: 1.7;
}

.marc-page-map {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 2rem;
}

.marc-page-map span {
  padding: .65rem .8rem;
  border: 1px solid rgba(20, 144, 255, .27);
  border-radius: 8px;
  background: rgba(20, 144, 255, .06);
  color: #a8ccff;
  font-size: .7rem;
  font-weight: 700;
}

.marc-outcome {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(180, 33, 38, .35);
  border-radius: 20px;
  background:
    linear-gradient(130deg, rgba(180, 33, 38, .16), transparent 55%),
    #10151e;
}

.marc-outcome h2 {
  max-width: 850px;
  margin: .4rem 0 1rem;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.marc-outcome p {
  max-width: 790px;
  margin: 0;
  color: #a6afbb;
  line-height: 1.85;
}

.marc-ownership {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 2rem;
  margin: 1.25rem 0;
  padding: 1.5rem;
  border: 1px solid var(--marc-line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}

.marc-ownership strong {
  color: #fff;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.marc-ownership p {
  margin: 0;
  color: #8994a3;
  font-size: .73rem;
  line-height: 1.7;
}

.marc-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 1.25rem 0 2rem;
  padding: clamp(1.7rem, 4vw, 3rem);
  border-radius: 18px;
  background: #f1f2f4;
  color: #11151c;
}

.marc-cta p {
  margin: 0 0 .35rem;
  color: #6f7782;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.marc-cta h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3.6vw, 2.7rem);
  letter-spacing: -.045em;
}

.marc-cta a {
  flex: 0 0 auto;
  padding: .85rem 1.1rem;
  border-radius: 8px;
  background: #11151c;
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 760px) {
  .marc-hero { border-radius: 18px; }
  .marc-browser { margin: -1rem .6rem 0; }
  .marc-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marc-stat + .marc-stat { border-left: 0; }
  .marc-stat:nth-child(even) { border-left: 1px solid var(--marc-line); }
  .marc-stat:nth-child(n+3) { border-top: 1px solid var(--marc-line); }
  .marc-section { grid-template-columns: 1fr; gap: 1rem; }
  .marc-section-number { font-size: 2.4rem; }
  .marc-card-grid { grid-template-columns: 1fr; }
  .marc-ownership { grid-template-columns: 1fr; gap: .65rem; }
  .marc-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .marc-hero-top { align-items: flex-start; flex-direction: column; }
  .marc-meta span,
  .marc-meta a { width: 100%; box-sizing: border-box; }
}

/* Reusable case-study hero: shadowy sliding image backdrop.
   Markup: .cs-hero-slide > .cs-hero-slide-bg > .cs-hero-slide-row > .cs-hero-slide-track > img
           + .cs-hero-slide-shade overlay. Override --cs-slide-* variables per client. */
.cs-hero-slide {
  --cs-slide-tint: #0c1f4a;
  --cs-slide-tint-strong: rgba(6, 14, 34, .84);
  --cs-slide-tint-mid: rgba(10, 28, 68, .7);
  --cs-slide-gap: .75rem;
  --cs-slide-radius: 16px;
  --cs-slide-speed: 50s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* Template default: ~50% of the previous full-viewport hero */
  min-height: clamp(260px, 48svh, 460px) !important;
  padding-top: clamp(1.4rem, 3.5vw, 2.6rem) !important;
  padding-bottom: clamp(1.4rem, 3.5vw, 2.4rem) !important;
}

.cs-hero-slide > *:not(.cs-hero-slide-bg):not(.cs-hero-slide-shade) {
  position: relative;
  z-index: 2;
}

.cs-hero-slide-bg {
  position: absolute;
  inset: -8% -4%;
  z-index: 0;
  display: grid;
  gap: var(--cs-slide-gap);
  pointer-events: none;
  transform: rotate(-2.5deg) scale(1.08);
}

.cs-hero-slide-row {
  overflow: hidden;
  height: clamp(140px, 18vw, 220px);
}

.cs-hero-slide-track {
  display: flex;
  gap: var(--cs-slide-gap);
  width: max-content;
  height: 100%;
  animation: cs-hero-slide-left var(--cs-slide-speed) linear infinite;
  will-change: transform;
}

.cs-hero-slide-row--b .cs-hero-slide-track {
  animation-name: cs-hero-slide-right;
  animation-duration: calc(var(--cs-slide-speed) * 1.15);
}

.cs-hero-slide-row--c .cs-hero-slide-track {
  animation-duration: calc(var(--cs-slide-speed) * .9);
}

.cs-hero-slide-track img {
  display: block;
  flex: 0 0 auto;
  width: clamp(220px, 28vw, 380px);
  height: 100%;
  object-fit: cover;
  border-radius: var(--cs-slide-radius);
  filter: saturate(.72) contrast(1.05) brightness(.78);
}

.cs-hero-slide-row--b .cs-hero-slide-track img {
  width: clamp(180px, 22vw, 300px);
}

.cs-hero-slide-row--c .cs-hero-slide-track img {
  width: clamp(240px, 30vw, 420px);
}

.cs-hero-slide-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 14, 36, .92) 0%, rgba(8, 28, 72, .78) 38%, rgba(10, 34, 86, .62) 72%, rgba(8, 22, 54, .7) 100%),
    linear-gradient(180deg, rgba(5, 10, 24, .55) 0%, transparent 22%, transparent 70%, rgba(5, 10, 24, .72) 100%),
    linear-gradient(115deg, rgba(20, 144, 255, .22), transparent 42%);
}

@keyframes cs-hero-slide-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes cs-hero-slide-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .cs-hero-slide-track { animation: none !important; }
}

@media (max-width: 760px) {
  .cs-hero-slide-bg { inset: -6% -8%; transform: rotate(-1.5deg) scale(1.12); }
  .cs-hero-slide-row { height: clamp(110px, 28vw, 160px); }
  .cs-hero-slide-track img,
  .cs-hero-slide-row--b .cs-hero-slide-track img,
  .cs-hero-slide-row--c .cs-hero-slide-track img {
    width: clamp(160px, 58vw, 260px);
  }
}

/* Jasbir Singh: connected professional-presence case study. */
body.case-study-jasbir {
  background:
    radial-gradient(circle at 84% 8%, rgba(224, 48, 78, .12), transparent 27rem),
    radial-gradient(circle at 12% 38%, rgba(28, 182, 174, .1), transparent 30rem),
    #080811;
}

.jasbir-case {
  --cs-accent: #1490ff;
  --cs-accent-soft: #4b9cff;
  --cs-accent-bright: #7eb8ff;
  --marc-red: #ef3158;
  --marc-gold: #1490ff;
  --jasbir-teal: var(--cs-accent);
}

.jasbir-case .marc-hero {
  background:
    radial-gradient(circle at 88% 10%, rgba(20, 144, 255, .16), transparent 22rem),
    linear-gradient(120deg, rgba(239, 49, 88, .17), transparent 38%),
    linear-gradient(145deg, #171622, #0b0b14 72%);
}

.jasbir-case .cs-hero-slide {
  --cs-slide-tint: #0a1e46;
  --cs-slide-tint-strong: rgba(6, 16, 38, .82);
  --cs-slide-tint-mid: rgba(10, 30, 70, .72);
  --cs-slide-speed: 55s;
  background: #081224 !important;
}

.jasbir-case .cs-hero-slide::before,
.jasbir-case .cs-hero-slide::after {
  display: none;
}

.jasbir-case .jasbir-hero h1 {
  max-width: 880px;
  font-size: clamp(2.35rem, 4.8vw, 4.6rem);
  line-height: .96;
  margin: auto 0 1rem;
  padding-top: clamp(1.2rem, 4vh, 2.8rem);
}

.jasbir-case .marc-hero::after {
  border-color: rgba(20, 144, 255, .42);
}

.jasbir-case .marc-logo {
  object-position: center;
}

.jasbir-case .marc-meta a {
  background: #1490ff;
  color: #fff;
}

.jasbir-case .marc-meta a:hover {
  background: #3aa5ff;
}

/* MARC BD: same editorial template, shared Aimlake brand accent. */
.marc-bd-case {
  --marc-red: #b42126;
  --marc-gold: #1490ff;
}

.marc-bd-case.cs-hero-slide,
.marc-bd-case .cs-hero-slide {
  --cs-slide-tint: #0a1e46;
  --cs-slide-tint-strong: rgba(6, 16, 38, .82);
  --cs-slide-tint-mid: rgba(10, 30, 70, .72);
  --cs-slide-speed: 55s;
  background: #081224 !important;
}

.marc-bd-case .marc-meta a {
  background: var(--cs-accent);
  color: #fff;
}

.marc-bd-case .marc-meta a:hover {
  background: #3aa5ff;
}

.marc-bd-case .marc-card h3 a {
  color: inherit;
  text-decoration: none;
}

.marc-bd-case .marc-card h3 a:hover {
  color: var(--cs-accent);
  text-decoration: underline;
}

.jasbir-case .marc-quote {
  border-left-color: var(--jasbir-teal);
}

.jasbir-case .marc-page-map span {
  border-color: rgba(20, 144, 255, .3);
  background: rgba(20, 144, 255, .08);
  color: #a8ccff;
}

.jasbir-case .marc-outcome {
  border-color: rgba(239, 49, 88, .38);
  background:
    linear-gradient(125deg, rgba(239, 49, 88, .16), transparent 52%),
    radial-gradient(circle at 90% 15%, rgba(20, 144, 255, .11), transparent 22rem),
    #11111b;
}

.jasbir-story {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  box-sizing: border-box;
  width: min(1560px, 100%);
  margin: 0 auto clamp(3rem, 7vw, 6rem);
  padding-inline: max(1.75rem, var(--marc-page-pad, 1.75rem));
}

.jasbir-toc {
  align-self: start;
  position: sticky;
  top: 100px;
  padding-top: clamp(3rem, 8vw, 6rem);
}

.jasbir-toc > p {
  margin: 0 0 1.1rem;
  color: #f2f4f7;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.jasbir-toc nav {
  display: grid;
  border-top: 1px solid var(--marc-line);
}

.jasbir-toc a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: .6rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--marc-line);
  color: #8f99a8;
  font-size: .72rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.jasbir-toc a:hover,
.jasbir-toc a:focus-visible {
  padding-left: .25rem;
  color: #fff;
}

.jasbir-toc a span {
  color: var(--cs-accent-soft, #4b9cff);
  font-size: .62rem;
  font-weight: 900;
}

.jasbir-toc a:hover span,
.jasbir-toc a:focus-visible span {
  color: var(--cs-accent-bright, #7eb8ff);
}

.jasbir-story-content {
  min-width: 0;
}

.jasbir-story-section {
  position: relative;
  scroll-margin-top: 110px;
  padding: clamp(3.5rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--marc-line);
}

.jasbir-story-section:first-child {
  border-top: 0;
}

.jasbir-story-number {
  position: absolute;
  top: clamp(2.8rem, 6vw, 5.5rem);
  right: .12em;
  margin: 0;
  color: transparent;
  font-family: "Sora", "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: clamp(5.5rem, 14vw, 12rem);
  font-weight: 200;
  letter-spacing: -.08em;
  line-height: .78;
  -webkit-text-stroke: 1.15px rgba(214, 220, 230, .28);
  text-stroke: 1.15px rgba(214, 220, 230, .28);
  pointer-events: none;
  user-select: none;
}

.jasbir-story-section > h2 {
  max-width: 790px;
  margin: 0 6.5rem 1.5rem 0;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.jasbir-story-section > p:not(.marc-section-label):not(.jasbir-story-number) {
  max-width: 760px;
  margin: 0 0 1.25rem;
  color: #a4adba;
  font-size: .96rem;
  line-height: 1.9;
}

.jasbir-story-section > .jasbir-intro {
  color: #d4d8df;
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.75;
}

.jasbir-summary {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(20, 144, 255, .28);
  border-radius: 14px;
  background: rgba(20, 144, 255, .06);
}

.jasbir-summary strong {
  color: var(--cs-accent-bright, #7eb8ff);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jasbir-summary p {
  margin: 0;
  color: #e4e7eb;
  font-size: .9rem;
  line-height: 1.65;
}

.jasbir-challenge-list,
.jasbir-results ul {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.jasbir-challenge-list li {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--marc-line);
}

.jasbir-challenge-list li:last-child {
  border-bottom: 1px solid var(--marc-line);
}

.jasbir-challenge-list strong {
  color: #fff;
  font-size: .78rem;
}

.jasbir-challenge-list span {
  color: #909aa8;
  font-size: .78rem;
  line-height: 1.65;
}

.jasbir-story-section .marc-card-grid {
  margin-top: 2.2rem;
}

.jasbir-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: .65rem;
  margin-top: 2.2rem;
}

.jasbir-flow div {
  min-height: 106px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--marc-line);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
}

.jasbir-flow span {
  color: var(--cs-accent, #1490ff);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jasbir-flow strong {
  color: #eef0f3;
  font-size: .78rem;
  line-height: 1.35;
}

.jasbir-flow i {
  color: #525d6c;
  font-size: .85rem;
  font-style: normal;
}

.jasbir-results {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(239, 49, 88, .38);
  border-radius: 20px;
  background:
    linear-gradient(125deg, rgba(239, 49, 88, .15), transparent 55%),
    radial-gradient(circle at 95% 5%, rgba(20, 144, 255, .1), transparent 22rem),
    #11111b;
}

.jasbir-results .jasbir-story-number {
  top: clamp(2rem, 5vw, 4rem);
  right: clamp(2rem, 5vw, 4rem);
}

.jasbir-results li {
  position: relative;
  padding: .9rem 0 .9rem 1.8rem;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #c6ccd5;
  font-size: .82rem;
  line-height: 1.6;
}

.jasbir-results li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cs-accent, #1490ff);
  font-weight: 900;
}

/* Reusable one-at-a-time auto-sliding gallery.
   Markup: .cs-gallery-slide[data-cs-gallery-slide] > .cs-gallery-slide-viewport > .cs-gallery-slide-track > figure
           + .cs-gallery-slide-controls with prev/next/dots */
.cs-gallery-slide {
  --cs-gallery-gap: 0;
  margin-top: 2rem;
}

.cs-gallery-slide-viewport {
  overflow: hidden;
  border: 1px solid var(--marc-line, rgba(255,255,255,.13));
  border-radius: 16px;
  background: #11111a;
}

.cs-gallery-slide-track {
  display: flex;
  transition: transform .55s cubic-bezier(.22, .8, .28, 1);
  will-change: transform;
}

.cs-gallery-slide-track figure {
  flex: 0 0 100%;
  margin: 0;
  min-width: 100%;
}

.cs-gallery-slide-track img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
}

.cs-gallery-slide-track figcaption {
  padding: .95rem 1.1rem;
  border-top: 1px solid var(--marc-line, rgba(255,255,255,.13));
  color: #9ca5b3;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cs-gallery-slide-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  margin-top: 1rem;
}

.cs-gallery-slide-prev,
.cs-gallery-slide-next {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.cs-gallery-slide-prev:hover,
.cs-gallery-slide-next:hover {
  background: rgba(20, 144, 255, .18);
  border-color: #1490ff;
}

.cs-gallery-slide-dots {
  display: flex;
  gap: .45rem;
}

.cs-gallery-slide-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.cs-gallery-slide-dots button[aria-selected="true"] {
  background: #1490ff;
  transform: scale(1.25);
}

.cs-gallery-slide {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .cs-gallery-slide-track { transition: none; }
}

.jasbir-showcase {
  padding: clamp(3rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--marc-line);
}

.jasbir-showcase-heading {
  max-width: 800px;
  margin-bottom: 2rem;
}

.jasbir-showcase-heading h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.jasbir-showcase-heading > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #a4adba;
  font-size: .92rem;
  line-height: 1.9;
}

@media (max-width: 760px) {
  .jasbir-story {
    grid-template-columns: 1fr;
    gap: 0;
    padding-inline: 1.35rem;
  }
  .jasbir-case .jasbir-hero h1 { font-size: clamp(2.4rem, 10vw, 3.6rem); }
  .jasbir-toc {
    position: static;
    padding: 2rem 0 0;
  }
  .jasbir-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jasbir-toc a:nth-child(odd) { margin-right: 1rem; }
  .jasbir-summary,
  .jasbir-challenge-list li { grid-template-columns: 1fr; gap: .55rem; }
  .jasbir-flow { grid-template-columns: 1fr; }
  .jasbir-flow i { transform: rotate(90deg); text-align: center; }
}

@media (max-width: 430px) {
  .jasbir-toc nav { grid-template-columns: 1fr; }
  .jasbir-toc a:nth-child(odd) { margin-right: 0; }
  .jasbir-story-section > h2 { margin-right: 3.5rem; }
  .jasbir-story-number {
    font-size: clamp(4.2rem, 22vw, 6.5rem);
    -webkit-text-stroke-width: 1px;
  }
  .jasbir-results { padding: 1.5rem; }
  .jasbir-results .jasbir-story-number { top: 1.2rem; right: .8rem; }
}

/* MARC immersive full-page edition */
body.case-study-marc {
  --marc-page-pad: max(1.25rem, calc((100vw - 1440px) / 2));
  background: #090b0f;
  scroll-behavior: smooth;
}

body.case-study-marc::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

.marc-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--marc-red), #ee5a50, var(--marc-gold));
  box-shadow: 0 0 18px rgba(20, 144, 255, .55);
}

.marc-case {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
}

.marc-back {
  margin: .5rem var(--marc-page-pad) 1.25rem;
  gap: .65rem;
  align-items: center;
  color: #9ca5b3;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease, transform .25s ease;
}

.marc-back:hover {
  color: #fff;
  transform: translateX(-4px);
}

.marc-hero {
  min-height: calc(100svh - 150px);
  padding: clamp(2rem, 6vw, 7rem) var(--marc-page-pad) clamp(2.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px 0;
  border-radius: 0;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(8, 10, 14, .97) 0%, rgba(8, 10, 14, .78) 48%, rgba(8, 10, 14, .28) 100%),
    linear-gradient(0deg, #090b0f 0%, transparent 35%),
    url("../images/case-studies/marc-website-homepage.jpg") center / cover no-repeat;
}

.marc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(180, 33, 38, .22), transparent 35%),
    radial-gradient(circle at 83% 18%, rgba(20, 144, 255, .15), transparent 24rem);
}

.marc-hero::after {
  width: min(46vw, 720px);
  height: min(46vw, 720px);
  right: -12vw;
  top: -22vw;
  z-index: -1;
  opacity: .7;
}

.marc-hero-top {
  justify-content: space-between;
  width: 100%;
}

.marc-hero-top > div {
  margin-right: auto;
}

.marc-logo {
  width: 64px;
  height: 64px;
  padding: 7px;
  border-radius: 4px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.marc-hero h1 {
  max-width: 1040px;
  margin: auto 0 1.5rem;
  padding-top: clamp(4rem, 12vh, 9rem);
  font-size: clamp(3.5rem, 8.4vw, 9rem);
  line-height: .86;
  text-wrap: balance;
}

.marc-lead {
  max-width: 820px;
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  color: #c3c8d0;
}

.marc-meta {
  align-items: center;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.marc-meta span,
.marc-meta a {
  backdrop-filter: blur(12px);
}

.marc-meta a {
  margin-left: auto;
  padding: .72rem 1rem;
  transition: background .25s ease, transform .25s ease;
}

.marc-meta a:hover {
  background: var(--marc-gold);
  transform: translateY(-2px);
}

.marc-browser {
  width: min(1600px, calc(100% - 2 * var(--marc-page-pad)));
  margin: clamp(3rem, 7vw, 7rem) auto 0;
  border-radius: 12px;
  box-shadow: 0 50px 120px rgba(0,0,0,.6);
}

.marc-browser::after {
  content: "";
  position: absolute;
  inset: 42px 0 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.marc-browser img {
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}

.marc-browser:hover img {
  transform: scale(1.015);
}

.marc-stats {
  width: min(1600px, calc(100% - 2 * var(--marc-page-pad)));
  margin: 1.25rem auto clamp(5rem, 11vw, 11rem);
  border-radius: 10px;
  background: #101318;
}

.marc-stat {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background .3s ease;
}

.marc-stat:hover {
  background: rgba(20, 144, 255, .08);
}

.marc-stat strong {
  font-size: clamp(2rem, 4vw, 4rem);
}

.marc-section {
  position: relative;
  min-height: min(900px, 86svh);
  grid-template-columns: minmax(80px, 13vw) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 8vw, 9rem);
  padding: clamp(5rem, 11vw, 10rem) var(--marc-page-pad);
  background: rgba(9, 11, 15, .82);
}

.marc-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 92% 50%, rgba(180, 33, 38, .08), transparent 34rem),
    #0d1015;
}

.marc-section-number {
  position: sticky;
  top: 8rem;
  color: transparent;
  font-size: clamp(4rem, 11vw, 10rem);
  line-height: .8;
  -webkit-text-stroke: 1px rgba(255,255,255,.2);
}

.marc-copy {
  max-width: 1080px;
}

.marc-copy h2 {
  max-width: 950px;
  margin-bottom: 2rem;
  font-size: clamp(2.8rem, 6.5vw, 6.5rem);
  line-height: .92;
  text-wrap: balance;
}

.marc-copy > p {
  max-width: 820px;
  font-size: clamp(.96rem, 1.25vw, 1.12rem);
}

.marc-quote {
  max-width: 900px;
  margin-top: 3rem;
  padding: 2.25rem clamp(1.5rem, 4vw, 3.5rem);
  border-left-width: 5px;
  font-size: clamp(1.35rem, 2.6vw, 2.25rem);
}

.marc-card-grid {
  gap: 1px;
  margin-top: 3rem;
  overflow: hidden;
  border: 1px solid var(--marc-line);
  border-radius: 14px;
  background: var(--marc-line);
}

.marc-card {
  min-height: 270px;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  border: 0;
  border-radius: 0;
  background: #11151c;
  transition: background .3s ease, transform .3s ease;
}

.marc-card:hover {
  z-index: 1;
  background: #181d25;
}

.marc-card h3 {
  max-width: 360px;
  margin: clamp(3rem, 7vw, 6rem) 0 .8rem;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.marc-card p {
  max-width: 440px;
  font-size: .82rem;
}

.marc-page-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(20, 144, 255, .27);
  border-left: 1px solid rgba(20, 144, 255, .27);
}

.marc-page-map span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  transition: color .25s ease, background .25s ease;
}

.marc-page-map span:hover {
  color: #fff;
  background: rgba(20, 144, 255, .14);
}

.marc-outcome {
  min-height: 80svh;
  padding: clamp(5rem, 12vw, 12rem) var(--marc-page-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 1px 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 82% 50%, rgba(180, 33, 38, .24), transparent 31rem),
    linear-gradient(125deg, rgba(180, 33, 38, .14), transparent 46%),
    #10141b;
}

.marc-outcome h2 {
  max-width: 1100px;
  font-size: clamp(3rem, 7.5vw, 7.5rem);
  line-height: .9;
  text-wrap: balance;
}

.marc-outcome p {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.marc-ownership {
  width: min(1440px, calc(100% - 2 * var(--marc-page-pad)));
  margin: 2rem auto;
  padding: 2rem;
}

.marc-cta {
  min-height: 50svh;
  margin: 0;
  padding: clamp(3rem, 9vw, 8rem) var(--marc-page-pad);
  border-radius: 0;
}

.marc-cta h2 {
  max-width: 850px;
  font-size: clamp(2.5rem, 6.7vw, 6.5rem);
  line-height: .92;
}

.marc-cta a {
  padding: 1.2rem 1.6rem;
  border-radius: 999px;
  transition: transform .25s ease, background .25s ease;
}

.marc-cta a:hover {
  background: var(--marc-red);
  transform: translateY(-3px);
}

.marc-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}

.marc-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .marc-hero { min-height: 780px; }
  .marc-hero.cs-hero-slide { min-height: clamp(240px, 46svh, 400px) !important; }
  .marc-meta a { margin-left: 0; }
  .marc-section { min-height: auto; }
  .marc-page-map { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body.case-study-marc { --marc-page-pad: 1rem; }
  .marc-hero { min-height: calc(100svh - 130px); }
  .marc-hero.cs-hero-slide { min-height: clamp(230px, 44svh, 360px) !important; }
  .marc-hero h1 { font-size: clamp(3.25rem, 16vw, 5.4rem); }
  .marc-hero.cs-hero-slide h1 { font-size: clamp(2.1rem, 9vw, 3.2rem); }
  .marc-browser { width: calc(100% - 1.25rem); margin-top: 2.5rem; }
  .marc-stats { width: calc(100% - 2rem); }
  .marc-section {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-block: 6rem;
  }
  .marc-section-number { position: static; font-size: 4rem; }
  .marc-copy h2 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .marc-card { min-height: 230px; }
  .marc-page-map { grid-template-columns: 1fr; }
  .marc-ownership { width: calc(100% - 2rem); }
  .marc-cta { min-height: 60svh; }
}

@media (prefers-reduced-motion: reduce) {
  .marc-reveal { opacity: 1; transform: none; transition: none; }
  .marc-browser img,
  .marc-back,
  .marc-meta a,
  .marc-cta a { transition: none; }
}

/* Compact case-study template: denser pacing and a neutral black image shade. */
.cs-hero-slide-shade {
  background:
    linear-gradient(90deg, rgba(3, 4, 6, .94) 0%, rgba(5, 6, 8, .84) 40%, rgba(5, 6, 8, .68) 72%, rgba(3, 4, 6, .78) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .62) 0%, transparent 24%, transparent 68%, rgba(0, 0, 0, .82) 100%);
}

.marc-hero {
  min-height: min(68svh, 650px);
  padding-top: clamp(1.5rem, 3vw, 3.25rem);
  padding-bottom: clamp(1.75rem, 3vw, 3rem);
}

.marc-hero h1 {
  padding-top: clamp(2rem, 6vh, 4rem);
}

.marc-browser {
  margin-top: clamp(1.75rem, 3.5vw, 3.5rem);
}

.marc-stats {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

/* Six-service variant of the stats strip. */
.marc-stats--six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.marc-stats--six .marc-stat strong {
  font-size: clamp(1.35rem, 2.1vw, 2.2rem);
}

@media (max-width: 1180px) {
  .marc-stats--six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .marc-stats--six .marc-stat:nth-child(3n+1) { border-left: 0; }
  .marc-stats--six .marc-stat:nth-child(n+4) { border-top: 1px solid var(--marc-line); }
}

@media (max-width: 700px) {
  .marc-stats--six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marc-stats--six .marc-stat { border-left: 0; }
  .marc-stats--six .marc-stat:nth-child(even) { border-left: 1px solid var(--marc-line); }
  .marc-stats--six .marc-stat:nth-child(n+3) { border-top: 1px solid var(--marc-line); }
}

.marc-stat {
  min-height: 100px;
  padding: 1.1rem 1.25rem;
}

/* Keep service-strip typography identical across every case study. */
.jasbir-case .marc-stat strong {
  font-size: clamp(1.35rem, 2.1vw, 2.2rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.jasbir-case .marc-stat span {
  font-size: .68rem;
  line-height: 1.45;
}

.marc-section {
  min-height: auto;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  padding-block: clamp(2.75rem, 5.5vw, 5rem);
}

.marc-copy h2 {
  margin-bottom: 1.25rem;
}

.marc-quote {
  margin-top: 1.5rem;
  padding-block: 1.5rem;
}

.marc-card-grid {
  margin-top: 1.75rem;
}

.marc-card {
  min-height: 170px;
  padding: clamp(1.25rem, 2.2vw, 2rem);
}

.marc-card h3 {
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 .65rem;
}

.marc-outcome {
  min-height: auto;
  padding-block: clamp(3rem, 6vw, 6rem);
}

.marc-ownership {
  margin-block: 1.25rem;
  padding: 1.4rem;
}

.marc-cta {
  min-height: auto;
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.jasbir-story {
  gap: clamp(1.75rem, 4vw, 4rem);
  margin-bottom: clamp(1.75rem, 3.5vw, 3rem);
}

.jasbir-toc {
  padding-top: clamp(1.75rem, 4vw, 3rem);
}

.jasbir-story-section,
.jasbir-showcase {
  padding-block: clamp(2.25rem, 4.5vw, 4rem);
}

.jasbir-story-number {
  top: clamp(1.75rem, 3.5vw, 3rem);
}

.jasbir-story-section > h2 {
  margin-bottom: 1rem;
}

.jasbir-summary,
.jasbir-challenge-list,
.jasbir-results ul,
.jasbir-story-section .marc-card-grid,
.jasbir-flow,
.cs-gallery-slide {
  margin-top: 1.25rem;
}

.jasbir-results {
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.jasbir-results .jasbir-story-number {
  top: clamp(1.25rem, 2.5vw, 2rem);
  right: clamp(1.25rem, 2.5vw, 2rem);
}

@media (max-width: 760px) {
  .marc-hero {
    min-height: min(72svh, 620px);
  }

  .marc-section {
    gap: 1.5rem;
    padding-block: 3rem;
  }

  .marc-card {
    min-height: 160px;
  }

  .marc-cta {
    min-height: auto;
  }

  .jasbir-toc {
    padding-top: 1.5rem;
  }
}
