/* 1:1 Transformation page */

.oto-page {
  --oto-max: 1120px;
  color: #2c2118;
}

/* Pull hero under fixed header so cream body doesn't show as a tan strip */
body.has-site-chrome.oto-page .page-main {
  padding-top: 0;
}

.oto-wrap {
  max-width: var(--oto-max);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .oto-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .oto-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.oto-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c67511;
  margin: 0 0 0.85rem;
}
.oto-kicker--pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(198, 117, 17, 0.08);
  border: 1px solid rgba(198, 117, 17, 0.22);
  border-radius: 999px;
  padding: 0.45rem 0.95rem 0.45rem 0.7rem;
  margin-bottom: 1.15rem;
}
.oto-kicker-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #c67511;
  box-shadow: 0 0 0 4px rgba(198, 117, 17, 0.15);
  flex-shrink: 0;
}

/* ——— Hero ——— */
.oto-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 12% 20%, rgba(98, 131, 57, 0.07), transparent 55%),
    radial-gradient(ellipse 50% 40% at 88% 70%, rgba(198, 117, 17, 0.06), transparent 50%),
    linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
  border-bottom: 1px solid #d9c9a8;
  padding: 2rem 0 3.25rem;
  padding-top: calc(5.25rem + 1.75rem);
}
@media (min-width: 900px) {
  .oto-hero {
    padding: calc(5.25rem + 2.25rem) 0 4.25rem;
  }
}
.oto-hero-glow {
  pointer-events: none;
  position: absolute;
  inset: auto -10% -30% auto;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 218, 105, 0.18), transparent 68%);
  filter: blur(8px);
}
.oto-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}
@media (min-width: 900px) {
  .oto-hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 3.25rem;
  }
}
.oto-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  margin: 0 0 1.15rem;
  max-width: 15ch;
  color: #2c2118;
}
.oto-hero-accent {
  color: #628339;
  font-style: italic;
}
.oto-hero-lead {
  font-size: 1.12rem;
  line-height: 1.7;
  color: #5c4a3a;
  margin: 0 0 1.65rem;
  max-width: 36rem;
}
.oto-hero-lead strong {
  color: #2c2118;
  font-weight: 650;
}
.oto-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 1.6rem;
}
.oto-btn-lg {
  padding: 0.95rem 1.85rem;
  font-size: 0.98rem;
}
.oto-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.oto-trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #3f2a1d;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(217, 201, 168, 0.9);
  border-radius: 999px;
  padding: 0.48rem 0.9rem 0.48rem 0.7rem;
  box-shadow: 0 2px 8px rgba(44, 33, 24, 0.04);
}
.oto-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: rgba(98, 131, 57, 0.12);
  color: #628339;
  font-size: 0.68rem;
  font-weight: 700;
  flex-shrink: 0;
}

.oto-hero-visual-wrap {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 900px) {
  .oto-hero-visual-wrap {
    max-width: none;
    margin: 0;
  }
}
.oto-hero-frame {
  position: absolute;
  inset: 0.85rem -0.85rem -0.85rem 0.85rem;
  border-radius: 1.4rem;
  border: 1.5px solid rgba(98, 131, 57, 0.28);
  background: linear-gradient(145deg, rgba(98, 131, 57, 0.06), rgba(198, 117, 17, 0.05));
  z-index: 0;
}
.oto-hero-visual {
  position: relative;
  z-index: 1;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow:
    0 4px 12px rgba(44, 33, 24, 0.06),
    0 28px 56px rgba(44, 33, 24, 0.16);
  background: #e8e0d4;
  aspect-ratio: 4 / 5;
  max-height: 560px;
}
@media (min-width: 900px) {
  .oto-hero-visual {
    aspect-ratio: 5 / 6;
    max-height: 600px;
  }
}
.oto-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.oto-hero-visual:hover img {
  transform: scale(1.03);
}
.oto-hero-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  background: rgba(248, 244, 235, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 1rem;
  padding: 0.95rem 1.1rem;
  box-shadow: 0 10px 28px rgba(44, 33, 24, 0.12);
}
.oto-hero-badge strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.015em;
  margin-bottom: 0.2rem;
  color: #2c2118;
}
.oto-hero-badge span {
  font-size: 0.82rem;
  color: #5c4a3a;
  line-height: 1.45;
}

/* ——— Sections shared ——— */
.oto-section {
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .oto-section {
    padding: 5.25rem 0;
  }
}
.oto-section--cream {
  background: #f8f4eb;
}
.oto-section--white {
  background: #fff;
  border-top: 1px solid #d9c9a8;
  border-bottom: 1px solid #d9c9a8;
}
.oto-section--earth {
  background: #2c2118;
  color: #f8f4eb;
}
.oto-section--earth .oto-kicker {
  color: #e7da69;
}
.oto-section--earth h2 {
  color: #f8f4eb;
}
.oto-section--earth p,
.oto-section--earth li {
  color: rgba(248, 244, 235, 0.86);
}
.oto-head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}
.oto-head--wide {
  max-width: 44rem;
  margin-bottom: 2.5rem;
}
.oto-head h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  letter-spacing: -0.028em;
  line-height: 1.12;
  margin: 0 0 0.95rem;
  color: #2c2118;
}
.oto-head h2 em {
  font-style: italic;
  color: #628339;
}
.oto-head p {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.7;
  color: #5c4a3a;
}
.oto-head .section-head-link {
  display: inline;
  margin-left: 0;
  color: #628339;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.oto-head .section-head-link:hover {
  color: #4f6a2e;
}
.oto-head p + p {
  margin-top: 1rem;
}
.oto-head p a,
.oto-bw-points a {
  color: #628339;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.oto-head p a:hover,
.oto-bw-points a:hover {
  color: #4f6a2e;
}
.oto-section--earth .oto-head p {
  color: rgba(248, 244, 235, 0.82);
}
.oto-section--earth .oto-head h2 {
  color: #e7da69;
}

/* ——— Fit cards ——— */
.oto-section--fit {
  position: relative;
}
.oto-fit-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 760px) {
  .oto-fit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
.oto-fit-card {
  position: relative;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.25rem;
  padding: 1.5rem 1.45rem 1.55rem;
  box-shadow: 0 10px 30px rgba(44, 33, 24, 0.05);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.oto-fit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(44, 33, 24, 0.09);
}
.oto-fit-card--yes {
  border-color: rgba(98, 131, 57, 0.35);
}
.oto-fit-card--yes::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #628339, #8aa85a);
}
.oto-fit-card--soft::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c67511, #e0a04a);
}
.oto-fit-card-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(217, 201, 168, 0.65);
}
.oto-fit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
}
.oto-fit-icon--yes {
  background: rgba(98, 131, 57, 0.12);
  color: #628339;
}
.oto-fit-icon--soft {
  background: rgba(198, 117, 17, 0.12);
  color: #c67511;
  font-size: 1.5rem;
  line-height: 1;
}
.oto-fit-card h3 {
  font-size: 1.12rem;
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: #2c2118;
}
.oto-fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.oto-fit-card li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.45rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #3f2a1d;
  border-top: 1px solid rgba(217, 201, 168, 0.45);
}
.oto-fit-card li:first-child {
  border-top: 0;
  padding-top: 0.15rem;
}
.oto-fit-card li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.95em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #628339;
}
.oto-fit-card--soft li::before {
  background: #c67511;
}
.oto-fit-card a {
  color: #628339;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.oto-fit-card a:hover {
  color: #4f6a2e;
}
.oto-fit-note {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.25rem 1.4rem;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-left: 4px solid #628339;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(44, 33, 24, 0.04);
}
.oto-fit-note p {
  margin: 0;
  flex: 1 1 16rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #5c4a3a;
}
.oto-fit-note strong {
  color: #2c2118;
}
.oto-fit-note-link {
  flex-shrink: 0;
  font-weight: 650;
  color: #628339;
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
}
.oto-fit-note-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ——— Quote ——— */
.oto-section--quote {
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(98, 131, 57, 0.06), transparent 60%),
    #fff;
  border-top: 1px solid #d9c9a8;
  border-bottom: 1px solid #d9c9a8;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .oto-section--quote {
    padding: 5.5rem 0;
  }
}
.oto-quote {
  position: relative;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 0.5rem 0;
}
.oto-quote-mark {
  display: block;
  font-size: clamp(4rem, 10vw, 6.5rem);
  line-height: 0.65;
  color: rgba(98, 131, 57, 0.22);
  margin: 0 0 0.75rem;
  user-select: none;
}
.oto-quote blockquote {
  margin: 0;
  font-family: "Californian FB", "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  line-height: 1.55;
  font-style: italic;
  font-weight: 400;
  color: #2c2118;
  letter-spacing: -0.01em;
}
.oto-quote-rule {
  width: 3rem;
  height: 2px;
  margin: 1.5rem auto 1rem;
  background: linear-gradient(90deg, transparent, #628339, transparent);
  border-radius: 2px;
}
.oto-quote cite {
  display: block;
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 700;
  color: #628339;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ——— Why 1:1 ——— */
.oto-section--why {
  position: relative;
}
.oto-compare {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 860px) {
  .oto-compare {
    grid-template-columns: 1fr 1.08fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }
}
.oto-compare-card {
  position: relative;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.25rem;
  padding: 1.55rem 1.4rem 1.65rem;
  height: 100%;
  box-shadow: 0 8px 24px rgba(44, 33, 24, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.oto-compare-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(44, 33, 24, 0.09);
}
.oto-compare-num {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(44, 33, 24, 0.28);
  margin-bottom: 0.75rem;
}
.oto-compare-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #2c2118;
}
.oto-compare-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #5c4a3a;
}
.oto-compare-card .tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #628339;
  background: rgba(98, 131, 57, 0.1);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  margin-bottom: 0.75rem;
}
.oto-compare-card.is-featured {
  border-color: transparent;
  background: linear-gradient(165deg, #2c2118 0%, #3d3024 55%, #2c2118 100%);
  color: #f8f4eb;
  box-shadow:
    0 16px 40px rgba(44, 33, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.oto-compare-card.is-featured:hover {
  box-shadow:
    0 22px 48px rgba(44, 33, 24, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.oto-compare-card.is-featured .oto-compare-num {
  color: rgba(231, 218, 105, 0.45);
}
.oto-compare-card.is-featured .tag {
  color: #2c2118;
  background: #e7da69;
}
.oto-compare-card.is-featured h3 {
  color: #f8f4eb;
}
.oto-compare-card.is-featured p {
  color: rgba(248, 244, 235, 0.82);
}
@media (min-width: 860px) {
  .oto-compare-card.is-featured {
    transform: scale(1.03);
    z-index: 1;
  }
  .oto-compare-card.is-featured:hover {
    transform: scale(1.03) translateY(-4px);
  }
}

/* ——— Split layouts (text + photo, not full-width banners) ——— */
.oto-split {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 860px) {
  .oto-split {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.oto-split-photo {
  margin: 0;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow:
    0 4px 12px rgba(44, 33, 24, 0.06),
    0 22px 48px rgba(44, 33, 24, 0.12);
  background: #e8e0d4;
  aspect-ratio: 5 / 4;
}
.oto-split-photo--tall {
  aspect-ratio: 4 / 5;
  max-height: 28rem;
  justify-self: stretch;
}
.oto-split-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.oto-split-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2.5rem 1.15rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(44, 33, 24, 0.72));
  color: #fff;
  font-family: "Californian FB", "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

/* Full-bleed photo bands (quote / final CTA) */
.oto-band {
  position: relative;
  overflow: hidden;
  min-height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .oto-band {
    min-height: 20rem;
    padding: 5.5rem 0;
  }
}
.oto-band-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.oto-band-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  filter: saturate(0.9) brightness(0.92);
  transform: scale(1.03);
}
.oto-band--final .oto-band-bg img {
  object-position: center 58%;
  filter: saturate(1.05) brightness(0.78);
}
.oto-band-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(44, 33, 24, 0.45) 0%, rgba(44, 33, 24, 0.55) 100%);
  pointer-events: none;
}
.oto-band-veil--strong {
  background:
    linear-gradient(180deg, rgba(44, 33, 24, 0.62) 0%, rgba(44, 33, 24, 0.72) 100%);
}
.oto-band-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.oto-band-quote {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
  color: #f8f4eb;
}
.oto-band-quote p {
  margin: 0 0 1.25rem;
  font-family: "Californian FB", "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  font-style: italic;
  line-height: 1.45;
  letter-spacing: -0.015em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.oto-band-quote cite {
  display: block;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e7da69;
}

/* Journey header: copy + inset photo */
.oto-journey-top {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .oto-journey-top {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2.25rem;
    margin-bottom: 2.5rem;
  }
}
.oto-journey-photo {
  margin: 0;
  border-radius: 1.15rem;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  box-shadow: 0 16px 36px rgba(44, 33, 24, 0.12);
  background: #e8e0d4;
  max-height: 15rem;
}
.oto-journey-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

/* Includes section with photo bleed */
.oto-section--includes-bg {
  position: relative;
  overflow: hidden;
}
.oto-includes-bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
  overflow: hidden;
}
.oto-includes-bg-photo img,
.oto-includes-bg-photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: grayscale(0.15) brightness(0.52);
  display: block;
}
.oto-includes-bg-photo--video {
  opacity: 0.9;
}
.oto-includes-bg-photo--video img,
.oto-includes-bg-photo--video video {
  object-position: 28% 30%;
  filter: grayscale(0.04) brightness(0.82);
}
.oto-includes-bg-photo--video video {
  position: absolute;
  inset: 0;
}
.oto-includes-bg-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 11, 8, 0.78) 0%, rgba(16, 11, 8, 0.48) 38%, rgba(16, 11, 8, 0.18) 62%, rgba(16, 11, 8, 0.32) 100%),
    linear-gradient(180deg, rgba(16, 11, 8, 0.28) 0%, transparent 34%, rgba(16, 11, 8, 0.5) 100%);
}
.oto-section--includes-bg .oto-wrap {
  position: relative;
  z-index: 2;
}
.oto-section--includes-bg .oto-includes-list {
  background: rgba(16, 11, 8, 0.38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-color: rgba(248, 244, 235, 0.18);
}
.oto-ninety-phases {
  margin: 1.2rem 0 0;
  max-width: 40rem;
}
.oto-ninety-phases a {
  color: #e7da69;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.oto-ninety-phases a:hover {
  color: #f8f4eb;
}
.oto-other-formats--on-earth {
  margin-top: 1.25rem;
  max-width: 40rem;
  background: #fff;
  color: #2c2118;
}
.oto-section--earth .oto-other-formats > summary {
  color: #2c2118;
}
.oto-section--earth .oto-other-formats p {
  color: #5c4a3a;
}
.oto-section--earth .oto-other-formats h3 {
  color: #2c2118;
}
.oto-section--earth .oto-other-formats .oto-format-kicker {
  color: #c67511;
}
.oto-section--earth .oto-other-formats a {
  color: #628339;
}
@media (max-width: 899px) {
  .oto-includes-bg-photo--video img,
  .oto-includes-bg-photo--video video {
    object-position: 38% 32%;
  }
  .oto-includes-bg-veil {
    background:
      linear-gradient(180deg, rgba(16, 11, 8, 0.78) 0%, rgba(16, 11, 8, 0.58) 38%, rgba(16, 11, 8, 0.82) 100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .oto-includes-bg-photo--video video {
    display: none;
  }
}

/* Begin: two cards + vertical photo */
.oto-begin-layout {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
}
@media (min-width: 960px) {
  .oto-begin-layout {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 2rem;
  }
}
.oto-begin-photo {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  min-height: 16rem;
  box-shadow: 0 18px 40px rgba(44, 33, 24, 0.12);
  background: #e8e0d4;
}
@media (min-width: 960px) {
  .oto-begin-photo {
    min-height: 100%;
  }
}
.oto-begin-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  position: absolute;
  inset: 0;
}
.oto-begin-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 2.25rem 1.15rem 1.1rem;
  background: linear-gradient(180deg, transparent, rgba(44, 33, 24, 0.7));
  color: #fff;
  font-family: "Californian FB", "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
}

/* Soft ambient wash (legacy helpers kept) */
.oto-section--soft-bg {
  background:
    radial-gradient(ellipse 90% 60% at 10% 0%, rgba(98, 131, 57, 0.06), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(198, 117, 17, 0.05), transparent 50%),
    #f8f4eb;
}
.oto-section--journey-soft {
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(98, 131, 57, 0.05), transparent 55%),
    #fff;
}

/* Path switcher on child 1:1 pages */
.oto-chooser {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.75rem;
  max-width: none;
}
.oto-chooser a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #d9c9a8;
  background: #fff;
  color: #5c4a3a;
  font-size: 0.84rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.oto-chooser a:hover {
  border-color: #628339;
  color: #628339;
}
.oto-chooser a.is-current {
  background: #628339;
  border-color: #628339;
  color: #fff;
}

/* Retreat / bodywork extras */
.oto-retreat {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 800px) {
  .oto-retreat {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    align-items: start;
  }
}
.oto-retreat-list ul {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
  color: #3f2a1d;
}
.oto-retreat-list li {
  margin: 0.4rem 0;
  font-size: 0.98rem;
  line-height: 1.55;
}
.oto-mix-title {
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
}
.oto-mix-list {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0.15rem 0 0;
  border-top: 1px solid #eadcc0;
}
.oto-mix-list li {
  position: relative;
  margin: 0;
  padding: 0.95rem 0 0.95rem 1.95rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #5c4a3a;
  border-bottom: 1px solid rgba(217, 201, 168, 0.5);
}
.oto-mix-list li:last-child {
  border-bottom: none;
}
.oto-mix-list li strong {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  color: #2c2118;
}
.oto-mix-list li::before {
  content: "";
  position: absolute;
  left: 0.08rem;
  top: 1.15rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: rgba(98, 131, 57, 0.12);
  border: 1.5px solid #628339;
  box-sizing: border-box;
}
.oto-mix-list li::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 1.38rem;
  width: 0.28rem;
  height: 0.48rem;
  border-right: 2px solid #628339;
  border-bottom: 2px solid #628339;
  transform: rotate(45deg);
}
.oto-mix-note {
  margin-top: 1.15rem;
  color: #5c4a3a;
  font-size: 0.95rem;
  line-height: 1.55;
}
.oto-rt-folds {
  align-items: start;
}
@media (min-width: 1024px) {
  .oto-rt-folds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.oto-price {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.15rem;
  padding: 1.25rem 1.3rem;
}
.oto-price h3 {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
}
.oto-price p,
.oto-price li {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5c4a3a;
}
.oto-price ul {
  margin: 0.4rem 0 0.8rem;
  padding-left: 1.1rem;
}

/* Two paths + session formats */
.oto-paths {
  display: grid;
  gap: 1.2rem;
}
@media (min-width: 800px) {
  .oto-paths {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
}
.oto-path-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.25rem;
  padding: 1.65rem 1.55rem 1.5rem;
  box-shadow: 0 8px 22px rgba(44, 33, 24, 0.05);
}
.oto-path-card--cultivate {
  border-color: rgba(198, 117, 17, 0.45);
}
.oto-path-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c67511;
}
.oto-path-card--cultivate .oto-path-kicker {
  color: #c67511;
}
.oto-path-card h3 {
  margin: 0 0 0.65rem;
  font-size: 2rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.oto-path-lead {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #5c4a3a;
}
.oto-path-card ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0.15rem 0 0;
  flex: 1;
  color: #3f2a1d;
  border-top: 1px solid #eadcc0;
}
.oto-path-card li {
  position: relative;
  margin: 0;
  padding: 0.72rem 0 0.72rem 1.85rem;
  font-size: 0.95rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(217, 201, 168, 0.5);
}
.oto-path-card li:last-child {
  border-bottom: none;
}
.oto-path-card li::before {
  content: "";
  position: absolute;
  left: 0.08rem;
  top: 0.95rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: rgba(98, 131, 57, 0.12);
  border: 1.5px solid #628339;
  box-sizing: border-box;
}
.oto-path-card li::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 1.18rem;
  width: 0.28rem;
  height: 0.48rem;
  border-right: 2px solid #628339;
  border-bottom: 2px solid #628339;
  transform: rotate(45deg);
}
.oto-path-card .btn {
  width: fit-content;
  margin-top: auto;
}
.oto-path-photo {
  margin: -1.65rem -1.55rem 1.15rem;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #1a1410;
}
.oto-path-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.oto-path-link {
  font-weight: 650;
  font-size: 0.92rem;
  color: #628339;
  text-decoration: none;
}
.oto-path-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.oto-formats {
  display: grid;
  gap: 1rem;
}
@media (min-width: 700px) {
  .oto-formats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1040px) {
  .oto-formats {
    grid-template-columns: 1.35fr 1fr 1fr 1fr 1fr;
  }
}
.oto-format {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.15rem;
  padding: 1.25rem 1.2rem 1.3rem;
  box-shadow: 0 6px 18px rgba(44, 33, 24, 0.04);
}
.oto-format.is-featured {
  border-color: #628339;
  box-shadow: 0 10px 26px rgba(98, 131, 57, 0.12);
}
.oto-format-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c67511;
}
.oto-format h3 {
  margin: 0 0 0.55rem;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.oto-format p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5c4a3a;
}
.oto-formats-note {
  margin: 1.35rem 0 0;
  font-size: 0.95rem;
  color: #5c4a3a;
  line-height: 1.55;
}
.oto-formats--simple {
  grid-template-columns: 1fr !important;
  max-width: 40rem;
}
.oto-flagship {
  padding: 1.7rem 1.55rem 1.75rem;
}
.oto-flagship .oto-format-kicker {
  color: #628339;
}
.oto-format-sub {
  margin: -0.2rem 0 0.7rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #628339;
}
.oto-flagship .btn {
  margin-top: 1.15rem;
  display: inline-flex;
}
.oto-other-formats {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.15rem;
  overflow: hidden;
}
.oto-other-formats > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.25rem;
  font-weight: 650;
  font-size: 1.02rem;
  color: #2c2118;
}
.oto-other-formats > summary::-webkit-details-marker {
  display: none;
}
.oto-other-formats > summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #628339;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 0.8;
}
.oto-other-formats[open] > summary::after {
  content: "–";
}
.oto-other-list {
  display: grid;
  gap: 0.75rem;
  padding: 0 1.15rem 1.25rem;
}
@media (min-width: 700px) {
  .oto-other-list {
    grid-template-columns: 1fr 1fr;
  }
}
.oto-other-list .oto-format {
  box-shadow: none;
  margin: 0;
}
.oto-other-note {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5c4a3a;
}
.oto-other-note a {
  color: #628339;
  font-weight: 650;
}

/* Journey steps */
.oto-steps {
  display: grid;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 900px) {
  .oto-steps {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
  }
}
.oto-step {
  display: grid;
  gap: 0.75rem 1.25rem;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.1rem;
  padding: 1.35rem 1.4rem 1.45rem;
  height: 100%;
  box-shadow: 0 6px 20px rgba(44, 33, 24, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.oto-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(44, 33, 24, 0.08);
}
@media (min-width: 900px) {
  .oto-step {
    grid-template-columns: 1fr;
  }
}
.oto-step-num {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c67511;
  margin: 0 0 0.4rem;
}
.oto-step-title {
  font-family: "Californian FB", "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.4rem;
  line-height: 1.2;
}
.oto-step-shift {
  font-size: 0.92rem;
  line-height: 1.45;
  color: #628339;
  font-weight: 600;
  margin: 0;
}
.oto-step-body p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #3f2a1d;
}
.oto-step-body ul {
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(217, 201, 168, 0.7);
}
@media (min-width: 700px) {
  .oto-step-body ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 1.75rem;
  }
}
.oto-step-body li {
  position: relative;
  margin: 0;
  padding: 0.72rem 0 0.72rem 1.45rem;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #3f2a1d;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(217, 201, 168, 0.55);
  border-radius: 0;
}
.oto-step-body li::before {
  content: "";
  position: absolute;
  left: 0.05rem;
  top: 1.05rem;
  width: 0.55rem;
  height: 0.28rem;
  border: 0;
  border-left: 2px solid #628339;
  border-bottom: 2px solid #628339;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transform: rotate(-45deg);
}
.oto-step-fold {
  display: block;
  height: auto;
}
.oto-step-fold > summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-right: 3rem;
}
.oto-step-fold > summary::-webkit-details-marker {
  display: none;
}
.oto-step-chevron {
  position: absolute;
  top: 0.05rem;
  right: 0;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 1.5px solid #d9c9a8;
  background: #fffdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.oto-step-chevron::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-right: 2px solid #628339;
  border-bottom: 2px solid #628339;
  transform: rotate(45deg) translate(-1px, -2px);
  transition: transform 0.2s ease;
}
.oto-step-fold:hover .oto-step-chevron {
  border-color: #628339;
  background: rgba(98, 131, 57, 0.08);
}
.oto-step-fold[open] .oto-step-chevron {
  border-color: #628339;
  background: #628339;
}
.oto-step-fold[open] .oto-step-chevron::before {
  border-color: #fff;
  transform: rotate(225deg) translate(-1px, -2px);
}
.oto-step-fold[open] {
  border-color: rgba(98, 131, 57, 0.4);
  box-shadow: 0 14px 32px rgba(44, 33, 24, 0.08);
}
.oto-step-fold .oto-step-body {
  padding-top: 0.95rem;
  border-top: 1px solid #eadcc0;
  margin-top: 0.95rem;
}

.oto-watch-scroller {
  margin-top: 0.5rem;
}
.oto-watch-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.2rem 0.15rem 0.4rem;
}
.oto-watch-track::-webkit-scrollbar {
  display: none;
}
.oto-watch-card {
  flex: 0 0 min(72%, 16.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 18.5rem;
  padding: 1.1rem 1.15rem;
  border-radius: 1.15rem;
  border: 1.5px dashed #c9b48a;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.15), rgba(248,244,235,0.96)),
    #efe6d4;
  color: #3f2a1d;
  text-decoration: none;
  scroll-snap-align: start;
  overflow: hidden;
  position: relative;
}
.oto-watch-card img,
.oto-watch-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oto-watch-card--video {
  flex: 0 0 min(72%, 17.5rem);
  min-height: 31rem;
  padding: 0;
  background: #1a1410;
  border: 1.5px solid #d9c9a8;
}
@media (max-width: 767px) {
  .oto-watch-scroller {
    padding-inline: 3.55rem;
  }
  .oto-watch-card,
  .oto-watch-card--video {
    flex: 0 0 80%;
    max-width: none;
    scroll-snap-align: center;
  }
}
.oto-watch-track.is-seeking {
  overflow-x: hidden;
  scroll-snap-type: none;
  touch-action: none;
}
.oto-watch-card--video video {
  background: #1a1410;
}
.oto-video-seek {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  height: 3.1rem;
  padding: 1.15rem 0.9rem 0.9rem;
  box-sizing: border-box;
  cursor: pointer;
  touch-action: none;
  background: linear-gradient(180deg, transparent, rgba(16, 11, 8, 0.55));
}
.oto-video-seek-track {
  position: relative;
  height: 8px;
  border-radius: 99px;
  background: rgba(248, 244, 235, 0.38);
  overflow: visible;
  pointer-events: none;
}
.oto-video-seek-fill {
  height: 100%;
  width: 0;
  border-radius: 99px;
  background: #c67511;
}
.oto-video-seek-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  background: #f8f4eb;
  box-shadow: 0 1px 6px rgba(16, 11, 8, 0.45);
  pointer-events: none;
}
.oto-video-play {
  position: absolute;
  inset: 0 0 3.1rem;
  z-index: 2;
  border: 0;
  pointer-events: none;
  background: rgba(16, 11, 8, 0.18);
}
.oto-video-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -14px 0 0 -8px;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #f8f4eb;
  filter: drop-shadow(0 6px 16px rgba(16, 11, 8, 0.45));
}
.oto-watch-card--video.is-playing .oto-video-play {
  background: transparent;
}
.oto-watch-card--video.is-playing .oto-video-play::after {
  opacity: 0;
}
.oto-watch-card--video {
  cursor: pointer;
}
.oto-watch-card:hover {
  border-color: #628339;
}
.oto-watch-kind {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c67511;
}
.oto-watch-label {
  position: relative;
  z-index: 1;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  font-weight: 650;
}

/* Includes */
.oto-includes {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .oto-includes {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }
}
.oto-includes-list {
  background: rgba(248, 244, 235, 0.06);
  border: 1px solid rgba(248, 244, 235, 0.14);
  border-radius: 1.1rem;
  padding: 1.5rem 1.5rem 1.35rem;
}
.oto-includes-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oto-includes-list li {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid rgba(248, 244, 235, 0.1);
  font-size: 1.18rem;
  line-height: 1.5;
}
.oto-includes-list li:first-child {
  border-top: 0;
  padding-top: 0;
}
.oto-includes-list li span {
  color: #e7da69;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.2;
}
.oto-includes-side {
  background: #f8f4eb;
  color: #2c2118;
  border-radius: 1.1rem;
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
.oto-includes-side h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.oto-includes-side p {
  margin: 0;
  color: #5c4a3a;
  line-height: 1.6;
  font-size: 0.98rem;
}
.oto-includes-side .btn {
  align-self: flex-start;
}
.oto-includes--solo {
  grid-template-columns: 1fr;
  max-width: 40rem;
}
.oto-spots {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  font-weight: 650;
  color: #c67511;
  letter-spacing: 0.01em;
}
.oto-section--earth .oto-spots {
  color: #e7da69;
}

/* Guide */
.oto-guide {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 860px) {
  .oto-guide {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2.5rem;
  }
}
.oto-guide-photo {
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(44, 33, 24, 0.12);
  background: #e8e0d4;
  aspect-ratio: 4 / 5;
}
.oto-guide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.oto-guide-copy h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  letter-spacing: -0.025em;
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.oto-guide-copy p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #5c4a3a;
}
.oto-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  padding: 0;
  margin: 1.15rem 0 0;
}
.oto-creds li {
  font-size: 0.78rem;
  font-weight: 650;
  color: #3f2a1d;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
}

/*
 * Wins / testimonials gallery
 * Screenshots vary wildly in height — use CSS columns masonry so the
 * wall reads as one wrap, not jagged equal-height rows.
 */
.oto-wins-masonry {
  column-count: 1;
  column-gap: 1.15rem;
}
@media (min-width: 640px) {
  .oto-wins-masonry {
    column-count: 2;
    column-gap: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .oto-wins-masonry {
    column-count: 3;
    column-gap: 1.35rem;
  }
}
.oto-win {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: block;
  margin: 0 0 1.15rem;
  background: #1c1c1e;
  border: 1px solid rgba(44, 33, 24, 0.12);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 4px 12px rgba(44, 33, 24, 0.06),
    0 14px 32px rgba(44, 33, 24, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.oto-win:hover {
  transform: translateY(-3px);
  box-shadow:
    0 8px 18px rgba(44, 33, 24, 0.08),
    0 22px 44px rgba(44, 33, 24, 0.12);
}
.oto-win img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
/* Long reviews still wrap naturally in the column; no forced crop */

.oto-section .sm-wins-proof-cta--section {
  margin-top: 2.25rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 650;
  color: #2c2118;
}
.oto-section .sm-wins-proof-cta--section a {
  color: #628339;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.oto-section .sm-wins-proof-cta--section a:hover {
  color: #4f6a2e;
}

/* Begin */
.oto-begin {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .oto-begin {
    grid-template-columns: 1fr 1fr;
  }
}
.oto-begin-card {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.1rem;
  padding: 1.5rem 1.45rem 1.6rem;
}
.oto-begin-card .step {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c67511;
  margin: 0 0 0.5rem;
}
.oto-begin-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.25rem;
  letter-spacing: -0.015em;
}
.oto-begin-card p {
  margin: 0 0 1.15rem;
  color: #5c4a3a;
  line-height: 1.6;
  font-size: 0.98rem;
}
.oto-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.oto-contact-row .btn-ghost {
  border: 1.5px solid #2c2118;
  color: #2c2118;
}
.oto-contact-row .btn-ghost:hover {
  background: #2c2118;
  border-color: #2c2118;
  color: #f8f4eb;
}

/* FAQ */
.oto-faq {
  max-width: 44rem;
  margin: 0 auto;
}
.oto-faq-item {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1rem;
  margin-bottom: 0.65rem;
  overflow: hidden;
}
.oto-faq-item summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 1.15rem 1.05rem 1.25rem;
  font-weight: 650;
  font-size: 1.02rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.oto-faq-item summary::-webkit-details-marker {
  display: none;
}
.oto-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #628339;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 0.8;
  margin-top: 0.05rem;
}
.oto-faq-item[open] summary::after {
  content: "–";
}
.oto-faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  color: #5c4a3a;
  line-height: 1.65;
  font-size: 0.98rem;
}

/* Final CTA */
.oto-final {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
}
.oto-final h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0 0 0.85rem;
}
.oto-final p {
  margin: 0 0 1.35rem;
  color: #5c4a3a;
  line-height: 1.65;
  font-size: 1.05rem;
}
.oto-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.oto-final--on-photo {
  color: #f8f4eb;
}
.oto-final--on-photo .oto-kicker {
  color: #e7da69;
}
.oto-final--on-photo h2 {
  color: #f8f4eb;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.oto-final--on-photo p {
  color: rgba(248, 244, 235, 0.88);
}
.oto-band--final {
  min-height: 22rem;
  padding: 5.25rem 0 5.75rem;
}
@media (min-width: 768px) {
  .oto-band--final {
    min-height: 28rem;
    padding: 7rem 0 7.25rem;
  }
}
.oto-final--power {
  max-width: 42rem;
}
.oto-final--power h2 {
  font-size: clamp(2.35rem, 6vw, 3.65rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0 0 1.15rem;
}
.oto-final--power p {
  font-size: 1.12rem;
  line-height: 1.65;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
}
.oto-btn-on-photo {
  background: transparent;
  color: #f8f4eb;
  border-color: rgba(248, 244, 235, 0.45);
}
.oto-btn-on-photo:hover {
  background: rgba(248, 244, 235, 0.12);
  color: #fff;
  border-color: rgba(248, 244, 235, 0.7);
}

/* Soft CTA link style on cream */
.btn-on-dark {
  background: #f8f4eb;
  color: #2c2118;
}
.btn-on-dark:hover {
  background: #fff;
  color: #2c2118;
}
.btn-ghost-light {
  background: transparent;
  color: #f8f4eb;
  border: 1.5px solid rgba(248, 244, 235, 0.45);
}
.btn-ghost-light:hover {
  background: rgba(248, 244, 235, 0.1);
  border-color: #f8f4eb;
  color: #f8f4eb;
}

/* Live Wins embed (1:1 + teacher training) */
.tt-wins-status {
  text-align: center;
  color: #5c4a3a;
  margin: 1rem 0 0;
}
.tt-win-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.tt-win-open img {
  width: 100%;
  height: auto;
  display: block;
}
.tt-wins-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem 1.25rem;
  background: rgba(44, 33, 24, 0.82);
}
.tt-wins-lightbox[hidden] {
  display: none;
}
.tt-wins-lightbox-figure {
  margin: 0;
  max-width: min(920px, 100%);
  max-height: 90vh;
}
.tt-wins-lightbox-figure img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}
.tt-wins-lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 999px;
  background: #f8f4eb;
  color: #2c2118;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

/* Healing hero — full-bleed photo, words sit in the open space */
.oto-hero--bleed {
  display: flex;
  align-items: flex-end;
  min-height: min(92vh, 820px);
  padding: 0;
  border-bottom: none;
  background: #16110d;
  overflow: hidden;
}
.oto-hero-bleed-photo,
.oto-hero-bleed-veil {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.oto-hero-bleed-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 38%;
  display: block;
}
.oto-hero-bleed-veil {
  background:
    linear-gradient(90deg, rgba(16, 11, 8, 0.78) 0%, rgba(16, 11, 8, 0.48) 42%, rgba(16, 11, 8, 0.08) 70%, rgba(16, 11, 8, 0.22) 100%),
    linear-gradient(180deg, rgba(16, 11, 8, 0.42) 0%, transparent 32%, rgba(16, 11, 8, 0.55) 100%);
}
.oto-hero-bleed-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: calc(5.25rem + 2.25rem);
  padding-bottom: 4.25rem;
}
.oto-hero--bleed .oto-chooser a {
  background: rgba(248, 244, 235, 0.12);
  border-color: rgba(248, 244, 235, 0.28);
  color: #f8f4eb;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.oto-hero--bleed .oto-chooser a:hover {
  background: rgba(248, 244, 235, 0.2);
  border-color: rgba(248, 244, 235, 0.5);
  color: #fff;
}
.oto-hero--bleed .oto-chooser a.is-current {
  background: #628339;
  border-color: #628339;
  color: #fff;
}
.oto-hero--bleed .oto-kicker--pill {
  background: rgba(231, 218, 105, 0.12);
  border-color: rgba(231, 218, 105, 0.38);
  color: #e7da69;
}
.oto-hero--bleed .oto-kicker-dot {
  background: #e7da69;
  box-shadow: 0 0 0 4px rgba(231, 218, 105, 0.16);
}
.oto-hero--bleed h1 {
  max-width: 14ch;
  color: #f8f4eb;
  text-shadow: 0 12px 36px rgba(16, 11, 8, 0.45);
}
.oto-hero-byline {
  margin: -0.35rem 0 1.15rem;
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: rgba(248, 244, 235, 0.82);
  max-width: min(34rem, 100%);
  line-height: 1.5;
  white-space: normal;
}
.oto-hero--bleed .oto-hero-lead {
  max-width: 32rem;
  color: rgba(248, 244, 235, 0.86);
}
.oto-hero--bleed .oto-hero-accent {
  color: #e7da69;
}
.oto-hero--summary .oto-hero-bleed-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  /* Zoom from the left so Keith sits well to the right of the words */
  object-position: 0% 32%;
  transform: scale(1.42);
  transform-origin: left 30%;
}
.oto-hero--summary .oto-hero-bleed-veil {
  background:
    linear-gradient(90deg, rgba(16, 11, 8, 0.86) 0%, rgba(16, 11, 8, 0.58) 38%, rgba(16, 11, 8, 0.14) 68%, rgba(16, 11, 8, 0.2) 100%),
    linear-gradient(180deg, rgba(16, 11, 8, 0.4) 0%, transparent 32%, rgba(16, 11, 8, 0.52) 100%);
}
.oto-hero--healing .oto-hero-bleed-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 6% 18%;
  transform: scale(1.32);
  transform-origin: 0% 16%;
}
.oto-hero--healing .oto-hero-bleed-veil {
  background:
    linear-gradient(90deg, rgba(16, 11, 8, 0.88) 0%, rgba(16, 11, 8, 0.62) 34%, rgba(16, 11, 8, 0.16) 62%, rgba(16, 11, 8, 0.28) 100%),
    linear-gradient(180deg, rgba(16, 11, 8, 0.4) 0%, transparent 30%, rgba(16, 11, 8, 0.58) 100%);
}
.oto-hero--healing h1 {
  max-width: 18ch;
}
.oto-hero--healing .oto-hero-accent {
  display: block;
}
.oto-work-points {
  margin-top: 0.25rem;
}
.oto-work-points .oto-compare-card {
  display: flex;
  flex-direction: column;
}
.oto-work-points .oto-compare-card ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}
.oto-work-points .oto-compare-card li {
  position: relative;
  padding: 0.32rem 0 0.32rem 1.05rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #5c4a3a;
}
.oto-work-points .oto-compare-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 0.42rem;
  height: 1.5px;
  background: #628339;
}
@media (max-width: 899px) {
  .oto-hero--bleed {
    min-height: min(88vh, 720px);
  }
  .oto-hero-bleed-photo img {
    object-position: 82% 28%;
  }
  .oto-hero--summary .oto-hero-bleed-photo img {
    object-position: 48% 30%;
    transform: none;
    transform-origin: center center;
  }
  .oto-hero--summary .oto-hero-bleed-veil {
    background:
      linear-gradient(90deg, rgba(16, 11, 8, 0.82) 0%, rgba(16, 11, 8, 0.68) 42%, rgba(16, 11, 8, 0.32) 100%),
      linear-gradient(180deg, rgba(16, 11, 8, 0.52) 0%, rgba(16, 11, 8, 0.62) 40%, rgba(16, 11, 8, 0.9) 100%);
  }
  .oto-hero--summary .oto-hero-lead,
  .oto-hero--summary .oto-hero-byline {
    text-shadow: 0 8px 28px rgba(16, 11, 8, 0.7);
  }
  .oto-hero--healing .oto-hero-bleed-photo img {
    object-position: 25% 20%;
    transform: scale(1.10) translateY(2.6%);
    transform-origin: 25% 16%;
  }
  .oto-hero-bleed-veil {
    background:
      linear-gradient(180deg, rgba(16, 11, 8, 0.5) 0%, rgba(16, 11, 8, 0.58) 42%, rgba(16, 11, 8, 0.82) 100%);
  }
  .oto-hero--bleed h1 {
    max-width: 16ch;
  }
}

/* Fit section — editorial, more presence */
.oto-section--fit-lux {
  background:
    radial-gradient(ellipse 80% 55% at 8% 0%, rgba(98, 131, 57, 0.07), transparent 58%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(198, 117, 17, 0.06), transparent 55%),
    #f8f4eb;
}
.oto-fit-lux-head {
  max-width: 38rem;
  margin: 0 0 2.75rem;
}
.oto-fit-lux-head h2 {
  font-size: clamp(2.15rem, 4.4vw, 3.15rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 0 0 1.15rem;
  color: #2c2118;
}
.oto-fit-lux-head p:not(.oto-kicker) {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.7;
  color: #5c4a3a;
}
.oto-section--fit-lux .oto-fit-card {
  padding: 1.75rem 1.65rem 1.7rem;
  border-radius: 1.35rem;
  box-shadow: 0 16px 40px rgba(44, 33, 24, 0.06);
}
.oto-fit-label {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c67511;
}
.oto-fit-card--yes .oto-fit-label {
  color: #628339;
}
.oto-section--fit-lux .oto-fit-card h3 {
  font-family: "Californian FB", "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 1.25rem;
  padding-bottom: 1.05rem;
  border-bottom: 1px solid rgba(217, 201, 168, 0.75);
}
.oto-section--fit-lux .oto-fit-card-top {
  display: none;
}
.oto-section--fit-lux .oto-fit-card li {
  padding: 0.72rem 0 0.72rem 1.55rem;
  font-size: 1.02rem;
  line-height: 1.5;
}
.oto-section--fit-lux .oto-fit-card li::before {
  width: 0.55rem;
  height: 0.28rem;
  border-radius: 0;
  background: none;
  border-left: 2px solid #628339;
  border-bottom: 2px solid #628339;
  transform: rotate(-45deg);
  top: 1.15rem;
  left: 0.1rem;
}
.oto-section--fit-lux .oto-fit-card--soft li::before {
  width: 0.55rem;
  height: 0;
  background: none;
  border: none;
  border-top: 1.5px solid #c67511;
  transform: none;
  top: 1.28rem;
  left: 0.05rem;
}

/* Cultivation — cosmic biofield / sacred geometry */
.oto-hero--cultivate .oto-hero-bleed-photo img {
  object-position: 72% 50%;
}
.oto-hero--cultivate .oto-hero-bleed-veil {
  background:
    linear-gradient(90deg, rgba(16, 11, 8, 0.72) 0%, rgba(16, 11, 8, 0.42) 38%, rgba(16, 11, 8, 0.08) 68%, rgba(16, 11, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(16, 11, 8, 0.38) 0%, transparent 30%, rgba(16, 11, 8, 0.4) 100%);
}
.oto-hero--cultivate h1 {
  max-width: 16ch;
}
@media (max-width: 899px) {
  .oto-hero--cultivate .oto-hero-bleed-photo img {
    object-position: 80% 50%;
  }
  .oto-hero--cultivate .oto-hero-bleed-veil {
    background:
      linear-gradient(180deg, rgba(16, 11, 8, 0.48) 0%, rgba(16, 11, 8, 0.58) 40%, rgba(16, 11, 8, 0.84) 100%);
  }
}

.oto-section--cultivate {
  position: relative;
  overflow: hidden;
}
.oto-cultivate-field {
  position: absolute;
  inset: -8% -4%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.48;
}
.oto-cultivate-field img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.oto-cultivate-field--soft {
  opacity: 0.3;
}
.oto-section--cultivate > .oto-wrap,
.oto-section--cultivate > .oto-cultivate-wrap {
  position: relative;
  z-index: 1;
}
.oto-cultivate-intro {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 860px) {
  .oto-cultivate-intro {
    grid-template-columns: 0.86fr 1.14fr;
    gap: 2.5rem;
    margin-bottom: 2.85rem;
  }
}
.oto-cultivate-art {
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow:
    0 8px 20px rgba(44, 33, 24, 0.08),
    0 28px 56px rgba(44, 33, 24, 0.16);
  background: #1a1410;
  aspect-ratio: 3 / 4;
  max-height: 34rem;
}
.oto-cultivate-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.oto-cultivate-intro .oto-head p + p {
  margin-top: 1rem;
}
.oto-page--cultivate .oto-fit-card,
.oto-page--cultivate .oto-format,
.oto-page--cultivate .oto-other-formats {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Bodywork */
.oto-hero--bodywork .oto-hero-bleed-photo img {
  object-position: 52% 42%;
}
.oto-hero--bodywork .oto-hero-bleed-veil {
  background:
    linear-gradient(90deg, rgba(16, 11, 8, 0.72) 0%, rgba(16, 11, 8, 0.42) 46%, rgba(16, 11, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(16, 11, 8, 0.4) 0%, transparent 34%, rgba(16, 11, 8, 0.55) 100%);
}
.oto-hero--bodywork h1 {
  max-width: 13ch;
}
.oto-hero--retreat .oto-hero-bleed-photo img {
  object-position: 50% 42%;
}
.oto-hero--retreat .oto-hero-bleed-veil {
  background:
    linear-gradient(90deg, rgba(12, 18, 28, 0.78) 0%, rgba(12, 18, 28, 0.48) 42%, rgba(12, 18, 28, 0.18) 72%, rgba(12, 18, 28, 0.35) 100%),
    linear-gradient(180deg, rgba(12, 18, 28, 0.42) 0%, transparent 34%, rgba(12, 18, 28, 0.58) 100%);
}
.oto-hero--retreat h1 {
  max-width: 14ch;
}
.oto-rt-practical {
  padding: 0;
  max-width: 48rem;
}
.oto-rt-ways {
  display: grid;
  gap: 1.2rem;
}
@media (min-width: 900px) {
  .oto-rt-ways {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
  }
}
@media (max-width: 899px) {
  .oto-hero--bodywork .oto-hero-bleed-photo img {
    object-position: 48% 40%;
  }
}
.oto-bw-split {
  display: grid;
  gap: 1.6rem;
  align-items: start;
}
@media (min-width: 860px) {
  .oto-bw-split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }
  .oto-bw-split--photo-first {
    grid-template-columns: 0.95fr 1.05fr;
  }
}
.oto-bw-split h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.oto-bw-split figure {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 30rem;
  box-shadow: 0 20px 44px rgba(44, 33, 24, 0.12);
  background: #1a1410;
}
.oto-bw-split figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
}
.oto-bw-points {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0.15rem 0 0;
  border-top: 1px solid #eadcc0;
}
.oto-bw-points li {
  position: relative;
  margin: 0;
  padding: 0.72rem 0 0.72rem 1.85rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #3f2a1d;
  border-bottom: 1px solid rgba(217, 201, 168, 0.5);
}
.oto-bw-points li:last-child {
  border-bottom: none;
}
.oto-bw-points li::before {
  content: "";
  position: absolute;
  left: 0.08rem;
  top: 0.95rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: rgba(98, 131, 57, 0.12);
  border: 1.5px solid #628339;
  box-sizing: border-box;
}
.oto-bw-points li::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 1.18rem;
  width: 0.28rem;
  height: 0.48rem;
  border-right: 2px solid #628339;
  border-bottom: 2px solid #628339;
  transform: rotate(45deg);
}
.oto-bw-doors {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .oto-bw-doors {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
    align-items: stretch;
  }
}
.oto-bw-benefits {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.35rem 1.5rem;
}
@media (min-width: 700px) {
  .oto-bw-benefits {
    grid-template-columns: 1fr 1fr;
    max-width: 44rem;
  }
}
.oto-bw-benefits li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.5rem;
  font-size: 1.02rem;
  line-height: 1.45;
  color: #3f2a1d;
}
.oto-bw-benefits li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.95rem;
  width: 0.55rem;
  height: 0.28rem;
  border-left: 2px solid #628339;
  border-bottom: 2px solid #628339;
  transform: rotate(-45deg);
}
.oto-bw-meet {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 860px) {
  .oto-bw-meet {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
  }
}
.oto-bw-meet-copy p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3f2a1d;
}
.oto-bw-rooted {
  font-weight: 650;
  color: #2c2118 !important;
}
.oto-bw-meet-photo {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(44, 33, 24, 0.14);
  aspect-ratio: 4 / 5;
  max-height: 32rem;
  background: #1a1410;
}
.oto-bw-meet-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.oto-bw-details {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 860px) {
  .oto-bw-details {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.oto-bw-details article {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.25rem;
  padding: 1.5rem 1.4rem 1.45rem;
  box-shadow: 0 10px 28px rgba(44, 33, 24, 0.05);
}
.oto-bw-details h3 {
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.oto-bw-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oto-bw-details li {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.45rem;
  border-top: 1px solid rgba(217, 201, 168, 0.55);
  font-size: 0.98rem;
  line-height: 1.5;
  color: #3f2a1d;
}
.oto-bw-details li:first-child {
  border-top: 0;
  padding-top: 0.1rem;
}
.oto-bw-details li::before {
  content: "";
  position: absolute;
  left: 0.08rem;
  top: 1.05rem;
  width: 0.5rem;
  height: 0.26rem;
  border-left: 2px solid #628339;
  border-bottom: 2px solid #628339;
  transform: rotate(-45deg);
}
.oto-bw-details a {
  color: #628339;
  font-weight: 650;
}

/* Teacher Training bleed hero — group photo */
.oto-hero--tt .oto-hero-bleed-photo img {
  object-position: 64% 48%;
}
.oto-hero--tt h1 {
  max-width: 18ch;
}
.oto-hero--tt .oto-hero-lead strong {
  color: #e7da69;
  font-weight: 700;
  text-shadow: 0 2px 16px rgba(16, 11, 8, 0.65);
}
.oto-hero--tt .oto-trust-row {
  margin-top: 1.35rem;
}
.oto-hero--tt .oto-hero-bleed-veil {
  background:
    linear-gradient(90deg, rgba(16, 11, 8, 0.8) 0%, rgba(16, 11, 8, 0.5) 40%, rgba(16, 11, 8, 0.16) 72%, rgba(16, 11, 8, 0.32) 100%),
    linear-gradient(180deg, rgba(16, 11, 8, 0.42) 0%, transparent 32%, rgba(16, 11, 8, 0.58) 100%);
}
@media (max-width: 899px) {
  .oto-hero--tt .oto-hero-bleed-photo img {
    object-position: 58% 26%;
  }
}
