@font-face {
  font-family: "Krungthep";
  src: url("../fonts/Krungthep.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-light: #ececec;
  --bg-mid: #787878;
  --bg-dark: #050505;
  --text-dark: #0d0d0d;
  --text-light: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg-light);
  color: var(--text-dark);
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

.brand-script {
  font-family: "Krungthep", Georgia, serif;
  letter-spacing: 0;
}

.condensed-headline,
.condensed-name,
.condensed-copy {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.topbar {
  background: #000;
  min-height: 54px;
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset;
}

.nav-shell {
  max-width: 1600px;
}

.navbar-brand.brand-script,
.nav-link.brand-script {
  color: #fff;
  font-size: clamp(1.15rem, 1.2vw, 1.8rem);
  line-height: 1;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.nav-link.brand-script:hover,
.navbar-brand.brand-script:hover {
  color: #f3f3f3;
}

.hero-wrap {
  background: var(--bg-mid);
  padding: 1.1rem 0 1rem;
}

.hero-inner {
  max-width: 1180px;
}

.hero-brand {
  font-size: clamp(2.7rem, 4.3vw, 4.7rem);
  line-height: 1;
  margin-bottom: .45rem;
}

.hero-links {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3.6rem);
  flex-wrap: wrap;
  margin-bottom: .5rem;
}

.hero-links a {
  color: #111;
  text-decoration: none;
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  line-height: 1;
}

.hero-photo-frame {
  width: min(33vw, 400px);
  min-width: 300px;
  margin-top: .2rem;
}

.hero-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 656 / 307;
}

.hero-tag {
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: .06em;
  line-height: 1;
  margin-top: .55rem;
}

.section-light {
  background: var(--bg-light);
}

.section-dark {
  background: var(--bg-mid);
}

.section-container {
  max-width: 1380px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-title {
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  letter-spacing: .04em;
  line-height: .95;
  margin-bottom: 1.4rem;
}

.section-title-left {
  text-align: left;
  margin-bottom: .85rem;
}

.team-section .section-container {
  padding-top: 1.8rem;
  padding-bottom: .75rem;
}

.team-row {
  margin-top: .2rem;
}

.coach-card {
  width: 100%;
  max-width: 360px;
  text-align: center;
}

.coach-photo-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #d7d7d7;
}

.coach-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coach-name {
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  line-height: .95;
  margin: .55rem 0 .15rem;
  letter-spacing: .03em;
}

.coach-meta {
  font-size: clamp(1rem, .98vw, 1.28rem);
  line-height: 1.08;
  letter-spacing: .02em;
  margin: 0;
}

.about-section .section-container {
  padding-top: .55rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
}

.about-copy-large {
  max-width: 720px;
  font-size: clamp(1.15rem, 1.1vw, 1.55rem);
  line-height: 1.65;
  letter-spacing: .015em;
  margin: 0;
  padding-right: 1rem;
}

.about-photo {
  width: min(100%, 720px);
  box-shadow: 0 0 0 1px rgba(0,0,0,.04);
}

.ball {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}

.ball-about-center {
  width: 108px;
  left: 43.8%;
  top: 50%;
}

.ball-about-bottom-left {
  width: 98px;
  left: 1.5%;
  bottom: 3%;
}

.ball-about-bottom-mid {
  width: 102px;
  left: 26%;
  bottom: 2.6%;
}

.ball-about-bottom-right {
  width: 98px;
  right: 1.8%;
  bottom: 2.2%;
}

.clients-section .section-container {
  padding-top: 1.25rem;
  padding-bottom: 1.9rem;
  overflow: hidden;
}

.client-card {
  width: 100%;
  max-width: 470px;
}

.client-photo {
  width: 100%;
  aspect-ratio: 1 / 1.22;
  object-fit: cover;
  background: #ccc;
}

.client-copy {
  color: #fff;
  margin-top: .45rem;
  font-size: clamp(.98rem, .92vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: .02em;
}

.client-lead {
  margin-bottom: .25rem;
}

.contact-section .section-container {
  padding-top: 1.55rem;
  padding-bottom: 2.2rem;
  overflow: hidden;
}

.contact-form {
  position: relative;
  z-index: 2;
  padding-top: .2rem;
}

.form-label.condensed-name {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  line-height: 1;
  margin-bottom: .45rem;
  letter-spacing: .02em;
}

.bp-input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.05rem;
}

.bp-input:focus {
  border-bottom-color: #666;
}

.ball-contact-left {
  width: 132px;
  left: 2%;
  top: 18%;
}

.ball-contact-top-right {
  width: 68px;
  right: 12%;
  top: 14%;
}

.ball-contact-bottom-left {
  width: 96px;
  left: 10%;
  bottom: 4%;
}

.ball-contact-bottom-right {
  width: 152px;
  right: 3%;
  bottom: 3%;
}

.site-footer {
  background: #000;
  color: #fff;
}

.footer-inner {
  max-width: 1380px;
  padding: 2rem 0 2.4rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-heading,
.footer-open {
  font-size: clamp(1.7rem, 1.8vw, 2.4rem);
  line-height: 1;
}

.footer-copy {
  font-size: clamp(1.1rem, 1vw, 1.35rem);
  line-height: 1.2;
  margin-top: .3rem;
}

.footer-brand {
  font-size: clamp(2rem, 2vw, 2.8rem);
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .ball-about-center { left: 42%; top: 48%; }
}

@media (max-width: 991.98px) {
  .hero-photo-frame { min-width: 250px; width: min(72vw, 460px); }
  .section-container { padding-left: 1.25rem; padding-right: 1.25rem; }
  .about-copy-large { padding-right: 0; }
  .about-photo { margin-top: 1rem; }
  .ball-about-center { width: 92px; left: auto; right: 7%; top: 53%; }
  .ball-about-bottom-left, .ball-about-bottom-mid, .ball-about-bottom-right { width: 90px; }
  .ball-contact-left { width: 100px; left: 2%; top: 15%; }
  .ball-contact-top-right { right: 3%; top: 14%; }
  .ball-contact-bottom-left { left: 7%; bottom: 4%; }
  .ball-contact-bottom-right { width: 120px; right: 3%; bottom: 3%; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767.98px) {
  .navbar-brand.brand-script, .nav-link.brand-script { font-size: 1.35rem; }
  .hero-wrap { padding-top: 1rem; }
  .hero-links { gap: .75rem 1.25rem; }
  .hero-links a { font-size: 1.45rem; }
  .section-title { margin-bottom: 1rem; }
  .coach-card, .client-card { max-width: 360px; }
  .about-copy-large { font-size: 1rem; line-height: 1.5; }
  .ball-about-center { display: none; }
  .ball-about-bottom-left, .ball-about-bottom-mid, .ball-about-bottom-right { width: 72px; bottom: .6rem; }
  .ball-about-bottom-mid { left: 40%; }
  .ball-contact-left { width: 72px; top: 13%; }
  .ball-contact-top-right { width: 55px; }
  .ball-contact-bottom-left { width: 75px; left: 8%; }
  .ball-contact-bottom-right { width: 105px; }
}


.about-section .row, .clients-section .row, .contact-section .row, .about-copy-large, .about-photo, .contact-form {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .ball-about-center { left: auto; right: 4%; top: 58%; width: 82px; }
  .ball-about-bottom-left { left: 1%; bottom: 2%; width: 76px; }
  .ball-about-bottom-mid { left: 18%; bottom: 2%; width: 78px; }
  .ball-about-bottom-right { right: 1%; bottom: 2%; width: 76px; }
}
