/* 1:1 coaching page — deep navy + warm gold accents */

.site-page--coaching.site-page--has-hero {
  --c1-navy: #0f2744;
  --c1-navy-soft: #1a3655;
  --c1-gold: #c9a227;
  --c1-gold-soft: rgba(201, 162, 39, 0.14);
}

.sp-page-hero--coaching-1on1.sp-page-hero--title-only {
  min-height: clamp(280px, 42vw, 480px);
  padding: clamp(88px, 14vw, 140px) 24px clamp(40px, 6vw, 64px);
  text-align: center;
}

.sp-page-hero--coaching-1on1 .sp-page-hero__media {
  background-position: 72% 38%;
}

.sp-page-hero--coaching-1on1 .sp-page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(15, 39, 68, 0.28) 0%, rgba(15, 39, 68, 0.55) 55%, rgba(15, 39, 68, 0.72) 100%);
}

.sp-page-hero--coaching-1on1 .sp-page-hero__brand {
  color: #f8fafc;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.sp-page-hero--coaching-1on1 .sp-page-hero__content {
  transform: none;
}

.sp-page-hero--coaching-1on1 .sp-page-hero__title {
  max-width: none;
  font-size: clamp(2rem, 5.2vw, 3.25rem);
  letter-spacing: -0.04em;
  color: #f8fafc;
  text-shadow: 0 2px 18px rgba(15, 39, 68, 0.45);
}

/* Corporate training hero — same title-on-photo pattern as 1:1 */
.sp-page-hero--corporate.sp-page-hero--title-only {
  min-height: clamp(280px, 42vw, 480px);
  padding: clamp(88px, 14vw, 140px) 24px clamp(40px, 6vw, 64px);
  text-align: center;
}

.sp-page-hero--corporate .sp-page-hero__media {
  background-position: center 40%;
}

.sp-page-hero--corporate .sp-page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(15, 39, 68, 0.22) 0%, rgba(15, 39, 68, 0.48) 50%, rgba(15, 39, 68, 0.7) 100%);
}

.sp-page-hero--corporate .sp-page-hero__brand {
  color: #f8fafc;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.sp-page-hero--corporate .sp-page-hero__content {
  transform: none;
}

.sp-page-hero--corporate .sp-page-hero__title {
  max-width: none;
  font-size: clamp(2rem, 5.2vw, 3.25rem);
  letter-spacing: -0.04em;
  color: #f8fafc;
  text-shadow: 0 2px 18px rgba(15, 39, 68, 0.45);
}

/* Lecture / special talk hero — title-on-photo like 1:1 */
.sp-page-hero--lecture.sp-page-hero--title-only {
  min-height: clamp(280px, 42vw, 480px);
  padding: clamp(88px, 14vw, 140px) 24px clamp(40px, 6vw, 64px);
  text-align: center;
}

.sp-page-hero--lecture .sp-page-hero__media {
  background-position: center 48%;
}

.sp-page-hero--lecture .sp-page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(15, 39, 68, 0.3) 0%, rgba(15, 39, 68, 0.52) 48%, rgba(15, 39, 68, 0.74) 100%);
}

.sp-page-hero--lecture .sp-page-hero__brand {
  color: #f8fafc;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.sp-page-hero--lecture .sp-page-hero__content {
  transform: none;
}

.sp-page-hero--lecture .sp-page-hero__title {
  max-width: none;
  font-size: clamp(2rem, 5.2vw, 3.25rem);
  letter-spacing: -0.04em;
  color: #f8fafc;
  text-shadow: 0 2px 18px rgba(15, 39, 68, 0.45);
}

/* Extra air below header before hero title / tabs stack */
.site-page--coaching.site-page--has-hero .site-page__layout {
  padding-top: 48px;
}

/* Coach card early placement + smile portrait crop */
.site-page--coaching .sp-coach-card {
  margin-top: 0;
  margin-bottom: 0;
}

.site-page--coaching .sp-coach-card__title {
  color: var(--c1-navy, #0f2744);
}

.site-page--coaching .sp-coach-card__panel {
  border-color: rgba(201, 162, 39, 0.28);
}

.site-page--coaching .sp-coach-card__photo {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 18%;
}

.site-page--coaching .sp-coach-card__creds-label,
.site-page--coaching .sp-coach-card__list li::before {
  color: #e7c65c;
}

.site-page--coaching .sp-coach-card__list li::before {
  background: #e7c65c;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}

/* Divider between coach profile and body copy */
.site-page--coaching .sp-coach-card::after {
  content: "";
  display: block;
  margin-top: 32px;
  border-bottom: 1px solid #e2e8f0;
}

.sp-block--lead-note {
  margin-top: 32px;
  margin-bottom: 8px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(15, 39, 68, 0.04);
  border: 1px solid rgba(15, 39, 68, 0.08);
}

.sp-block--lead-note p {
  margin: 0;
  color: #334155;
  line-height: 1.7;
}

/* Situation list spacing */
.sp-list-block.sp-list--spaced .sp-list li {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Curriculum 5-card — deep teal brand cards */
.sp-steps--curriculum {
  scroll-margin-top: calc(var(--site-header-height, 76px) + 16px);
}

.sp-steps--curriculum .sp-block__title {
  color: var(--c1-navy, #0f2744);
  margin-bottom: 14px;
}

.sp-steps--curriculum .sp-steps__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.sp-steps--curriculum .sp-steps__highlights li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  background: rgba(15, 118, 110, 0.06);
  color: #0f2744;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

.sp-steps--curriculum .sp-steps__highlights li::before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f766e;
}

.sp-steps--curriculum .sp-steps__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-steps--curriculum .sp-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 20px 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(165deg, #149687 0%, #0f766e 48%, #0c5f59 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 10px 28px rgba(15, 118, 110, 0.28);
}

.sp-steps--curriculum .sp-step__head {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 10px 12px;
  align-items: center;
}

.sp-steps--curriculum .sp-step__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  color: #0f2744;
  background: #e7c65c;
  border: none;
  box-shadow: 0 2px 8px rgba(201, 162, 39, 0.35);
  grid-row: 1;
  grid-column: 1;
}

.sp-steps--curriculum .sp-step__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  grid-row: 1;
  grid-column: 2;
  justify-self: start;
}

/* 1: magnifying glass + chart — white */
.sp-steps--curriculum .sp-step__icon--diagnose {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9.5' cy='9.5' r='5'/%3E%3Cpath d='M13.5 13.5L18 18'/%3E%3Cpath d='M15 8v5'/%3E%3Cpath d='M17.5 10.5v2.5'/%3E%3Cpath d='M20 9v4'/%3E%3C/svg%3E");
}

/* 2: sound wave + throat — white */
.sp-steps--curriculum .sp-step__icon--vowel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4c-1.5 1-2.5 3-2.5 5.5S7.5 14 9 15'/%3E%3Cpath d='M12 3.5c1.8 1.2 3 3.4 3 6s-1.2 4.8-3 6'/%3E%3Cpath d='M15.5 5c1.4 1.2 2.3 3 2.3 5s-.9 3.8-2.3 5'/%3E%3Cpath d='M10 16.5c0 1.2.5 2.2 1.5 2.8.7.4 1.2 1.1 1.2 1.9'/%3E%3C/svg%3E");
}

/* 3: mouth + tongue — white */
.sp-steps--curriculum .sp-step__icon--consonant {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='13.5' rx='7' ry='4.5'/%3E%3Cpath d='M7 13.5c1.2 1.4 2.8 2.2 5 2.2s3.8-.8 5-2.2'/%3E%3Cpath d='M12 11.5c.8.6 1.6.9 2.5.9'/%3E%3Cpath d='M10 7.5c.6-1 1.4-1.5 2.2-1.5.9 0 1.6.5 2 1.3'/%3E%3C/svg%3E");
}

/* 4: rhythm wave + note — white */
.sp-steps--curriculum .sp-step__icon--rhythm {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 14c1.5-3 3 3 4.5 0s3 3 4.5 0 3 3 4.5 0 3 3 4.5 0'/%3E%3Cpath d='M16 4v8'/%3E%3Ccircle cx='14.2' cy='12.2' r='1.8'/%3E%3Cpath d='M16 4l4 1.2V7l-4-1.2'/%3E%3C/svg%3E");
}

/* 5: mic + stage — white */
.sp-steps--curriculum .sp-step__icon--practice {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9.5' y='3' width='5' height='9' rx='2.5'/%3E%3Cpath d='M7.5 10.5a4.5 4.5 0 0 0 9 0'/%3E%3Cpath d='M12 15v3'/%3E%3Cpath d='M8 20h8'/%3E%3Cpath d='M6 22h12'/%3E%3C/svg%3E");
}

.sp-steps--curriculum .sp-step__title {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.sp-steps--curriculum .sp-step__body {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #d5ebe8;
}

/* Space before coaching reviews (avoid card/shadow collision) */
.sp-steps--curriculum {
  margin-bottom: 56px;
}

.sp-steps--curriculum + .sp-testimonials,
.sp-steps--curriculum + .sp-block--review-featured {
  margin-top: 12px;
  padding-top: 8px;
}

.site-page--coaching .sp-block__title {
  letter-spacing: -0.03em;
}

.site-page--coaching .sp-cta-row {
  gap: 12px;
}

.site-page--coaching .site-page__cta,
.site-page--coaching .sp-cta-row .site-page__cta,
.site-page--coaching .sp-cta-row .sp-cta-row__secondary {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 50px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  background: var(--color-primary, #0f766e);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 118, 110, 0.2);
  transition: background 0.15s ease, transform 0.15s ease;
}

.site-page--coaching .site-page__cta:hover,
.site-page--coaching .sp-cta-row .sp-cta-row__secondary:hover {
  background: var(--color-primary-hover, #0d655e);
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .sp-steps--curriculum .sp-steps__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  /* Header logo/menu ↔ hero title: +12~16px air */
  .sp-page-hero--coaching-1on1.sp-page-hero--title-only {
    min-height: clamp(220px, 56vw, 320px);
    padding: 88px 18px 36px;
  }

  .sp-page-hero--coaching-1on1 .sp-page-hero__title {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .sp-page-hero--coaching-1on1 .sp-page-hero__brand {
    top: 20px;
  }

  .sp-page-hero--corporate.sp-page-hero--title-only {
    min-height: clamp(220px, 56vw, 320px);
    padding: 88px 18px 36px;
  }

  .sp-page-hero--corporate .sp-page-hero__title {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .sp-page-hero--corporate .sp-page-hero__brand {
    top: 20px;
  }

  .sp-page-hero--lecture.sp-page-hero--title-only {
    min-height: clamp(220px, 56vw, 320px);
    padding: 88px 18px 36px;
  }

  .sp-page-hero--lecture .sp-page-hero__title {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }

  .sp-page-hero--lecture .sp-page-hero__brand {
    top: 20px;
  }

  /* Hero ↔ category tabs: +12~16px */
  .site-page--coaching.site-page--has-hero .site-page__layout {
    gap: 24px;
    padding-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .site-page--coaching .sp-sidebar {
    padding-inline: 16px;
  }

  .site-page--coaching .site-page__inner > :not(.sp-coach-card) {
    margin-inline: 16px;
  }

  .site-page--coaching .sp-coach-card {
    margin-top: 24px;
    margin-inline: 16px;
    margin-bottom: 0;
  }

  .site-page--coaching .sp-coach-card__title {
    margin-bottom: 12px;
    font-size: 1.125rem;
  }

  .site-page--coaching .sp-coach-card__panel {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    box-shadow:
      0 1px 2px rgba(15, 23, 42, 0.06),
      0 8px 24px rgba(15, 23, 42, 0.1);
  }

  .site-page--coaching .sp-coach-card__media {
    border-radius: 10px;
  }

  .site-page--coaching .sp-coach-card__photo {
    aspect-ratio: 4 / 3;
    object-position: center 12%;
  }

  .site-page--coaching .sp-coach-card::after {
    margin-top: 32px;
  }

  .site-page--coaching .sp-block--lead-note {
    margin-top: 32px;
  }

  .site-page--coaching .site-page__actions,
  .site-page--coaching .sp-cta-row {
    margin-inline: 16px;
  }

  .site-page--coaching .sp-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .site-page--coaching .sp-cta-row .site-page__cta,
  .site-page--coaching .sp-cta-row .sp-cta-row__secondary {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 52px;
    padding: 0 22px;
    font-size: 1rem;
  }

  /* 5-step: stacked teal cards */
  .sp-steps--curriculum .sp-block__title {
    margin-bottom: 16px;
  }

  .sp-steps--curriculum .sp-steps__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sp-steps--curriculum .sp-step {
    position: relative;
    gap: 14px;
    padding: 22px 18px 20px;
    border-radius: 12px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.14) inset,
      0 10px 28px rgba(15, 118, 110, 0.32);
  }

  .sp-steps--curriculum .sp-step__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .sp-steps--curriculum .sp-step__num {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 28px;
    height: 28px;
    font-size: 0.8125rem;
  }

  .sp-steps--curriculum .sp-step__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-size: 28px 28px;
    order: -1;
  }

  .sp-steps--curriculum .sp-step__title {
    grid-column: auto;
    max-width: calc(100% - 40px);
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.45;
    color: #ffffff;
  }

  .sp-steps--curriculum .sp-step__body {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #d8efeb;
  }

  .sp-steps--curriculum {
    margin-bottom: 64px;
  }

  .sp-steps--curriculum + .sp-testimonials {
    margin-top: 16px;
  }
}
