/* Teacher Training / Facilitate — extends one-to-one.css */

.tt-page .oto-hero h1,
.tt-page .oto-hero--bleed h1,
.tt-page .oto-hero--tt h1 {
  max-width: 22ch;
}
@media (max-width: 639px) {
  .tt-page .oto-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .tt-page .oto-hero-actions .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .tt-page .oto-trust-row {
    gap: 0.4rem;
  }
  .tt-page .oto-trust-row li {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 0.72rem;
    padding: 0.4rem 0.72rem 0.4rem 0.55rem;
  }
}

.tt-journey-detail {
  margin-top: 2rem;
}

/* United Teaching Tribe band */
.tt-tribe {
  text-align: center;
  color: #f8f4eb;
  max-width: 36rem;
  margin: 0 auto;
}
.tt-tribe .oto-kicker {
  color: #e7da69;
}
.tt-tribe h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(2rem, 4.4vw, 3.05rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #f8f4eb;
  text-shadow: 0 10px 28px rgba(16, 11, 8, 0.4);
}
.tt-tribe p {
  margin: 0 0 1.35rem;
  font-size: 1.12rem;
  line-height: 1.55;
  color: rgba(248, 244, 235, 0.88);
}
.tt-art {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 860px) {
  .tt-art {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
  }
}
.tt-art-photo {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(44, 33, 24, 0.12);
  aspect-ratio: 4 / 3;
  background: #1a1410;
}
.tt-art-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.tt-art-copy h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  letter-spacing: -0.03em;
}
.tt-art-copy p {
  margin: 0 0 1.15rem;
  color: #5c4a3a;
  line-height: 1.65;
  font-size: 1.02rem;
}
.tt-teacher-card {
  flex: 0 0 13.5rem;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.05rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 20px rgba(44, 33, 24, 0.06);
}
.tt-teacher-card img {
  width: 100%;
  height: 11.5rem;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.tt-teacher-card-body {
  padding: 0.75rem 0.8rem 0.9rem;
}
.tt-teacher-card-body strong {
  display: block;
  font-size: 0.92rem;
  letter-spacing: -0.015em;
  color: #2c2118;
}
.tt-teacher-card-body span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #5c4a3a;
}
.tt-drops {
  display: grid;
  gap: 0.85rem;
  align-items: start;
  max-width: 46rem;
}
@media (min-width: 800px) {
  .tt-drops {
    grid-template-columns: 1fr 1fr;
    max-width: 52rem;
  }
}
.tt-drop {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.05rem;
  overflow: hidden;
  align-self: start;
}
.tt-drop-img {
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
.tt-drop-img--logo {
  object-fit: contain;
  object-position: center;
  background: #f8f4eb;
  padding: 1.1rem 1.4rem;
}
.tt-page .oto-head a,
.tt-page .tt-art-copy a:not(.btn) {
  color: #628339;
  font-weight: 650;
}
.tt-page .tt-art-copy a.btn-primary,
.tt-page .tt-art-copy a.btn-primary:hover,
.tt-page .tt-art-copy a.btn-primary:focus {
  color: #fff;
}
.tt-drop summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 1.1rem 1.05rem 1.2rem;
  font-weight: 650;
  font-size: 0.95rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #2c2118;
}
.tt-drop summary::-webkit-details-marker {
  display: none;
}
.tt-drop summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #628339;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 0.8;
}
.tt-drop[open] summary::after {
  content: "–";
}
.tt-drop p {
  margin: 0;
  padding: 0 1.2rem 1.15rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5c4a3a;
}
.tt-drop-body {
  padding: 0 1.2rem 1.2rem;
}
.tt-drop-body p {
  padding: 0;
  margin: 0 0 0.7rem;
}
.tt-drop-body p:last-child {
  margin-bottom: 0;
}
.tt-drop-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-drop-body li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1.15rem;
  font-size: 0.93rem;
  line-height: 1.5;
  color: #5c4a3a;
  border-top: 1px solid rgba(217, 201, 168, 0.45);
}
.tt-drop-body li:first-child {
  border-top: none;
}
.tt-drop-body li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #628339;
  font-weight: 700;
  font-size: 0.78rem;
}
.tt-drop a {
  color: #628339;
  font-weight: 650;
}
.tt-faq-more {
  text-align: center;
  margin: 1.35rem 0 0;
}
.tt-faq-more a {
  color: #628339;
  font-weight: 650;
  text-underline-offset: 3px;
}
.oto-step-body a,
.oto-head a,
.tt-intake a,
.oto-fit-card a,
.oto-faq-item a {
  color: #628339;
  font-weight: 650;
}

/* Current intake notice */
.tt-intake {
  display: grid;
  gap: 1rem;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-left: 4px solid #c67511;
  border-radius: 1.1rem;
  padding: 1.35rem 1.4rem 1.4rem;
  box-shadow: 0 10px 28px rgba(44, 33, 24, 0.05);
}
@media (min-width: 800px) {
  .tt-intake {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.5rem;
  }
}
.tt-intake-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c67511;
  margin: 0 0 0.4rem;
}
.tt-intake h2 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: #2c2118;
}
.tt-intake p {
  margin: 0;
  color: #5c4a3a;
  line-height: 1.6;
  font-size: 0.98rem;
}
.tt-intake-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

/* Walk-away outcomes */
.tt-outcomes {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 700px) {
  .tt-outcomes {
    grid-template-columns: 1fr 1fr;
  }
}
.tt-outcome {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.05rem;
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow: 0 6px 18px rgba(44, 33, 24, 0.04);
}
.tt-outcome h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
  color: #2c2118;
}
.tt-outcome p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5c4a3a;
}

/* Two training paths */
.tt-paths {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 860px) {
  .tt-paths {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.tt-path {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.2rem;
  padding: 1.55rem 1.45rem 1.6rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(44, 33, 24, 0.05);
}
.tt-path.is-featured {
  background: linear-gradient(165deg, #2c2118 0%, #3d3024 55%, #2c2118 100%);
  border-color: transparent;
  color: #f8f4eb;
}
.tt-path .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;
  align-self: flex-start;
}
.tt-path.is-featured .tag {
  color: #2c2118;
  background: #e7da69;
}
.tt-path h3 {
  margin: 0 0 0.45rem;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}
.tt-path.is-featured h3 {
  color: #f8f4eb;
}
.tt-path .tt-price {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #628339;
  margin: 0.15rem 0 0.75rem;
}
.tt-path.is-featured .tt-price {
  color: #e7da69;
}
.tt-path .tt-price span {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #5c4a3a;
  margin-top: 0.2rem;
}
.tt-path.is-featured .tt-price span {
  color: rgba(248, 244, 235, 0.72);
}
.tt-path p {
  margin: 0 0 1rem;
  color: #5c4a3a;
  line-height: 1.6;
  font-size: 0.98rem;
}
.tt-path.is-featured p {
  color: rgba(248, 244, 235, 0.84);
}
.tt-path ul {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  flex: 1;
}
.tt-path li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #3f2a1d;
}
.tt-path.is-featured li {
  color: rgba(248, 244, 235, 0.88);
}
.tt-path li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #628339;
  font-weight: 700;
}
.tt-path.is-featured li::before {
  color: #e7da69;
}

/* Curriculum hours */
.tt-hours {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 700px) {
  .tt-hours {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .tt-hours {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tt-hour {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.1rem;
  padding: 1.25rem 1.15rem 1.3rem;
  min-height: 100%;
}
.tt-hour-num {
  display: block;
  font-family: "Californian FB", "Playfair Display", Georgia, serif;
  font-size: 2.15rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #628339;
  margin-bottom: 0.45rem;
}
.tt-hour h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
}
.tt-hour p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #5c4a3a;
}

/* IICT trust */
.tt-iict {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 860px) {
  .tt-iict {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem;
  }
}
.tt-iict-seals {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
}
.tt-iict-seals img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tt-iict-seals img:first-child {
  max-width: 22rem;
}
.tt-iict-seals img:last-child {
  max-width: 26rem;
}

/* Quote cards + screenshot wins mix */
.tt-quotes {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .tt-quotes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.tt-quote-card {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.15rem;
  padding: 1.35rem 1.25rem 1.3rem;
  box-shadow: 0 8px 22px rgba(44, 33, 24, 0.04);
}
.tt-quote-card p {
  margin: 0 0 1rem;
  font-family: "Californian FB", "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #2c2118;
}
.tt-quote-card cite {
  display: block;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #628339;
}

/* On-page jump nav */
.tt-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 48rem;
}
.tt-toc a {
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: #3f2a1d;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 999px;
  padding: 0.38rem 0.8rem;
}
.tt-toc a:hover {
  border-color: #628339;
  color: #628339;
}

/* Certification path */
.tt-cert {
  display: grid;
  gap: 0.9rem;
  counter-reset: ttcert;
}
@media (min-width: 800px) {
  .tt-cert {
    grid-template-columns: 1fr 1fr;
  }
}
.tt-cert-step {
  position: relative;
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.1rem;
  padding: 1.25rem 1.25rem 1.3rem 1.35rem;
}
.tt-cert-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
  letter-spacing: -0.015em;
}
.tt-cert-step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5c4a3a;
}

/* Ethos */
.tt-ethos {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 800px) {
  .tt-ethos {
    grid-template-columns: 1fr 1fr;
  }
}
.tt-ethos-item {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.05rem;
  padding: 1.15rem 1.2rem 1.2rem;
}
.tt-ethos-item h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}
.tt-ethos-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5c4a3a;
}

/* Start-prereqs callout */
.tt-prereq-now {
  margin-top: 1.75rem;
  background: #2c2118;
  color: #f8f4eb;
  border-radius: 1.2rem;
  padding: 1.5rem 1.45rem 1.55rem;
}
.tt-prereq-now h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: #f8f4eb;
}
.tt-prereq-now p {
  margin: 0 0 1.1rem;
  color: rgba(248, 244, 235, 0.86);
  line-height: 1.6;
}
.tt-prereq-now .oto-contact-row {
  margin: 0;
}

@media (min-width: 860px) {
  .tt-pillars {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 700px) and (max-width: 859px) {
  .tt-pillars {
    grid-template-columns: 1fr 1fr;
  }
}

.oto-trust-row a,
.oto-hero-badge a,
.oto-band-quote cite a {
  color: inherit;
  text-underline-offset: 3px;
}
.oto-hero-badge a:hover,
.oto-band-quote cite a:hover {
  text-decoration: underline;
}

.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;
}

/* Merged journey — what you take into the room */
.tt-take-intro {
  margin: 2.4rem 0 1.15rem;
}
.tt-take-intro h3 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  letter-spacing: -0.03em;
}
.tt-take {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 800px) {
  .tt-take {
    grid-template-columns: 1fr 1fr;
  }
}
.tt-take-card {
  background: #fff;
  border: 1px solid #d9c9a8;
  border-radius: 1.2rem;
  padding: 1.45rem 1.35rem 1.5rem;
  box-shadow: 0 10px 28px rgba(44, 33, 24, 0.05);
}
.tt-take-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.38rem;
  letter-spacing: -0.02em;
}
.tt-take-card p {
  margin: 0 0 0.85rem;
  color: #5c4a3a;
  line-height: 1.6;
  font-size: 0.98rem;
}
.tt-take-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-take-card li {
  position: relative;
  padding: 0.42rem 0 0.42rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #3f2a1d;
  border-top: 1px solid rgba(217, 201, 168, 0.5);
}
.tt-take-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #628339;
  font-weight: 700;
}

/* Next live-online group — photo as light background */
.tt-upcoming {
  position: relative;
  overflow: hidden;
  color: #2c2118;
  min-height: 22rem;
  display: flex;
  align-items: center;
}
.tt-upcoming-bg,
.tt-upcoming-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tt-upcoming-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.tt-upcoming-veil {
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.86) 0%, rgba(248, 244, 235, 0.62) 38%, rgba(248, 244, 235, 0.18) 68%, rgba(248, 244, 235, 0.12) 100%);
}
.tt-upcoming-inner {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  padding: 2.15rem 1.75rem 2.15rem 0;
}
.tt-upcoming-inner .oto-kicker {
  color: #4f6a2e;
}
.tt-upcoming-inner h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  letter-spacing: -0.03em;
  text-shadow: 0 8px 24px rgba(248, 244, 235, 0.55);
}
.tt-upcoming-inner p {
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #2c2118;
  max-width: 34rem;
}
@media (max-width: 767px) {
  .tt-upcoming {
    min-height: 0;
    align-items: stretch;
  }
  .tt-upcoming-bg img {
    object-position: 58% 38%;
  }
  .tt-upcoming-veil {
    background:
      linear-gradient(180deg, rgba(16, 11, 8, 0.48) 0%, rgba(16, 11, 8, 0.62) 42%, rgba(16, 11, 8, 0.84) 100%);
  }
  .tt-upcoming-inner {
    padding: 2.15rem 0 2.35rem;
    max-width: none;
  }
  .tt-upcoming-inner .oto-kicker {
    color: #e7da69;
  }
  .tt-upcoming-inner h2 {
    color: #f8f4eb;
    text-shadow: 0 10px 28px rgba(16, 11, 8, 0.55);
  }
  .tt-upcoming-inner p {
    color: rgba(248, 244, 235, 0.92);
    text-shadow: 0 6px 20px rgba(16, 11, 8, 0.65);
    max-width: none;
  }
}

.tt-teacher-card--more {
  flex: 0 0 13.5rem;
  display: flex;
  align-items: stretch;
  background: #2c2118;
  border-color: #2c2118;
  min-height: 16.6rem;
}
.tt-teacher-card--more .tt-teacher-card-more-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.05rem;
  text-align: center;
  width: 100%;
}
.tt-teacher-card--more strong {
  color: #e7da69;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.tt-teacher-card--more span {
  color: rgba(248, 244, 235, 0.82);
  margin-top: 0.45rem;
}
.tt-teacher-card--more:hover {
  background: #3d3024;
  border-color: #3d3024;
}
@media (max-width: 767px) {
  .tt-teacher-card,
  .tt-teacher-card--more {
    flex: 0 0 80%;
    max-width: 16.5rem;
    scroll-snap-align: center;
  }
}
