:root {
  --black: #05070a;
  --black-soft: #0d1015;
  --graphite: #171b22;
  --graphite-2: #232932;
  --white: #ffffff;
  --paper: #f5f5f0;
  --paper-soft: #fbfaf6;
  --cream: #ebe4d5;
  --ink: #20272c;
  --muted: #a8b0bd;
  --line: rgba(255, 255, 255, 0.12);
  --soft-line: rgba(32, 39, 44, 0.13);
  --blue: #1594ff;
  --blue-soft: #77c7ff;
  --red: #ff3e55;
  --green: #9df06b;
  --sage: #6d8d7c;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  --soft-shadow: 0 24px 70px rgba(32, 39, 44, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
dl,
dd,
blockquote {
  margin: 0;
}

ul {
  margin: 0;
}

button {
  font: inherit;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 30;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  margin: 0;
  overflow: visible;
  clip: auto;
  color: var(--black);
  background: var(--white);
}

h1,
h2,
h3 {
  font-family: Oswald, Impact, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 74px;
  padding: 0 2rem;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, min-height 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  min-height: 66px;
  background: rgba(5, 7, 10, 0.9);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand img {
  width: 45px;
  height: auto;
}

.brand span {
  white-space: nowrap;
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.primary-nav a,
.header-cta {
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.primary-nav a:hover,
.header-cta:hover {
  color: var(--white);
}

.header-cta {
  justify-self: end;
  min-height: 40px;
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--blue);
  border-radius: 6px;
  color: var(--white);
  background: rgba(21, 148, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
}

.eyebrow {
  color: var(--blue-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.05rem;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 850;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button--primary {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--black);
}

.button--primary:hover {
  border-color: var(--green);
  background: var(--green);
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.button--secondary:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.button--light {
  border-color: var(--white);
  background: var(--white);
  color: var(--black);
}

.fitness-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: var(--black);
}

.fitness-hero__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.34;
}

.fitness-hero__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9) contrast(1.1);
}

.fitness-hero::before,
.fitness-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fitness-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.98) 0%, rgba(5, 7, 10, 0.72) 46%, rgba(5, 7, 10, 0.48) 100%),
    linear-gradient(0deg, var(--black) 0%, rgba(5, 7, 10, 0) 34%);
}

.fitness-hero::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

.fitness-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.75fr);
  align-items: start;
  gap: 3rem;
  width: calc(100% - 3rem);
  max-width: var(--max);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 8.25rem 0 3rem;
}

.fitness-hero__copy,
.fitness-hero__proof {
  min-width: 0;
}

.fitness-hero h1 {
  max-width: 780px;
  margin-top: 0.75rem;
  font-size: clamp(5.2rem, 11vw, 10.6rem);
  line-height: 0.88;
  word-spacing: 0.04em;
}

.fitness-hero h1 span {
  display: block;
}

.fitness-hero__lead {
  max-width: 620px;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
}

.hero__actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.social-signal {
  display: block;
  max-width: 560px;
  margin-top: 1.6rem;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.fitness-hero__proof {
  display: grid;
  gap: 1rem;
}

.result-feature,
.result-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--graphite);
  box-shadow: var(--shadow);
}

.result-feature img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center;
}

.result-feature figcaption,
.result-card figcaption {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(5, 7, 10, 0.78);
  backdrop-filter: blur(12px);
}

.result-feature span,
.result-card span {
  display: block;
  color: var(--green);
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.result-feature strong,
.result-card p {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 600;
}

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

.mini-proof article {
  min-height: 118px;
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.mini-proof span {
  color: var(--blue-soft);
  font-family: Oswald, Impact, sans-serif;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1;
}

.mini-proof p {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.journey-section,
.results-section,
.fitness-method,
.guide-section,
.myotherapy-link-band,
.contact-section,
.myo-intro,
.myo-process,
.myo-quotes,
.myo-contact {
  width: calc(100% - 3rem);
  max-width: var(--max);
  margin: 0 auto;
  padding: 6rem 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.48fr);
  gap: 3rem;
  max-width: none;
  align-items: end;
}

.section-heading h2,
.guide-section h2,
.contact-section h2,
.myotherapy-link-band h2 {
  margin-top: 0.6rem;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: 0.96;
}

.section-heading p:last-child,
.guide-section p,
.contact-section p,
.myotherapy-link-band p {
  color: rgba(255, 255, 255, 0.7);
}

.journey-section {
  border-top: 1px solid var(--line);
}

.journey-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.journey-map article,
.method-grid article,
blockquote {
  background: var(--graphite);
}

.journey-map article {
  min-height: 300px;
  padding: 1.2rem;
}

.journey-map span,
.method-grid span {
  color: var(--blue-soft);
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.journey-map h3,
.method-grid h3 {
  margin-top: 1rem;
  font-size: 1.55rem;
  line-height: 1.05;
}

.journey-map p,
.method-grid p,
blockquote p {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}

.results-section,
.fitness-method {
  border-top: 1px solid var(--line);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 340px;
  gap: 1rem;
}

.result-card--wide {
  grid-column: span 2;
}

.result-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.method-grid article {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.method-grid article:nth-child(even) span {
  color: var(--green);
}

.fitness-media {
  display: grid;
  grid-template-columns: 0.75fr 1.2fr 0.85fr;
  gap: 1rem;
  margin-top: 1rem;
}

.fitness-media img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--graphite);
}

.fitness-media img:first-child {
  object-position: center;
}

.fitness-media img:nth-child(2) {
  object-position: center;
}

.guide-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.8fr);
  gap: 3rem;
  align-items: center;
}

.guide-section > img {
  width: 100%;
  max-height: 780px;
  object-fit: cover;
  object-position: center 15%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--graphite);
}

.credential-list {
  display: grid;
  gap: 1px;
  margin-top: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.credential-list div {
  padding: 1rem;
  background: var(--graphite);
}

.credential-list dt {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.credential-list dd {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
}

.myotherapy-link-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  max-width: none;
  width: 100%;
  padding: 4.5rem max(1.5rem, calc((100vw - var(--max)) / 2));
  background: var(--paper-soft);
  color: var(--ink);
}

.myotherapy-link-band .eyebrow {
  color: var(--sage);
}

.myotherapy-link-band p {
  color: rgba(32, 39, 44, 0.72);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
  gap: 3rem;
  align-items: start;
  border-top: 1px solid var(--line);
}

address {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--black);
  font-style: normal;
  font-weight: 700;
}

address a {
  color: #005fb8;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.62);
  background: #030406;
}

.site-footer p:first-child {
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p:last-child {
  justify-self: end;
  text-align: right;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

blockquote {
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

blockquote p {
  font-size: 1.05rem;
}

cite {
  display: block;
  margin-top: 1.15rem;
  color: var(--blue-soft);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

/* Softer myotherapy page */

body.myotherapy-page {
  background: var(--paper-soft);
  color: var(--ink);
}

.myotherapy-page .site-header {
  color: var(--ink);
  background: rgba(251, 250, 246, 0.88);
  border-bottom-color: var(--soft-line);
  backdrop-filter: blur(16px);
}

.myotherapy-page .brand img {
  filter: invert(1);
}

.myotherapy-page .site-header.is-scrolled,
.myotherapy-page .site-header.is-open {
  background: rgba(251, 250, 246, 0.96);
  border-color: var(--soft-line);
}

.myotherapy-page .primary-nav {
  color: rgba(32, 39, 44, 0.68);
}

.myotherapy-page .primary-nav a:hover,
.myotherapy-page .header-cta:hover {
  color: var(--ink);
}

.myotherapy-page .header-cta {
  border-color: var(--sage);
  color: var(--ink);
  background: rgba(109, 141, 124, 0.14);
}

.myotherapy-page .eyebrow {
  color: var(--sage);
}

.myo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.62fr);
  gap: 3rem;
  align-items: center;
  width: calc(100% - 3rem);
  max-width: var(--max);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 8rem 0 5rem;
}

.myo-hero h1 {
  max-width: 690px;
  margin-top: 0.7rem;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.95;
}

.myo-hero p:not(.eyebrow),
.myo-process .section-heading p:last-child,
.myo-contact p,
.myo-activated p {
  max-width: 620px;
  margin-top: 1.1rem;
  color: rgba(32, 39, 44, 0.72);
}

.myo-hero__image {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.myo-hero__image img {
  width: 100%;
  height: min(72vh, 700px);
  object-fit: cover;
  object-position: center;
}

.button--myo {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--white);
}

.button--myo-secondary {
  border-color: var(--soft-line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
}

.myo-intro,
.myo-process,
.myo-quotes,
.myo-contact {
  border-top: 1px solid var(--soft-line);
}

.myotherapy-page .section-heading h2,
.myo-treatments h2,
.myo-activated h2,
.myo-contact h2 {
  margin-top: 0.6rem;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 1;
}

.myotherapy-page .section-heading p:last-child {
  color: rgba(32, 39, 44, 0.72);
}

.myo-card-grid,
.myo-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.myo-card-grid article,
.myo-steps article,
.myotherapy-page blockquote {
  padding: 1.2rem;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.myo-card-grid h3,
.myo-steps h3 {
  font-size: 1.45rem;
  line-height: 1.05;
}

.myo-card-grid p,
.myo-steps p,
.myotherapy-page blockquote p {
  margin-top: 0.7rem;
  color: rgba(32, 39, 44, 0.68);
}

.myo-steps span {
  color: var(--sage);
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.myo-treatments {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.75fr);
  gap: 3rem;
  align-items: start;
  width: 100%;
  padding: 5rem max(1.5rem, calc((100vw - var(--max)) / 2));
  background: var(--cream);
}

.soft-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  list-style: none;
}

.soft-tags li {
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(32, 39, 44, 0.78);
  font-weight: 700;
}

.myo-activated {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.8fr);
  gap: 3rem;
  align-items: center;
  width: calc(100% - 3rem);
  max-width: var(--max);
  margin: 0 auto;
  padding: 6rem 0;
}

.myo-activated img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.myotherapy-page .quote-grid blockquote {
  background: var(--white);
}

.myotherapy-page cite {
  color: var(--sage);
}

.myo-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
  gap: 3rem;
  align-items: start;
}

.myo-contact address {
  border-color: var(--soft-line);
  background: var(--white);
}

.site-footer--light {
  border-top-color: var(--soft-line);
  background: var(--ink);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 22;
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 6px;
    color: inherit;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
  }

  .myotherapy-page .menu-toggle {
    border-color: var(--soft-line);
    background: rgba(255, 255, 255, 0.5);
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 21;
    display: none;
    place-content: center;
    gap: 1.6rem;
    background: rgba(5, 7, 10, 0.98);
    font-family: Oswald, Impact, sans-serif;
    font-size: 2.6rem;
    line-height: 1;
  }

  .myotherapy-page .primary-nav {
    background: rgba(251, 250, 246, 0.98);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .header-cta {
    display: none;
  }

  .fitness-hero__inner,
  .section-heading--split,
  .guide-section,
  .myotherapy-link-band,
  .contact-section,
  .myo-hero,
  .myo-treatments,
  .myo-activated,
  .myo-contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .journey-map,
  .method-grid,
  .quote-grid,
  .myo-card-grid,
  .myo-steps {
    grid-template-columns: 1fr 1fr;
  }

  .fitness-media {
    grid-template-columns: 1fr 1fr;
  }

  .fitness-media img:first-child {
    grid-column: span 2;
  }

  .site-footer p:last-child {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .brand span {
    display: none;
  }

  .fitness-hero__inner,
  .journey-section,
  .results-section,
  .fitness-method,
  .guide-section,
  .contact-section,
  .myo-hero,
  .myo-intro,
  .myo-process,
  .myo-quotes,
  .myo-contact,
  .myo-activated {
    width: calc(100% - 2rem);
  }

  .fitness-hero__inner,
  .myo-hero {
    gap: 1.8rem;
    padding: 6rem 0 2rem;
  }

  .fitness-hero h1 {
    max-width: 340px;
    font-size: clamp(3.55rem, 18vw, 5.7rem);
    line-height: 0.9;
  }

  .myo-hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .fitness-hero__lead,
  .myo-hero p:not(.eyebrow) {
    max-width: 340px;
    font-size: 1rem;
  }

  .fitness-hero .eyebrow {
    max-width: 320px;
    line-height: 1.35;
  }

  .hero__actions,
  .contact-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .social-signal {
    align-items: flex-start;
    max-width: 340px;
  }

  .mini-proof,
  .results-grid,
  .fitness-media,
  .journey-map,
  .method-grid,
  .quote-grid,
  .myo-card-grid,
  .myo-steps {
    grid-template-columns: 1fr;
  }

  .mini-proof article {
    min-height: 96px;
  }

  .results-grid {
    grid-auto-rows: 330px;
  }

  .result-card--wide,
  .fitness-media img:first-child {
    grid-column: span 1;
  }

  .journey-section,
  .results-section,
  .fitness-method,
  .guide-section,
  .contact-section,
  .myo-intro,
  .myo-process,
  .myo-quotes,
  .myo-contact,
  .myo-activated {
    padding: 4.25rem 0;
  }

  .section-heading h2,
  .guide-section h2,
  .contact-section h2,
  .myotherapy-link-band h2,
  .myotherapy-page .section-heading h2,
  .myo-treatments h2,
  .myo-activated h2,
  .myo-contact h2 {
    font-size: clamp(2.1rem, 13vw, 3.6rem);
  }

  .journey-map article {
    min-height: 220px;
  }

  .fitness-media img {
    height: 330px;
  }

  .myotherapy-link-band,
  .myo-treatments {
    padding: 4rem 1rem;
  }

  .myo-hero__image img {
    height: 520px;
  }
}
