body.off-switch-method-v3 {
  --page-canvas: #f1f5ef;
  --page-primary: #287467;
  --page-deep: #1f5149;
  --page-soft: #dcebe2;
  --page-line: #cad8cf;
  --om-canvas: #f1f5ef;
  --om-paper: #fffdf8;
  --om-ink: #203b36;
  --om-muted: #536b64;
  --om-teal: #287467;
  --om-deep: #1f5149;
  --om-mint: #dcebe2;
  --om-mint-soft: #edf5ef;
  --om-sun: #f4e2ad;
  --om-sun-soft: #fff7e4;
  --om-coral: #c85a45;
  --om-coral-dark: #9b402f;
  --om-gold: #b8812e;
  --om-plum: #66485e;
  --om-line: #cad8cf;
  --om-shadow: 0 20px 54px rgba(32, 59, 54, 0.11);
  --fs-ink: var(--om-ink);
  --fs-muted: var(--om-muted);
  --fs-cta: var(--om-coral);
  --fs-cta-hover: var(--om-coral-dark);
  background: var(--om-canvas);
}

.off-switch-method-v3 main {
  overflow: hidden;
  background: var(--om-canvas);
}

.off-switch-method-v3 main h1,
.off-switch-method-v3 main h2,
.off-switch-method-v3 main h3,
.off-switch-method-v3 main p,
.off-switch-method-v3 main ul,
.off-switch-method-v3 main ol,
.off-switch-method-v3 main figure,
.off-switch-method-v3 main dl,
.off-switch-method-v3 main dd {
  margin-top: 0;
}

.off-switch-method-v3 main h1,
.off-switch-method-v3 main h2,
.off-switch-method-v3 main h3 {
  color: var(--om-ink);
  letter-spacing: 0;
  text-wrap: balance;
}

.off-switch-method-v3 main p,
.off-switch-method-v3 main li {
  color: var(--om-muted);
}

.om-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.om-section {
  padding: 92px 0;
  background: var(--om-canvas);
}

.om-section--paper {
  background: var(--om-paper);
}

.om-section--mint {
  background: var(--om-mint-soft);
}

.om-section--sun {
  background: var(--om-sun-soft);
}

.om-section--deep {
  background: var(--om-deep);
}

.om-eyebrow {
  margin: 0 0 14px;
  color: var(--om-teal) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.om-eyebrow--light {
  color: #bfe1d8 !important;
}

.om-section-head {
  max-width: 860px;
  margin-bottom: 36px;
}

.om-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
  gap: 72px;
  align-items: end;
}

.om-section-head h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
}

.om-section-head > p:last-child,
.om-section-head--split > p {
  margin: 0;
  font-size: 18px !important;
  line-height: 1.58 !important;
}

.off-switch-method-v3 .fs-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--om-coral);
  border-radius: 4px;
  background: var(--om-coral);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.off-switch-method-v3 .fs-button:hover {
  border-color: var(--om-coral-dark);
  background: var(--om-coral-dark);
  transform: translateY(-1px);
}

.om-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 59, 54, 0.13);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: var(--om-shadow);
}

.om-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero */
.om-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #f8f2e9;
}

.om-hero__picture,
.om-hero__wash {
  position: absolute;
  inset: 0;
}

.om-hero__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.om-hero__wash {
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.94) 34%, rgba(255, 253, 248, 0.74) 48%, rgba(255, 253, 248, 0.08) 72%);
}

.om-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 680px;
  display: flex;
  align-items: center;
}

.om-hero__copy {
  width: 49%;
  max-width: 590px;
  padding: 52px 0 56px;
}

.om-hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: 57px;
  line-height: 1.02;
}

.om-hero h1 span {
  display: block;
}

.om-hero__lead {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--om-ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px !important;
  line-height: 1.43 !important;
}

.om-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0;
  border-top: 1px solid rgba(32, 59, 54, 0.25);
  border-bottom: 1px solid rgba(32, 59, 54, 0.25);
}

.om-hero__facts div {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 14px;
}

.om-hero__facts div + div {
  border-left: 1px solid rgba(32, 59, 54, 0.2);
}

.om-hero__facts strong {
  color: var(--om-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
}

.om-hero__facts span {
  margin-top: 6px;
  color: var(--om-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.om-thesis {
  background: var(--om-plum);
}

.om-thesis__inner {
  min-height: 142px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.om-thesis p {
  margin: 0;
  color: #ead8c9 !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.om-thesis strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.22;
}

/* Scope */
.om-scope__labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--om-line);
  border-left: 1px solid var(--om-line);
}

.om-scope__labels span {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-right: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
  color: var(--om-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.25;
}

.om-scope__groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--om-line);
  border-left: 1px solid var(--om-line);
}

.om-scope__groups article {
  min-height: 148px;
  padding: 24px;
  border-right: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
  background: rgba(255, 255, 255, 0.46);
}

.om-scope__groups strong {
  display: block;
  color: var(--om-coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.om-scope__groups p {
  margin: 20px 0 0;
  color: var(--om-ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px !important;
  line-height: 1.35 !important;
}

.om-scope__result {
  margin: 28px 0 0;
  padding: 22px 26px;
  border-left: 4px solid var(--om-coral);
  background: rgba(255, 255, 255, 0.66);
  color: var(--om-ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px !important;
  line-height: 1.45 !important;
}

/* Primary tool */
.om-tool__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(380px, 0.86fr);
  gap: 42px;
  align-items: start;
}

.om-tool__media {
  aspect-ratio: 16 / 10;
}

.om-tool__media img {
  object-position: 56% center;
}

.om-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--om-line);
  list-style: none;
}

.om-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--om-line);
}

.om-steps li > span {
  color: var(--om-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.2;
}

.om-steps strong {
  color: var(--om-ink);
  font-size: 16px;
  line-height: 1.25;
}

.om-steps p {
  margin: 6px 0 0;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

.om-speed {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  margin-top: 38px;
  padding: 30px;
  border: 1px solid var(--om-line);
  background: var(--om-mint-soft);
}

.om-speed > div {
  display: flex;
  flex-direction: column;
}

.om-speed span {
  color: var(--om-teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.om-speed strong {
  margin-top: 5px;
  color: var(--om-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.15;
}

.om-speed p {
  margin: 0;
  font-size: 15px !important;
  line-height: 1.56 !important;
}

.om-tool__privacy {
  margin: 18px 0 0;
  padding: 20px 24px;
  border-left: 4px solid var(--om-teal);
  background: rgba(219, 237, 229, 0.52);
  color: var(--om-ink) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

/* Mechanism */
.om-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--om-line);
  border-left: 1px solid var(--om-line);
}

.om-chain article {
  position: relative;
  min-height: 210px;
  padding: 26px 24px;
  border-right: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
  background: rgba(255, 255, 255, 0.58);
}

.om-chain article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 42px;
  right: -14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--om-line);
  border-radius: 50%;
  background: var(--om-mint-soft);
  color: var(--om-coral);
  font-size: 16px;
}

.om-chain article > span,
.om-dog__story article > span {
  color: var(--om-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.om-chain strong,
.om-dog__story strong {
  display: block;
  margin-top: 28px;
  color: var(--om-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

.om-chain p,
.om-dog__story p {
  margin: 10px 0 0;
  font-size: 15px !important;
  line-height: 1.52 !important;
}

.om-interrupt {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 26px 30px;
  background: var(--om-deep);
}

.om-interrupt > span {
  color: var(--om-sun);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
}

.om-interrupt p {
  margin: 0;
  color: #dbe9e3 !important;
  font-size: 17px !important;
  line-height: 1.54 !important;
}

.om-interrupt strong {
  color: #ffffff;
}

/* Dog example */
.om-dog {
  background: var(--om-paper);
}

.om-dog__media {
  aspect-ratio: 16 / 7.7;
}

.om-dog__media img {
  object-position: center 45%;
}

.om-dog__story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--om-line);
  border-left: 1px solid var(--om-line);
}

.om-dog__story article {
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
}

.om-dog__story strong {
  margin-top: 24px;
  min-height: 2.4em;
  font-size: 21px;
  line-height: 1.2;
}

/* Full map */
.om-map__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(360px, 0.74fr);
  gap: 38px;
  align-items: start;
}

.om-map__media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.om-map__media img {
  object-position: center;
}

.om-map__copy {
  display: flex;
  flex-direction: column;
}

.om-ratio {
  display: grid;
  grid-template-rows: auto auto;
  flex: 0;
  border: 1px solid var(--om-line);
  background: rgba(255, 255, 255, 0.76);
}

.om-ratio > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}

.om-ratio__broad {
  background: var(--om-mint);
}

.om-ratio__precise {
  border-top: 1px solid var(--om-line);
  background: #f0e4ef;
}

.om-ratio span {
  color: var(--om-coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.om-ratio strong {
  margin-top: 10px;
  color: var(--om-ink);
  font-size: 18px;
}

.om-ratio p {
  margin: 8px 0 0;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

.om-map__note {
  margin: 18px 0 0;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* Sequence */
.om-sequence {
  background: var(--om-canvas);
}

.om-sequence__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--om-line);
  border-left: 1px solid var(--om-line);
  list-style: none;
}

.om-sequence__rail li {
  min-height: 180px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 25px;
  border-right: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
  background: rgba(255, 255, 255, 0.52);
}

.om-sequence__rail li > span {
  color: var(--om-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.om-sequence__rail strong {
  display: block;
  min-height: 2.4em;
  color: var(--om-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.om-sequence__rail p {
  margin: 10px 0 0;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.om-phases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--om-deep);
}

.om-phases article {
  min-height: 172px;
  padding: 26px;
  background: var(--om-deep);
}

.om-phases article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.om-phases span {
  color: #bfe1d8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.om-phases strong {
  display: block;
  min-height: 3.24em;
  margin-top: 9px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.om-phases p {
  margin: 9px 0 0;
  color: #d6e6e0 !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

.om-depth {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--om-line);
  border-left: 1px solid var(--om-line);
}

.om-depth article {
  min-height: 250px;
  padding: 32px;
  border-right: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
  background: rgba(255, 255, 255, 0.56);
}

.om-depth article:last-child {
  background: var(--om-mint-soft);
}

.om-depth span {
  color: var(--om-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.om-depth strong {
  display: block;
  margin-top: 24px;
  color: var(--om-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.om-depth p {
  margin: 14px 0 0;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.om-limits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--om-line);
  border-left: 1px solid var(--om-line);
}

.om-limits__grid article {
  min-height: 330px;
  padding: 32px;
  border-right: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
}

.om-limits__helps {
  background: var(--om-mint-soft);
}

.om-limits__does-not {
  background: #f3e8eb;
}

.om-limits__grid h3 {
  margin: 0;
  color: var(--om-ink);
  font-size: 29px;
  line-height: 1.16;
}

.om-limits__grid ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.om-limits__grid li {
  position: relative;
  padding-left: 25px;
  color: var(--om-muted);
  font-size: 15px;
  line-height: 1.48;
}

.om-limits__helps li::before,
.om-limits__does-not li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--om-teal);
  font-weight: 900;
}

.om-limits__helps li::before {
  content: "+";
}

.om-limits__does-not li::before {
  content: "—";
  color: var(--om-coral);
}

/* Measurement */
.om-section--deep .om-section-head h2 {
  color: #ffffff;
}

.om-section--deep .om-section-head > p:last-child {
  color: #d6e6e0 !important;
}

.om-measure__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.om-measure__grid > article {
  min-height: 300px;
  padding: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
}

.om-measure__label {
  margin: 24px 0 16px;
  color: #bfe1d8 !important;
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.om-measure__number {
  color: var(--om-sun);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.om-measure__grid article > strong {
  display: block;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.om-target-scale__numbers {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.om-target-scale__numbers span {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.om-target-scale__numbers span:nth-child(1) {
  background: rgba(86, 182, 157, 0.22);
}

.om-target-scale__numbers span:nth-child(2) {
  background: rgba(115, 187, 138, 0.16);
}

.om-target-scale__numbers span:nth-child(3) {
  background: rgba(204, 187, 94, 0.13);
}

.om-target-scale__numbers span:nth-child(4) {
  background: rgba(215, 150, 70, 0.14);
}

.om-target-scale__numbers span:nth-child(5) {
  background: rgba(204, 100, 71, 0.18);
}

.om-target-scale__numbers span:nth-child(6) {
  background: rgba(200, 90, 69, 0.24);
}

.om-target-scale__numbers small {
  max-width: 58px;
  margin-top: 8px;
  color: #d6e6e0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.om-measure__grid article > p:last-child {
  margin: 18px 0 0;
  color: #d6e6e0 !important;
  font-size: 15px !important;
  line-height: 1.56 !important;
}

.om-system-scale__formula {
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr auto auto 1fr;
  gap: 10px;
  align-items: baseline;
}

.om-system-scale__formula strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
}

.om-system-scale__formula span {
  color: #bfe1d8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.om-system-scale__formula b {
  color: var(--om-sun);
  font-size: 18px;
}

.om-system-scale__trajectory {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
  padding: 24px;
  border-left: 4px solid var(--om-sun);
  background: rgba(255, 255, 255, 0.08);
}

.om-system-scale__trajectory > span {
  color: #bfe1d8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.om-system-scale__trajectory strong {
  margin-top: 8px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.om-system-scale__trajectory small {
  margin-top: 8px;
  color: #d6e6e0;
  font-size: 12px;
}

.om-measure__life {
  margin: 30px 0 0;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  color: #d6e6e0 !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

.om-measure__life strong {
  color: #ffffff;
}

/* Evidence */
.om-ukraine {
  background: var(--om-sun-soft);
}

.om-ukraine__visual {
  position: relative;
}

.om-ukraine__visual > .om-media {
  aspect-ratio: 16 / 8.2;
}

.om-ukraine__visual img {
  object-position: center 44%;
}

.om-ukraine__stats {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(32, 59, 54, 0.18);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(10px);
}

.om-ukraine__stats article {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.om-ukraine__stats article + article {
  border-left: 1px solid var(--om-line);
}

.om-ukraine__stats strong {
  color: var(--om-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.om-ukraine__stats span {
  margin-top: 8px;
  color: var(--om-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.om-evidence-note {
  margin: 22px 0 0;
  color: var(--om-muted) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.om-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--om-line);
  border-left: 1px solid var(--om-line);
}

.om-cases__grid article {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid var(--om-line);
  border-bottom: 1px solid var(--om-line);
  background: rgba(255, 255, 255, 0.52);
}

.om-cases__grid article > span {
  color: var(--om-teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.om-cases__grid article > strong {
  display: block;
  margin-top: 22px;
  color: var(--om-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}

.om-cases__grid article > small {
  display: block;
  min-height: 18px;
  margin-top: 7px;
  color: var(--om-muted);
  font-size: 12px;
}

.om-cases__grid h3 {
  margin: 24px 0 0;
  min-height: 2.4em;
  font-size: 23px;
  line-height: 1.2;
}

.om-cases__grid p {
  margin: 10px 0 0;
  font-size: 15px !important;
  line-height: 1.53 !important;
}

/* Formats */
.om-formats {
  padding: 94px 0;
  background: var(--om-mint);
}

.om-format-fit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 30px;
  border-top: 1px solid rgba(32, 59, 54, 0.28);
  border-left: 1px solid rgba(32, 59, 54, 0.28);
}

.om-format-fit article {
  min-height: 178px;
  padding: 24px;
  border-right: 1px solid rgba(32, 59, 54, 0.28);
  border-bottom: 1px solid rgba(32, 59, 54, 0.28);
  background: rgba(255, 255, 255, 0.38);
}

.om-format-fit span {
  display: block;
  color: var(--om-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.24;
}

.om-format-fit p {
  margin: 14px 0 0;
  color: var(--om-muted) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.om-formats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(32, 59, 54, 0.28);
  border-left: 1px solid rgba(32, 59, 54, 0.28);
}

.om-formats__grid article {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid rgba(32, 59, 54, 0.28);
  border-bottom: 1px solid rgba(32, 59, 54, 0.28);
  background: rgba(255, 255, 255, 0.52);
}

.om-formats__grid .om-formats__featured {
  background: var(--om-deep);
}

.om-formats__eyebrow {
  margin: 0;
  color: var(--om-teal) !important;
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.om-formats__featured .om-formats__eyebrow {
  color: #bfe1d8 !important;
}

.om-formats__grid h3 {
  margin: 28px 0 0;
  font-size: 31px;
  line-height: 1.12;
}

.off-switch-method-v3 main .om-formats__featured h3 {
  color: #ffffff;
}

.om-formats__grid article > p:not(.om-formats__eyebrow) {
  margin: 18px 0 0;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.om-formats__featured article > p,
.om-formats__featured > p:not(.om-formats__eyebrow) {
  color: #d6e6e0 !important;
}

.om-formats__grid .fs-button {
  align-self: flex-start;
  margin-top: auto;
}

.om-formats__featured .fs-button {
  border-color: var(--om-sun);
  background: var(--om-sun);
  color: var(--om-ink);
}

.om-formats__featured .fs-button:hover {
  border-color: #efd28a;
  background: #efd28a;
}

.om-boundary {
  padding: 17px 0;
  border-top: 1px solid var(--om-line);
  background: var(--om-paper);
}

.om-boundary p {
  margin: 0;
  color: var(--om-muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1120px) {
  .om-section-head h2 {
    font-size: 41px;
  }

  .om-hero h1 {
    font-size: 51px;
  }

  .om-hero__copy {
    width: 52%;
  }

  .om-tool__layout,
  .om-map__layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.94fr);
  }

  .om-system-scale__formula {
    grid-template-columns: auto 1fr auto auto 1fr auto auto;
  }

  .om-system-scale__formula span:last-child {
    grid-column: 7;
  }
}

@media (max-width: 900px) {
  .om-section {
    padding: 76px 0;
  }

  .om-section-head--split {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .om-hero__wash {
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.91) 50%, rgba(255, 253, 248, 0.28) 82%);
  }

  .om-hero__copy {
    width: 61%;
  }

  .om-tool__layout,
  .om-map__layout {
    grid-template-columns: 1fr;
  }

  .om-tool__media {
    aspect-ratio: 16 / 8.8;
  }

  .om-scope__labels,
  .om-chain,
  .om-dog__story,
  .om-sequence__rail,
  .om-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .om-chain article:not(:last-child)::after {
    display: none;
  }

  .om-map__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .om-ratio {
    grid-template-columns: 4fr 1fr;
    grid-template-rows: none;
  }

  .om-ratio__precise {
    border-top: 0;
    border-left: 1px solid var(--om-line);
  }

  .om-measure__grid {
    grid-template-columns: 1fr;
  }

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

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

  .om-measure__grid > article {
    min-height: 0;
  }

  .om-ukraine__stats {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 0;
    backdrop-filter: none;
  }

  .om-ukraine__stats article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--om-line);
  }

  .om-ukraine__stats article:nth-child(4) {
    border-top: 1px solid var(--om-line);
  }

  .om-formats {
    padding: 76px 0;
  }

  .om-formats__grid {
    grid-template-columns: 1fr;
  }

  .om-format-fit {
    grid-template-columns: 1fr;
  }

  .om-format-fit article {
    min-height: 0;
  }

  .om-formats__grid article {
    min-height: 330px;
  }
}

@media (max-width: 680px) {
  .om-container {
    width: min(100% - 28px, 1200px);
  }

  .om-section,
  .om-formats {
    padding: 60px 0;
  }

  .om-eyebrow {
    margin-bottom: 11px;
    font-size: 12px !important;
  }

  .om-section-head {
    margin-bottom: 28px;
  }

  .om-section-head h2 {
    font-size: 32px;
    line-height: 1.06;
  }

  .om-section-head > p:last-child,
  .om-section-head--split > p {
    font-size: 16px !important;
    line-height: 1.52 !important;
  }

  .om-hero {
    min-height: 760px;
  }

  .om-hero__picture img {
    object-position: 65% center;
  }

  .om-hero__wash {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.95) 58%, rgba(255, 253, 248, 0.69) 100%);
  }

  .om-hero__inner {
    min-height: 760px;
    align-items: flex-start;
  }

  .om-hero__copy {
    width: 100%;
    max-width: none;
    padding: 32px 0 40px;
  }

  .om-hero h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .om-hero h1 span {
    white-space: normal;
  }

  .om-hero__lead {
    margin-top: 15px;
    font-size: 17px !important;
    line-height: 1.4 !important;
  }

  .om-hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0;
  }

  .om-hero__facts div:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(32, 59, 54, 0.2);
    border-left: 0;
  }

  .om-hero__facts div {
    min-height: 76px;
    padding: 10px 8px;
  }

  .om-hero__facts strong {
    font-size: 16px;
  }

  .om-hero__facts span {
    font-size: 12px;
  }

  .om-hero .fs-button {
    width: 100%;
  }

  .om-thesis__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .om-thesis strong {
    font-size: 25px;
  }

  .om-scope__labels,
  .om-chain,
  .om-dog__story,
  .om-sequence__rail,
  .om-cases__grid {
    grid-template-columns: 1fr;
  }

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

  .om-scope__groups,
  .om-depth,
  .om-limits__grid {
    grid-template-columns: 1fr;
  }

  .om-scope__groups article,
  .om-depth article,
  .om-limits__grid article {
    min-height: 0;
    padding: 22px;
  }

  .om-scope__groups p {
    margin-top: 14px;
    font-size: 18px !important;
  }

  .om-depth strong {
    margin-top: 18px;
    font-size: 24px;
  }

  .om-limits__grid h3 {
    font-size: 25px;
  }

  .om-scope__labels span {
    min-height: 62px;
    padding: 16px;
    font-size: 17px;
  }

  .om-scope__result {
    margin-top: 20px;
    padding: 18px;
    font-size: 17px !important;
  }

  .om-tool__media,
  .om-dog__media,
  .om-map__media,
  .om-ukraine__visual > .om-media {
    aspect-ratio: 4 / 3;
  }

  .om-tool__media img {
    object-position: 60% center;
  }

  .om-dog__media img {
    object-position: 58% center;
  }

  .om-map__media img {
    object-position: 61% center;
  }

  .om-steps li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .om-speed {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .om-speed strong {
    font-size: 28px;
  }

  .om-chain article,
  .om-dog__story article,
  .om-sequence__rail li {
    min-height: 0;
    padding: 22px;
  }

  .om-chain strong,
  .om-dog__story strong {
    margin-top: 16px;
    min-height: 0;
    font-size: 21px;
  }

  .om-sequence__rail strong,
  .om-phases strong,
  .om-cases__grid h3 {
    min-height: 0;
  }

  .om-interrupt {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 22px;
  }

  .om-interrupt > span {
    font-size: 38px;
  }

  .om-interrupt p {
    font-size: 15px !important;
  }

  .om-ratio {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .om-ratio__precise {
    border-top: 1px solid var(--om-line);
    border-left: 0;
  }

  .om-ratio > div {
    padding: 24px;
  }

  .om-ratio span {
    font-size: 12px;
  }

  .om-sequence__rail li {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .om-phases {
    grid-template-columns: 1fr;
  }

  .om-phases article {
    min-height: 0;
    padding: 22px;
  }

  .om-phases article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .om-measure__grid > article {
    padding: 22px;
  }

  .om-target-scale__numbers span {
    min-height: 82px;
    font-size: 23px;
  }

  .om-target-scale__numbers small {
    display: none;
  }

  .om-system-scale__formula {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .om-system-scale__formula strong {
    font-size: 27px;
  }

  .om-system-scale__formula span:last-child {
    grid-column: auto;
  }

  .om-system-scale__trajectory strong {
    font-size: 40px;
  }

  .om-measure__life {
    padding: 18px;
    font-size: 15px !important;
  }

  .om-ukraine__visual img {
    object-position: 52% center;
  }

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

  .om-ukraine__stats article {
    min-height: 110px;
  }

  .om-ukraine__stats article + article {
    border-top: 1px solid var(--om-line);
    border-left: 0;
  }

  .om-ukraine__stats article:nth-child(2) {
    border-top: 0;
    border-left: 1px solid var(--om-line);
  }

  .om-ukraine__stats article:nth-child(4) {
    border-left: 1px solid var(--om-line);
  }

  .om-cases__grid article {
    min-height: 0;
    padding: 24px;
  }

  .om-cases__grid article > strong {
    font-size: 39px;
  }

  .om-formats__grid article {
    min-height: 340px;
    padding: 24px;
  }

  .om-formats__grid h3 {
    font-size: 28px;
  }

  .om-boundary {
    padding: 14px 0;
  }
}

@media (max-width: 350px) {
  .om-hero {
    min-height: 790px;
  }

  .om-hero__inner {
    min-height: 790px;
  }

  .om-hero h1 {
    font-size: 35px;
  }

  .om-hero__lead {
    font-size: 16px !important;
  }

  .om-hero__facts strong {
    font-size: 14px;
  }

  .om-section-head h2 {
    font-size: 28px;
  }
}
