:root {
  --bg: #070707;
  --bg-soft: #0d0d0d;
  --panel: #111111;
  --panel-2: #171717;
  --cream: #f4f1ea;
  --muted: #9c9891;
  --line: rgba(244, 241, 234, 0.1);
  --red: #a70f16;
  --red-bright: #c81820;
  --gold: #d99a24;
  --steel: #6d6b68;
  --shadow: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cream);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: clip;
}

body.nav-open {
  overflow: hidden;
}

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

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

main,
section,
article,
form {
  min-width: 0;
}

::selection {
  color: var(--bg);
  background: var(--gold);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4.8vw, 70px);
  background: rgba(7, 7, 7, 0.86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 7, 7, 0.94);
  border-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-size: 0.96rem;
  font-weight: 950;
  text-transform: uppercase;
}

.brand small {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(244, 241, 234, 0.78);
  font-size: 0.86rem;
  font-weight: 850;
}

.site-nav a {
  position: relative;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--gold);
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  content: "";
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta).is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta {
  padding: 10px 13px;
  color: var(--cream);
  background: var(--red);
  border-radius: 8px;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta.is-active {
  color: var(--cream);
  background: var(--red-bright);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--cream);
  background: rgba(244, 241, 234, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.home-hero,
.page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.home-hero {
  min-height: 86vh;
  display: grid;
  align-items: center;
}

.page-hero {
  padding: 132px clamp(18px, 5vw, 72px) 58px;
  background:
    linear-gradient(115deg, rgba(7, 7, 7, 1) 0%, rgba(18, 17, 17, 1) 58%, rgba(35, 9, 11, 1) 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero.compact {
  padding-bottom: 54px;
}

.page-hero h1,
.page-hero p {
  max-width: 840px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.99) 0%, rgba(7, 7, 7, 0.93) 42%, rgba(7, 7, 7, 0.48) 74%, rgba(7, 7, 7, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0) 22%);
}

.hero-content {
  width: min(720px, calc(100% - 40px));
  margin-left: clamp(20px, 6vw, 88px);
  padding-top: 90px;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--red-bright);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, 5.2vw, 5.1rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.page-hero h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 4.6vw, 4.75rem);
  line-height: 0.95;
}

h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 3.25rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
}

.hero-copy,
.page-hero p,
.section-heading p,
.feature-grid p,
.page-link-grid p,
.process-detail p,
.detail-band p,
.program-detail-grid p,
.stories p,
.subscribe-info li {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.7;
}

.hero-copy {
  max-width: 590px;
  margin: 24px 0 0;
}

.page-hero p:last-child,
.section-heading p:last-child,
.feature-grid p,
.audience-grid p,
.page-link-grid p,
.plan-copy,
.program-detail-grid p,
.story-grid p,
.final-cta p {
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  width: min(660px, 100%);
  gap: 0;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(244, 241, 234, 0.18);
}

.hero-proof article {
  display: grid;
  min-width: 150px;
  padding: 0 22px;
  border-right: 1px solid rgba(244, 241, 234, 0.16);
}

.hero-proof article:first-child {
  padding-left: 0;
}

.hero-proof article:last-child {
  border-right: 0;
}

.hero-proof strong {
  display: block;
  color: var(--cream);
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 950;
  overflow-wrap: normal;
}

.hero-proof span {
  display: block;
  margin-top: 5px;
  color: rgba(244, 241, 234, 0.66);
  font-size: 0.82rem;
  line-height: 1.35;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  touch-action: manipulation;
}

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

.btn-primary {
  color: var(--cream);
  background: var(--red);
}

.btn-primary:hover {
  background: var(--red-bright);
}

.btn-ghost,
.btn-outline {
  color: var(--cream);
  background: transparent;
  border-color: var(--line);
}

.btn-outline:hover,
.btn-ghost:hover {
  border-color: rgba(217, 154, 36, 0.8);
}

.btn svg,
.nav-toggle svg,
.feature-grid svg,
.program-detail-grid svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

.section {
  padding: clamp(84px, 9vw, 136px) clamp(18px, 5vw, 72px);
}

.section-heading {
  width: min(860px, 100%);
  margin-bottom: 34px;
}

.intro-grid,
.audience-section,
.plans-page,
.process-detail,
.program-detail-grid,
.metrics-wall,
.stories,
.subscribe-page {
  background: var(--bg);
}

.feature-grid,
.audience-grid,
.page-link-grid,
.plan-grid,
.program-detail-grid,
.metrics-wall,
.story-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.audience-grid article,
.page-link-grid a,
.plan-card,
.process-detail article,
.program-detail-grid article,
.metrics-wall article,
.story-grid article,
.subscribe-info,
.subscribe-form,
.testimonial-section,
.detail-band {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-grid article {
  min-height: 250px;
  padding: 30px 0;
  border-width: 1px 0 0;
  border-radius: 0;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-grid article:hover,
.audience-grid article:hover,
.page-link-grid a:hover,
.program-detail-grid article:hover,
.story-grid article:hover {
  transform: none;
  border-color: rgba(217, 154, 36, 0.55);
}

.offer-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding-top: clamp(34px, 4vw, 52px);
  padding-bottom: clamp(34px, 4vw, 52px);
  background:
    linear-gradient(90deg, rgba(167, 15, 22, 0.12), transparent 42%),
    var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-banner h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.offer-banner p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.65;
}

.offer-banner .eyebrow {
  color: var(--gold);
}

.offer-banner .btn-primary {
  box-shadow: 0 12px 30px rgba(167, 15, 22, 0.28);
}

.audience-section {
  background: var(--bg);
  color: var(--cream);
}

.audience-section .eyebrow {
  color: var(--red-bright);
}

.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid article {
  min-height: 260px;
  padding: 28px;
  color: var(--cream);
  background: var(--bg-soft);
  transition: transform 180ms ease, border-color 180ms ease;
}

.audience-grid span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--gold);
  font-weight: 950;
}

.audience-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.feature-grid svg,
.program-detail-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--gold);
}

.feature-grid h3,
.page-link-grid h3 {
  margin-bottom: 10px;
}

.page-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--bg);
}

.page-link-grid a {
  min-height: 270px;
  padding: 26px 0;
  border-width: 1px 0 0;
  border-radius: 0;
  transition: transform 180ms ease, border-color 180ms ease;
}

.page-link-grid span,
.process-detail span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--red-bright);
  font-size: 0.86rem;
  font-weight: 950;
}

.billing-switch {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  margin-bottom: 24px;
  background: #dfd8cc;
  border-radius: 8px;
}

.billing-switch button {
  min-height: 42px;
  padding: 0 14px;
  color: var(--bg);
  background: transparent;
  border: 0;
  border-radius: 7px;
  font-weight: 950;
  cursor: pointer;
  touch-action: manipulation;
}

.billing-switch button.is-active {
  color: var(--cream);
  background: var(--bg);
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 18px;
  align-content: start;
  padding: 30px;
  background: var(--bg-soft);
  overflow: hidden;
}

.plan-card .btn {
  align-self: end;
}

.plan-card.featured {
  border: 1px solid rgba(167, 15, 22, 0.82);
}

.plan-card.featured::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--gold), var(--red-bright));
}

.badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 9px;
  color: var(--cream);
  background: var(--red);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.price {
  display: flex;
  align-items: end;
  gap: 8px;
}

.price span {
  font-size: 3.2rem;
  line-height: 0.9;
  font-weight: 950;
}

.price small {
  color: var(--muted);
  font-weight: 900;
}

.plan-card ul,
.program-detail-grid ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.plan-note span {
  padding: 9px 12px;
  color: var(--cream);
  background: rgba(244, 241, 234, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 900;
}

.plan-card li,
.program-detail-grid li {
  position: relative;
  padding-left: 24px;
  color: rgba(244, 241, 234, 0.82);
}

.plan-card li::before,
.program-detail-grid li::before {
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.compare-section {
  background: var(--bg-soft);
  color: var(--cream);
}

.compare-section .eyebrow {
  color: var(--red-bright);
}

.comparison {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.7fr);
  gap: 1px;
  background: var(--line);
}

.comparison-row span,
.comparison-row strong {
  display: flex;
  align-items: center;
  padding: 18px;
  background: var(--bg-soft);
}

.comparison-row.header span {
  color: var(--cream);
  background: var(--bg);
  font-weight: 950;
}

.comparison-row strong {
  color: var(--gold);
}

.process-detail {
  display: grid;
  gap: 16px;
}

.process-detail article {
  display: grid;
  grid-template-columns: 80px minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 26px 0;
  border-width: 1px 0 0;
  border-radius: 0;
}

.process-detail h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.process-detail span {
  margin: 0;
}

.detail-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 30px;
  margin: clamp(20px, 5vw, 72px);
  padding: clamp(28px, 5vw, 54px);
  background: var(--bg-soft);
  border-color: rgba(167, 15, 22, 0.5);
}

.detail-band .eyebrow {
  color: var(--cream);
}

.detail-band p {
  color: rgba(244, 241, 234, 0.82);
}

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

.program-detail-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 300px;
  padding: 24px;
  background: var(--bg-soft);
  transition: transform 180ms ease, border-color 180ms ease;
}

.program-detail-grid h2 {
  max-width: 13ch;
  font-size: clamp(1.75rem, 2.4vw, 2.65rem);
  line-height: 1.02;
}

.program-detail-grid p {
  font-size: 1rem;
}

.program-detail-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}

.program-detail-grid ul {
  gap: 8px;
}

.metrics-wall {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--bg);
}

.metrics-wall article {
  padding: 26px;
  color: var(--cream);
  background: var(--bg-soft);
}

.metrics-wall strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
}

.metrics-wall span {
  color: var(--muted);
  line-height: 1.5;
}

.stories {
  background: var(--bg);
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-grid article {
  padding: 26px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.story-grid h3 {
  margin-bottom: 12px;
}

.testimonial-section {
  margin: clamp(20px, 5vw, 72px);
  padding: clamp(30px, 6vw, 70px);
  background: var(--bg-soft);
  border-color: rgba(167, 15, 22, 0.5);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(13, 13, 13, 1) 0%, rgba(13, 13, 13, 1) 72%, rgba(32, 10, 11, 1) 100%),
    var(--bg-soft);
  border-top: 1px solid var(--line);
}

.final-cta h2 {
  max-width: 860px;
}

.final-cta p:not(.eyebrow) {
  max-width: 740px;
  color: var(--muted);
  line-height: 1.7;
}

blockquote {
  max-width: 900px;
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 3.4vw, 3.6rem);
  line-height: 1.05;
  font-weight: 950;
}

cite {
  color: rgba(244, 241, 234, 0.78);
  font-style: normal;
  font-weight: 850;
}

.subscribe-page {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: start;
}

.subscribe-info,
.subscribe-form {
  padding: 30px;
}

.subscribe-info ol {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding-left: 22px;
}

.subscribe-form {
  display: grid;
  gap: 13px;
}

label {
  color: rgba(244, 241, 234, 0.82);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  color: var(--cream);
  background: rgba(244, 241, 234, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  outline: none;
}

select {
  min-height: 50px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--gold);
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  padding: 32px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #030303;
  border-top: 1px solid var(--line);
}

.admin-body {
  min-height: 100vh;
  background:
    linear-gradient(135deg, #070707 0%, #101011 58%, #160608 100%);
}

.admin-shell {
  width: min(1440px, 100%);
  min-height: 100vh;
  margin: 0 auto;
}

.admin-login {
  display: grid;
  max-width: 520px;
  gap: 18px;
  margin: 8vh auto 0;
  padding: 34px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-login img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
}

.admin-login h1 {
  max-width: none;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
}

.admin-login form,
.admin-card {
  display: grid;
  gap: 13px;
}

.admin-pro[hidden],
.admin-login[hidden] {
  display: none;
}

.admin-pro {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  height: 100vh;
  padding: 24px;
  background: rgba(7, 7, 7, 0.86);
  border-right: 1px solid var(--line);
}

.admin-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.admin-logo img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.admin-logo span {
  display: grid;
  line-height: 1;
}

.admin-logo strong {
  font-weight: 950;
  text-transform: uppercase;
}

.admin-logo small {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.admin-menu {
  display: grid;
  align-content: start;
  gap: 8px;
}

.admin-menu button {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 11px;
  width: 100%;
  color: rgba(244, 241, 234, 0.74);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 12px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.admin-menu button:hover,
.admin-menu button.is-active {
  color: var(--cream);
  background: rgba(244, 241, 234, 0.08);
  border-color: var(--line);
}

.admin-menu svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
}

.admin-sidebar-actions {
  display: grid;
  gap: 10px;
}

.admin-workspace {
  padding: 28px clamp(18px, 4vw, 54px) 48px;
}

.admin-top {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: -28px calc(clamp(18px, 4vw, 54px) * -1) 32px;
  padding: 22px clamp(18px, 4vw, 54px);
  background: rgba(16, 16, 17, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.admin-top h1 {
  max-width: none;
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.admin-savebar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-savebar span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.admin-savebar span.is-dirty {
  color: var(--gold);
}

.admin-view {
  display: none;
}

.admin-view.is-active {
  display: block;
}

.admin-view-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.admin-view-heading h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.admin-view-heading p {
  color: var(--muted);
  line-height: 1.7;
}

.admin-stat-grid,
.admin-plan-tabs,
.admin-help-grid {
  display: grid;
  gap: 16px;
}

.admin-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.admin-stat-grid article,
.admin-preview-card,
.admin-card,
.admin-live-preview,
.admin-help-grid article {
  background: rgba(23, 23, 23, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-stat-grid article {
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 22px;
}

.admin-stat-grid span,
.admin-card-title span,
.admin-live-preview span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-stat-grid strong {
  align-self: end;
  font-size: 1.1rem;
  line-height: 1.25;
}

.admin-preview-card,
.admin-two-column,
.admin-plan-tabs,
.admin-help-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 16px;
}

.admin-preview-card {
  align-items: center;
  padding: 28px;
  background: var(--red);
}

.admin-preview-card p {
  color: rgba(244, 241, 234, 0.8);
  line-height: 1.6;
}

.admin-card,
.admin-live-preview,
.admin-help-grid article {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 24px;
}

.admin-card h2,
.admin-card h3,
.admin-live-preview h3,
.admin-help-grid h3 {
  font-size: 1.25rem;
}

.admin-live-preview {
  position: sticky;
  top: 124px;
  align-self: start;
  background: linear-gradient(135deg, rgba(167, 15, 22, 0.92), rgba(23, 23, 23, 0.96));
}

.admin-live-preview p {
  color: rgba(244, 241, 234, 0.8);
  line-height: 1.6;
}

.contact-preview strong {
  color: var(--gold);
  font-size: 1.3rem;
}

.admin-plan-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-card.highlight {
  border-color: rgba(217, 154, 36, 0.72);
}

.admin-card-title {
  display: grid;
  gap: 6px;
  margin-bottom: 8px;
}

.admin-card-title span {
  color: var(--gold);
}

.admin-price-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-price-fields label {
  display: grid;
  gap: 8px;
}

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

.admin-help-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.admin-global-status {
  margin-top: 18px;
}

.site-footer div {
  display: grid;
  gap: 8px;
}

.site-footer strong {
  color: var(--cream);
}

.footer-links {
  text-align: right;
}

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

@media (max-width: 1100px) {
  .site-nav {
    gap: 13px;
    font-size: 0.8rem;
  }

  .home-hero {
    min-height: 780px;
  }

  .hero-content {
    width: min(640px, calc(100% - 36px));
  }

  h1 {
    font-size: clamp(3.2rem, 7vw, 4.8rem);
  }

  .page-hero h1 {
    font-size: clamp(2.8rem, 6vw, 4rem);
  }

  .page-link-grid,
  .metrics-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    background: rgba(15, 16, 17, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
    max-height: calc(100dvh - 88px - env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 15px;
  }

  .site-nav a::after {
    display: none;
  }

  .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .home-hero {
    min-height: 760px;
    align-items: center;
  }

  .hero-image {
    object-position: 76% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(7, 7, 7, 0.99) 0%, rgba(7, 7, 7, 0.9) 54%, rgba(7, 7, 7, 0.42) 100%),
      linear-gradient(90deg, rgba(7, 7, 7, 0.88), rgba(7, 7, 7, 0.32));
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 18px;
    padding-top: 74px;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 8.2vw, 4.25rem);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(1.9rem, 6vw, 3.2rem);
  }

  .feature-grid,
  .audience-grid,
  .plan-grid,
  .program-detail-grid,
  .story-grid,
  .subscribe-page,
  .detail-band,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .offer-banner,
  .admin-stat-grid,
  .admin-plan-tabs,
  .admin-preview-card,
  .admin-two-column,
  .admin-help-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    max-width: 620px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding-top: 0;
    border: 1px solid rgba(244, 241, 234, 0.13);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(244, 241, 234, 0.08);
  }

  .hero-proof article {
    min-width: 0;
    padding: 12px;
    border-right: 0;
    background: rgba(7, 7, 7, 0.64);
  }

  .hero-proof article:first-child {
    padding-left: 12px;
  }

  .hero-proof strong {
    font-size: 0.95rem;
  }

  .hero-proof span {
    font-size: 0.74rem;
  }

  .admin-pro {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

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

  .admin-top {
    position: static;
    margin-top: 0;
  }

  .admin-live-preview {
    position: static;
  }

  .process-detail article {
    grid-template-columns: 1fr;
  }

  .comparison {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .comparison-row {
    min-width: 720px;
  }

  .footer-links {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: calc(12px + env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) 12px max(14px, env(safe-area-inset-left));
  }

  .brand strong {
    font-size: 0.84rem;
  }

  .brand small {
    font-size: 0.66rem;
  }

  .home-hero {
    min-height: auto;
    padding: calc(96px + env(safe-area-inset-top)) 0 46px;
    background:
      linear-gradient(145deg, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 1) 62%, rgba(42, 10, 12, 0.78) 100%);
  }

  .hero-image {
    display: block;
    object-position: 68% center;
    opacity: 0.42;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 7, 7, 0.97) 0%, rgba(7, 7, 7, 0.82) 68%, rgba(7, 7, 7, 0.62) 100%),
      linear-gradient(180deg, rgba(7, 7, 7, 0.25) 0%, rgba(7, 7, 7, 1) 100%);
  }

  .page-hero {
    padding: calc(96px + env(safe-area-inset-top)) 16px 40px;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 11vw, 3.1rem);
    line-height: 0.94;
  }

  .page-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 0.98;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding-top: 0;
  }

  .hero-copy,
  .page-hero p,
  .section-heading p {
    font-size: 0.98rem;
  }

  .hero-actions,
  .billing-switch {
    width: 100%;
  }

  .hero-actions .btn,
  .plan-card .btn,
  .subscribe-form .btn,
  .final-cta > .btn,
  .offer-banner > .btn {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 1px;
    margin-top: 22px;
  }

  .hero-proof article {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
  }

  .hero-proof strong {
    font-size: 0.98rem;
    white-space: nowrap;
  }

  .hero-proof span {
    margin-top: 0;
    font-size: 0.78rem;
    text-align: right;
  }

  .billing-switch {
    display: grid;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .offer-banner,
  .final-cta {
    gap: 18px;
  }

  .feature-grid article,
  .page-link-grid a,
  .process-detail article {
    min-height: auto;
    padding: 22px 0;
  }

  .audience-grid article,
  .plan-card,
  .program-detail-grid article,
  .story-grid article,
  .subscribe-info,
  .subscribe-form {
    padding: clamp(18px, 5vw, 22px);
  }

  .process-detail h2,
  .program-detail-grid h2 {
    max-width: none;
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .program-detail-grid article {
    min-height: auto;
  }

  .page-link-grid,
  .metrics-wall {
    grid-template-columns: 1fr;
  }

  .detail-band,
  .testimonial-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .price span {
    font-size: 2.7rem;
  }

  .admin-shell {
    width: 100%;
  }

  .admin-login {
    width: calc(100% - 32px);
    margin-top: 24px;
    padding: 24px;
  }

  .admin-workspace {
    padding: 20px 16px 36px;
  }

  .admin-top {
    display: grid;
    gap: 14px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 18px 16px;
  }

  .admin-savebar {
    justify-content: stretch;
  }

  .admin-savebar .btn,
  .admin-sidebar-actions .btn {
    width: 100%;
  }

  .admin-menu {
    grid-template-columns: 1fr;
  }

  .admin-price-fields {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: calc(32px + env(safe-area-inset-bottom));
  }

  .comparison {
    overflow: visible;
  }

  .comparison-row {
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .comparison-row > :first-child {
    grid-column: 1 / -1;
    padding: 12px 14px;
    font-size: 0.82rem;
  }

  .comparison-row > :not(:first-child) {
    justify-content: center;
    min-width: 0;
    padding: 13px 6px;
    font-size: 0.78rem;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    max-width: 104px;
    font-size: 0.76rem;
  }

  .brand small {
    font-size: 0.6rem;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .site-nav {
    left: 12px;
    right: 12px;
    top: calc(68px + env(safe-area-inset-top));
  }

  .hero-actions {
    gap: 10px;
  }

  .plan-note span {
    flex: 1 1 100%;
    text-align: center;
  }
}

@media (max-width: 359px) {
  .site-header {
    gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    gap: 8px;
    min-width: 0;
  }

  .brand strong {
    font-size: 0.7rem;
  }

  .brand small {
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }

  h1 {
    font-size: 2.12rem;
  }

  .section,
  .hero-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .price span {
    font-size: 2.4rem;
  }

  .comparison-row > :not(:first-child) {
    font-size: 0.7rem;
  }
}

@media (max-height: 520px) and (orientation: landscape) and (max-width: 900px) {
  .site-nav {
    top: 64px;
    max-height: calc(100dvh - 72px);
  }

  .home-hero {
    min-height: 100svh;
    padding-top: 88px;
  }

  .hero-proof {
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .btn:hover {
    transform: none;
  }
}

/* Home layout: athletic editorial rhythm inspired by modern fitness clubs. */
.promo-strip {
  position: relative;
  z-index: 30;
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 18px;
  color: #fff;
  background: var(--red);
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
}

.promo-strip > span:not(.promo-copy) {
  padding: 3px 7px;
  color: var(--bg);
  background: #fff;
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.promo-strip .promo-copy {
  color: inherit;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.promo-strip strong,
.promo-strip svg {
  display: inline-flex;
  align-items: center;
}

.promo-strip strong {
  gap: 5px;
  font-size: inherit;
}

.promo-strip svg {
  width: 15px;
  height: 15px;
}

.home-page .site-header {
  top: 38px;
  transition: top 180ms ease, background 180ms ease, border-color 180ms ease;
}

.home-page .site-header.is-scrolled {
  top: 0;
}

.home-page .home-hero {
  min-height: calc(100svh - 38px);
}

.home-page .btn {
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.home-page .audience-grid article,
.home-page .plan-card {
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  border-radius: 0;
}

.home-page .feature-grid article:hover,
.home-page .audience-grid article:hover,
.home-page .page-link-grid a:hover {
  border-color: rgba(200, 24, 32, 0.78);
}

.home-page .offer-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, var(--red) 0%, #8e0d13 72%, #51080c 100%);
  border: 0;
}

.home-page .offer-banner::after {
  position: absolute;
  top: -70%;
  right: 5%;
  width: 260px;
  aspect-ratio: 1;
  content: "";
  border: 42px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.home-page .offer-banner > * {
  position: relative;
  z-index: 1;
}

.home-page .offer-banner .eyebrow,
.home-page .offer-banner p {
  color: rgba(255, 255, 255, 0.84);
}

.home-page .offer-banner .btn-primary {
  color: var(--bg);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.home-page .page-link-grid {
  gap: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: var(--red);
}

.home-page .page-link-grid a {
  min-height: 300px;
  justify-content: end;
  padding: 30px 24px;
  background: linear-gradient(180deg, #141414, #070707);
  border: 0;
}

.home-page .page-link-grid a:hover {
  background: linear-gradient(180deg, #3d0a0d, #070707);
}

@media (max-width: 900px) {
  .home-page .site-nav {
    top: 110px;
  }

  .home-page .site-header.is-scrolled .site-nav {
    top: 72px;
  }
}

@media (max-width: 640px) {
  .promo-strip {
    min-height: 34px;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 12px;
    font-size: 0.7rem;
  }

  .promo-strip > span:not(.promo-copy) {
    display: none;
  }

  .promo-strip strong {
    white-space: nowrap;
  }

  .home-page .site-header {
    top: 34px;
  }

  .home-page .site-nav {
    top: calc(100px + env(safe-area-inset-top));
  }

  .home-page .site-header.is-scrolled .site-nav {
    top: calc(66px + env(safe-area-inset-top));
  }

  .home-page .home-hero {
    min-height: calc(100svh - 34px);
  }

  .home-page .page-link-grid {
    gap: 1px;
    padding: 1px 0;
  }

  .home-page .page-link-grid a {
    min-height: 190px;
    padding: 24px 18px;
  }

}

/* Complete BMT home composition */
.bmt-hero h1 {
  max-width: 11ch;
}

.bmt-hero h1 em {
  display: block;
  color: var(--red-bright);
  font-style: normal;
}

.bmt-scroll-cue {
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.bmt-scroll-cue svg {
  width: 17px;
  height: 17px;
}

.bmt-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.bmt-section-head h2 {
  max-width: 820px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.93;
}

.bmt-section-head > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.bmt-goals,
.bmt-services,
.bmt-method,
.bmt-plans {
  padding: clamp(78px, 9vw, 132px) clamp(18px, 5vw, 72px);
}

.bmt-goals {
  color: var(--cream);
  background: #090909;
}

.bmt-goal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.bmt-goal-card {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 78% 16%, rgba(200, 24, 32, 0.17), transparent 30%),
    #111;
  transition: background 220ms ease, transform 220ms ease;
}

.bmt-goal-card::before {
  position: absolute;
  top: -24px;
  right: -22px;
  width: 150px;
  height: 150px;
  content: "";
  border: 28px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.bmt-goal-card > svg {
  position: absolute;
  top: 30px;
  left: 28px;
  width: 42px;
  height: 42px;
  color: var(--red-bright);
  stroke-width: 1.5;
}

.bmt-goal-card > span {
  position: absolute;
  top: 30px;
  right: 28px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.75rem;
  font-weight: 950;
}

.bmt-goal-card h3 {
  max-width: 8ch;
  font-size: clamp(1.65rem, 2.3vw, 2.45rem);
  line-height: 0.96;
}

.bmt-goal-card p {
  min-height: 78px;
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
}

.bmt-goal-card strong,
.bmt-service-card a,
.bmt-testimonial > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bmt-goal-card strong svg,
.bmt-service-card a svg,
.bmt-testimonial > a svg {
  width: 17px;
  height: 17px;
}

.bmt-goal-card.is-red {
  background: linear-gradient(145deg, #c81820, #740b10);
}

.bmt-goal-card.is-red > svg {
  color: #fff;
}

.bmt-goal-card.is-light {
  color: var(--bg);
  background: var(--cream);
}

.bmt-goal-card.is-light > svg {
  color: var(--red);
}

.bmt-goal-card.is-light > span,
.bmt-goal-card.is-light p {
  color: rgba(7, 7, 7, 0.62);
}

.bmt-goal-card:hover {
  z-index: 1;
  background-color: #181818;
  transform: translateY(-8px);
}

.bmt-offer {
  min-height: 300px;
}

.bmt-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  min-height: 760px;
  background: var(--cream);
  color: var(--bg);
}

.bmt-experience-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.bmt-experience-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(7, 7, 7, 0.84));
}

.bmt-experience-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.bmt-experience-media > div {
  position: absolute;
  right: 36px;
  bottom: 34px;
  left: 36px;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.bmt-experience-media strong {
  font-size: 2rem;
  text-transform: uppercase;
}

.bmt-experience-media span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.bmt-experience-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 104px);
}

.bmt-experience-content h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4.8vw, 4.9rem);
  line-height: 0.92;
}

.bmt-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(7, 7, 7, 0.62);
  font-size: 1.1rem;
  line-height: 1.7;
}

.bmt-experience-content ul {
  display: grid;
  gap: 0;
  margin: 38px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(7, 7, 7, 0.14);
}

.bmt-experience-content li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 17px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.14);
}

.bmt-experience-content li svg {
  width: 26px;
  height: 26px;
  color: var(--red);
}

.bmt-experience-content li div {
  display: grid;
  gap: 4px;
}

.bmt-experience-content li strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.bmt-experience-content li span {
  color: rgba(7, 7, 7, 0.58);
}

.bmt-text-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  color: inherit;
  border-bottom: 2px solid var(--red-bright);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.bmt-text-link svg {
  width: 17px;
  height: 17px;
}

.bmt-services {
  background: #090909;
}

.bmt-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bmt-service-card {
  position: relative;
  display: flex;
  min-height: 530px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(28px, 4vw, 56px);
  isolation: isolate;
}

.bmt-service-card::before,
.bmt-service-card::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.bmt-service-card::before {
  inset: 0;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.88));
}

.bmt-service-card::after {
  top: -120px;
  right: -90px;
  width: 390px;
  height: 390px;
  border: 72px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
}

.bmt-service-personal {
  background: linear-gradient(135deg, #292929, #0c0c0c);
}

.bmt-service-online {
  background: linear-gradient(135deg, #ba1119, #51080c);
}

.bmt-service-card > span {
  position: absolute;
  top: 34px;
  left: clamp(28px, 4vw, 56px);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bmt-service-card > svg {
  position: absolute;
  top: 32px;
  right: clamp(28px, 4vw, 56px);
  width: 38px;
  height: 38px;
}

.bmt-service-card h3 {
  max-width: 8ch;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.bmt-service-card p {
  max-width: 540px;
  margin: 25px 0 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
  line-height: 1.65;
}

.bmt-method {
  color: var(--bg);
  background: var(--cream);
}

.bmt-method .bmt-section-head > p,
.bmt-method-grid p {
  color: rgba(7, 7, 7, 0.58);
}

.bmt-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(7, 7, 7, 0.18);
}

.bmt-method-grid li {
  position: relative;
  min-height: 330px;
  padding: 26px 24px 30px 0;
  border-right: 1px solid rgba(7, 7, 7, 0.18);
}

.bmt-method-grid li + li {
  padding-left: 24px;
}

.bmt-method-grid li:last-child {
  border-right: 0;
}

.bmt-method-grid span {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 950;
}

.bmt-method-grid svg {
  display: block;
  width: 40px;
  height: 40px;
  margin: 68px 0 24px;
  color: var(--red);
  stroke-width: 1.5;
}

.bmt-method-grid h3 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  text-transform: uppercase;
}

.bmt-method-grid p {
  margin-bottom: 0;
  line-height: 1.6;
}

.bmt-metrics {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  align-items: stretch;
  color: #fff;
  background: var(--red);
}

.bmt-metrics > p,
.bmt-metrics > div {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.bmt-metrics > p {
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.bmt-metrics strong {
  font-size: clamp(2.5rem, 4vw, 4.7rem);
  line-height: 0.9;
}

.bmt-metrics sup {
  font-size: 0.45em;
}

.bmt-metrics span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 800;
}

.bmt-plans {
  background: #080808;
}

.bmt-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bmt-plan-grid article {
  display: grid;
  min-height: 480px;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 20px;
  padding: 32px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
}

.bmt-plan-grid article.is-featured {
  background: linear-gradient(160deg, #b41017, #65090e);
  border-color: var(--red-bright);
}

.bmt-plan-grid article > span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bmt-plan-grid .is-featured > span {
  color: #fff;
}

.bmt-plan-grid h3 {
  max-width: 10ch;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 0.92;
}

.bmt-plan-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.bmt-plan-grid .is-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.bmt-plan-grid article > div {
  display: flex;
  align-items: end;
  gap: 8px;
}

.bmt-plan-grid article > div strong {
  font-size: 4rem;
  line-height: 0.9;
}

.bmt-plan-grid article > div small {
  color: var(--muted);
  font-weight: 900;
}

.bmt-plan-grid .is-featured > div small {
  color: rgba(255, 255, 255, 0.7);
}

.bmt-plans-link {
  margin-top: 30px;
}

.bmt-testimonial {
  position: relative;
  display: grid;
  min-height: 650px;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  padding: clamp(70px, 10vw, 150px) clamp(20px, 8vw, 130px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(167, 15, 22, 0.26), transparent 35%),
    #0d0d0d;
}

.bmt-testimonial::before,
.bmt-testimonial::after {
  position: absolute;
  width: 380px;
  height: 380px;
  content: "";
  border: 58px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
}

.bmt-testimonial::before {
  top: -180px;
  left: -120px;
}

.bmt-testimonial::after {
  right: -150px;
  bottom: -220px;
}

.bmt-testimonial > svg {
  width: 36px;
  height: 36px;
  margin-bottom: 30px;
  color: var(--red-bright);
  fill: var(--red-bright);
}

.bmt-testimonial blockquote {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.8rem);
  line-height: 1.02;
}

.bmt-testimonial > div {
  display: grid;
  gap: 4px;
  margin: 34px 0;
}

.bmt-testimonial > div span {
  color: var(--muted);
  font-size: 0.85rem;
}

.bmt-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  padding: clamp(80px, 10vw, 150px) clamp(18px, 6vw, 90px);
  color: #fff;
  background: linear-gradient(110deg, #bc1219 0%, #830c12 65%, #4b070a 100%);
}

.bmt-final h2 {
  max-width: 950px;
  font-size: clamp(2.7rem, 6.5vw, 6.6rem);
  line-height: 0.9;
}

.bmt-final p:last-child {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.bmt-final .eyebrow {
  color: #fff;
}

.bmt-final .btn-primary {
  color: var(--bg);
  background: #fff;
}

@media (max-width: 1100px) {
  .bmt-goal-grid,
  .bmt-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bmt-goal-card {
    min-height: 380px;
  }

  .bmt-experience {
    grid-template-columns: 1fr;
  }

  .bmt-experience-media {
    min-height: 620px;
  }

  .bmt-method-grid li:nth-child(2) {
    border-right: 0;
  }

  .bmt-method-grid li:nth-child(n + 3) {
    border-top: 1px solid rgba(7, 7, 7, 0.18);
  }

  .bmt-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bmt-metrics > p {
    min-height: 100px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .bmt-section-head,
  .bmt-service-grid,
  .bmt-plan-grid,
  .bmt-final {
    grid-template-columns: 1fr;
  }

  .bmt-section-head {
    gap: 20px;
  }

  .bmt-service-card {
    min-height: 450px;
  }

  .bmt-plan-grid article {
    min-height: 400px;
  }

  .bmt-final {
    align-items: start;
  }

  .bmt-final .btn {
    width: max-content;
  }
}

@media (max-width: 640px) {
  .bmt-scroll-cue {
    display: none;
  }

  .bmt-section-head h2 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .bmt-goals,
  .bmt-services,
  .bmt-method,
  .bmt-plans {
    padding: 68px 16px;
  }

  .bmt-goal-grid,
  .bmt-method-grid {
    grid-template-columns: 1fr;
  }

  .bmt-goal-card {
    min-height: 330px;
    padding: 22px;
  }

  .bmt-goal-card > svg {
    top: 22px;
    left: 22px;
  }

  .bmt-goal-card > span {
    top: 22px;
    right: 22px;
  }

  .bmt-goal-card p {
    min-height: 0;
  }

  .bmt-offer {
    min-height: auto;
  }

  .bmt-experience-media {
    min-height: 430px;
  }

  .bmt-experience-media > div {
    right: 18px;
    bottom: 20px;
    left: 18px;
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }

  .bmt-experience-content {
    padding: 62px 18px;
  }

  .bmt-experience-content h2 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .bmt-experience-content li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .bmt-service-card {
    min-height: 410px;
    padding: 24px;
  }

  .bmt-service-card > span {
    top: 24px;
    left: 24px;
  }

  .bmt-service-card > svg {
    top: 22px;
    right: 24px;
  }

  .bmt-service-card h3 {
    font-size: 2.75rem;
  }

  .bmt-method-grid li,
  .bmt-method-grid li + li {
    min-height: auto;
    padding: 24px 0 32px;
    border-right: 0;
    border-top: 1px solid rgba(7, 7, 7, 0.18);
  }

  .bmt-method-grid svg {
    margin: 34px 0 20px;
  }

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

  .bmt-metrics > p {
    min-height: 88px;
  }

  .bmt-metrics > div {
    min-height: 155px;
    padding: 20px 16px;
  }

  .bmt-metrics strong {
    font-size: 2.55rem;
  }

  .bmt-plan-grid article {
    min-height: 420px;
    padding: 26px 22px;
  }

  .bmt-testimonial {
    min-height: 560px;
    padding: 76px 18px;
  }

  .bmt-testimonial blockquote {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .bmt-final {
    gap: 28px;
    padding: 74px 16px 84px;
  }

  .bmt-final h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .bmt-final .btn {
    width: 100%;
  }
}

/* V3 sliders and high-contrast editorial sections */
.bmt-hero .eyebrow,
.bmt-goals .eyebrow,
.bmt-services .eyebrow,
.bmt-plans .eyebrow,
.bmt-stories .eyebrow {
  color: #ef4b52;
}

.bmt-spotlight {
  padding: clamp(70px, 8vw, 112px) clamp(18px, 5vw, 72px);
  color: var(--bg);
  background: var(--cream);
}

.bmt-spotlight-head,
.bmt-stories-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.bmt-spotlight-head h2 {
  max-width: 900px;
  font-size: clamp(2.4rem, 4.8vw, 4.9rem);
  line-height: 0.93;
}

.bmt-slider-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bmt-slider-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  cursor: pointer;
  touch-action: manipulation;
  transition: color 180ms ease, background 180ms ease;
}

.bmt-slider-controls button:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.bmt-slider-controls button:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}

.bmt-slider-controls svg {
  width: 20px;
  height: 20px;
}

.bmt-slider-controls span {
  min-width: 58px;
  font-size: 0.76rem;
  font-weight: 950;
  text-align: center;
}

.bmt-slider-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  outline: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.bmt-slider-viewport::-webkit-scrollbar {
  display: none;
}

.bmt-slider-viewport:focus-visible {
  outline: 3px solid var(--red-bright);
  outline-offset: 5px;
}

.bmt-slider-track {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
}

.bmt-slider-track > * {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.bmt-spotlight-slide {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  isolation: isolate;
}

.bmt-spotlight-slide img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bmt-spotlight-slide::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(6, 6, 6, 0.97) 0%, rgba(6, 6, 6, 0.9) 38%, rgba(6, 6, 6, 0.25) 72%, rgba(6, 6, 6, 0.06) 100%);
}

.bmt-spotlight-slide > div {
  display: flex;
  grid-column: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 76px);
  color: #fff;
}

.bmt-spotlight-slide > div > span {
  margin-bottom: 22px;
  color: #ff5960;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bmt-spotlight-slide h3 {
  max-width: 10ch;
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.bmt-spotlight-slide p {
  max-width: 560px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
  line-height: 1.7;
}

.bmt-spotlight-slide .btn {
  width: max-content;
}

.bmt-spotlight-slide.is-red::after {
  background: linear-gradient(90deg, rgba(143, 10, 16, 0.98) 0%, rgba(126, 8, 14, 0.91) 42%, rgba(87, 4, 9, 0.18) 78%);
}

.bmt-spotlight-slide.is-red > div > span {
  color: #fff;
}

.btn-light {
  color: var(--bg);
  background: #fff;
}

.bmt-spotlight-slide.is-light::after {
  background: linear-gradient(90deg, rgba(244, 241, 234, 0.98) 0%, rgba(244, 241, 234, 0.92) 42%, rgba(244, 241, 234, 0.2) 78%);
}

.bmt-spotlight-slide.is-light > div {
  color: var(--bg);
}

.bmt-spotlight-slide.is-light p {
  color: rgba(7, 7, 7, 0.64);
}

.btn-dark {
  color: #fff;
  background: var(--bg);
}

.bmt-slider-dots {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 20px;
}

.bmt-slider-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  overflow: hidden;
  background: rgba(7, 7, 7, 0.2);
  border: 0;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.bmt-slider-dots button.is-active {
  width: 62px;
  background: var(--red);
}

.bmt-stories {
  padding: clamp(76px, 9vw, 136px) clamp(18px, 5vw, 72px);
  color: #fff;
  background: #0d0d0d;
}

.bmt-stories-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.bmt-stories-head .eyebrow {
  grid-column: 1;
}

.bmt-stories-head h2 {
  max-width: 980px;
  grid-column: 1;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.93;
}

.bmt-stories-head .bmt-slider-controls {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.bmt-stories .bmt-slider-controls button {
  border-color: rgba(255, 255, 255, 0.45);
}

.bmt-stories .bmt-testimonial {
  min-height: 580px;
}

.bmt-stories-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bmt-stories .bmt-slider-dots button {
  background: rgba(255, 255, 255, 0.2);
}

.bmt-stories .bmt-slider-dots button.is-active {
  background: var(--red-bright);
}

@media (max-width: 900px) {
  .bmt-spotlight-slide {
    min-height: 560px;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 640px) {
  .bmt-spotlight {
    padding: 64px 0;
  }

  .bmt-spotlight-head {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .bmt-spotlight-head .bmt-slider-controls {
    justify-content: space-between;
  }

  .bmt-spotlight-slide {
    min-height: 680px;
    grid-template-columns: 1fr;
    align-items: end;
  }

  .bmt-spotlight-slide::after,
  .bmt-spotlight-slide.is-red::after,
  .bmt-spotlight-slide.is-light::after {
    background: linear-gradient(0deg, rgba(7, 7, 7, 0.98) 0%, rgba(7, 7, 7, 0.82) 48%, rgba(7, 7, 7, 0.08) 100%);
  }

  .bmt-spotlight-slide.is-light::after {
    background: linear-gradient(0deg, rgba(244, 241, 234, 0.98) 0%, rgba(244, 241, 234, 0.88) 48%, rgba(244, 241, 234, 0.04) 100%);
  }

  .bmt-spotlight-slide > div {
    grid-column: 1;
    padding: 28px 18px 40px;
  }

  .bmt-spotlight-slide h3 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .bmt-spotlight-slide p {
    margin: 20px 0 26px;
  }

  .bmt-spotlight-slide .btn {
    width: 100%;
  }

  .bmt-spotlight > .bmt-slider-dots {
    padding: 0 16px;
  }

  .bmt-stories {
    padding: 66px 16px;
  }

  .bmt-stories-head {
    grid-template-columns: 1fr;
  }

  .bmt-stories-head .bmt-slider-controls {
    grid-column: 1;
    grid-row: auto;
    justify-content: space-between;
  }

  .bmt-stories .bmt-testimonial {
    min-height: 540px;
    padding-right: 0;
    padding-left: 0;
  }

  .bmt-stories-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* V3 mobile refinement: less vertical friction, clearer touch navigation. */
@media (max-width: 640px) {
  body.nav-open::before {
    position: fixed;
    inset: 0;
    z-index: 19;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
  }

  .site-nav,
  .home-page .site-nav,
  .home-page .site-header.is-scrolled .site-nav {
    top: 64px;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100dvh - 64px - env(safe-area-inset-top));
    max-height: none;
    padding: 16px 16px calc(24px + env(safe-area-inset-bottom));
    border-width: 1px 0 0;
    border-radius: 0;
    box-shadow: none;
  }

  .home-page .site-nav {
    top: 64px;
    height: calc(100dvh - 98px - env(safe-area-inset-top));
  }

  .home-page .site-header.is-scrolled .site-nav {
    height: calc(100dvh - 64px - env(safe-area-inset-top));
  }

  .site-nav a {
    padding: 16px 8px;
    font-size: 1rem;
  }

  .site-nav .nav-cta {
    margin-top: 12px;
    padding: 16px;
  }

  .promo-strip {
    padding-right: 10px;
    padding-left: 10px;
  }

  .promo-strip .promo-copy {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-page .bmt-hero {
    min-height: auto;
    padding-top: calc(92px + env(safe-area-inset-top));
    padding-bottom: 42px;
  }

  .bmt-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
    line-height: 0.91;
  }

  .bmt-hero .hero-copy {
    max-width: 36rem;
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .bmt-hero .hero-actions {
    gap: 9px;
    margin-top: 22px;
  }

  .bmt-hero .hero-actions .btn {
    min-height: 50px;
  }

  .bmt-hero .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
  }

  .bmt-hero .hero-proof article {
    display: grid;
    gap: 5px;
    align-content: center;
    justify-content: stretch;
    padding: 12px 7px;
    text-align: center;
  }

  .bmt-hero .hero-proof strong {
    font-size: 0.9rem;
  }

  .bmt-hero .hero-proof span {
    font-size: 0.63rem;
    line-height: 1.25;
    text-align: center;
  }

  .bmt-spotlight,
  .bmt-goals,
  .bmt-services,
  .bmt-method,
  .bmt-plans,
  .bmt-stories {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .bmt-section-head,
  .bmt-spotlight-head,
  .bmt-stories-head {
    gap: 16px;
    margin-bottom: 26px;
  }

  .bmt-section-head h2,
  .bmt-spotlight-head h2,
  .bmt-stories-head h2 {
    font-size: clamp(2rem, 10vw, 2.85rem);
    line-height: 0.94;
  }

  .bmt-section-head > p {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .bmt-slider-controls {
    width: 100%;
  }

  .bmt-slider-controls button {
    width: 46px;
    height: 46px;
  }

  .bmt-slider-controls span {
    flex: 1;
  }

  .bmt-spotlight-slide {
    min-height: clamp(600px, 82svh, 670px);
  }

  .bmt-spotlight-slide img {
    object-position: 64% center;
  }

  .bmt-spotlight-slide > div {
    padding-bottom: 34px;
  }

  .bmt-spotlight-slide > div > span {
    margin-bottom: 15px;
  }

  .bmt-spotlight-slide h3 {
    max-width: 11ch;
    font-size: clamp(1.95rem, 9.6vw, 2.75rem);
  }

  .bmt-spotlight-slide p {
    margin: 16px 0 22px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .bmt-goal-grid,
  .bmt-plan-grid {
    display: flex;
    gap: 10px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 12px;
    overflow-x: auto;
    background: transparent;
    border: 0;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .bmt-goal-grid::-webkit-scrollbar,
  .bmt-plan-grid::-webkit-scrollbar {
    display: none;
  }

  .bmt-goal-card {
    min-height: 345px;
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .bmt-plan-grid article {
    min-height: 410px;
    flex: 0 0 min(86vw, 380px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .bmt-experience-media {
    min-height: 360px;
  }

  .bmt-experience-content {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .bmt-experience-content h2 {
    font-size: clamp(2.15rem, 10.5vw, 3.15rem);
  }

  .bmt-lead {
    margin-top: 20px;
    font-size: 0.96rem;
  }

  .bmt-experience-content ul {
    margin: 28px 0;
  }

  .bmt-service-card {
    min-height: 380px;
  }

  .bmt-service-card h3 {
    max-width: none;
    font-size: 2.05rem;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .bmt-service-card p {
    margin: 18px 0 24px;
    font-size: 0.92rem;
  }

  .bmt-method-grid li,
  .bmt-method-grid li + li {
    padding-bottom: 26px;
  }

  .bmt-method-grid svg {
    margin-top: 24px;
  }

  .bmt-service-grid,
  .bmt-method-grid {
    display: flex;
    gap: 10px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 12px;
    overflow-x: auto;
    border: 0;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .bmt-service-grid::-webkit-scrollbar,
  .bmt-method-grid::-webkit-scrollbar {
    display: none;
  }

  .bmt-service-card {
    flex: 0 0 min(86vw, 380px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .bmt-method-grid li,
  .bmt-method-grid li + li,
  .bmt-method-grid li:nth-child(n + 3) {
    min-height: 300px;
    flex: 0 0 min(80vw, 310px);
    padding: 22px;
    border: 1px solid rgba(7, 7, 7, 0.18);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .bmt-method-grid svg {
    margin: 42px 0 20px;
  }

  .bmt-method-grid p {
    font-size: 0.88rem;
  }

  .bmt-metrics > p {
    min-height: 76px;
    padding: 18px 16px;
  }

  .bmt-metrics > div {
    min-height: 138px;
  }

  .bmt-plan-grid h3 {
    font-size: 2.25rem;
  }

  .bmt-plan-grid article > div strong {
    font-size: 3.4rem;
  }

  .bmt-stories .bmt-testimonial {
    min-height: 460px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .bmt-stories .bmt-testimonial blockquote {
    font-size: clamp(1.65rem, 7.7vw, 2.35rem);
  }

  .bmt-final {
    padding-top: 64px;
    padding-bottom: 94px;
  }

  .bmt-final h2 {
    font-size: clamp(2.25rem, 11.5vw, 3.5rem);
  }

  body.nav-open .nav-toggle svg {
    display: none;
  }

  body.nav-open .nav-toggle::before {
    content: "×";
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
  }
}

@media (max-width: 360px) {
  .promo-strip .promo-copy {
    display: none;
  }

  .promo-strip {
    justify-content: center;
  }

  .bmt-hero h1 {
    font-size: 2.2rem;
  }

  .bmt-hero .hero-proof article {
    padding-right: 4px;
    padding-left: 4px;
  }

  .bmt-hero .hero-proof span {
    font-size: 0.58rem;
  }

  .bmt-spotlight-slide {
    min-height: 590px;
  }
}

@media (max-height: 520px) and (orientation: landscape) and (max-width: 900px) {
  .bmt-hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .bmt-hero .hero-proof {
    display: none;
  }

  .bmt-spotlight-slide {
    min-height: 500px;
  }

}
