@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@700;800;900&family=Inter+Tight:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap");

:root {
  --ink: #0e1410;
  --paper: #ffffff;
  --band: #eef1ec;
  --line: #e3e0d8;
  --muted: #6b6862;
  --accent: #1e5238;
  --accent-soft: #9cc1ad;
  --accent-mid: #a6cbb6;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter Tight", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgb(30 82 56 / 35%);
  outline-offset: 4px;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand,
.portrait-card figcaption,
.company-card strong,
.metric-grid strong,
.proof-grid strong,
.result-study h3,
.results-panel-metrics strong {
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: .92;
}

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

strong {
  color: var(--ink);
  font-weight: 700;
}

.container,
.nav-inner,
.menu-panel a {
  width: min(calc(100% - 96px), 1340px);
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 96px), 860px);
  margin-inline: auto;
}

.site-nav {
  position: sticky;
  inset: 0 0 auto;
  z-index: 50;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
}

.nav-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.brand::after {
  color: var(--accent);
  content: ".";
}

.menu-button,
.carousel-controls button,
.button,
.tip-toggle {
  appearance: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.menu-button {
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--accent);
  padding: 10px 18px;
  flex: 0 0 auto;
}

.menu-panel {
  position: absolute;
  inset-inline: 0;
  top: 76px;
  max-height: 0;
  overflow: hidden;
  background: var(--paper);
  border-bottom: 2px solid var(--ink);
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .28s ease, opacity .18s ease, transform .18s ease;
}

.menu-panel.open {
  max-height: 420px;
  opacity: 1;
  transform: translateY(0);
}

.menu-panel a {
  display: block;
  min-height: 48px;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero,
.franchise-hero,
.veterans-hero {
  padding: 0 0 90px;
  background: var(--paper);
  overflow: hidden;
}

.hero::before,
.franchise-hero::before,
.veterans-hero::before {
  display: flex;
  justify-content: space-between;
  width: min(calc(100% - 96px), 1340px);
  margin-inline: auto;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  content: "Multi-Unit Platform CEO   Independent Board Director   Austin / Dallas, TX";
  white-space: pre-wrap;
}

.franchise-hero::before {
  content: "Boardroom Franchise   Premium Grooming   Membership Model";
}

.veterans-hero::before {
  content: "Veteran Transition   Mentorship   Civilian Careers";
}

.hero-grid,
.franchise-hero-grid,
.veterans-hero-grid,
.results-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 4rem);
  padding-top: 64px;
}

.veterans-hero-grid {
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
}

.hero-copy {
  padding-top: 0;
  overflow-wrap: anywhere;
}

.hero h1,
.franchise-hero h1,
.veterans-hero h1,
.results-hero h1 {
  max-width: 1050px;
  margin-bottom: 40px;
  font-size: clamp(3.6rem, 6.6vw, 6.35rem);
  line-height: .95;
  text-transform: uppercase;
  overflow-wrap: normal;
  text-wrap: balance;
  hyphens: none;
}

.franchise-hero h1,
.veterans-hero h1,
.resources-hero h1 {
  font-size: clamp(3.2rem, 5.7vw, 5.85rem);
}

.hero h1 span,
.veterans-hero h1 span {
  display: block;
  color: var(--accent);
  font-style: normal;
}

.lead {
  max-width: 740px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  line-height: 1.5;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.button-row.center {
  justify-content: center;
}

.button {
  padding: 16px 28px;
  border: 1px solid var(--ink);
  text-align: center;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.button.primary,
.button.blue {
  color: var(--white);
  background: var(--ink);
}

.button.secondary,
.button.dark-outline {
  color: var(--ink);
  background: transparent;
}

.button:hover {
  transform: translateY(-1px);
}

.button.secondary:hover,
.button.dark-outline:hover,
.button.primary:hover,
.button.blue:hover {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.portrait-card,
.franchise-image,
.veterans-hero-image,
.results-hero-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--band);
  box-shadow: none;
}

.portrait-card,
.franchise-image {
  aspect-ratio: 4 / 5;
}

.speaking-hero-card,
.resource-hero-card {
  aspect-ratio: 16 / 11;
}

.veterans-hero-image,
.results-panel-image {
  aspect-ratio: 16 / 11;
}

.portrait-card img,
.franchise-image img,
.veterans-hero-image img,
.result-study-media img,
.results-panel-image img,
.insight-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-card img,
.results-panel-image img {
  filter: none;
  transition: filter .4s ease;
}

.speaking-hero-card img {
  object-position: 48% 34%;
}

.integration-hero-card img {
  object-position: 50% 38%;
}

.portrait-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.25rem 1.5rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  background: var(--ink);
}

.section {
  padding: 90px 0;
  background: var(--paper);
}

.bordered {
  color: var(--white);
  background: var(--ink);
  border: 0;
}

.support,
.insights,
.story {
  background: var(--band);
}

.playbook,
.case-study,
.franchise {
  background: var(--paper);
}

.opportunity,
.veteran-dark,
.numbers,
.contact {
  color: var(--white);
  background: var(--ink);
}

.split,
.editorial {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: start;
}

.split > *,
.editorial > * {
  min-width: 0;
}

.split h2,
.editorial h2 {
  max-width: 100%;
  font-size: clamp(2.35rem, 3.4vw, 3.25rem);
  overflow-wrap: normal;
  text-wrap: balance;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 40px;
}

.section-heading p {
  max-width: 680px;
}

.section h2,
.contact h2,
.franchise-panel h2,
.franchise-performance-widget h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.65rem, 4.2vw, 3.65rem);
  line-height: .98;
  text-transform: uppercase;
  text-wrap: balance;
}

.contact h2 {
  max-width: 980px;
  font-size: clamp(2.65rem, 5.2vw, 5.25rem);
  line-height: .98;
}

.copy-stack > * + * {
  margin-top: 1rem;
}

.eyebrow,
.company-card span,
.card-grid span,
.insight-card span,
.metric-grid span,
.proof-grid span,
.process-grid span,
.small-note,
.results-panel-metrics span,
.result-facts dt,
.playbook-table th,
.performance-metrics th,
.gate-form label {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.bordered .eyebrow,
.opportunity .eyebrow,
.veteran-dark .eyebrow,
.numbers .eyebrow,
.contact .eyebrow {
  color: var(--accent-soft);
}

.bordered h2,
.bordered p,
.opportunity h2,
.opportunity h3,
.opportunity li,
.veteran-dark h2,
.contact h2,
.contact p,
.numbers h2,
.numbers h3 {
  color: var(--white);
}

.bordered p,
.opportunity p,
.veteran-dark p,
.numbers p,
.contact p {
  color: rgb(255 255 255 / 70%);
}

.bordered strong,
.opportunity strong,
.veteran-dark strong,
.numbers strong,
.contact strong {
  color: var(--accent-mid);
}

.carousel {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  border-top: 2px solid var(--ink);
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.company-card,
.insight-card {
  scroll-snap-align: start;
  flex: 0 0 320px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  transition: background .15s ease, color .15s ease;
}

.company-card:hover,
.insight-card:hover {
  color: var(--ink);
  background: var(--white);
  transform: none;
  box-shadow: none;
}

.company-card strong {
  display: block;
  margin: 1.5rem 0;
  color: var(--ink);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}

.company-card p,
.insight-card p,
.card-grid p,
.feature-grid p,
.process-grid p,
.proof-grid p {
  margin-bottom: 0;
  font-size: .94rem;
  line-height: 1.6;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-top: 1rem;
}

.carousel-controls button {
  padding: 11px 18px;
  border: 1px solid var(--ink);
  border-left: 0;
  color: var(--ink);
  background: transparent;
}

.carousel-controls button:first-child {
  border-left: 1px solid var(--ink);
}

.carousel-controls button:hover {
  color: var(--white);
  background: var(--ink);
}

.metric-grid,
.card-grid,
.feature-grid,
.process-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ink);
}

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

.process-grid {
  margin-top: 3rem;
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3rem;
}

.metric-grid article,
.card-grid article,
.feature-grid article,
.process-grid article,
.proof-grid article {
  min-height: 240px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.metric-grid article:nth-child(3n),
.card-grid article:nth-child(3n),
.process-grid article:nth-child(3n),
.proof-grid article:nth-child(3n) {
  border-right: 0;
}

.feature-grid article:nth-child(4n) {
  border-right: 0;
}

.card-grid article:hover,
.feature-grid article:hover,
.process-grid article:hover,
.proof-grid article:hover {
  background: var(--white);
}

.card-grid h3,
.feature-grid h3,
.process-grid h3,
.proof-grid strong {
  margin: .85rem 0 1rem;
  font-size: 1.55rem;
  line-height: 1.05;
}

.case-study .proof-grid {
  gap: 18px;
  border-top: 1px solid var(--ink);
  padding-top: 18px;
}

.case-study .proof-grid article {
  min-height: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  background: #fbfaf7;
}

.case-study .proof-grid article:nth-child(3n) {
  border-right: 1px solid var(--line);
}

.case-study .proof-grid article:hover {
  background: var(--white);
}

.case-study .proof-grid span {
  display: block;
  margin-bottom: 14px;
  letter-spacing: .12em;
}

.case-study .proof-grid strong {
  display: block;
  margin: 0 0 12px;
  max-width: 14ch;
  font-size: 1.45rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.case-study .proof-grid p {
  max-width: 34ch;
  color: var(--muted);
  line-height: 1.65;
}

.metric-grid {
  color: var(--ink);
}

.numbers .metric-grid {
  border-top-color: var(--white);
}

.metric-grid article {
  min-height: 310px;
}

.metric-grid strong {
  display: block;
  margin: 1.2rem 0 .75rem;
  color: var(--ink);
  font-size: clamp(4.75rem, 10vw, 8.25rem);
  line-height: .86;
}

.numbers .metric-grid article {
  border-color: rgb(255 255 255 / 16%);
}

.numbers .metric-grid strong {
  color: var(--white);
}

.numbers .metric-grid span,
.numbers .small-note {
  color: var(--accent-soft) !important;
}

.playbook-table,
.performance-metrics {
  width: 100%;
  border: 0;
  border-top: 2px solid var(--ink);
  border-collapse: collapse;
  background: transparent;
}

.playbook-table th,
.playbook-table td,
.performance-metrics th,
.performance-metrics td {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-top: 0;
  color: var(--muted);
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

.playbook-table th,
.performance-metrics th {
  color: var(--muted);
  background: transparent;
}

.playbook-table td:first-child {
  color: var(--ink);
  font-weight: 800;
}

.franchise-performance-widget {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  margin-top: 64px;
  padding: 48px;
  color: var(--white);
  background: var(--ink);
}

.franchise-performance-widget p,
.franchise-performance-widget h2,
.performance-chart > p:first-child {
  color: var(--white);
}

.performance-lead,
.performance-source,
.chart-note {
  color: rgb(255 255 255 / 70%) !important;
}

.franchise-performance-widget .eyebrow,
.performance-metrics th {
  color: var(--accent-soft);
}

.performance-metrics {
  margin-top: 2rem;
  border-top-color: rgb(255 255 255 / 50%);
}

.performance-metrics th,
.performance-metrics td {
  border-color: rgb(255 255 255 / 16%);
}

.performance-metrics td {
  color: var(--accent-mid);
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.performance-metrics small {
  color: var(--white);
  font-size: .9rem;
}

.performance-source {
  margin-top: 2rem;
  font-size: .78rem;
}

.performance-chart {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  justify-content: center;
}

.performance-chart > p:first-child {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.35;
}

.bar-chart {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 1rem;
  height: 300px;
  margin-top: 2rem;
  padding-bottom: 2.6rem;
  border-bottom: 2px solid rgb(255 255 255 / 45%);
}

.bar-item {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.bar-item span {
  display: block;
  margin-bottom: .5rem;
  color: rgb(255 255 255 / 72%);
  font-family: "JetBrains Mono", monospace;
  font-size: .78rem;
  text-align: center;
}

.bar {
  width: 100%;
  height: var(--bar-height);
  background: rgb(255 255 255 / 18%);
}

.bar-item.featured .bar {
  background: var(--accent-mid);
}

.bar-item.featured span,
.bar-item.featured strong {
  color: var(--accent-mid);
}

.bar-item strong {
  position: absolute;
  right: 0;
  bottom: -2.1rem;
  left: 0;
  color: rgb(255 255 255 / 70%);
  font-family: "JetBrains Mono", monospace;
  font-size: .78rem;
  text-align: center;
}

.insight-carousel,
.insight-card {
  background: transparent;
}

.insight-card {
  flex-basis: 360px;
  display: grid;
  grid-template-rows: 160px 1fr;
  min-height: 390px;
  padding: 0;
}

.insight-card > div:last-child {
  padding: 24px;
}

.insight-card h3 {
  margin: .65rem 0;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.1;
}

.logo-tile,
.text-tile {
  position: relative;
  display: grid;
  width: 100%;
  height: 160px;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.logo-tile img {
  max-width: 180px;
  max-height: 64px;
}

.text-tile {
  padding: 1rem;
  color: var(--white);
  background: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.new-badge {
  position: absolute;
  top: .85rem;
  left: .85rem;
  padding: .28rem .45rem;
  color: var(--ink);
  background: var(--accent-mid);
  font-family: "JetBrains Mono", monospace;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.franchise-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 36px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
}

.contact {
  padding: 100px 0;
  text-align: left;
}

.contact .narrow {
  width: min(calc(100% - 96px), 980px);
}

.contact .button-row.center {
  justify-content: flex-start;
}

.contact .button.dark-outline {
  color: var(--white);
  border-color: rgb(255 255 255 / 40%);
}

.contact .button.blue {
  background: var(--accent);
  border-color: var(--accent);
}

.footer {
  padding: 40px 0 30px;
  color: var(--muted);
  background: var(--paper);
  border-top: 2px solid var(--ink);
}

.footer p {
  margin: 0;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-inner {
  display: grid;
  gap: 24px;
}

.footer-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  order: -1;
}

.footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.clean-list {
  margin: 0;
  padding-left: 1.2rem;
  color: rgb(255 255 255 / 72%);
  line-height: 1.9;
}

.tip-card {
  display: flex;
  flex-direction: column;
}

.tip-body {
  position: relative;
  overflow: hidden;
  transition: max-height .25s ease;
}

.tip-card.is-collapsed .tip-body {
  max-height: 5.2rem;
}

.tip-card.is-expanded .tip-body {
  max-height: 80rem;
}

.tip-card.is-collapsed .tip-body::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2.6rem;
  background: linear-gradient(rgb(255 255 255 / 0), var(--paper));
  content: "";
  pointer-events: none;
}

.tip-toggle {
  align-self: flex-start;
  gap: .45rem;
  margin-top: 1.1rem;
  padding: 0;
  border: 0;
  color: var(--accent);
  background: transparent;
}

.tip-toggle-icon {
  width: .55rem;
  height: .55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-.12rem) rotate(45deg);
  transition: transform .2s ease;
}

.tip-card.is-expanded .tip-toggle-icon {
  transform: translateY(.12rem) rotate(225deg);
}

.usmc-switcher {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-top: 1.25rem;
  padding: .75rem .9rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.usmc-switch-label {
  overflow-wrap: anywhere;
}

.usmc-switcher[aria-checked="true"] {
  color: var(--white);
  background: var(--accent);
}

.switch-track {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 52px;
  height: 28px;
  border: 1px solid currentColor;
  background: var(--paper);
  transition: background .2s ease, border-color .2s ease;
}

.switch-track::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: var(--ink);
  content: "";
  transition: transform .2s ease, background .2s ease;
}

.usmc-switcher[aria-checked="true"] .switch-track::after {
  transform: translateX(24px);
  background: var(--accent);
}

.marines-page,
.marines-page h1,
.marines-page h2,
.marines-page h3,
.marines-page p,
.marines-page a,
.marines-page button,
.marines-page .brand,
.marines-page .eyebrow,
.marines-page .small-note,
.marines-page .tip-toggle,
.marines-page .card-grid span,
.marines-page .process-grid span {
  font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive, sans-serif;
}

.marines-page .brand,
.marines-page .eyebrow,
.marines-page .small-note,
.marines-page .button,
.marines-page .usmc-switcher,
.marines-page .tip-toggle,
.marines-page .card-grid span,
.marines-page .process-grid span {
  font-weight: 700;
  letter-spacing: .08em;
}

.marines-page h1,
.marines-page h2,
.marines-page h3 {
  color: #234f34;
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow:
    1px 0 #3b6f45,
    -1px 0 #1b3d2a,
    0 1px #517f51,
    0 -1px #163421,
    2px 2px 0 rgb(116 84 45 / 22%),
    -2px 1px 0 rgb(154 42 34 / 18%);
  transform: rotate(-.35deg);
}

.marines-page h2:nth-of-type(even),
.marines-page h3:nth-of-type(even) {
  transform: rotate(.3deg);
}

.marines-page .veterans-hero h1 span,
.marines-page .section h2,
.marines-page .contact h2,
.marines-page .card-grid h3,
.marines-page .process-grid h3 {
  color: #285f37;
}

.marines-page .veterans-hero h1 {
  color: #285f37;
  line-height: 1.04;
}

.marines-page .veterans-hero h1 span {
  display: inline;
}

.marines-page .veterans-hero h1 span::after {
  content: " ";
}

.marines-page .button,
.marines-page .usmc-switcher,
.marines-page .card-grid article,
.marines-page .process-grid article,
.marines-page .franchise-panel {
  border-width: 2px;
  border-color: #234f34;
}

.marines-page .button.primary,
.marines-page .button.blue,
.marines-page .usmc-switcher[aria-checked="true"] {
  background: #234f34;
}

.marines-page .veteran-dark,
.marines-page .contact {
  background:
    linear-gradient(0deg, rgb(255 255 255 / 2%) 50%, transparent 50%),
    #101812;
  background-size: 100% 9px;
}

.marines-page .hero-copy,
.marines-page p,
.marines-page .lead {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.results-hero-panel {
  background: var(--paper);
}

.results-panel-metrics,
.result-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.results-panel-metrics article,
.result-facts div {
  min-height: 132px;
  padding: 1rem;
  border-left: 1px solid var(--line);
}

.results-panel-metrics article:first-child,
.result-facts div:first-child {
  border-left: 0;
}

.result-study {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  border-top: 2px solid var(--ink);
  background: var(--paper);
}

.result-study-media {
  min-height: 100%;
  background: var(--band);
}

.result-study-copy {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-left: 0;
}

.result-study h3 {
  margin: .7rem 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.gate-form,
.gated-preview {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.gate-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
}

.gate-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 1rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
}

.gated-preview a,
.card-grid a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .22em;
}

.section-fade {
  opacity: 1;
  transform: none;
  transition: opacity .55s ease-out, transform .55s ease-out;
}

.js .section-fade {
  opacity: 0;
  transform: translateY(16px);
}

.section-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .section-fade {
    opacity: 1;
    transform: none;
  }

  .button:hover {
    transform: none;
  }
}

@media (max-width: 1020px) {
  .hero-grid,
  .franchise-hero-grid,
  .veterans-hero-grid,
  .split,
  .editorial,
  .franchise-performance-widget,
  .franchise-panel,
  .results-hero-grid,
  .result-study {
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .card-grid,
  .card-grid.two,
  .feature-grid,
  .process-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric-grid article:nth-child(3n),
  .card-grid article:nth-child(3n),
  .process-grid article:nth-child(3n),
  .proof-grid article:nth-child(3n),
  .feature-grid article:nth-child(4n) {
    border-right: 1px solid var(--line);
  }

  .metric-grid article:nth-child(2n),
  .card-grid article:nth-child(2n),
  .feature-grid article:nth-child(2n),
  .process-grid article:nth-child(2n),
  .proof-grid article:nth-child(2n) {
    border-right: 0;
  }

  .portrait-card,
  .franchise-image,
  .veterans-hero-image,
  .results-hero-panel {
    max-width: 620px;
  }

  .section-heading,
  .footer-inner {
    align-items: flex-start;
  }

  .result-study-copy {
    border-left: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .container,
  .nav-inner,
  .menu-panel a,
  .narrow,
  .contact .narrow {
    width: calc(100% - 32px);
    max-width: 520px;
  }

  .hero::before,
  .franchise-hero::before,
  .veterans-hero::before {
    width: calc(100% - 32px);
    font-size: 10px;
  }

  .nav-inner {
    height: 70px;
  }

  .menu-panel {
    top: 70px;
  }

  .hero,
  .franchise-hero,
  .veterans-hero,
  .section,
  .contact {
    padding-bottom: 64px;
  }

  .hero-grid,
  .franchise-hero-grid,
  .veterans-hero-grid,
  .results-hero-grid {
    padding-top: 44px;
  }

  .hero h1,
  .franchise-hero h1,
  .veterans-hero h1,
  .results-hero h1 {
    font-size: clamp(2.1rem, 8.6vw, 2.72rem);
    line-height: 1;
  }

  .section h2,
  .contact h2,
  .franchise-panel h2,
  .franchise-performance-widget h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .contact h2 {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
  }

  .metric-grid,
  .card-grid,
  .card-grid.two,
  .feature-grid,
  .process-grid,
  .proof-grid,
  .results-panel-metrics,
  .result-facts,
  .gate-row {
    grid-template-columns: 1fr;
  }

  .metric-grid article,
  .card-grid article,
  .feature-grid article,
  .process-grid article,
  .proof-grid article,
  .metric-grid article:nth-child(2n),
  .card-grid article:nth-child(2n),
  .feature-grid article:nth-child(2n),
  .process-grid article:nth-child(2n),
  .proof-grid article:nth-child(2n) {
    border-right: 0;
  }

  .button,
  .button-row {
    width: 100%;
  }

  .carousel-controls {
    justify-content: stretch;
  }

  .carousel-controls button {
    flex: 1;
  }

  .company-card,
  .insight-card {
    flex-basis: min(86vw, 340px);
  }

  .franchise-performance-widget,
  .franchise-panel {
    padding: 24px;
  }

  .playbook-table,
  .performance-metrics {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }

  .footer-inner > div {
    gap: 8px 18px;
  }

  .brand {
    font-size: 1rem;
  }

  .menu-button {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 10px;
  }

  .usmc-switcher {
    width: 100%;
    justify-content: space-between;
    font-size: 9px;
    letter-spacing: .08em;
    padding-inline: 10px;
  }

  .usmc-switch-label {
    min-width: 0;
    flex: 1 1 auto;
  }

  .switch-track {
    flex-basis: 38px;
    width: 38px;
    height: 22px;
  }

  .switch-track::after {
    width: 14px;
    height: 14px;
  }

  .usmc-switcher[aria-checked="true"] .switch-track::after {
    transform: translateX(16px);
  }

  .marines-page .veterans-hero h1 span {
    display: block;
  }

  .marines-page .veterans-hero h1 span::after {
    content: "";
  }

  .marines-page .usmc-switcher {
    align-items: center;
    white-space: normal;
  }

  .marines-page .button {
    white-space: normal;
  }

  .marines-page .container,
  .marines-page .narrow,
  .marines-page .contact .narrow,
  .marines-page .nav-inner,
  .marines-page .menu-panel a {
    width: calc(100% - 48px);
    max-width: 520px;
  }

  .marines-page .menu-button {
    max-width: 72px;
  }

  .marines-page p,
  .marines-page .lead {
    max-width: calc(100vw - 84px) !important;
    padding-right: 2px;
  }

  .marines-page .veterans-hero h1,
  .marines-page .section h2,
  .marines-page .contact h2 {
    max-width: calc(100vw - 64px) !important;
  }

  .marines-page .button-row,
  .marines-page .button,
  .marines-page .usmc-switcher {
    max-width: calc(100vw - 64px) !important;
  }
}

@media print {
  @page {
    margin: .55in;
  }

  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    color: var(--ink) !important;
    background: var(--paper) !important;
    font-size: 11pt;
    overflow: visible !important;
  }

  .site-nav,
  .menu-panel,
  .carousel-controls,
  .usmc-switcher,
  script {
    display: none !important;
  }

  .js .section-fade,
  .section-fade {
    opacity: 1 !important;
    transform: none !important;
  }

  .container,
  .narrow,
  .contact .narrow {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  .hero,
  .franchise-hero,
  .veterans-hero,
  .section,
  .contact,
  .footer {
    padding: 20pt 0 !important;
    color: var(--ink) !important;
    background: var(--paper) !important;
    break-inside: auto;
  }

  .hero::before,
  .franchise-hero::before,
  .veterans-hero::before {
    display: block;
    width: 100%;
    margin: 0 0 22pt;
    padding: 0 0 10pt;
    border-bottom: 1pt solid var(--line);
    font-size: 8pt;
    color: var(--muted);
  }

  .hero-grid,
  .franchise-hero-grid,
  .veterans-hero-grid,
  .results-hero-grid,
  .split,
  .editorial,
  .franchise-performance-widget,
  .franchise-panel,
  .result-study {
    display: block !important;
    padding-top: 0 !important;
  }

  .hero h1,
  .franchise-hero h1,
  .veterans-hero h1,
  .results-hero h1 {
    max-width: 100% !important;
    margin: 0 0 18pt !important;
    color: var(--ink) !important;
    font-size: 34pt !important;
    line-height: 1 !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
  }

  .hero h1 span,
  .veterans-hero h1 span {
    color: var(--accent) !important;
  }

  .section h2,
  .contact h2,
  .franchise-panel h2,
  .franchise-performance-widget h2 {
    color: var(--ink) !important;
    font-size: 28pt !important;
    line-height: 1.02 !important;
  }

  h3,
  p,
  li,
  td,
  th,
  .lead,
  .bordered h2,
  .bordered p,
  .opportunity h2,
  .opportunity h3,
  .opportunity li,
  .veteran-dark h2,
  .contact h2,
  .contact p,
  .numbers h2,
  .numbers h3,
  .numbers p {
    color: var(--ink) !important;
  }

  p,
  .lead {
    max-width: 100% !important;
    line-height: 1.45 !important;
  }

  .portrait-card,
  .franchise-image,
  .veterans-hero-image,
  .results-hero-panel,
  .result-study-media,
  .logo-tile,
  .text-tile,
  .insight-card > img {
    display: none !important;
  }

  .button-row {
    display: none !important;
  }

  .carousel,
  .metric-grid,
  .card-grid,
  .feature-grid,
  .process-grid,
  .proof-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: visible !important;
    border-top: 2pt solid var(--ink) !important;
  }

  .company-card,
  .insight-card,
  .metric-grid article,
  .card-grid article,
  .feature-grid article,
  .process-grid article,
  .proof-grid article {
    min-height: auto !important;
    padding: 18pt !important;
    border-right: 1pt solid var(--line) !important;
    border-bottom: 1pt solid var(--line) !important;
    color: var(--ink) !important;
    background: var(--paper) !important;
    break-inside: avoid;
  }

  .company-card,
  .insight-card {
    display: block !important;
    flex: none !important;
    min-height: 0 !important;
  }

  .company-card strong,
  .metric-grid strong {
    color: var(--ink) !important;
    font-size: 28pt !important;
    line-height: 1 !important;
  }

  .playbook-table,
  .performance-metrics {
    display: table !important;
    overflow: visible !important;
    page-break-inside: auto;
  }

  .playbook-table tr,
  .performance-metrics tr {
    break-inside: avoid;
  }

  .franchise-performance-widget,
  .bordered,
  .support,
  .insights,
  .story,
  .opportunity,
  .veteran-dark,
  .numbers,
  .contact {
    color: var(--ink) !important;
    background: var(--paper) !important;
  }

  .footer {
    border-top: 2pt solid var(--ink);
  }

  a {
    color: var(--ink) !important;
    text-decoration: none !important;
  }
}
