/* ============================================================================
   ME HAIR — case study theme. Black + champagne gold, editorial luxury wellness.
   Playfair Display serif display, flowing-line elegance. Scoped to .mhcase.
   ============================================================================ */
.mhcase {
  --mh-gold: #B49E76;
  --mh-gold-soft: #cbb892;
  --mh-black: #000000;
  --mh-ink: #1a1a1a;
  --mh-text: #5a5650;
  --mh-sand: #f4efe7;       /* warm sand tint */
  --mh-cream: #faf7f1;
  --mh-line: rgba(26,26,26,.12);
  --mh-sage: #9CA77F; --mh-forest: #2E3D2B; --mh-teal: #4A7A78; --mh-navy: #1F3A4D;
  position: relative; overflow: hidden; background: #fff;
  font-family: var(--font-sans); color: var(--mh-text);
}
.mhcase .wrap { position: relative; z-index: 1; }
.mhcase .serif { font-family: "Playfair Display", Georgia, serif; }

/* ---- shared type ---- */
.mhcase .mheyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--mh-gold); margin: 0 0 18px; }
.mhcase .mheyebrow::before { content: ""; width: 26px; height: 1px; background: var(--mh-gold); }
.mhcase .mheyebrow--on { color: var(--mh-gold-soft); }
.mhcase .mheyebrow--on::before { background: var(--mh-gold-soft); }
.mhcase .mhh2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: clamp(1.6rem,1.1rem + 1.9vw,2.6rem);
  line-height: 1.24; letter-spacing: -0.01em; color: var(--mh-ink); margin: 0 0 22px; text-wrap: balance; }
.mhh2--on { color: #fff; }
.mhcase__p { font-size: clamp(15px,1vw,16.5px); line-height: 1.95; color: var(--mh-text); margin: 0 0 18px; }
.mhcase__p:last-child { margin-bottom: 0; }
.mhsec--black .mhcase__p { color: rgba(255,255,255,.74); }
.mhcase .mhcenter { text-align: center; max-width: 700px; margin: 0 auto clamp(2rem,1.5rem + 2vw,3.2rem); }

/* sections + spacing */
.mhsec { padding-block: 4rem; }
.mhcase .pb-gap { padding-bottom: clamp(2.5rem, 1.5rem + 4vw, 5rem); }
.mhcase .mt-gap { margin-top: clamp(1.5rem, 1rem + 2vw, 3rem); }
.mhcase .mhshot, .mhcase [class*="__fig"], .mhcase [class*="__media"] { margin-block: 1rem; }
.mhsec--sand { background: var(--mh-sand); }
.mhsec--black { background: var(--mh-black); }

/* ---- Hero ---- */
.mhhero { position: relative; background: var(--mh-cream); overflow: hidden;
  padding-block: clamp(1.5rem,1rem + 2vw,2.5rem) clamp(3rem,2rem + 4vw,5rem); }
.mhback { appearance: none; background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: 14px; font-weight: 500; color: var(--mh-text); margin-bottom: calc(34px + 1.6rem); transition: color var(--dur-fast); }
.mhback:hover { color: var(--mh-black); }
.mhback [data-lucide] { width: 16px; height: 16px; }
.mhhero__logo { height: 38px; width: auto; margin-bottom: 30px; }
.mhhero__meta { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.mhchip { display: inline-flex; font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: .08em;
  padding: 6px 14px; border-radius: 999px; color: #fff; background: var(--mh-black); }
.mhhero__year { font-family: var(--font-mono); font-size: 13px; color: var(--mh-text); }
.mhhero__title { font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: clamp(1.8rem,1.1rem + 2.4vw,3rem);
  line-height: 1.22; letter-spacing: -0.01em; color: var(--mh-ink); margin: 0; max-width: 940px; text-wrap: balance; }
.mhhero__sub { font-size: clamp(15px,1vw,16.5px); line-height: 1.8; color: var(--mh-text); margin: 24px 0 0; max-width: 720px; }
.mhhero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.mhtag { font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .04em; color: var(--mh-text);
  background: #fff; border: 1px solid var(--mh-line); border-radius: 999px; padding: 6px 12px; }
.mhhero__media { margin-top: clamp(2rem,1.5rem + 3vw,3.5rem); border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: 0 40px 80px -34px rgba(0,0,0,.5); }
.mhhero__media img { width: 100%; height: auto; display: block; }

/* ---- generic figure ---- */
.mhshot { border-radius: var(--radius-lg); overflow: hidden; background: #fff;
  box-shadow: 0 22px 50px -30px rgba(0,0,0,.4); border: 1px solid var(--mh-line); }
.mhshot img { width: 100%; height: auto; display: block; }
.mhshot__cap { display: block; font-family: var(--font-mono); font-size: 12px; color: var(--mh-text);
  padding: 13px 18px; background: var(--mh-cream); border-top: 1px solid var(--mh-line); }

/* ---- Challenge — black, with pull quote ---- */
.mhchallenge { max-width: 760px; }
.mhquote-block { margin-top: clamp(2rem,1.5rem + 2vw,3rem); padding: clamp(28px,3vw,44px); background: rgba(180,158,118,.1);
  border: 1px solid rgba(180,158,118,.3); border-radius: var(--radius-xl); }
.mhquote-block__main { font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: clamp(1.4rem,1.1rem + 1.6vw,2.1rem);
  line-height: 1.4; color: var(--mh-gold-soft); margin: 0; text-wrap: balance; }
.mhquote-block__rows { margin-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.mhqrow { display: flex; gap: 14px; align-items: flex-start; }
.mhqrow [data-lucide] { width: 18px; height: 18px; color: var(--mh-gold); flex: none; margin-top: 3px; }
.mhqrow span { font-size: 14.5px; line-height: 1.7; color: rgba(255,255,255,.8); }
.mhqrow b { color: #fff; font-weight: 600; }

/* ---- Brand name — big ME ---- */
.mhname { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 1.6rem; align-items: center; }
.mhname__big { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: clamp(6rem,4rem + 10vw,12rem);
  line-height: 0.9; color: var(--mh-black); margin: 0; letter-spacing: -0.03em; }
.mhname__big span { color: var(--mh-gold); }

/* ---- Logo construction ---- */
.mhlogo__fig { background: var(--mh-cream); border: 1px solid var(--mh-line); border-radius: var(--radius-xl);
  padding: clamp(28px,4vw,56px); margin-top: clamp(1.5rem,1rem + 2vw,2.5rem); }
.mhlogo__fig img { width: 100%; height: auto; display: block; }
.mhlogo__note { margin-top: 20px; padding: 20px 24px; background: var(--mh-black); border-radius: var(--radius-md); }
.mhlogo__note p { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,.8); margin: 0; }

/* ---- Colour system ---- */
.mhcolors { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: clamp(2rem,1.5rem + 2vw,3rem); }
.mhcolor { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--mh-line); background: #fff; box-shadow: var(--shadow-sm); }
.mhcolor__chip { height: 130px; display: flex; align-items: flex-end; padding: 16px; }
.mhcolor__chip span { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.85); }
.mhcolor__meta { padding: 18px 20px; }
.mhcolor__meta b { display: block; font-family: "Playfair Display", serif; font-size: 17px; color: var(--mh-ink); }
.mhcolor__meta .hex { font-family: var(--font-mono); font-size: 12px; color: var(--mh-text); }
.mhcolor__meta p { font-size: 13px; line-height: 1.55; color: var(--mh-text); margin: 8px 0 0; }
.mhsubs { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; align-items: center; }
.mhsub { display: flex; align-items: center; gap: 10px; }
.mhsub__dot { width: 30px; height: 30px; border-radius: 999px; flex: none; box-shadow: var(--shadow-sm); }
.mhsub b { font-size: 13px; color: var(--mh-ink); font-weight: 600; }
.mhsub span { font-family: var(--font-mono); font-size: 11px; color: var(--mh-text); margin-left: 4px; }
.mhsubnote { font-size: 13px; color: var(--mh-text); margin: 14px 0 0; font-style: italic; }

/* ---- Identity ---- */
.mhsplit { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: center; }
.mhsplit__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 22px 50px -30px rgba(0,0,0,.35); border: 1px solid var(--mh-line); }
.mhsplit__media img { width: 100%; height: auto; display: block; }

/* ---- Deliverables ---- */
.mhdeliver { list-style: none; margin: clamp(1.5rem,1rem + 2vw,2.5rem) 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; }
.mhdeliver li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.55; color: var(--mh-text); }
.mhdeliver li [data-lucide] { width: 18px; height: 18px; flex: none; color: var(--mh-gold); margin-top: 1px; }

/* ---- Quote ---- */
.mhquote { max-width: 880px; margin: 0 auto; text-align: center; }
.mhquote__mark { font-family: "Playfair Display", serif; font-size: 80px; line-height: .5; color: var(--mh-gold); }
.mhquote__text { font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: clamp(1.4rem,1.1rem + 1.6vw,2.2rem);
  line-height: 1.42; color: #fff; margin: 8px 0 22px; text-wrap: balance; }
.mhquote__body { font-size: clamp(14px,1vw,15.5px); line-height: 1.8; color: rgba(255,255,255,.72); margin: 0 auto; max-width: 680px; }

/* ---- CTA ---- */
.mhcta { position: relative; background: var(--mh-black); padding-top: clamp(2.5rem, 1.5rem + 4vw, 5rem); padding-bottom: clamp(2.5rem, 1.5rem + 4vw, 5rem); text-align: center; overflow: hidden; }
.mhcta__inner { position: relative; z-index: 1; }
.mhcta__title { font-family: "Playfair Display", Georgia, serif; font-weight: 600; font-size: clamp(1.6rem,1.2rem + 2vw,2.6rem); color: #fff; margin: 0 0 28px; text-wrap: balance; }
.mhbtn { appearance: none; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-sans);
  font-weight: 600; font-size: 16px; color: var(--mh-black); background: var(--mh-gold); border: 0; height: 56px; padding: 0 30px;
  border-radius: 999px; box-shadow: 0 16px 32px -14px rgba(180,158,118,.6); transition: all var(--dur-base) var(--ease-out); }
.mhbtn:hover { transform: translateY(-2px); background: var(--mh-gold-soft); }
.mhbtn [data-lucide] { width: 18px; height: 18px; }

@media (max-width: 880px) {
  .mhname { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .mhname__big { font-size: clamp(5rem,18vw,9rem); }
  .mhcolors { grid-template-columns: 1fr; }
  .mhsplit { grid-template-columns: 1fr; }
  .mhdeliver { grid-template-columns: 1fr; }
}
