/* Interior page layouts for the Rubicon mockup pages. Loaded only by subpages. */

.interior-page {
  background: var(--paper);
  --copy-panel-pad-x: var(--text-box-inset);
  --copy-panel-pad-y: var(--text-box-inset-y);
  --copy-measure: min(100%, 34rem);
  --copy-body-size: clamp(16px, 1.35vw, 21px);
}

.interior-main {
  background: var(--paper);
  color: var(--black);
}

.page-hero {
  position: relative;
  height: var(--page-hero-height, clamp(310px, 31vw, 450px));
  overflow: hidden;
  background: var(--black);
  color: var(--paper);
}

.page-hero img,
.feature-image img,
.profile-card img,
.education-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero img {
  transform: scale(var(--page-hero-zoom, 1));
  transform-origin: var(--page-hero-position, center);
  object-position: center;
}

.page-hero::after,
.feature-image::after,
.education-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.page-hero::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.04) 66%);
}

.page-title {
  position: absolute;
  z-index: 1;
  top: var(--page-title-top, clamp(108px, 8.5vw, 122px));
  left: var(--page-edge);
  bottom: auto;
  margin: 0;
  color: var(--paper);
  font-size: var(--page-title-size, var(--hero-title-size));
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}

.page-proof {
  position: absolute;
  z-index: 1;
  left: var(--page-edge);
  bottom: var(--page-proof-bottom, 74px);
  width: 128px;
  margin: 0;
  color: var(--paper);
  font-family: var(--font-accent);
  font-size: var(--page-proof-size, var(--hero-subtext-size));
  font-weight: 500;
  line-height: var(--page-proof-line-height, var(--hero-subtext-line-height));
  text-transform: uppercase;
}

.mission-hero {
  height: var(--mission-hero-height, var(--hero-height));
}

.mission-hero img {
  filter: grayscale(1) contrast(1.08) brightness(1);
  object-position: var(--mission-hero-position, center 43%);
  transform: translateY(var(--mission-hero-offset-y, 0)) scale(var(--mission-hero-zoom, 1));
  transform-origin: var(--mission-hero-position, center 43%);
}

.mission-hero .page-title {
  bottom: auto;
  top: var(--mission-title-top, 122px);
}

.mission-stage {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100svh;
  overflow: hidden;
  background: var(--black);
}

.mission-stage .mission-hero {
  height: 100%;
  min-height: 0;
}

.mission-page {
  --mission-hero-position: 52% 50%;
  --mission-hero-zoom: 1;
  --mission-profile-height: 488px;
  --mission-brice-position: 50% 36%;
  --mission-brice-zoom: 1;
  --mission-brice-offset-x: 0px;
  --mission-brice-offset-y: 0px;
}

.mission-story {
  box-sizing: border-box;
  display: flex;
  min-height: 0;
  height: auto;
  background: var(--black);
  color: var(--paper);
  padding: var(--mission-story-inset-y, var(--page-edge)) var(--content-edge-right)
    var(--mission-story-inset-y, var(--page-edge)) var(--content-edge-left);
}

.mission-story-inner {
  box-sizing: border-box;
  display: grid;
  align-content: start;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: var(--black);
}

.mission-statement {
  max-width: none;
  margin: 0;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 300;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.mission-purpose {
  max-width: none;
  margin: clamp(14px, 1.6vw, 22px) 0 0;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 300;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.about-section {
  padding: clamp(34px, 4.5vw, 64px) var(--page-edge) clamp(46px, 6.4vw, 90px);
}

.about-section h2 {
  margin-bottom: clamp(28px, 4vw, 54px);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, min(100%, 520px));
  justify-content: center;
  gap: clamp(44px, 7.5vw, 116px);
  max-width: 1050px;
  margin: 0 auto;
}

.profile-media {
  aspect-ratio: 1 / 1;
  height: var(--mission-profile-height, var(--profile-image-height, clamp(360px, 34vw, 520px)));
  margin-bottom: clamp(28px, 3.4vw, 48px);
  overflow: hidden;
}

.profile-card img {
  display: block;
  object-position: var(--mission-brice-position, center 23%);
  transform: translate(var(--mission-brice-offset-x, 0), var(--mission-brice-offset-y, 0))
    scale(var(--mission-brice-zoom, 1));
  transform-origin: var(--mission-brice-position, center 23%);
}

.profile-card h3 {
  margin-bottom: 18px;
}

.profile-card p {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 300;
  line-height: 1.34;
}

@media (max-width: 1100px) and (min-width: 901px) {
  .profile-grid {
    gap: 48px;
    max-width: calc(100vw - (var(--page-edge) * 2));
  }

  .profile-media {
    height: min(var(--mission-profile-height, 488px), calc(50vw - var(--page-edge) - 24px));
  }
}

.grid-page {
  padding-bottom: clamp(72px, 8vw, 118px);
}

.training-page .grid-page,
.consulting-page .grid-page,
.education-page .grid-page,
.remote-training-page .grid-page {
  padding-bottom: 0;
}

.remote-training-page {
  --training-surface-tile-height: 480px;
  --remote-gym-position: 58% 100%;
  --remote-gym-zoom: 1.06;
  --remote-leg-position: 50% 44%;
  --remote-leg-zoom: 1;
  --remote-thrower-position: 50% 50%;
  --remote-thrower-zoom: 1;
  --remote-thrower-detail-position: 50% 50%;
  --remote-thrower-detail-zoom: 1;
  --remote-training-media-height: var(--training-surface-tile-height);
  --remote-training-hero-position: 0% 78%;
  --remote-training-hero-size: 164%;
  --remote-training-hero-height: 620px;
  --remote-training-title-bottom: 76px;
  --remote-training-title-size: var(--hero-title-size);
  --remote-training-proof-left: auto;
  --remote-training-proof-top: 49%;
  --remote-training-proof-right: var(--page-edge);
  --remote-training-proof-bottom: auto;
  --remote-training-proof-width: 610px;
  --remote-training-proof-size: var(--hero-subtext-size);
  --remote-training-proof-left-tablet: auto;
  --remote-training-proof-top-tablet: 95px;
  --remote-training-proof-right-tablet: var(--page-edge);
  --remote-training-proof-bottom-tablet: auto;
  --remote-training-proof-width-tablet: min(410px, calc(100% - (var(--page-edge) * 2)));
  --remote-training-proof-size-tablet: var(--hero-subtext-size);
  --remote-training-proof-line-height-tablet: var(--hero-subtext-line-height);
  --remote-training-title-bottom-tablet: 28px;
  --remote-training-title-size-tablet: var(--hero-title-size);
  --remote-training-title-bottom-mobile: 28px;
  --remote-training-title-size-mobile: var(--hero-title-size);
  --remote-training-proof-top-mobile: 166px;
  --remote-training-proof-right-mobile: var(--page-edge);
  --remote-training-proof-left-mobile: auto;
  --remote-training-proof-width-mobile: min(292px, calc(100% - var(--page-edge) - var(--page-edge)));
  --remote-training-proof-size-mobile: clamp(8px, 2vw, 9px);
  --remote-training-proof-line-height-mobile: 1.48;
  --remote-training-hero-image-bottom-landscape: -20px;
  --remote-training-proof-top-landscape: clamp(126px, calc(44svh - 40px), 136px);
  --remote-training-proof-right-landscape: var(--page-edge);
  --remote-training-proof-width-landscape: min(320px, 42vw);
}

.remote-training-hero {
  position: relative;
  height: var(--remote-training-hero-height, clamp(660px, 52.8vw, 920px));
  overflow: hidden;
  background: var(--black);
  color: var(--paper);
}

.remote-training-hero img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: var(--remote-training-hero-size, 108%);
  max-width: none;
  height: var(--remote-training-hero-size, 108%);
  object-fit: cover;
  object-position: var(--remote-training-hero-position, 34% 51%);
}

.remote-training-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.02) 62%);
  pointer-events: none;
}

.remote-training-hero h1 {
  position: absolute;
  z-index: 1;
  top: var(--remote-training-title-top, auto);
  right: var(--remote-training-title-right, auto);
  bottom: var(--remote-training-title-bottom, clamp(70px, 8vw, 118px));
  left: var(--remote-training-title-left, var(--page-edge));
  width: var(--remote-training-title-width, auto);
  margin: 0;
  color: var(--paper);
  font-size: var(--remote-training-title-size, var(--hero-title-size));
  font-weight: 100;
  line-height: 0.94;
  text-transform: uppercase;
}

.remote-training-hero h1 span {
  display: block;
}

.remote-training-proof {
  position: absolute;
  top: var(--remote-training-proof-top, auto);
  right: var(--remote-training-proof-right, clamp(92px, 17.2vw, 292px));
  bottom: var(--remote-training-proof-bottom, clamp(72px, 9vw, 124px));
  left: var(--remote-training-proof-left, auto);
  z-index: 1;
  width: var(--remote-training-proof-width, clamp(430px, 35vw, 610px));
  margin: 0;
  color: var(--paper);
  font-family: var(--font-accent);
  font-size: var(--remote-training-proof-size, var(--hero-subtext-size));
  font-weight: 500;
  line-height: var(--hero-subtext-line-height);
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.62);
}

@media (max-width: 1100px) and (min-width: 901px) {
  .remote-training-hero {
    height: 540px;
  }
}

.remote-training-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  background: var(--black);
  transition: background-color 220ms ease;
}

.remote-training-grid > :not(.remote-call-scheduler) {
  transition: opacity 180ms ease;
}

.remote-training-copy,
.remote-training-media,
.thrower-media-pair {
  min-width: 0;
  min-height: clamp(330px, 32vw, 464px);
}

.remote-training-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: var(--training-surface-tile-height, auto);
  min-height: 0;
  padding: var(--copy-panel-pad-y) var(--copy-panel-pad-x);
}

.remote-training-copy.throwers {
  grid-column: span 2;
  background: var(--paper);
  color: var(--black);
}

.remote-training-copy.general-athletes {
  grid-column: span 2;
  background: #080908;
  color: var(--paper);
}

.remote-training-copy h2 {
  margin-bottom: clamp(24px, 2.8vw, 38px);
}

.remote-training-copy p {
  width: min(100%, var(--remote-copy-measure, var(--copy-measure)));
  max-width: none;
  margin: 0 0 clamp(18px, 2vw, 24px);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 300;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.remote-training-copy p:last-of-type {
  margin-bottom: clamp(32px, 4vw, 58px);
}

.remote-training-media {
  position: relative;
  height: var(--remote-training-media-height, auto);
  min-height: 0;
  overflow: hidden;
  background: #080908;
}

.thrower-media-pair {
  display: grid;
  grid-column: span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: var(--remote-training-media-height, auto);
}

.thrower-media-pair > .remote-training-media {
  width: 100%;
  height: 100%;
}

.remote-training-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thrower-media img {
  object-position: var(--remote-thrower-position, center 44%);
  transform: scale(var(--remote-thrower-zoom, 1.12));
  transform-origin: var(--remote-thrower-position, center 44%);
}

.thrower-detail-media img {
  object-position: var(--remote-thrower-detail-position, center center);
  transform: scale(var(--remote-thrower-detail-zoom, 1));
  transform-origin: var(--remote-thrower-detail-position, center center);
}

.gym-media img {
  object-position: var(--remote-gym-position, center 48%);
  transform: scale(var(--remote-gym-zoom, 1.06));
  transform-origin: var(--remote-gym-position, center 48%);
}

.leg-media img {
  object-position: var(--remote-leg-position, center 42%);
  transform: scale(var(--remote-leg-zoom, 1.02));
  transform-origin: var(--remote-leg-position, center 42%);
}

.phone-tile {
  display: none;
  place-items: center;
  background:
    radial-gradient(circle at 42% 42%, rgba(240, 239, 239, 0.11), transparent 0 38%),
    linear-gradient(135deg, #0b0f0c, #1a1b17 64%, #070807);
}

.phone-frame {
  position: relative;
  width: min(42%, 104px);
  aspect-ratio: 9 / 19;
  border: 7px solid #0b0d0b;
  border-radius: 18px;
  background: #b8ef7b;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.52);
  transform: rotate(-21deg);
}

.phone-frame::before {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 22px;
  height: 5px;
  border-radius: 999px;
  background: #111311;
  content: "";
  transform: translateX(-50%);
}

.training-hero img {
  object-position: var(--training-hero-position, center 46%);
  transform: scale(var(--training-hero-zoom, 1));
  transform-origin: var(--training-hero-position, center 46%);
}

.training-hero {
  height: var(--training-hero-height, var(--page-hero-height, clamp(310px, 31vw, 450px)));
}

.consulting-hero img {
  object-position: var(--consulting-hero-position, center 57%);
  transform: translateY(var(--consulting-hero-offset-y, 0)) scale(var(--consulting-hero-zoom, 1));
  transform-origin: var(--consulting-hero-position, center 57%);
}

.consulting-hero {
  height: var(--consulting-hero-height, var(--page-hero-height, clamp(310px, 31vw, 450px)));
}

.consulting-page {
  --consulting-hero-position: 34% 42%;
  --consulting-hero-zoom: 1;
  --consulting-hero-height: 340px;
  --consulting-organizations-position: center center;
  --consulting-organizations-zoom: 1;
  --consulting-mentorship-position: center center;
  --consulting-mentorship-zoom: 1;
  --consulting-feature-height: 462px;
  --page-title-size-mobile: clamp(41px, 11.6vw, 46px);
}

.education-hero img {
  object-position: var(--education-hero-position, center 55%);
  transform: translate(var(--education-hero-offset-x, 0), var(--education-hero-offset-y, 0)) scale(var(--education-hero-zoom, 1));
  transform-origin: var(--education-hero-position, center 55%);
}

.education-hero {
  height: var(--education-hero-height, var(--page-hero-height, clamp(310px, 31vw, 450px)));
}

.education-page {
  --education-hero-position: center 62%;
  --education-hero-height: 360px;
  --education-hero-position-mobile: center 58%;
  --education-hero-position-landscape: center 42%;
  --education-hero-zoom-landscape: 1.08;
}

@media (min-width: 761px) {
  .education-page {
    --education-hero-offset-x: 60px;
    --education-hero-offset-y: clamp(44px, 3.8vw, 56px);
    --education-hero-position: 100% 52%;
    --education-hero-zoom: 1.32;
  }
}

.training-page {
  --training-surface-tile-height: 480px;
  --training-in-person-position: center center;
  --training-in-person-zoom: 1;
  --training-in-person-rotation: 0deg;
  --training-feature-height: var(--training-surface-tile-height);
}

.split-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.feature-panel,
.feature-image {
  min-height: var(--feature-tile-height, clamp(338px, 32vw, 462px));
}

.training-page .feature-panel,
.training-page .feature-image {
  height: var(--training-feature-height, var(--feature-tile-height, clamp(338px, 32vw, 462px)));
  min-height: 0;
}

.consulting-page .feature-panel,
.consulting-page .feature-image {
  min-height: var(--consulting-feature-height, var(--feature-tile-height, clamp(338px, 32vw, 462px)));
}

.feature-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: var(--copy-panel-pad-y) var(--copy-panel-pad-x);
}

.feature-panel h2 {
  margin-bottom: clamp(28px, 3.2vw, 42px);
}

.feature-panel p {
  width: var(--copy-measure);
  max-width: none;
  margin: 0 0 clamp(48px, 5vw, 78px);
  font-size: var(--copy-body-size);
  font-weight: 300;
  line-height: 1.32;
}

.feature-panel.dark {
  background: #080908;
  color: var(--paper);
}

.in-person-actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 42px);
}

.in-person-actions .text-button {
  flex: 0 0 auto;
}

.in-person-logo {
  display: block;
  flex: 0 0 auto;
  width: clamp(45px, 3.825vw, 57px);
  height: auto;
  pointer-events: none;
}

.training-scheduler-logo {
  display: none;
}

.feature-panel.light {
  background: var(--paper);
  color: var(--black);
}

.feature-image {
  position: relative;
  overflow: hidden;
  background: var(--black);
}

.feature-image::after {
  background: rgba(0, 0, 0, 0.06);
}

.feature-image.remote img {
  object-position: var(--training-remote-position, center 48%);
  transform: scale(var(--training-remote-zoom, 1));
  transform-origin: var(--training-remote-position, center 48%);
}

.feature-image.in-person img {
  object-position: var(--training-in-person-position, center 52%);
  transform: rotate(var(--training-in-person-rotation, 0deg)) scale(var(--training-in-person-zoom, 1));
  transform-origin: var(--training-in-person-position, center 52%);
}

.feature-image.organizations img {
  object-position: var(--consulting-organizations-position, center 35%);
  transform: scale(var(--consulting-organizations-zoom, 1));
  transform-origin: var(--consulting-organizations-position, center 35%);
}

.feature-image.mentorship img {
  object-position: var(--consulting-mentorship-position, center 48%);
  transform: scale(var(--consulting-mentorship-zoom, 1));
  transform-origin: var(--consulting-mentorship-position, center 48%);
}

.text-button.page-dark {
  border-color: var(--black);
  background: var(--black);
  color: var(--paper);
}

.text-button.page-dark:hover,
.text-button.page-dark:focus-visible {
  background: transparent;
  color: var(--black);
}

.text-button.page-light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--black);
}

.text-button.page-light:hover,
.text-button.page-light:focus-visible {
  background: transparent;
  color: var(--paper);
}

.remote-training-copy button.text-button,
.in-person-actions button.text-button {
  cursor: pointer;
}

.call-scheduler-section {
  --scheduler-cta-green: #006b3f;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 3.2vw, 48px);
  align-items: start;
  padding: clamp(48px, 6vw, 86px) var(--page-edge);
}

.call-scheduler-section--dark {
  background: #080908;
  color: var(--paper);
}

.call-scheduler-section--light {
  background: var(--paper);
  color: var(--black);
}

.call-scheduler-section[hidden],
.call-scheduler-section [hidden] {
  display: none !important;
}

.remote-call-scheduler {
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  --scheduler-surface: var(--paper);
  --scheduler-ink: var(--black);
  --scheduler-today-surface: rgba(21, 24, 24, 0.08);
}

.training-call-scheduler {
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  --scheduler-surface: var(--paper);
  --scheduler-ink: var(--black);
  --scheduler-today-surface: rgba(21, 24, 24, 0.08);
}

.remote-call-scheduler.call-scheduler-section {
  gap: clamp(22px, 3vw, 42px);
}

.training-call-scheduler.call-scheduler-section {
  gap: clamp(22px, 3vw, 42px);
}

.remote-training-page.is-scheduler-fading .remote-training-grid,
.remote-training-page.is-scheduler-active .remote-training-grid {
  grid-template-columns: 1fr;
}

.training-page.is-scheduler-fading .split-showcase,
.training-page.is-scheduler-active .split-showcase {
  grid-template-columns: 1fr;
  background: #080908;
}

.training-page.is-scheduler-fading .site-header,
.training-page.is-scheduler-active .site-header,
.training-page.is-scheduler-fading .site-header.is-collapsed,
.training-page.is-scheduler-active .site-header.is-collapsed,
.remote-training-page.is-scheduler-fading .site-header,
.remote-training-page.is-scheduler-active .site-header,
.remote-training-page.is-scheduler-fading .site-header.is-collapsed,
.remote-training-page.is-scheduler-active .site-header.is-collapsed {
  background: #080908;
}

.remote-training-page.is-scheduler-thrower.is-scheduler-fading .remote-training-grid,
.remote-training-page.is-scheduler-thrower.is-scheduler-active .remote-training-grid {
  background: var(--paper);
}

.remote-training-page.is-scheduler-general.is-scheduler-fading .remote-training-grid,
.remote-training-page.is-scheduler-general.is-scheduler-active .remote-training-grid {
  background: #080908;
}

.remote-training-page.is-scheduler-fading .remote-training-grid > :not(.remote-call-scheduler),
.remote-training-page.is-scheduler-active .remote-training-grid > :not(.remote-call-scheduler) {
  opacity: 0;
  pointer-events: none;
}

.remote-training-page.is-scheduler-active .remote-training-grid > :not(.remote-call-scheduler) {
  position: absolute;
  visibility: hidden;
}

.training-page.is-scheduler-fading .split-showcase > :not(.training-call-scheduler),
.training-page.is-scheduler-active .split-showcase > :not(.training-call-scheduler) {
  opacity: 0;
  pointer-events: none;
}

.training-page.is-scheduler-active .split-showcase > :not(.training-call-scheduler) {
  position: absolute;
  visibility: hidden;
}

.training-page.is-scheduler-active .training-call-scheduler,
.remote-training-page.is-scheduler-active .remote-call-scheduler {
  min-height: clamp(620px, calc(100svh - var(--header-height)), 920px);
  align-items: start;
  padding-top: clamp(42px, 5vw, 78px);
  padding-bottom: clamp(44px, 6vw, 84px);
}

.remote-training-page.is-scheduler-thrower .remote-call-scheduler {
  --scheduler-surface: var(--paper);
  --scheduler-ink: var(--black);
  background: var(--paper);
  color: var(--black);
}

.remote-training-page.is-scheduler-general .remote-call-scheduler {
  --scheduler-surface: #080908;
  --scheduler-ink: var(--paper);
  --scheduler-today-surface: rgba(255, 255, 255, 0.13);
  background: #080908;
  color: var(--paper);
}

.training-page.is-scheduler-active .training-call-scheduler {
  --scheduler-surface: #080908;
  --scheduler-ink: var(--paper);
  --scheduler-today-surface: rgba(255, 255, 255, 0.13);
  background: #080908;
  color: var(--paper);
}

.training-page.is-scheduler-active .training-scheduler-logo {
  position: absolute;
  right: var(--page-edge);
  bottom: clamp(44px, 6vw, 84px);
  z-index: 3;
  display: block;
  width: clamp(48px, 5.2vw, 74px);
  opacity: 0.82;
}

.call-scheduler-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2.4vw, 34px);
  margin-bottom: clamp(26px, 3vw, 42px);
}

.call-scheduler-title-row h1,
.call-scheduler-title-row h2 {
  order: 1;
  min-width: 0;
  margin: 0;
}

.call-scheduler-back {
  order: 2;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: clamp(20px, 1.8vw, 28px);
  height: clamp(20px, 1.8vw, 28px);
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  text-transform: lowercase;
  opacity: 0.68;
}

.call-scheduler-back:hover,
.call-scheduler-back:focus-visible {
  opacity: 1;
}

.call-scheduler-back:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.call-scheduler-copy h1,
.call-scheduler-copy h2 {
  margin-bottom: clamp(26px, 3vw, 42px);
}

.call-scheduler-title-row h1,
.call-scheduler-title-row h2 {
  margin-bottom: 0;
}

.call-scheduler-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(26px, 3vw, 42px);
}

.call-scheduler-type,
.call-scheduler-date,
.call-scheduler-slot {
  min-height: 42px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.call-scheduler-type {
  padding: 0 18px;
}

.call-scheduler-type.is-active,
.call-scheduler-date.is-active,
.call-scheduler-slot.is-active {
  background: var(--black);
  color: var(--paper);
}

.call-scheduler-section--dark .call-scheduler-type.is-active,
.call-scheduler-section--dark .call-scheduler-date.is-active,
.call-scheduler-section--dark .call-scheduler-slot.is-active {
  background: var(--paper);
  color: #080908;
}

.call-scheduler-section--light .call-scheduler-type.is-active,
.call-scheduler-section--light .call-scheduler-date.is-active,
.call-scheduler-section--light .call-scheduler-slot.is-active {
  background: var(--black);
  color: var(--paper);
}

.remote-training-page.is-scheduler-general .remote-call-scheduler .call-scheduler-date.is-active,
.remote-training-page.is-scheduler-general .remote-call-scheduler .call-scheduler-slot.is-active {
  background: var(--paper);
  color: #080908;
}

.training-page.is-scheduler-active .training-call-scheduler .call-scheduler-date.is-active,
.training-page.is-scheduler-active .training-call-scheduler .call-scheduler-slot.is-active {
  background: var(--paper);
  color: #080908;
}

.call-scheduler-form {
  display: grid;
  gap: clamp(18px, 2.1vw, 28px);
}

.call-scheduler-field,
.call-scheduler-levels {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
}

.call-scheduler-field span,
.call-scheduler-levels legend {
  padding: 0;
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.call-scheduler-field input,
.call-scheduler-field textarea {
  width: 100%;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.35;
  outline: 0;
}

.call-scheduler-field input {
  min-height: 42px;
  padding: 8px 10px;
}

.call-scheduler-field textarea {
  min-height: 162px;
  padding: 12px;
  resize: vertical;
}

.call-scheduler-field input:focus-visible,
.call-scheduler-field textarea:focus-visible,
.call-scheduler-type:focus-visible,
.call-scheduler-date:focus-visible,
.call-scheduler-slot:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 1px currentColor;
}

.call-scheduler-field textarea::placeholder {
  color: currentColor;
  opacity: 0.46;
}

.call-scheduler-levels {
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 16px clamp(20px, 2.4vw, 34px);
  border: 0;
}

.call-scheduler-levels legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.call-scheduler-levels label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 28px;
  font-size: clamp(13px, 1.18vw, 17px);
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.call-scheduler-levels input {
  appearance: none;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border: 1px solid currentColor;
  border-radius: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  accent-color: var(--scheduler-cta-green);
}

.call-scheduler-levels input:checked {
  background: currentColor;
  box-shadow: inset 0 0 0 3px var(--scheduler-surface, var(--paper));
}

.call-scheduler-levels input:focus-visible {
  outline: 0;
}

.call-scheduler-levels label:has(input:checked) span {
  font-weight: 700;
}

.remote-call-scheduler .call-scheduler-levels,
.training-call-scheduler .call-scheduler-levels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px clamp(10px, 1.8vw, 28px);
}

.remote-call-scheduler .call-scheduler-levels legend,
.training-call-scheduler .call-scheduler-levels legend {
  flex: 0 0 100%;
  width: 100%;
}

.remote-call-scheduler .call-scheduler-levels label,
.training-call-scheduler .call-scheduler-levels label {
  gap: 7px;
  font-size: clamp(11px, 1.05vw, 15px);
}

.remote-call-scheduler .call-scheduler-levels label:has(input[value="High School"]),
.training-call-scheduler .call-scheduler-levels label:has(input[value="High School"]) {
  flex: 0 0 104px;
}

.remote-call-scheduler .call-scheduler-levels label:has(input[value="College"]),
.training-call-scheduler .call-scheduler-levels label:has(input[value="College"]) {
  flex: 0 0 75px;
}

.remote-call-scheduler .call-scheduler-levels label:has(input[value="Independent"]),
.training-call-scheduler .call-scheduler-levels label:has(input[value="Independent"]) {
  flex: 0 0 106px;
}

.remote-call-scheduler .call-scheduler-levels label:has(input[value="Affiliate"]),
.training-call-scheduler .call-scheduler-levels label:has(input[value="Affiliate"]) {
  flex: 0 0 78px;
}

.remote-call-scheduler .call-scheduler-levels label:has(input[value="MLB"]),
.training-call-scheduler .call-scheduler-levels label:has(input[value="MLB"]) {
  flex: 0 0 44px;
}

.remote-call-scheduler .call-scheduler-levels input,
.training-call-scheduler .call-scheduler-levels input {
  width: 11px;
  height: 11px;
}

.call-scheduler-panel {
  display: grid;
  align-content: start;
  gap: clamp(14px, 1.6vw, 22px);
  min-height: 0;
  padding-top: 0;
}

.remote-call-scheduler .call-scheduler-panel,
.training-call-scheduler .call-scheduler-panel {
  padding-top: 0;
}

.call-scheduler-timezone,
.call-scheduler-status,
.call-manager-summary p {
  margin: 0;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 300;
  line-height: 1.34;
}

.call-scheduler-timezone {
  color: currentColor;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
  opacity: 0.72;
}

.call-scheduler-picker-group {
  position: relative;
  display: grid;
  gap: 8px;
}

.call-scheduler-picker-group:has(.call-scheduler-timezone) {
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 8px;
  align-items: baseline;
}

.call-scheduler-picker-group:has(.call-scheduler-timezone) .call-scheduler-timezone {
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.call-scheduler-picker-group:has(.call-scheduler-timezone) .call-scheduler-time-toggle,
.call-scheduler-picker-group:has(.call-scheduler-timezone) .call-scheduler-time-popover {
  grid-column: 1 / -1;
}

.call-scheduler-picker-label {
  margin: 0;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
}

.call-scheduler-date-toggle,
.call-scheduler-time-toggle {
  width: 100%;
  min-height: 42px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 12px;
  text-align: left;
  text-transform: uppercase;
}

.call-scheduler-date-toggle:focus,
.call-scheduler-time-toggle:focus {
  outline: 0;
}

.call-scheduler-date-toggle:focus-visible,
.call-scheduler-time-toggle:focus-visible {
  box-shadow: inset 0 0 0 1px currentColor;
}

.call-scheduler-time-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.call-scheduler-calendar-popover,
.call-scheduler-time-popover {
  position: absolute;
  inset: calc(100% + 8px) 0 auto 0;
  z-index: 8;
  display: grid;
  gap: 10px;
  border: 1px solid currentColor;
  background: var(--scheduler-surface);
  color: var(--scheduler-ink);
  padding: 12px;
}

.call-scheduler-time-popover {
  max-height: min(260px, 44svh);
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.call-scheduler-calendar-popover[hidden],
.call-scheduler-time-popover[hidden] {
  display: none !important;
}

.call-scheduler-time-popover .call-scheduler-slot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.call-scheduler-calendar-month {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.call-scheduler-weekday-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  opacity: 0.62;
}

.call-scheduler-weekday-row span {
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.call-scheduler-date-row,
.call-scheduler-slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.call-scheduler-date-row {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.remote-call-scheduler .call-scheduler-date-row {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.call-scheduler-date,
.call-scheduler-slot {
  width: 100%;
  padding: 0 10px;
}

.call-scheduler-date:disabled,
.call-scheduler-slot:disabled,
.call-scheduler-date.is-disabled,
.call-scheduler-slot.is-disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.call-scheduler-date {
  display: grid;
  min-height: 38px;
  align-content: center;
  padding: 4px 2px;
}

.call-scheduler-date-weekday {
  display: none;
}

.call-scheduler-date-day {
  font-size: 14px;
  line-height: 1;
}

.call-scheduler-date.is-today {
  background: var(--scheduler-today-surface);
  opacity: 0.76;
}

.call-scheduler-date.is-today:disabled,
.call-scheduler-date.is-today.is-disabled {
  opacity: 0.76;
}

.call-scheduler-date.is-today .call-scheduler-date-day {
  font-weight: 700;
}

.call-scheduler-empty {
  display: flex;
  grid-column: 1 / -1;
  min-height: 42px;
  align-items: center;
  border: 1px solid currentColor;
  margin: 0;
  padding: 0 12px;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
  opacity: 0.58;
}

.call-scheduler-submit,
.call-manager-cancel {
  justify-self: start;
  min-width: 0;
}

.text-button.call-scheduler-submit {
  min-height: 38px;
  border-color: var(--scheduler-cta-green);
  background: var(--scheduler-cta-green);
  color: var(--paper);
  padding-inline: 18px;
}

.text-button.call-scheduler-submit:hover,
.text-button.call-scheduler-submit:focus-visible {
  background: transparent;
  color: var(--scheduler-cta-green);
}

.call-scheduler-submit:disabled,
.call-manager-cancel:disabled {
  cursor: wait;
  opacity: 0.58;
}

@media (min-width: 900px) {
  .call-scheduler-section {
    gap: 42px;
  }

  .call-scheduler-form {
    gap: 30px;
  }

  .call-scheduler-field,
  .call-scheduler-levels {
    gap: 14px;
  }

  .call-scheduler-field span,
  .call-scheduler-levels legend,
  .call-scheduler-picker-label {
    font-size: 26px;
  }

  .call-scheduler-levels label {
    min-height: 34px;
    font-size: 18px;
  }

  .call-scheduler-field input,
  .call-scheduler-field textarea {
    font-size: 18px;
  }

  .call-scheduler-field input,
  .call-scheduler-date-toggle,
  .call-scheduler-time-toggle {
    min-height: 54px;
  }

  .call-scheduler-field input {
    padding: 10px 14px;
  }

  .call-scheduler-field textarea {
    min-height: 220px;
    padding: 16px;
  }

  .call-scheduler-date-toggle,
  .call-scheduler-time-toggle,
  .call-scheduler-empty {
    font-size: 14px;
    padding-inline: 16px;
  }

  .call-scheduler-date,
  .call-scheduler-slot {
    min-height: 48px;
    font-size: 14px;
  }

  .call-scheduler-date-day {
    font-size: 16px;
  }

  .call-scheduler-timezone,
  .call-scheduler-status,
  .call-manager-summary p {
    font-size: 15px;
  }

  .call-scheduler-calendar-popover,
  .call-scheduler-time-popover {
    gap: 12px;
    padding: 16px;
  }

  .call-scheduler-time-popover {
    max-height: 320px;
  }

  .call-scheduler-time-popover .call-scheduler-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .text-button.call-scheduler-submit {
    min-height: 44px;
    padding-inline: 22px;
  }
}

.schedule-call-main {
  min-height: 100svh;
  display: grid;
  align-items: start;
  padding: calc(var(--header-height) + clamp(18px, 4vh, 36px)) var(--page-edge) clamp(42px, 8vh, 76px);
  background: #080908;
}

.call-manager-section {
  width: min(100%, 860px);
  min-height: 0;
  margin-inline: auto;
  gap: clamp(16px, 2.2vw, 28px);
  align-items: start;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(240, 239, 239, 0.42);
}

.call-manager-section .call-scheduler-copy h1 {
  margin-bottom: clamp(14px, 1.8vw, 22px);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.call-manager-section .call-scheduler-panel {
  gap: clamp(12px, 1.6vw, 18px);
}

.call-manager-summary {
  display: grid;
  gap: 6px;
  margin-bottom: clamp(16px, 2vw, 24px);
}

.call-manager-summary p:first-child {
  font-size: clamp(13px, 1vw, 15px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.education-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 132px);
  padding: clamp(56px, 6vw, 88px) var(--page-edge);
}

.education-section.education-media {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.92fr);
  align-items: center;
  padding-block: clamp(42px, 4.7vw, 68px);
}

.education-section.dark {
  background: #080908;
  color: var(--paper);
}

.education-copy h2 {
  margin-bottom: clamp(24px, 2.6vw, 36px);
}

.education-copy p {
  width: min(100%, 430px);
  max-width: none;
  margin: 0 0 clamp(28px, 3vw, 42px);
  font-size: var(--copy-body-size);
  font-weight: 300;
  line-height: 1.3;
}

.education-action {
  width: fit-content;
}

.education-action--stacked {
  display: none;
}

.education-coming-soon {
  display: grid;
  min-height: clamp(180px, 18vw, 260px);
  align-content: center;
  border-block: 1px solid rgba(21, 24, 24, 0.88);
}

.education-coming-soon p {
  margin: 0;
  color: inherit;
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
}

.article-list {
  display: grid;
  gap: 0;
  align-content: start;
  padding-top: 2px;
}

.education-article-preview {
  display: grid;
  grid-template-columns: clamp(86px, 8.6vw, 124px) minmax(0, 1fr);
  grid-template-areas:
    "media copy"
    "summary summary"
    "meta meta";
  gap: clamp(10px, 1.2vw, 16px) clamp(16px, 2vw, 24px);
  align-items: start;
  border-bottom: 1px solid rgba(21, 24, 24, 0.88);
  padding: clamp(20px, 2.4vw, 30px) 0;
  color: inherit;
  text-decoration: none;
}

.education-article-preview:focus-visible,
.education-card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}

.education-article-preview:hover h3,
.education-article-preview:focus-visible h3,
.education-card:hover .education-card-title,
.education-card:focus-visible .education-card-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.education-article-preview:first-child {
  padding-top: 0;
}

.education-article-preview--featured {
  padding-top: 0;
}

.education-article-media {
  display: grid;
  grid-area: media;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  background: var(--black);
}

.education-article-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.education-article-preview--graph-crop .education-article-media img {
  object-fit: cover;
  object-position: 73% 50%;
}

.education-article-copy {
  display: contents;
}

.education-article-copy h3 {
  grid-area: copy;
}

.education-article-copy .education-article-meta {
  grid-area: meta;
}

.article-list h3 {
  margin: 0;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.16;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.article-list p {
  grid-area: summary;
  max-width: none;
  margin: 0;
  color: rgba(21, 24, 24, 0.7);
  font-size: clamp(12px, 0.98vw, 14px);
  font-weight: 300;
  line-height: 1.32;
}

.education-article-meta {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 8px 16px;
  width: 100%;
  color: rgba(21, 24, 24, 0.58);
  font-family: var(--font-accent);
  font-size: clamp(10px, 0.9vw, 12px);
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}

.education-article-meta time {
  margin-left: auto;
  text-align: right;
}

.education-card {
  position: relative;
  display: block;
  align-self: center;
  justify-self: end;
  width: min(100%, var(--education-card-width, 560px));
  aspect-ratio: var(--education-card-ratio, 16 / 9);
  overflow: hidden;
  background: var(--black);
  color: inherit;
  text-decoration: none;
}

.education-card.casting-card {
  --education-casting-position: left center;
  --education-casting-zoom: 1.025;
  width: min(100%, var(--education-casting-width, var(--education-card-width, 560px)));
  aspect-ratio: var(--education-casting-ratio, 1602 / 902);
}

.education-card.principles-card {
  width: min(100%, var(--education-principles-width, var(--education-card-width, 560px)));
  aspect-ratio: var(--education-principles-ratio, var(--education-card-ratio, 16 / 9));
}

.education-card::after {
  background: rgba(2, 66, 40, 0.42);
}

.education-card img {
  filter: saturate(0.74) contrast(1.05);
  transform: scale(var(--education-card-zoom, 1));
  transform-origin: var(--education-card-position, center);
}

.education-card.casting-card img {
  object-position: var(--education-casting-position, center center);
  transform: scale(var(--education-casting-zoom, var(--education-card-zoom, 1)));
  transform-origin: var(--education-casting-position, center center);
}

.education-card.principles-card img {
  object-position: var(--education-principles-position, center center);
  transform: scale(var(--education-principles-zoom, var(--education-card-zoom, 1)));
  transform-origin: var(--education-principles-position, center center);
}

.education-card-title {
  position: absolute;
  right: clamp(22px, 2.6vw, 38px);
  bottom: clamp(18px, 2.2vw, 34px);
  z-index: 1;
  color: var(--paper);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.education-card-title small {
  display: block;
  margin-top: 7px;
  font-family: var(--font-accent);
  font-size: clamp(7px, 0.72vw, 10px);
  font-weight: 400;
  text-align: right;
}

.education-card-mark {
  position: absolute;
  left: clamp(20px, 2.5vw, 34px);
  bottom: clamp(18px, 2.2vw, 32px);
  z-index: 1;
  width: clamp(18px, 1.6vw, 24px);
  height: clamp(18px, 1.6vw, 24px);
  background: url("../assets/logos/rubicon-mark.svg") center / contain no-repeat;
}

.blog-index {
  padding: var(--page-edge);
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 0 auto;
}

.blog-card {
  --blog-line-gap: 27px;
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 520px;
  gap: 22px;
  padding: clamp(18px, 1.7vw, 26px) clamp(24px, 2.4vw, 36px) 28px 0;
  color: inherit;
  text-decoration: none;
}

.blog-card::before,
.blog-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
  background: rgba(21, 24, 24, 0.88);
}

.blog-card::before {
  top: 0;
  right: 0;
  bottom: var(--blog-line-gap);
  display: none;
  width: 3px;
}

.blog-card::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
}

.blog-card:not(:nth-child(3n))::before {
  display: block;
}

.blog-card:nth-child(3n + 1)::after {
  right: var(--blog-line-gap);
}

.blog-card:nth-child(3n + 2)::after {
  right: var(--blog-line-gap);
  left: var(--blog-line-gap);
}

.blog-card:nth-child(3n)::after {
  left: var(--blog-line-gap);
}

.blog-card:nth-child(n + 4)::before {
  top: var(--blog-line-gap);
}

.blog-card:nth-child(n + 4)::after {
  display: none;
}

.blog-card:nth-child(n + 4) {
  padding-top: 40px;
}

.blog-card:nth-child(3n + 2),
.blog-card:nth-child(3n + 3) {
  padding-left: clamp(24px, 2.4vw, 36px);
}

.blog-card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}

.blog-card-media {
  display: block;
  height: clamp(230px, 20vw, 300px);
  overflow: hidden;
  background: var(--stone-light);
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.05);
}

.blog-card-media img[src$=".gif"] {
  filter: none;
}

.blog-card-media--graph img {
  object-position: 72% center;
}

.blog-card-body {
  display: grid;
  align-content: start;
  gap: 13px;
}

.blog-card-meta {
  font-family: var(--font-accent);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.blog-card-title {
  max-width: 340px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.blog-card-rule {
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(21, 24, 24, 0.88);
}

.blog-card-summary {
  max-width: 360px;
  color: rgba(21, 24, 24, 0.78);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.34;
}

.blog-card-meta {
  display: flex;
  align-self: end;
  justify-content: space-between;
  gap: 16px;
  color: rgba(21, 24, 24, 0.72);
  font-family: var(--font-accent);
}

.blog-card--empty {
  min-height: 520px;
}

.blog-card[hidden],
.blog-card--empty[hidden] {
  display: none;
}

@media (max-width: 900px) {
  .training-page,
  .remote-training-page {
    --training-surface-tile-height: clamp(375px, 100vw, 480px);
  }

  .page-hero {
    height: clamp(320px, 50vw, 430px);
  }

  .mission-statement {
    max-width: none;
  }

  .mission-purpose {
    max-width: none;
  }

  .profile-grid,
  .split-showcase,
  .education-section,
  .call-scheduler-section {
    grid-template-columns: 1fr;
  }

  .profile-grid {
    max-width: 540px;
  }

  .training-hero {
    height: var(--training-hero-height, var(--page-hero-height, clamp(320px, 50vw, 430px)));
  }

  .consulting-hero {
    height: var(--consulting-hero-height, var(--page-hero-height, clamp(320px, 50vw, 430px)));
  }

  .education-hero {
    height: var(--education-hero-height, var(--page-hero-height, clamp(320px, 50vw, 430px)));
  }

  .profile-media {
    height: clamp(330px, 86vw, 520px);
  }

  .feature-panel,
  .feature-image {
    min-height: clamp(292px, 56vw, 420px);
  }

  .training-page .remote-panel,
  .consulting-page .organizations-panel {
    order: 1;
  }

  .training-page .feature-image.remote,
  .consulting-page .feature-image.organizations {
    order: 2;
  }

  .consulting-page .feature-image.mentorship {
    order: 4;
  }

  .training-page .feature-image.in-person {
    order: 4;
  }

  .training-page .in-person-panel {
    order: 3;
  }

  .consulting-page .mentorship-panel {
    order: 3;
  }

  .education-section {
    gap: clamp(34px, 8vw, 56px);
  }

  .call-scheduler-section {
    gap: clamp(28px, 6vw, 48px);
  }

  .remote-call-scheduler.call-scheduler-section {
    gap: 18px;
  }

  .remote-call-scheduler .call-scheduler-panel {
    padding-top: 0;
  }

  .call-scheduler-panel {
    min-height: 0;
    padding-top: 0;
  }

  .education-copy p {
    margin-bottom: 0;
  }

  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .blog-card,
  .blog-card:nth-child(3n + 2),
  .blog-card:nth-child(3n + 3) {
    --blog-line-gap: 18px;
    min-height: auto;
    border-right: 0;
    padding: 16px 0 24px;
  }

  .blog-card:nth-child(odd) {
    padding-right: 16px;
  }

  .blog-card:nth-child(even) {
    padding-left: 16px;
  }

  .blog-card:not(:nth-child(3n))::before,
  .blog-card::before {
    display: none;
  }

  .blog-card:nth-child(odd)::before {
    top: 0;
    bottom: var(--blog-line-gap);
    display: block;
  }

  .blog-card:nth-child(n + 3)::before {
    top: var(--blog-line-gap);
  }

  .blog-card:nth-child(odd)::after {
    right: var(--blog-line-gap);
    left: 0;
  }

  .blog-card:nth-child(even)::after {
    right: 0;
    left: var(--blog-line-gap);
  }

  .blog-card:nth-child(n + 3) {
    padding-top: 24px;
  }

  .blog-card:nth-child(n + 4) {
    display: none;
  }

  .blog-card-media {
    height: clamp(96px, 24vw, 210px);
  }

  .blog-card {
    gap: 15px;
  }

  .blog-card-body {
    gap: 10px;
  }

  .blog-card-meta {
    font-size: 10px;
  }

  .blog-card-title {
    font-size: clamp(15px, 4.1vw, 20px);
    line-height: 1.08;
  }

  .blog-card-summary {
    font-size: clamp(12px, 3.4vw, 15px);
    line-height: 1.28;
  }

  .education-action--desktop {
    display: none;
  }

  .education-action--stacked {
    display: inline-flex;
    justify-self: start;
    margin-top: clamp(-24px, -3vw, -12px);
  }

  .education-media .education-action--stacked {
    margin-top: clamp(-28px, -3.4vw, -14px);
  }

  .education-section.education-media {
    grid-template-columns: 1fr;
  }

  .education-card {
    justify-self: stretch;
    width: 100%;
  }

  .remote-training-hero {
    height: 430px;
  }

  .remote-training-hero img {
    object-position: var(--remote-training-hero-position, 34% 52%);
  }

  .remote-training-hero h1 {
    bottom: var(--remote-training-title-bottom-tablet, var(--remote-training-title-bottom, 76px));
    font-size: var(--remote-training-title-size-tablet, var(--remote-training-title-size, var(--hero-title-size)));
  }

  .remote-training-proof {
    top: var(--remote-training-proof-top-tablet, auto);
    right: var(--remote-training-proof-right-tablet, var(--page-edge));
    bottom: var(--remote-training-proof-bottom-tablet, clamp(78px, 10vw, 104px));
    left: var(--remote-training-proof-left-tablet, auto);
    width: var(--remote-training-proof-width-tablet, var(--remote-training-proof-width, 610px));
    font-size: var(--remote-training-proof-size-tablet, var(--remote-training-proof-size, var(--hero-subtext-size)));
    line-height: var(--remote-training-proof-line-height-tablet, var(--hero-subtext-line-height));
  }

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

  .remote-training-copy.throwers,
  .remote-training-copy.general-athletes {
    grid-column: span 2;
  }

  .remote-training-copy {
    min-height: 0;
  }

  .remote-training-copy.throwers {
    order: 1;
  }

  .phone-tile {
    display: none;
  }

  .thrower-media-pair {
    order: 2;
  }

  .remote-training-copy.general-athletes {
    order: 3;
  }

  .gym-media {
    order: 4;
  }

  .leg-media {
    display: none;
  }

  .remote-training-media {
    height: var(--remote-training-media-height, auto);
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .mission-page {
    --mission-hero-offset-y: 0px;
    --mission-hero-zoom: 1.09;
  }

  .mission-stage {
    height: clamp(570px, 164vw, 642px);
  }

  .consulting-page {
    --consulting-hero-height: 272px;
    --consulting-hero-offset-y: -56px;
    --consulting-hero-zoom: 1.3;
    --consulting-feature-height: 320px;
    --page-title-top-mobile: auto;
  }

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

  .consulting-hero img {
    height: calc(100% + 36px);
    margin-top: -18px;
  }

  .training-hero {
    height: clamp(256px, 40vw, 344px);
  }

  .training-hero .page-title {
    top: auto;
    bottom: clamp(22px, 6.6vw, 30px);
  }

  .page-title {
    top: var(--page-title-top-mobile, clamp(116px, 29vw, 134px));
    bottom: auto;
    font-size: var(--page-title-size-mobile, var(--hero-title-size));
  }

  .mission-hero .page-title {
    top: auto;
    bottom: clamp(22px, 6.6vw, 30px);
    left: var(--page-edge);
    transform: none;
  }

  .mission-hero img {
    object-position: var(--mission-hero-position-mobile, 93% 59%);
    transform-origin: var(--mission-hero-position-mobile, 93% 59%);
  }

  .education-hero {
    height: var(--education-hero-height-mobile, clamp(214px, 56vw, 278px));
  }

  .education-hero img {
    object-position: var(--education-hero-position-mobile, 50% 55%);
    transform-origin: var(--education-hero-position-mobile, 50% 55%);
  }

  .education-hero .page-title {
    top: auto;
    bottom: clamp(12px, 4vw, 18px);
    transform: none;
  }

  .consulting-hero .page-title {
    top: auto;
    right: auto;
    bottom: clamp(22px, 6.6vw, 30px);
    left: var(--page-edge);
    text-align: left;
    transform: none;
  }

  .consulting-page .feature-panel,
  .consulting-page .feature-image {
    min-height: 0;
    height: var(--consulting-feature-height);
  }

  .consulting-page .feature-image img {
    height: 100%;
    object-fit: cover;
  }

  .consulting-page .split-showcase {
    gap: 0;
    margin-top: -1px;
  }

  .consulting-page .organizations-panel {
    margin-top: 0;
    bottom: auto;
  }

  .page-proof {
    bottom: var(--page-proof-bottom-mobile, var(--page-proof-bottom, 74px));
    font-size: var(--page-proof-size-mobile, var(--hero-subtext-mobile-size));
  }

  .mission-story {
    padding-block: var(--mission-story-inset-y, var(--page-edge));
  }

  .mission-statement {
    max-width: none;
    font-size: clamp(18px, 5.1vw, 22px);
    line-height: 1.24;
  }

  .mission-purpose {
    max-width: none;
    font-size: clamp(18px, 5.1vw, 22px);
    line-height: 1.24;
    white-space: normal;
  }

  .remote-training-hero {
    height: 390px;
  }

  .remote-training-hero h1 {
    bottom: var(--remote-training-title-bottom-mobile, var(--remote-training-title-bottom, 76px));
    font-size: var(--remote-training-title-size-mobile, var(--remote-training-title-size, var(--hero-title-size)));
  }

  .remote-training-proof {
    top: var(--remote-training-proof-top-mobile, 100px);
    right: var(--remote-training-proof-right-mobile, auto);
    bottom: var(--remote-training-proof-bottom-mobile, auto);
    left: var(--remote-training-proof-left-mobile, var(--page-edge));
    width: var(--remote-training-proof-width-mobile, calc(100% - var(--page-edge) - var(--page-edge)));
    font-size: var(--remote-training-proof-size-mobile, var(--remote-training-proof-size, var(--hero-subtext-mobile-size)));
    line-height: var(--remote-training-proof-line-height-mobile, var(--hero-subtext-line-height));
    text-align: right;
    display: none;
  }

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

  .remote-training-copy.throwers,
  .remote-training-copy.general-athletes {
    grid-column: 1 / -1;
  }

  .gym-media,
  .leg-media {
    display: block;
  }

  .gym-media {
    grid-column: 1 / 2;
    order: 4;
  }

  .leg-media {
    grid-column: 2 / 3;
    order: 4;
  }

  .remote-training-media {
    height: var(--remote-training-media-height, auto);
    min-height: 0;
  }

  .feature-panel {
    padding: clamp(38px, 10vw, 52px) var(--page-edge);
  }

  .consulting-page .feature-panel {
    padding-top: clamp(26px, 7vw, 34px);
    padding-bottom: clamp(26px, 7vw, 34px);
  }

  .consulting-page .feature-panel h2 {
    margin-bottom: clamp(18px, 5vw, 24px);
  }

  .consulting-page .feature-panel p {
    margin-bottom: clamp(26px, 7vw, 36px);
  }

  .call-scheduler-section {
    padding: clamp(42px, 10vw, 58px) var(--page-edge);
  }

  .call-scheduler-type-row {
    gap: 8px;
  }

  .call-scheduler-type {
    flex: 1 1 150px;
    padding: 0 12px;
  }

  .call-scheduler-levels {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .call-scheduler-levels label {
    white-space: normal;
  }

  .call-scheduler-date-row,
  .call-scheduler-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .in-person-logo {
    width: clamp(42px, 12vw, 51px);
  }

  .feature-panel p,
  .education-copy p {
    font-size: clamp(16px, 4.4vw, 19px);
  }

  .education-section {
    padding: clamp(42px, 10vw, 58px) var(--page-edge);
  }

  .education-article-preview,
  .education-article-preview--featured {
    grid-template-columns: clamp(92px, 29vw, 118px) minmax(0, 1fr);
    gap: 12px 16px;
    padding: 22px 0;
  }

  .education-article-copy {
    gap: 11px;
  }

  .article-list h3 {
    font-size: clamp(12px, 3.6vw, 15px);
    line-height: 1.16;
  }

  .site-footer {
    margin-top: 0;
  }
}

@media (orientation: landscape) and (max-height: 480px) {
  .page-hero {
    height: max(300px, 78svh);
  }

  .training-hero {
    height: max(300px, calc(100svh - var(--header-height)));
  }

  .consulting-hero {
    height: max(300px, calc(100svh - var(--header-height)));
  }

  .education-hero {
    height: max(240px, 68svh);
  }

  .page-title {
    top: var(--page-title-top-landscape, clamp(76px, 20svh, 92px));
    bottom: auto;
  }

  .mission-hero .page-title {
    top: var(--mission-title-top-landscape, clamp(76px, 20svh, 92px));
  }

  .mission-hero .page-proof {
    bottom: clamp(22px, 7svh, 30px);
  }

  .mission-hero img {
    object-position: var(--mission-hero-position-landscape, 68% 59%);
    transform-origin: var(--mission-hero-position-landscape, 68% 59%);
  }

  .education-hero .page-title {
    top: var(--education-title-top-landscape, var(--page-title-top-landscape, clamp(76px, 20svh, 92px)));
    bottom: auto;
  }

  .education-hero img {
    object-position: var(--education-hero-position-landscape, center 60%);
    transform: scale(var(--education-hero-zoom-landscape, var(--education-hero-zoom, 1)));
    transform-origin: var(--education-hero-position-landscape, center 60%);
  }

  .remote-training-hero {
    height: max(300px, calc(86svh - var(--header-height)));
  }

  .remote-training-hero img {
    bottom: var(--remote-training-hero-image-bottom-landscape, -72px);
  }

  .remote-training-hero h1 {
    bottom: clamp(20px, 7svh, 30px);
  }

  .remote-training-proof {
    top: var(--remote-training-proof-top-landscape, clamp(104px, 30svh, 118px));
    right: var(--remote-training-proof-right-landscape, clamp(72px, 14vw, 118px));
    bottom: auto;
    left: var(--remote-training-proof-left-landscape, auto);
    width: var(--remote-training-proof-width-landscape, min(320px, 42vw));
    font-size: var(--hero-subtext-size);
    line-height: var(--hero-subtext-line-height);
    text-align: right;
    display: none;
  }

  .feature-panel,
  .feature-image {
    min-height: 330px;
  }
}

.consulting-hero,
.education-hero {
  --hero-title-image-center: calc(50% + 36px);
}

.consulting-hero .page-title,
.education-hero .page-title {
  top: var(--hero-title-image-center);
  transform: translateY(-50%);
}

.consulting-hero .page-title {
  top: auto;
  right: var(--page-edge);
  bottom: clamp(26px, 3.2vw, 44px);
  left: auto;
  text-align: right;
  transform: none;
}

@media (max-width: 760px) {
  .consulting-hero,
  .education-hero {
    --hero-title-image-center: calc(50% + 32px);
  }

  .consulting-hero .page-title,
  .education-hero .page-title {
    top: auto;
    bottom: clamp(12px, 4vw, 18px);
    transform: none;
  }

  .consulting-hero .page-title {
    bottom: clamp(22px, 6.6vw, 30px);
    right: auto;
    left: var(--page-edge);
    text-align: left;
  }
}

@media (orientation: landscape) and (max-height: 480px) {
  .consulting-hero,
  .education-hero {
    --hero-title-image-center: calc(50% + 28px);
  }
}

@media (min-width: 560px) and (max-height: 480px) {
  .mission-stage {
    height: max(300px, 78svh);
  }

  .page-hero + .split-showcase,
  .mission-stage + .about-section,
  .remote-training-hero + .remote-training-grid {
    margin-top: -1px;
  }
}
