:root {
  --ink: #16070c;
  --navy: #32101b;
  --deep: #130509;
  --line: rgba(255, 255, 255, 0.18);
  --paper: #f8f4f5;
  --white: #ffffff;
  --muted: #665b61;
  --orange: #c8962f;
  --red: #82162a;
  --green: #2f7665;
  --shadow: 0 28px 70px rgba(22, 7, 12, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(19, 5, 9, 0.82), rgba(19, 5, 9, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
}

.brand span {
  font-size: clamp(1rem, 2vw, 1.35rem);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 2vw, 24px);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a,
.hero-links a,
.text-link {
  position: relative;
}

.site-nav a::after,
.hero-links a::after,
.text-link::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  content: "";
  background: currentColor;
  transform: scaleX(0.28);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.hero-links a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
}

.instagram-link,
.line-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.instagram-link img,
.line-link img {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}

.hero-links .instagram-link img,
.hero-links .line-link img {
  width: 1.18em;
  height: 1.18em;
}

.hero {
  position: relative;
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}

.hero-shade,
.hero-content {
  grid-area: 1 / 1;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(19, 5, 9, 0.32) 0%, rgba(38, 12, 20, 0.14) 36%, rgba(19, 5, 9, 0.02) 68%),
    linear-gradient(180deg, rgba(19, 5, 9, 0.03) 0%, rgba(19, 5, 9, 0.02) 58%, rgba(19, 5, 9, 0.82) 100%);
}

.hero::after {
  position: absolute;
  right: -10vw;
  bottom: -10px;
  width: 52vw;
  height: 110px;
  content: "";
  background: var(--red);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  opacity: 0.9;
}

.hero-content {
  z-index: 2;
  align-self: end;
  width: min(1060px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 clamp(70px, 10vw, 118px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(4rem, 15vw, 11rem);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-concept {
  max-width: 900px;
  margin: 24px 0 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 950;
  line-height: 1.24;
  text-wrap: balance;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: 34px;
  font-weight: 900;
}

.section {
  padding: clamp(72px, 10vw, 128px) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

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

.section-dark {
  color: var(--white);
  background: var(--deep);
}

.section-gray {
  background:
    linear-gradient(135deg, rgba(130, 22, 42, 0.08), rgba(200, 150, 47, 0.08)),
    #f2edef;
}

.section-accent {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(130, 22, 42, 0.96), rgba(60, 14, 26, 0.94)),
    var(--red);
}

.section-accent .section-kicker {
  color: #f1d49a;
}

.split-grid,
.coach-layout,
.trial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.section h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
}

.lead-block {
  display: grid;
  gap: 18px;
  color: #243243;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
}

.lead-block p,
.section-heading p,
.social-panel p,
.trial-layout p {
  margin: 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(44px, 7vw, 78px);
  background: rgba(7, 17, 31, 0.12);
  box-shadow: var(--shadow);
}

.value-grid article {
  min-height: 230px;
  padding: 32px;
  background: var(--white);
}

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

.value-grid span,
.trial-steps span {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--red);
  font-size: 0.88rem;
  font-weight: 950;
}

.value-grid h3,
.info-card h3,
.timeline h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.35;
}

.value-grid p,
.info-card span,
.timeline p,
.coach-profile dd {
  margin: 0;
  color: var(--muted);
}

.diagonal-band {
  position: relative;
  overflow: hidden;
}

.diagonal-band::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(116deg, transparent 0 58%, rgba(130, 22, 42, 0.22) 58% 68%, transparent 68%),
    linear-gradient(24deg, rgba(200, 150, 47, 0.12), transparent 38%);
  pointer-events: none;
}

.diagonal-band .section-inner {
  position: relative;
  z-index: 1;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 60px);
}

.section-heading p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.section-gray .section-heading p:last-child {
  color: var(--muted);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

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

.info-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.info-card p {
  margin: 0 0 34px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
}

.info-card h3 {
  color: var(--white);
}

.info-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.schedule-card h3 {
  margin-bottom: 16px;
  font-size: 1.34rem;
  line-height: 1.42;
}

.schedule-card span {
  display: block;
  margin-bottom: 20px;
}

.schedule-details {
  display: grid;
  gap: 12px;
  margin: 0;
}

.schedule-details div {
  display: grid;
  gap: 2px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.schedule-details dt {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  font-weight: 800;
}

.schedule-details dd {
  margin: 0;
  color: var(--white);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.35;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.map-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
}

.map-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1.35;
}

.map-card a {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
}

.activity-table {
  display: grid;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.activity-table > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 22px 26px;
}

.activity-table > div + div {
  border-top: 1px solid var(--line);
}

.activity-table strong {
  color: var(--orange);
}

.activity-table span {
  color: rgba(255, 255, 255, 0.78);
}

.philosophy-section {
  position: relative;
  overflow: hidden;
  --principle-red: #9b1d36;
  --principle-gold: #d5a238;
  --principle-green: #1f8b68;
  background:
    linear-gradient(135deg, rgba(12, 29, 50, 0.92), rgba(5, 9, 16, 0.98)),
    #0c1d32;
}

.philosophy-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(116deg, transparent 0 47%, rgba(155, 29, 54, 0.3) 47% 54%, transparent 54%),
    linear-gradient(24deg, transparent 0 14%, rgba(213, 162, 56, 0.22) 14% 23%, transparent 23%),
    linear-gradient(155deg, transparent 0 68%, rgba(31, 139, 104, 0.3) 68% 78%, transparent 78%);
  pointer-events: none;
}

.philosophy-section .section-inner {
  position: relative;
  z-index: 1;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.principles-grid article {
  min-height: 260px;
  padding: 26px 22px;
  border-top: 5px solid var(--principle-gold);
  background: rgba(255, 255, 255, 0.065);
}

.principles-grid article:nth-child(2),
.principles-grid article:nth-child(5) {
  border-top-color: var(--principle-red);
}

.principles-grid article:nth-child(3),
.principles-grid article:nth-child(6) {
  border-top-color: var(--principle-green);
}

.principles-grid span {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--principle-gold);
  font-size: 0.88rem;
  font-weight: 950;
}

.principles-grid h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.principles-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.72;
}

.players-section {
  position: relative;
  overflow: hidden;
}

.players-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(116deg, transparent 0 61%, rgba(223, 22, 29, 0.08) 61% 67%, transparent 67%),
    linear-gradient(24deg, rgba(20, 160, 111, 0.08), transparent 36%);
  pointer-events: none;
}

.players-section .section-inner {
  position: relative;
  z-index: 1;
}

.player-category-stack {
  display: grid;
  gap: clamp(34px, 6vw, 56px);
}

.player-category {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 34px);
  padding-top: clamp(28px, 5vw, 44px);
  border-top: 1px solid rgba(7, 17, 31, 0.14);
}

.player-category:first-child {
  padding-top: 0;
  border-top: 0;
}

.player-category__head {
  min-width: 0;
}

.player-category__head span {
  display: block;
  color: var(--red);
  font-size: 3.6rem;
  font-weight: 950;
  line-height: 0.9;
}

.player-category__head h3 {
  margin: 16px 0 8px;
  font-size: 1.3rem;
  line-height: 1.35;
}

.player-category__head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.player-card-grid {
  display: grid;
  gap: 16px;
}

.player-card-grid--three,
.player-card-grid--two,
.player-card-grid--single {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.player-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border-top: 5px solid var(--orange);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.14);
}

.player-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ink);
}

.player-photo::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 9, 16, 0) 58%, rgba(5, 9, 16, 0.42)),
    linear-gradient(116deg, transparent 0 48%, rgba(244, 165, 28, 0.16) 48% 54%, transparent 54%);
  pointer-events: none;
}

.player-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.player-card__body {
  flex: 1;
  min-height: 132px;
  padding: 24px;
}

.player-profile {
  display: block;
}

.player-profile h4 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.player-profile p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.coach-photo {
  position: relative;
}

@media (min-width: 681px) {
  .coach-photo {
    width: min(100%, 340px);
    justify-self: center;
  }
}

.coach-photo::before {
  position: absolute;
  inset: 22px -18px -18px 18px;
  content: "";
  border: 6px solid var(--orange);
}

.coach-photo img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.coach-profile {
  align-self: center;
}

.coach-profile dl {
  display: grid;
  gap: 6px;
  margin: 32px 0;
}

.coach-profile dt {
  margin-bottom: 6px;
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 950;
}

.coach-profile dd + dt {
  margin-top: 16px;
}

.coach-profile blockquote {
  display: flow-root;
  margin: 32px 0 0;
  padding: 24px 28px;
  border-left: 6px solid var(--orange);
  background: #f0f3f7;
  color: #263242;
  font-weight: 800;
}

.coach-message-photo {
  display: none;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline article {
  display: grid;
  grid-template-columns: 150px minmax(180px, 0.8fr) 1fr;
  gap: 24px;
  align-items: center;
  padding: 26px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(7, 17, 31, 0.08);
}

.timeline time {
  color: var(--red);
  font-size: 1.5rem;
  font-weight: 950;
}

.gallery-heading {
  align-items: start;
}

.photo-carousel {
  position: relative;
  isolation: isolate;
}

.photo-carousel::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 28px;
  width: min(12vw, 120px);
  content: "";
  background: linear-gradient(90deg, rgba(5, 9, 16, 0), var(--deep));
  pointer-events: none;
}

.photo-carousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 0 20px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(244, 165, 28, 0.9) rgba(255, 255, 255, 0.14);
  scrollbar-width: thin;
}

.photo-carousel__track::-webkit-scrollbar {
  height: 8px;
}

.photo-carousel__track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.14);
}

.photo-carousel__track::-webkit-scrollbar-thumb {
  background: var(--orange);
}

.photo-slide {
  position: relative;
  flex: 0 0 min(76vw, 760px);
  height: clamp(340px, 48vw, 560px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #111;
  scroll-margin-top: 28px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.photo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.photo-slide:hover img {
  transform: scale(1.035);
}

.photo-carousel__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.photo-carousel__nav button {
  appearance: none;
  display: block;
  width: 34px;
  height: 5px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease;
}

.photo-carousel__nav button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}

.photo-carousel__nav button.is-active {
  width: 62px;
  background: var(--orange);
}

.social-section {
  padding: clamp(64px, 8vw, 92px) 0;
}

.social-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 5vw, 44px);
  border-top: 6px solid var(--orange);
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.social-panel h2 {
  font-size: clamp(1.7rem, 3.6vw, 3rem);
}

.social-panel p {
  color: rgba(255, 255, 255, 0.75);
}

.text-link {
  align-self: center;
  color: var(--orange);
  font-weight: 950;
  white-space: nowrap;
}

.social-links {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.social-panel .instagram-link img,
.social-panel .line-link img {
  width: 22px;
  height: 22px;
}

.trial-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
}

.trial-layout > div:first-child {
  align-self: center;
}

.trial-layout p {
  max-width: 680px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.trial-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trial-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.trial-steps span {
  margin: 0;
  color: #f1d49a;
}

.trial-steps strong {
  line-height: 1.5;
}

.contact-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(5, 9, 16, 0.14);
  font-weight: 950;
}

.contact-links a:hover {
  background: var(--ink);
  border-color: var(--ink);
}

.contact-links .instagram-link img,
.contact-links .line-link img {
  width: 20px;
  height: 20px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--deep);
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.site-footer img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  font-size: 0.82rem;
}

.site-footer__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.privacy-policy {
  position: relative;
  font-size: 0.82rem;
}

.privacy-policy summary {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-policy > div {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(560px, calc(100vw - 36px));
  padding: 20px;
  color: var(--ink);
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.privacy-policy p + p {
  margin-top: 12px;
}

.privacy-policy a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 940px) {
  .hero-image {
    object-position: 56% center;
  }

  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    row-gap: 8px;
    max-width: 460px;
  }

  .split-grid,
  .coach-layout,
  .trial-layout,
  .section-heading,
  .social-panel {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .info-grid,
  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .player-category {
    grid-template-columns: 1fr;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .social-panel .text-link {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
    padding: 14px 18px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: 82svh;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-content {
    width: min(100% - 32px, 1120px);
    padding: 120px 0 48px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 20vw, 5.8rem);
  }

  .hero-concept {
    margin-top: 18px;
    font-size: clamp(1.2rem, 5.2vw, 1.55rem);
  }

  .hero-links {
    margin-top: 24px;
  }

  .section {
    padding: 64px 0;
  }

  .section-inner {
    width: min(100% - 32px, 1120px);
  }

  .value-grid,
  .info-grid,
  .map-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .info-grid.schedule-grid {
    grid-template-columns: 1fr;
  }

  .player-category {
    gap: 20px;
  }

  .player-card-grid--three,
  .player-card-grid--two,
  .player-card-grid--single {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .player-card-grid {
    gap: 12px;
  }

  .player-category__head span {
    font-size: 2.8rem;
  }

  .player-card__body {
    min-height: auto;
    padding: 12px;
  }

  .player-profile h4 {
    font-size: 0.96rem;
    line-height: 1.25;
  }

  .player-profile p {
    margin-top: 2px;
    font-size: 0.8rem;
  }

  .player-photo {
    aspect-ratio: 1 / 1.08;
  }

  .value-grid article,
  .info-card,
  .principles-grid article {
    min-height: auto;
    padding: 24px;
  }

  .activity-table > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .coach-photo {
    display: none;
  }

  .coach-profile blockquote {
    position: relative;
    margin-top: 76px;
    padding: 20px;
    overflow: visible;
  }

  .coach-message-photo {
    display: block;
    float: left;
    width: 128px;
    height: 128px;
    margin: -48px 16px 0 -34px;
    overflow: hidden;
    border: 3px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(27, 14, 17, 0.18);
  }

  .coach-message-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(20px) scale(1.32);
    transform-origin: 24% 50%;
  }

  .photo-carousel::after {
    width: 58px;
  }

  .photo-carousel__track {
    gap: 12px;
    padding-bottom: 16px;
  }

  .photo-slide {
    flex-basis: min(82vw, 330px);
    height: clamp(300px, 78vw, 420px);
  }

  .social-panel {
    padding: 24px;
  }

  .trial-steps li {
    grid-template-columns: 46px 1fr;
  }

  .contact-links a {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .privacy-policy > div {
    right: auto;
    left: 0;
  }
}

@media (max-width: 820px) and (min-width: 681px) {
  .player-card-grid--three,
  .player-card-grid--two,
  .player-card-grid--single {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
