:root {
  --sp-orange: #ff5a1f;
  --sp-text: #111827;
  --sp-muted: #4b5563;
  --sp-bg: #ffffff;
  --sp-line: #e5e7eb;
  --cc-navy: #0b1f2a;
  --cc-offwhite: #f7f8fa;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--sp-bg);
  color: var(--sp-text);
}

a {
  color: inherit;
}

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

.page {
  background: var(--sp-bg);
  color: var(--sp-text);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--sp-line);
}

.headerInner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logoWrap {
  width: 210px;
  min-width: 170px;
  position: relative;
  height: 48px;
}

.logoImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktopNav {
  display: none;
  align-items: center;
  gap: 20px;
}

.desktopNav a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.desktopNav a:hover {
  color: var(--sp-orange);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--sp-orange);
  background: var(--sp-orange);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.ctaGhost {
  background: transparent;
  color: var(--sp-text);
  border: 1px solid #c7cdd6;
}

.mobileMenu {
  display: block;
}

.mobileMenu summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #1f2937;
}

.mobileMenu summary::-webkit-details-marker {
  display: none;
}

.mobilePanel {
  border-top: 1px solid var(--sp-line);
  padding: 12px 0 16px;
  display: grid;
  gap: 8px;
}

.mobilePanel a {
  color: #1f2937;
  text-decoration: none;
  padding: 10px 4px;
  font-weight: 600;
}

.hero {
  padding: 34px 0 24px;
  overflow: hidden;
}

.heroGrid {
  position: relative;
  min-height: 520px;
  display: block;
}

.heroContent {
  position: relative;
  z-index: 2;
  width: min(62%, 720px);
  padding-right: 18px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.96) 48%, rgba(255, 255, 255, 0.12) 74%, rgba(255, 255, 255, 0) 100%);
}

.heroContent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 62%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.heroTitle {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.heroTitle span {
  color: var(--sp-orange);
}

.heroIntro {
  margin-top: 16px;
  max-width: 740px;
  font-size: 18px;
  line-height: 1.5;
  color: #1f2937;
}

.heroActions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.heroMeta {
  margin-top: 16px;
  color: var(--sp-muted);
  font-weight: 600;
}

.heroAsset {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  width: min(62%, 700px);
  height: 100%;
  min-height: 420px;
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-shadow: none;
}

.heroAsset::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 18%, rgba(255, 255, 255, 0.12) 34%, rgba(255, 255, 255, 0.04) 52%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
  z-index: 2;
}

.heroAssetImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.06) brightness(0.97);
  opacity: 0.96;
  position: relative;
  z-index: 1;
}

.section {
  padding: 28px 0;
}

.coachSection {
  background: #fcfcfd;
  border-top: 1px solid var(--sp-line);
  border-bottom: 1px solid var(--sp-line);
}

.eyebrow {
  color: var(--sp-orange);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 12px;
  margin: 0 0 4px;
}

.coachHeader {
  display: block;
  margin: 0;
  padding: 0;
}

.coachLogoWrap {
  display: block;
  width: 220px;
  max-width: 100%;
  margin: 18px 0 24px;
  padding: 0;
}

.coachLogoImage {
  display: block;
  width: 100%;
  height: auto;
  max-width: 220px;
  visibility: visible;
  opacity: 1;
  object-fit: contain;
}

.coachTitle {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.coachIntro {
  margin: 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.45;
  max-width: 860px;
}

.coachVisualWrap {
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin-top: 18px;
}

.coachVisual {
  width: 100%;
  height: auto;
  display: block;
}

.clubTest {
  margin-top: 16px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  padding: 18px 18px 20px;
  display: grid;
  gap: 14px;
  background: linear-gradient(180deg, #edf5fb 0%, #eef3f9 100%);
  border: 1px solid #cfdfef;
}

.clubTestHeader {
  display: flex;
  align-items: center;
  gap: 12px;
}

.clubTestBadge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #c9d9ea;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.badgeShield {
  color: #0b1f2a;
  font-weight: 800;
  font-size: 18px;
}

.clubTest h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  color: #0f172a;
}

.clubTest p {
  margin: 0;
  color: #334155;
  line-height: 1.5;
}

.cards {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 16px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.cardIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dfe7ef;
  color: var(--sp-orange);
}

.cardIcon svg {
  width: 26px;
  height: 26px;
}

.card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.card p {
  margin: 0;
  color: #334155;
  line-height: 1.5;
}

.centerCta {
  margin-top: 16px;
}

.stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

.stat {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 16px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.statIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dfe7ef;
  color: var(--sp-orange);
}

.statIcon svg {
  width: 20px;
  height: 20px;
}

.stat strong {
  display: block;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.1;
}

.stat small {
  display: block;
  color: #334155;
  line-height: 1.5;
}

.accordion {
  margin-top: 12px;
  border: 1px solid #dbe2ea;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  padding: 14px 16px;
  display: block;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.clubList {
  padding: 0 16px 16px;
  margin: 0;
  columns: 1;
  list-style: none;
}

.clubList li {
  margin: 6px 0;
  color: #1f2937;
}

.experienceGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
}

.experienceCol {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.experienceCol h3 {
  margin: 0 0 8px;
}

.experienceCol ul {
  margin: 0;
  padding-left: 18px;
  color: #334155;
}

.subLine {
  margin-top: 12px;
  color: #334155;
  font-weight: 600;
}

.overJack {
  display: grid;
  gap: 18px;
}

.jackImageWrap {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  width: min(100%, 360px);
}

.jackImage {
  width: 100%;
  height: auto;
  display: block;
}

.overCards {
  display: grid;
  gap: 10px;
}

.overCard {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
}

.overCard h3 {
  margin: 0 0 8px;
}

.quoteWrap {
  margin-top: 18px;
  display: grid;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.quote {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  max-width: 900px;
}

.quote strong {
  color: var(--sp-orange);
  font-size: 18px;
}

.barometerWrap {
  position: relative;
  width: 120px;
  height: 120px;
}

.barometerImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact {
  margin-top: 12px;
  border: 1px solid #dbe2ea;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.contact p {
  color: #334155;
}

.contactActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer {
  margin-top: 34px;
  border-top: 1px solid #dbe2ea;
  background: #fff;
}

.footerInner {
  padding: 22px 0 28px;
  display: grid;
  gap: 14px;
}

.footerTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.footerNav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footerNav a {
  text-decoration: none;
  color: #1f2937;
  font-weight: 600;
  font-size: 14px;
}

.footerMeta {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 900px) {
  .desktopNav {
    display: flex;
  }

  .mobileMenu {
    display: none;
  }

  .heroGrid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
  }

  .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .clubList {
    columns: 2;
  }

  .experienceGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .overJack {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
  }

  .quoteWrap {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}

@media (min-width: 1180px) {
  .cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
