/** Shopify CDN: Minification failed

Line 11:62 Unexpected bad string token
Line 11:71 Unterminated string token
Line 37:0 All "@import" rules must come first

**/
/* ============================================
   MOBILYA FONT VARIABLES
   Add to TOP of assets/mobilya-pages.css
   (Before the existing "/* MOBILYA HOME + COLLECTION PAGES */" header)
============================================ */
:root {
  --mby-font-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --mby-font-serif: 'Cormorant Garamond', Georgia, serif;
  --mby-font-mono: 'JetBrains Mono', ui-monospace, monospace;

  --mby-ink: #1a1a1a;
  --mby-ink-soft: #2a2a2a;
  --mby-graphite: #3a3530;
  --mby-stone: #5a5550;
  --mby-stone-soft: #6a5f50;
  --mby-stone-light: #8a8175;
  --mby-cream: #f5f2ee;
  --mby-cream-soft: #faf8f4;
  --mby-cream-deep: #ece7df;
  --mby-paper: #ffffff;
  --mby-hairline: rgba(26, 26, 26, 0.08);
  --mby-border: rgba(26, 26, 26, 0.14);
  --mby-sage: #4a6a40;
  --mby-sage-soft: #e8f0dc;
  --mby-amber: #b08a58;
  --mby-amber-soft: #f5ecdb;
}

/* Ensure DM Sans loads from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');
/* ============================================
   MOBILYA HOME + COLLECTION PAGES
============================================ */
h1, h2, h3, h4, h5, h6,
.mby-home-hero-h1,
.mby-home-coll-intro-h2,
.mby-home-byuse-h2,
.mby-home-featured-h2,
.mby-home-featured-title,
.mby-home-lifttech-h2,
.mby-home-trade-h2,
.mby-home-trade-subhead,
.mby-home-howwework-h2,
.mby-home-origin-h2,
.mby-coll-hero-h1,
.mby-coll-subcats-h2,
.mby-coll-subcat-title,
.mby-coll-grid-title,
.mby-three-paths-h2,
.mby-three-paths-subhead,
.mby-three-paths-card-title,
.mby-contact-hero-h1,
.mby-contact-routes-h2,
.mby-contact-route-title,
.mby-contact-panel-h2,
.mby-footer-logo,
.mby-footer-tag {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
}

.mby-home-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.mby-arrow {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.2s;
}

a:hover .mby-arrow {
  transform: translateX(3px);
}

/* ============================================
   HOME HERO
============================================ */

.mby-home-hero {
  position: relative;
  padding: 0;
  height: 640px;
  overflow: hidden;
  background: #3a3e3a;
}

.mby-home-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 640px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mby-home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20,20,20,0.7) 0%, rgba(20,20,20,0.35) 50%, transparent 90%);
  pointer-events: none;
}

.mby-home-hero-text {
  position: relative;
  z-index: 2;
  max-width: 640px;
  color: #fff;
}

.mby-home-hero-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e4f0d8;
  margin-bottom: 24px;
}

.mby-home-hero-h1 {
  font-family: var(--mby-font-serif);
  font-size: 64px;
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: #fff;
  margin: 0 0 24px;
}

.mby-home-hero-sub {
  font-family: var(--mby-font-sans);
  font-size: 17px;
  line-height: 1.55;
  color: #e4e0da;
  margin: 0 0 36px;
  max-width: 560px;
}

.mby-home-hero-ctas {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.mby-home-hero-cta-primary,
.mby-home-hero-cta-secondary {
  font-family: var(--mby-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 28px;
  transition: background 0.2s, color 0.2s;
}

.mby-home-hero-cta-primary {
  background: #fff;
  color: #1a1a1a !important;
  border: 0.5px solid #fff;
}

.mby-home-hero-cta-primary:hover {
  background: #f5f2ee;
}

.mby-home-hero-cta-secondary {
  color: #fff !important;
  border: 0.5px solid rgba(255,255,255,0.5);
  background: transparent;
}

.mby-home-hero-cta-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

.mby-home-hero-media {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  z-index: 0;
  background: transparent;
}

.mby-home-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mby-home-hero-placeholder,
.mby-home-coll-card-placeholder,
.mby-home-featured-placeholder,
.mby-home-origin-placeholder,
.mby-coll-hero-placeholder,
.mby-coll-subcat-placeholder,
.mby-coll-grid-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e4ddd0 0%, #c8bea9 100%);
  font-family: var(--mby-font-serif);
  font-style: italic;
  font-size: 14px;
  color: #6a5f50;
}
@media (max-width: 768px) {
  .mby-home-hero-h1 {
    font-size: 38px !important;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .mby-home-hero-ctas {
    gap: 10px;
    width: 100%;
  }

  .mby-home-hero-cta-primary,
  .mby-home-hero-cta-secondary {
    font-size: 11px;
    padding: 13px 18px;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .mby-home-hero-cta-primary .mby-arrow,
  .mby-home-hero-cta-secondary .mby-arrow {
    margin-left: 4px;
  }
}

/* ============================================
   COLLECTION SPLIT (2-column cards)
============================================ */

.mby-home-coll-split {
  padding: 100px 0;
  background: var(--mby-cream-soft);
}

.mby-home-coll-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.mby-home-coll-intro-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 18px;
}

.mby-home-coll-intro-h2 {
  font-family: var(--mby-font-serif);
  font-size: 38px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--mby-ink);
  margin: 0 0 16px;
}

.mby-home-coll-intro-sub {
  font-family: var(--mby-font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--mby-graphite);
  margin: 0;
}

.mby-home-coll-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mby-home-coll-card {
  display: block;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.mby-home-coll-card:hover {
  transform: translateY(-4px);
}

.mby-home-coll-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mby-cream-soft);
}

.mby-home-coll-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.mby-home-coll-card:hover .mby-home-coll-card-img {
  transform: scale(1.03);
}

.mby-home-coll-card-body {
  padding: 32px;
}

.mby-home-coll-card-tags {
  font-family: var(--mby-font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-stone);
  font-weight: 500;
  margin-bottom: 16px;
}

.mby-home-coll-card-label {
  font-family: var(--mby-font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-sage);
  font-weight: 600;
  margin-bottom: 10px;
}

.mby-home-coll-card-title {
  font-family: var(--mby-font-serif);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--mby-ink);
  margin: 0 0 14px;
}

.mby-home-coll-card-desc {
  font-family: var(--mby-font-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--mby-graphite);
  margin: 0 0 20px;
}

.mby-home-coll-card-cta {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-ink);
  font-weight: 500;
  border-bottom: 0.5px solid var(--mby-ink);
  padding-bottom: 3px;
}

@media (max-width: 900px) {
  .mby-home-coll-grid {
    grid-template-columns: 1fr;
  }
  .mby-home-coll-intro-h2 {
    font-size: 28px;
  }
  .mby-home-coll-split {
    padding: 60px 0;
  }
}

/* ============================================
   BY-USE GRID
============================================ */

.mby-home-byuse {
  padding: 100px 0;
  background: #fff;
}

.mby-home-byuse-head {
  margin-bottom: 60px;
  max-width: 760px;
}

.mby-home-byuse-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 18px;
}

.mby-home-byuse-h2 {
  font-family: var(--mby-font-serif);
  font-size: 38px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--mby-ink);
  margin: 0 0 16px;
}

.mby-home-byuse-sub {
  font-family: var(--mby-font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--mby-graphite);
  margin: 0;
}

.mby-home-byuse-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 0.5px solid var(--mby-hairline);
}

.mby-home-byuse-card {
  padding: 36px 32px;
  border-right: 0.5px solid var(--mby-hairline);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
}

.mby-home-byuse-card:last-child {
  border-right: none;
}

.mby-home-byuse-card:hover {
  background: var(--mby-cream-soft);
}

.mby-home-byuse-num {
  font-family: var(--mby-font-serif);
  font-size: 13px;
  font-style: italic;
  color: var(--mby-stone);
  margin-bottom: 20px;
}

.mby-home-byuse-title {
  font-family: var(--mby-font-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--mby-ink);
  margin: 0 0 12px;
  line-height: 1.15;
}

.mby-home-byuse-desc {
  font-family: var(--mby-font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--mby-graphite);
  margin: 0 0 24px;
  flex-grow: 1;
}

.mby-home-byuse-cta {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-ink);
  font-weight: 500;
}

@media (max-width: 900px) {
  .mby-home-byuse {
    padding: 60px 0;
  }
  .mby-home-byuse-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mby-home-byuse-card {
    border-right: 0.5px solid var(--mby-hairline);
    border-bottom: 0.5px solid var(--mby-hairline);
    padding: 28px 20px !important;
  }
  .mby-home-byuse-card:nth-child(2n) {
    border-right: none;
  }
  .mby-home-byuse-h2 {
    font-size: 28px;
  }
}

/* ============================================
   FEATURED PRODUCTS
============================================ */

.mby-home-featured {
  padding: 100px 0;
  background: var(--mby-cream-soft);
}

.mby-home-featured-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid var(--mby-hairline);
}

.mby-home-featured-eyebrow {
  flex-basis: 100%;
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 12px;
}

.mby-home-featured-h2 {
  font-family: var(--mby-font-serif);
  font-size: 38px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--mby-ink);
  margin: 0;
  flex: 1;
}

.mby-home-featured-viewall {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-ink);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 0.5px solid var(--mby-ink);
  padding-bottom: 3px;
}

.mby-home-featured-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.mby-home-featured-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.mby-home-featured-item.is-reversed .mby-home-featured-media {
  order: 2;
}

.mby-home-featured-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--mby-paper, #fff);
}

.mby-home-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mby-home-featured-body {
  max-width: 520px;
}

.mby-home-featured-tags {
  font-family: var(--mby-font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-stone);
  font-weight: 500;
  margin-bottom: 12px;
}

.mby-home-featured-spec-for {
  font-family: var(--mby-font-serif);
  font-style: italic;
  font-size: 13px;
  color: var(--mby-stone);
  margin-bottom: 20px;
  line-height: 1.5;
}

.mby-home-featured-label {
  font-family: var(--mby-font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-sage);
  font-weight: 600;
  margin-bottom: 10px;
}

.mby-home-featured-title {
  font-family: var(--mby-font-serif);
  font-size: 42px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--mby-ink);
  margin: 0 0 16px;
}

.mby-home-featured-desc {
  font-family: var(--mby-font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--mby-graphite);
  margin: 0 0 28px;
}

.mby-home-featured-cta {
  display: inline-block;
  font-family: var(--mby-font-sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-ink);
  text-decoration: none;
  font-weight: 500;
  border: 0.5px solid var(--mby-ink);
  padding: 14px 28px;
  margin-bottom: 28px;
  transition: background 0.2s, color 0.2s;
}

.mby-home-featured-cta:hover {
  background: var(--mby-ink);
  color: #fff !important;
}

.mby-home-featured-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 0.5px solid var(--mby-hairline);
}

.mby-home-featured-stat {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--mby-stone);
  font-weight: 500;
}

@media (max-width: 900px) {
  .mby-home-featured {
    padding: 60px 0;
  }
  .mby-home-featured-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .mby-home-featured-h2 {
    font-size: 28px;
  }
  .mby-home-featured-item {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .mby-home-featured-item.is-reversed .mby-home-featured-media {
    order: 0;
  }
  .mby-home-featured-title {
    font-size: 30px;
  }
}

/* ============================================
   LIFT TECHNOLOGY (home page preview)
============================================ */

.mby-home-lifttech {
  padding: 110px 0;
  background: #fff;
}

.mby-home-lifttech-inner {
  background: var(--mby-cream-soft);
  border-radius: 6px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.mby-home-lifttech-media {
  min-height: 480px;
  overflow: hidden;
  background: var(--mby-cream-deep, #ece7df);
}

.mby-home-lifttech-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.1);
}

.mby-home-lifttech-placeholder {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e4ddd0 0%, #c8bea9 100%);
  font-family: var(--mby-font-serif);
  font-style: italic;
  font-size: 14px;
  color: #6a5f50;
}

.mby-home-lifttech-meta {
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mby-home-lifttech-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mby-amber);
  margin-bottom: 16px;
}

.mby-home-lifttech-h2 {
  font-family: var(--mby-font-serif);
  font-size: 44px;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--mby-ink);
  margin: 0 0 22px;
}

.mby-home-lifttech-h2 em {
  font-style: italic;
  color: var(--mby-stone);
  font-weight: 300;
}

.mby-home-lifttech-body {
  font-family: var(--mby-font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--mby-graphite);
  margin: 0 0 30px;
}

.mby-home-lifttech-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-top: 0.5px solid var(--mby-hairline);
  border-bottom: 0.5px solid var(--mby-hairline);
  margin-bottom: 30px;
}

.mby-home-lifttech-stat-value {
  font-family: var(--mby-font-serif);
  font-size: 32px;
  font-weight: 300;
  color: var(--mby-ink);
  letter-spacing: -0.015em;
  line-height: 1;
  margin-bottom: 8px;
}

.mby-home-lifttech-stat-label {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mby-stone);
  line-height: 1.4;
}

.mby-home-lifttech-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.mby-home-lifttech-cta-primary {
  font-family: var(--mby-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 26px;
  background: var(--mby-ink);
  color: #fff !important;
  border: 1px solid var(--mby-ink);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}

.mby-home-lifttech-cta-primary:hover {
  background: var(--mby-graphite);
  border-color: var(--mby-graphite);
}

.mby-home-lifttech-cta-secondary {
  font-family: var(--mby-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-ink) !important;
  text-decoration: none;
  padding: 14px 26px;
  background: transparent;
  border: 1px solid var(--mby-ink-soft, #2a2a2a);
  border-radius: 4px;
  transition: all 0.2s;
}

.mby-home-lifttech-cta-secondary:hover {
  background: var(--mby-ink);
  color: #fff !important;
}

@media (max-width: 900px) {
  .mby-home-lifttech {
    padding: 60px 0;
  }
  .mby-home-lifttech-inner {
    grid-template-columns: 1fr;
  }
  .mby-home-lifttech-media {
    min-height: 280px;
  }
  .mby-home-lifttech-meta {
    padding: 40px 32px;
  }
  .mby-home-lifttech-h2 {
    font-size: 32px;
  }
  .mby-home-lifttech-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mby-home-lifttech-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .mby-home-lifttech-cta-primary,
  .mby-home-lifttech-cta-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }
}
/* ============================================
   TRADE CTA
============================================ */

.mby-home-trade {
  background: #1a1a1a;
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.mby-home-trade::before {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(176, 138, 88, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.mby-home-trade .mby-home-container {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.mby-home-trade-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}

.mby-home-trade-text {
  padding-top: 8px;
}

.mby-home-trade-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b08a58;
  margin-bottom: 22px;
}

.mby-home-trade-h2 {
  font-family: var(--mby-font-serif);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: #fff;
  margin: 0;
}

.mby-home-trade-h2 em {
  font-style: italic;
  color: #d4b88a;
  font-weight: 300;
}

.mby-home-trade-subhead {
  font-family: var(--mby-font-serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  color: #d4b88a;
  margin: 16px 0 0;
  font-weight: 300;
}

.mby-home-trade-intro {
  font-family: var(--mby-font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: #cfcac4;
  margin: 0 0 28px;
}

.mby-home-trade-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.mby-home-trade-benefit {
  font-family: var(--mby-font-sans);
  font-size: 14px;
  color: #cfcac4;
  padding: 12px 0;
  border-bottom: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  gap: 14px;
}

.mby-home-trade-benefit::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b08a58;
  flex-shrink: 0;
}

.mby-home-trade-benefit:last-child {
  border-bottom: none;
}

.mby-home-trade-ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mby-home-trade-cta-primary {
  font-family: var(--mby-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 28px;
  background: #b08a58;
  color: #1a1a1a !important;
  border: 1px solid #b08a58;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: all 0.2s;
}

.mby-home-trade-cta-primary:hover {
  background: #c49a66;
  border-color: #c49a66;
}

.mby-home-trade-cta-secondary {
  font-family: var(--mby-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  padding: 16px 28px;
  background: transparent;
  border: 1px solid #4a4540;
  border-radius: 4px;
  white-space: nowrap;
  transition: all 0.2s;
}

.mby-home-trade-cta-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 900px) {
  .mby-home-trade {
    padding: 60px 0;
  }
  .mby-home-trade-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .mby-home-trade-h2 {
    font-size: 30px;
    line-height: 1.15;
  }
  .mby-home-trade-subhead {
    font-size: 20px;
  }
  .mby-home-trade-intro {
    font-size: 15px;
  }
  .mby-home-trade .mby-home-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .mby-home-trade-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .mby-home-trade-cta-primary,
  .mby-home-trade-cta-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ============================================
   HOW WE WORK
============================================ */

.mby-home-howwework {
  padding: 110px 0;
  background: #fff;
}

.mby-home-howwework-head {
  text-align: center;
  margin-bottom: 60px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.mby-home-howwework-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 14px;
}

.mby-home-howwework-h2 {
  font-family: var(--mby-font-serif);
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--mby-ink);
  margin: 0;
}

.mby-home-howwework-h2 em {
  font-style: italic;
  color: var(--mby-stone);
}

.mby-home-howwework-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
}

.mby-home-howwework-grid::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: var(--mby-border);
  z-index: 0;
}

.mby-home-howwework-step {
  position: relative;
  text-align: center;
  background: transparent;
  border: none;
  padding: 0;
}

.mby-home-howwework-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 0.5px solid var(--mby-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mby-font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--mby-ink);
  margin: 0 0 22px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.mby-home-howwework-step-title {
  font-family: var(--mby-font-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--mby-ink);
  margin: 0 0 10px;
  line-height: 1.15;
}

.mby-home-howwework-step-desc {
  font-family: var(--mby-font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--mby-stone);
  margin: 0 auto;
  max-width: 220px;
}

@media (max-width: 900px) {
  .mby-home-howwework {
    padding: 60px 0;
  }
  .mby-home-howwework-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }
  .mby-home-howwework-grid::before {
    display: none;
  }
  .mby-home-howwework-h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .mby-home-howwework-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   ORIGIN + STATS
============================================ */

.mby-home-origin {
  padding: 110px 0;
  background: var(--mby-cream);
}

.mby-home-origin-split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.mby-home-origin-text {
  max-width: 560px;
}

.mby-home-origin-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  order: 2;
}

.mby-home-origin-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mby-home-origin-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 14px;
}

.mby-home-origin-h2 {
  font-family: var(--mby-font-serif);
  font-size: 46px;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--mby-ink);
  margin: 0 0 22px;
  overflow-wrap: normal;
  word-break: normal;
}

.mby-home-origin-h2 em {
  font-style: italic;
  color: var(--mby-stone);
}

.mby-home-origin-body {
  font-family: var(--mby-font-sans);
  font-size: 16px;
  line-height: 1.75;
  color: var(--mby-stone);
  margin: 0 0 32px;
}

.mby-home-origin-cta {
  font-family: var(--mby-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-ink) !important;
  text-decoration: none;
  padding: 16px 28px;
  background: transparent;
  border: 1px solid var(--mby-border);
  border-radius: 4px;
  display: inline-block;
  transition: all 0.2s;
}

.mby-home-origin-cta:hover {
  border-color: var(--mby-ink);
}

.mby-home-origin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 32px 0 0 0;
  margin: 0 0 36px 0;
  border-top: 0.5px solid var(--mby-border);
}

.mby-home-origin-stat {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.mby-home-origin-stat:first-child {
  padding-left: 0;
}

.mby-home-origin-stat:last-child {
  padding-right: 0;
}

.mby-home-origin-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 0.5px;
  background: var(--mby-border);
}

.mby-home-origin-stat-value {
  font-family: var(--mby-font-serif);
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--mby-ink);
}

.mby-home-origin-stat-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-stone-light);
  font-weight: 500;
  margin-top: 8px;
}

.mby-home-origin-stat-label {
  font-family: var(--mby-font-sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mby-stone);
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 900px) {
  .mby-home-origin {
    padding: 60px 0;
  }
  .mby-home-origin-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .mby-home-origin-text {
    max-width: 100%;
    order: 2;
  }
  .mby-home-origin-media {
    order: 1;
  }
  .mby-home-origin-h2 {
    font-size: 30px;
    line-height: 1.15;
  }
  .mby-home-origin-stats {
    grid-template-columns: 1fr;
    margin: 0 0 28px 0;
  }
  .mby-home-origin-stat {
    padding: 18px 0;
    border-bottom: 0.5px solid var(--mby-border);
  }
  .mby-home-origin-stat:last-child {
    border-bottom: none;
  }
  .mby-home-origin-stat::after {
    display: none;
  }
  .mby-home-origin-stat-value {
    font-size: 34px;
  }
}

/* ============================================
   COLLECTION PAGES — HERO
============================================ */

.mby-coll-hero {
  position: relative;
  min-height: 420px;
  background: var(--mby-ink);
  color: #fff;
  overflow: hidden;
}

.mby-coll-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mby-coll-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.6;
}

.mby-coll-hero-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3a3530 0%, #1a1a1a 100%);
}

.mby-coll-hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0 80px;
}

.mby-coll-hero-inner {
  max-width: 780px;
}

.mby-coll-hero-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-amber);
  margin-bottom: 20px;
}

.mby-coll-hero-h1 {
  font-family: var(--mby-font-serif);
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 20px;
}

.mby-coll-hero-sub {
  font-family: var(--mby-font-sans);
  font-size: 17px;
  line-height: 1.55;
  color: #d8d2c4;
  margin: 0;
  max-width: 620px;
}

@media (max-width: 900px) {
  .mby-coll-hero {
    min-height: 320px;
  }
  .mby-coll-hero-content {
    padding: 80px 0 60px;
  }
  .mby-coll-hero-h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .mby-home-hero {
    height: 480px;
  }

  .mby-home-hero-inner {
    min-height: 480px;
    padding: 0 20px;
  }
}

@media (max-width: 420px) {
  .mby-home-hero {
    height: 420px;
  }

  .mby-home-hero-inner {
    min-height: 420px;
  }
}

/* ============================================
   COLLECTION SUB-CATEGORIES
============================================ */

.mby-coll-subcats {
  padding: 100px 0;
  background: var(--mby-cream-soft);
}

.mby-coll-subcats-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px;
}

.mby-coll-subcats-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 18px;
}

.mby-coll-subcats-h2 {
  font-family: var(--mby-font-serif);
  font-size: 40px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--mby-ink);
  margin: 0 0 16px;
}

.mby-coll-subcats-sub {
  font-family: var(--mby-font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--mby-graphite);
  margin: 0;
}

.mby-coll-subcats-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.mby-coll-subcat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.mby-coll-subcat.is-reversed .mby-coll-subcat-media {
  order: 2;
}

.mby-coll-subcat-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
}

.mby-coll-subcat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mby-coll-subcat-num {
  font-family: var(--mby-font-serif);
  font-size: 13px;
  font-style: italic;
  color: var(--mby-stone);
  margin-bottom: 16px;
}

.mby-coll-subcat-title {
  font-family: var(--mby-font-serif);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: var(--mby-ink);
  margin: 0 0 18px;
}

.mby-coll-subcat-desc {
  font-family: var(--mby-font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--mby-graphite);
  margin: 0 0 20px;
}

.mby-coll-subcat-products {
  font-family: var(--mby-font-serif);
  font-style: italic;
  font-size: 13px;
  color: var(--mby-stone);
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid var(--mby-hairline);
}

.mby-coll-subcat-cta {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-ink);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 0.5px solid var(--mby-ink);
  padding-bottom: 3px;
}

@media (max-width: 900px) {
  .mby-coll-subcats {
    padding: 60px 0;
  }
  .mby-coll-subcats-h2 {
    font-size: 28px;
  }
  .mby-coll-subcat {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mby-coll-subcat.is-reversed .mby-coll-subcat-media {
    order: 0;
  }
  .mby-coll-subcat-title {
    font-size: 26px;
  }
}

/* ============================================
   COLLECTION PRODUCT GRID
============================================ */

.mby-coll-grid-section {
  padding: 100px 0;
  background: #fff;
}

.mby-coll-grid-head {
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid var(--mby-hairline);
}

.mby-coll-grid-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 14px;
}

.mby-coll-grid-h2 {
  font-family: var(--mby-font-serif);
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--mby-ink);
  margin: 0;
}

.mby-coll-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}

.mby-coll-grid-card {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s;
}

.mby-coll-grid-card:hover {
  transform: translateY(-3px);
}

.mby-coll-grid-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--mby-cream-soft);
  margin-bottom: 14px;
}

.mby-coll-grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mby-coll-grid-tag {
  font-family: var(--mby-font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-stone);
  font-weight: 500;
  margin-bottom: 6px;
}

.mby-coll-grid-title {
  font-family: var(--mby-font-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.008em;
  color: var(--mby-ink);
  margin-bottom: 8px;
}

.mby-coll-grid-cta {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-ink);
  font-weight: 500;
}

@media (max-width: 1100px) {
  .mby-coll-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .mby-coll-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .mby-coll-grid {
    grid-template-columns: 1fr;
  }
}

  
/* ============================================
   PDP FOOT SYSTEM PICKER (v4.6)
============================================ */

.mby-pdp-base-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  gap: 12px !important;
}

.mby-pdp-base-card {
  padding: 14px !important;
  text-align: center;
  background: #fff;
  border: 0.5px solid #e8e4e0;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.mby-pdp-base-card:hover {
  border-color: #1a1a1a;
}

.mby-pdp-base-card.is-selected {
  border-color: #b08a58;
  box-shadow: 0 0 0 1px #b08a58;
}

.mby-pdp-base-card .mby-pdp-base-img {
  width: 100% !important;
  height: 60px !important;
  max-height: 60px !important;
  background: #faf8f4 !important;
  border-radius: 3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.mby-pdp-base-card .mby-pdp-base-img img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 44px !important;
  object-fit: contain !important;
  display: block !important;
}

.mby-pdp-base-img-fallback {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #9a9690;
}

.mby-pdp-card-surcharge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b08a58;
  margin-top: 6px;
  font-weight: 500;
}

.mby-pdp-base-finish-group {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 0.5px solid #e8e4e0;
  display: block;
}

.mby-pdp-base-finish-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6a5f50;
  margin-bottom: 10px;
  font-weight: 500;
}

.mby-pdp-base-finishes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mby-pdp-finish-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fff !important;
  border: 0.5px solid #e8e4e0 !important;
  border-radius: 3px !important;
  padding: 6px 12px 6px 6px;
  cursor: pointer;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #2a2a2a;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.mby-pdp-finish-chip:hover {
  border-color: #1a1a1a;
}

.mby-pdp-finish-chip.is-selected {
  border-color: #b08a58;
  box-shadow: 0 0 0 1px #b08a58;
}

.mby-pdp-finish-chip-swatch {
  width: 20px !important;
  height: 20px !important;
  border-radius: 2px !important;
  border: 0.5px solid rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.mby-pdp-finish-chip-label {
  white-space: nowrap;
}
/* Override theme JS chips — match new picker style */
.mby-pdp-base-finish {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fff !important;
  border: 0.5px solid #e8e4e0 !important;
  border-radius: 3px !important;
  padding: 6px 12px 6px 6px !important;
  cursor: pointer !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.04em !important;
  color: #2a2a2a !important;
  transition: border-color 0.15s, box-shadow 0.15s !important;
}

.mby-pdp-base-finish:hover {
  border-color: #1a1a1a !important;
}

.mby-pdp-base-finish.is-selected {
  border-color: #b08a58 !important;
  box-shadow: 0 0 0 1px #b08a58 !important;
}

.mby-pdp-base-finish-swatch {
  width: 20px !important;
  height: 20px !important;
  border-radius: 2px !important;
  border: 0.5px solid rgba(0,0,0,0.1) !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}

.mby-pdp-base-finish-name {
  white-space: nowrap !important;
}

/* ============================================
   THREE PATHS CTA — cream band
============================================ */

.mby-three-paths {
  background: #faf8f4;
  color: #1a1a1a;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.mby-three-paths::before {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(176, 138, 88, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.mby-three-paths .mby-home-container {
  position: relative;
}

.mby-three-paths-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.mby-three-paths-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b08a58;
  margin-bottom: 18px;
}

.mby-three-paths-h2 {
  font-family: var(--mby-font-serif);
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: #1a1a1a;
  margin: 0 0 18px;
}

.mby-three-paths-h2 em {
  font-style: italic;
  color: #b08a58;
  font-weight: 300;
}

.mby-three-paths-subhead {
  font-family: var(--mby-font-serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: #5a5550;
  margin: 0;
  font-weight: 300;
}

.mby-three-paths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0;
  border-top: 0.5px solid #e8e4e0;
  border-bottom: 0.5px solid #e8e4e0;
  max-width: 960px;
  margin: 0 auto;
}

.mby-three-paths-card {
  padding: 48px 36px;
  border-right: 0.5px solid #e8e4e0;
  display: flex;
  flex-direction: column;
}

.mby-three-paths-card:last-child {
  border-right: none;
}

.mby-three-paths-card-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.mby-three-paths-card--amber .mby-three-paths-card-eyebrow { color: #b08a58; }
.mby-three-paths-card--sage .mby-three-paths-card-eyebrow { color: #6a8a5c; }
.mby-three-paths-card--ink .mby-three-paths-card-eyebrow { color: #5a5550; }

.mby-three-paths-card-title {
  font-family: var(--mby-font-serif);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #1a1a1a;
  margin: 0 0 18px;
}

.mby-three-paths-card-body {
  font-family: var(--mby-font-sans);
  font-size: 14px;
  line-height: 1.65;
  color: #5a5550;
  margin: 0 0 28px;
  flex-grow: 1;
}

.mby-three-paths-card-cta {
  font-family: var(--mby-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  transition: all 0.2s;
}

.mby-three-paths-card--amber .mby-three-paths-card-cta {
  background: #1a1a1a;
  color: #fff !important;
  border: 1px solid #1a1a1a;
}
.mby-three-paths-card--amber .mby-three-paths-card-cta:hover {
  background: #b08a58;
  border-color: #b08a58;
  color: #1a1a1a !important;
}

.mby-three-paths-card--sage .mby-three-paths-card-cta {
  background: transparent;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a;
}
.mby-three-paths-card--sage .mby-three-paths-card-cta:hover {
  background: #1a1a1a;
  color: #fff !important;
}

.mby-three-paths-card--ink .mby-three-paths-card-cta {
  background: transparent;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a;
}
.mby-three-paths-card--ink .mby-three-paths-card-cta:hover {
  background: #1a1a1a;
  color: #fff !important;
}

@media (max-width: 900px) {
  .mby-three-paths {
    padding: 60px 0;
  }
  .mby-three-paths-h2 {
    font-size: 28px;
  }
  .mby-three-paths-subhead {
    font-size: 16px;
  }
  .mby-three-paths-grid {
    grid-template-columns: 1fr;
  }
  .mby-three-paths-card {
    padding: 36px 24px;
    border-right: none;
    border-bottom: 0.5px solid #e8e4e0;
  }
  .mby-three-paths-card:last-child {
    border-bottom: none;
  }
  .mby-three-paths-card-cta {
    align-self: stretch;
    justify-content: center;
  }
}

/* ============================================
   CONTACT ROUTES
============================================ */

.mby-contact-routes {
  padding: 80px 0 60px;
  background: var(--mby-cream-soft);
}

.mby-contact-routes-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.mby-contact-routes-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 14px;
}

.mby-contact-routes-h2 {
  font-family: var(--mby-font-serif);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--mby-ink);
  margin: 0 0 14px;
}

.mby-contact-routes-subhead {
  font-family: var(--mby-font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--mby-graphite);
  margin: 0;
}

.mby-contact-routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.mby-contact-route-card {
  background: #fff;
  border: 0.5px solid var(--mby-border);
  border-radius: 6px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, transform 0.2s;
}

.mby-contact-route-card:hover {
  border-color: var(--mby-ink);
  transform: translateY(-2px);
}

.mby-contact-route-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-amber);
  font-weight: 600;
  margin-bottom: 12px;
}

.mby-contact-route-title {
  font-family: var(--mby-font-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--mby-ink);
  margin: 0 0 10px;
  line-height: 1.2;
}

.mby-contact-route-body {
  font-family: var(--mby-font-sans);
  font-size: 13px;
  line-height: 1.6;
  color: var(--mby-graphite);
  margin: 0 0 18px;
  flex-grow: 1;
}

.mby-contact-route-cta {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mby-ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 900px) {
  .mby-contact-routes {
    padding: 50px 0 40px;
  }
  .mby-contact-routes-h2 {
    font-size: 26px;
  }
}
/* ============================================
   STANDARDS (about page)
============================================ */

.mby-standards {
  margin: 0;
  padding: 0;
  background: #fff;
}

.shopify-section:has(.mby-standards) {
  margin: 0 !important;
  padding: 0 !important;
}

.mby-standards-card {
  width: 100%;
  padding: 60px 40px;
  background: #faf8f4;
  border-radius: 0;
  margin: 0;
}

.mby-standards-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.mby-standards-head {
  text-align: center;
  margin-bottom: 50px;
}

.mby-standards-eyebrow {
  font-family: var(--mby-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mby-sage);
  margin-bottom: 12px;
}

.mby-standards-h2 {
  font-family: var(--mby-font-serif);
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0;
}

.mby-standards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 0.5px solid #e8e4e0;
  margin-bottom: 50px;
}

.mby-standards-col-h4 {
  font-family: var(--mby-font-serif);
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 0.5px solid #e8e4e0;
  letter-spacing: -0.005em;
}

.mby-standards-cert-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}

.mby-standards-cert {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mby-standards-cert-code {
  font-family: var(--mby-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}

.mby-standards-cert-desc {
  font-family: var(--mby-font-serif);
  font-style: italic;
  font-size: 12px;
  color: #5a5550;
  line-height: 1.4;
}

.mby-standards-mill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mby-standards-mill-pill {
  padding: 9px 14px;
  border: 0.5px solid #d8d4d0;
  border-radius: 4px;
  background: #ffffff;
  font-family: var(--mby-font-sans);
  font-size: 12px;
  color: #1a1a1a;
  font-weight: 500;
  }
 
/* ============================================
   COLLECTION GROUPED
============================================ */

.mby-cgroup {
  background: #fff;
  padding: 0 0 40px;
}

.mby-cgroup-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 0.5px solid #e8e4e0;
  width: 100%;
}

.mby-cgroup-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}

.mby-cgroup-nav-label {
  position: relative;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a9690;
  font-weight: 500;
  padding: 22px 28px 22px 0;
  margin-right: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

.mby-cgroup-nav-label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background: #d8d4d0;
}

.mby-cgroup-nav-list {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.mby-cgroup-nav-list li {
  display: flex;
  align-items: center;
}

.mby-cgroup-nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a5550;
  text-decoration: none;
  padding: 22px 22px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
  display: inline-block;
}

.mby-cgroup-nav-link:hover {
  color: #1a1a1a;
}

.mby-cgroup-nav-link.is-active {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}

.mby-cgroup-body {
  padding-top: 60px;
}

.mby-cgroup-section {
  scroll-margin-top: 140px;
  padding: 60px 0 80px;
  border-bottom: 0.5px solid #e8e4e0;
}

.mby-cgroup-section:last-child {
  border-bottom: none;
}

.mby-cgroup-section-head {
  margin-bottom: 44px;
  max-width: 720px;
}

.mby-cgroup-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.022em;
  color: #1a1a1a;
  margin: 0 0 14px;
}

.mby-cgroup-section-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #5a5550;
  margin: 0;
  max-width: 640px;
}

.mby-cgroup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}

.mby-cgroup-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}

.mby-cgroup-card:hover {
  transform: translateY(-3px);
}

.mby-cgroup-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #faf8f4;
  border-radius: 4px;
  margin-bottom: 18px;
}

.mby-cgroup-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.mby-cgroup-card:hover .mby-cgroup-card-img {
  transform: scale(1.03);
}

.mby-cgroup-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e4ddd0, #c8bea9);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: #6a5f50;
  font-size: 14px;
}

.mby-cgroup-card-tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b08a58;
  font-weight: 500;
  margin-bottom: 8px;
}

.mby-cgroup-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: #1a1a1a;
  margin: 0 0 8px;
  line-height: 1.15;
}

.mby-cgroup-card-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5a5550;
  margin: 0 0 14px;
}

.mby-cgroup-card-cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .mby-cgroup-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .mby-cgroup-grid { grid-template-columns: 1fr; }
  .mby-cgroup-section-title { font-size: 32px; }
  .mby-cgroup-section { padding: 40px 0 50px; }
  .mby-cgroup-nav-inner { padding: 0 20px; flex-wrap: wrap; }
  .mby-cgroup-nav-label { padding: 16px 16px 16px 0; font-size: 12px; }
  .mby-cgroup-nav-link { padding: 16px 14px; font-size: 12px; }
}

/* ============================================
   HEALTHCARE TREATMENT FEATURE BAND
============================================ */

.mby-hc-feature {
  padding: 110px 0;
  background: #fff;
}

.mby-hc-feature-inner {
  background: #faf8f4;
  border-radius: 6px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.mby-hc-feature-media {
  min-height: 480px;
  overflow: hidden;
  background: #ece7df;
}

.mby-hc-feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mby-hc-feature-placeholder {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d8cfc0 0%, #b8a78c 50%, #8a7558 100%);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
}

.mby-hc-feature-meta {
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mby-hc-feature-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b08a58;
  font-weight: 500;
  margin-bottom: 18px;
}

.mby-hc-feature-h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin: 0 0 22px;
}

.mby-hc-feature-h2 em {
  font-style: italic;
  color: #b08a58;
  font-weight: 300;
}

.mby-hc-feature-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #5a5550;
  margin: 0 0 30px;
}

.mby-hc-feature-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mby-hc-feature-cta-primary {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 26px;
  background: #1a1a1a;
  color: #fff !important;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, border-color 0.2s;
}

.mby-hc-feature-cta-primary:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
}

.mby-hc-feature-cta-secondary {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a !important;
  text-decoration: none;
  padding: 14px 26px;
  background: transparent;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  transition: all 0.2s;
}

.mby-hc-feature-cta-secondary:hover {
  background: #1a1a1a;
  color: #fff !important;
}

@media (max-width: 900px) {
  .mby-hc-feature {
    padding: 60px 0;
  }
  .mby-hc-feature-inner {
    grid-template-columns: 1fr;
  }
  .mby-hc-feature-media {
    min-height: 280px;
  }
  .mby-hc-feature-meta {
    padding: 40px 32px;
  }
  .mby-hc-feature-h2 {
    font-size: 32px;
  }
  .mby-hc-feature-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .mby-hc-feature-cta-primary,
  .mby-hc-feature-cta-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }
}
/* ============================================
   CANCER CENTERS PAGE
============================================ */

.mby-cc-page {
  display: block;
  font-family: 'DM Sans', sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
}

.mby-cc-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: #b08a58;
  margin-bottom: 18px;
}

.mby-cc-eyebrow--dark { color: #d4b88a; }
.mby-cc-eyebrow--neutral { color: #5a5550; }

.mby-cc-h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.028em;
  color: #fff;
  margin: 0 0 24px;
}

.mby-cc-h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin: 0 0 20px;
}

.mby-cc-h2--light { color: #fff; }

.mby-cc-cta-primary {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 28px;
  background: #b08a58;
  color: #1a1a1a !important;
  border: 1px solid #b08a58;
  border-radius: 4px;
  display: inline-block;
  transition: background 0.2s, border-color 0.2s;
}

.mby-cc-cta-primary:hover {
  background: #c49a66;
  border-color: #c49a66;
}

.mby-cc-cta-secondary {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 28px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 4px;
  background: transparent;
  display: inline-block;
  transition: all 0.2s;
}

.mby-cc-cta-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: #fff;
}

/* HERO */
.mby-cc-hero {
  position: relative;
  background: #1a1a1a;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
  min-height: 480px;
}

.mby-cc-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.mby-cc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(20,20,20,0.85) 0%, rgba(20,20,20,0.55) 50%, rgba(20,20,20,0.4) 100%);
  pointer-events: none;
}

.mby-cc-hero-glow {
  position: absolute;
  right: -200px;
  top: -200px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(176,138,88,0.2) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

.mby-cc-hero-inner {
  position: relative;
  z-index: 2;
}

.mby-cc-hero-text {
  max-width: 720px;
}

.mby-cc-hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #cfcac4;
  margin: 0 0 36px;
  max-width: 600px;
}

.mby-cc-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* WHY */
.mby-cc-why {
  background: #fff;
  padding: 110px 0;
}

.mby-cc-why-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.mby-cc-why-body p {
  font-size: 16px;
  line-height: 1.75;
  color: #5a5550;
  margin: 0 0 18px;
}

.mby-cc-why-body p:last-child { margin-bottom: 0; }

/* LINEUP */
.mby-cc-lineup {
  background: #faf8f4;
  padding: 110px 0;
}

.mby-cc-lineup-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 64px;
}

.mby-cc-lineup-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #5a5550;
  margin: 0;
}

.mby-cc-lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mby-cc-chair-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}

.mby-cc-chair-card:hover { transform: translateY(-3px); }

.mby-cc-chair-media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #d8cfc0 0%, #b8a78c 50%, #8a7558 100%);
  overflow: hidden;
}

.mby-cc-chair-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mby-cc-chair-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.mby-cc-chair-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.mby-cc-chair-tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b08a58;
  font-weight: 500;
  margin-bottom: 8px;
}

.mby-cc-chair-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
  color: #1a1a1a;
  margin: 0 0 12px;
}

.mby-cc-chair-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #5a5550;
  margin: 0 0 18px;
  flex-grow: 1;
}

.mby-cc-chair-specs {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #5a5550;
  line-height: 1.8;
  padding: 16px 0;
  border-top: 0.5px solid #e8e4e0;
  border-bottom: 0.5px solid #e8e4e0;
  margin-bottom: 18px;
}

.mby-cc-chair-cta {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 500;
  border-bottom: 0.5px solid #1a1a1a;
  padding-bottom: 3px;
  align-self: flex-start;
}

/* SUITE CONSIDERATIONS */
.mby-cc-suite {
  background: #fff;
  padding: 110px 0;
}

.mby-cc-suite-head {
  margin-bottom: 60px;
  max-width: 760px;
}

.mby-cc-suite-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 0.5px solid #e8e4e0;
}

.mby-cc-suite-item {
  padding: 36px 32px 36px 0;
  border-right: 0.5px solid #e8e4e0;
}

.mby-cc-suite-item:not(:first-child) { padding-left: 32px; }
.mby-cc-suite-item:last-child { border-right: none; padding-right: 0; }

.mby-cc-suite-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: #9a9690;
  margin-bottom: 16px;
}

.mby-cc-suite-item-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.2;
}

.mby-cc-suite-item-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #5a5550;
  margin: 0;
}

/* SPECS */
.mby-cc-specs {
  background: #faf8f4;
  padding: 100px 0;
}

.mby-cc-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.mby-cc-specs-body {
  font-size: 15px;
  line-height: 1.7;
  color: #5a5550;
  margin: 0;
}

.mby-cc-specs-card {
  background: #fff;
  border-radius: 6px;
  padding: 36px 40px;
}

.mby-cc-specs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}

.mby-cc-spec-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9690;
  margin-bottom: 6px;
}

.mby-cc-spec-value {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.4;
}

.mby-cc-specs-link {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 0.5px solid #e8e4e0;
}

.mby-cc-specs-link a {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 0.5px solid #1a1a1a;
  padding-bottom: 3px;
}

/* HONEST SCOPE */
.mby-cc-scope {
  background: #fff;
  padding: 60px 0 80px;
}

.mby-cc-scope-card {
  background: #faf8f4;
  border-left: 2px solid #b08a58;
  padding: 32px 40px;
  max-width: 980px;
}

.mby-cc-scope-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 14px;
}

.mby-cc-scope-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #5a5550;
  margin: 0;
}

/* CTA */
.mby-cc-cta {
  background: #ede5d4;
  color: #1a1a1a;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.mby-cc-cta-glow {
  position: absolute;
  right: -150px;
  top: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(176,138,88,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.mby-cc-cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.mby-cc-cta-italic {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: #b08a58;
  margin: 0;
  line-height: 1.4;
}

.mby-cc-cta-body {
  font-size: 15px;
  line-height: 1.7;
  color: #5a5550;
  margin: 0 0 28px;
}

/* MOBILE */
@media (max-width: 1024px) {
  .mby-cc-h1 { font-size: 48px; }
  .mby-cc-h2 { font-size: 36px; }
  .mby-cc-why-grid,
  .mby-cc-specs-grid,
  .mby-cc-cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .mby-cc-lineup-grid { grid-template-columns: repeat(2, 1fr); }
  .mby-cc-suite-grid { grid-template-columns: 1fr 1fr; }
  .mby-cc-suite-item { padding: 32px 24px !important; border-right: 0.5px solid #e8e4e0; border-bottom: 0.5px solid #e8e4e0; }
  .mby-cc-suite-item:nth-child(2n) { border-right: none; }
}

@media (max-width: 700px) {
  .mby-cc-hero { padding: 60px 0; min-height: 400px; }
  .mby-cc-h1 { font-size: 38px; }
  .mby-cc-h2 { font-size: 28px; }
  .mby-cc-why,
  .mby-cc-lineup,
  .mby-cc-suite,
  .mby-cc-specs,
  .mby-cc-cta { padding: 60px 0; }
  .mby-cc-lineup-grid { grid-template-columns: 1fr; }
  .mby-cc-suite-grid { grid-template-columns: 1fr; }
  .mby-cc-suite-item { padding: 28px 0 !important; border-right: none; }
  .mby-cc-specs-list { grid-template-columns: 1fr; }
  .mby-cc-hero-ctas { flex-direction: column; }
  .mby-cc-cta-primary,
  .mby-cc-cta-secondary { width: 100%; text-align: center; box-sizing: border-box; }
}