:root {
  --ink: #10110f;
  --paper: #ffffff;
  --paper-deep: #f3f6f8;
  --m-blue-light: #46b9e8;
  --m-blue: #1557c0;
  --m-red: #e5362c;
  --navy: #071f4b;
  --line: rgba(16, 17, 15, .2);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

/* Terry Fox Tee case study */
.fox-case {
  --fox-black: #080808;
  --fox-paper: #f7f4ee;
  --fox-teal: #12caa0;
  --fox-fire: #f06a22;
  --fox-gold: #e5bd58;
  background: var(--fox-paper);
  color: var(--fox-black);
}
.fox-case .site-header {
  background: rgba(247, 244, 238, .94);
  border-bottom: 3px solid var(--fox-black);
}
.fox-case .site-header::before { display: none; }
.fox-case .progress { background: var(--fox-teal); }
.fox-hero {
  min-height: 100vh;
  padding: 150px clamp(28px, 6vw, 110px) 80px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(45px, 7vw, 130px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(8,8,8,.16) 50%, transparent 50.2%),
    var(--fox-paper);
  border-bottom: 3px solid var(--fox-black);
}
.fox-kicker,
.fox-section-label,
.fox-meta dt,
.fox-eyebrow,
.fox-post-number {
  font: 500 11px/1.2 "DM Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fox-kicker { display: flex; align-items: center; gap: 16px; }
.fox-kicker span {
  padding: 10px 11px;
  background: var(--fox-black);
  color: var(--fox-teal);
  font-size: 18px;
  font-style: italic;
}
.fox-hero h1 {
  margin: 54px 0 36px;
  font-size: clamp(72px, 8.6vw, 164px);
  line-height: .82;
  letter-spacing: -.085em;
}
.fox-lede {
  max-width: 680px;
  margin: 0 0 44px;
  font-size: clamp(22px, 2vw, 35px);
  line-height: 1.28;
}
.fox-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 2px solid var(--fox-black);
  border-left: 2px solid var(--fox-black);
}
.fox-meta div { padding: 18px; border-right: 2px solid var(--fox-black); border-bottom: 2px solid var(--fox-black); }
.fox-meta dt { margin-bottom: 8px; color: #777; }
.fox-meta dd { margin: 0; font-size: 16px; font-weight: 700; }
.fox-jump,
.fox-back {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 34px;
  padding: 18px 22px;
  background: var(--fox-teal);
  border: 2px solid var(--fox-black);
  color: var(--fox-black);
  font: 500 12px "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fox-hero-art { position: relative; min-height: 750px; }
.fox-artwork-card {
  position: absolute;
  inset: 0 7% 0 0;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  background: var(--fox-black);
  border: 3px solid var(--fox-black);
  box-shadow: 18px 18px 0 var(--fox-teal);
  transform: rotate(1.5deg);
}
.fox-artwork-card img { width: 100%; height: 100%; object-fit: contain; display: block; }
.fox-hero-stamp {
  position: absolute;
  right: 0;
  bottom: 8%;
  width: 155px;
  aspect-ratio: 1;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--fox-paper);
  border: 3px solid var(--fox-black);
  box-shadow: 10px 10px 0 var(--fox-fire);
}
.fox-hero-stamp b { font-size: 76px; line-height: .8; letter-spacing: -.08em; }
.fox-hero-stamp span { font: 500 10px/1.25 "DM Mono", monospace; letter-spacing: .1em; }
.fox-section-label {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid currentColor;
}
.fox-label-light { color: #fff; }
.fox-product-reveal,
.fox-overview,
.fox-approach,
.fox-art-detail,
.fox-execution,
.fox-social,
.fox-outcome { padding: 90px clamp(28px, 6vw, 110px); }
.fox-product-reveal figure {
  margin: 64px 0 0;
  padding: clamp(20px, 4vw, 60px);
  border: 3px solid var(--fox-black);
  background: #fff;
  box-shadow: 15px 15px 0 var(--fox-black);
}
.fox-product-reveal img { display: block; width: 100%; height: auto; }
.fox-overview { background: var(--fox-teal); border-block: 3px solid var(--fox-black); }
.fox-overview-grid,
.fox-execution-grid,
.fox-outcome-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(50px, 10vw, 180px);
  margin-top: 72px;
}
.fox-overview h2,
.fox-execution h2,
.fox-outcome h2,
.fox-social h2 {
  margin: 0;
  font-size: clamp(48px, 6.5vw, 110px);
  line-height: .93;
  letter-spacing: -.065em;
}
.fox-copy p,
.fox-outcome-grid p,
.fox-social-intro p {
  margin: 0 0 24px;
  font-size: clamp(18px, 1.5vw, 25px);
  line-height: 1.55;
}
.fox-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 80px;
  border: 2px solid var(--fox-black);
}
.fox-principles article { min-height: 300px; padding: 25px; display: flex; flex-direction: column; border-right: 2px solid var(--fox-black); }
.fox-principles article:last-child { border-right: 0; }
.fox-principles span { font: italic 700 30px "DM Mono", monospace; }
.fox-principles h3 { margin: auto 0 18px; font-size: clamp(28px, 2.5vw, 45px); line-height: 1; }
.fox-principles p { margin: 0; line-height: 1.55; }
.fox-approach,
.fox-social { background: var(--fox-black); color: #fff; }
.fox-approach-intro { max-width: 1200px; margin: 72px 0; }
.fox-eyebrow { margin: 0 0 20px; color: var(--fox-fire); }
.fox-approach-intro h2,
.fox-art-notes h2 {
  margin: 0;
  max-width: 1200px;
  font-size: clamp(55px, 7.5vw, 130px);
  line-height: .92;
  letter-spacing: -.07em;
}
.fox-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid #fff;
}
.fox-process-grid article { min-height: 390px; padding: 24px; display: flex; flex-direction: column; border-right: 2px solid #fff; }
.fox-process-grid article:last-child { border-right: 0; }
.fox-process-grid b { color: var(--fox-teal); font: italic 700 34px "DM Mono", monospace; }
.fox-process-grid span { margin: auto 0 24px; font-size: 29px; font-weight: 700; line-height: 1.05; }
.fox-process-grid p { margin: 0; color: #ccc; line-height: 1.55; }
.fox-art-detail-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) minmax(360px, .85fr);
  gap: clamp(45px, 6vw, 100px);
  margin-top: 70px;
  align-items: start;
}
.fox-art-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 22px;
  align-items: start;
}
.fox-art-detail figure {
  margin: 0;
  padding: 18px;
  display: grid;
  gap: 14px;
  background: var(--fox-black);
  box-shadow: 12px 12px 0 var(--fox-gold);
}
.fox-art-detail figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fox-art-detail figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font: 500 10px/1.2 "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.fox-art-detail figcaption span {
  color: var(--fox-teal);
  font-size: 15px;
  font-style: italic;
}
.fox-art-back { margin-top: 78px !important; box-shadow: 12px 12px 0 var(--fox-teal) !important; }
.fox-art-notes { position: sticky; top: 130px; }
.fox-art-notes ul { margin: 55px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--fox-black); }
.fox-art-notes li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 18px 0; border-bottom: 2px solid var(--fox-black); font-size: clamp(17px, 1.4vw, 23px); }
.fox-art-notes li span { font: italic 700 15px "DM Mono", monospace; color: var(--fox-fire); }
.fox-execution { background: var(--fox-gold); border-block: 3px solid var(--fox-black); }
.fox-production-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 75px;
  border: 2px solid var(--fox-black);
}
.fox-production-strip span { min-height: 105px; padding: 16px; display: grid; place-items: center; text-align: center; border-right: 2px solid var(--fox-black); font: 500 10px/1.4 "DM Mono", monospace; letter-spacing: .08em; }
.fox-production-strip span:last-child { border-right: 0; }
.fox-social-intro {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 70px;
  margin: 72px 0 60px;
  align-items: end;
}
.fox-social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.fox-social-grid article { position: relative; padding: 48px 18px 18px; background: #fff; border: 2px solid #fff; }
.fox-social-grid iframe { display: block; width: 100%; height: 760px; border: 0; background: #fff; }
.fox-post-number { position: absolute; top: 16px; left: 18px; color: var(--fox-black); }
.fox-social-grid a { display: flex; justify-content: space-between; margin-top: 16px; padding: 16px; background: var(--fox-teal); color: var(--fox-black); font: 500 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.fox-outcome { min-height: 90vh; background: var(--fox-paper); }
.fox-final-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 100px;
  padding: 30px 0;
  border-block: 3px solid var(--fox-black);
  font-size: clamp(20px, 2vw, 38px);
  font-weight: 800;
}
.fox-final-line i { color: var(--fox-fire); font-style: normal; }

@media (max-width: 1100px) {
  .fox-hero { grid-template-columns: 1fr; }
  .fox-hero-art { min-height: 700px; }
  .fox-overview-grid,
  .fox-execution-grid,
  .fox-outcome-grid,
  .fox-social-intro { grid-template-columns: 1fr; gap: 42px; }
  .fox-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fox-process-grid article:nth-child(2) { border-right: 0; }
  .fox-process-grid article:nth-child(-n+2) { border-bottom: 2px solid #fff; }
  .fox-art-detail-grid { grid-template-columns: 1fr; }
  .fox-art-notes { position: static; }
  .fox-production-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fox-production-strip span:nth-child(3) { border-right: 0; }
  .fox-production-strip span:nth-child(-n+3) { border-bottom: 2px solid var(--fox-black); }
}

@media (max-width: 700px) {
  .fox-hero { padding: 125px 20px 60px; }
  .fox-hero h1 { font-size: clamp(68px, 23vw, 110px); }
  .fox-meta { grid-template-columns: 1fr; }
  .fox-hero-art { min-height: 500px; }
  .fox-artwork-card { inset: 0 4% 0 0; padding: 10px; box-shadow: 9px 9px 0 var(--fox-teal); }
  .fox-hero-stamp { width: 105px; right: -4px; box-shadow: 6px 6px 0 var(--fox-fire); }
  .fox-hero-stamp b { font-size: 50px; }
  .fox-product-reveal,
  .fox-overview,
  .fox-approach,
  .fox-art-detail,
  .fox-execution,
  .fox-social,
  .fox-outcome { padding: 68px 20px; }
  .fox-section-label { grid-template-columns: 38px 1fr; }
  .fox-section-label span:last-child { display: none; }
  .fox-principles,
  .fox-process-grid,
  .fox-social-grid { grid-template-columns: 1fr; }
  .fox-principles article,
  .fox-process-grid article { border-right: 0; border-bottom: 2px solid currentColor; }
  .fox-principles article:last-child,
  .fox-process-grid article:last-child { border-bottom: 0; }
  .fox-process-grid article { min-height: 320px; }
  .fox-art-detail-grid { grid-template-columns: minmax(0, 1fr); }
  .fox-art-pair { grid-template-columns: 1fr; }
  .fox-art-back { margin-top: 0 !important; }
  .fox-production-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fox-production-strip span,
  .fox-production-strip span:nth-child(3) { border-right: 2px solid var(--fox-black); border-bottom: 2px solid var(--fox-black); }
  .fox-production-strip span:nth-child(even) { border-right: 0; }
  .fox-production-strip span:nth-last-child(-n+2) { border-bottom: 0; }
  .fox-social-grid iframe { height: 590px; }
  .fox-final-line { display: grid; grid-template-columns: 1fr auto; }
}

/* CineStarz case study */
.cinestarz-case {
  --cine-ink: #0a0a0a;
  --cine-paper: #fff;
  --cine-mist: #d8e7e8;
  --cine-blue: #b9d2d5;
  --cine-red: #ef2636;
  --cine-silver: #eef2f2;
  background: var(--cine-paper);
  color: var(--cine-ink);
}
.cinestarz-case .site-header,
.cinestarz-case .site-footer { background: #fff; }
.cine-hero {
  min-height: 830px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(36px, 5vw, 90px);
  padding: clamp(120px, 12vw, 185px) clamp(28px, 6vw, 108px) 90px;
  overflow: hidden;
  background: var(--cine-ink);
  color: #fff;
  border-bottom: 12px solid var(--cine-red);
}
.cine-hero-copy { position: relative; z-index: 2; align-self: center; }
.cine-hero .eyebrow,
.cine-video-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  color: var(--cine-blue);
  font: 500 13px/1.3 "DM Mono", monospace;
  letter-spacing: .16em;
}
.cine-hero .eyebrow span,
.cine-video-copy .eyebrow span { width: 24px; height: 2px; background: var(--cine-red); }
.cine-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(76px, 8.4vw, 154px);
  line-height: .82;
  letter-spacing: -.075em;
}
.cine-hero-lede {
  max-width: 620px;
  margin: 42px 0 48px;
  color: rgba(255,255,255,.72);
  font-size: clamp(20px, 1.7vw, 29px);
  line-height: 1.35;
}
.cine-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 36px;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.28);
}
.cine-meta div { display: grid; gap: 7px; }
.cine-meta dt {
  color: rgba(255,255,255,.45);
  font: 500 11px/1.2 "DM Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cine-meta dd { margin: 0; font-size: 15px; }
.cine-hero-visual { position: relative; min-height: 610px; align-self: center; }
.cine-hero-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 18px 18px 0 rgba(185,210,213,.22);
}
.cine-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cine-hero-image-main { inset: 3% 0 13% 9%; z-index: 2; background: var(--cine-mist); }
.cine-hero-image-main img { object-fit: contain; }
.cine-hero-image-detail {
  width: 44%;
  height: 41%;
  right: -5%;
  bottom: -3%;
  z-index: 3;
  transform: rotate(4deg);
}
.cine-star {
  position: absolute;
  top: -13%;
  right: -11%;
  color: var(--cine-red);
  font-size: clamp(170px, 18vw, 340px);
  line-height: 1;
  transform: rotate(10deg);
}
.cine-ticket {
  position: absolute;
  left: 1%;
  bottom: 2%;
  z-index: 4;
  display: grid;
  gap: 5px;
  padding: 13px 18px;
  background: var(--cine-red);
  color: #fff;
  border: 2px solid #fff;
  font-family: "DM Mono", monospace;
  transform: rotate(-4deg);
}
.cine-ticket span { font-size: 10px; letter-spacing: .14em; }
.cine-ticket strong { font-size: 17px; }
.cine-scoreboard {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--cine-mist);
  border-bottom: 3px solid var(--cine-ink);
}
.cine-scoreboard article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 28px 28px;
  border-right: 2px solid var(--cine-ink);
}
.cine-scoreboard article:last-child { border-right: 0; background: var(--cine-red); color: #fff; }
.cine-scoreboard strong { font-size: clamp(48px, 5vw, 92px); line-height: .9; letter-spacing: -.065em; }
.cine-scoreboard span {
  max-width: 180px;
  font: 500 12px/1.4 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cine-section {
  padding: clamp(80px, 10vw, 160px) clamp(28px, 6vw, 108px);
  border-bottom: 2px solid var(--cine-ink);
}
.cine-section-label {
  margin-bottom: clamp(54px, 7vw, 110px);
  color: var(--cine-red);
  font: 500 13px/1 "DM Mono", monospace;
  letter-spacing: .16em;
}
.cine-objective-grid,
.cine-results-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(42px, 8vw, 150px);
}
.cine-objective h2,
.cine-results h2,
.cine-strategy-head h2,
.cine-market-intro h2,
.cine-proof-copy h2,
.cine-video-copy h2,
.cine-campaign-grid h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 106px);
  line-height: .92;
  letter-spacing: -.06em;
}
.cine-copy { font-size: clamp(20px, 1.7vw, 28px); line-height: 1.52; }
.cine-copy p { margin: 0 0 1.2em; }
.cine-location-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 84px; }
.cine-location-strip span {
  padding: 14px 18px;
  border: 2px solid var(--cine-ink);
  font: 500 12px/1 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.cine-location-strip span:hover { background: var(--cine-ink); color: #fff; transform: translateY(-4px); }
.cine-strategy { background: var(--cine-ink); color: #fff; }
.cine-strategy-head,
.cine-market-intro {
  display: grid;
  grid-template-columns: 1.1fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 90px;
}
.cine-strategy-head p,
.cine-market-intro p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: 20px;
  line-height: 1.5;
}
.cine-strategy-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 2px solid #fff;
}
.cine-strategy-grid article {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 34px;
  border-right: 1px solid rgba(255,255,255,.45);
  transition: background .25s ease;
}
.cine-strategy-grid article:last-child { border-right: 0; }
.cine-strategy-grid article:hover { background: var(--cine-red); }
.cine-strategy-grid span,
.cine-takeaway-grid span { font: italic 500 24px/1 "DM Mono", monospace; }
.cine-strategy-grid h3 { margin: auto 0 24px; font-size: clamp(22px, 1.8vw, 32px); line-height: 1.05; }
.cine-strategy-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.55; }
.cine-strategy-grid article:hover p { color: #fff; }
.cine-market-map { background: var(--cine-blue); }
.cine-market-intro p { color: rgba(10,10,10,.65); }
.cine-market-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.cine-market-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #fff;
  border: 2px solid var(--cine-ink);
  box-shadow: 8px 8px 0 var(--cine-ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cine-market-grid article:hover { transform: translate(-4px, -4px); box-shadow: 14px 14px 0 var(--cine-red); }
.cine-market-grid span { font: 500 11px/1.3 "DM Mono", monospace; letter-spacing: .1em; }
.cine-market-grid strong { margin-top: auto; font-size: clamp(44px, 4.3vw, 76px); line-height: .9; letter-spacing: -.06em; }
.cine-market-grid p { margin: 18px 0 0; font-size: 14px; }
.cine-proof-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}
.cine-proof-copy h2 { font-size: clamp(52px, 5.4vw, 92px); }
.cine-proof-copy > p { margin: 40px 0; font-size: 20px; line-height: 1.55; }
.cine-proof-copy ul { display: grid; margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--cine-ink); }
.cine-proof-copy li {
  padding: 18px 0;
  border-bottom: 1px solid var(--cine-ink);
  font: 500 12px/1.3 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cine-proof-image { margin: 0; background: var(--cine-mist); border: 3px solid var(--cine-ink); box-shadow: 18px 18px 0 var(--cine-red); }
.cine-proof-image img { display: block; width: 100%; height: auto; }
.cine-playlist-section { background: var(--cine-ink); color: #fff; }
.cine-video-showcase {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: 20px;
}
.cine-video-copy,
.cine-player-panel { border: 2px solid #fff; }
.cine-video-copy { display: flex; flex-direction: column; padding: clamp(30px, 4vw, 64px); }
.cine-video-copy h2 { font-size: clamp(50px, 5vw, 86px); }
.cine-video-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 34px 0;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  line-height: 1.55;
}
.cine-player-controls { display: flex; gap: 10px; margin-top: auto; }
.cine-player-controls button {
  padding: 14px 17px;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.55);
  font: 500 10px/1 "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.cine-player-controls button:hover { background: #fff; color: var(--cine-ink); }
.cine-playlist-link {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 18px 20px;
  background: var(--cine-blue);
  color: var(--cine-ink);
  text-decoration: none;
  font: 500 12px/1 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cine-player-panel { position: relative; min-height: 560px; background: #202020; }
.cine-player-frame,
.cine-player-frame > div,
.cine-player-frame iframe { width: 100%; height: 100%; min-height: 560px; }
.cine-player-frame iframe { display: block; border: 0; }
.cine-player-status {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  margin: 0;
  padding: 9px 12px;
  background: var(--cine-red);
  color: #fff;
  font: 500 10px/1 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
}
.cine-clip-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scrollbar-color: var(--cine-red) #252525;
}
.cine-clip-strip button {
  position: relative;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  background: #24303b;
  border: 2px solid rgba(255,255,255,.42);
  cursor: pointer;
}
.cine-clip-strip button::after { content: ""; position: absolute; inset: 0; background: rgba(10,10,10,.2); }
.cine-clip-strip button.active { border-color: var(--cine-red); box-shadow: 0 5px 0 var(--cine-red); }
.cine-clip-strip button.active::after,
.cine-clip-strip button:hover::after { opacity: 0; }
.cine-clip-strip img { width: 100%; height: 100%; object-fit: cover; }
.cine-clip-strip span {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  padding: 7px 9px;
  background: rgba(10,10,10,.85);
  color: #fff;
  font: italic 500 16px/1 "DM Mono", monospace;
}
.cine-campaigns { background: var(--cine-silver); }
.cine-campaign-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 3px solid var(--cine-ink); }
.cine-campaign-grid article {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 5vw, 72px);
}
.cine-campaign-grid article:first-child { background: var(--cine-red); color: #fff; border-right: 3px solid var(--cine-ink); }
.cine-campaign-grid span { font: 500 12px/1 "DM Mono", monospace; letter-spacing: .14em; }
.cine-campaign-grid h2 { margin: auto 0 36px; font-size: clamp(48px, 5vw, 84px); }
.cine-campaign-grid p { margin: 0; max-width: 600px; font-size: 18px; line-height: 1.55; }
.cine-results blockquote {
  margin: 90px 0 0;
  padding: 50px 0 0;
  border-top: 3px solid var(--cine-ink);
  font-size: clamp(38px, 5.3vw, 88px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.cine-takeaways { background: var(--cine-blue); }
.cine-takeaway-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cine-takeaway-grid article {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #fff;
  border: 2px solid var(--cine-ink);
  box-shadow: 10px 10px 0 var(--cine-ink);
}
.cine-takeaway-grid h3 { margin: auto 0 24px; font-size: clamp(28px, 2.5vw, 44px); line-height: 1.04; }
.cine-takeaway-grid p { margin: 0; font-size: 15px; line-height: 1.55; }

@media (max-width: 1150px) {
  .cine-hero { grid-template-columns: 1fr; padding-top: 145px; }
  .cine-hero-visual { min-height: 620px; }
  .cine-scoreboard,
  .cine-strategy-grid,
  .cine-market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cine-scoreboard article:nth-child(even),
  .cine-strategy-grid article:nth-child(even) { border-right: 0; }
  .cine-scoreboard article:last-child,
  .cine-strategy-grid article:last-child,
  .cine-market-grid article:last-child { grid-column: 1 / -1; }
  .cine-strategy-grid article { min-height: 320px; border-bottom: 1px solid rgba(255,255,255,.45); }
  .cine-video-showcase { grid-template-columns: 1fr; }
  .cine-player-panel { min-height: 500px; }
}

@media (max-width: 760px) {
  .cine-hero { min-height: auto; grid-template-columns: 1fr; padding: 118px 20px 52px; }
  .cine-hero h1 { font-size: clamp(66px, 22vw, 104px); }
  .cine-hero-lede { margin: 30px 0 36px; }
  .cine-meta { grid-template-columns: 1fr; }
  .cine-hero-visual { min-height: 390px; }
  .cine-hero-image-main { inset: 2% 0 10%; }
  .cine-hero-image-detail { width: 48%; height: 38%; }
  .cine-ticket { left: -2%; }
  .cine-scoreboard,
  .cine-strategy-grid,
  .cine-market-grid,
  .cine-campaign-grid,
  .cine-takeaway-grid { grid-template-columns: 1fr; }
  .cine-scoreboard article,
  .cine-scoreboard article:nth-child(even),
  .cine-strategy-grid article,
  .cine-strategy-grid article:nth-child(even) { border-right: 0; border-bottom: 2px solid var(--cine-ink); }
  .cine-scoreboard article:last-child,
  .cine-strategy-grid article:last-child,
  .cine-market-grid article:last-child { grid-column: auto; }
  .cine-section { padding: 76px 20px; }
  .cine-section-label { margin-bottom: 52px; }
  .cine-objective-grid,
  .cine-results-grid,
  .cine-strategy-head,
  .cine-market-intro,
  .cine-proof-grid { grid-template-columns: 1fr; gap: 36px; }
  .cine-objective h2,
  .cine-results h2,
  .cine-strategy-head h2,
  .cine-market-intro h2,
  .cine-proof-copy h2,
  .cine-video-copy h2,
  .cine-campaign-grid h2 { font-size: clamp(44px, 15vw, 70px); }
  .cine-location-strip { margin-top: 48px; }
  .cine-strategy-head,
  .cine-market-intro { margin-bottom: 48px; }
  .cine-strategy-grid article,
  .cine-market-grid article,
  .cine-takeaway-grid article { min-height: 280px; }
  .cine-proof-image { box-shadow: 9px 9px 0 var(--cine-red); }
  .cine-video-copy { min-height: 500px; padding: 28px 22px; }
  .cine-player-panel,
  .cine-player-frame,
  .cine-player-frame > div,
  .cine-player-frame iframe { min-height: 280px; }
  .cine-clip-strip { grid-auto-columns: 72%; }
  .cine-campaign-grid article { min-height: 440px; }
  .cine-campaign-grid article:first-child { border-right: 0; border-bottom: 3px solid var(--cine-ink); }
  .cine-results blockquote { margin-top: 50px; padding-top: 36px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
html:has(body.project-archive-page),
body.project-archive-page {
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }

.case-end-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #0b0d11;
  border-top: 2px solid #0b0d11;
  border-bottom: 2px solid #0b0d11;
}
.case-end-nav a {
  min-height: 112px;
  padding: 28px clamp(22px, 6vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: #0b0d11;
  font: 700 clamp(.75rem, 1vw, .92rem)/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}
.case-end-nav a + a { border-left: 1px solid rgba(255,255,255,.28); }
.case-end-nav a:hover,
.case-end-nav a:focus-visible {
  color: #0b0d11;
  background: var(--m-blue-light);
  outline: none;
}
.case-end-nav a span {
  display: inline-block;
  font-size: 1.25em;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}
.case-end-nav a:first-child:hover span,
.case-end-nav a:first-child:focus-visible span { transform: translateX(-6px); }
.case-end-nav a:last-child:hover span,
.case-end-nav a:last-child:focus-visible span { transform: translateY(-6px); }

.progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: linear-gradient(90deg, var(--m-blue-light) 0 33%, var(--m-blue) 33% 66%, var(--m-red) 66%);
}
.motion-toggle {
  position: fixed;
  z-index: 90;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  color: var(--paper);
  background: var(--m-blue);
  border: 1px solid rgba(243, 240, 232, .4);
  border-bottom: 4px solid var(--m-red);
  font: 400 8px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-header {
  position: absolute;
  z-index: 20;
  left: clamp(18px, 3vw, 42px);
  top: 12px;
  width: calc(100% - clamp(36px, 6vw, 84px));
  height: 92px;
  padding: 0 clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--ink);
  border-bottom-width: 5px;
  background: var(--paper);
}
.site-header::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -5px;
  width: 150px;
  height: 5px;
  background: linear-gradient(110deg, var(--m-blue-light) 0 31%, transparent 31% 34%, var(--m-blue) 34% 64%, transparent 64% 67%, var(--m-red) 67%);
}
.brand {
  display: flex;
  align-items: center;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.brand::after {
  content: "CREATIVE / 02";
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid var(--ink);
  font: 500 8px var(--mono);
  letter-spacing: .08em;
}
nav { display: flex; align-items: center; gap: clamp(20px, 4vw, 60px); font-size: 13px; font-weight: 600; }
.nav-cta, nav [aria-current="page"] { color: var(--m-blue); }

.hero {
  position: relative;
  min-height: 900px;
  margin: 12px clamp(18px, 3vw, 42px) 0;
  padding: 190px clamp(25px, 6vw, 95px) 95px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-top: 0;
  background: var(--paper);
}
.hero-rule {
  position: absolute;
  z-index: 6;
  top: 125px;
  left: clamp(25px, 6vw, 95px);
  right: clamp(25px, 6vw, 95px);
  height: 5px;
  background: var(--ink);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82px;
  background: var(--m-blue-light);
}
.hero-copy { position: relative; z-index: 5; max-width: 1040px; }
.eyebrow {
  margin: 0 0 36px;
  color: var(--m-blue);
  font: 500 11px/1.4 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: "-"; color: var(--m-red); margin-right: 10px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 1060px;
  margin-bottom: 34px;
  font-size: clamp(58px, 8vw, 122px);
  line-height: .88;
  letter-spacing: -.085em;
  font-weight: 800;
}
.hero-lede {
  max-width: 660px;
  margin-bottom: 34px;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 245px;
  padding: 18px 20px;
  font: 500 12px var(--mono);
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: transform .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button span { margin-left: 18px; }
.button-dark { color: var(--paper); background: var(--m-blue); }
.button-light { color: var(--ink); background: var(--m-blue-light); }
.text-link { padding-bottom: 5px; border-bottom: 2px solid var(--ink); font-size: 14px; }
.text-link span { margin-left: 16px; }
.market-note {
  position: absolute;
  z-index: 5;
  right: clamp(25px, 6vw, 95px);
  bottom: 19px;
  display: flex;
  gap: 22px;
  padding: 8px 10px;
  color: var(--paper);
  background: var(--ink);
  font: 400 9px var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.live-dot::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background: var(--m-red);
  animation: status-pulse 1.4s ease-in-out infinite;
}
@keyframes status-pulse { 50% { opacity: .25; } }
.scroll-cue {
  position: absolute;
  z-index: 5;
  left: clamp(25px, 6vw, 95px);
  bottom: 4px;
  color: var(--m-red);
  font: 400 70px/1 var(--sans);
}
.graphic-stage { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.speed-stripes {
  position: absolute;
  z-index: 5;
  right: 5%;
  top: 16%;
  display: flex;
  gap: 7px;
  transform: skewX(-22deg);
  will-change: transform;
}
.speed-stripes i { display: block; width: 11px; height: 78px; }
.speed-stripes i:nth-child(1) { background: var(--m-blue-light); }
.speed-stripes i:nth-child(2) { background: var(--m-blue); }
.speed-stripes i:nth-child(3) { background: var(--m-red); }
.motorsport-field {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.motorsport-field > span {
  position: absolute;
  display: block;
  will-change: transform;
}
.aero-plane {
  transform: skewX(-26deg);
}
.plane-light {
  right: -5%;
  bottom: 0;
  width: 34%;
  height: 28%;
  background: var(--m-blue-light);
}
.plane-blue {
  right: 8%;
  bottom: 0;
  width: 40%;
  height: 24%;
  background: var(--m-blue);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}
.plane-red {
  right: -18%;
  top: 50%;
  width: 34%;
  height: 46%;
  background: var(--m-red);
  clip-path: polygon(42% 0, 100% 34%, 100% 100%, 0 100%);
}
.sector-card {
  display: none !important;
  width: 110px;
  height: 76px;
  padding: 13px;
  color: var(--paper);
  background: var(--navy);
  border-left: 6px solid var(--m-blue-light);
  box-shadow: 8px 8px 0 rgba(7, 25, 59, .18);
}
.sector-card b {
  display: block;
  font: italic 500 28px/.9 var(--mono);
}
.sector-card i {
  display: block;
  margin-top: 8px;
  font: normal 9px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sector-one { right: 12%; top: 34%; }
.sector-two { display: none !important; }
.track-dot,
.motorsport-field::before {
  display: none !important;
}

.signal-strip {
  position: relative;
  z-index: 7;
  height: 58px;
  margin-inline: clamp(18px, 3vw, 42px);
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}
.signal-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 3vw;
  will-change: transform;
  font: 500 13px var(--mono);
  letter-spacing: .14em;
}
.signal-track span:nth-of-type(3n + 1) { color: var(--m-blue-light); }
.signal-track span:nth-of-type(3n) { color: var(--m-red); }
.signal-track i {
  min-width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--m-blue);
  font-size: 8px;
  transform: skewX(-12deg);
}

.section-pad { padding: 125px clamp(25px, 8vw, 125px); }
.section-label {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 4px solid var(--ink);
  font: 500 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.telemetry { color: var(--m-blue); font-size: 8px; text-align: right; }
.section-heading { padding: 90px 0 60px; }
.section-heading h2, .approach-grid h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(44px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 800;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  min-height: 370px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  background: var(--paper);
  transition: transform .22s ease, box-shadow .22s ease;
}
.service-card:nth-child(2) { background: #dce7ed; }
.service-card:nth-child(3) { color: var(--paper); background: var(--m-blue); }
.service-card:nth-child(4) { color: var(--paper); background: var(--navy); }
.service-card span, .phase-number {
  font: italic 500 28px var(--mono);
}
.service-card h3 {
  margin: 90px 0 18px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.service-card p { margin: auto 0 0; line-height: 1.55; opacity: .84; }
.service-card:hover, .service-card:focus {
  transform: translate(-3px, -3px);
  box-shadow: 14px 14px 0 var(--ink);
  outline: none;
}
.service-card:focus-visible {
  outline: 3px solid var(--m-red);
  outline-offset: 6px;
}
.service-projects {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height .26s ease, margin-top .26s ease, opacity .2s ease, transform .22s ease;
}
.service-card:hover .service-projects,
.service-card:focus .service-projects,
.service-card:focus-within .service-projects {
  max-height: 104px;
  margin-top: 22px;
  opacity: 1;
  transform: translateY(0);
}
.service-projects a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid currentColor;
  color: inherit;
  background: rgba(243, 240, 232, .08);
  font: 700 10px var(--mono);
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.service-card:nth-child(-n+2) .service-projects a {
  background: rgba(9, 11, 10, .03);
}
.service-projects a:hover,
.service-projects a:focus-visible {
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-2px);
  outline: none;
}
.service-card:nth-child(n+3) .service-projects a:hover,
.service-card:nth-child(n+3) .service-projects a:focus-visible {
  color: var(--ink);
  background: var(--paper);
}

.approach {
  position: relative;
  background: var(--paper-deep);
}
.approach::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 21%;
  height: 9px;
  background: linear-gradient(110deg, transparent 0 8%, var(--m-blue-light) 8% 38%, var(--m-blue) 38% 69%, var(--m-red) 69%);
}
.approach-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  padding-top: 90px;
}
.approach-copy { font-size: 20px; line-height: 1.65; }
.approach-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}
.approach-list span {
  padding: 10px 13px;
  border: 2px solid var(--ink);
  font: 500 10px var(--mono);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.project-preview {
  position: relative;
  min-height: 430px;
  padding: 75px 0;
  overflow: hidden;
  color: var(--paper);
  background: var(--m-blue);
  border-top: 10px solid var(--ink);
}
.project-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, transparent 0 54px, rgba(255,255,255,.035) 55px 57px);
}
.manifesto-kicker {
  position: relative;
  z-index: 2;
  margin: 0 7vw 65px;
  font: 400 10px var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.manifesto-line {
  position: relative;
  z-index: 2;
  width: max-content;
  white-space: nowrap;
  font: 700 clamp(68px, 11vw, 175px)/.82 var(--sans);
  letter-spacing: -.075em;
  will-change: transform;
}
.project-preview .button { position: relative; z-index: 3; margin: 60px 0 0 7vw; }

.proof .metrics, .metrics {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr);
  border-top: 1px solid rgba(16, 17, 15, .25);
  border-left: 1px solid rgba(16, 17, 15, .25);
}
.metric {
  min-height: 190px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(16, 17, 15, .25);
  border-bottom: 1px solid rgba(16, 17, 15, .25);
}
.metric-featured {
  color: var(--paper);
  background: var(--m-red);
}
.metric strong {
  font: italic 300 clamp(38px, 4vw, 72px) var(--mono);
  letter-spacing: -.07em;
}
.metric span {
  font: 500 10px var(--mono);
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .68;
}

.contact {
  position: relative;
  min-height: 720px;
  padding: 140px clamp(25px, 8vw, 125px) 35px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--paper);
  background: var(--ink);
}
.contact::before {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -30%;
  width: 70%;
  height: 80%;
  background: var(--m-blue);
  transform: skewX(-35deg);
}
.contact::after {
  content: "";
  position: absolute;
  right: -12%;
  top: -15%;
  width: 47%;
  height: 115%;
  background: var(--m-red);
  transform: skewX(-32deg);
}
.contact-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.contact-inner h2 {
  margin-bottom: 30px;
  font-size: clamp(48px, 7vw, 100px);
  line-height: .98;
  letter-spacing: -.06em;
}
.contact-inner p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 42px;
  color: rgba(243, 240, 232, .72);
  line-height: 1.7;
}
.contact-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  padding-top: 30px;
  border-top: 1px solid rgba(243, 240, 232, .24);
}
.contact-bottom p { margin: 0; font: 400 9px var(--mono); letter-spacing: .05em; text-transform: uppercase; text-align: center; opacity: .68; }
.contact-bottom p:last-child { text-align: right; }
.brand-light::after { border-color: rgba(243, 240, 232, .45); }

.project-hero { min-height: 760px; }
.project-index { background: var(--paper); }
.project-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 34px;
  padding-top: 80px;
  align-items: start;
}
.project-list {
  display: grid;
  border-top: 4px solid var(--ink);
}
.project-row {
  position: relative;
  width: 100%;
  min-height: 72px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 44px 1fr minmax(170px, .55fr);
  gap: 16px;
  align-items: center;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, padding-left .25s ease;
}
.project-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--m-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}
.project-row:hover, .project-row:focus-visible, .project-row.is-active {
  padding-left: 28px;
  color: var(--paper);
  outline: none;
}
.project-row:hover::before, .project-row:focus-visible::before, .project-row.is-active::before {
  transform: scaleX(1);
}
.project-row span { color: var(--m-blue-light); font: 500 10px var(--mono); }
.project-row b { font-size: 18px; letter-spacing: -.035em; }
.project-row i { font: normal 10px var(--mono); letter-spacing: .04em; text-transform: uppercase; opacity: .75; }
.project-detail-wrap {
  position: sticky;
  top: 24px;
  align-self: start;
  height: fit-content;
}
.project-detail-wrap.reveal,
.project-detail-wrap.reveal.is-visible {
  transform: none;
}
.project-detail {
  padding: 32px;
  color: var(--paper);
  background: var(--navy);
  border-left: 6px solid var(--m-blue-light);
  box-shadow: 14px 14px 0 rgba(7, 25, 59, .25);
}
.project-detail h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 4vw, 62px);
  line-height: .95;
  letter-spacing: -.06em;
}
#project-meta {
  color: var(--m-blue-light);
  font: 500 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
#project-summary, #project-result { line-height: 1.65; color: rgba(243, 240, 232, .84); }
.project-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}
.project-points span {
  padding: 9px 10px;
  border: 1px solid rgba(243, 240, 232, .34);
  font: 500 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.project-explore {
  position: relative;
  isolation: isolate;
  width: calc(100% - 14px);
  min-height: 82px;
  margin-top: 24px;
  padding: 20px 32px;
  justify-content: space-between;
  overflow: hidden;
  color: var(--paper);
  background: var(--m-red);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.project-explore::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(112deg, transparent 20%, rgba(255, 255, 255, .3) 45%, transparent 68%);
  transform: translateX(-130%);
}
.project-explore span {
  display: inline-block;
}
.project-explore:hover,
.project-explore:focus-visible {
  color: var(--paper);
  background: #bd241d;
  transform: translate(-2px, -2px);
  box-shadow: 14px 14px 0 var(--navy);
}
.project-explore:hover::before,
.project-explore:focus-visible::before {
  animation: project-cta-sheen .8s cubic-bezier(.16, 1, .3, 1);
}
.project-explore:hover span,
.project-explore:focus-visible span {
  animation: project-cta-arrow .8s cubic-bezier(.16, 1, .3, 1);
}
body.motion-on .project-explore::after {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .22);
  animation: project-cta-breathe 4.8s ease-in-out infinite;
}
body.motion-on .project-explore span {
  animation: project-cta-drift 2.8s ease-in-out infinite;
}
@keyframes project-cta-sheen {
  to { transform: translateX(130%); }
}
@keyframes project-cta-arrow {
  0%, 100% { transform: translate(0); }
  45% { transform: translate(5px, -5px); }
}
@keyframes project-cta-breathe {
  0%, 100% { opacity: .3; transform: scale(1); }
  50% { opacity: .75; transform: scale(.992); }
}
@keyframes project-cta-drift {
  0%, 100% { transform: translate(0); }
  50% { transform: translate(3px, -3px); }
}

.gallery-hero { min-height: 780px; }
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 760px;
}
.gallery-filters span,
.gallery-filters button {
  padding: 10px 12px;
  border: 2px solid var(--ink);
  background: rgba(243, 240, 232, .72);
  color: var(--ink);
  font: 700 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.gallery-filters button {
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.gallery-filters button:hover,
.gallery-filters button:focus-visible,
.gallery-filters button.is-active {
  color: #fff;
  background: var(--ink);
  transform: translateY(-2px);
}
.gallery-section {
  background: var(--paper-deep);
}
.gallery-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  padding-top: 70px;
}
.gallery-wall-status {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 0;
  font: 500 10px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gallery-wall {
  grid-auto-rows: 8px;
  grid-auto-flow: dense;
  align-items: start;
}
.gallery-wall .gallery-card {
  width: 100%;
  min-height: 0;
  padding: 0;
  display: block;
  text-align: left;
  cursor: zoom-in;
  appearance: none;
}
.gallery-wall .gallery-card.is-wide {
  grid-column: span 2;
}
.gallery-wall .gallery-card[hidden] {
  display: none;
}
.gallery-wall .gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .65s cubic-bezier(.16,1,.3,1), filter .35s ease;
}
.gallery-wall .gallery-card:hover img,
.gallery-wall .gallery-card:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.08);
}
.gallery-wall .gallery-meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 12px;
  pointer-events: none;
}
.gallery-wall .gallery-meta b {
  font-size: clamp(17px, 1.7vw, 27px);
}
.gallery-lightbox {
  position: fixed;
  z-index: 80;
  inset: 0;
  padding: clamp(44px, 6vw, 90px);
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  align-items: center;
  gap: 22px;
  color: #fff;
  background: rgba(3, 10, 25, .96);
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s ease, visibility .24s ease;
}
.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.gallery-lightbox figure {
  min-width: 0;
  max-height: calc(100vh - 90px);
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  justify-items: center;
  gap: 16px;
}
.gallery-lightbox img {
  max-width: 100%;
  max-height: calc(100vh - 170px);
  object-fit: contain;
  border: 2px solid rgba(255,255,255,.8);
  box-shadow: 18px 18px 0 rgba(70,185,232,.18);
}
.gallery-lightbox figcaption {
  width: min(100%, 940px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 500 10px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gallery-lightbox figcaption b {
  font-size: 13px;
}
.gallery-lightbox figcaption span {
  color: var(--m-blue-light);
}
.gallery-lightbox button {
  color: #fff;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.04);
  cursor: pointer;
}
.gallery-lightbox-nav {
  width: 64px;
  height: 64px;
  font-size: 25px;
}
.gallery-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  font-size: 30px;
}
.gallery-lightbox button:hover,
.gallery-lightbox button:focus-visible {
  color: var(--ink);
  background: var(--m-blue-light);
}
body.gallery-modal-open {
  overflow: hidden;
}
.gallery-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  background: var(--navy);
  transition: transform .24s ease, box-shadow .24s ease;
}
.gallery-card:hover,
.gallery-card:focus-visible {
  transform: translate(-4px, -4px);
  box-shadow: 16px 16px 0 var(--ink);
  outline: none;
}
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; min-height: 738px; }
.gallery-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--m-blue);
}
.gallery-art::before,
.gallery-art::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform .5s cubic-bezier(.16,1,.3,1), opacity .3s ease;
}
.gallery-card:hover .gallery-art::before,
.gallery-card:focus-visible .gallery-art::before {
  transform: translate3d(3%, -3%, 0) scale(1.04);
}
.gallery-card:hover .gallery-art::after,
.gallery-card:focus-visible .gallery-art::after {
  transform: translate3d(-4%, 4%, 0);
  opacity: .84;
}
.gallery-meta {
  position: relative;
  z-index: 2;
  margin: 18px;
  padding: 14px 16px;
  display: grid;
  gap: 8px;
  background: rgba(7, 31, 75, .9);
  border-left: 5px solid var(--m-blue-light);
  transform: translateY(8px);
  transition: transform .24s ease, background .24s ease;
}
.gallery-card:hover .gallery-meta,
.gallery-card:focus-visible .gallery-meta {
  transform: translateY(0);
  background: var(--ink);
}
.gallery-meta b {
  font-size: clamp(22px, 2.5vw, 36px);
  line-height: .95;
  letter-spacing: -.055em;
}
.gallery-meta i {
  color: var(--m-blue-light);
  font: normal 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.art-ai {
  background:
    radial-gradient(circle at 24% 28%, var(--m-red) 0 8%, transparent 8.4%),
    linear-gradient(135deg, var(--m-blue-light), var(--m-blue));
}
.art-ai::before {
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.16) 0 2px, transparent 2px 34px);
}
.art-ai::after {
  clip-path: polygon(12% 70%, 100% 28%, 100% 100%, 0 100%);
  background: rgba(7, 31, 75, .75);
}
.art-vector {
  background: var(--paper);
}
.art-vector::before {
  background: conic-gradient(from 45deg, var(--m-blue-light), var(--m-blue), var(--m-red), var(--m-blue-light));
  clip-path: polygon(15% 12%, 86% 20%, 73% 84%, 8% 73%);
}
.art-vector::after {
  inset: 24%;
  border: 3px solid var(--ink);
  transform: rotate(-8deg);
}
.art-textile {
  background: var(--m-blue-light);
}
.art-textile::before {
  background: repeating-linear-gradient(135deg, var(--m-blue) 0 24px, var(--m-blue-light) 24px 48px, var(--m-red) 48px 72px);
}
.art-textile::after {
  background: repeating-linear-gradient(90deg, transparent 0 28px, rgba(243,240,232,.22) 29px 31px);
}
.art-motion {
  background: var(--navy);
}
.art-motion::before {
  background: linear-gradient(110deg, transparent 0 14%, var(--m-blue-light) 14% 30%, transparent 30% 42%, var(--m-red) 42% 58%, transparent 58%);
}
.art-motion::after {
  background: repeating-linear-gradient(0deg, rgba(243,240,232,.16) 0 2px, transparent 2px 22px);
}
.art-product {
  background: var(--paper);
}
.art-product::before {
  inset: 12%;
  background: var(--m-blue);
  box-shadow: 34px 28px 0 var(--m-blue-light), -22px 58px 0 var(--m-red);
  transform: skewX(-13deg);
}
.art-product::after {
  border: 3px solid var(--ink);
  inset: 22%;
}
.art-cre {
  background: linear-gradient(90deg, var(--m-blue) 0 52%, var(--m-red) 52%);
}
.art-cre::before {
  background: linear-gradient(135deg, transparent 0 48%, rgba(243,240,232,.9) 48.4% 56%, transparent 56.4%);
}
.art-cre::after {
  background: repeating-linear-gradient(90deg, transparent 0 46px, rgba(16,17,15,.18) 47px 49px);
}
.art-surf {
  background: var(--m-blue-light);
}
.art-surf::before {
  background: radial-gradient(ellipse at 30% 70%, var(--paper) 0 18%, transparent 18.4%), radial-gradient(ellipse at 80% 22%, var(--m-blue) 0 22%, transparent 22.4%);
}
.art-surf::after {
  background: linear-gradient(140deg, transparent 0 50%, var(--m-red) 50.4% 100%);
}
.art-repeat {
  background: var(--m-red);
}
.art-repeat::before {
  background: repeating-linear-gradient(45deg, var(--paper) 0 18px, var(--m-red) 18px 36px, var(--m-blue) 36px 54px);
}
.art-repeat::after {
  background: rgba(7,31,75,.34);
  clip-path: polygon(0 0, 58% 0, 34% 100%, 0 100%);
}
.art-culture {
  background: var(--ink);
}
.art-culture::before {
  background: var(--m-red);
  clip-path: polygon(22% 8%, 82% 18%, 68% 86%, 8% 72%);
}
.art-culture::after {
  inset: 12%;
  border: 5px solid var(--paper);
  transform: rotate(10deg);
}
.art-cinema {
  background: var(--navy);
}
.art-cinema::before {
  background: repeating-radial-gradient(circle at 50% 50%, var(--m-blue-light) 0 8px, transparent 9px 28px);
}
.art-cinema::after {
  background: linear-gradient(90deg, var(--ink) 0 18%, transparent 18% 82%, var(--ink) 82%);
}
.art-apparel {
  background: var(--paper);
}
.art-apparel::before {
  background: var(--m-blue);
  clip-path: polygon(34% 10%, 66% 10%, 86% 33%, 70% 47%, 70% 88%, 30% 88%, 30% 47%, 14% 33%);
}
.art-apparel::after {
  inset: 27% 34%;
  background: var(--m-red);
  border-radius: 50%;
}
.art-performance {
  background: var(--m-blue);
}
.art-performance::before {
  background: linear-gradient(180deg, transparent 0 18%, rgba(243,240,232,.92) 18% 21%, transparent 21% 38%, rgba(243,240,232,.92) 38% 41%, transparent 41%);
}
.art-performance::after {
  background: linear-gradient(115deg, transparent 0 58%, var(--m-red) 58.4% 100%);
}

.case-page .site-header { position: relative; }
.case-hero {
  position: relative;
  min-height: 840px;
  margin: 0 clamp(18px, 3vw, 42px);
  padding: 110px clamp(25px, 8vw, 125px);
  overflow: hidden;
  border: 2px solid var(--ink);
  border-top: 0;
  background: var(--paper);
}
.case-hero-grid {
  position: relative;
  z-index: 3;
  max-width: 900px;
}
.case-kicker {
  display: flex;
  gap: 18px;
  margin-bottom: 48px;
  color: var(--m-blue);
  font: 500 11px var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.case-hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(62px, 9vw, 138px);
}
.case-meta {
  color: var(--m-blue);
  font: 500 13px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.case-summary-large {
  max-width: 720px;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.28;
  letter-spacing: -.035em;
}
.case-actions { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; margin-top: 36px; }
.case-visual-stack {
  position: absolute;
  z-index: 1;
  right: 5vw;
  bottom: 70px;
  width: min(44vw, 620px);
  display: grid;
  gap: 20px;
}
.placeholder {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(243, 240, 232, .78);
  background:
    linear-gradient(135deg, rgba(70,185,232,.78), rgba(21,87,192,.92)),
    var(--m-blue);
  border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 rgba(7, 25, 59, .22);
  font: 500 10px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.28) 48.5% 49.2%, transparent 49.6%),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(255,255,255,.08) 23px 24px);
}
.placeholder span { position: relative; z-index: 1; padding: 10px 12px; background: rgba(7, 31, 75, .72); }
.placeholder-large { min-height: 410px; }
.placeholder-small {
  width: 58%;
  min-height: 190px;
  justify-self: end;
  background: var(--m-red);
}
.case-image-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 rgba(7, 25, 59, .22);
}
.case-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.case-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.case-stat {
  min-height: 170px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.case-stat strong { font: 700 clamp(24px, 3vw, 42px)/1 var(--sans); letter-spacing: -.045em; }
.case-stat span { font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--m-blue); }
.case-body { background: var(--paper-deep); }
.case-body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.case-panel {
  min-height: 420px;
  padding: 34px;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--ink);
}
.case-panel h2, .deliverables-card h2 {
  font-size: clamp(34px, 4vw, 62px);
  line-height: .98;
  letter-spacing: -.06em;
}
.case-panel p, .case-panel li { font-size: 18px; line-height: 1.65; }
.case-panel li { margin-bottom: 12px; }
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 70px;
}
.gallery-grid .wide { grid-column: 1 / -1; min-height: 360px; background: var(--navy); }
.bn26-case {
  --bn26-charcoal: #161616;
  --bn26-silver: #d6d6d4;
  background: #f5f5f2;
}
.bn26-hero {
  min-height: 720px;
  background:
    linear-gradient(125deg, transparent 0 72%, rgba(0,0,0,.045) 72.2%),
    #f5f5f2;
}
.bn26-hero .case-hero-grid {
  max-width: 930px;
}
.bn26-image-break {
  background: var(--bn26-silver);
}
.bn26-image-break-dark {
  background: var(--bn26-charcoal);
}
.bn26-image-break figure {
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--bn26-charcoal);
  box-shadow: 14px 14px 0 rgba(0,0,0,.2);
}
.bn26-image-break-dark figure {
  border-color: #fff;
  box-shadow: 14px 14px 0 rgba(255,255,255,.14);
}
.bn26-image-break img {
  width: 100%;
  height: auto;
  display: block;
}
.bn26-process {
  background: var(--bn26-charcoal);
  color: #fff;
}
.bn26-process .section-label {
  border-color: rgba(255,255,255,.28);
}
.bn26-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,.25);
  border-left: 1px solid rgba(255,255,255,.25);
}
.bn26-process-grid article {
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.bn26-process-grid article > span {
  color: var(--m-blue-light);
  font: 500 11px var(--mono);
}
.bn26-process-grid h3 {
  margin: 72px 0 24px;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1;
  letter-spacing: -.045em;
}
.bn26-process-grid p {
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}
.bn26-confidentiality {
  background: var(--bn26-silver);
}
.bn26-confidentiality article {
  max-width: 1050px;
  margin-top: 64px;
  padding: clamp(30px, 4vw, 58px);
  color: #fff;
  background: var(--bn26-charcoal);
  box-shadow: 14px 14px 0 rgba(0,0,0,.18);
}
.bn26-confidentiality article h2 {
  margin-bottom: 28px;
  font-size: clamp(36px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -.055em;
}
.bn26-confidentiality article p:not(.eyebrow) {
  color: rgba(255,255,255,.75);
  font-size: 18px;
  line-height: 1.65;
}
.bn26-case .deliverables-card > p:last-child {
  max-width: 760px;
  margin-top: 32px;
  color: rgba(255,255,255,.75);
  font-size: 18px;
  line-height: 1.65;
}
.aigen-case {
  background: var(--paper);
}
.aigen-case .case-hero {
  min-height: 920px;
}
.aigen-case .case-hero-grid {
  max-width: min(44%, 650px);
}
.aigen-hero-images {
  right: clamp(24px, 4vw, 72px);
  bottom: 55px;
  width: min(43vw, 690px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: clamp(12px, 1.4vw, 24px);
}
.aigen-hero-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 rgba(7, 25, 59, .22);
}
.aigen-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.aigen-hero-image-boxing {
  align-self: start;
  transform: translateY(-55px);
}
.aigen-hero-image-milkshake {
  z-index: 2;
}
.aigen-video-section {
  color: var(--paper);
  background:
    radial-gradient(circle at 82% 18%, rgba(70,185,232,.28) 0 9%, transparent 9.4%),
    linear-gradient(135deg, var(--ink) 0 54%, var(--navy) 54.3% 100%);
}
.aigen-video-section .section-label {
  border-color: rgba(255,255,255,.28);
}
.aigen-video-section .telemetry,
.aigen-video-section .eyebrow {
  color: var(--m-blue-light);
}
.aigen-video-showcase {
  display: grid;
  grid-template-columns: minmax(300px, .58fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 70px;
  align-items: stretch;
}
.aigen-player-panel {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 3px solid var(--paper);
  background:
    linear-gradient(135deg, rgba(70,185,232,.16), transparent 44%),
    rgba(255,255,255,.06);
  box-shadow: 12px 12px 0 rgba(70,185,232,.24);
}
.aigen-player-panel h2 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5vw, 78px);
  line-height: .94;
  letter-spacing: -.07em;
}
.aigen-player-panel p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.6;
}
.aigen-playlist-status {
  display: none;
  padding: 12px 14px;
  color: var(--paper);
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
  font: 700 9px/1.4 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.aigen-player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}
.aigen-player-controls button {
  min-height: 42px;
  padding: 11px 14px;
  color: var(--paper);
  border: 2px solid rgba(255,255,255,.5);
  background: transparent;
  font: 700 9px var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.aigen-player-controls button:hover,
.aigen-player-controls button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--m-blue-light);
  background: rgba(70,185,232,.18);
  outline: none;
}
.aigen-player-frame {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 3px solid var(--paper);
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 12px),
    var(--ink);
  box-shadow: 14px 14px 0 rgba(229,54,44,.28);
}
.aigen-player-frame::before {
  content: "DOOH / PLAYLIST";
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 8px 10px;
  color: var(--paper);
  background: var(--m-red);
  font: 700 8px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.aigen-player-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.aigen-clip-strip {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 4px 16px;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--m-blue-light) rgba(255,255,255,.16);
}
.aigen-clip-strip button {
  flex: 0 0 min(240px, 72vw);
  min-height: 160px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--paper);
  border: 2px solid rgba(255,255,255,.32);
  background:
    linear-gradient(135deg, transparent 0 54%, rgba(70,185,232,.18) 54.4%),
    rgba(255,255,255,.055);
  text-align: left;
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.aigen-clip-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(70,185,232,.34), rgba(229,54,44,.24)),
    var(--navy);
  border-bottom: 2px solid rgba(255,255,255,.32);
}
.aigen-clip-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .32s cubic-bezier(.16,1,.3,1), opacity .2s ease;
}
.aigen-clip-thumb::after {
  content: "PLAY";
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 8px;
  color: var(--paper);
  background: var(--m-red);
  font: 700 8px var(--mono);
  letter-spacing: .1em;
}
.aigen-clip-body {
  min-height: 92px;
  padding: 14px;
  display: grid;
  align-content: space-between;
  gap: 8px;
}
.aigen-clip-strip button:hover,
.aigen-clip-strip button:focus-visible,
.aigen-clip-strip button.is-active {
  transform: translateY(-4px);
  border-color: var(--m-blue-light);
  background:
    linear-gradient(135deg, transparent 0 54%, rgba(229,54,44,.22) 54.4%),
    rgba(255,255,255,.09);
  outline: none;
}
.aigen-clip-strip button.is-active {
  box-shadow: inset 0 -6px 0 var(--m-red);
}
.aigen-clip-strip button:hover img,
.aigen-clip-strip button:focus-visible img,
.aigen-clip-strip button.is-active img {
  transform: scale(1.05);
}
.aigen-clip-strip span {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 7px 9px;
  background: rgba(8,13,14,.82);
  color: var(--m-red);
  font: italic 700 24px/1 var(--mono);
}
.aigen-clip-strip b {
  font-size: clamp(22px, 2vw, 34px);
  line-height: .95;
  letter-spacing: -.055em;
}
.aigen-clip-strip i {
  color: rgba(255,255,255,.68);
  font: normal 9px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.klyro-case {
  --klyro-teal: #0d7772;
  --klyro-deep: #073f3d;
  --klyro-mint: #dff4ef;
  --klyro-sky: #cdeef5;
  background: #fff;
}
.klyro-case .nav-cta,
.klyro-case nav [aria-current="page"],
.klyro-case .case-meta,
.klyro-case .case-kicker,
.klyro-case .eyebrow,
.klyro-case .case-stat span {
  color: var(--klyro-teal);
}
.klyro-case .progress,
.klyro-case .button-dark {
  background: linear-gradient(90deg, var(--klyro-teal), #53c6bc, var(--m-blue-light));
}
.klyro-hero {
  min-height: 860px;
  background:
    radial-gradient(circle at 73% 18%, rgba(13, 119, 114, .13) 0 12%, transparent 12.4%),
    linear-gradient(125deg, transparent 0 64%, rgba(223, 244, 239, .78) 64.3%),
    #fff;
}
.klyro-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -16vw;
  width: min(54vw, 740px);
  aspect-ratio: 1;
  border: 2px solid rgba(13, 119, 114, .2);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(13,119,114,.08) 0 2px, transparent 3px 18px);
}
.klyro-ad-card figcaption {
  font: 700 9px var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}
.klyro-snapshot,
.klyro-role,
.klyro-library,
.klyro-takeaway {
  background: #fff;
}
.klyro-overview,
.klyro-process,
.klyro-results {
  background: #f7fbfa;
}
.klyro-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 24px;
  margin-top: 70px;
}
.klyro-copy-card,
.klyro-takeaway-card {
  padding: clamp(30px, 5vw, 64px);
  border: 3px solid var(--ink);
  background: #fff;
  box-shadow: 12px 12px 0 var(--ink);
}
.klyro-copy-card h2,
.klyro-library-intro h2,
.klyro-takeaway-card h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 86px);
  line-height: .94;
  letter-spacing: -.075em;
}
.klyro-copy-card p:not(.eyebrow),
.klyro-library-intro p,
.klyro-takeaway-card p {
  max-width: 860px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}
.klyro-objective-list {
  display: grid;
  gap: 14px;
}
.klyro-objective-list div {
  padding: 24px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  border: 3px solid var(--ink);
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.klyro-objective-list div:hover {
  transform: translate(-3px, -3px);
  background: var(--klyro-mint);
  box-shadow: 8px 8px 0 var(--klyro-teal);
}
.klyro-objective-list span,
.klyro-role-grid span,
.klyro-process-grid span {
  color: var(--klyro-teal);
  font: italic 700 28px/1 var(--mono);
}
.klyro-objective-list p,
.klyro-role-grid p,
.klyro-process-grid p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.klyro-role-grid,
.klyro-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 70px;
}
.klyro-process-grid {
  grid-template-columns: repeat(3, 1fr);
}
.klyro-role-grid article,
.klyro-process-grid article {
  min-height: 330px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 3px solid var(--ink);
  background:
    linear-gradient(145deg, transparent 0 68%, rgba(13, 119, 114, .1) 68.4%),
    #fff;
  box-shadow: 9px 9px 0 var(--ink);
}
.klyro-role-grid h3,
.klyro-process-grid h3,
.klyro-group-copy h3 {
  margin: auto 0 16px;
  font-size: clamp(28px, 3vw, 50px);
  line-height: .95;
  letter-spacing: -.06em;
}
.klyro-library-intro {
  max-width: 980px;
  margin-top: 70px;
}
.klyro-ad-group {
  margin-top: 70px;
  padding-top: 34px;
  border-top: 2px solid var(--ink);
}
.klyro-group-copy {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}
.klyro-group-copy h3 {
  margin: 0;
}
.klyro-ad-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.klyro-ad-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.klyro-ad-card {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: #f7fbfa;
  box-shadow: 8px 8px 0 var(--ink);
  transition: transform .22s ease, box-shadow .22s ease;
}
.klyro-ad-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 var(--klyro-teal);
}
.klyro-ad-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: contain;
  background: #10110f;
}
.klyro-ad-card.wide img {
  aspect-ratio: 1 / 1;
}
.klyro-ad-card figcaption {
  padding: 14px 16px;
  color: var(--klyro-deep);
  border-top: 3px solid var(--ink);
  background: #fff;
}
.klyro-results .deliverables-card {
  background:
    linear-gradient(125deg, transparent 0 68%, rgba(223, 244, 239, .38) 68.4%),
    var(--klyro-deep);
  border-left-color: #72dfd6;
}
.klyro-results .deliverables-card p:not(.eyebrow) {
  max-width: 840px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: 22px;
  line-height: 1.5;
}
.klyro-results .project-points span {
  border-color: rgba(255,255,255,.28);
}
.klyro-takeaway-card {
  background:
    radial-gradient(circle at 82% 20%, rgba(13,119,114,.14) 0 10%, transparent 10.4%),
    linear-gradient(135deg, transparent 0 70%, rgba(205, 238, 245, .72) 70.4%),
    #fff;
}
.klyro-takeaway-card .button {
  margin-top: 26px;
}
.instagram-case {
  background: var(--paper);
}
.sscre-case {
  background: #fff;
}
.sscre-case .case-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(70,185,232,.18) 0 13%, transparent 13.4%),
    linear-gradient(135deg, transparent 0 62%, rgba(21,87,192,.12) 62.2% 100%),
    #fff;
}
.sscre-case .case-meta,
.sscre-case .case-kicker,
.sscre-case .eyebrow,
.sscre-case .case-stat span {
  color: var(--m-blue);
}
.sscre-hero-card {
  height: 430px;
  background: #2f91f4;
}
.sscre-hero-card img {
  object-fit: contain;
}
.sscre-detail-card {
  width: 48%;
  height: 220px;
  justify-self: end;
  background: var(--ink);
}
.sscre-detail-card img {
  object-fit: contain;
}
.instagram-showcase {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  gap: 28px;
  padding-top: 70px;
  align-items: start;
}
.instagram-live-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  padding: 34px;
  border: 3px solid var(--ink);
  background: var(--paper-deep);
  box-shadow: 12px 12px 0 var(--ink);
}
.instagram-live-panel h2 {
  margin-bottom: 16px;
  font-size: clamp(42px, 4vw, 70px);
  line-height: .95;
  letter-spacing: -.065em;
}
.instagram-live-panel p:not(.eyebrow) {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.6;
}
.instagram-live-panel .text-link {
  width: fit-content;
  margin-top: 14px;
}
.instagram-frame {
  position: relative;
  width: min(100%, 620px);
  min-height: 0;
  aspect-ratio: 1 / 1.14;
  margin-inline: auto;
  margin-bottom: 28px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(70,185,232,.32), transparent 42%),
    var(--paper);
}
.instagram-frame iframe {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: var(--paper);
}
.instagram-frame-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 14px;
  text-align: center;
  padding: 28px;
}
.instagram-frame-fallback span {
  color: var(--m-blue);
  font: 700 10px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.instagram-frame-fallback a {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--ink);
  font-weight: 700;
}
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}
.instagram-tile {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 18px;
  color: var(--paper);
  border: 3px solid var(--ink);
  background: var(--navy);
  box-shadow: 9px 9px 0 var(--ink);
  transition: transform .22s ease, box-shadow .22s ease;
}
.instagram-tile:hover,
.instagram-tile:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 14px 14px 0 var(--ink);
  outline: none;
}
.sscre-carousel {
  position: relative;
  z-index: 0;
  width: min(100%, 920px);
  justify-self: center;
}
.sscre-carousel-stage {
  position: relative;
  aspect-ratio: var(--sscre-slide-ratio, 1 / 1);
  max-height: min(78vh, 980px);
  overflow: hidden;
  border: 3px solid var(--ink);
  background: #fff;
  box-shadow: 12px 12px 0 var(--ink);
  transition: aspect-ratio .28s ease;
}
.sscre-carousel-track {
  height: 100%;
  display: flex;
  transition: transform .45s cubic-bezier(.16,1,.3,1);
}
.sscre-carousel-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  background: #fff;
}
.sscre-carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.sscre-carousel-slide figcaption {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 28px);
  padding: 9px 11px;
  color: var(--paper);
  background: rgba(16,17,15,.82);
}
.sscre-carousel-slide figcaption span {
  color: var(--m-red);
  font: italic 800 21px/1 var(--mono);
}
.sscre-carousel-slide figcaption b {
  font: 700 9px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sscre-carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--m-blue);
  border: 2px solid var(--paper);
  font: 800 22px/1 var(--mono);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .18s ease, transform .18s ease;
}
.sscre-carousel-arrow:hover,
.sscre-carousel-arrow:focus-visible {
  background: var(--m-red);
  transform: translateY(-50%) scale(1.05);
  outline: none;
}
.sscre-carousel-arrow.prev { left: 14px; }
.sscre-carousel-arrow.next { right: 14px; }
.sscre-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.sscre-carousel-dots button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font: italic 800 11px/1 var(--mono);
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.sscre-carousel-dots button.is-active,
.sscre-carousel-dots button:hover,
.sscre-carousel-dots button:focus-visible {
  color: var(--paper);
  background: var(--m-blue);
  transform: translateY(-2px);
  outline: none;
}
.instagram-tile b,
.instagram-tile i {
  position: relative;
  z-index: 2;
}
.instagram-tile b {
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: .96;
  letter-spacing: -.055em;
}
.instagram-tile i {
  width: fit-content;
  padding: 7px 9px;
  color: var(--paper);
  background: rgba(16, 17, 15, .76);
  font: normal 9px var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.tile-feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 536px;
}
.tile-wide { grid-column: span 2; }
.ig-art {
  position: absolute;
  inset: 0;
  background: var(--m-blue);
}
.ig-art::before,
.ig-art::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.instagram-tile:hover .ig-art::before,
.instagram-tile:focus-visible .ig-art::before {
  transform: translate3d(4%, -4%, 0) scale(1.04);
}
.ig-listing {
  background: var(--paper);
}
.ig-listing::before {
  inset: 11%;
  border: 4px solid var(--ink);
  background: linear-gradient(135deg, var(--m-blue-light) 0 58%, var(--m-blue) 58%);
}
.ig-listing::after {
  background: linear-gradient(115deg, transparent 0 57%, var(--m-red) 57.4% 100%);
}
.ig-sold {
  background: var(--m-red);
}
.ig-sold::before {
  inset: 18%;
  border: 4px solid var(--paper);
}
.ig-sold::after {
  background: repeating-linear-gradient(0deg, transparent 0 28px, rgba(243,240,232,.2) 29px 31px);
}
.ig-detail {
  background: var(--m-blue-light);
}
.ig-detail::before {
  background: radial-gradient(circle at 50% 42%, var(--paper) 0 18%, transparent 18.5%);
}
.ig-detail::after {
  background: linear-gradient(135deg, transparent 0 48%, var(--navy) 48.5% 100%);
}
.ig-sector {
  background: var(--navy);
}
.ig-sector::before {
  background: repeating-linear-gradient(90deg, rgba(243,240,232,.14) 0 2px, transparent 2px 28px);
}
.ig-sector::after {
  clip-path: polygon(0 60%, 100% 16%, 100% 100%, 0 100%);
  background: var(--m-blue);
}
.ig-map {
  background: var(--m-blue);
}
.ig-map::before {
  background: linear-gradient(90deg, var(--m-blue-light) 0 28%, transparent 28% 32%, var(--navy) 32% 65%, transparent 65% 69%, var(--m-red) 69%);
}
.ig-map::after {
  border-top: 3px dashed rgba(243,240,232,.65);
  border-bottom: 3px dashed rgba(243,240,232,.65);
  transform: rotate(-7deg) scale(1.15);
}
.golfdaze-case {
  --golf-green: #005944;
  --golf-green-dark: #003f31;
  --golf-gold: #d4af37;
  --golf-coral: #ff6b6b;
  --golf-teal: #4ecdc4;
  background: var(--paper);
}
.golfdaze-case .nav-cta,
.golfdaze-case nav [aria-current="page"],
.golfdaze-case .case-meta,
.golfdaze-case .case-kicker,
.golfdaze-case .eyebrow,
.golfdaze-case .case-stat span {
  color: var(--golf-green);
}
.golfdaze-case .progress,
.golfdaze-case .button-dark {
  background: linear-gradient(90deg, var(--golf-green), var(--golf-gold), var(--golf-coral), var(--golf-teal));
}
.golfdaze-hero {
  min-height: 820px;
  background:
    radial-gradient(circle at 72% 24%, rgba(212, 175, 55, .16) 0 10%, transparent 10.4%),
    linear-gradient(180deg, rgba(78, 205, 196, .08), transparent 44%),
    var(--paper);
}
.golfdaze-hero-pattern {
  position: absolute;
  inset: auto -5vw -120px auto;
  z-index: 0;
  width: min(54vw, 780px);
  height: 520px;
  opacity: .14;
  background-image: url("assets/golf-daze/pattern-dimple.jpg");
  background-size: cover;
  border: 2px solid var(--ink);
  transform: rotate(-7deg);
}
.golfdaze-visual-stack {
  right: clamp(20px, 5vw, 72px);
  bottom: 78px;
  width: min(38vw, 560px);
  gap: 18px;
}
.golfdaze-logo-card {
  position: relative;
  margin: 0;
  min-height: 275px;
  padding: 18px;
  display: grid;
  align-content: center;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--golf-green);
}
.golfdaze-logo-card img {
  width: 100%;
  display: block;
}
.golfdaze-logo-card figcaption,
.golfdaze-board figcaption,
.golfdaze-logo-grid figcaption,
.golfdaze-pattern-card figcaption {
  font: 700 9px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.golfdaze-logo-card figcaption {
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: var(--golf-green);
}
.golfdaze-ball-card {
  position: relative;
  justify-self: end;
  width: min(58%, 250px);
  min-height: 190px;
  margin: 0;
  padding: 12px;
  display: grid;
  align-content: center;
  overflow: hidden;
  color: var(--ink);
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--golf-gold);
}
.golfdaze-ball-card img {
  width: 100%;
  display: block;
}
.golfdaze-ball-card figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 7px 9px;
  color: var(--paper);
  background: var(--golf-green);
  font: normal 9px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.golfdaze-snapshot {
  background: var(--paper);
}
.golfdaze-challenge,
.golfdaze-approach,
.golfdaze-execution {
  background: var(--paper-deep);
}
.golfdaze-editorial-grid,
.golfdaze-execution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 24px;
  margin-top: 70px;
  align-items: stretch;
}
.golfdaze-copy-card {
  padding: clamp(28px, 4vw, 52px);
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--ink);
}
.golfdaze-copy-card h2,
.golfdaze-section-intro h2,
.golfdaze-takeaway-card h2 {
  margin-bottom: 22px;
  font-size: clamp(40px, 5vw, 82px);
  line-height: .95;
  letter-spacing: -.07em;
}
.golfdaze-copy-card p:not(.eyebrow),
.golfdaze-takeaway-card p {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}
.golfdaze-need-list {
  display: grid;
  gap: 14px;
}
.golfdaze-need-list div {
  padding: 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  border: 3px solid var(--ink);
  background: var(--paper);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.golfdaze-need-list div:hover {
  transform: translate(-3px, -3px);
  background: #fafffe;
  box-shadow: 8px 8px 0 var(--golf-gold);
}
.golfdaze-need-list span,
.golfdaze-process-card span {
  color: var(--golf-coral);
  font: italic 700 28px/1 var(--mono);
}
.golfdaze-need-list p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}
.golfdaze-asset-board,
.golfdaze-symbol-section,
.golfdaze-logo-section,
.golfdaze-takeaway {
  background: var(--paper);
}
.golfdaze-board {
  margin: 70px 0 0;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 14px 14px 0 var(--golf-green);
}
.golfdaze-board img {
  width: 100%;
  display: block;
}
.golfdaze-board figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-top: 3px solid var(--ink);
}
.golfdaze-board figcaption span {
  color: var(--golf-green);
}
.golfdaze-board figcaption b {
  max-width: 680px;
  text-align: right;
}
.golfdaze-section-intro {
  max-width: 980px;
  margin-top: 70px;
}
.golfdaze-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 38px;
}
.golfdaze-process-card {
  min-height: 360px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 3px solid var(--ink);
  background:
    linear-gradient(145deg, transparent 0 68%, rgba(212, 175, 55, .18) 68.4%),
    var(--paper);
  box-shadow: 10px 10px 0 var(--ink);
}
.golfdaze-process-card h3 {
  margin: auto 0 16px;
  font-size: clamp(30px, 3vw, 54px);
  line-height: .95;
  letter-spacing: -.06em;
}
.golfdaze-process-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}
.golfdaze-symbol-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 70px;
  align-items: stretch;
}
.golfdaze-symbol-card {
  position: relative;
  min-height: 430px;
  margin: 0;
  padding: 22px;
  display: grid;
  align-content: center;
  overflow: hidden;
  border: 3px solid var(--ink);
  background:
    radial-gradient(circle at 72% 22%, rgba(78,205,196,.18) 0 10%, transparent 10.4%),
    var(--paper);
  box-shadow: 12px 12px 0 var(--golf-gold);
}
.golfdaze-symbol-card img {
  width: 100%;
  display: block;
}
.golfdaze-symbol-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px;
  color: var(--paper);
  background: var(--golf-green);
  font: 700 9px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.golfdaze-symbol-card figcaption b {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.78);
  font-style: normal;
}
.golfdaze-symbol-copy {
  padding: clamp(28px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 3px solid var(--ink);
  background:
    linear-gradient(135deg, transparent 0 64%, rgba(212,175,55,.2) 64.4%),
    var(--paper-deep);
}
.golfdaze-symbol-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(40px, 5vw, 76px);
  line-height: .95;
  letter-spacing: -.07em;
}
.golfdaze-symbol-copy p:not(.eyebrow) {
  max-width: 680px;
  font-size: 20px;
  line-height: 1.58;
}
.golfdaze-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 70px;
}
.golfdaze-logo-grid figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 9px 9px 0 var(--ink);
  transition: transform .22s ease, box-shadow .22s ease;
}
.golfdaze-logo-grid figure:hover {
  transform: translate(-3px, -3px);
  box-shadow: 13px 13px 0 var(--golf-green);
}
.golfdaze-logo-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}
.golfdaze-logo-grid figcaption {
  min-height: 112px;
  padding: 18px;
  display: grid;
  gap: 8px;
  border-top: 3px solid var(--ink);
}
.golfdaze-logo-grid figcaption span,
.golfdaze-pattern-card figcaption span {
  color: var(--golf-coral);
}
.golfdaze-logo-grid figcaption b {
  font: 800 20px/1 var(--sans);
  letter-spacing: -.04em;
}
.golfdaze-logo-grid figcaption i,
.golfdaze-pattern-card figcaption b {
  font-style: normal;
  color: rgba(16,17,15,.72);
}
.golfdaze-pattern-section {
  color: var(--paper);
  background: var(--golf-green-dark);
}
.golfdaze-pattern-section .section-label,
.golfdaze-pattern-section .telemetry,
.golfdaze-pattern-section .eyebrow {
  color: var(--paper);
}
.golfdaze-pattern-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 24px;
  margin-top: 70px;
}
.golfdaze-pattern-card {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--paper);
  box-shadow: 12px 12px 0 rgba(0,0,0,.32);
}
.golfdaze-pattern-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.golfdaze-pattern-card:hover img {
  transform: scale(1.04);
}
.golfdaze-pattern-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  color: var(--ink);
  background: var(--paper);
}
.golfdaze-pattern-card figcaption b {
  display: block;
  margin-top: 6px;
}
.golfdaze-deliverable-stack {
  display: grid;
  align-content: start;
  gap: 14px;
}
.golfdaze-deliverable-stack span {
  padding: 22px 24px;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--golf-green);
  font: 700 11px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.golfdaze-result .deliverables-card {
  background:
    linear-gradient(115deg, transparent 0 68%, rgba(212,175,55,.22) 68.4%),
    var(--golf-green);
  border-left-color: var(--golf-gold);
}
.golfdaze-result .project-points span {
  border-color: rgba(255,255,255,.3);
}
.golfdaze-result .deliverables-card p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255,255,255,.8);
  font-size: 22px;
  line-height: 1.5;
}
.golfdaze-takeaway-card {
  padding: clamp(32px, 6vw, 76px);
  border: 3px solid var(--ink);
  background:
    radial-gradient(circle at 84% 18%, rgba(78,205,196,.22) 0 10%, transparent 10.4%),
    radial-gradient(circle at 74% 36%, rgba(212,175,55,.2) 0 7%, transparent 7.4%),
    var(--paper);
  box-shadow: 16px 16px 0 var(--ink);
}
.golfdaze-takeaway-card p {
  max-width: 880px;
}
.golfdaze-takeaway-card .button {
  margin-top: 26px;
}
.rutopia-case {
  background: var(--paper);
}
.rutopia-hero {
  background:
    linear-gradient(180deg, rgba(70, 185, 232, .08), transparent 48%),
    var(--paper);
}
.rutopia-visual-stack {
  width: min(40vw, 560px);
}
.rutopia-image-placeholder {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  display: grid;
  place-items: end start;
  padding: 22px;
  color: var(--paper);
  border: 3px solid var(--ink);
  background:
    radial-gradient(ellipse at 24% 72%, rgba(243,240,232,.82) 0 14%, transparent 14.4%),
    linear-gradient(135deg, var(--m-blue-light), var(--m-blue));
  box-shadow: 12px 12px 0 var(--ink);
  font: 700 10px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.rutopia-image-placeholder::before,
.rutopia-image-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
}
.rutopia-image-placeholder::before {
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(243,240,232,.45) 48.4% 49.2%, transparent 49.6%),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(7,31,75,.18) 29px 31px);
}
.rutopia-image-placeholder::after {
  clip-path: polygon(0 64%, 100% 28%, 100% 100%, 0 100%);
  background: rgba(7, 31, 75, .45);
}
.rutopia-image-placeholder span {
  position: relative;
  z-index: 2;
  padding: 9px 11px;
  background: rgba(16, 17, 15, .82);
}
.rutopia-hero-image { min-height: 440px; }
.rutopia-small-image {
  width: 58%;
  min-height: 190px;
  justify-self: end;
  background:
    radial-gradient(circle at 60% 38%, var(--paper) 0 16%, transparent 16.5%),
    var(--m-red);
}
.rutopia-hero-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--paper);
  border: 3px solid var(--ink);
  background: var(--navy);
  box-shadow: 12px 12px 0 rgba(7, 25, 59, .24);
}
.rutopia-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rutopia-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7,31,75,.72));
}
.rutopia-hero-photo figcaption {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 18px;
  padding: 9px 11px;
  background: rgba(16, 17, 15, .82);
  font: 700 10px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.rutopia-hero-photo.rutopia-small-image {
  min-height: 210px;
}
.rutopia-results-strip {
  background: var(--paper);
}
.rutopia-growth-proof {
  color: var(--paper);
  background: var(--ink);
  padding-top: 52px;
  padding-bottom: 56px;
}
.rutopia-growth-proof .section-label {
  border-color: var(--paper);
}
.rutopia-growth-proof .telemetry,
.rutopia-growth-proof .eyebrow {
  color: var(--m-blue-light);
}
.growth-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 22px;
  padding-top: 24px;
  min-width: 0;
}
.growth-proof-panel,
.growth-chart-panel,
.growth-visual-panel {
  min-width: 0;
  border: 1px solid rgba(243,240,232,.24);
  background: rgba(243,240,232,.055);
}
.growth-proof-panel {
  min-height: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.growth-proof-panel h2 {
  max-width: 780px;
  margin-bottom: 12px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: .95;
  letter-spacing: -.065em;
}
.growth-proof-panel p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(243,240,232,.76);
  font-size: 14px;
  line-height: 1.48;
}
.growth-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  background: rgba(243,240,232,.2);
}
.growth-metrics div {
  min-height: 72px;
  padding: 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ink);
}
.growth-metrics strong {
  font: italic 500 clamp(20px, 2.2vw, 31px)/1 var(--mono);
  letter-spacing: -.06em;
}
.growth-metrics span {
  color: var(--m-blue-light);
  font: 700 9px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.growth-visual-panel {
  padding: 14px;
  display: grid;
  gap: 12px;
}
.growth-phone-frame {
  position: relative;
  height: min(54vh, 480px);
  min-height: 390px;
  overflow: hidden;
  border: 3px solid var(--paper);
  background: #05080b;
}
.growth-phone-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 10px;
  border: 1px solid rgba(243,240,232,.24);
  pointer-events: none;
}
.growth-phone-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.growth-caption {
  padding: 12px;
  background: var(--paper);
  color: var(--ink);
}
.growth-caption span {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--m-red);
  font: 700 8px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.growth-caption strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.045em;
}
.growth-caption p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
.growth-chart-panel {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}
.growth-chart-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  font: 700 8px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.growth-chart-header strong {
  color: var(--m-blue-light);
}
.growth-chart {
  position: relative;
  min-height: 148px;
  margin-bottom: 0;
  border-left: 1px solid rgba(243,240,232,.34);
  border-bottom: 1px solid rgba(243,240,232,.34);
  background:
    repeating-linear-gradient(0deg, transparent 0 51px, rgba(243,240,232,.12) 52px 53px),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(243,240,232,.08) 89px 90px);
}
.growth-chart-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.growth-chart-polyline {
  fill: none;
  stroke: var(--m-blue-light);
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.growth-chart-point {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid var(--paper);
  background: var(--m-blue-light);
  transform: translate(-50%, 50%);
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}
.growth-chart-point.is-active,
.growth-chart-point:hover,
.growth-chart-point:focus-visible {
  background: var(--m-red);
  border-color: var(--m-red);
  transform: translate(-50%, 50%) scale(1.35);
  outline: none;
}
.growth-timeline {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 10px;
  scrollbar-color: var(--m-blue-light) rgba(243,240,232,.16);
}
.growth-step {
  min-width: 74px;
  padding: 8px;
  display: grid;
  gap: 6px;
  color: var(--paper);
  border: 1px solid rgba(243,240,232,.28);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.growth-step:hover,
.growth-step:focus-visible,
.growth-step.is-active {
  color: var(--ink);
  background: var(--m-blue-light);
  transform: translateY(-2px);
  outline: none;
}
.growth-step span {
  font: 700 8px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.growth-step strong {
  font: italic 500 16px/1 var(--mono);
}
.rutopia-challenge {
  background: var(--paper-deep);
}
.rutopia-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: 40px;
  padding-top: 80px;
  align-items: start;
}
.rutopia-copy-block h2,
.rutopia-section-intro h2,
.rutopia-impact-card h2 {
  max-width: 880px;
  font-size: clamp(42px, 5.8vw, 88px);
  line-height: .95;
  letter-spacing: -.065em;
}
.rutopia-copy-block p:not(.eyebrow),
.rutopia-impact-card p:not(.eyebrow) {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.65;
}
.rutopia-brief-cards {
  display: grid;
  gap: 14px;
}
.rutopia-brief-cards article {
  min-height: 118px;
  padding: 20px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--ink);
}
.rutopia-brief-cards span {
  color: var(--m-blue);
  font: italic 500 26px var(--mono);
}
.rutopia-brief-cards p {
  margin: 0;
  line-height: 1.5;
}
.rutopia-approach-section {
  color: var(--paper);
  background: var(--navy);
}
.rutopia-approach-section .section-label {
  border-color: var(--paper);
}
.rutopia-approach-section .telemetry,
.rutopia-approach-section .eyebrow {
  color: var(--m-blue-light);
}
.rutopia-section-intro {
  padding-top: 80px;
  padding-bottom: 24px;
}
.rutopia-method-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}
.rutopia-method {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(243,240,232,.28);
  background:
    linear-gradient(90deg, rgba(70,185,232,.12), transparent 36%),
    rgba(243,240,232,.05);
}
.rutopia-method .phase-number {
  color: var(--m-blue-light);
  font-size: 42px;
  line-height: 1;
}
.rutopia-method h3 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3.4vw, 54px);
  line-height: .98;
  letter-spacing: -.055em;
}
.rutopia-method p,
.rutopia-method li {
  color: rgba(243,240,232,.8);
  font-size: 17px;
  line-height: 1.65;
}
.rutopia-method ul {
  margin: 18px 0 0;
  padding-left: 20px;
}
.rutopia-method li {
  margin-bottom: 8px;
}
.rutopia-image-section {
  background: var(--paper);
}
.rutopia-image-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-auto-flow: dense;
  gap: 18px;
  padding-top: 70px;
}
.rutopia-image-grid .tall {
  grid-row: span 2;
  min-height: 620px;
}
.rutopia-image-grid .wide {
  grid-column: span 2;
  min-height: 340px;
}
.rutopia-photo-grid {
  grid-template-columns: 1.1fr .95fr .95fr;
}
.rutopia-photo-card {
  position: relative;
  min-height: 380px;
  margin: 0;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--paper);
  border: 3px solid var(--ink);
  background: var(--navy);
  box-shadow: 10px 10px 0 var(--ink);
}
.rutopia-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.16,1,.3,1), filter .35s ease;
}
.rutopia-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7,31,75,.82));
}
.rutopia-photo-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}
.rutopia-photo-card.tall {
  grid-row: span 2;
  min-height: 780px;
}
.rutopia-photo-card.wide {
  grid-column: span 2;
  min-height: 380px;
}
.rutopia-photo-card figcaption {
  position: relative;
  z-index: 2;
  margin: 18px;
  padding: 14px;
  display: grid;
  gap: 7px;
  background: rgba(16,17,15,.84);
  border-left: 5px solid var(--m-blue-light);
}
.rutopia-photo-card figcaption span {
  color: var(--m-red);
  font: 700 9px var(--mono);
}
.rutopia-photo-card figcaption b {
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: .98;
  letter-spacing: -.055em;
}
.rutopia-photo-card figcaption i {
  color: rgba(243,240,232,.72);
  font: normal 10px/1.35 var(--mono);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.rutopia-highlights {
  background: var(--paper-deep);
}
.rutopia-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 70px;
}
.rutopia-highlight-grid article {
  min-height: 360px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--ink);
}
.rutopia-highlight-grid span {
  color: var(--m-red);
  font: 700 10px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rutopia-highlight-grid h3 {
  margin: auto 0 18px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: .98;
  letter-spacing: -.06em;
}
.rutopia-highlight-grid p {
  margin: 0;
  line-height: 1.6;
}
.rutopia-results-detail {
  color: var(--paper);
  background: var(--m-blue);
}
.rutopia-impact-card {
  max-width: 1120px;
  margin-top: 80px;
  padding: 44px;
  background: var(--navy);
  border-left: 8px solid var(--m-blue-light);
  box-shadow: 18px 18px 0 rgba(7, 25, 59, .35);
}
.rutopia-impact-card p:not(.eyebrow) {
  color: rgba(243,240,232,.82);
}
.case-deliverables {
  color: var(--paper);
  background: var(--m-blue);
}
.deliverables-card {
  max-width: 1050px;
  padding: 40px;
  background: var(--navy);
  border-left: 8px solid var(--m-blue-light);
  box-shadow: 18px 18px 0 rgba(7, 25, 59, .3);
}
.deliverables-card .project-points { margin-bottom: 46px; }

.rutopia2-case {
  --r2-black: #171713;
  --r2-sand: #eee6d6;
  --r2-foam: #f8fbf7;
  --r2-sea: #235e64;
  --r2-sky: #8dc6cf;
  --r2-sunset: #cc694f;
  background: #fff;
}
.rutopia2-case .case-kicker,
.rutopia2-case .case-meta,
.rutopia2-case .eyebrow,
.rutopia2-case .case-stat span,
.rutopia2-case .nav-cta {
  color: var(--r2-sea);
}
.rutopia2-case .progress,
.rutopia2-case .button-dark {
  background: linear-gradient(90deg, var(--r2-sea), var(--r2-sky), var(--r2-sunset));
}
.rutopia2-hero {
  min-height: 850px;
  background:
    radial-gradient(circle at 84% 17%, rgba(141,198,207,.25) 0 12%, transparent 12.4%),
    linear-gradient(125deg, transparent 0 65%, rgba(238,230,214,.72) 65.3%),
    #fff;
}
.rutopia2-hero .case-hero-grid {
  max-width: 58%;
}
.rutopia2-hero h1 {
  font-size: clamp(60px, 8vw, 126px);
}
.rutopia2-visual-stack {
  right: clamp(18px, 4vw, 64px);
  bottom: 62px;
  width: min(38vw, 560px);
  gap: 18px;
}
.rutopia2-hero-board,
.rutopia2-hero-proof {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--r2-black);
  background: #fff;
  box-shadow: 12px 12px 0 var(--r2-sea);
}
.rutopia2-hero-board img {
  width: 100%;
  display: block;
}
.rutopia2-hero-proof {
  width: min(42%, 210px);
  justify-self: end;
  box-shadow: 9px 9px 0 var(--r2-sunset);
}
.rutopia2-hero-proof img {
  width: 100%;
  display: block;
}
.rutopia2-hero-board figcaption,
.rutopia2-hero-proof figcaption {
  padding: 11px 13px;
  color: #fff;
  background: var(--r2-black);
  font: 700 9px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.rutopia2-results-strip,
.rutopia2-winning,
.rutopia2-long-tail,
.rutopia2-outcome {
  background: #fff;
}
.rutopia2-evidence,
.rutopia2-method,
.rutopia2-collaboration {
  background: var(--r2-foam);
}
.rutopia2-challenge,
.rutopia2-influencers {
  background: var(--r2-sand);
}
.rutopia2-evidence-intro,
.rutopia2-collab-intro {
  max-width: 1020px;
  margin-top: 70px;
}
.rutopia2-evidence-intro h2,
.rutopia2-collab-intro h2,
.rutopia2-copy-card h2,
.rutopia2-feature-copy h2,
.rutopia2-long-tail-grid article h2,
.rutopia2-outcome-card h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5.6vw, 86px);
  line-height: .94;
  letter-spacing: -.07em;
}
.rutopia2-evidence-intro p:not(.eyebrow),
.rutopia2-collab-intro p:not(.eyebrow),
.rutopia2-copy-card p:not(.eyebrow),
.rutopia2-feature-copy p:not(.eyebrow),
.rutopia2-long-tail-grid article p:not(.eyebrow),
.rutopia2-outcome-card p:not(.eyebrow) {
  max-width: 880px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
}
.rutopia2-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
  align-items: start;
}
.rutopia2-proof-grid figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--r2-black);
  background: #0b1014;
  box-shadow: 10px 10px 0 var(--r2-black);
}
.rutopia2-proof-grid img {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: contain;
  background: #0b1014;
}
.rutopia2-proof-grid figcaption {
  min-height: 158px;
  padding: 20px;
  display: grid;
  gap: 7px;
  color: var(--r2-black);
  border-top: 3px solid var(--r2-black);
  background: #fff;
}
.rutopia2-proof-grid figcaption span {
  color: var(--r2-sea);
  font: 700 9px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rutopia2-proof-grid figcaption strong {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.05em;
}
.rutopia2-proof-grid figcaption p {
  margin: 0;
  line-height: 1.45;
}
.rutopia2-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 24px;
  margin-top: 70px;
}
.rutopia2-copy-card {
  padding: clamp(30px, 5vw, 62px);
  border: 3px solid var(--r2-black);
  background: #fff;
  box-shadow: 12px 12px 0 var(--r2-black);
}
.rutopia2-foundation {
  display: grid;
  gap: 14px;
}
.rutopia2-foundation article {
  padding: 24px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px 18px;
  border: 3px solid var(--r2-black);
  background: #fff;
}
.rutopia2-foundation span,
.rutopia2-method-grid article > span {
  grid-row: span 2;
  color: var(--r2-sunset);
  font: italic 700 28px/1 var(--mono);
}
.rutopia2-foundation strong {
  font-size: 24px;
  letter-spacing: -.04em;
}
.rutopia2-foundation p {
  margin: 0;
  line-height: 1.5;
}
.rutopia2-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 70px;
}
.rutopia2-method-grid article {
  min-height: 360px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 3px solid var(--r2-black);
  background:
    linear-gradient(145deg, transparent 0 70%, rgba(141,198,207,.26) 70.4%),
    #fff;
  box-shadow: 9px 9px 0 var(--r2-black);
}
.rutopia2-method-grid h3 {
  margin: auto 0 16px;
  font-size: clamp(28px, 3vw, 48px);
  line-height: .95;
  letter-spacing: -.06em;
}
.rutopia2-method-grid p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}
.rutopia2-feature-grid,
.rutopia2-long-tail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 500px);
  gap: 30px;
  margin-top: 70px;
  align-items: start;
}
.rutopia2-feature-copy,
.rutopia2-long-tail-grid > article {
  padding: clamp(28px, 4vw, 54px);
  border: 3px solid var(--r2-black);
  background: #fff;
  box-shadow: 12px 12px 0 var(--r2-black);
}
.rutopia2-signal-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.rutopia2-signal-list span {
  padding: 14px 16px;
  color: #fff;
  background: var(--r2-sea);
  font: 700 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rutopia2-instagram-card {
  overflow: hidden;
  border: 3px solid var(--r2-black);
  background: #fff;
  box-shadow: 12px 12px 0 var(--r2-sea);
}
.rutopia2-instagram-card iframe {
  width: 100%;
  height: 720px;
  display: block;
  border: 0;
  background: #fff;
}
.rutopia2-instagram-card a {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  background: var(--r2-black);
  font: 700 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rutopia2-deck-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}
.rutopia2-deck-grid figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--r2-black);
  background: #fff;
  box-shadow: 10px 10px 0 var(--r2-black);
}
.rutopia2-deck-grid figure.wide {
  grid-column: 1 / -1;
}
.rutopia2-deck-grid img {
  width: 100%;
  display: block;
}
.rutopia2-deck-grid figcaption {
  padding: 15px 18px;
  color: #fff;
  background: var(--r2-black);
  font: 700 10px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.rutopia2-deck-link {
  margin-top: 34px;
}
.rutopia2-long-tail-grid {
  grid-template-columns: minmax(320px, .8fr) minmax(350px, 500px);
  justify-content: space-between;
}
.rutopia2-outcome {
  color: #fff;
  background:
    linear-gradient(125deg, transparent 0 70%, rgba(204,105,79,.26) 70.4%),
    var(--r2-sea);
}
.rutopia2-outcome .eyebrow {
  color: var(--r2-sky);
}
.rutopia2-outcome-card {
  max-width: 1120px;
  padding: clamp(34px, 6vw, 78px);
  border: 3px solid #fff;
  background: rgba(23,23,19,.92);
  box-shadow: 16px 16px 0 rgba(0,0,0,.28);
}
.rutopia2-outcome-card .project-points {
  margin-top: 34px;
}
.rutopia2-outcome-card .project-points span {
  border-color: rgba(255,255,255,.28);
}

@media (max-width: 1000px) {
  .case-visual-stack {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 60px;
  }
  .aigen-case .case-hero-grid {
    max-width: 900px;
  }
  .aigen-hero-images {
    width: min(100%, 720px);
    margin-left: auto;
    margin-right: auto;
  }
  .aigen-hero-image-boxing {
    transform: translateY(-28px);
  }
  .bn26-process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .case-stat-grid, .case-body-grid { grid-template-columns: 1fr 1fr; }
  .instagram-showcase { grid-template-columns: 1fr; }
  .instagram-frame { width: min(100%, 560px); }
  .aigen-video-showcase {
    grid-template-columns: 1fr;
  }
  .aigen-player-frame {
    min-height: 430px;
  }
  .aigen-clip-strip {
    padding-bottom: 14px;
  }
  .klyro-hero { min-height: auto; }
  .klyro-editorial-grid,
  .klyro-role-grid,
  .klyro-process-grid,
  .klyro-group-copy {
    grid-template-columns: 1fr;
  }
  .klyro-ad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rutopia2-hero .case-hero-grid {
    max-width: 900px;
  }
  .rutopia2-visual-stack {
    width: 100%;
    margin-top: 46px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .35fr);
    align-items: end;
  }
  .rutopia2-hero-proof {
    width: 100%;
  }
  .rutopia2-proof-grid,
  .rutopia2-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rutopia2-editorial-grid,
  .rutopia2-feature-grid,
  .rutopia2-long-tail-grid {
    grid-template-columns: 1fr;
  }
  .rutopia2-instagram-card {
    width: min(100%, 560px);
  }
  .golfdaze-hero { min-height: auto; }
  .golfdaze-visual-stack {
    width: 100%;
    margin-top: 46px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .42fr);
    align-items: end;
  }
  .golfdaze-logo-card { min-height: 220px; }
  .golfdaze-ball-card {
    width: 100%;
    min-height: 170px;
  }
  .golfdaze-hero-pattern {
    width: 68vw;
    height: 360px;
    opacity: .09;
  }
  .golfdaze-editorial-grid,
  .golfdaze-execution-grid,
  .golfdaze-symbol-grid,
  .golfdaze-pattern-grid,
  .golfdaze-process-grid,
  .golfdaze-logo-grid {
    grid-template-columns: 1fr;
  }
  .golfdaze-process-card { min-height: 270px; }
  .golfdaze-symbol-card { min-height: 360px; }
  .golfdaze-pattern-card { min-height: 430px; }
  .rutopia-editorial-grid,
  .rutopia-image-grid,
  .rutopia-highlight-grid {
    grid-template-columns: 1fr;
  }
  .growth-proof-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 18px;
  }
  .rutopia-visual-stack {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
    align-items: end;
  }
  .rutopia-hero-image {
    min-height: 300px;
  }
  .rutopia-small-image {
    width: 100%;
    min-height: 190px;
  }
  .rutopia-image-grid .tall,
  .rutopia-image-grid .wide,
  .rutopia-photo-card.tall,
  .rutopia-photo-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
  }
}
@media (max-width: 600px) {
  .case-hero {
    margin: 0 8px;
    padding: 70px 20px;
    min-height: 0;
  }
  .case-kicker { margin-bottom: 30px; }
  .case-hero h1 { font-size: 56px; }
  .case-summary-large { font-size: 22px; }
  .aigen-case .case-hero {
    min-height: 0;
  }
  .aigen-hero-images {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 48px;
  }
  .aigen-hero-image {
    border-width: 2px;
    box-shadow: 6px 6px 0 rgba(7, 25, 59, .22);
  }
  .aigen-hero-image-boxing {
    transform: translateY(-18px);
  }
  .bn26-hero {
    min-height: 0;
  }
  .bn26-process-grid {
    grid-template-columns: 1fr;
  }
  .bn26-process-grid article {
    min-height: 0;
  }
  .bn26-process-grid h3 {
    margin-top: 42px;
  }
  .bn26-image-break figure,
  .bn26-confidentiality article {
    box-shadow: 7px 7px 0 rgba(0,0,0,.2);
  }
  .placeholder-large, .placeholder-small, .placeholder { min-height: 210px; width: 100%; }
  .case-stat-grid, .case-body-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .wide { grid-column: auto; }
  .aigen-video-showcase {
    margin-top: 45px;
  }
  .aigen-player-panel {
    padding: 24px;
    box-shadow: 8px 8px 0 rgba(70,185,232,.24);
  }
  .aigen-player-frame {
    min-height: 250px;
    box-shadow: 8px 8px 0 rgba(229,54,44,.28);
  }
  .aigen-clip-strip {
    padding-bottom: 14px;
  }
  .aigen-clip-strip button {
    min-height: 118px;
  }
  .klyro-copy-card,
  .klyro-takeaway-card {
    box-shadow: 8px 8px 0 var(--ink);
  }
  .klyro-objective-list div {
    grid-template-columns: 38px 1fr;
    padding: 18px;
  }
  .klyro-role-grid article,
  .klyro-process-grid article {
    min-height: 260px;
    padding: 22px;
  }
  .klyro-ad-group {
    margin-top: 48px;
    padding-top: 26px;
  }
  .klyro-ad-grid,
  .klyro-ad-grid-two {
    grid-template-columns: 1fr;
  }
  .klyro-ad-card {
    box-shadow: 6px 6px 0 var(--ink);
  }
  .rutopia2-visual-stack,
  .rutopia2-proof-grid,
  .rutopia2-method-grid,
  .rutopia2-deck-grid {
    grid-template-columns: 1fr;
  }
  .rutopia2-hero-proof {
    justify-self: start;
    width: min(52%, 210px);
  }
  .rutopia2-copy-card,
  .rutopia2-feature-copy,
  .rutopia2-long-tail-grid > article,
  .rutopia2-outcome-card {
    padding: 24px;
    box-shadow: 8px 8px 0 var(--r2-black);
  }
  .rutopia2-proof-grid figure,
  .rutopia2-deck-grid figure,
  .rutopia2-instagram-card {
    box-shadow: 7px 7px 0 var(--r2-black);
  }
  .rutopia2-deck-grid figure.wide {
    grid-column: auto;
  }
  .rutopia2-foundation article {
    grid-template-columns: 36px 1fr;
    padding: 18px;
  }
  .rutopia2-method-grid article {
    min-height: 280px;
    padding: 22px;
  }
  .rutopia2-instagram-card {
    width: 100%;
  }
  .rutopia2-instagram-card iframe {
    height: 650px;
  }
  .rutopia2-proof-grid figcaption {
    min-height: 0;
  }
  .golfdaze-visual-stack {
    grid-template-columns: 1fr;
  }
  .golfdaze-logo-card {
    min-height: 185px;
    box-shadow: 8px 8px 0 var(--golf-green);
  }
  .golfdaze-ball-card {
    justify-self: start;
    width: min(72%, 240px);
  }
  .golfdaze-board,
  .golfdaze-copy-card,
  .golfdaze-takeaway-card {
    box-shadow: 8px 8px 0 var(--ink);
  }
  .golfdaze-board figcaption {
    display: grid;
  }
  .golfdaze-board figcaption b {
    text-align: left;
  }
  .golfdaze-need-list div {
    grid-template-columns: 38px 1fr;
    padding: 18px;
  }
  .golfdaze-symbol-card {
    min-height: 310px;
    box-shadow: 8px 8px 0 var(--golf-gold);
  }
  .golfdaze-symbol-copy {
    padding: 24px;
  }
  .golfdaze-pattern-card {
    min-height: 330px;
  }
  .instagram-showcase { padding-top: 45px; }
  .instagram-live-panel { padding: 24px; box-shadow: 8px 8px 0 var(--ink); }
  .instagram-frame {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1.14;
  }
  .instagram-grid { grid-template-columns: 1fr; }
  .instagram-tile, .tile-feature { min-height: 310px; }
  .sscre-carousel { width: 100%; }
  .sscre-carousel-stage { box-shadow: 8px 8px 0 var(--ink); }
  .sscre-carousel-arrow {
    width: 40px;
    height: 40px;
  }
  .sscre-carousel-arrow.prev { left: 10px; }
  .sscre-carousel-arrow.next { right: 10px; }
  .tile-feature, .tile-wide { grid-column: auto; grid-row: auto; }
  .rutopia-visual-stack {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .rutopia-hero-image,
  .rutopia-small-image,
  .rutopia-image-placeholder,
  .rutopia-photo-card {
    width: 100%;
    min-height: 240px;
  }
  .rutopia-photo-card figcaption { margin: 12px; }
  .rutopia-editorial-grid,
  .rutopia-section-intro,
  .rutopia-impact-card {
    padding-top: 45px;
  }
  .rutopia-copy-block p:not(.eyebrow),
  .rutopia-impact-card p:not(.eyebrow) {
    font-size: 17px;
  }
  .growth-proof-grid {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
  .growth-proof-panel,
  .growth-chart-panel,
  .growth-visual-panel {
    padding: 18px;
  }
  .growth-chart-panel { padding: 0; }
  .growth-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .growth-phone-frame {
    height: 520px;
    min-height: 0;
  }
  .growth-chart {
    min-height: 180px;
  }
  .growth-chart-header {
    display: grid;
  }
  .growth-step {
    min-width: 82px;
  }
  .rutopia-brief-cards article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .rutopia-method {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .rutopia-method .phase-number {
    font-size: 34px;
  }
  .rutopia-highlight-grid article {
    min-height: 290px;
    padding: 24px;
  }
  .rutopia-impact-card {
    padding: 26px;
    box-shadow: 10px 10px 0 rgba(7, 25, 59, .35);
  }
  .case-panel, .deliverables-card { padding: 24px; box-shadow: 8px 8px 0 var(--ink); }
}

.reveal { opacity: 0; transform: translateY(34px) scale(.992); transition: opacity .75s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .service-grid, .proof .metrics { grid-template-columns: 1fr 1fr; }
  .gallery-board { grid-template-columns: 1fr 1fr; }
  .approach-grid, .project-layout { grid-template-columns: 1fr; }
  .project-detail-wrap { position: relative; top: 0; }
  .plane-light { right: -18%; width: 54%; height: 24%; }
  .plane-blue { right: -2%; width: 58%; height: 22%; }
  .plane-red { right: -38%; top: 56%; width: 54%; height: 38%; opacity: .82; }
  .sector-one { right: 8%; top: 40%; }
}
@media (max-width: 600px) {
  .site-header { left: 8px; top: 6px; width: calc(100% - 16px); height: 74px; padding-inline: 14px; }
  .brand { font-size: 11px; }
  .brand::after, nav a:first-child { display: none; }
  nav { gap: 10px; font-size: 11px; }
  .hero { min-height: 850px; margin: 6px 8px 0; padding: 120px 20px 80px; }
  .hero-rule { top: 92px; left: 20px; right: 20px; height: 4px; }
  h1 { font-size: 56px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .motorsport-field { opacity: .72; }
  .plane-light { right: -36%; width: 82%; height: 24%; }
  .plane-blue { right: -18%; width: 78%; height: 20%; }
  .plane-red { right: -65%; top: 62%; width: 76%; height: 30%; }
  .sector-card { width: 86px; height: 64px; padding: 11px; border-left-width: 4px; }
  .sector-card b { font-size: 22px; }
  .sector-card i { font-size: 7px; }
  .sector-one { right: 9%; top: 43%; }
  .sector-two { display: none; }
  .track-dot, .motorsport-field::before { display: none; }
  .speed-stripes { right: 6%; top: 14%; }
  .speed-stripes i { width: 7px; height: 45px; }
  .market-note { left: 20px; right: auto; bottom: 15px; gap: 10px; }
  .market-note span:nth-child(2) { display: none; }
  .scroll-cue { left: 20px; font-size: 50px; }
  .section-pad { padding: 85px 20px; }
  .section-label { grid-template-columns: 48px 1fr; }
  .telemetry { display: none; }
  .service-grid, .proof .metrics { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .gallery-hero { min-height: 820px; }
  .gallery-filters span { font-size: 8px; padding: 8px 9px; }
  .gallery-board { grid-template-columns: 1fr; gap: 14px; padding-top: 45px; }
  .gallery-wide, .gallery-tall { grid-column: auto; grid-row: auto; }
  .gallery-card, .gallery-tall { min-height: 340px; }
  .gallery-meta { margin: 12px; }
  .project-row { grid-template-columns: 34px 1fr; gap: 10px; padding-block: 16px; }
  .project-row i { grid-column: 2; }
  .project-detail { padding: 24px; }
  .project-explore {
    width: calc(100% - 8px);
    min-height: 72px;
    padding: 18px 22px;
    box-shadow: 8px 8px 0 var(--navy);
  }
  .manifesto-line { font-size: 68px; }
  .contact { min-height: 700px; padding: 110px 20px 25px; }
  .contact-bottom { grid-template-columns: 1fr 1fr; }
  .contact-bottom p:nth-child(2) { display: none; }
  .case-end-nav { grid-template-columns: 1fr; }
  .case-end-nav a {
    min-height: 78px;
    padding: 22px 20px;
  }
  .case-end-nav a + a {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.28);
  }
}
@media (max-width: 760px) {
  .gallery-wall {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-wall .gallery-card.is-wide {
    grid-column: span 2;
  }
  .gallery-wall-status {
    font-size: 8px;
  }
  .gallery-lightbox {
    padding: 58px 14px 20px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }
  .gallery-lightbox-nav {
    width: 40px;
    height: 48px;
  }
  .gallery-lightbox img {
    max-height: calc(100vh - 190px);
  }
  .gallery-lightbox figcaption {
    display: grid;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .gallery-wall {
    grid-template-columns: 1fr;
  }
  .gallery-wall .gallery-card.is-wide {
    grid-column: auto;
  }
  .gallery-wall .gallery-meta {
    margin: 8px;
    padding: 10px 12px;
  }
  .gallery-lightbox {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }
  .gallery-lightbox figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .gallery-lightbox-prev,
  .gallery-lightbox-next {
    grid-row: 2;
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body:not(.motion-on) .reveal { opacity: 1; transform: none; transition: none; }
  body:not(.motion-on) [data-speed],
  body:not(.motion-on) [data-scroll-x] { transform: none !important; }
  body:not(.motion-on) .project-explore::after,
  body:not(.motion-on) .project-explore span { animation: none !important; }
}

/* BN3TH FW25 / Flamingo Ethereal */
.bn25-case {
  --bn25-ink: #202426;
  --bn25-cyan: #54badd;
  --bn25-pink: #ed416f;
  --bn25-leaf: #647768;
  --bn25-mist: #eaf2f2;
  background: #fff;
}
.bn25-case .progress,
.bn25-case .button-dark {
  background: linear-gradient(90deg, var(--bn25-cyan), var(--bn25-pink));
}
.bn25-case .case-kicker,
.bn25-case .case-meta,
.bn25-case .eyebrow,
.bn25-case .case-stat span,
.bn25-case .nav-cta {
  color: var(--bn25-pink);
}
.bn25-hero {
  min-height: 900px;
  background:
    linear-gradient(90deg, transparent 0 64%, rgba(84,186,221,.13) 64.2%),
    radial-gradient(circle at 86% 18%, rgba(237,65,111,.18) 0 13%, transparent 13.3%),
    #fff;
}
.bn25-hero .case-hero-grid { max-width: 56%; }
.bn25-hero h1 {
  font-size: clamp(72px, 9vw, 142px);
  line-height: .78;
}
.bn25-visual-stack {
  right: clamp(18px, 4vw, 66px);
  bottom: 56px;
  width: min(39vw, 575px);
  gap: 18px;
}
.bn25-hero-editorial,
.bn25-hero-product {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--bn25-ink);
  background: #fff;
}
.bn25-hero-editorial {
  width: 67%;
  box-shadow: 12px 12px 0 var(--bn25-cyan);
}
.bn25-hero-editorial img {
  width: 100%;
  height: 455px;
  display: block;
  object-fit: cover;
}
.bn25-hero-product {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: 58%;
  box-shadow: 12px 12px 0 var(--bn25-pink);
}
.bn25-hero-product img {
  width: 100%;
  display: block;
}
.bn25-hero-editorial figcaption,
.bn25-hero-product figcaption,
.bn25-product-grid figcaption,
.bn25-editorial-grid figcaption {
  padding: 12px 15px;
  color: #fff;
  background: var(--bn25-ink);
  font: 700 9px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bn25-overview,
.bn25-editorial { background: var(--bn25-mist); }
.bn25-method {
  color: #fff;
  background: var(--bn25-ink);
}
.bn25-method .section-label { border-color: rgba(255,255,255,.8); }
.bn25-method .section-label span:first-child,
.bn25-method .telemetry { color: var(--bn25-cyan); }
.bn25-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 28px;
  margin-top: 70px;
  align-items: stretch;
}
.bn25-statement {
  padding: clamp(34px, 6vw, 74px);
  border: 3px solid var(--bn25-ink);
  background: #fff;
  box-shadow: 12px 12px 0 var(--bn25-pink);
}
.bn25-statement h2,
.bn25-product-grid article h2,
.bn25-market-card h2,
.bn25-impact-card h2 {
  margin-bottom: 24px;
  font-size: clamp(44px, 5.7vw, 88px);
  line-height: .92;
  letter-spacing: -.07em;
}
.bn25-statement p:not(.eyebrow),
.bn25-product-grid article p:not(.eyebrow),
.bn25-market-card p:not(.eyebrow),
.bn25-impact-card p:not(.eyebrow) {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}
.bn25-detail {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 3px solid var(--bn25-ink);
  background: #fff;
  box-shadow: 12px 12px 0 var(--bn25-cyan);
}
.bn25-detail img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}
.bn25-detail figcaption {
  padding: 18px 20px;
  display: grid;
  gap: 6px;
  border-top: 3px solid var(--bn25-ink);
}
.bn25-detail figcaption span {
  color: var(--bn25-pink);
  font: 700 9px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bn25-detail figcaption strong { font-size: 19px; }
.bn25-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 70px;
}
.bn25-method-grid article {
  min-height: 400px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  color: var(--bn25-ink);
  border: 3px solid #fff;
  background:
    linear-gradient(150deg, transparent 0 72%, rgba(237,65,111,.18) 72.3%),
    #fff;
  box-shadow: 9px 9px 0 var(--bn25-cyan);
}
.bn25-method-grid article > span {
  color: var(--bn25-pink);
  font: italic 700 29px/1 var(--mono);
}
.bn25-method-grid h3 {
  margin: auto 0 18px;
  font-size: clamp(29px, 3vw, 47px);
  line-height: .94;
  letter-spacing: -.06em;
}
.bn25-method-grid p {
  margin: 0;
  font-size: 17px;
  line-height: 1.52;
}
.bn25-product-grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
  gap: 22px;
  margin-top: 70px;
  align-items: start;
}
.bn25-product-grid figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--bn25-ink);
  background: #f5f5f5;
  box-shadow: 10px 10px 0 var(--bn25-ink);
}
.bn25-product-grid figure img {
  width: 100%;
  display: block;
}
.bn25-product-grid article {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  padding: clamp(30px, 5vw, 66px);
  color: #fff;
  background: var(--bn25-ink);
  box-shadow: 12px 12px 0 var(--bn25-pink);
}
.bn25-product-grid article .eyebrow { color: var(--bn25-cyan); }
.bn25-product-back { grid-column: 1; }
.bn25-colour-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
  border: 2px solid #fff;
}
.bn25-colour-strip span {
  min-height: 104px;
  padding: 68px 10px 10px;
  color: #fff;
  background: var(--swatch);
  font: 700 8px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bn25-editorial-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(360px, 1.25fr);
  gap: 22px;
  margin-top: 70px;
}
.bn25-editorial-grid figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--bn25-ink);
  background: #fff;
}
.bn25-editorial-grid figure img {
  width: 100%;
  display: block;
}
.bn25-editorial-grid figure.tall {
  grid-row: span 2;
  box-shadow: 10px 10px 0 var(--bn25-pink);
}
.bn25-repeat-field {
  min-height: 230px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 2px 18px;
  overflow: hidden;
  color: var(--bn25-pink);
  border: 3px solid var(--bn25-ink);
  background:
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(84,186,221,.17) 46px 48px),
    var(--bn25-ink);
  box-shadow: 10px 10px 0 var(--bn25-cyan);
}
.bn25-repeat-field span {
  font-size: clamp(36px, 6vw, 86px);
  font-weight: 800;
  line-height: .85;
  letter-spacing: -.08em;
}
.bn25-execution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 70px;
}
.bn25-execution-grid article {
  min-height: 390px;
  padding: clamp(30px, 5vw, 62px);
  display: flex;
  flex-direction: column;
  border: 3px solid var(--bn25-ink);
  background: #fff;
}
.bn25-execution-grid article:first-child { box-shadow: 11px 11px 0 var(--bn25-cyan); }
.bn25-execution-grid article:last-child { box-shadow: 11px 11px 0 var(--bn25-pink); }
.bn25-execution-grid span {
  color: var(--bn25-pink);
  font: 700 10px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bn25-execution-grid h3 {
  margin: auto 0 20px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -.07em;
}
.bn25-execution-grid p {
  margin: 0;
  max-width: 680px;
  font-size: 19px;
  line-height: 1.55;
}
.bn25-deliverables { margin-top: 42px; }
.bn25-market {
  color: #fff;
  background: var(--bn25-pink);
}
.bn25-market-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
  overflow: hidden;
  border: 3px solid #fff;
  background: var(--bn25-ink);
  box-shadow: 15px 15px 0 rgba(0,0,0,.22);
}
.bn25-market-card > div { padding: clamp(38px, 6vw, 82px); }
.bn25-market-card .eyebrow { color: var(--bn25-cyan); }
.bn25-market-card img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: block;
  object-fit: cover;
}
.bn25-impact {
  background:
    linear-gradient(135deg, transparent 0 73%, rgba(84,186,221,.25) 73.3%),
    #fff;
}
.bn25-impact-card {
  max-width: 1180px;
  padding: clamp(38px, 7vw, 90px);
  border: 3px solid var(--bn25-ink);
  background: #fff;
  box-shadow: 16px 16px 0 var(--bn25-ink);
}
.bn25-impact-card .project-points { margin-top: 38px; }

@media (max-width: 1000px) {
  .bn25-hero .case-hero-grid { max-width: 900px; }
  .bn25-visual-stack {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
  }
  .bn25-hero-editorial,
  .bn25-hero-product {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .bn25-hero-editorial img { height: auto; }
  .bn25-overview-grid,
  .bn25-product-grid,
  .bn25-market-card { grid-template-columns: 1fr; }
  .bn25-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bn25-product-back { grid-column: auto; }
  .bn25-product-grid article {
    grid-column: auto;
    grid-row: 2;
  }
  .bn25-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bn25-market-card img { min-height: 520px; }
}

@media (max-width: 600px) {
  .bn25-visual-stack,
  .bn25-overview-grid,
  .bn25-method-grid,
  .bn25-product-grid,
  .bn25-editorial-grid,
  .bn25-execution-grid,
  .bn25-market-card { grid-template-columns: 1fr; }
  .bn25-hero { min-height: 760px; }
  .bn25-detail img { min-height: 420px; }
  .bn25-method-grid article { min-height: 300px; }
  .bn25-product-grid article { grid-row: auto; }
  .bn25-colour-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bn25-editorial-grid figure.tall { grid-row: auto; }
  .bn25-execution-grid article { min-height: 310px; }
  .bn25-market-card img { min-height: 420px; }
  .bn25-statement,
  .bn25-detail,
  .bn25-method-grid article,
  .bn25-product-grid figure,
  .bn25-product-grid article,
  .bn25-repeat-field,
  .bn25-execution-grid article,
  .bn25-market-card,
  .bn25-impact-card { box-shadow: 7px 7px 0 var(--bn25-ink); }
}

/* SSCRE Phase 1 */
.sscre1-case {
  --s1-blue: #0360ff;
  --s1-guide-blue: #456bb2;
  --s1-charcoal: #303642;
  --s1-grey: #a8a9ac;
  --s1-paper: #f4f6f8;
  background: #fff;
}
.s1-hero {
  position: relative;
  min-height: 960px;
  padding: 150px 6vw 90px;
  display: grid;
  grid-template-columns: minmax(0, .83fr) minmax(460px, 1.17fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: center;
  overflow: hidden;
  border-bottom: 3px solid #111;
  background:
    linear-gradient(90deg, rgba(3,96,255,.09) 1px, transparent 1px),
    linear-gradient(rgba(3,96,255,.09) 1px, transparent 1px),
    #fff;
  background-size: 90px 90px;
}
.s1-hero::after {
  content: "";
  position: absolute;
  width: 34vw;
  height: 34vw;
  right: -12vw;
  bottom: -17vw;
  border: 8vw solid var(--s1-blue);
  transform: rotate(18deg);
  opacity: .08;
}
.s1-hero-copy { position: relative; z-index: 2; }
.s1-hero h1 {
  margin: 30px 0;
  max-width: 820px;
  color: #050505;
  font-size: clamp(84px, 11vw, 180px);
  line-height: .78;
  letter-spacing: -.09em;
}
.s1-hero .case-kicker span:first-child {
  color: #fff;
  background: var(--s1-blue);
}
.s1-hero .case-meta { color: var(--s1-blue); }
.s1-lede {
  max-width: 720px;
  margin: 32px 0 0;
  color: var(--s1-charcoal);
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.4;
}
.s1-hero-art {
  position: relative;
  z-index: 1;
  min-height: 690px;
}
.s1-hero-art figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 3px solid #111;
  background: #fff;
  box-shadow: 14px 14px 0 var(--s1-charcoal);
}
.s1-hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.s1-hero-guide {
  top: 0;
  right: 0;
  width: 78%;
}
.s1-hero-social {
  left: 0;
  bottom: 0;
  width: 88%;
  box-shadow: 14px 14px 0 var(--s1-blue) !important;
}
.s1-stats { background: var(--s1-charcoal); color: #fff; }
.s1-stats .section-label { border-color: rgba(255,255,255,.38); }
.s1-stats .telemetry { color: #8db7ff; }
.s1-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 62px;
  border: 2px solid #fff;
}
.s1-stat-grid article {
  min-height: 230px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 2px solid #fff;
}
.s1-stat-grid article:last-child { border-right: 0; background: var(--s1-blue); }
.s1-stat-grid strong {
  font-size: clamp(58px, 7vw, 112px);
  line-height: .8;
  letter-spacing: -.08em;
}
.s1-stat-grid span {
  font: 500 11px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.s1-approach { background: var(--s1-paper); }
.s1-approach-grid {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(440px, 1.2fr);
  gap: 30px;
  margin-top: 70px;
}
.s1-statement {
  padding: clamp(38px, 6vw, 78px);
  color: #fff;
  background: var(--s1-blue);
  border: 3px solid #111;
  box-shadow: 12px 12px 0 var(--s1-charcoal);
}
.s1-statement .eyebrow { color: #fff; }
.s1-statement h2,
.s1-guide-intro h2,
.s1-rule-copy h2,
.s1-social-copy h2,
.s1-outcome h2 {
  margin: 14px 0 28px;
  font-size: clamp(50px, 6.5vw, 104px);
  line-height: .88;
  letter-spacing: -.075em;
}
.s1-statement p:not(.eyebrow),
.s1-rule-copy p:not(.eyebrow),
.s1-social-copy p:not(.eyebrow),
.s1-outcome p:not(.eyebrow) {
  max-width: 820px;
  font-size: 20px;
  line-height: 1.62;
}
.s1-icons {
  margin: 0;
  align-self: center;
  overflow: hidden;
  border: 3px solid #111;
  background: #fff;
  box-shadow: 12px 12px 0 var(--s1-grey);
}
.s1-icons img { width: 100%; display: block; }
.s1-icons figcaption {
  padding: 18px 22px;
  border-top: 3px solid #111;
  font: 500 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.s1-system { background: #fff; }
.s1-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 70px;
}
.s1-system-grid article {
  min-height: 380px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 3px solid #111;
  background: #fff;
  box-shadow: 8px 8px 0 var(--s1-charcoal);
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease;
}
.s1-system-grid article:hover {
  color: #fff;
  background: var(--s1-blue);
  box-shadow: 13px 13px 0 var(--s1-charcoal);
  transform: translate(-5px, -5px);
}
.s1-system-grid article > span {
  color: var(--s1-blue);
  font: italic 700 26px var(--mono);
}
.s1-system-grid article:hover > span { color: #fff; }
.s1-system-grid h3 {
  margin: auto 0 20px;
  font-size: clamp(28px, 3vw, 48px);
  line-height: .94;
  letter-spacing: -.055em;
}
.s1-system-grid p { margin: 0; font-size: 17px; line-height: 1.5; }
.s1-guides {
  color: #fff;
  overflow: hidden;
  background: var(--s1-charcoal);
}
.s1-guides .section-label { border-color: rgba(255,255,255,.4); }
.s1-guide-intro {
  max-width: 1180px;
  margin-top: 70px;
}
.s1-guide-intro p {
  max-width: 820px;
  color: #d7dbe2;
  font-size: 20px;
  line-height: 1.6;
}
.s1-guide-rail {
  width: calc(100% + 6vw);
  margin: 62px 0 0;
  padding: 5px 6vw 30px 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 44vw);
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--s1-blue) rgba(255,255,255,.16);
  scrollbar-width: thin;
}
.s1-guide-rail figure {
  margin: 0;
  scroll-snap-align: start;
  overflow: hidden;
  border: 2px solid #fff;
  background: #fff;
}
.s1-guide-rail img {
  width: 100%;
  display: block;
  aspect-ratio: 2482 / 1749;
  object-fit: contain;
}
.s1-guide-rail figcaption {
  padding: 16px 18px;
  display: flex;
  gap: 18px;
  color: #111;
  border-top: 2px solid #111;
  font: 500 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.s1-guide-rail figcaption b { color: var(--s1-blue); }
.s1-rules { background: var(--s1-paper); }
.s1-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 70px;
}
.s1-rule-copy {
  padding: clamp(38px, 6vw, 76px);
  color: #fff;
  background: var(--s1-charcoal);
  border: 3px solid #111;
}
.s1-rule-grid figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid #111;
  background: #fff;
  box-shadow: 9px 9px 0 var(--s1-grey);
}
.s1-rule-grid figure img { width: 100%; display: block; }
.s1-social {
  color: #fff;
  background: var(--s1-blue);
}
.s1-social .section-label { border-color: rgba(255,255,255,.45); }
.s1-social .telemetry { color: #fff; }
.s1-social-copy {
  max-width: 1150px;
  margin-top: 70px;
}
.s1-social-copy .eyebrow { color: #fff; }
.s1-social-grid {
  display: grid;
  grid-template-columns: 1.45fr .7fr;
  gap: 22px;
  margin-top: 70px;
}
.s1-social-grid figure {
  margin: 0;
  overflow: hidden;
  border: 3px solid #111;
  background: #f2f2f2;
  box-shadow: 10px 10px 0 var(--s1-charcoal);
}
.s1-social-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.s1-social-wide:last-child { grid-column: 1 / -1; }
.s1-social-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  border: 2px solid #fff;
}
.s1-social-points span {
  min-height: 110px;
  padding: 20px;
  display: grid;
  place-items: center;
  text-align: center;
  border-right: 2px solid #fff;
  font: 500 10px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.s1-social-points span:last-child { border-right: 0; }
.s1-outcome {
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(3,96,255,.12) 72.3%),
    #fff;
}
.s1-outcome-card {
  max-width: 1280px;
  padding: clamp(42px, 8vw, 110px);
  border: 3px solid #111;
  background: #fff;
  box-shadow: 16px 16px 0 var(--s1-charcoal);
}
.s1-outcome-card .project-points { margin-top: 42px; }

@media (max-width: 1200px) {
  .s1-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 130px;
  }
  .s1-hero-art { min-height: 650px; }
  .s1-approach-grid,
  .s1-rule-grid,
  .s1-social-grid { grid-template-columns: 1fr; }
  .s1-social-wide:last-child { grid-column: auto; }
}

@media (max-width: 1000px) {
  .s1-stat-grid,
  .s1-social-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s1-stat-grid article:nth-child(2),
  .s1-social-points span:nth-child(2) { border-right: 0; }
  .s1-stat-grid article:nth-child(-n+2) { border-bottom: 2px solid #fff; }
  .s1-social-points span:nth-child(-n+2) { border-bottom: 2px solid #fff; }
  .s1-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .s1-hero { padding-inline: 22px; }
  .s1-hero h1 { font-size: clamp(72px, 24vw, 112px); }
  .s1-hero-art {
    min-height: 390px;
    display: grid;
    gap: 18px;
  }
  .s1-hero-art figure {
    position: relative;
    inset: auto;
    width: 100%;
    box-shadow: 7px 7px 0 var(--s1-charcoal);
  }
  .s1-hero-social { box-shadow: 7px 7px 0 var(--s1-blue) !important; }
  .s1-stat-grid,
  .s1-system-grid,
  .s1-rule-grid,
  .s1-social-points { grid-template-columns: 1fr; }
  .s1-stat-grid article,
  .s1-social-points span {
    border-right: 0;
    border-bottom: 2px solid #fff;
  }
  .s1-stat-grid article:last-child,
  .s1-social-points span:last-child { border-bottom: 0; }
  .s1-system-grid article { min-height: 310px; }
  .s1-guide-rail {
    grid-auto-columns: minmax(290px, 86vw);
    gap: 16px;
  }
  .s1-statement,
  .s1-icons,
  .s1-rule-grid figure,
  .s1-social-grid figure,
  .s1-outcome-card { box-shadow: 7px 7px 0 var(--s1-charcoal); }
}

/* Studio Love case study */
.studio-love-case {
  --sl-blue: #2457e6;
  --sl-pink: #ff3975;
  --sl-ink: #0b0b0e;
  --sl-paper: #ffffff;
  --sl-soft: #edf1f7;
  --sl-line: #141419;
  background: var(--sl-paper);
  color: var(--sl-ink);
}

.studio-love-case .sl-hero,
.studio-love-case .sl-intro,
.studio-love-case .sl-channels,
.studio-love-case .sl-library,
.studio-love-case .sl-video,
.studio-love-case .sl-placement,
.studio-love-case .sl-measurement,
.studio-love-case .sl-result-detail,
.studio-love-case .sl-takeaway {
  padding: clamp(72px, 9vw, 138px) clamp(22px, 6vw, 96px);
}

.studio-love-case .sl-hero {
  min-height: 100svh;
  padding-top: clamp(138px, 14vw, 205px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: center;
  overflow: hidden;
  border-bottom: 4px solid var(--sl-line);
}

.studio-love-case .sl-hero-copy {
  position: relative;
  z-index: 2;
}

.studio-love-case .sl-kicker {
  margin: 0 0 22px;
  color: var(--sl-blue);
  font: 700 clamp(.72rem, .95vw, .9rem)/1.2 var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.studio-love-case .sl-hero h1 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(4.2rem, 8.5vw, 9.6rem);
  line-height: .84;
  letter-spacing: -.075em;
}

.studio-love-case .sl-deck {
  max-width: 680px;
  margin: clamp(28px, 4vw, 48px) 0 0;
  font-size: clamp(1.18rem, 1.55vw, 1.68rem);
  line-height: 1.42;
  color: #38383e;
}

.studio-love-case .sl-meta {
  margin: 38px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--sl-line);
  border-bottom: 1px solid var(--sl-line);
}

.studio-love-case .sl-meta div {
  padding: 18px 14px 18px 0;
  border-right: 1px solid var(--sl-line);
}

.studio-love-case .sl-meta div:last-child {
  padding-left: 18px;
  border-right: 0;
}

.studio-love-case .sl-meta span,
.studio-love-case .sl-meta strong {
  display: block;
}

.studio-love-case .sl-meta span {
  margin-bottom: 7px;
  font: 700 .66rem/1 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #77777d;
}

.studio-love-case .sl-meta strong {
  font-size: .93rem;
}

.studio-love-case .sl-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-width: min(100%, 330px);
  padding: 19px 22px;
  border: 2px solid var(--sl-ink);
  background: var(--sl-blue);
  color: white;
  font: 700 .74rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 8px 8px 0 var(--sl-ink);
  transition: transform .18s ease, box-shadow .18s ease;
}

.studio-love-case .sl-button:hover,
.studio-love-case .sl-button:focus-visible {
  transform: translate(4px, 4px);
  box-shadow: 4px 4px 0 var(--sl-ink);
}

.studio-love-case .sl-hero-art {
  position: relative;
  min-height: min(72vw, 760px);
}

.studio-love-case .sl-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-love-case .sl-hero-main {
  position: absolute;
  inset: 5% 8% 13% 2%;
  overflow: hidden;
  border: 3px solid var(--sl-ink);
  box-shadow: 17px 17px 0 var(--sl-blue);
  background: var(--sl-soft);
}

.studio-love-case .sl-hero-card {
  position: absolute;
  width: 34%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 3px solid var(--sl-ink);
  background: white;
  box-shadow: 10px 10px 0 var(--sl-ink);
}

.studio-love-case .sl-hero-card-a {
  right: 0;
  top: 0;
  transform: rotate(5deg);
}

.studio-love-case .sl-hero-card-b {
  left: 0;
  bottom: 0;
  transform: rotate(-4deg);
}

.studio-love-case .sl-placement-tag {
  position: absolute;
  z-index: 3;
  padding: 10px 13px;
  border: 2px solid var(--sl-ink);
  background: white;
  font: 800 .67rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.studio-love-case .sl-placement-tag-a {
  right: 5%;
  bottom: 14%;
  background: var(--sl-pink);
}

.studio-love-case .sl-placement-tag-b {
  left: 8%;
  top: 1%;
}

.studio-love-case .sl-hero-index {
  position: absolute;
  right: 7%;
  bottom: 1%;
  font: italic 800 clamp(2rem, 4vw, 4.8rem)/1 var(--mono);
  color: var(--sl-blue);
}

.studio-love-case .sl-scoreboard {
  padding: 0 clamp(22px, 6vw, 96px);
  background: var(--sl-ink);
  color: white;
}

.studio-love-case .sl-score-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-left: 1px solid #3d3d43;
}

.studio-love-case .sl-score-grid article {
  min-height: 198px;
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #3d3d43;
}

.studio-love-case .sl-score-grid article:nth-child(2n) strong {
  color: var(--sl-pink);
}

.studio-love-case .sl-score-grid strong {
  color: #66a7ff;
  font-size: clamp(2.15rem, 3.4vw, 4rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.studio-love-case .sl-score-grid span {
  max-width: 18ch;
  font: 700 .68rem/1.45 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #c8c8cd;
}

.studio-love-case .sl-intro-grid,
.studio-love-case .sl-video-grid,
.studio-love-case .sl-measurement-grid,
.studio-love-case .sl-result-detail {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 8vw, 140px);
  align-items: start;
}

.studio-love-case .sl-section-copy h2,
.studio-love-case .sl-library-head h2,
.studio-love-case .sl-video-copy h2,
.studio-love-case .sl-result-copy h2,
.studio-love-case .sl-takeaway-card h2 {
  margin: 0;
  font-size: clamp(3.3rem, 6.2vw, 7.2rem);
  line-height: .89;
  letter-spacing: -.065em;
}

.studio-love-case .sl-section-copy p,
.studio-love-case .sl-library-head p,
.studio-love-case .sl-video-copy > p,
.studio-love-case .sl-result-copy p {
  margin: 26px 0 0;
  font-size: clamp(1.06rem, 1.35vw, 1.42rem);
  line-height: 1.55;
  color: #424249;
}

.studio-love-case .sl-prose {
  max-width: 780px;
}

.studio-love-case .sl-prose p {
  margin: 0 0 24px;
  font-size: clamp(1.08rem, 1.5vw, 1.55rem);
  line-height: 1.62;
}

.studio-love-case .sl-objective-strip {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid var(--sl-ink);
  box-shadow: 10px 10px 0 var(--sl-blue);
}

.studio-love-case .sl-objective-strip span {
  padding: 20px 18px;
  border-right: 1px solid var(--sl-ink);
  font: 700 .72rem/1.4 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.studio-love-case .sl-objective-strip span:last-child {
  border-right: 0;
}

.studio-love-case .sl-channels {
  background: var(--sl-soft);
  border-top: 2px solid var(--sl-line);
  border-bottom: 2px solid var(--sl-line);
}

.studio-love-case .sl-channel-grid {
  margin-top: clamp(46px, 6vw, 84px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.studio-love-case .sl-channel-grid article {
  min-height: 340px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  border: 2px solid var(--sl-ink);
  border-right: 0;
  background: white;
}

.studio-love-case .sl-channel-grid article:last-child {
  border-right: 2px solid var(--sl-ink);
}

.studio-love-case .sl-channel-grid article:nth-child(odd) {
  border-top: 12px solid var(--sl-blue);
}

.studio-love-case .sl-channel-grid article:nth-child(even) {
  border-top: 12px solid var(--sl-pink);
}

.studio-love-case .sl-channel-num {
  font: italic 800 1.35rem/1 var(--mono);
  color: var(--sl-blue);
}

.studio-love-case .sl-channel-grid h3 {
  margin: auto 0 20px;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.studio-love-case .sl-channel-grid p {
  margin: 0;
  line-height: 1.5;
  color: #55555b;
}

.studio-love-case .sl-library-head {
  max-width: 920px;
  margin-bottom: clamp(48px, 6vw, 86px);
}

.studio-love-case .sl-creative-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.studio-love-case .sl-creative-grid figure {
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--sl-ink);
  background: var(--sl-soft);
}

.studio-love-case .sl-creative-grid figure:nth-child(1),
.studio-love-case .sl-creative-grid figure:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.studio-love-case .sl-creative-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.studio-love-case .sl-creative-grid figure:hover img {
  transform: scale(1.025);
}

.studio-love-case .sl-video {
  background: var(--sl-ink);
  color: white;
}

.studio-love-case .sl-video-copy > p {
  color: #c8c8cd;
}

.studio-love-case .sl-video-notes {
  margin-top: 32px;
  display: grid;
  gap: 12px;
}

.studio-love-case .sl-video-notes span {
  padding: 14px 0;
  border-top: 1px solid #494950;
  font: 700 .7rem/1.35 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.studio-love-case .sl-player {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 16px 16px 0 var(--sl-blue);
  background: #16161a;
}

.studio-love-case .sl-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.studio-love-case .sl-placement-grid {
  margin-top: clamp(46px, 6vw, 84px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.studio-love-case .sl-placement-column {
  display: grid;
  gap: 16px;
}

.studio-love-case .sl-placement-grid figure {
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--sl-ink);
  background: var(--sl-soft);
}

.studio-love-case .sl-placement-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.studio-love-case .sl-placement-grid .sl-placement-search {
  width: 68%;
  max-width: 340px;
  justify-self: center;
}

.studio-love-case .sl-measurement {
  background: var(--sl-soft);
  border-top: 2px solid var(--sl-line);
}

.studio-love-case .sl-signal-flow {
  display: grid;
  gap: 13px;
}

.studio-love-case .sl-signal-flow article {
  position: relative;
  padding: 25px 72px 25px 24px;
  border: 2px solid var(--sl-ink);
  background: white;
}

.studio-love-case .sl-signal-flow article::after {
  content: "↓";
  position: absolute;
  right: 24px;
  top: 50%;
  translate: 0 -50%;
  color: var(--sl-pink);
  font: 800 1.8rem/1 var(--mono);
}

.studio-love-case .sl-signal-flow article:last-child::after {
  content: "✓";
  color: var(--sl-blue);
}

.studio-love-case .sl-signal-flow h3 {
  margin: 0 0 7px;
  font-size: 1.18rem;
}

.studio-love-case .sl-signal-flow p {
  margin: 0;
  color: #5d5d63;
  line-height: 1.5;
}

.studio-love-case .sl-result-detail {
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
}

.studio-love-case .sl-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--sl-ink);
}

.studio-love-case .sl-result-list li {
  padding: 24px 0;
  border-bottom: 1px solid var(--sl-ink);
  font-size: clamp(1.05rem, 1.4vw, 1.42rem);
  line-height: 1.45;
}

.studio-love-case .sl-result-list strong {
  color: var(--sl-blue);
}

.studio-love-case .sl-takeaway {
  background: var(--sl-blue);
  color: white;
}

.studio-love-case .sl-takeaway-card {
  max-width: 1180px;
  padding: clamp(34px, 6vw, 84px);
  border: 3px solid var(--sl-ink);
  background: var(--sl-blue);
  box-shadow: 18px 18px 0 var(--sl-ink);
}

.studio-love-case .sl-takeaway-card h2 {
  max-width: 12ch;
}

.studio-love-case .sl-takeaway-card p {
  max-width: 850px;
  margin: 32px 0 0;
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .studio-love-case .sl-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .studio-love-case .sl-hero-art {
    min-height: min(95vw, 720px);
  }

  .studio-love-case .sl-score-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .studio-love-case .sl-channel-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-love-case .sl-channel-grid article:nth-child(n) {
    border-right: 2px solid var(--sl-ink);
    margin: -2px 0 0 -2px;
  }

  .studio-love-case .sl-channel-grid article:last-child {
    grid-column: 1 / -1;
  }

  .studio-love-case .sl-creative-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .studio-love-case .sl-hero,
  .studio-love-case .sl-intro,
  .studio-love-case .sl-channels,
  .studio-love-case .sl-library,
  .studio-love-case .sl-video,
  .studio-love-case .sl-placement,
  .studio-love-case .sl-measurement,
  .studio-love-case .sl-result-detail,
  .studio-love-case .sl-takeaway {
    padding-left: 18px;
    padding-right: 18px;
  }

  .studio-love-case .sl-hero {
    padding-top: 116px;
    gap: 48px;
  }

  .studio-love-case .sl-hero h1 {
    font-size: clamp(3.6rem, 18vw, 6.6rem);
  }

  .studio-love-case .sl-meta {
    grid-template-columns: 1fr;
  }

  .studio-love-case .sl-meta div,
  .studio-love-case .sl-meta div:last-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--sl-line);
  }

  .studio-love-case .sl-meta div:last-child {
    border-bottom: 0;
  }

  .studio-love-case .sl-hero-art {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .studio-love-case .sl-hero-main,
  .studio-love-case .sl-hero-card {
    position: relative;
    inset: auto;
    width: auto;
    aspect-ratio: 1;
    transform: none;
    box-shadow: 7px 7px 0 var(--sl-ink);
  }

  .studio-love-case .sl-hero-main {
    grid-column: 1 / -1;
    box-shadow: 9px 9px 0 var(--sl-blue);
  }

  .studio-love-case .sl-placement-tag,
  .studio-love-case .sl-hero-index {
    display: none;
  }

  .studio-love-case .sl-score-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-love-case .sl-intro-grid,
  .studio-love-case .sl-video-grid,
  .studio-love-case .sl-measurement-grid,
  .studio-love-case .sl-result-detail {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .studio-love-case .sl-section-copy h2,
  .studio-love-case .sl-library-head h2,
  .studio-love-case .sl-video-copy h2,
  .studio-love-case .sl-result-copy h2,
  .studio-love-case .sl-takeaway-card h2 {
    font-size: clamp(3rem, 15vw, 5.2rem);
  }

  .studio-love-case .sl-objective-strip {
    grid-template-columns: 1fr;
    box-shadow: 7px 7px 0 var(--sl-blue);
  }

  .studio-love-case .sl-objective-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--sl-ink);
  }

  .studio-love-case .sl-objective-strip span:last-child {
    border-bottom: 0;
  }

  .studio-love-case .sl-channel-grid {
    grid-template-columns: 1fr;
  }

  .studio-love-case .sl-channel-grid article:last-child {
    grid-column: auto;
  }

  .studio-love-case .sl-placement-grid {
    grid-template-columns: 1fr;
  }

  .studio-love-case .sl-placement-column {
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .studio-love-case .sl-score-grid,
  .studio-love-case .sl-creative-grid {
    grid-template-columns: 1fr;
  }

  .studio-love-case .sl-score-grid article {
    min-height: 150px;
  }

  .studio-love-case .sl-creative-grid figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .studio-love-case .sl-player {
    box-shadow: 8px 8px 0 var(--sl-blue);
  }
}

/* Kawhi Tee case study */
.kawhi-case {
  --kw-black: #090909;
  --kw-cream: #f1eee6;
  --kw-gold: #d7b16d;
  --kw-red: #d72b2f;
  --kw-line: rgba(9, 9, 9, .24);
  background: var(--kw-cream);
  color: var(--kw-black);
}

.kawhi-case .site-header {
  mix-blend-mode: difference;
}

.kawhi-case .kw-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(130px, 13vw, 190px) clamp(22px, 6vw, 96px) 72px;
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(440px, 1.22fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
  overflow: hidden;
  background: var(--kw-black);
  color: var(--kw-cream);
}

.kawhi-case .kw-hero::before {
  content: "";
  position: absolute;
  width: clamp(340px, 50vw, 840px);
  aspect-ratio: 1;
  right: -14%;
  top: -28%;
  border: 1px solid rgba(215, 177, 109, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(215, 177, 109, .04), 0 0 0 14vw rgba(215, 177, 109, .025);
}

.kawhi-case .kw-hero-copy,
.kawhi-case .kw-hero-visual {
  position: relative;
  z-index: 1;
}

.kawhi-case .kw-case-id {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #555;
  font: 500 .68rem/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kawhi-case .kw-client {
  margin: clamp(42px, 6vw, 80px) 0 10px;
  color: var(--kw-gold);
  font: 500 .72rem/1 var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kawhi-case .kw-hero h1 {
  margin: 0;
  font-size: clamp(4.8rem, 9.4vw, 10.8rem);
  line-height: .78;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.kawhi-case .kw-hero-summary {
  max-width: 590px;
  margin: clamp(32px, 4vw, 54px) 0 0;
  color: #bdbab2;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.kawhi-case .kw-scroll {
  display: inline-flex;
  gap: 24px;
  margin-top: 34px;
  color: var(--kw-cream);
  font: 500 .7rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kawhi-case .kw-hero-visual {
  min-width: 0;
}

.kawhi-case .kw-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #292929;
}

.kawhi-case .kw-frame-mark {
  position: absolute;
  z-index: 2;
  top: -44px;
  right: 0;
  color: var(--kw-gold);
  font: 500 2.4rem/1 var(--mono);
}

.kawhi-case .kw-sticker {
  position: absolute;
  z-index: 2;
  padding: 12px 16px;
  background: var(--kw-gold);
  color: var(--kw-black);
  font: 700 .68rem/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kawhi-case .kw-sticker-top {
  top: 8%;
  left: -24px;
  transform: rotate(-3deg);
}

.kawhi-case .kw-sticker-bottom {
  right: -18px;
  bottom: 10%;
  background: var(--kw-red);
  color: white;
  transform: rotate(3deg);
}

.kawhi-case .kw-scoreline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 13px clamp(22px, 6vw, 96px);
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333;
  color: #7e7e7e;
  font: 500 .64rem/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.kawhi-case .kw-scoreline i {
  color: var(--kw-gold);
  font-style: normal;
}

.kawhi-case .kw-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--kw-black);
}

.kawhi-case .kw-facts div {
  min-height: 128px;
  padding: 28px clamp(18px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--kw-black);
}

.kawhi-case .kw-facts div:last-child {
  border-right: 0;
}

.kawhi-case .kw-facts span,
.kawhi-case .kw-section-index {
  font: 500 .65rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kawhi-case .kw-facts span {
  color: #6c6963;
}

.kawhi-case .kw-facts strong {
  font-size: clamp(.92rem, 1.2vw, 1.08rem);
}

.kawhi-case .kw-objective,
.kawhi-case .kw-approach,
.kawhi-case .kw-results,
.kawhi-case .kw-takeaway {
  padding: clamp(78px, 10vw, 150px) clamp(22px, 6vw, 96px);
}

.kawhi-case .kw-section-index {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--kw-line);
}

.kawhi-case .kw-section-index span:first-child {
  color: var(--kw-red);
}

.kawhi-case .kw-objective-grid {
  margin-top: clamp(48px, 7vw, 100px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: clamp(48px, 9vw, 150px);
}

.kawhi-case .kw-objective h2,
.kawhi-case .kw-approach-intro h2,
.kawhi-case .kw-results-head h2,
.kawhi-case .kw-product h2 {
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 7rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.kawhi-case .kw-copy {
  padding-top: 8px;
}

.kawhi-case .kw-copy p,
.kawhi-case .kw-results-head > p,
.kawhi-case .kw-product-copy > p,
.kawhi-case .kw-takeaway-copy p {
  margin: 0;
  color: #5d5a55;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.kawhi-case .kw-copy p + p {
  margin-top: 26px;
}

.kawhi-case .kw-artwork {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr);
  border-top: 1px solid var(--kw-black);
  border-bottom: 1px solid var(--kw-black);
  background: #dedddd;
}

.kawhi-case .kw-artwork-image {
  padding: clamp(22px, 4vw, 64px);
  border-right: 1px solid var(--kw-black);
}

.kawhi-case .kw-artwork-image img {
  display: block;
  width: 100%;
  height: auto;
}

.kawhi-case .kw-artwork-note {
  padding: clamp(32px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kawhi-case .kw-artwork-note span {
  font: 500 .66rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kawhi-case .kw-artwork-note p {
  margin: 80px 0 0;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  line-height: 1.3;
  letter-spacing: -.035em;
}

.kawhi-case .kw-approach {
  background: var(--kw-gold);
}

.kawhi-case .kw-approach-intro {
  margin-top: clamp(48px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.kawhi-case .kw-approach-intro > p {
  margin: 0 0 8px;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.55;
}

.kawhi-case .kw-step-grid {
  margin-top: clamp(58px, 8vw, 110px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--kw-black);
}

.kawhi-case .kw-step {
  min-height: 600px;
  padding: clamp(28px, 3.5vw, 52px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--kw-black);
  background: var(--kw-cream);
}

.kawhi-case .kw-step:last-child {
  border-right: 0;
}

.kawhi-case .kw-step-dark {
  background: var(--kw-black);
  color: var(--kw-cream);
}

.kawhi-case .kw-step-number {
  margin-bottom: auto;
  color: var(--kw-red);
  font: 500 3rem/1 var(--mono);
}

.kawhi-case .kw-step .eyebrow {
  margin-top: 84px;
}

.kawhi-case .kw-step h3 {
  margin: 14px 0 22px;
  font-size: clamp(1.8rem, 2.7vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.kawhi-case .kw-step > p:last-of-type {
  margin-bottom: 34px;
  color: #5d5a55;
  line-height: 1.65;
}

.kawhi-case .kw-step-dark > p:last-of-type {
  color: #aaa7a0;
}

.kawhi-case .kw-step-signal {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid currentColor;
  font: 500 .68rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kawhi-case .kw-production-count {
  margin-top: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: var(--kw-gold);
}

.kawhi-case .kw-production-count strong {
  font-size: clamp(3.2rem, 5vw, 6rem);
  line-height: .8;
  letter-spacing: -.07em;
}

.kawhi-case .kw-production-count span {
  font: 500 .65rem/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kawhi-case .kw-product {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  background: var(--kw-black);
  color: var(--kw-cream);
}

.kawhi-case .kw-product-copy {
  padding: clamp(70px, 9vw, 140px) clamp(22px, 6vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kawhi-case .kw-product-copy .eyebrow {
  color: var(--kw-gold);
}

.kawhi-case .kw-product-copy > p {
  margin-top: 34px;
  color: #aaa7a0;
}

.kawhi-case .kw-product-image {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: clamp(24px, 4vw, 70px);
  background: #000;
}

.kawhi-case .kw-product-image img {
  display: block;
  width: 100%;
  height: auto;
}

.kawhi-case .kw-results {
  background: var(--kw-red);
  color: white;
}

.kawhi-case .kw-results .kw-section-index {
  border-color: rgba(255, 255, 255, .35);
}

.kawhi-case .kw-results .kw-section-index span:first-child {
  color: var(--kw-gold);
}

.kawhi-case .kw-results-head {
  margin-top: clamp(48px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.kawhi-case .kw-results-head > p {
  color: rgba(255, 255, 255, .77);
}

.kawhi-case .kw-result-grid {
  margin-top: clamp(60px, 8vw, 110px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.kawhi-case .kw-result-grid div {
  min-height: 230px;
  padding: 30px clamp(18px, 2.7vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid white;
}

.kawhi-case .kw-result-grid div:last-child {
  border-right: 0;
}

.kawhi-case .kw-result-grid strong {
  font-size: clamp(3rem, 5.2vw, 6rem);
  line-height: .9;
  letter-spacing: -.07em;
}

.kawhi-case .kw-result-grid span {
  font: 500 .67rem/1.35 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kawhi-case .kw-takeaway {
  background: var(--kw-black);
  color: var(--kw-cream);
}

.kawhi-case .kw-takeaway .eyebrow {
  color: var(--kw-gold);
}

.kawhi-case .kw-takeaway blockquote {
  max-width: 1250px;
  margin: clamp(45px, 7vw, 92px) 0 0;
  font-size: clamp(3rem, 7.2vw, 8rem);
  line-height: .92;
  letter-spacing: -.07em;
}

.kawhi-case .kw-takeaway-copy {
  max-width: 690px;
  margin: clamp(50px, 7vw, 92px) 0 0 auto;
}

.kawhi-case .kw-takeaway-copy p {
  color: #aaa7a0;
}

.kawhi-case .kw-takeaway-copy .button {
  margin-top: 36px;
}

@media (max-width: 980px) {
  .kawhi-case .kw-hero,
  .kawhi-case .kw-objective-grid,
  .kawhi-case .kw-approach-intro,
  .kawhi-case .kw-product,
  .kawhi-case .kw-results-head {
    grid-template-columns: 1fr;
  }

  .kawhi-case .kw-hero {
    padding-bottom: 90px;
  }

  .kawhi-case .kw-hero-visual {
    max-width: 760px;
  }

  .kawhi-case .kw-artwork {
    grid-template-columns: 1fr;
  }

  .kawhi-case .kw-artwork-image {
    border-right: 0;
    border-bottom: 1px solid var(--kw-black);
  }

  .kawhi-case .kw-step-grid {
    grid-template-columns: 1fr;
  }

  .kawhi-case .kw-step {
    min-height: 460px;
    border-right: 0;
    border-bottom: 1px solid var(--kw-black);
  }

  .kawhi-case .kw-step:last-child {
    border-bottom: 0;
  }

  .kawhi-case .kw-result-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kawhi-case .kw-result-grid div:nth-child(2) {
    border-right: 0;
  }

  .kawhi-case .kw-result-grid div:nth-child(-n+2) {
    border-bottom: 1px solid white;
  }
}

@media (max-width: 760px) {
  .kawhi-case .kw-hero,
  .kawhi-case .kw-objective,
  .kawhi-case .kw-approach,
  .kawhi-case .kw-results,
  .kawhi-case .kw-takeaway {
    padding-left: 18px;
    padding-right: 18px;
  }

  .kawhi-case .kw-hero {
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .kawhi-case .kw-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .kawhi-case .kw-facts div:nth-child(2) {
    border-right: 0;
  }

  .kawhi-case .kw-facts div:nth-child(-n+2) {
    border-bottom: 1px solid var(--kw-black);
  }

  .kawhi-case .kw-sticker {
    position: static;
    display: inline-block;
    margin-top: 10px;
    transform: none;
  }

  .kawhi-case .kw-sticker-bottom {
    float: right;
  }

  .kawhi-case .kw-frame-mark {
    display: none;
  }

  .kawhi-case .kw-scoreline {
    gap: 10px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: .56rem;
  }

  .kawhi-case .kw-result-grid {
    grid-template-columns: 1fr;
  }

  .kawhi-case .kw-result-grid div {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid white;
  }

  .kawhi-case .kw-result-grid div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .kawhi-case .kw-facts {
    grid-template-columns: 1fr;
  }

  .kawhi-case .kw-facts div,
  .kawhi-case .kw-facts div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--kw-black);
  }

  .kawhi-case .kw-facts div:last-child {
    border-bottom: 0;
  }

  .kawhi-case .kw-scoreline i {
    display: none;
  }
}

/* FWD aviation pitch case study */
.fwd-case {
  --fwd-black: #070b10;
  --fwd-blue: #287ac5;
  --fwd-sky: #8fc5ed;
  --fwd-ice: #eaf5fb;
  --fwd-silver: #bcc8d0;
  --fwd-line: rgba(234, 245, 251, .25);
  background: var(--fwd-ice);
  color: var(--fwd-black);
}
.fwd-case .site-header { mix-blend-mode: difference; }
.fwd-case .fwd-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(142px, 14vw, 210px) clamp(22px, 6vw, 96px) 76px;
  display: grid;
  grid-template-columns: minmax(330px, .67fr) minmax(520px, 1.33fr);
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  overflow: hidden;
  background: var(--fwd-black);
  color: white;
}
.fwd-case .fwd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background: repeating-linear-gradient(90deg, transparent 0 calc(10% - 1px), rgba(143,197,237,.15) calc(10% - 1px) 10%);
}
.fwd-case .fwd-flight-line {
  position: absolute;
  top: 125px;
  left: 6vw;
  right: 6vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.fwd-case .fwd-flight-line span { height: 1px; background: #34414c; }
.fwd-case .fwd-flight-line i { width: 8px; height: 8px; border: 1px solid var(--fwd-sky); border-radius: 50%; }
.fwd-case .fwd-hero-copy,
.fwd-case .fwd-hero-image { position: relative; z-index: 1; }
.fwd-case .fwd-flight-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #35404b;
  font: 500 .64rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fwd-case .fwd-kicker {
  margin: clamp(44px, 6vw, 82px) 0 12px;
  color: var(--fwd-sky);
  font: 500 .67rem/1 var(--mono);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.fwd-case .fwd-hero h1 {
  margin: 0;
  font-size: clamp(7rem, 14vw, 14rem);
  line-height: .72;
  letter-spacing: -.09em;
}
.fwd-case .fwd-hero h1 span { color: var(--fwd-blue); }
.fwd-case .fwd-hero-lede {
  max-width: 580px;
  margin: clamp(34px, 5vw, 64px) 0 0;
  color: #b9c3cb;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}
.fwd-case .fwd-descent {
  display: inline-flex;
  gap: 22px;
  margin-top: 32px;
  font: 500 .67rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fwd-case .fwd-hero-image {
  border: 1px solid #3b4b58;
  box-shadow: 18px 18px 0 rgba(40, 122, 197, .26);
}
.fwd-case .fwd-hero-image img,
.fwd-case .fwd-image-break img { display: block; width: 100%; height: auto; }
.fwd-case .fwd-viewfinder i { position: absolute; width: 42px; height: 42px; }
.fwd-case .fwd-viewfinder i:nth-child(1) { top: 16px; left: 16px; border-top: 2px solid white; border-left: 2px solid white; }
.fwd-case .fwd-viewfinder i:nth-child(2) { top: 16px; right: 16px; border-top: 2px solid white; border-right: 2px solid white; }
.fwd-case .fwd-viewfinder i:nth-child(3) { bottom: 16px; left: 16px; border-bottom: 2px solid white; border-left: 2px solid white; }
.fwd-case .fwd-viewfinder i:nth-child(4) { right: 16px; bottom: 16px; border-right: 2px solid white; border-bottom: 2px solid white; }
.fwd-case .fwd-image-label {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 9px 11px;
  color: white;
  background: rgba(7,11,16,.82);
  font: 500 .58rem/1 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.fwd-case .fwd-altitude {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 6vw;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #303c46;
  color: #778794;
  font: 500 .6rem/1 var(--mono);
  letter-spacing: .12em;
}
.fwd-case .fwd-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: white;
  border-bottom: 1px solid var(--fwd-black);
}
.fwd-case .fwd-facts div {
  min-height: 126px;
  padding: 28px clamp(18px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--fwd-black);
}
.fwd-case .fwd-facts div:last-child { border-right: 0; }
.fwd-case .fwd-facts span,
.fwd-case .fwd-section-label {
  font: 500 .63rem/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fwd-case .fwd-facts span { color: #68727a; }
.fwd-case .fwd-brief,
.fwd-case .fwd-challenge,
.fwd-case .fwd-execution,
.fwd-case .fwd-collaboration,
.fwd-case .fwd-outcome,
.fwd-case .fwd-note { padding: clamp(78px, 10vw, 150px) clamp(22px, 6vw, 96px); }
.fwd-case .fwd-section-label {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
}
.fwd-case .fwd-section-label span:first-child { color: var(--fwd-blue); }
.fwd-case .fwd-brief-grid,
.fwd-case .fwd-execution-head,
.fwd-case .fwd-note-grid {
  margin-top: clamp(52px, 7vw, 100px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(50px, 9vw, 150px);
}
.fwd-case .fwd-brief h2,
.fwd-case .fwd-execution-head h2,
.fwd-case .fwd-collab-copy h2,
.fwd-case .fwd-note h2 {
  margin: 0;
  font-size: clamp(3.2rem, 6.5vw, 7.2rem);
  line-height: .92;
  letter-spacing: -.07em;
}
.fwd-case .fwd-body-copy p,
.fwd-case .fwd-execution-head > p,
.fwd-case .fwd-note-grid p {
  margin: 0;
  color: #53616b;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.75;
}
.fwd-case .fwd-body-copy p + p { margin-top: 25px; }
.fwd-case .fwd-challenge { background: var(--fwd-sky); }
.fwd-case .fwd-challenge-grid {
  margin-top: clamp(48px, 7vw, 90px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--fwd-black);
}
.fwd-case .fwd-challenge-grid article {
  min-height: 390px;
  padding: clamp(25px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--fwd-black);
}
.fwd-case .fwd-challenge-grid article:last-child { border-right: 0; }
.fwd-case .fwd-challenge-grid article > span,
.fwd-case .fwd-execution-rail article > span {
  color: var(--fwd-blue);
  font: 500 1rem/1 var(--mono);
}
.fwd-case .fwd-challenge-grid h3,
.fwd-case .fwd-execution-rail h3 {
  margin: auto 0 20px;
  font-size: clamp(1.7rem, 2.4vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.fwd-case .fwd-challenge-grid p,
.fwd-case .fwd-execution-rail p { margin: 0; line-height: 1.6; }
.fwd-case .fwd-role {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  background: var(--fwd-black);
  color: white;
}
.fwd-case .fwd-role-copy { padding: clamp(70px, 9vw, 140px) clamp(22px, 6vw, 96px); }
.fwd-case .fwd-role-copy .eyebrow { color: var(--fwd-sky); }
.fwd-case .fwd-role-copy h2 { margin: 30px 0; font-size: clamp(3rem, 6vw, 6.8rem); line-height: .92; letter-spacing: -.07em; }
.fwd-case .fwd-role-copy > p:last-child { color: #aebac3; line-height: 1.7; }
.fwd-case .fwd-role-list { border-left: 1px solid #34424d; }
.fwd-case .fwd-role-list div {
  min-height: 150px;
  padding: 30px clamp(25px, 4vw, 62px);
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #34424d;
}
.fwd-case .fwd-role-list div:last-child { border-bottom: 0; }
.fwd-case .fwd-role-list span { color: var(--fwd-sky); font: 500 .68rem var(--mono); }
.fwd-case .fwd-role-list strong { font-size: clamp(1.2rem, 1.8vw, 1.8rem); line-height: 1.3; }
.fwd-case .fwd-image-break { position: relative; background: var(--fwd-black); }
.fwd-case .fwd-image-break-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px 6vw;
  display: flex;
  justify-content: space-between;
  color: white;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  font: 500 .62rem var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.fwd-case .fwd-execution { background: white; }
.fwd-case .fwd-execution-head > p { align-self: end; }
.fwd-case .fwd-execution-rail {
  margin-top: clamp(55px, 8vw, 105px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--fwd-black);
  border-left: 1px solid var(--fwd-black);
}
.fwd-case .fwd-execution-rail article {
  min-height: 360px;
  padding: clamp(24px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--fwd-black);
  border-bottom: 1px solid var(--fwd-black);
}
.fwd-case .fwd-collaboration { background: var(--fwd-blue); color: white; }
.fwd-case .fwd-collab-copy {
  display: grid;
  grid-template-columns: .35fr 1.65fr;
  gap: 40px;
  align-items: start;
}
.fwd-case .fwd-collab-copy h2 { max-width: 1000px; }
.fwd-case .fwd-loop {
  margin-top: clamp(60px, 8vw, 110px);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}
.fwd-case .fwd-loop div { min-height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.7); }
.fwd-case .fwd-loop span { font: 500 .65rem var(--mono); opacity: .72; }
.fwd-case .fwd-loop strong { display: block; margin-top: 45px; font-size: 1.8rem; }
.fwd-case .fwd-loop p { margin: 8px 0 0; opacity: .75; }
.fwd-case .fwd-loop i { font-style: normal; font-size: 2rem; }
.fwd-case .fwd-collab-note { max-width: 720px; margin: 50px 0 0 auto; font-size: 1.15rem; line-height: 1.7; }
.fwd-case .fwd-outcome { background: var(--fwd-black); color: white; }
.fwd-case .fwd-outcome .fwd-section-label { border-color: var(--fwd-line); }
.fwd-case .fwd-outcome blockquote {
  max-width: 1250px;
  margin: clamp(55px, 8vw, 105px) 0;
  font-size: clamp(3.4rem, 7.5vw, 8.5rem);
  line-height: .9;
  letter-spacing: -.075em;
}
.fwd-case .fwd-outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--fwd-line); }
.fwd-case .fwd-outcome-grid div { min-height: 190px; padding: 28px; border-right: 1px solid var(--fwd-line); }
.fwd-case .fwd-outcome-grid div:last-child { border-right: 0; }
.fwd-case .fwd-outcome-grid span { color: var(--fwd-sky); font: 500 .65rem var(--mono); }
.fwd-case .fwd-outcome-grid p { margin: 60px 0 0; color: #c0cad1; line-height: 1.6; }
.fwd-case .fwd-note { background: var(--fwd-silver); }
.fwd-case .fwd-note-grid .button { margin-top: 32px; }

body.motion-on.fwd-case .fwd-hero-image { animation: fwd-float 7s ease-in-out infinite; }
body.motion-on.fwd-case .fwd-flight-line i { animation: fwd-signal 2.4s ease-in-out infinite; }
@keyframes fwd-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes fwd-signal { 0%,100% { box-shadow: 0 0 0 0 rgba(143,197,237,.1); } 50% { box-shadow: 0 0 0 8px rgba(143,197,237,.08); } }

@media (max-width: 980px) {
  .fwd-case .fwd-hero,
  .fwd-case .fwd-brief-grid,
  .fwd-case .fwd-role,
  .fwd-case .fwd-execution-head,
  .fwd-case .fwd-note-grid { grid-template-columns: 1fr; }
  .fwd-case .fwd-hero { padding-bottom: 90px; }
  .fwd-case .fwd-challenge-grid { grid-template-columns: repeat(2, 1fr); }
  .fwd-case .fwd-challenge-grid article:nth-child(2) { border-right: 0; }
  .fwd-case .fwd-challenge-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--fwd-black); }
  .fwd-case .fwd-role-list { border-left: 0; border-top: 1px solid #34424d; }
  .fwd-case .fwd-execution-rail { grid-template-columns: repeat(2, 1fr); }
  .fwd-case .fwd-loop { grid-template-columns: repeat(2, 1fr); }
  .fwd-case .fwd-loop i { display: none; }
}
@media (max-width: 760px) {
  .fwd-case .fwd-hero,
  .fwd-case .fwd-brief,
  .fwd-case .fwd-challenge,
  .fwd-case .fwd-execution,
  .fwd-case .fwd-collaboration,
  .fwd-case .fwd-outcome,
  .fwd-case .fwd-note { padding-left: 18px; padding-right: 18px; }
  .fwd-case .fwd-hero { grid-template-columns: 1fr; padding-top: 120px; }
  .fwd-case .fwd-flight-line { top: 100px; left: 18px; right: 18px; }
  .fwd-case .fwd-facts { grid-template-columns: repeat(2, 1fr); }
  .fwd-case .fwd-facts div:nth-child(2) { border-right: 0; }
  .fwd-case .fwd-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--fwd-black); }
  .fwd-case .fwd-section-label { grid-template-columns: 44px 1fr; }
  .fwd-case .fwd-section-label span:last-child { display: none; }
  .fwd-case .fwd-collab-copy { grid-template-columns: 1fr; }
  .fwd-case .fwd-outcome-grid { grid-template-columns: 1fr; }
  .fwd-case .fwd-outcome-grid div { border-right: 0; border-bottom: 1px solid var(--fwd-line); }
  .fwd-case .fwd-outcome-grid div:last-child { border-bottom: 0; }
}
@media (max-width: 520px) {
  .fwd-case .fwd-facts,
  .fwd-case .fwd-challenge-grid,
  .fwd-case .fwd-execution-rail,
  .fwd-case .fwd-loop { grid-template-columns: 1fr; }
  .fwd-case .fwd-facts div,
  .fwd-case .fwd-facts div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--fwd-black); }
  .fwd-case .fwd-facts div:last-child { border-bottom: 0; }
  .fwd-case .fwd-challenge-grid article { border-right: 0; border-bottom: 1px solid var(--fwd-black); }
  .fwd-case .fwd-challenge-grid article:last-child { border-bottom: 0; }
}

/* AVNI Canada case study */
.avni-case {
  --avni-navy: #0c142c;
  --avni-red: #d63131;
  --avni-paper: #f6f5f2;
  --avni-mist: #e9edf2;
  color: var(--avni-navy);
  background: var(--avni-paper);
}
.avni-case .site-header {
  color: var(--avni-navy);
  background: rgba(246,245,242,.94);
  border-bottom-color: rgba(12,20,44,.16);
}
.avni-case .avni-hero {
  min-height: 100vh;
  padding: 150px clamp(24px, 5vw, 82px) 80px;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(40px, 6vw, 110px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(214,49,49,.08) 1px, transparent 1px) 0 0 / 12.5% 100%,
    var(--avni-paper);
}
.avni-case .avni-kicker,
.avni-case .avni-meta,
.avni-case .avni-facts span,
.avni-case .avni-strategy-grid span {
  font: 500 .68rem var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.avni-case .avni-kicker { color: var(--avni-red); }
.avni-case .avni-hero h1 {
  margin: 22px 0 12px;
  font-size: clamp(5.5rem, 11vw, 10.5rem);
  line-height: .78;
  letter-spacing: -.09em;
}
.avni-case .avni-hero h1 span { color: var(--avni-red); }
.avni-case .avni-meta { color: #687081; }
.avni-case .avni-lede {
  max-width: 620px;
  margin: 42px 0 0;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  line-height: 1.48;
  letter-spacing: -.025em;
}
.avni-case .avni-hero-screen {
  position: relative;
  margin: 0;
  padding: 10px;
  background: white;
  border: 1px solid var(--avni-navy);
  box-shadow: 24px 24px 0 var(--avni-navy);
}
.avni-case .avni-hero-screen::before {
  content: "avnicanada.com";
  display: block;
  padding: 5px 8px 13px;
  color: #717887;
  font: 500 .6rem var(--mono);
  letter-spacing: .06em;
}
.avni-case .avni-hero-screen img,
.avni-case .avni-screen-break img,
.avni-case .avni-practice img,
.avni-case .avni-contact-proof img {
  display: block;
  width: 100%;
  height: auto;
}
.avni-case .avni-hero-screen figcaption {
  position: absolute;
  right: -1px;
  bottom: -72px;
  width: min(310px, 62%);
  padding: 18px 20px;
  color: white;
  background: var(--avni-red);
  border: 1px solid var(--avni-navy);
}
.avni-case .avni-hero-screen figcaption span {
  display: block;
  margin-bottom: 7px;
  font: 500 .6rem var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.avni-case .avni-hero-screen figcaption strong { font-size: 1rem; }
.avni-case .avni-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: white;
  background: var(--avni-navy);
}
.avni-case .avni-facts div {
  min-height: 148px;
  padding: 30px clamp(20px, 3vw, 45px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,.2);
}
.avni-case .avni-facts div:last-child { border-right: 0; }
.avni-case .avni-facts span { color: #abb4c9; }
.avni-case .avni-facts strong { font-size: clamp(1rem, 1.5vw, 1.35rem); }
.avni-case .section-label { border-color: rgba(12,20,44,.28); }
.avni-case .avni-copy-grid {
  margin-top: clamp(60px, 8vw, 115px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(45px, 9vw, 150px);
}
.avni-case .avni-copy-grid h2,
.avni-case .avni-practice h2,
.avni-case .avni-contact-proof h2,
.avni-case .avni-outcome h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 7rem);
  line-height: .96;
  letter-spacing: -.065em;
}
.avni-case .avni-body {
  padding-top: 10px;
  font-size: 1.08rem;
  line-height: 1.75;
}
.avni-case .avni-body p { margin: 0 0 28px; }
.avni-case .avni-screen-break {
  padding: clamp(22px, 4vw, 62px);
  background: var(--avni-navy);
}
.avni-case .avni-screen-break figure {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(8px, 1vw, 16px);
  background: white;
  box-shadow: 18px 18px 0 var(--avni-red);
}
.avni-case .avni-strategy { background: white; }
.avni-case .avni-strategy-grid {
  margin-top: clamp(60px, 8vw, 110px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--avni-navy);
  border-left: 1px solid var(--avni-navy);
}
.avni-case .avni-strategy-grid article {
  min-height: 360px;
  padding: clamp(24px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--avni-navy);
  border-bottom: 1px solid var(--avni-navy);
}
.avni-case .avni-strategy-grid span { color: var(--avni-red); }
.avni-case .avni-strategy-grid h3 {
  margin: auto 0 18px;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.08;
}
.avni-case .avni-strategy-grid p { margin: 0; color: #606777; line-height: 1.65; }
.avni-case .avni-practice {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(45px, 7vw, 110px);
  align-items: center;
  background: var(--avni-mist);
}
.avni-case .avni-practice h2 {
  margin-top: 22px;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
}
.avni-case .avni-practice-copy > p:last-child,
.avni-case .avni-contact-copy > p {
  margin-top: 32px;
  font-size: 1.08rem;
  line-height: 1.75;
}
.avni-case .avni-practice figure {
  margin: 0;
  padding: 10px;
  background: white;
  border: 1px solid var(--avni-navy);
  box-shadow: 18px 18px 0 var(--avni-red);
}
.avni-case .avni-contact-proof {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: clamp(45px, 7vw, 110px);
  align-items: center;
  color: white;
  background: var(--avni-navy);
}
.avni-case .avni-contact-proof figure { margin: 0; border: 8px solid white; }
.avni-case .avni-contact-proof h2 {
  margin-top: 22px;
  font-size: clamp(2.8rem, 5vw, 5.7rem);
}
.avni-case .avni-contact-copy .eyebrow { color: #f16c6c; }
.avni-case .avni-contact-copy .button { margin-top: 30px; background: white; }
.avni-case .avni-outcome { background: var(--avni-paper); }
.avni-case .avni-outcome article {
  margin-top: clamp(60px, 8vw, 110px);
  padding: clamp(32px, 6vw, 90px);
  color: white;
  background: var(--avni-red);
  border: 1px solid var(--avni-navy);
  box-shadow: 22px 22px 0 var(--avni-navy);
}
.avni-case .avni-outcome h2 { max-width: 1200px; margin-top: 22px; }
.avni-case .avni-outcome article > p:not(.eyebrow) {
  max-width: 850px;
  margin: 42px 0 0 auto;
  font-size: 1.12rem;
  line-height: 1.75;
}
.avni-case .avni-outcome .project-points { margin-top: 55px; border-color: rgba(255,255,255,.7); }
.avni-case .avni-outcome .project-points span { border-color: rgba(255,255,255,.7); }

body.motion-on.avni-case .avni-hero-screen { animation: avni-screen-float 7s ease-in-out infinite; }
body.motion-on.avni-case .avni-outcome article { animation: avni-shadow-pulse 4s ease-in-out infinite; }
@keyframes avni-screen-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes avni-shadow-pulse {
  0%, 100% { box-shadow: 22px 22px 0 var(--avni-navy); }
  50% { box-shadow: 29px 29px 0 var(--avni-navy); }
}

@media (max-width: 1050px) {
  .avni-case .avni-hero,
  .avni-case .avni-copy-grid,
  .avni-case .avni-practice,
  .avni-case .avni-contact-proof { grid-template-columns: 1fr; }
  .avni-case .avni-hero { padding-bottom: 130px; }
  .avni-case .avni-hero-copy { max-width: 760px; }
  .avni-case .avni-strategy-grid { grid-template-columns: repeat(2, 1fr); }
  .avni-case .avni-practice-copy,
  .avni-case .avni-contact-copy { max-width: 760px; }
  .avni-case .avni-contact-proof figure { order: 2; }
}
@media (max-width: 700px) {
  .avni-case .avni-hero { min-height: auto; padding: 125px 18px 120px; }
  .avni-case .avni-hero-screen { box-shadow: 12px 12px 0 var(--avni-navy); }
  .avni-case .avni-facts,
  .avni-case .avni-strategy-grid { grid-template-columns: 1fr; }
  .avni-case .avni-facts div { min-height: 110px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .avni-case .avni-facts div:last-child { border-bottom: 0; }
  .avni-case .avni-strategy-grid article { min-height: 280px; }
  .avni-case .avni-screen-break { padding: 18px 18px 30px; }
  .avni-case .avni-screen-break figure,
  .avni-case .avni-practice figure { box-shadow: 10px 10px 0 var(--avni-red); }
  .avni-case .avni-outcome article { box-shadow: 12px 12px 0 var(--avni-navy); }
}

@media (prefers-reduced-motion: reduce) {
  .studio-love-case .sl-button,
  .studio-love-case .sl-creative-grid img {
    transition: none;
  }
}
