/* =========================================================
   StoneBridge Media - Local Growth Machine
   ========================================================= */

.gm-page {
  background:
    radial-gradient(circle at 72% 4%, rgba(201, 168, 76, .12), transparent 34rem),
    radial-gradient(circle at 5% 28%, rgba(228, 200, 119, .06), transparent 26rem),
    var(--charcoal);
}

.gm-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(118px, 16vh, 168px) var(--gutter) clamp(70px, 10vh, 110px);
  overflow: hidden;
}

.gm-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(58vw, 760px);
  opacity: .54;
  pointer-events: none;
}

.gm-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  -webkit-mask-image: linear-gradient(to left, #000 42%, transparent 96%), linear-gradient(to bottom, transparent 0%, #000 22%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to left, #000 42%, transparent 96%), linear-gradient(to bottom, transparent 0%, #000 22%, #000 82%, transparent 100%);
}

.gm-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 840px;
}

.gm-hero__title {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 700;
  line-height: 1.02;
  max-width: 920px;
  text-wrap: balance;
}

.gm-hero__sub {
  margin-top: 28px;
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.gm-hero__actions,
.gm-final__actions,
.gm-bridge-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.gm-hero__actions {
  margin-top: 36px;
}

.gm-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.gm-hero__proof span {
  padding: 9px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  font-size: .82rem;
}

.gm-section {
  position: relative;
  padding: clamp(76px, 12vh, 144px) var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}

.gm-section__head {
  max-width: 800px;
  margin-bottom: clamp(42px, 6vw, 70px);
}

.gm-section__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
  text-wrap: balance;
}

.gm-page .split-line {
  overflow: visible;
}

.gm-section__lead {
  margin-top: 42px;
  max-width: 650px;
  color: var(--muted);
  font-size: 1.08rem;
}

.gm-path {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.gm-path__stage {
  min-height: 184px;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(28, 26, 23, .68), rgba(10, 10, 11, .14));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gm-path__stage strong {
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.15;
}

.gm-path__stage span {
  color: var(--gold);
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gm-path__stage em {
  font-style: normal;
  color: #e09a79;
  font-size: .86rem;
}

.gm-path__arrow {
  display: none;
}

.gm-scenarios {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gm-scenario {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(28, 26, 23, .58), rgba(10, 10, 11, .1));
}

.gm-scenario h3,
.gm-outcomes h3,
.gm-primary-offer h3,
.gm-side-offers h3,
.gm-review-bridge h2,
.gm-final h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.1;
}

.gm-scenario h3 {
  font-size: 1.55rem;
  margin-bottom: 24px;
}

.gm-scenario div {
  display: grid;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.gm-scenario div + div {
  margin-top: 18px;
}

.gm-scenario b {
  color: var(--gold);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gm-scenario p,
.gm-outcomes p,
.gm-side-offers p,
.gm-primary-offer p,
.gm-review-bridge p,
.gm-final p,
.gm-not-fit li,
.gm-fit-list li {
  color: var(--muted);
}

.gm-band {
  padding: clamp(76px, 12vh, 144px) var(--gutter);
  border-block: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201, 168, 76, .07), rgba(10, 10, 11, .02));
}

.gm-band__grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
}

.gm-system {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gm-system div {
  min-height: 132px;
  padding: 24px;
  border: 1px solid rgba(201, 168, 76, .24);
  border-radius: var(--radius);
  background: rgba(10, 10, 11, .38);
}

.gm-system span {
  display: block;
  font-family: var(--serif);
  font-size: 1.42rem;
  color: var(--offwhite);
}

.gm-system small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: .88rem;
}

.gm-outcomes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.gm-outcomes article {
  min-height: 250px;
  padding: 28px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(28, 26, 23, .58), rgba(10, 10, 11, .1));
}

.gm-outcomes span,
.gm-offer__kicker {
  display: block;
  color: var(--gold);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gm-outcomes h3 {
  margin-top: 16px;
  font-size: 1.34rem;
}

.gm-outcomes p {
  margin-top: 16px;
  font-size: .92rem;
}

.gm-pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 24px;
  align-items: stretch;
}

.gm-primary-offer {
  position: relative;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(201, 168, 76, .52);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(201, 168, 76, .12), rgba(28, 26, 23, .72) 45%, rgba(10, 10, 11, .16));
}

.gm-primary-offer__flag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--charcoal);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gm-primary-offer h3 {
  max-width: 720px;
  font-size: clamp(1.8rem, 3.7vw, 3.2rem);
}

.gm-price {
  margin: 24px 0 28px;
  font-family: var(--serif);
  color: var(--gold);
  font-size: clamp(3.5rem, 8vw, 5.6rem);
  line-height: .9;
}

.gm-price small,
.gm-side-price small {
  margin-left: 8px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
}

.gm-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.gm-offer-grid div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.gm-offer-grid b {
  display: block;
  color: var(--offwhite);
  margin-bottom: 8px;
}

.gm-side-offers {
  display: grid;
  gap: 16px;
}

.gm-side-offers article {
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(28, 26, 23, .4);
}

.gm-side-offers h3 {
  margin-top: 8px;
  font-size: 1.45rem;
}

.gm-side-price {
  margin: 12px 0;
  font-family: var(--serif);
  color: var(--gold);
  font-size: 2.1rem;
  line-height: 1;
}

.gm-side-offers a,
.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gold);
  border-bottom: 1px solid rgba(201, 168, 76, .45);
  font-size: .9rem;
}

.gm-fit {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(30px, 6vw, 70px);
  align-items: start;
}

.gm-fit-list,
.gm-not-fit ul {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.gm-fit-list li,
.gm-not-fit li {
  position: relative;
  padding-left: 28px;
}

.gm-fit-list li::before,
.gm-not-fit li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.gm-not-fit {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(28, 26, 23, .58), rgba(10, 10, 11, .12));
}

.gm-review-bridge {
  padding: clamp(70px, 10vh, 120px) var(--gutter);
  text-align: center;
}

.gm-review-bridge__inner {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(28, 26, 23, .62), rgba(10, 10, 11, .12));
}

.gm-review-bridge h2 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.gm-review-bridge p {
  max-width: 560px;
  margin: 18px auto 0;
}

.gm-bridge-actions {
  justify-content: center;
  margin-top: 30px;
}

.gm-faq .faq__list {
  max-width: 900px;
}

.gm-final {
  position: relative;
  padding: clamp(82px, 14vh, 160px) var(--gutter);
  text-align: center;
  overflow: hidden;
}

.gm-final::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -270px;
  width: min(860px, 120vw);
  height: 520px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, .17), transparent 66%);
  pointer-events: none;
}

.gm-final__inner {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}

.gm-final h2 {
  font-size: clamp(2.2rem, 6vw, 4.8rem);
}

.gm-final p {
  max-width: 570px;
  margin: 24px auto 0;
  font-size: 1.08rem;
}

.gm-final__actions {
  justify-content: center;
  margin-top: 38px;
}

@media (max-width: 1100px) {
  .gm-path,
  .gm-outcomes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gm-path__stage {
    min-height: 160px;
  }
}

@media (max-width: 900px) {
  .gm-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .gm-hero__media {
    width: 100%;
    opacity: .24;
  }

  .gm-band__grid,
  .gm-pricing,
  .gm-fit,
  .gm-scenarios {
    grid-template-columns: 1fr;
  }

  .gm-outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .gm-hero__title {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .gm-hero__actions .btn,
  .gm-final__actions .btn,
  .gm-bridge-actions .btn,
  .gm-primary-offer .btn {
    width: 100%;
    justify-content: center;
  }

  .gm-path,
  .gm-system,
  .gm-outcomes,
  .gm-offer-grid {
    grid-template-columns: 1fr;
  }

  .gm-path {
    gap: 8px;
  }

  .gm-path__stage {
    min-height: auto;
    gap: 20px;
  }

  .gm-scenario,
  .gm-not-fit,
  .gm-side-offers article,
  .gm-primary-offer {
    padding: 24px;
  }
}
