/** Shopify CDN: Minification failed

Line 1730:19 Expected ":"
Line 2344:0 Unexpected "}"

**/
:root {
  --black: #070807;
  --ink: #0d0f0d;
  --panel: #151711;
  --cream: #f4f0e7;
  --muted: #aaa394;
  --gold: #d4aa52;
  --gold-soft: #f0d58a;
  --line: rgba(212, 170, 82, 0.22);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 4%, rgba(212, 170, 82, 0.10), transparent 32rem),
    radial-gradient(circle at 88% 22%, rgba(15, 123, 93, 0.10), transparent 26rem),
    linear-gradient(180deg, #070807 0%, #0c0e0c 45%, #070807 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, li { overflow-wrap: anywhere; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 92px;
  padding: 18px max(clamp(18px, 5vw, 64px), calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.site-header.is-scrolled {
  background: rgba(7, 8, 7, 0.9);
  border-color: rgba(212, 170, 82, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.brand-logo {
  width: auto;
  height: 70px;
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  color: rgba(244, 240, 231, 0.88);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(212, 170, 82, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}
.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
}
.site-nav a:hover {
  color: var(--black);
  background: var(--gold);
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  color: inherit;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 170, 82, 0.28);
  border-radius: 50%;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 96svh;
  display: grid;
  align-items: center;
  padding: 132px clamp(18px, 5vw, 64px) 78px;
  overflow: hidden;
  background: #050605;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 1) 0%, rgba(5, 6, 5, 0.96) 36%, rgba(5, 6, 5, 0.52) 63%, rgba(5, 6, 5, 0.92) 100%),
    linear-gradient(0deg, rgba(5, 6, 5, 0.96) 0%, rgba(5, 6, 5, 0) 28%),
    radial-gradient(circle at 72% 34%, rgba(212, 170, 82, 0.10), transparent 24rem);
  pointer-events: none;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 0.95fr);
  gap: clamp(26px, 5vw, 66px);
  align-items: center;
  min-height: calc(96svh - 210px);
  margin: 0 auto;
}
.hero-media {
  position: relative;
  order: 2;
  align-self: end;
  min-height: min(680px, calc(96svh - 150px));
  margin: 0;
  pointer-events: none;
}
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: min(680px, calc(96svh - 150px));
  object-fit: cover;
  object-position: right top;
  filter: saturate(0.96) contrast(1.04) brightness(0.82);
  transform: none;
  mix-blend-mode: normal;
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 92%, transparent 100%);
}
.hero-text {
  position: relative;
  z-index: 3;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: 0;
}
h2 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}
h3 { color: var(--cream); }
.hero-copy {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(244, 240, 231, 0.80);
  font-size: clamp(1.05rem, 1.9vw, 1.24rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.03em;
  transition: transform 0.16s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 16px 34px rgba(212, 170, 82, 0.22);
}
.button.secondary {
  color: var(--cream);
  border-color: rgba(212, 170, 82, 0.42);
  background: rgba(255, 255, 255, 0.045);
}

.intro,
.section,
.contact,
.site-footer {
  padding-left: clamp(18px, 5vw, 64px);
  padding-right: clamp(18px, 5vw, 64px);
}
.intro {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 36px), var(--max));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -36px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}
.intro div {
  min-height: 118px;
  padding: 22px 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)), #11130f;
}
.intro strong,
.intro span { display: block; }
.intro strong {
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.intro span {
  color: rgba(244, 240, 231, 0.78);
  line-height: 1.45;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
}
.section-heading {
  max-width: 880px;
  margin: 0 auto 38px;
  text-align: center;
}
.section-note {
  max-width: 700px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1.03rem;
}
.split {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 0.95fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: center;
  margin: 0 auto;
}
.about-section {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(360px, 0.43fr) minmax(0, 0.57fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  margin: 0 auto;
  padding-top: 84px;
}
.section-copy p,
.contact-copy p,
.product-card p,
.cart-panel p,
.cart-item p,
.rte {
  color: var(--muted);
}
.experience-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(212, 170, 82, 0.22);
}
.experience-stats div {
  display: grid;
  gap: 6px;
}
.experience-stats strong {
  color: var(--cream);
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1;
}
.experience-stats span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.about-bio {
  max-width: 640px;
  margin-top: 28px;
}
.feature-card {
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.about-editorial-image {
  width: min(109%, calc(100% + 48px));
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.about-editorial-image .about-training-image {
  width: 100%;
  height: clamp(465px, 48vw, 615px);
  object-fit: cover;
  object-position: 24% center;
  filter: saturate(0.96) contrast(1.04) brightness(0.9);
  mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent 100%);
}

.dark {
  background:
    linear-gradient(180deg, rgba(5, 45, 35, 0.36), rgba(7, 8, 7, 0.14)),
    var(--black);
}
.gallery-section {
  width: min(100%, var(--max));
  margin: 0 auto;
}
.gallery-section .section-heading h2 {
  font-size: clamp(2rem, 3.55vw, 3.75rem);
}
.facility-credit {
  margin: 14px auto 0;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
  gap: 18px;
  align-items: start;
  margin-top: 48px;
}
.gallery figure {
  display: block;
  margin: 0;
}
.gallery img {
  width: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.gallery-main img {
  height: 560px;
  object-position: center;
}
.gallery > figure:not(.gallery-main) img {
  height: 560px;
  object-position: center;
}
.gallery figcaption,
.work-images figcaption {
  margin-top: 12px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.facility-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 44px;
  border: 1px solid rgba(212, 170, 82, 0.20);
  background: rgba(212, 170, 82, 0.20);
}
.facility-metrics span {
  padding: 18px 16px;
  color: rgba(244, 240, 231, 0.88);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(13, 15, 13, 0.92);
}
.facility-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  text-align: center;
}
.facility-cta p {
  margin: 0;
  color: rgba(244, 240, 231, 0.78);
  font-size: 1.02rem;
}

.offer-band {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(470px, 0.98fr) minmax(620px, 1.02fr);
  gap: clamp(44px, 4.5vw, 68px);
  align-items: start;
  margin: 0 auto;
  padding-top: 0;
    padding-bottom: 64px;
}
.offer-band h2 {
  max-width: 620px;
  overflow-wrap: normal;
  word-break: normal;
}
.offer-copy {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
}
.audience-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  color: rgba(244, 240, 231, 0.78);
  font-weight: 800;
  list-style: none;
}
.audience-list li {
  padding-top: 14px;
  border-top: 1px solid rgba(212, 170, 82, 0.20);
}
.work-images {
  display: grid;
  grid-template-columns: minmax(0, 1.09fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 74px;
}
.work-images figure {
  margin: 0;
}
.work-images img {
  display: block;
  width: 100%;
  height: clamp(310px, 25vw, 360px);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.04) brightness(0.88);
}
.work-images figure:first-child img {
  object-position: 72% center;
}
.work-images figure:nth-child(2) img {
  object-position: 50% 35%;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
  gap: clamp(36px, 6vw, 72px);
  align-items: start;
  padding-top: 72px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 82% 20%, rgba(212, 170, 82, 0.12), transparent 22rem),
    #0b0c0b;
}
.contact-copy {
  max-width: 720px;
  margin-left: auto;
}
.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.contact-links a {
  width: fit-content;
  color: var(--gold-soft);
  font-weight: 900;
  border-bottom: 1px solid rgba(212, 170, 82, 0.35);
}
.contact-trust-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  color: rgba(244, 240, 231, 0.78);
  list-style: none;
}
.contact-trust-list li {
  position: relative;
  padding-left: 24px;
}
.contact-trust-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-soft);
  font-weight: 900;
}
.contact-testimonial {
  max-width: 620px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  color: rgba(244, 240, 231, 0.78);
  border-top: 1px solid rgba(212, 170, 82, 0.20);
}
.contact-testimonial p {
  margin: 0;
  color: rgba(244, 240, 231, 0.80);
  font-size: 0.96rem;
  line-height: 1.6;
}
.contact-testimonial cite {
  display: block;
  margin-top: 10px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-form {
  width: min(100%, 486px);
  display: grid;
  gap: 18px;
  justify-self: start;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)), rgba(20, 22, 17, 0.86);
  border: 1px solid rgba(212, 170, 82, 0.18);
  border-radius: 8px;
}
label {
  display: grid;
  gap: 8px;
  color: rgba(244, 240, 231, 0.76);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
input,
select,
textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--cream);
  font: inherit;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 170, 82, 0.22);
  border-radius: 8px;
}
textarea { resize: vertical; }

.site-footer {
  width: min(100%, var(--max));
  display: flex;
  align-items: center;
    flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 28px;
  color: rgba(244, 240, 231, 0.62);
  border-top: 1px solid rgba(212, 170, 82, 0.18);
}
.footer-logo {
  width: 116px;
  height: auto;
  object-fit: contain;
}

.commerce-page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 132px clamp(18px, 5vw, 64px) 80px;
}
.commerce-page h1,
.product-info h1 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.96;
}
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.product-media,
.product-card,
.cart-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)), #141611;
  border: 1px solid rgba(212, 170, 82, 0.24);
  border-radius: 8px;
}
.product-media { overflow: hidden; }
.product-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}
.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.product-price {
  color: var(--gold-soft);
  font-weight: 900;
}
.cart-panel {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 28px;
}
.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(212, 170, 82, 0.18);
}

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: calc(100% - 1px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    color: var(--cream);
    background: rgba(7, 8, 7, 0.96);
    border: 1px solid rgba(212, 170, 82, 0.22);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px; }
  .hero-content,
  .intro,
  .split,
  .about-section,
  .offer-band,
  .contact,
  .product-layout,
  .product-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    align-items: end;
    padding-top: 112px;
  }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 6, 5, 0.18) 0%, rgba(5, 6, 5, 0.76) 46%, rgba(5, 6, 5, 0.99) 100%),
      radial-gradient(circle at 70% 28%, rgba(212, 170, 82, 0.10), transparent 20rem);
  }
  .hero-media {
    position: absolute;
    inset: 0;
    min-height: auto;
    opacity: 0.72;
    z-index: 0;
  }
  .hero-media img {
    min-height: 100%;
    object-position: 62% top;
    transform: none;
    mask-image: none;
  }
  .hero-text {
    padding-top: 120px;
  }
  .intro {
    width: 100%;
    margin-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .about-editorial-image .about-training-image {
    width: 100%;
    height: 450px;
    object-position: 24% center;
    mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
  }
  .gallery,
  .facility-metrics {
    grid-template-columns: 1fr;
  }
  .gallery-main {
    min-height: 360px;
  }
  .gallery-main img {
    height: 360px;
  }
  .facility-cta {
    flex-direction: column;
  }
  .work-images {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
  .work-images img {
    height: 320px;
  }
  .contact-copy {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .work-images {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 24px;
  }
  .work-images img {
    height: auto;
    object-fit: contain;
  }
  .work-images figure:first-child img {
    object-position: 72% center;
  }
}

@media (max-width: 560px) {
  .site-header { min-height: 80px; }
  .brand-logo { height: 56px; }
  h1 { max-width: 10ch; }
  .hero { min-height: 96svh; }
  .hero-actions,
  .button { width: 100%; }
  .section,
  .contact { padding-top: 76px; padding-bottom: 76px; }
  .gallery,
  .work-images {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .experience-stats {
    grid-template-columns: 1fr;
  }
  .gallery img {
    height: 250px;
  }
  .work-images img {
    height: auto;
    object-fit: contain;
  }
  .work-images figure:first-child img {
    object-position: 72% center;
  }
  .gallery-main { min-height: 0; }
  .gallery-main img { height: 260px; }
  .contact-form {
    padding: 20px;
  }
  .site-footer {
    flex-direction: column;
  }
}


/* MBE storefront section */
.store-section {
  padding-top: clamp(72px, 9vw, 132px);
}
.store-heading {
  max-width: 920px;
}
.store-grid {
  width: min(100%, var(--max));
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.store-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}
.store-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04) brightness(0.82);
}
.store-card span,
.store-card strong {
  display: block;
  padding: 0 18px;
}
.store-card span {
  margin-top: 18px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.store-card strong {
  min-height: 92px;
  padding-top: 8px;
  padding-bottom: 22px;
  color: rgba(244, 240, 231, 0.88);
  font-size: 1rem;
  line-height: 1.35;
}
.store-cta {
  width: min(100%, var(--max));
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(212, 170, 82, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(212, 170, 82, 0.14), rgba(16, 120, 92, 0.10));
}
.store-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(244, 240, 231, 0.78);
}
@media (max-width: 980px) {
  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .store-grid {
    grid-template-columns: 1fr;
  }
  .store-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* MBE storefront section */
.store-section {
  padding-top: clamp(72px, 9vw, 132px);
}
.store-heading {
  max-width: 920px;
}
.store-grid {
  width: min(100%, var(--max));
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.store-editorial {
  width: min(100%, var(--max));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(212, 170, 82, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(212, 170, 82, 0.12), rgba(16, 120, 92, 0.08)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}
.store-editorial-copy h3 {
  max-width: 14ch;
  margin: 0;
  color: var(--cream);
  font-size: clamp(2rem, 3.7vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}
.store-editorial-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(244, 240, 231, 0.78);
}
.store-editorial-copy .button {
  margin-top: 26px;
}
.store-editorial figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 170, 82, 0.22);
  border-radius: 8px;
  background: #080908;
}
.store-editorial img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.82);
}
.store-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}
.store-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04) brightness(0.82);
}
.store-card span,
.store-card strong {
  display: block;
  padding: 0 18px;
}
.store-card span {
  margin-top: 18px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.store-card strong {
  min-height: 92px;
  padding-top: 8px;
  padding-bottom: 22px;
  color: rgba(244, 240, 231, 0.88);
  font-size: 1rem;
  line-height: 1.35;
}
.store-cta {
  width: min(100%, var(--max));
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(212, 170, 82, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(212, 170, 82, 0.14), rgba(16, 120, 92, 0.10));
}
.store-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(244, 240, 231, 0.78);
}
@media (max-width: 980px) {
  .store-editorial {
    grid-template-columns: 1fr;
  }
  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .store-grid {
    grid-template-columns: 1fr;
  }
  .store-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* MBE contact icon polish */
html,
body {
  overflow-x: hidden;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.contact-links .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft, #e8cf85);
}

.contact-links .contact-link:hover,
.contact-links .contact-social-link:hover {
  color: #f7e6a7;
  opacity: 0.8;
}

.contact-links .contact-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: var(--gold-soft, #e8cf85);
  fill: currentColor;
}

.contact-social-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.contact-social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  overflow-wrap: anywhere;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.contact-social-icon {
  width: 21px;
  height: 21px;
  display: block;
  color: currentColor;
}

.contact-social-icon--instagram {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-social-icon--facebook {
  fill: currentColor;
}

.contact-social-icon--linkedin {
  fill: currentColor;
}

.contact-links .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .contact-links {
    gap: 13px;
  }

  .contact-social-icons {
    gap: 13px;
  }
}
/* End MBE contact icon polish */

/* MBE launch mobile/header/photo polish */
.brand-lockup {
  gap: clamp(9px, 1vw, 16px);
  text-decoration: none;
}

.brand-mark-frame {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(72px, 6vw, 92px);
  height: clamp(56px, 4.7vw, 70px);
  overflow: hidden;
}

.brand-mark {
  display: block;
  width: 116%;
  height: 116%;
  object-fit: contain;
}

.brand-type {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brand-name {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.46rem, 1.85vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
}

.brand-subtitle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 7px;
  color: #2f8f75;
  font-size: clamp(0.64rem, 0.82vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.brand-subtitle::before,
.brand-subtitle::after {
  content: "";
  flex: 1 1 54px;
  max-width: 74px;
  min-width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 170, 82, 0.88));
}

.brand-subtitle::after {
  background: linear-gradient(90deg, rgba(212, 170, 82, 0.88), transparent);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 1) 0%, rgba(5, 6, 5, 0.9) 34%, rgba(5, 6, 5, 0.28) 64%, rgba(5, 6, 5, 0.72) 100%),
    linear-gradient(0deg, rgba(5, 6, 5, 0.96) 0%, rgba(5, 6, 5, 0) 30%),
    radial-gradient(circle at 72% 34%, rgba(212, 170, 82, 0.12), transparent 24rem);
}

.hero-media {
  display: block !important;
  opacity: 1;
}

.hero-media img {
  object-position: 74% top;
  filter: saturate(0.98) contrast(1.05) brightness(0.9);
}

@media (max-width: 1100px) {
  .brand-name {
    font-size: clamp(1.2rem, 2.4vw, 1.62rem);
    letter-spacing: 0.16em;
  }

  .brand-subtitle {
    font-size: clamp(0.56rem, 1.15vw, 0.72rem);
  }

  .brand-subtitle::before,
  .brand-subtitle::after {
    max-width: 48px;
  }
}

@media (max-width: 920px) {
  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 6, 5, 0.05) 0%, rgba(5, 6, 5, 0.22) 32%, rgba(5, 6, 5, 0.88) 70%, rgba(5, 6, 5, 1) 100%),
      radial-gradient(circle at 68% 24%, rgba(212, 170, 82, 0.12), transparent 18rem);
  }

  .hero-media {
    opacity: 0.92;
  }

  .hero-media img {
    object-position: 72% top;
    filter: saturate(0.98) contrast(1.04) brightness(0.84);
  }
}

@media (max-width: 720px) {
  .brand-mark-frame {
    width: 56px;
    height: 46px;
  }

  .brand-name {
    font-size: clamp(1.02rem, 4.9vw, 1.44rem);
    letter-spacing: 0.13em;
  }

  .brand-subtitle {
    gap: 6px;
    margin-top: 5px;
    font-size: clamp(0.48rem, 2.2vw, 0.64rem);
  }

  .brand-subtitle::before,
  .brand-subtitle::after {
    min-width: 14px;
    max-width: 26px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    max-width: calc(100vw - 74px);
  }

  .brand-mark-frame {
        width: 42px;
    height: 42px;
  }

    .brand-lockup {
    gap: 14px;
  }

  .brand-name {
    font-size: clamp(0.92rem, 4.6vw, 1.18rem);
  }

  .brand-subtitle {
    font-size: clamp(0.44rem, 2vw, 0.54rem);
        margin-top: 3px;
  }

  .hero {
    min-height: 96svh;
    padding: 84px 18px 46px;
    align-items: end;
  }

  .hero-media {
    inset: 0 0 auto;
    height: 54svh;
    opacity: 0.96;
  }

  .hero-media img {
    height: 100%;
    min-height: 100%;
    object-position: 72% top;
  }

  .hero-text {
    padding-top: min(48svh, 390px);
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(2.38rem, 11vw, 3rem);
    line-height: 1;
  }

  .hero-copy {
    max-width: 34ch;
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-actions {
    position: relative;
    z-index: 4;
    gap: 10px;
    margin-top: 22px;
  }
}

@media (max-width: 360px) {
  .brand-subtitle::before,
  .brand-subtitle::after {
    display: none;
  }

  .brand-name {
    font-size: 0.88rem;
  }
}
/* End MBE launch mobile/header/photo polish */

/* MBE approved luxury hero live */
@media (min-width: 561px) {
.site-header {
  min-height: 104px;
  align-items: center;
}

.brand-logo {
  height: 80px !important;
}

.brand-mark-frame {
  width: 74px !important;
  height: 64px !important;
}

.brand-name {
  font-size: clamp(1.7rem, 2.2vw, 2.25rem) !important;
}

.brand-subtitle {
  font-size: 0.78rem !important;
}
} /* end @media (min-width: 561px) — luxury live */

/* MBE mobile header fix — overrides luxury live block */
@media (max-width: 560px) {
  .site-header {
    min-height: 76px !important;
  }

  .brand-logo {
    height: auto !important;
  }

  .brand-mark-frame {
    width: 42px !important;
    height: 42px !important;
  }

  .brand-lockup {
    gap: 14px !important;
  }

  .brand-name {
    font-size: clamp(0.92rem, 4.6vw, 1.18rem) !important;
  }

  .brand-subtitle {
    font-size: clamp(0.44rem, 2vw, 0.54rem) !important;
    margin-top: 3px !important;
  }
}

.site-nav {
  align-self: center;
  font-size: 0.78rem !important;
  background: rgba(12, 12, 12, 0.68) !important;
}

.hero {
  min-height: 96svh;
  padding-top: 132px;
  background:
    radial-gradient(circle at 39% 27%, rgba(212, 170, 82, 0.055), transparent 28rem),
    radial-gradient(circle at 66% 31%, rgba(42, 111, 88, 0.055), transparent 34rem),
    #050605 !important;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 0.99) 0%, rgba(5, 6, 5, 0.94) 31%, rgba(5, 6, 5, 0.62) 51%, rgba(5, 6, 5, 0.42) 65%, rgba(5, 6, 5, 0.72) 100%),
    linear-gradient(0deg, rgba(5, 6, 5, 0.98) 0%, rgba(5, 6, 5, 0.76) 10%, rgba(5, 6, 5, 0) 34%) !important;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 112px;
  left: clamp(18px, 5vw, 78px);
  right: clamp(18px, 5vw, 78px);
  height: 240px;
  pointer-events: none;
  background:
    radial-gradient(circle at 48% 42%, rgba(230, 169, 72, 0.09), transparent 16rem),
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221400%22%20height%3D%22310%22%20viewBox%3D%220%200%201400%20310%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22blur%22%20x%3D%22-10%25%22%20y%3D%22-80%25%22%20width%3D%22120%25%22%20height%3D%22260%25%22%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%228%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gold%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%221%22%20y2%3D%220%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23d4aa52%22%20stop-opacity%3D%22.05%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%23f0d58a%22%20stop-opacity%3D%22.46%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d4aa52%22%20stop-opacity%3D%22.05%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%0A%20%20%20%20%3Cg%20filter%3D%22url(%23blur)%22%20stroke%3D%22url(%23gold)%22%20stroke-width%3D%2216%22%20opacity%3D%22.42%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M35%20166%20C%20260%2060%2C%20535%20230%2C%201340%20120%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%20212%20C%20250%20142%2C%20560%20234%2C%201325%20160%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M75%20120%20C%20310%2020%2C%20650%20180%2C%201390%2080%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20stroke%3D%22url(%23gold)%22%20stroke-width%3D%221.25%22%20opacity%3D%22.82%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M35%20166%20C%20260%2060%2C%20535%20230%2C%201340%20120%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%20212%20C%20250%20142%2C%20560%20234%2C%201325%20160%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M75%20120%20C%20310%2020%2C%20650%20180%2C%201390%2080%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M0%20252%20C%20210%20198%2C%20585%20270%2C%201290%20202%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M420%20172%20C%20610%20120%2C%20785%20128%2C%201080%20150%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center / min(1120px, 86vw) 248px no-repeat;
  mix-blend-mode: screen;
  opacity: 0.78;
  filter: blur(0.2px);
}

.hero-content {
  grid-template-columns: minmax(0, 0.95fr) minmax(470px, 0.78fr) !important;
  gap: clamp(26px, 4.8vw, 62px) !important;
}

.hero-text {
  padding-left: clamp(22px, 3vw, 50px);
  text-shadow: 0 18px 34px rgba(0, 0, 0, 0.66);
}

.hero-headline {
  width: max-content;
  max-width: none !important;
  font-size: clamp(4.05rem, 4.85vw, 4.85rem) !important;
  line-height: 0.96 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-line-primary {
  text-transform: uppercase;
  color: var(--cream);
}

.hero-line-secondary {
  font-size: 0.8em;
  color: var(--cream);
}

.hero-line-accent {
  font-size: 0.62em;
  color: var(--gold-soft);
  white-space: nowrap;
}

.hero-copy {
  max-width: 28ch !important;
  margin-top: clamp(34px, 4vw, 48px) !important;
  color: rgba(244, 240, 231, 0.83) !important;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem) !important;
  line-height: 1.45 !important;
}

.hero-copy span {
  display: block;
}

.hero-actions {
  margin-top: 24px !important;
}

.hero-media {
  position: relative;
  max-width: 525px;
  min-height: min(710px, calc(96svh - 142px)) !important;
  transform: translate(24px, 26px);
  overflow: visible;
}

.hero-media img {
  position: relative;
  z-index: 0;
  min-height: min(710px, calc(96svh - 142px)) !important;
  object-position: 52% 30% !important;
  filter: saturate(0.98) contrast(1.05) brightness(0.88) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 17%, #000 94%, transparent 100%), linear-gradient(0deg, transparent 0%, #000 15%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent 0%, #000 17%, #000 94%, transparent 100%), linear-gradient(0deg, transparent 0%, #000 15%, #000 88%, transparent 100%);
  mask-composite: intersect;
}

.hero-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -76px;
  left: -240px;
  right: -80px;
  height: 270px;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221400%22%20height%3D%22310%22%20viewBox%3D%220%200%201400%20310%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cfilter%20id%3D%22blur%22%20x%3D%22-10%25%22%20y%3D%22-80%25%22%20width%3D%22120%25%22%20height%3D%22260%25%22%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%228%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gold%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%221%22%20y2%3D%220%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23d4aa52%22%20stop-opacity%3D%22.05%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22.52%22%20stop-color%3D%22%23f0d58a%22%20stop-opacity%3D%22.46%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d4aa52%22%20stop-opacity%3D%22.05%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%0A%20%20%20%20%3Cg%20filter%3D%22url(%23blur)%22%20stroke%3D%22url(%23gold)%22%20stroke-width%3D%2216%22%20opacity%3D%22.42%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M35%20166%20C%20260%2060%2C%20535%20230%2C%201340%20120%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%20212%20C%20250%20142%2C%20560%20234%2C%201325%20160%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M75%20120%20C%20310%2020%2C%20650%20180%2C%201390%2080%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cg%20stroke%3D%22url(%23gold)%22%20stroke-width%3D%221.25%22%20opacity%3D%22.82%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M35%20166%20C%20260%2060%2C%20535%20230%2C%201340%20120%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M10%20212%20C%20250%20142%2C%20560%20234%2C%201325%20160%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M75%20120%20C%20310%2020%2C%20650%20180%2C%201390%2080%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M0%20252%20C%20210%20198%2C%20585%20270%2C%201290%20202%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M420%20172%20C%20610%20120%2C%20785%20128%2C%201080%20150%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center / 980px 230px no-repeat;
  opacity: 0.28;
  mix-blend-mode: screen;
  filter: blur(1.4px);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 0.84) 0%, rgba(5, 6, 5, 0.2) 31%, rgba(5, 6, 5, 0) 70%, rgba(5, 6, 5, 0.48) 100%),
    linear-gradient(0deg, rgba(5, 6, 5, 1) 0%, rgba(5, 6, 5, 0) 25%, rgba(5, 6, 5, 0) 76%, rgba(5, 6, 5, 0.52) 100%);
}

@media (max-width: 1200px) {
  .hero-headline {
    font-size: clamp(3.75rem, 6vw, 4.65rem) !important;
  }

  .hero-media {
    max-width: 500px;
    transform: translate(18px, 24px);
  }
}

@media (max-width: 920px) {
  .site-header {
    min-height: 82px;
  }

  .brand {
    gap: 8px !important;
    max-width: calc(100vw - 92px) !important;
    overflow: hidden;
  }

  .brand-logo {
    width: min(292px, calc(100vw - 102px)) !important;
    height: auto !important;
    max-height: 58px !important;
    object-fit: contain;
  }

  .brand-mark-frame {
    width: 50px !important;
    height: 44px !important;
    flex: 0 0 50px !important;
  }

  .brand-name {
    font-size: clamp(1.08rem, 5.8vw, 1.45rem) !important;
    letter-spacing: 0.15em !important;
    line-height: 1 !important;
  }

  .brand-subtitle {
    font-size: clamp(0.48rem, 2vw, 0.62rem) !important;
    line-height: 1.05 !important;
    white-space: nowrap;
  }

  .brand-subtitle::before,
  .brand-subtitle::after {
    width: clamp(26px, 9vw, 42px) !important;
  }

  .hero {
    padding-top: 88px !important;
    padding-bottom: 48px !important;
    align-items: end;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 6, 5, 0.05) 0%, rgba(5, 6, 5, 0.18) 30%, rgba(5, 6, 5, 0.78) 62%, rgba(5, 6, 5, 1) 100%) !important;
  }

  .hero::after {
    top: 88px;
    height: 190px;
    opacity: 0.5;
    background-size: 880px 200px;
    background-position: 44% top;
  }

  .hero-content {
    grid-template-columns: 1fr !important;
    min-height: calc(96svh - 124px);
  }

  .hero-media {
    position: absolute !important;
    inset: 0 -18px auto -18px !important;
    width: auto !important;
    max-width: none;
    height: 64svh !important;
    min-height: 0 !important;
    transform: none;
    opacity: 1 !important;
  }

  .hero-media img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-position: 52% 18% !important;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-media::before {
    top: 42px;
    left: -150px;
    right: -150px;
    opacity: 0.18;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(5, 6, 5, 0.02) 0%, rgba(5, 6, 5, 0.06) 28%, rgba(5, 6, 5, 0.82) 72%, rgba(5, 6, 5, 1) 100%),
      linear-gradient(90deg, rgba(5, 6, 5, 0.34) 0%, rgba(5, 6, 5, 0) 28%, rgba(5, 6, 5, 0.08) 100%);
  }

  .hero-text {
    padding-left: 0;
    padding-top: min(39svh, 330px) !important;
    position: relative;
    z-index: 4;
  }

  .hero-headline {
    width: auto;
    font-size: clamp(2.05rem, 8.5vw, 3.05rem) !important;
    line-height: 1 !important;
  }

  .hero-line-accent {
    font-size: 0.64em;
  }

  .hero-copy {
    margin-top: 20px !important;
    font-size: 1rem !important;
  }

  .hero-actions {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .site-header {
    gap: 8px !important;
    min-height: 82px;
  }

  .brand {
    flex: 0 1 calc(100% - 58px) !important;
    gap: 8px !important;
        max-width: calc(100% - 52px) !important;
        overflow: visible;
  }

    .brand-mark-frame {
    width: 42px !important;
    height: 42px !important;
  }

    .brand-mark {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

    .brand-name {if u
    font-size: clamp(0.88rem, 4.2vw, 1.1rem) !important;
    letter-spacing: 0.1em !important;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 25;
        margin-right: 7px;
  }
}

@media (max-width: 560px) {
  .site-nav {
    font-size: 0.78rem !important;
  }

  .hero-media {
    left: -26px !important;
    right: -26px !important;
    height: 63svh !important;
  }

  .hero-media img {
    object-position: 52% 16% !important;
    filter: saturate(1) contrast(1.05) brightness(0.88) !important;
  }

  .hero-text {
    padding-top: min(37svh, 315px) !important;
  }

  .hero-headline {
    font-size: clamp(1.92rem, 9.4vw, 2.38rem) !important;
  }

  .hero-copy {
    max-width: 27ch !important;
  }
}

@media (max-width: 370px) {
  .hero-headline {
    font-size: 1.82rem !important;
  }

  .hero-text {
    padding-top: min(36svh, 300px) !important;
  }
}

/* ============================================
   MBE Mobile Polish — all 5 section fixes
   Scoped to max-width: 768px (phone + tablet)
   Do not modify desktop layout
   ============================================ */
@media (max-width: 768px) {

  /* Fix 1 — About: reduce gap between Felix photo and text */
  .about-editorial-image {
    margin-bottom: 8px;
  }

  .about-section .section-copy {
    padding-top: 4px;
  }

  /* Fix 2 — Facility: breathing room in features list */
  .facility-metrics {
    gap: 14px;
    padding: 20px 18px;
  }

  .facility-metrics span {
    padding: 10px 0;
  }

  /* Fix 3 — Contact: reduce gap above CONTACT/BOOKING heading */
  .contact {
    padding-top: 32px;
  }

  .contact-copy {
    padding-top: 0;
  }

  /* Fix 4 — Contact: social links size reduction */
  .contact-social-icons {
    gap: 10px;
  }

  .contact-social-link span {
    font-size: 0.82rem;
  }

  .contact-social-icon {
    width: 18px;
    height: 18px;
  }

  /* Fix 5 — Footer: reduce logo size and trim excess bottom space */
  .site-footer {
    padding: 20px 16px;
  }

  .footer-logo {
    width: 80px;
    height: auto;
  }
}


/* Footer brand lockup */
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 16px;
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.footer-brand-mark img {
  width: 60px;
  height: auto;
}

.footer-brand-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand-name {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-text);
}

.footer-brand-subtitle {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-transform: uppercase;
}

.footer-url {
  font-size: 0.8rem;
  color: #888;
  letter-spacing: 0.05em;
}

/* ── Footer Upgrade ── */
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 32px 28px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-nav a {
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 240, 231, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: var(--gold);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(244, 240, 231, 0.55);
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(212, 170, 82, 0.15);
  padding: 16px 32px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-bottom span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(244, 240, 231, 0.35);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 20px 20px;
    gap: 20px;
  }

  .footer-nav {
    gap: 18px;
    justify-content: flex-start;
  }

  .footer-nav a {
    font-size: 0.75rem;
  }

  .footer-bottom {
    padding: 14px 20px;
  }
}

/* ===========================================
   SERVICE PAGES - Premium Gold/Black/Teal
   =========================================== */

.page-article {
  background: var(--black);
  color: var(--cream);
  min-height: 100vh;
}

/* Hero
----------------------------------------------- */
.page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(7,8,7,0.97) 0%, rgba(7,8,7,0.52) 50%, rgba(7,8,7,0.15) 100%),
    linear-gradient(135deg, rgba(15,123,93,0.20) 0%, transparent 60%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  padding: 72px 56px;
}

.page-hero-content .eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(212,170,82,0.4);
}

.page-hero-headline {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: var(--cream);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 36px;
  text-shadow: 0 2px 32px rgba(0,0,0,0.6);
}

.page-hero-content .btn-book {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%);
  color: #070807;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 36px;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(212,170,82,0.28);
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-hero-content .btn-book:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(212,170,82,0.4);
}

/* Teal-gold accent bar under hero */
.page-accent-bar {
  height: 3px;
  background: linear-gradient(90deg, #0f7b5d 0%, var(--gold) 55%, transparent 100%);
  opacity: 0.65;
}

/* Body
----------------------------------------------- */
.page-body {
  padding: 80px 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(15,123,93,0.07) 0%, transparent 40%),
    radial-gradient(circle at 12% 85%, rgba(212,170,82,0.05) 0%, transparent 38%),
    var(--black);
}

.page-body-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

/* Rich Text
----------------------------------------------- */
.page-rich-text h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--cream);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.page-rich-text h2 {
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  font-weight: 700;
  color: var(--gold);
  margin-top: 40px;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-rich-text h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #5ec9a8;
  margin-top: 26px;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-rich-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(244,240,231,0.78);
  margin-bottom: 18px;
}

.page-rich-text ul,
.page-rich-text ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-rich-text li {
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(244,240,231,0.75);
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}

.page-rich-text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.page-rich-text strong {
  color: var(--cream);
  font-weight: 600;
}

.page-rich-text a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.page-rich-text a:hover { color: var(--gold-soft); }

/* Page title (no-hero pages) */
.page-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--cream);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

/* Teal stat pills */
.page-stat-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 24px 0 32px;
}

.page-stat {
  background: rgba(15,123,93,0.12);
  border: 1px solid rgba(15,123,93,0.32);
  border-radius: 3px;
  padding: 9px 16px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5ec9a8;
}

/* Photo Grid
----------------------------------------------- */
.page-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: sticky;
  top: 96px;
}

.page-photo--main { grid-column: 1 / -1; }

.page-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.page-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 0.35s ease;
  pointer-events: none;
}

.page-photo:hover::after {
  border-color: rgba(15,123,93,0.55);
}

.page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  transition: transform 0.5s ease;
}

.page-photo--main img   { height: 340px; }
.page-photo:not(.page-photo--main) img { height: 210px; }

.page-photo:hover img { transform: scale(1.04); }

.page-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 14px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244,240,231,0.75);
  background: linear-gradient(to top, rgba(7,8,7,0.85) 0%, transparent 100%);
  border-radius: 0 0 4px 4px;
}

/* CTA Strip
----------------------------------------------- */
.page-cta-strip {
  position: relative;
  padding: 72px 48px;
  text-align: center;
  overflow: hidden;
  background: var(--panel);
  border-top: 1px solid rgba(212,170,82,0.2);
  border-bottom: 1px solid rgba(212,170,82,0.2);
}

.page-cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 50%, rgba(15,123,93,0.14) 0%, transparent 55%),
    radial-gradient(circle at 75% 50%, rgba(212,170,82,0.09) 0%, transparent 55%);
  pointer-events: none;
}

.page-cta-strip p {
  position: relative;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.page-cta-strip .btn-book {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%);
  color: #070807;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 44px;
  border-radius: 2px;
  box-shadow: 0 4px 24px rgba(212,170,82,0.25);
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-cta-strip .btn-book:hover {
  filter: brightness(1.09);
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(212,170,82,0.38);
}

/* Mobile
----------------------------------------------- */
@media (max-width: 768px) {
  .page-hero { min-height: 420px; align-items: flex-end; }
  .page-hero-content { padding: 40px 24px; }
  .page-hero-headline { font-size: clamp(1.6rem, 7vw, 2.4rem); }

  .page-body { padding: 48px 0; }
  .page-body-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }

  .page-photo-grid {
    grid-template-columns: 1fr;
    position: static;
  }
  .page-photo--main { grid-column: 1; }
  .page-photo--main img { height: 260px; }
  .page-photo:not(.page-photo--main) img { height: 190px; }

  .page-cta-strip { padding: 48px 24px; }
  .page-stat-row { gap: 10px; }
}
}

/* Hero service buttons - side by side layout
   ----------------------------------------- */
.hero-service-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: nowrap;
}

.hero-service-buttons .button {
  flex: 1;
  text-align: center;
  min-width: 0;
  white-space: nowrap;
    width: auto !important;
}



/* Massage Therapy page - hero image crop fix
   Portrait photo needs taller hero + top-center position
   ---------------------------------------------------- */
.page-massage-therapy .page-hero {
  min-height: 680px;
  background-position: top center !important;
  background-size: cover !important;
}

@media screen and (max-width: 768px) {
  .page-massage-therapy .page-hero {
    min-height: 520px;
    background-position: top center !important;
  }
}

@media screen and (max-width: 480px) {
  .page-massage-therapy .page-hero {
    min-height: 440px;
    background-position: top center !important;
  }
}

/* MBE therapeutic recovery studio photo */
.work-images figure:nth-child(2) img {
  object-position: 70% 42%;
  transform: none;
}

@media (max-width: 767px) {
  .work-images figure:nth-child(2) img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

.page-photo--main img[src*="who-massage-studio-2026.png"] {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1122 / 1402;
  object-fit: contain;
  object-position: center;
}

.page-photo--main img[src*="who-massage-studio-2026.png"] {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1122 / 1402;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 900px) {
  .page-massage-therapy .page-hero {
    background-color: #050605;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .page-massage-therapy .page-hero-overlay {
    background:
      linear-gradient(90deg, #050605 0%, rgba(5, 6, 5, 0.98) 28%, rgba(5, 6, 5, 0.84) 49%, rgba(5, 6, 5, 0.28) 72%, rgba(5, 6, 5, 0.08) 100%),
      linear-gradient(0deg, rgba(5, 6, 5, 0.68) 0%, transparent 34%);
  }
}

@media (max-width: 899px) {
  .page-massage-therapy .page-hero {
    background-position: 72% 40%;
    background-size: cover;
  }
}

/* MBE massage service page studio photo */
.page-photo--main img[src*="who-massage-studio-2026.png"] {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1122 / 1402;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 900px) {
  .page-massage-therapy .page-hero {
    background-color: #050605;
    background-position: center 56% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .page-massage-therapy .page-hero-overlay {
    background:
      linear-gradient(90deg, #050605 0%, rgba(5, 6, 5, 0.98) 28%, rgba(5, 6, 5, 0.84) 49%, rgba(5, 6, 5, 0.28) 72%, rgba(5, 6, 5, 0.08) 100%),
      linear-gradient(0deg, rgba(5, 6, 5, 0.68) 0%, transparent 34%);
  }
}

@media (max-width: 899px) {
  .page-massage-therapy .page-hero {
    background-position: 58% center !important;
    background-size: cover !important;
  }
}

/* MBE massage page additions */
.massage-page-additions {
  background: #070807;
  border-top: 1px solid rgba(212, 170, 82, 0.16);
}

.massage-page-additions__section {
  width: min(calc(100% - 44px), 1180px);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 108px) 0;
}

.massage-page-additions__section + .massage-page-additions__section {
  border-top: 1px solid rgba(212, 170, 82, 0.16);
}

.massage-page-additions__heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.massage-page-additions__heading h2 {
  margin: 0;
  color: var(--cream, #f4f0e7);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.massage-page-additions__conditions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(212, 170, 82, 0.22);
}

.massage-page-additions__conditions div {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 22px;
  color: var(--cream, #f4f0e7);
  background: #0d0f0e;
  font-weight: 800;
}

.massage-page-additions__conditions div::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin-right: 12px;
  background: #31cba0;
}

.massage-page-additions__services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.massage-page-additions__services article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(212, 170, 82, 0.24);
  border-radius: 4px;
  background: #0d0f0e;
}

.massage-page-additions__services article > span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 26px;
  background: #31cba0;
}

.massage-page-additions__services h3 {
  margin: 0;
  color: var(--cream, #f4f0e7);
  font-size: 1.18rem;
}

.massage-page-additions__services p {
  margin: 14px 0 0;
  color: rgba(244, 240, 231, 0.68);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .massage-page-additions__conditions,
  .massage-page-additions__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .massage-page-additions__section {
    width: min(calc(100% - 36px), 1180px);
    padding: 68px 0;
  }

  .massage-page-additions__conditions,
  .massage-page-additions__services {
    grid-template-columns: 1fr;
  }

  .massage-page-additions__services article {
    min-height: 0;
  }
}

.training-page-additions { background: #070807; border-top: 1px solid rgba(212, 170, 82, 0.16); }
.training-page-additions__section { width: min(calc(100% - 44px), 1180px); margin: 0 auto; padding: clamp(72px, 8vw, 108px) 0; }
.training-page-additions__section + .training-page-additions__section { border-top: 1px solid rgba(212, 170, 82, 0.16); }
.training-page-additions__heading { max-width: 760px; margin-bottom: 36px; }
.training-page-additions__heading h2 { margin: 0; color: var(--cream, #f4f0e7); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
.training-page-additions__options, .training-page-additions__audience { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 1px; background: rgba(212, 170, 82, 0.22); }
.training-page-additions__audience { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.training-page-additions__options div, .training-page-additions__audience div { min-height: 96px; display: flex; align-items: center; padding: 22px; color: var(--cream, #f4f0e7); background: #0d0f0e; font-weight: 800; }
.training-page-additions__options div::before, .training-page-additions__audience div::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-right: 12px; background: #31cba0; }
.training-page-additions__expect { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); }
.training-page-additions__expect ol { margin: 0; padding: 0; list-style: none; }
.training-page-additions__expect li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; color: var(--cream, #f4f0e7); border-top: 1px solid rgba(212, 170, 82, 0.2); font-weight: 800; }
.training-page-additions__expect li span { color: #31cba0; font-size: .75rem; }
.training-page-additions__why { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); }
.training-page-additions__why ul { margin: 0; padding: 0; list-style: none; }
.training-page-additions__why li { padding: 18px 0; color: var(--cream, #f4f0e7); border-top: 1px solid rgba(212, 170, 82, 0.2); }
.training-page-additions__why li::before { content: "✓"; margin-right: 12px; color: #31cba0; font-weight: 900; }
@media (max-width: 900px) {
  .training-page-additions__options, .training-page-additions__audience { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .training-page-additions__section { width: min(calc(100% - 36px), 1180px); padding: 68px 0; }
  .training-page-additions__options, .training-page-additions__audience, .training-page-additions__expect, .training-page-additions__why { grid-template-columns: 1fr; }
}

.page-personal-training .page-photo-grid {
  gap: 14px;
}

.page-personal-training .page-photo-grid figure,
.page-personal-training .page-photo-grid img {
  height: clamp(260px, 34vw, 420px) !important;
}

.page-personal-training .page-photo-grid img {
  width: 100%;
  object-fit: cover;
}

.page-personal-training .page-body {
  padding-bottom: 16px;
}

.training-page-additions { background: #070807; border-top: 1px solid rgba(212, 170, 82, 0.16); }
.training-page-additions__section { width: min(calc(100% - 44px), 1180px); margin: 0 auto; padding: clamp(72px, 8vw, 108px) 0; }
.training-page-additions__section + .training-page-additions__section { border-top: 1px solid rgba(212, 170, 82, 0.16); }
.training-page-additions__heading { max-width: 760px; margin-bottom: 36px; }
.training-page-additions__heading h2 { margin: 0; color: var(--cream, #f4f0e7); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
.training-page-additions__options, .training-page-additions__audience { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 1px; background: rgba(212, 170, 82, 0.22); }
.training-page-additions__audience { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.training-page-additions__options div, .training-page-additions__audience div { min-height: 96px; display: flex; align-items: center; padding: 22px; color: var(--cream, #f4f0e7); background: #0d0f0e; font-weight: 800; }
.training-page-additions__options div::before, .training-page-additions__audience div::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-right: 12px; background: #31cba0; }
.training-page-additions__expect { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); }
.training-page-additions__expect ol { margin: 0; padding: 0; list-style: none; }
.training-page-additions__expect li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; color: var(--cream, #f4f0e7); border-top: 1px solid rgba(212, 170, 82, 0.2); font-weight: 800; }
.training-page-additions__expect li span { color: #31cba0; font-size: .75rem; }
.training-page-additions__why { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); }
.training-page-additions__why ul { margin: 0; padding: 0; list-style: none; }
.training-page-additions__why li { padding: 18px 0; color: var(--cream, #f4f0e7); border-top: 1px solid rgba(212, 170, 82, 0.2); }
.training-page-additions__why li::before { content: "✓"; margin-right: 12px; color: #31cba0; font-weight: 900; }
@media (max-width: 900px) {
  .training-page-additions__options, .training-page-additions__audience { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .page-personal-training .page-photo-grid figure,
  .page-personal-training .page-photo-grid img {
    height: 240px !important;
  }

  .page-personal-training .page-body {
    padding-bottom: 12px;
  }

  .training-page-additions__section { width: min(calc(100% - 36px), 1180px); padding: 68px 0; }
  .training-page-additions__options, .training-page-additions__audience, .training-page-additions__expect, .training-page-additions__why { grid-template-columns: 1fr; }
}

.page-personal-training .page-photo-grid {
  gap: 14px;
}

.page-personal-training .page-photo-grid figure,
.page-personal-training .page-photo-grid img {
  height: clamp(260px, 34vw, 420px) !important;
}

.page-personal-training .page-photo-grid img {
  width: 100%;
  object-fit: cover;
}

.page-personal-training .page-body {
  padding-bottom: 16px;
}

.training-page-additions { background: #070807; border-top: 1px solid rgba(212, 170, 82, 0.16); }
.training-page-additions__section { width: min(calc(100% - 44px), 1180px); margin: 0 auto; padding: clamp(56px, 5vw, 76px) 0; }
.training-page-additions__section + .training-page-additions__section { border-top: 1px solid rgba(212, 170, 82, 0.16); }
.training-page-additions__heading { max-width: 760px; margin-bottom: 28px; }
.training-page-additions__heading h2 { margin: 0; color: var(--cream, #f4f0e7); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
.training-page-additions__options, .training-page-additions__audience { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 1px; background: rgba(212, 170, 82, 0.22); }
.training-page-additions__audience { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.training-page-additions__options div, .training-page-additions__audience div { min-height: 96px; display: flex; align-items: center; padding: 22px; color: var(--cream, #f4f0e7); background: #0d0f0e; font-weight: 800; }
.training-page-additions__options div::before, .training-page-additions__audience div::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-right: 12px; background: #31cba0; }
.training-page-additions__expect { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); }
.training-page-additions__expect ol { margin: 0; padding: 0; list-style: none; }
.training-page-additions__expect li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; color: var(--cream, #f4f0e7); border-top: 1px solid rgba(212, 170, 82, 0.2); font-weight: 800; }
.training-page-additions__expect li span { color: #31cba0; font-size: .75rem; }
.training-page-additions__why { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); }
.training-page-additions__why { align-items: start; }
.training-page-additions__why .training-page-additions__heading,
.training-page-additions__why .training-page-additions__heading h2 {
  min-height: 0;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  position: static;
  transform: none;
}
.training-page-additions__why .training-page-additions__heading h2 { padding-bottom: 0.12em; }
.training-page-additions__why ul { margin: 0; padding: 0; list-style: none; }
.training-page-additions__why li { padding: 18px 0; color: var(--cream, #f4f0e7); border-top: 1px solid rgba(212, 170, 82, 0.2); }
.training-page-additions__why li::before { content: "✓"; margin-right: 12px; color: #31cba0; font-weight: 900; }
@media (max-width: 900px) {
  .training-page-additions__options, .training-page-additions__audience { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .page-personal-training .page-photo-grid figure,
  .page-personal-training .page-photo-grid img {
    height: 240px !important;
  }

  .page-personal-training .page-body {
    padding-bottom: 12px;
  }

  .training-page-additions__section { width: min(calc(100% - 36px), 1180px); padding: 48px 0; }
  .training-page-additions__options, .training-page-additions__audience, .training-page-additions__expect, .training-page-additions__why { grid-template-columns: 1fr; }
}

/* MBE personal training page additions */
.page-personal-training .page-photo-grid {
  gap: 14px;
}

.page-personal-training .page-photo-grid figure,
.page-personal-training .page-photo-grid img {
  height: clamp(260px, 34vw, 420px) !important;
}

.page-personal-training .page-photo-grid img {
  width: 100%;
  object-fit: cover;
}

.page-personal-training .page-body {
  padding-bottom: 16px;
}

@media (min-width: 901px) {
  .page-personal-training .page-body-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .page-personal-training .page-rich-text {
    max-width: 820px;
  }

  .page-personal-training .page-photo-grid {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 34px;
  }

  .page-personal-training .page-photo-grid figure,
  .page-personal-training .page-photo-grid .page-photo--main {
    width: 100%;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .page-personal-training .page-photo-grid figure,
  .page-personal-training .page-photo-grid img {
    height: clamp(280px, 20vw, 340px) !important;
  }
}

.training-page-additions { background: #070807; border-top: 1px solid rgba(212, 170, 82, 0.16); }
.training-page-additions__section { width: min(calc(100% - 44px), 1180px); margin: 0 auto; padding: clamp(56px, 5vw, 76px) 0; }
.training-page-additions__section + .training-page-additions__section { border-top: 1px solid rgba(212, 170, 82, 0.16); }
.training-page-additions__heading { max-width: 760px; margin-bottom: 28px; }
.training-page-additions__heading h2 { margin: 0; color: var(--cream, #f4f0e7); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
.training-page-additions__options, .training-page-additions__audience { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 1px; background: rgba(212, 170, 82, 0.22); }
.training-page-additions__audience { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.training-page-additions__options div, .training-page-additions__audience div { min-height: 96px; display: flex; align-items: center; padding: 22px; color: var(--cream, #f4f0e7); background: #0d0f0e; font-weight: 800; }
.training-page-additions__options div::before, .training-page-additions__audience div::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; margin-right: 12px; background: #31cba0; }
.training-page-additions__expect { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); }
.training-page-additions__expect ol { margin: 0; padding: 0; list-style: none; }
.training-page-additions__expect li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; color: var(--cream, #f4f0e7); border-top: 1px solid rgba(212, 170, 82, 0.2); font-weight: 800; }
.training-page-additions__expect li span { color: #31cba0; font-size: .75rem; }
.training-page-additions__why { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 96px); }
.training-page-additions__why { align-items: start; }
.training-page-additions__why .training-page-additions__heading,
.training-page-additions__why .training-page-additions__heading h2 {
  min-height: 0;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  position: static;
  transform: none;
}
.training-page-additions__why .training-page-additions__heading h2 { padding-bottom: 0.12em; }
.training-page-additions__why ul { margin: 0; padding: 0; list-style: none; }
.training-page-additions__why li { padding: 18px 0; color: var(--cream, #f4f0e7); border-top: 1px solid rgba(212, 170, 82, 0.2); }
.training-page-additions__why li::before { content: "✓"; margin-right: 12px; color: #31cba0; font-weight: 900; }
@media (max-width: 900px) {
  .training-page-additions__options, .training-page-additions__audience { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .page-personal-training .page-photo-grid figure,
  .page-personal-training .page-photo-grid img {
    height: 240px !important;
  }

  .page-personal-training .page-body {
    padding-bottom: 12px;
  }

  .training-page-additions__section { width: min(calc(100% - 36px), 1180px); padding: 48px 0; }
  .training-page-additions__options, .training-page-additions__audience, .training-page-additions__expect, .training-page-additions__why { grid-template-columns: 1fr; }
}

/* MBE services navigation dropdown */
.site-nav .nav-dropdown {
  position: relative;
}

.site-nav .nav-dropdown summary {
  position: relative;
  padding: 10px 32px 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
}

.site-nav .nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.site-nav .nav-dropdown summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.18s ease;
}

.site-nav .nav-dropdown:hover > summary,
.site-nav .nav-dropdown:focus-within > summary,
.site-nav .nav-dropdown[open] > summary {
  color: var(--black);
  background: var(--gold);
}

.site-nav .nav-dropdown[open] > summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.site-nav .nav-dropdown-menu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  min-width: 230px;
  display: none;
  gap: 2px;
  padding: 10px;
  color: var(--cream);
  border: 1px solid rgba(212, 170, 82, 0.24);
  border-radius: 8px;
  background: rgba(7, 8, 7, 0.98);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
}

.site-nav .nav-dropdown:hover .nav-dropdown-menu,
.site-nav .nav-dropdown:focus-within .nav-dropdown-menu,
.site-nav .nav-dropdown[open] .nav-dropdown-menu {
  display: grid;
}

.site-nav .nav-dropdown-menu a {
  width: 100%;
  padding: 12px 14px;
  border-radius: 4px;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .site-nav .nav-dropdown,
  .site-nav .nav-dropdown summary {
    width: 100%;
  }

  .site-nav .nav-dropdown summary {
    padding: 14px 38px 14px 14px;
  }

  .site-nav .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin: 2px 0 6px;
    padding: 4px 0 4px 14px;
    border: 0;
    border-left: 1px solid rgba(212, 170, 82, 0.34);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav .nav-dropdown:not([open]) .nav-dropdown-menu {
    display: none;
  }

  .site-nav .nav-dropdown[open] .nav-dropdown-menu {
    display: grid;
  }
}

@media (max-width: 768px) {
  .site-header {
    min-height: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
  }

  .brand-lockup {
    min-width: 0;
    max-width: calc(100% - 48px);
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 14px;
    height: auto;
    overflow: visible;
  }

  .brand-mark-frame {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    overflow: visible;
  }

  .brand-mark {
    width: 44px !important;
    height: auto !important;
    max-height: 44px;
    object-fit: contain;
  }

  .brand-type {
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  .brand-name {
    width: auto;
    max-width: 100%;
    font-size: 18px !important;
    line-height: 1.05;
    white-space: nowrap;
    text-align: center;
  }

  .brand-subtitle {
    width: auto;
    max-width: 100%;
    justify-content: center;
    margin-top: 4px;
    font-size: 10px !important;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
  }

  .brand-subtitle::before,
  .brand-subtitle::after {
    display: none !important;
  }

  .nav-toggle {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin: 0;
    padding: 7px;
    align-self: center;
  }

  .site-nav {
    top: calc(100% - 1px);
  }
}

@media (max-width: 350px) {
  .site-header {
    gap: 10px;
    padding-inline: 10px;
  }

  .brand-lockup {
    max-width: calc(100% - 46px);
    gap: 12px;
  }

  .brand-name {
    font-size: 16px !important;
  }

  .brand-subtitle {
    font-size: 9px !important;
  }
}

@media (max-width: 768px) {
  .site-header {
    min-height: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
  }

  .brand-lockup {
    min-width: 0;
    max-width: calc(100% - 48px);
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 14px;
    height: auto;
    overflow: visible;
  }

  .brand-mark-frame {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    overflow: visible;
  }

  .brand-mark {
    width: 44px !important;
    height: auto !important;
    max-height: 44px;
    object-fit: contain;
  }

  .brand-type {
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  .brand-name {
    width: auto;
    max-width: 100%;
    font-size: 18px !important;
    line-height: 1.05;
    white-space: nowrap;
    text-align: center;
  }

  .brand-subtitle {
    width: auto;
    max-width: 100%;
    justify-content: center;
    margin-top: 4px;
    font-size: 10px !important;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
  }

  .brand-subtitle::before,
  .brand-subtitle::after {
    display: none !important;
  }

  .nav-toggle {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin: 0;
    padding: 7px;
    align-self: center;
  }

  .site-nav {
    top: calc(100% - 1px);
  }
}

@media (max-width: 350px) {
  .site-header {
    gap: 10px;
    padding-inline: 10px;
  }

  .brand-lockup {
    max-width: calc(100% - 46px);
    gap: 16px;
  }

  .brand-name {
    font-size: 16px !important;
  }

  .brand-subtitle {
    font-size: 9px !important;
  }
}

@media (max-width: 768px) {
  .site-header {
    min-height: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
  }

  .brand-lockup {
    min-width: 0;
    max-width: calc(100% - 48px);
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 14px;
    height: auto;
    overflow: visible;
  }

  .brand-mark-frame {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    overflow: visible;
  }

  .brand-mark {
    width: 44px !important;
    height: auto !important;
    max-height: 44px;
    object-fit: contain;
  }

  .brand-type {
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  .brand-name {
    width: auto;
    max-width: 100%;
    font-size: 18px !important;
    line-height: 1.05;
    white-space: nowrap;
    text-align: center;
  }

  .brand-subtitle {
    width: auto;
    max-width: 100%;
    justify-content: center;
    margin-top: 4px;
    font-size: 10px !important;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
  }

  .brand-subtitle::before,
  .brand-subtitle::after {
    display: none !important;
  }

  .nav-toggle {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin: 0;
    padding: 7px;
    align-self: center;
  }

  .site-nav {
    top: calc(100% - 1px);
  }
}

@media (max-width: 350px) {
  .site-header {
    gap: 10px;
    padding-inline: 10px;
  }

  .brand-lockup {
    max-width: calc(100% - 46px);
    gap: 16px;
  }

  .brand-name {
    font-size: 16px !important;
  }

  .brand-type {
    width: max-content;
    max-width: calc(100% - 60px);
    flex: 0 1 auto;
  }

  .brand-subtitle {
    font-size: 9px !important;
  }
}

/* MBE mobile header overlap fix */
@media (max-width: 768px) {
  .site-header {
    min-height: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
  }

  .brand-lockup {
    min-width: 0;
    max-width: calc(100% - 48px);
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 14px;
    height: auto;
    overflow: visible;
  }

  .brand-mark-frame {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    overflow: visible;
  }

  .brand-mark {
    width: 44px !important;
    height: auto !important;
    max-height: 44px;
    object-fit: contain;
  }

  .brand-type {
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }

  .brand-name {
    width: auto;
    max-width: 100%;
    font-size: 18px !important;
    line-height: 1.05;
    white-space: nowrap;
    text-align: center;
  }

  .brand-subtitle {
    width: auto;
    max-width: 100%;
    justify-content: center;
    margin-top: 4px;
    font-size: 10px !important;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
  }

  .brand-subtitle::before,
  .brand-subtitle::after {
    display: none !important;
  }

  .nav-toggle {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin: 0;
    padding: 7px;
    align-self: center;
  }

  .site-nav {
    top: calc(100% - 1px);
  }
}

@media (max-width: 350px) {
  .site-header {
    gap: 10px;
    padding-inline: 10px;
  }

  .brand-lockup {
    max-width: calc(100% - 46px);
    gap: 16px !important;
  }

  .brand-name {
    font-size: 16px !important;
  }

  .brand-type {
    width: max-content;
    max-width: calc(100% - 60px);
    flex: 0 1 auto;
  }

  .brand-subtitle {
    font-size: 9px !important;
  }
}

@media (min-width: 1000px) {
  .page-personal-training .page-hero {
    background-color: #050605;
    background-position: right center;
    background-size: auto 100%;
  }

  .page-personal-training .page-hero-overlay {
    background:
      linear-gradient(90deg, #050605 0%, rgba(5, 6, 5, 0.98) 29%, rgba(5, 6, 5, 0.78) 47%, rgba(5, 6, 5, 0.18) 70%, rgba(5, 6, 5, 0.08) 100%),
      linear-gradient(0deg, rgba(5, 6, 5, 0.68) 0%, transparent 38%);
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  .page-personal-training .page-hero {
    min-height: 600px;
    background-color: #050605;
    background-position: center top;
    background-size: auto 430px;
  }

  .page-personal-training .page-hero-overlay {
    background:
      linear-gradient(0deg, #050605 0%, rgba(5, 6, 5, 0.98) 40%, rgba(5, 6, 5, 0.18) 72%, rgba(5, 6, 5, 0.08) 100%),
      linear-gradient(90deg, rgba(5, 6, 5, 0.68) 0%, transparent 70%);
  }

  .page-personal-training .page-hero-content {
    max-width: 620px;
    padding: 42px 36px;
  }
}

@media (max-width: 768px) {
  .page-personal-training .page-hero {
    min-height: 560px;
    background-color: #050605;
    background-position: center top;
    background-size: auto 340px;
  }

  .page-personal-training .page-hero-overlay {
    background:
      linear-gradient(0deg, #050605 0%, #050605 36%, rgba(5, 6, 5, 0.9) 52%, rgba(5, 6, 5, 0.12) 78%, rgba(5, 6, 5, 0.05) 100%);
  }

  .page-personal-training .page-hero-content {
    padding: 32px 24px;
  }
}

@media (max-width: 420px) {
  .page-personal-training .page-hero {
    min-height: 540px;
    background-position: 42% top;
    background-size: auto 300px;
  }

  .page-personal-training .page-hero-content {
    padding: 28px 20px;
  }
}

/* MBE Personal Training hero cleanup and positioning */
@media (min-width: 1000px) {
  .page-personal-training .page-hero {
    background-color: #050605;
    background-position: right center;
    background-size: auto 100%;
  }

  .page-personal-training .page-hero-overlay {
    background:
      linear-gradient(90deg, #050605 0%, rgba(5, 6, 5, 0.98) 29%, rgba(5, 6, 5, 0.78) 47%, rgba(5, 6, 5, 0.18) 70%, rgba(5, 6, 5, 0.08) 100%),
      linear-gradient(0deg, rgba(5, 6, 5, 0.68) 0%, transparent 38%);
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  .page-personal-training .page-hero {
    min-height: 600px;
    background-color: #050605;
    background-position: center top;
    background-size: auto 430px;
  }

  .page-personal-training .page-hero-overlay {
    background:
      linear-gradient(0deg, #050605 0%, rgba(5, 6, 5, 0.98) 40%, rgba(5, 6, 5, 0.18) 72%, rgba(5, 6, 5, 0.08) 100%),
      linear-gradient(90deg, rgba(5, 6, 5, 0.68) 0%, transparent 70%);
  }

  .page-personal-training .page-hero-content {
    max-width: 620px;
    padding: 42px 36px;
  }
}

@media (max-width: 768px) {
  .page-personal-training .page-hero {
    min-height: 560px;
    background-color: #050605;
    background-position: center top;
    background-size: auto 340px;
  }

  .page-personal-training .page-hero-overlay {
    background:
      linear-gradient(0deg, #050605 0%, #050605 36%, rgba(5, 6, 5, 0.9) 52%, rgba(5, 6, 5, 0.12) 78%, rgba(5, 6, 5, 0.05) 100%);
  }

  .page-personal-training .page-hero-content {
    padding: 32px 24px;
  }

  .page-personal-training .page-hero-headline {
    width: auto;
    max-width: 340px;
  }
}

@media (max-width: 420px) {
  .page-personal-training .page-hero {
    min-height: 540px;
    background-position: 42% top;
    background-size: auto 300px;
  }

  .page-personal-training .page-hero-content {
    padding: 28px 20px;
  }
}

/* MBE Massage gallery and in-home preview */
@media (min-width: 1000px) {
  .page-massage-therapy .page-hero {
    background-color: #050605;
    background-position: right center !important;
    background-size: auto 100% !important;
  }

  .page-massage-therapy .page-hero-overlay {
    background:
      linear-gradient(90deg, #050605 0%, rgba(5, 6, 5, 0.98) 29%, rgba(5, 6, 5, 0.8) 47%, rgba(5, 6, 5, 0.18) 72%, rgba(5, 6, 5, 0.06) 100%),
      linear-gradient(0deg, rgba(5, 6, 5, 0.66) 0%, transparent 38%);
  }
}

@media (min-width: 769px) and (max-width: 999px) {
  .page-massage-therapy .page-hero {
    min-height: 600px;
    background-color: #050605;
    background-position: right center !important;
    background-size: auto 100% !important;
  }

  .page-massage-therapy .page-hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 6, 5, 0.98) 0%, rgba(5, 6, 5, 0.78) 50%, rgba(5, 6, 5, 0.12) 100%),
      linear-gradient(0deg, rgba(5, 6, 5, 0.76) 0%, transparent 48%);
  }
}

@media (max-width: 768px) {
  .page-massage-therapy .page-hero {
    min-height: 560px;
    background-color: #050605;
    background-position: center top !important;
    background-size: 100% auto !important;
  }

  .page-massage-therapy .page-hero-overlay {
    background:
      linear-gradient(0deg, #050605 0%, #050605 38%, rgba(5, 6, 5, 0.88) 54%, rgba(5, 6, 5, 0.08) 82%, rgba(5, 6, 5, 0.03) 100%);
  }

  .page-massage-therapy .page-hero-content {
    padding: 32px 24px;
  }

  .page-massage-therapy .page-hero-headline {
    width: auto;
    max-width: 340px;
  }
}

.page-massage-therapy .massage-in-home {
  margin-top: 34px;
  padding: 24px 26px;
  border-left: 3px solid var(--teal);
  background: linear-gradient(110deg, rgba(15, 123, 93, 0.12), rgba(212, 170, 82, 0.05));
  border-top: 1px solid rgba(212, 170, 82, 0.2);
  border-bottom: 1px solid rgba(212, 170, 82, 0.2);
}

.page-massage-therapy .massage-in-home .eyebrow {
  margin: 0 0 10px;
  color: var(--teal-light);
}

.page-massage-therapy .massage-in-home h2 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.page-massage-therapy .massage-in-home p:last-child {
  margin: 0;
  color: var(--cream);
  line-height: 1.7;
}

.page-massage-therapy .page-photo-grid {
  grid-template-columns: 1fr;
}

.page-massage-therapy .page-photo-grid .page-photo--main {
  grid-column: 1;
}

.page-massage-therapy .page-photo-grid .page-photo img,
.page-massage-therapy .page-photo-grid .page-photo--main img,
.page-massage-therapy .page-photo-grid .page-photo:not(.page-photo--main) img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 768px) {
  .page-massage-therapy .massage-in-home {
    margin-top: 26px;
    padding: 20px;
  }

}
