:root {
  --mm-dyson-red: #c8102e;
  --mm-dyson-red-dark: #980d25;
  --mm-dyson-ink: #111214;
  --mm-dyson-charcoal: #1b1d21;
  --mm-dyson-paper: #f6f3ee;
  --mm-dyson-line: #d9d3ca;
  --mm-dyson-muted: #676b73;
  --mm-dyson-gold: #f3ad32;
  --mm-dyson-wrap: 1210px;
}

.mm-dyson-case,
.mm-dyson-client-card,
.mm-dyson-blog-card {
  box-sizing: border-box;
  font-family: Lato, Arial, sans-serif;
}

.mm-dyson-case *,
.mm-dyson-client-card *,
.mm-dyson-blog-card * {
  box-sizing: border-box;
}

.mm-dyson-case h1,
.mm-dyson-case h2,
.mm-dyson-case h3,
.mm-dyson-client-card h2,
.mm-dyson-blog-card h2 {
  font-family: Archivo, Arial, sans-serif;
  letter-spacing: -.035em;
}

.mm-owned-body--dyson-case {
  margin: 0;
  background: #fff;
  color: var(--mm-dyson-ink);
}

.mm-dyson-case img,
.mm-dyson-client-card img,
.mm-dyson-blog-card img {
  display: block;
  max-width: 100%;
}

.mm-dyson-kicker {
  margin: 0 0 16px !important;
  color: var(--mm-dyson-red);
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .17em;
  line-height: 1.4 !important;
}

.mm-dyson-button {
  align-items: center;
  display: inline-flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 52px;
  padding: 14px 20px;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.mm-dyson-button:hover {
  transform: translateY(-2px);
}

.mm-dyson-button--solid {
  background: var(--mm-dyson-red);
  color: #fff !important;
  font-weight: 800;
}

.mm-dyson-button--solid:hover {
  background: var(--mm-dyson-red-dark);
}

.mm-dyson-button--ghost {
  border: 1px solid #565961;
  color: #fff !important;
  font-weight: 700;
}

.mm-dyson-button--ghost:hover {
  border-color: #fff;
}

.mm-dyson-button--light {
  background: #fff;
  color: var(--mm-dyson-ink) !important;
  font-weight: 900;
}

.mm-dyson-button--line {
  border: 1px solid rgba(255,255,255,.48);
  color: #fff !important;
  font-weight: 800;
}

.mm-dyson-case__hero {
  overflow: hidden;
  padding: 72px 24px 0;
  background:
    radial-gradient(circle at 9% 3%, rgba(200,16,46,.28), transparent 32%),
    var(--mm-dyson-ink);
  color: #fff;
}

.mm-dyson-case__hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(0, .87fr) minmax(430px, 1.13fr);
  padding-bottom: 52px;
}

.mm-dyson-case__breadcrumb {
  align-items: center;
  color: #b9bbc0;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px;
  margin-bottom: 54px;
}

.mm-dyson-case__breadcrumb a {
  color: #fff;
  text-decoration-color: rgba(255,255,255,.35);
  text-underline-offset: 4px;
}

.mm-dyson-case__hero h1 {
  color: #fff !important;
  font-size: clamp(45px, 5.2vw, 78px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  margin: 0 0 28px !important;
  max-width: 760px;
}

.mm-dyson-case__lead {
  color: #eff0f2;
  font-size: clamp(20px, 2.1vw, 28px) !important;
  line-height: 1.35 !important;
  margin: 0 0 18px !important;
  max-width: 700px;
}

.mm-dyson-case__relationship {
  border-left: 3px solid var(--mm-dyson-red);
  color: #c7c9cd;
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin: 0 0 32px !important;
  max-width: 650px;
  padding-left: 17px;
}

.mm-dyson-case__byline {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.015em;
  margin: -14px 0 28px !important;
}

.mm-dyson-case__byline .mm-legacy-post-byline__author {
  color: #fff;
  font-weight: 700;
}

.mm-dyson-case__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mm-dyson-case__hero-media {
  margin: 0;
  min-width: 0;
  position: relative;
}

.mm-dyson-case__hero-media::before {
  border: 1px solid rgba(255,255,255,.28);
  content: '';
  inset: -14px 14px 14px -14px;
  pointer-events: none;
  position: absolute;
}

.mm-dyson-case__hero-media img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.mm-dyson-case__hero-media figcaption {
  align-items: center;
  background: #fff;
  bottom: 0;
  color: var(--mm-dyson-ink);
  display: grid;
  gap: 2px 14px;
  grid-template-columns: 42px 1fr;
  max-width: 300px;
  padding: 17px 20px;
  position: absolute;
  right: 0;
}

.mm-dyson-case__hero-media figcaption span {
  color: var(--mm-dyson-red);
  font: 900 28px/1 Archivo, Arial, sans-serif;
  grid-row: 1 / 3;
}

.mm-dyson-case__hero-media figcaption strong {
  font-size: 14px;
}

.mm-dyson-case__hero-media figcaption small {
  color: var(--mm-dyson-muted);
  font-size: 11px;
}

.mm-dyson-case__facts {
  border-top: 1px solid #34363b;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mm-dyson-case__facts div {
  border-right: 1px solid #34363b;
  padding: 24px 28px;
}

.mm-dyson-case__facts div:first-child {
  border-left: 1px solid #34363b;
}

.mm-dyson-case__facts span,
.mm-dyson-case__facts strong {
  display: block;
}

.mm-dyson-case__facts span {
  color: #8e9198;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mm-dyson-case__facts strong {
  color: #fff;
  font-size: 16px;
}

.mm-dyson-case__answer {
  background: var(--mm-dyson-gold);
  padding: 52px 24px;
}

.mm-dyson-case__answer-grid {
  align-items: start;
  display: grid;
  gap: 24px 46px;
  grid-template-columns: .36fr .9fr 1fr;
}

.mm-dyson-case__answer .mm-dyson-kicker {
  color: #5b3100;
}

.mm-dyson-case__answer h2 {
  font-size: clamp(28px, 3vw, 43px) !important;
  line-height: 1.06 !important;
  margin: 0 !important;
}

.mm-dyson-case__answer p:last-child {
  font-size: 18px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.mm-dyson-case__sequence,
.mm-dyson-case__brief,
.mm-dyson-case__faq {
  padding: clamp(72px, 8vw, 118px) 24px;
}

.mm-dyson-section-head {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: 1.15fr .75fr;
  margin-bottom: 50px;
}

.mm-dyson-section-head h2,
.mm-dyson-case__film h2,
.mm-dyson-case__brief h2,
.mm-dyson-case__faq h2,
.mm-dyson-case__next h2 {
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.03 !important;
  margin: 0 !important;
}

.mm-dyson-section-head > p,
.mm-dyson-case__film-grid > div:first-child > p:not(.mm-dyson-kicker),
.mm-dyson-case__brief-grid > div > p,
.mm-dyson-case__faq-grid > div:first-child > p:not(.mm-dyson-kicker) {
  color: var(--mm-dyson-muted);
  font-size: 17px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.mm-dyson-case__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.mm-dyson-case__steps li {
  border-left: 1px solid var(--mm-dyson-line);
  min-height: 280px;
  padding: 26px;
}

.mm-dyson-case__steps li:last-child {
  border-right: 1px solid var(--mm-dyson-line);
}

.mm-dyson-case__steps span {
  color: var(--mm-dyson-red);
  display: block;
  font: 900 36px/1 Archivo, Arial, sans-serif;
  margin-bottom: 70px;
}

.mm-dyson-case__steps h3 {
  font-size: 21px !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
}

.mm-dyson-case__steps p {
  color: var(--mm-dyson-muted);
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.mm-dyson-case__evidence {
  background: var(--mm-dyson-paper);
  padding: clamp(72px, 8vw, 118px) 24px;
}

.mm-dyson-case__evidence-grid {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: 1.1fr .9fr;
}

.mm-dyson-case__evidence-grid figure {
  margin: 0;
  position: relative;
}

.mm-dyson-case__evidence-grid figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mm-dyson-case__evidence-grid figcaption {
  background: #fff;
  bottom: 22px;
  display: grid;
  left: 22px;
  padding: 14px 18px;
  position: absolute;
}

.mm-dyson-case__evidence-grid figcaption span {
  color: var(--mm-dyson-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mm-dyson-case__evidence-grid figcaption strong {
  font-size: 14px;
}

.mm-dyson-case__evidence-grid article {
  background: var(--mm-dyson-ink);
  color: #fff;
  padding: clamp(34px, 5vw, 68px);
}

.mm-dyson-case__evidence-grid h3 {
  color: #fff !important;
  font-size: clamp(29px, 3vw, 42px) !important;
  line-height: 1.08 !important;
  margin: 0 0 22px !important;
}

.mm-dyson-case__evidence-grid article > p:not(.mm-dyson-kicker),
.mm-dyson-case__evidence-grid li {
  color: #c7c9cd;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.mm-dyson-case__evidence-grid ul {
  margin: 24px 0 28px;
  padding-left: 20px;
}

.mm-dyson-case__evidence-grid article > a {
  color: #fff;
  font-weight: 800;
  text-underline-offset: 5px;
}

.mm-dyson-case__film {
  background: #0c0d0f;
  color: #fff;
  padding: clamp(72px, 8vw, 118px) 24px;
}

.mm-dyson-case__film-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 82px);
  grid-template-columns: .72fr 1.28fr;
}

.mm-dyson-case__film h2 {
  color: #fff !important;
  margin-bottom: 24px !important;
}

.mm-dyson-case__film-note {
  border-top: 1px solid #44474d;
  margin-top: 32px;
  padding-top: 22px;
}

.mm-dyson-case__film-note span,
.mm-dyson-case__film-note strong {
  display: block;
}

.mm-dyson-case__film-note span {
  color: #8e9198;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mm-dyson-case__video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  position: relative;
}

.mm-dyson-case__video-frame video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mm-dyson-case__video-frame button {
  align-items: center;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.74));
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: absolute;
  width: 100%;
}

.mm-dyson-case__video-frame button[hidden] {
  display: none;
}

.mm-dyson-case__video-frame button:hover {
  background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.61));
}

.mm-dyson-case__video-frame button > span {
  align-items: center;
  background: var(--mm-dyson-red);
  border-radius: 50%;
  display: flex;
  height: 68px;
  justify-content: center;
  margin-bottom: 16px;
  padding-left: 4px;
  width: 68px;
}

.mm-dyson-case__video-frame button strong {
  font-size: 18px;
}

.mm-dyson-case__video-frame button small {
  color: #d6d7da;
  margin-top: 5px;
}

.mm-dyson-case__brief {
  background: #fff;
}

.mm-dyson-case__brief-grid {
  display: grid;
  gap: clamp(42px, 7vw, 100px);
  grid-template-columns: .72fr 1.28fr;
}

.mm-dyson-case__brief h2 {
  margin-bottom: 22px !important;
}

.mm-dyson-case__brief .mm-dyson-button {
  margin-top: 32px;
}

.mm-dyson-case__brief ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mm-dyson-case__brief li {
  align-items: start;
  border-top: 1px solid var(--mm-dyson-line);
  display: grid;
  gap: 20px;
  grid-template-columns: 42px 1fr;
  padding: 20px 0;
}

.mm-dyson-case__brief li:last-child {
  border-bottom: 1px solid var(--mm-dyson-line);
}

.mm-dyson-case__brief li span {
  color: var(--mm-dyson-red);
  font-weight: 900;
}

.mm-dyson-case__brief li p {
  font-size: 17px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.mm-dyson-case__faq {
  background: var(--mm-dyson-paper);
}

.mm-dyson-case__faq-grid {
  display: grid;
  gap: clamp(42px, 7vw, 100px);
  grid-template-columns: .7fr 1.3fr;
}

.mm-dyson-case__faq h2 {
  margin-bottom: 22px !important;
}

.mm-dyson-case__faq-list details {
  border-top: 1px solid #bdb7af;
  padding: 0;
}

.mm-dyson-case__faq-list details:last-child {
  border-bottom: 1px solid #bdb7af;
}

.mm-dyson-case__faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  gap: 16px;
  justify-content: space-between;
  list-style: none;
  padding: 22px 0;
}

.mm-dyson-case__faq-list summary::-webkit-details-marker {
  display: none;
}

.mm-dyson-case__faq-list summary span {
  color: var(--mm-dyson-red);
  font-size: 26px;
}

.mm-dyson-case__faq-list details[open] summary span {
  transform: rotate(45deg);
}

.mm-dyson-case__faq-list details p {
  color: var(--mm-dyson-muted);
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin: -4px 0 24px !important;
  max-width: 730px;
}

.mm-dyson-case__next {
  background: var(--mm-dyson-red);
  color: #fff;
  padding: clamp(70px, 8vw, 108px) 24px;
  text-align: center;
}

.mm-dyson-case__next .mm-dyson-kicker {
  color: #ffd5dc;
}

.mm-dyson-case__next h2 {
  color: #fff !important;
  margin-inline: auto !important;
  max-width: 880px;
}

.mm-dyson-case__next > div > p:not(.mm-dyson-kicker) {
  font-size: 19px !important;
  line-height: 1.6 !important;
  margin: 24px auto 34px !important;
  max-width: 760px;
}

.mm-dyson-case__next > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.mm-dyson-client-card h2,
.mm-dyson-blog-card h2 {
  color: inherit !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  margin: 0 0 24px !important;
}

/* Client references: editorial customer project, not a badge row. */
.mm-dyson-client-card {
  background: #f4f1ec;
  color: var(--mm-dyson-ink);
  padding: clamp(66px, 7vw, 100px) 24px;
  width: 100%;
}

.mm-dyson-client-card__inner {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  margin: 0 auto;
  max-width: var(--mm-dyson-wrap);
}

.mm-dyson-client-card__copy {
  background: #fff;
  padding: clamp(36px, 6vw, 72px);
}

.mm-dyson-client-card h2 {
  max-width: 600px;
}

.mm-dyson-client-card__lead {
  color: var(--mm-dyson-ink);
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.45 !important;
  margin: 0 0 14px !important;
}

.mm-dyson-client-card__body {
  color: var(--mm-dyson-muted);
  font-size: 17px !important;
  line-height: 1.65 !important;
  margin: 0 0 26px !important;
}

.mm-dyson-client-card__copy > a {
  color: var(--mm-dyson-red);
  font-weight: 900;
  text-underline-offset: 5px;
}

.mm-dyson-client-card figure {
  margin: 0;
  min-height: 470px;
}

.mm-dyson-client-card figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Blog archive: one compact discovery card; existing archive remains intact. */
.mm-dyson-blog-card {
  background: #fff;
  color: var(--mm-dyson-ink);
  padding: 22px 24px 72px;
  width: 100%;
}

.mm-dyson-blog-card__inner {
  background: var(--mm-dyson-ink);
  color: #fff;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  margin: 0 auto;
  max-width: var(--mm-dyson-wrap);
}

.mm-dyson-blog-card figure {
  margin: 0;
  min-height: 340px;
}

.mm-dyson-blog-card figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mm-dyson-blog-card__copy {
  align-self: center;
  padding: clamp(32px, 5vw, 62px);
}

.mm-dyson-blog-card__meta {
  color: #b6b8bd;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: .12em;
  margin: 0 0 16px !important;
  text-transform: uppercase;
}

.mm-dyson-blog-card h2 {
  font-size: clamp(30px, 3.5vw, 48px) !important;
}

.mm-dyson-blog-card__copy > p:not(.mm-dyson-blog-card__meta) {
  color: #c8cacf;
  font-size: 17px !important;
  line-height: 1.6 !important;
  margin: 0 0 24px !important;
}

.mm-dyson-blog-card__copy > a {
  color: #fff;
  font-weight: 900;
  text-decoration-color: var(--mm-dyson-red);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

@media (max-width: 900px) {
  .mm-dyson-case__hero-grid,
  .mm-dyson-case__evidence-grid,
  .mm-dyson-case__film-grid,
  .mm-dyson-case__brief-grid,
  .mm-dyson-case__faq-grid,
  .mm-dyson-client-card__inner,
  .mm-dyson-blog-card__inner {
    grid-template-columns: 1fr;
  }

  .mm-dyson-case__hero-grid {
    padding-bottom: 42px;
  }

  .mm-dyson-case__answer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mm-dyson-case__answer-grid > p:last-child {
    grid-column: 1 / -1;
  }

  .mm-dyson-case__steps {
    grid-template-columns: 1fr 1fr;
  }

  .mm-dyson-case__steps li:nth-child(2) {
    border-right: 1px solid var(--mm-dyson-line);
  }

  .mm-dyson-case__hero-media {
    margin-left: 14px;
  }

  .mm-dyson-client-card__inner,
  .mm-dyson-blog-card__inner {
    margin-inline: auto;
    max-width: 720px;
  }

  .mm-dyson-client-card figure,
  .mm-dyson-blog-card figure {
    min-height: 0;
  }

  .mm-dyson-client-card figure img,
  .mm-dyson-blog-card figure img {
    aspect-ratio: 16 / 10;
  }

}

@media (max-width: 600px) {
  .mm-dyson-case__hero,
  .mm-dyson-case__answer,
  .mm-dyson-case__sequence,
  .mm-dyson-case__evidence,
  .mm-dyson-case__film,
  .mm-dyson-case__brief,
  .mm-dyson-case__faq,
  .mm-dyson-case__next,
  .mm-dyson-client-card,
  .mm-dyson-blog-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mm-dyson-case__hero {
    padding-top: 46px;
  }

  .mm-dyson-case__breadcrumb {
    margin-bottom: 34px;
  }

  .mm-dyson-case__hero h1 {
    font-size: clamp(38px, 12vw, 54px) !important;
  }

  .mm-dyson-case__hero-actions {
    display: grid;
  }

  .mm-dyson-case__facts {
    grid-template-columns: 1fr;
  }

  .mm-dyson-case__facts div,
  .mm-dyson-case__facts div:first-child {
    border-bottom: 1px solid #34363b;
    border-left: 0;
    border-right: 0;
    padding-inline: 0;
  }

  .mm-dyson-case__answer-grid,
  .mm-dyson-section-head {
    grid-template-columns: 1fr;
  }

  .mm-dyson-section-head {
    gap: 18px;
  }

  .mm-dyson-case__steps {
    grid-template-columns: 1fr;
  }

  .mm-dyson-case__steps li,
  .mm-dyson-case__steps li:nth-child(2),
  .mm-dyson-case__steps li:last-child {
    border-bottom: 1px solid var(--mm-dyson-line);
    border-left: 0;
    border-right: 0;
    min-height: 0;
    padding: 24px 0;
  }

  .mm-dyson-case__steps span {
    margin-bottom: 22px;
  }

  .mm-dyson-case__evidence-grid figcaption {
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
  }

  .mm-dyson-case__evidence-grid article,
  .mm-dyson-client-card__copy,
  .mm-dyson-blog-card__copy {
    padding: 30px 24px;
  }

  .mm-dyson-case__film-grid,
  .mm-dyson-case__brief-grid,
  .mm-dyson-case__faq-grid {
    gap: 36px;
  }

  .mm-dyson-case__video-frame button > span {
    height: 54px;
    width: 54px;
  }

  .mm-dyson-case__video-frame button strong {
    font-size: 15px;
  }

  .mm-dyson-blog-card {
    padding-bottom: 54px;
  }

  .mm-dyson-blog-card figure img {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-dyson-button {
    transition: none;
  }
}
