/* Refinements matched to the approved Figma master. */
.promo-copy {
  box-sizing: border-box;
  width: var(--wrap);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.hero-copy {
  width: var(--wrap);
  margin-left: auto;
  margin-right: auto;
}

.hero {
  background-image: var(--hero-desktop);
}

.hero-actions .button.outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.promo h2 {
  max-width: 590px;
  font-size: clamp(62px, 5.7vw, 82px);
  overflow-wrap: normal;
}

.promo-copy > p {
  max-width: 460px;
}

.location {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.route-button {
  min-width: 210px;
  margin-top: 8px;
  padding: 10px 18px;
  border: 1px solid var(--navy);
  border-radius: 7px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  transition: .2s ease;
}

.route-button:hover {
  background: var(--navy);
  color: #fff;
}

.coach-slider {
  position: relative;
  margin-top: 30px;
  overflow: clip;
}

.coach-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.coach-track {
  display: flex;
  gap: 18px;
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}

.coach {
  flex: 0 0 248px;
  width: 248px;
  min-width: 248px;
  min-height: 518px;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.coach-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 248 / 330;
  background: transparent;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.coach-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px 16px 0 0;
}

.coach-copy {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.coach-copy p {
  margin-bottom: 22px;
}

.coach-more {
  margin-top: auto;
}

.slider-arrow {
  position: absolute;
  z-index: 3;
  top: 139px;
  width: 52px;
  height: 52px;
  border: 1px solid var(--navy);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 26px;
  box-shadow: 0 8px 24px rgba(5, 41, 77, .14);
  transition: .2s ease;
}

.slider-arrow:hover {
  background: var(--lime);
  border-color: var(--lime);
}

.slider-prev { left: 8px; }
.slider-next { right: 8px; }

.coach-modal-photo {
  width: 100%;
  min-height: 0;
  aspect-ratio: 248 / 330;
  align-self: start;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.faq-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #9ec700;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.faq-grid { margin-top: 48px; }
.faq-cat { text-transform: uppercase; }
.faq-item[hidden] { display: none; }

.company-action {
  margin-top: 10px;
}

.map-marker {
  width: 76px;
  height: 76px;
  background: transparent;
  box-shadow: none;
  border-radius: 50%;
  overflow: hidden;
}

.map-marker img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 8px 16px rgba(5, 41, 77, .22));
}

.footer {
  height: 420px;
  padding: 0;
  position: relative;
  text-align: left;
}

.footer-watermark {
  position: absolute;
  left: calc(50% - 510px);
  top: 4px;
  width: 870px;
  height: 482px;
  opacity: .2;
  transform: rotate(10.96deg);
  pointer-events: none;
}

.footer-canvas {
  position: relative;
  height: 100%;
}

.footer-title {
  position: absolute;
  left: 27%;
  top: 66px;
  color: var(--lime);
  font-size: 30px;
  font-weight: 800;
  text-decoration: underline;
}

.footer-logo {
  position: absolute;
  left: 26%;
  top: 108px;
  width: 560px;
  height: 112px;
  object-fit: contain;
  filter: none;
}

.footer-links {
  position: absolute;
  left: 27%;
  top: 238px;
  display: flex;
  gap: 14px;
  margin: 0;
}

.footer-social {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #218cd1;
  color: #fff;
  font-weight: 800;
}

.footer-subscribe {
  width: 190px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #218cd1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.footer-tagline {
  position: absolute;
  left: 52%;
  top: 238px;
  color: var(--lime);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.footer-network {
  position: absolute;
  left: 22%;
  top: 316px;
  width: 365px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid #fff;
  border-radius: 12px;
  color: var(--lime);
}

.footer-network strong { font-size: 22px; }
.footer-network span { color: #fff; font-size: 13px; }

.footer-bottom {
  position: absolute;
  left: 54%;
  right: 0;
  top: 332px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .coach { flex-basis: 248px; width: 248px; min-width: 248px; }
  .footer-title { left: 18%; }
  .footer-logo { left: 16%; }
  .footer-links { left: 18%; }
  .footer-tagline { left: 55%; }
  .footer-network { left: 12%; }
  .footer-bottom { left: 52%; }
}

@media (max-width: 900px) {
  .hero { background-image: var(--hero-mobile); }
  .promo-copy { width: var(--wrap); padding-left: 0; }
  .promo h2 { font-size: 54px; }
  .location { align-items: flex-start; }
  .route-button { margin-top: 6px; }
  .coach { flex: 0 0 248px; width: 248px; min-width: 248px; }
  .slider-prev { left: 6px; }
  .slider-next { right: 6px; }
  .footer { height: auto; min-height: 560px; padding: 58px 0 34px; }
  .footer-watermark { left: 50%; top: 80px; width: 720px; transform: translateX(-50%) rotate(10.96deg); }
  .footer-canvas { min-height: 468px; display: flex; flex-direction: column; align-items: center; }
  .footer-title,.footer-logo,.footer-links,.footer-tagline,.footer-network,.footer-bottom { position: relative; inset: auto; }
  .footer-title { font-size: 26px; }
  .footer-logo { width: min(560px,90%); height: 104px; }
  .footer-links { margin-top: 18px; }
  .footer-tagline { margin-top: 20px; text-align: center; }
  .footer-network { margin-top: 22px; width: min(365px,90%); }
  .footer-bottom { margin-top: 28px; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
}

@media (max-width: 560px) {
  .promo { background-position: 68% center; }
  .promo-copy { width: var(--wrap); padding-right: 22%; }
  .promo h2 { font-size: 46px; }
  .coach { flex-basis: 248px; width: 248px; min-width: 248px; }
  .coach-photo { height: auto; }
  .slider-arrow { top: 143px; width: 44px; height: 44px; }
  .faq-kicker { font-size: 23px; }
  .faq-grid { margin-top: 32px; }
  .footer-subscribe { width: 156px; }
}
