:root {
  --bomi-cream: #f7f3ea;
  --bomi-cream-2: #fbf8f1;
  --bomi-teal: #2f6f78;
  --bomi-teal-dark: #245962;
  --bomi-mint: #e9f1e9;
  --bomi-border: #d8e1d7;
  --bomi-text: #10233a;
  --bomi-muted: #5d6b73;
  --bomi-white: #ffffff;
  --bomi-sage: #759c8b;
  --bomi-coral: #c8735c;
  --bomi-gold: #c49a4a;
  --shadow-soft: 0 24px 70px rgba(16, 35, 58, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--bomi-cream);
  color: var(--bomi-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--bomi-teal-dark);
  color: var(--bomi-white);
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.deck-shell {
  min-height: 100vh;
  background: var(--bomi-cream);
  padding: 18px 22px 94px;
}

.hero-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--bomi-teal);
  color: var(--bomi-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.slide-frame {
  width: min(1280px, 96vw, calc((100vh - 112px) * 16 / 9));
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(216, 225, 215, 0.92);
  border-radius: 18px;
  background: var(--bomi-cream-2);
  box-shadow: var(--shadow-soft);
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(233, 241, 233, 0.72), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 40%);
}

.slide-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 42px 52px 48px;
}

.slide-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  color: var(--bomi-muted);
  font-size: 0.84rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.slide-brand__name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bomi-teal-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  text-transform: none;
}

.slide-logo {
  display: block;
  width: 102px;
  height: auto;
}

.slide-brand__mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: var(--bomi-teal);
  color: var(--bomi-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.slide-content {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  flex: 1;
  gap: 44px;
}

.slide-copy {
  min-width: 0;
}

.slide-visual {
  min-width: 0;
}

.slide-eyebrow {
  margin: 0 0 12px;
  color: var(--bomi-teal-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slide-title {
  max-width: 11.8em;
  margin: 0;
  color: var(--bomi-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  white-space: pre-line;
}

.slide-subtitle,
.slide-body {
  max-width: 43rem;
  margin: 20px 0 0;
  color: var(--bomi-muted);
  font-size: 1.15rem;
  line-height: 1.48;
  white-space: pre-line;
}

.slide-subtitle {
  color: var(--bomi-text);
  font-size: 1.3rem;
}

.slide-bullets {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.slide-bullets li {
  position: relative;
  padding-left: 26px;
  color: var(--bomi-text);
  font-size: 1rem;
  line-height: 1.38;
}

.slide-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bomi-sage);
}

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

.card-grid--single {
  grid-template-columns: 1fr;
}

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

.card-grid--dense {
  gap: 12px;
}

.card-grid--dense .deck-card {
  min-height: auto;
  padding: 16px;
}

.card-grid--dense .deck-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.deck-card,
.price-card,
.example-card,
.decision-row,
.faq-card {
  border: 1px solid var(--bomi-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 18px;
}

.deck-card {
  min-height: 132px;
}

.deck-card--teal,
.price-card {
  border-color: rgba(47, 111, 120, 0.28);
  background: var(--bomi-teal);
  color: var(--bomi-white);
}

.deck-card--mint {
  background: var(--bomi-mint);
}

.card-badge {
  display: inline-flex;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 5px 9px;
  color: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.deck-card:not(.deck-card--teal) .card-badge {
  border-color: var(--bomi-border);
  color: var(--bomi-teal-dark);
}

.deck-card h3,
.price-card h3,
.example-card h3,
.faq-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.deck-card p,
.price-card p,
.example-card p,
.faq-card p {
  margin: 10px 0 0;
  color: inherit;
  font-size: 1.04rem;
  line-height: 1.38;
}

.deck-card:not(.deck-card--teal) p,
.example-card p,
.faq-card p {
  color: var(--bomi-muted);
}

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

.metric-card {
  display: flex;
  flex-direction: column;
  min-height: 178px;
  border: 1px solid rgba(47, 111, 120, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.metric-card strong {
  display: block;
  color: var(--bomi-teal-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.72rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}

.metric-card h3 {
  margin: 12px 0 0;
  color: var(--bomi-text);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.15;
}

.metric-card p {
  margin: 9px 0 0;
  color: var(--bomi-muted);
  font-size: 0.88rem;
  line-height: 1.28;
}

.metric-secondary {
  display: block;
  margin-top: 11px;
  border-top: 1px solid rgba(47, 111, 120, 0.18);
  padding-top: 8px;
  color: var(--bomi-teal-dark);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
}

.metric-meta {
  display: block;
  margin-top: auto;
  padding-top: 10px;
  color: var(--bomi-teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.mini-list {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  color: inherit;
  font-size: 0.99rem;
  line-height: 1.3;
}

.deck-card:not(.deck-card--teal) .mini-list li {
  color: var(--bomi-text);
}

.flow-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.flow-item {
  position: relative;
  min-height: 102px;
  border: 1px solid var(--bomi-border);
  border-radius: 8px;
  background: var(--bomi-white);
  padding: 18px 16px;
}

.flow-item::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 2;
  width: 18px;
  height: 2px;
  background: var(--bomi-teal);
}

.flow-item:last-child::after {
  display: none;
}

.flow-item span {
  display: block;
  color: var(--bomi-teal-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flow-item strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.1;
}

.touchpoint-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  isolation: isolate;
}

.touchpoint-map::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(47, 111, 120, 0.14),
    rgba(47, 111, 120, 0.76),
    rgba(196, 154, 74, 0.42)
  );
  z-index: -1;
}

.touchpoint-node {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid rgba(216, 225, 215, 0.94);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(16, 35, 58, 0.07);
  padding: 10px 12px;
}

.touchpoint-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--bomi-teal);
  color: var(--bomi-white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.touchpoint-node:nth-child(4n + 2) .touchpoint-number,
.touchpoint-node:nth-child(4n + 3) .touchpoint-number {
  background: var(--bomi-sage);
}

.touchpoint-node:nth-child(5n) .touchpoint-number {
  background: var(--bomi-gold);
}

.touchpoint-stage {
  display: block;
  margin-bottom: 2px;
  color: var(--bomi-teal-dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.touchpoint-node strong {
  display: block;
  color: var(--bomi-text);
  font-size: 0.93rem;
  line-height: 1.12;
}

.hero-logo-panel {
  display: grid;
  align-content: center;
  min-height: 280px;
  border: 1px solid rgba(47, 111, 120, 0.2);
  border-radius: 8px;
  background: var(--bomi-white);
  color: var(--bomi-text);
  padding: 34px;
}

.hero-logo {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-mark {
  width: 72px;
  height: 72px;
  background: var(--bomi-white);
  color: var(--bomi-teal);
  font-size: 3rem;
}

.hero-logo-image {
  display: block;
  width: min(320px, 100%);
  height: auto;
}

.hero-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8rem;
  line-height: 0.92;
}

.hero-tagline {
  margin-top: 20px;
  max-width: 28rem;
  color: var(--bomi-muted);
  font-size: 1.04rem;
  line-height: 1.45;
}

.story-photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 14px;
  min-height: 390px;
}

.story-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(47, 111, 120, 0.22);
  border-radius: 8px;
  background: var(--bomi-cream);
  box-shadow: 0 16px 42px rgba(16, 35, 58, 0.12);
}

.story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.story-photo:first-child img {
  object-position: 50% 43%;
}

.story-photo:nth-child(2) img {
  object-fit: contain;
  object-position: 51% 0%;
}

.story-photo--contain img {
  object-fit: contain;
  object-position: 51% 0%;
}

.story-photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(16, 35, 58, 0.76);
  color: var(--bomi-white);
  padding: 10px 12px;
  backdrop-filter: blur(10px);
}

.story-photo figcaption span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.story-photo figcaption strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.25;
}

.price-stack {
  display: grid;
  gap: 14px;
}

.price-card {
  display: grid;
  gap: 8px;
}

.price-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 0.95;
}

.trust-line,
.footer-line,
.key-line {
  margin-top: 20px;
  border-left: 4px solid var(--bomi-gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: 14px 16px;
  color: var(--bomi-text);
  font-weight: 700;
  line-height: 1.34;
}

.key-line {
  border-left-color: var(--bomi-coral);
}

.footer-line {
  color: var(--bomi-muted);
  font-weight: 600;
}

.example-card {
  background: var(--bomi-white);
}

.example-card__rows {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.example-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--bomi-border);
  padding-bottom: 8px;
  color: var(--bomi-muted);
  font-size: 0.98rem;
}

.example-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.example-row strong {
  color: var(--bomi-text);
  text-align: right;
}

.weekly-report {
  overflow: hidden;
  border: 1px solid rgba(47, 111, 120, 0.24);
  border-radius: 8px;
  background: var(--bomi-white);
  box-shadow: 0 14px 34px rgba(16, 35, 58, 0.08);
}

.weekly-report__chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--bomi-border);
  background: var(--bomi-cream);
  padding: 10px 14px;
  color: var(--bomi-muted);
}

.weekly-report__chrome strong {
  margin-left: 6px;
  color: var(--bomi-teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.weekly-report__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(47, 111, 120, 0.36);
}

.weekly-report__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--bomi-border);
}

.weekly-report__meta div {
  padding: 11px 16px;
}

.weekly-report__meta div + div {
  border-left: 1px solid var(--bomi-border);
}

.weekly-report__meta span,
.weekly-report__subject span {
  display: block;
  margin-bottom: 4px;
  color: var(--bomi-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.weekly-report__meta strong {
  color: var(--bomi-text);
  font-size: 0.95rem;
}

.weekly-report__subject {
  border-bottom: 1px solid var(--bomi-border);
  padding: 13px 16px;
}

.weekly-report__subject strong {
  display: block;
  color: var(--bomi-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.08;
}

.weekly-report__preheader {
  margin: 7px 0 0;
  color: var(--bomi-muted);
  font-size: 0.9rem;
  line-height: 1.28;
}

.weekly-report__body {
  padding: 13px 16px 14px;
}

.weekly-report__greeting,
.weekly-report__intro,
.weekly-report__signoff {
  margin: 0;
  color: var(--bomi-text);
  font-size: 0.94rem;
  line-height: 1.32;
}

.weekly-report__intro {
  margin-top: 5px;
  color: var(--bomi-muted);
}

.weekly-report__signoff {
  margin-top: 10px;
}

.weekly-report__sections {
  display: grid;
  gap: 10px;
  margin-top: 11px;
}

.weekly-report__section {
  border-left: 3px solid rgba(47, 111, 120, 0.28);
  padding-left: 11px;
}

.weekly-report__section h3 {
  margin: 0 0 6px;
  color: var(--bomi-teal-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.weekly-report__section ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.weekly-report__section li {
  position: relative;
  padding-left: 13px;
  color: var(--bomi-muted);
  font-size: 0.86rem;
  line-height: 1.28;
}

.weekly-report__section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bomi-sage);
}

.logo-chips,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.logo-chip {
  border: 1px solid var(--bomi-border);
  border-radius: 8px;
  background: var(--bomi-white);
  padding: 14px 18px;
  color: var(--bomi-teal-dark);
  font-weight: 800;
}

.decision-table {
  display: grid;
  gap: 12px;
}

.decision-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 16px;
  background: var(--bomi-white);
}

.decision-row--featured {
  border-color: rgba(47, 111, 120, 0.36);
  background: var(--bomi-teal);
  color: var(--bomi-white);
  padding: 22px;
}

.decision-row span {
  color: var(--bomi-muted);
  font-weight: 700;
}

.decision-row--featured span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.decision-row a,
.decision-row button,
.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--bomi-teal);
  color: var(--bomi-white);
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 800;
}

.decision-row--featured a,
.decision-row--featured button {
  background: var(--bomi-white);
  color: var(--bomi-teal-dark);
}

.cta-link {
  margin-top: 28px;
  min-width: 164px;
}

.slide--hero .slide-title {
  max-width: 10.8em;
  font-size: 4.7rem;
}

.slide--id-pmhnp-title .slide-title {
  font-size: 3.65rem;
}

.slide--id-pmhnp-faq .slide-title {
  font-size: 2.65rem;
}

.slide--id-pmhnp-faq .card-grid {
  gap: 8px;
}

.slide--id-pmhnp-faq .deck-card {
  padding: 10px 12px;
}

.slide--id-pmhnp-faq .deck-card h3 {
  font-size: 0.98rem;
  line-height: 1.05;
}

.slide--id-pmhnp-faq .deck-card p {
  font-size: 0.72rem;
  line-height: 1.3;
}

.slide--hero .slide-content {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.slide--story .slide-content {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 36px;
}

.slide--story .slide-title {
  max-width: 11em;
  font-size: 3.42rem;
  line-height: 1.02;
}

.slide--story .slide-body {
  max-width: 34rem;
  color: var(--bomi-text);
  font-size: 1.18rem;
}

.slide--story .slide-bullets {
  gap: 9px;
  margin-top: 22px;
}

.slide--story .slide-bullets li {
  font-size: 0.98rem;
  line-height: 1.34;
}

.slide--id-background .story-photo-grid,
.slide--id-pmhnp-background .story-photo-grid {
  grid-template-columns: 1fr;
  min-height: 0;
  height: 290px;
}

.slide--id-background .story-photo,
.slide--id-pmhnp-background .story-photo {
  height: 290px;
}

.slide--id-background .story-photo img,
.slide--id-pmhnp-background .story-photo img {
  min-height: 0;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.slide--id-background .card-grid,
.slide--id-pmhnp-background .card-grid {
  margin-top: 14px;
}

.slide--id-background .deck-card,
.slide--id-pmhnp-background .deck-card {
  min-height: 0;
  padding: 16px;
}

.slide--id-background .trust-line,
.slide--id-pmhnp-background .trust-line {
  margin-top: 14px;
}

.slide--reference .slide-content {
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
  gap: 38px;
}

.slide--reference .slide-title {
  max-width: 8.4em;
  font-size: 3.7rem;
  line-height: 1;
}

.slide--reference .slide-body {
  max-width: 30rem;
  color: var(--bomi-text);
  font-size: 1.18rem;
}

.slide--reference .story-photo-grid {
  grid-template-columns: 1fr;
  min-height: 0;
  height: 430px;
}

.slide--reference .story-photo {
  min-height: 0;
  height: 430px;
}

.slide--reference .story-photo img {
  min-height: 0;
  height: 100%;
}

.slide--teal {
  background: var(--bomi-teal-dark);
  color: var(--bomi-white);
}

.slide--teal::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 44%);
}

.slide--teal .slide-title,
.slide--teal .slide-subtitle,
.slide--teal .slide-body,
.slide--teal .slide-eyebrow,
.slide--teal .slide-brand,
.slide--teal .slide-brand__name {
  color: var(--bomi-white);
}

.slide--teal .slide-body,
.slide--teal .slide-subtitle,
.slide--teal .slide-brand {
  color: rgba(255, 255, 255, 0.78);
}

.slide--teal .deck-card:not(.deck-card--teal),
.slide--teal .example-card,
.slide--teal .decision-row,
.slide--teal .faq-card {
  background: rgba(255, 255, 255, 0.94);
}

.slide--teal .deck-card:not(.deck-card--teal) h3 {
  color: var(--bomi-text);
}

.slide--teal .deck-card:not(.deck-card--teal) p {
  color: var(--bomi-muted);
}

.slide--wide .slide-content,
.slide--closing .slide-content {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.slide--wide .slide-title {
  font-size: 3.62rem;
  line-height: 1;
}

.slide--closing .slide-title {
  max-width: 10em;
}

.slide--id-proof .slide-visual {
  display: grid;
  gap: 14px;
}

.slide--id-proof .price-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slide--id-proof .price-card {
  min-height: 0;
  padding: 16px;
}

.slide--id-proof .price-card strong {
  font-size: 1.95rem;
}

.slide--id-proof .card-grid--three {
  grid-template-columns: 1fr;
}

.slide--id-proof .deck-card {
  min-height: 0;
  padding: 15px 16px;
}

.slide--id-proof .deck-card h3 {
  font-size: 1.2rem;
}

.slide--id-session-workflow .slide-content {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.slide--id-session-workflow .slide-title {
  font-size: 3.42rem;
}

.slide--id-onboarding .card-grid {
  grid-template-columns: 1fr;
  gap: 9px;
}

.slide--id-onboarding .deck-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  min-height: 0;
  gap: 10px 14px;
  padding: 13px 16px;
}

.slide--id-onboarding .card-badge {
  grid-row: span 2;
  margin-bottom: 0;
}

.slide--id-onboarding .deck-card h3 {
  font-size: 1.2rem;
}

.slide--id-onboarding .deck-card p {
  margin-top: 2px;
  font-size: 0.98rem;
}

.slide--id-pricing .card-grid--three {
  grid-template-columns: minmax(0, 1.34fr) repeat(2, minmax(0, 0.86fr));
}

.slide--id-pricing .deck-card--featured {
  min-height: 100%;
  padding: 22px;
}

.slide--id-pricing .deck-card--featured h3 {
  font-size: 1.65rem;
}

.slide--id-pricing .deck-card:not(.deck-card--featured) {
  min-height: 0;
  padding: 16px;
}

.slide--id-pricing .deck-card:not(.deck-card--featured) h3 {
  font-size: 1.25rem;
}

.slide--id-pricing .deck-card:not(.deck-card--featured) p {
  font-size: 0.98rem;
}

.slide--id-credentialing .key-line {
  border-left-color: var(--bomi-coral);
  font-size: 1.05rem;
}

.slide--id-group-metrics .slide-content {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
}

.slide--id-group-metrics .slide-copy {
  transform: translateY(-18px);
}

.slide--id-group-metrics .slide-title {
  max-width: 9.4em;
  font-size: 2.96rem;
}

.slide--id-group-metrics .slide-body {
  max-width: 35rem;
}

.slide--id-group-metrics .trust-line,
.slide--id-group-metrics .footer-line {
  font-size: 0.76rem;
  line-height: 1.32;
}

.slide--id-proof .card-grid--single .deck-card {
  min-height: 0;
  border-color: rgba(47, 111, 120, 0.3);
  background: var(--bomi-white);
  padding: 18px 20px;
}

.speaker-notes {
  width: min(1280px, 96vw);
  margin: 14px auto 0;
  border: 1px solid rgba(47, 111, 120, 0.24);
  border-radius: 8px;
  background: var(--bomi-white);
  box-shadow: 0 12px 30px rgba(16, 35, 58, 0.1);
  padding: 16px 18px;
}

.speaker-notes__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--bomi-teal-dark);
}

.speaker-notes p {
  margin: 10px 0 0;
  color: var(--bomi-muted);
  line-height: 1.45;
}

.icon-button {
  border: 1px solid var(--bomi-border);
  border-radius: 8px;
  background: var(--bomi-cream-2);
  color: var(--bomi-teal-dark);
  padding: 7px 10px;
}

.deck-controls {
  position: fixed;
  right: 22px;
  bottom: 18px;
  left: 22px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(1280px, calc(100vw - 44px));
  margin: 0 auto;
  border: 1px solid rgba(216, 225, 215, 0.92);
  border-radius: 8px;
  background: rgba(251, 248, 241, 0.94);
  box-shadow: 0 18px 46px rgba(16, 35, 58, 0.14);
  padding: 10px;
  backdrop-filter: blur(12px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.deck-shell.controls-hidden .deck-controls {
  transform: translateY(calc(100% + 28px));
  opacity: 0;
  pointer-events: none;
}

.control-button,
.mode-menu summary,
.appendix-menu summary {
  border: 1px solid var(--bomi-border);
  border-radius: 8px;
  background: var(--bomi-white);
  color: var(--bomi-text);
  padding: 10px 13px;
  font-weight: 800;
}

.control-button--primary {
  border-color: var(--bomi-teal);
  background: var(--bomi-teal);
  color: var(--bomi-white);
}

.slide-counter {
  min-width: 94px;
  color: var(--bomi-muted);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 800;
}

.control-divider {
  width: 1px;
  height: 28px;
  background: var(--bomi-border);
}

.mode-menu,
.appendix-menu {
  position: relative;
}

.mode-menu summary,
.appendix-menu summary {
  list-style: none;
}

.mode-menu summary::-webkit-details-marker,
.appendix-menu summary::-webkit-details-marker {
  display: none;
}

.mode-menu__content,
.appendix-menu__content {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  display: grid;
  gap: 8px;
  min-width: 250px;
  border: 1px solid var(--bomi-border);
  border-radius: 8px;
  background: var(--bomi-white);
  box-shadow: 0 18px 46px rgba(16, 35, 58, 0.18);
  padding: 10px;
}

.mode-menu__content button,
.appendix-menu__content button {
  border: 1px solid var(--bomi-border);
  border-radius: 8px;
  background: var(--bomi-cream-2);
  color: var(--bomi-text);
  padding: 10px;
  text-align: left;
}

.mode-menu__content button[aria-pressed="true"] {
  border-color: var(--bomi-teal);
  background: var(--bomi-teal);
  color: var(--bomi-white);
}

.print-deck {
  display: none;
}

.print-notes {
  display: none;
}

.print-mode .slide {
  box-shadow: none;
}

@media (max-width: 1100px) {
  .slide-inner {
    padding: 34px 38px 40px;
  }

  .slide-title {
    font-size: 3.28rem;
  }

  .slide--wide .slide-title {
    font-size: 3.05rem;
  }

  .slide--hero .slide-title {
    font-size: 2.85rem;
    line-height: 1.01;
  }

  .slide--id-pmhnp-title .slide-title {
    font-size: 2.55rem;
  }

  .slide--id-pmhnp-title .slide-subtitle {
    font-size: 0.94rem;
  }

  .slide--id-pmhnp-title .flow-strip {
    margin-top: 12px;
  }

  .slide--id-pmhnp-faq .deck-card {
    padding: 12px;
  }

  .slide--id-pmhnp-faq .deck-card h3 {
    font-size: 1.05rem;
  }

  .slide--id-pmhnp-faq .deck-card p {
    font-size: 0.78rem;
  }

  .slide-content {
    gap: 28px;
  }

  .slide--hero .slide-inner {
    padding: 28px 34px 34px;
  }

  .slide--hero .slide-brand {
    margin-bottom: 18px;
  }

  .slide--hero .slide-eyebrow {
    margin-bottom: 8px;
  }

  .slide--hero .slide-subtitle {
    margin-top: 12px;
    font-size: 1.02rem;
  }

  .slide--hero .flow-strip {
    gap: 8px;
    margin-top: 16px;
  }

  .slide--hero .flow-item {
    min-height: 76px;
    padding: 11px 10px;
  }

  .slide--hero .flow-item strong {
    font-size: 0.98rem;
  }

  .slide--hero .flow-item span {
    font-size: 0.68rem;
  }

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

  .slide--id-proof .card-grid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 780px) and (min-width: 769px) {
  .deck-shell {
    padding-top: 18px;
  }

  .slide-inner {
    padding: 28px 34px 34px;
  }

  .slide-brand {
    margin-bottom: 18px;
  }

  .slide-title {
    font-size: 3.05rem;
    line-height: 1;
  }

  .slide--wide .slide-title {
    font-size: 2.82rem;
  }

  .slide--hero .slide-title {
    font-size: 2.85rem;
    line-height: 1.01;
  }

  .slide--story .slide-title {
    font-size: 2.58rem;
  }

  .slide--story .slide-body {
    font-size: 1.02rem;
  }

  .slide--story .slide-bullets li {
    font-size: 0.88rem;
  }

  .slide-eyebrow {
    margin-bottom: 8px;
  }

  .slide-subtitle,
  .slide-body {
    margin-top: 12px;
    font-size: 0.98rem;
  }

  .slide-subtitle {
    font-size: 1.06rem;
  }

  .slide-bullets {
    gap: 7px;
    margin-top: 16px;
  }

  .slide-bullets li {
    font-size: 0.92rem;
    line-height: 1.28;
  }

  .slide-content {
    gap: 28px;
  }

  .touchpoint-map {
    gap: 8px 10px;
  }

  .touchpoint-node {
    min-height: 52px;
    padding: 8px 10px;
  }

  .touchpoint-number {
    width: 30px;
    height: 30px;
  }

  .touchpoint-node strong {
    font-size: 0.84rem;
  }

  .deck-card,
  .price-card,
  .example-card,
  .decision-row,
  .faq-card {
    padding: 14px;
  }

  .deck-card {
    min-height: auto;
  }

  .deck-card h3,
  .price-card h3,
  .example-card h3,
  .faq-card h3 {
    font-size: 1.12rem;
  }

  .deck-card p,
  .price-card p,
  .example-card p,
  .faq-card p,
  .mini-list li {
    font-size: 0.84rem;
  }

  .slide--id-pmhnp-faq .slide-title {
    font-size: 2.65rem;
  }

  .slide--id-pmhnp-faq .card-grid {
    gap: 8px;
  }

  .slide--id-pmhnp-faq .deck-card {
    padding: 10px 12px;
  }

  .slide--id-pmhnp-faq .deck-card h3 {
    font-size: 0.98rem;
    line-height: 1.05;
  }

  .slide--id-pmhnp-faq .deck-card p {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .card-grid,
  .price-stack,
  .decision-table {
    gap: 10px;
  }

  .price-card strong {
    font-size: 1.86rem;
  }

  .hero-logo-panel {
    min-height: 220px;
    padding: 26px;
  }

  .hero-mark {
    width: 58px;
    height: 58px;
    font-size: 2.35rem;
  }

  .hero-wordmark {
    font-size: 3rem;
  }

  .hero-tagline {
    margin-top: 16px;
    font-size: 0.95rem;
  }

  .story-photo-grid {
    min-height: 308px;
  }

  .story-photo img {
    min-height: 308px;
  }

  .story-photo figcaption {
    padding: 8px 10px;
  }

  .story-photo figcaption strong {
    font-size: 0.72rem;
  }

  .flow-strip {
    gap: 8px;
    margin-top: 16px;
  }

  .flow-item {
    min-height: 74px;
    padding: 10px;
  }

  .flow-item strong {
    font-size: 0.96rem;
  }

  .flow-item span {
    font-size: 0.66rem;
  }

  .trust-line,
  .footer-line,
  .key-line {
    margin-top: 12px;
    padding: 11px 12px;
    font-size: 0.9rem;
  }

  .example-card__rows {
    margin-top: 12px;
  }

  .example-row {
    padding-bottom: 6px;
    font-size: 0.85rem;
  }

  .slide--id-session-workflow .slide-title {
    font-size: 2.65rem;
  }

  .metric-grid {
    gap: 10px;
  }

  .metric-card {
    min-height: 138px;
    padding: 13px;
  }

  .metric-card strong {
    font-size: 2.08rem;
  }

  .metric-card h3 {
    margin-top: 8px;
    font-size: 0.82rem;
  }

  .metric-card p {
    margin-top: 6px;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .metric-secondary {
    margin-top: 7px;
    padding-top: 5px;
    font-size: 0.68rem;
  }

  .metric-meta {
    margin-top: auto;
    padding-top: 6px;
    font-size: 0.66rem;
  }

  .weekly-report__chrome {
    padding: 8px 12px;
  }

  .weekly-report__meta div {
    padding: 8px 14px;
  }

  .weekly-report__subject {
    padding: 9px 14px;
  }

  .weekly-report__preheader {
    display: none;
  }

  .weekly-report__body {
    padding: 10px 14px 11px;
  }

  .weekly-report__sections {
    gap: 7px;
    margin-top: 8px;
  }

  .weekly-report__section h3 {
    margin-bottom: 4px;
  }

  .weekly-report__section li {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 900px) {
  .deck-shell {
    padding: 0 0 94px;
  }

  .slide-frame {
    width: 100%;
    min-height: 100vh;
    aspect-ratio: auto;
  }

  .slide {
    min-height: 100vh;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .slide-inner {
    min-height: 100vh;
    padding: 26px 18px 32px;
  }

  .slide-brand {
    margin-bottom: 22px;
  }

  .slide-brand > span:last-child {
    display: none;
  }

  .slide-content,
  .slide--hero .slide-content,
  .slide--wide .slide-content,
  .slide--story .slide-content,
  .slide--closing .slide-content {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
  }

  .slide-title,
  .slide--wide .slide-title,
  .slide--story .slide-title,
  .slide--hero .slide-title {
    max-width: 100%;
    font-size: 2.55rem;
    line-height: 1.02;
  }

  .slide-subtitle {
    font-size: 1.12rem;
  }

  .slide-body {
    font-size: 1rem;
  }

  .card-grid,
  .card-grid--three,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .flow-strip {
    grid-template-columns: 1fr;
  }

  .story-photo-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .story-photo img {
    min-height: 270px;
    max-height: 360px;
  }

  .touchpoint-map {
    grid-template-columns: 1fr;
  }

  .touchpoint-map::before {
    left: 17px;
    transform: none;
  }

  .touchpoint-node {
    min-height: 56px;
  }

  .flow-item {
    min-height: auto;
  }

  .flow-item::after {
    display: none;
  }

  .hero-logo-panel {
    min-height: 220px;
  }

  .hero-wordmark {
    font-size: 3rem;
  }

  .decision-row {
    grid-template-columns: 1fr;
  }

  .slide--id-proof .price-stack {
    grid-template-columns: 1fr;
  }

  .speaker-notes {
    width: calc(100% - 28px);
  }

  .deck-controls {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    width: 100%;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 8px 8px 0 0;
  }

  .control-divider {
    display: none;
  }

  .mode-menu__content,
  .appendix-menu__content {
    right: auto;
    left: 0;
  }
}

@media print {
  @page {
    size: landscape;
    margin: 0;
  }

  body {
    background: white;
  }

  .deck-shell,
  .deck-controls,
  .speaker-notes,
  .speaker-notes-toggle,
  .skip-link {
    display: none !important;
  }

  .print-deck {
    display: block !important;
  }

  .print-deck .slide {
    page-break-after: always;
    width: 100vw;
    height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .print-deck .slide-inner {
    padding: 0.42in 0.54in 0.48in;
  }

  .print-deck .slide-title {
    font-size: 3.35rem;
  }

  .print-deck .slide--hero .slide-title {
    font-size: 3.75rem;
  }

  body.print-notes-enabled .print-notes {
    display: block;
    page-break-after: always;
    padding: 0.35in 0.54in;
    color: #111111;
    font-size: 13pt;
    line-height: 1.45;
  }

  body.print-notes-enabled .print-notes h2 {
    margin: 0 0 0.15in;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18pt;
  }
}
