:root {
  --bg-black: #070707;
  --bg-black-soft: #101010;
  --bg-charcoal: #171717;
  --text-white: #f4f4f1;
  --text-gray: #d2d2d2;
  --border-dark: rgba(255, 255, 255, 0.18);
  --accent-red: #c0122f;
  --accent-red-hover: #e0183c;
  --section-pad: clamp(44px, 4.4vw, 68px);
  --panel-max: 1440px;
}

.section-label,
.numbered-heading,
.member-name-en,
.member-origin dt,
.member-records h4 {
  font-family: var(--font-display-en);
}

.site-nav a.is-active {
  color: var(--accent-red-hover);
}

.principles span {
  max-width: 38em;
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 1.95;
}

.value-list p,
.about-copy p:not(.section-label) {
  font-size: clamp(0.8rem, 0.9vw, 0.92rem);
  line-height: 1.95;
}

.principles h2,
.values h2,
.about-copy h2,
.service-copy h2,
.message-copy h2,
.members-intro h2,
.contact-message h2 {
  text-wrap: balance;
}

:focus-visible {
  outline: 2px solid var(--accent-red-hover);
  outline-offset: 4px;
}

.brand-panel {
  position: relative;
  width: min(100%, var(--panel-max));
  margin-inline: auto;
  overflow: hidden;
  color: var(--text-white);
  background: var(--bg-black);
  border-top: 1px solid var(--border-dark);
  scroll-margin-top: 72px;
}

.brand-panel .service-copy,
.brand-panel .message-copy,
.brand-panel .company-info,
.brand-panel .news-section,
.brand-panel .contact-message,
.brand-panel .dashboard {
  animation: none;
}

.numbered-heading {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 0;
  color: var(--text-white);
  font-family: var(--font-en);
  line-height: 1;
  pointer-events: none;
}

.numbered-heading strong {
  display: none;
}

.numbered-heading strong::after {
  display: none;
}

.numbered-heading span {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.services {
  color: var(--text-white);
  background: var(--bg-black);
  scroll-margin-top: 72px;
}

.service-copy h2 {
  margin: 0;
  color: var(--text-white);
  font-size: clamp(1.85rem, 2.85vw, 3.15rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.045em;
}

.service-copy > p:not(.section-label) {
  max-width: 42em;
  margin: 18px 0 0;
  color: var(--text-gray);
  font-size: clamp(0.78rem, 0.85vw, 0.94rem);
  font-weight: 400;
  line-height: 2;
}

.mateship-panel {
  display: grid;
  grid-template-columns: minmax(390px, 42%) minmax(300px, 41%) minmax(190px, 17%);
  min-height: 525px;
}

.mateship-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px clamp(28px, 3.6vw, 58px) 34px;
}

.mateship-image {
  position: relative;
  min-height: 525px;
  margin: 0;
  overflow: hidden;
}

.mateship-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 7, 7, 0.38), transparent 35%, rgba(7, 7, 7, 0.12));
}

.mateship-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  filter: grayscale(1) contrast(1.14) brightness(0.72);
}

.strength-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: auto;
  padding-top: 30px;
}

.strength-list > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-content: start;
  column-gap: 8px;
}

.strength-list .line-icon {
  grid-row: 1 / 3;
  color: var(--accent-red);
  font-family: var(--font-en);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

.strength-list h3 {
  margin: 0;
  color: var(--text-white);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.strength-list p {
  margin: 7px 0 0;
  color: #aaa;
  font-size: 0.67rem;
  line-height: 1.75;
}

.service-flow {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  padding: 44px 25px;
  color: #121212;
  background: #e9e8e4;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  text-align: center;
}

.service-flow div {
  display: grid;
  justify-items: center;
  gap: 4px;
}

.service-flow .flow-icon {
  min-height: 28px;
  color: var(--accent-red);
  font-family: var(--font-en);
  font-size: 1.35rem;
  line-height: 1;
}

.service-flow strong,
.service-flow b {
  font-size: 0.9rem;
  line-height: 1.35;
}

.service-flow b {
  color: var(--accent-red);
  font-family: var(--font-en);
  letter-spacing: 0.05em;
}

.service-flow small {
  max-width: 11em;
  margin-top: 2px;
  color: #555;
  font-size: 0.64rem;
  line-height: 1.65;
}

.service-flow i {
  position: relative;
  width: 1px;
  height: 43px;
  margin: 8px auto;
  background: var(--accent-red);
}

.service-flow i::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--accent-red);
  border-bottom: 1px solid var(--accent-red);
  transform: rotate(45deg);
}

.athlemate-panel {
  display: grid;
  grid-template-columns: minmax(390px, 42%) minmax(300px, 41%) minmax(190px, 17%);
  min-height: 525px;
}

.athlemate-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 78px clamp(30px, 4vw, 64px) 42px;
}

.athlemate-flow {
  align-content: center;
  min-height: 100%;
}

.athlemate-flow div {
  justify-items: center;
  text-align: center;
}

.athlemate-flow strong {
  max-width: 8em;
}

.athlemate-flow small {
  max-width: 11em;
}

.athlemate-image {
  min-height: 525px;
}

.athlemate-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  filter: grayscale(1) contrast(1.14) brightness(0.72);
}

.laptop-mockup {
  width: min(700px, 94%);
  color: #1b1b1b;
  background: #f4f3f0;
  border: 9px solid #303030;
  border-radius: 12px 12px 4px 4px;
  box-shadow: 0 16px 0 -9px #202020, 0 25px 0 -15px #4a4a4a;
  overflow: hidden;
}

.screen-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 28px;
  padding: 0 12px;
  border-bottom: 1px solid #d8d8d5;
  font-size: 0.48rem;
}

.screen-bar b {
  font-family: var(--font-en);
  font-size: 0.62rem;
}

.screen-bar i {
  width: 5px;
  height: 5px;
  margin-left: auto;
  border-radius: 50%;
  background: #b4b4b4;
}

.screen-bar i + i {
  margin-left: -9px;
}

.dashboard-layout {
  display: grid;
  grid-template-columns: 78px 1fr;
  min-height: 304px;
}

.dashboard-layout nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 13px 9px;
  border-right: 1px solid #ddd;
  color: #777;
  font-size: 0.43rem;
}

.dashboard-layout nav b {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: white;
  background: var(--accent-red);
}

.dashboard-main {
  display: grid;
  gap: 9px;
  padding: 13px;
}

.student-row,
.chart-row,
.metric-row {
  display: grid;
  gap: 8px;
}

.student-row {
  grid-template-columns: 1.2fr repeat(2, 1fr);
}

.student-row > div,
.radar-card,
.growth-card,
.metric-row span,
.comment-row {
  padding: 9px;
  background: white;
  border: 1px solid #dededb;
}

.student-row small,
.comment-row small {
  display: block;
  color: #8b8b8b;
  font-size: 0.42rem;
}

.student-row strong {
  display: block;
  margin-top: 5px;
  font-size: 0.72rem;
}

.student-row .score {
  color: var(--accent-red);
  font-family: var(--font-en);
  font-size: 1.25rem;
  line-height: 0.9;
}

.chart-row {
  grid-template-columns: 0.8fr 1.7fr;
}

.radar-card,
.growth-card {
  min-width: 0;
  font-size: 0.48rem;
}

.radar-card svg {
  display: block;
  width: 82px;
  height: 75px;
  margin: 5px auto 0;
}

.radar-card polygon {
  fill: none;
  stroke: #c7c7c7;
  stroke-width: 1;
}

.radar-card .radar-value {
  fill: rgba(192, 18, 47, 0.16);
  stroke: var(--accent-red);
}

.growth-card strong {
  float: right;
  color: var(--accent-red);
  font-size: 0.7rem;
}

.growth-card svg {
  width: 100%;
  height: 73px;
  margin-top: 4px;
  overflow: visible;
}

.growth-card polyline {
  fill: none;
  stroke: var(--accent-red);
  stroke-width: 2;
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  transition: stroke-dashoffset 1.2s ease 0.35s;
}

.is-visible .growth-card polyline {
  stroke-dashoffset: 0;
}

.metric-row {
  grid-template-columns: repeat(4, 1fr);
}

.metric-row span {
  color: #787878;
  font-size: 0.4rem;
}

.metric-row b {
  display: block;
  margin-top: 4px;
  color: #222;
  font-family: var(--font-en);
  font-size: 0.82rem;
}

.comment-row p {
  margin: 5px 0 0;
  font-size: 0.45rem;
}

.phone-mockup {
  position: absolute;
  right: 6%;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 108px;
  min-height: 236px;
  padding: 12px 8px;
  color: #222;
  background: #f5f4f1;
  border: 5px solid #292929;
  border-radius: 19px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.phone-speaker {
  width: 34px;
  height: 5px;
  margin: -8px auto 8px;
  border-radius: 5px;
  background: #222;
}

.phone-mockup > b {
  font-family: var(--font-en);
  font-size: 0.48rem;
}

.phone-avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 10px 0 5px;
  color: white;
  background: #333;
  border-radius: 50%;
  font-size: 0.55rem;
}

.phone-mockup strong {
  font-size: 0.54rem;
}

.phone-mockup small {
  margin-top: 7px;
  color: #777;
  font-size: 0.42rem;
}

.phone-mockup em {
  color: var(--accent-red);
  font-family: var(--font-en);
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.phone-bars {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-top: 9px;
}

.phone-bars span {
  position: relative;
  padding-bottom: 4px;
  font-size: 0.42rem;
}

.phone-bars span::before,
.phone-bars span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}

.phone-bars span::before { width: 100%; background: #ddd; }
.phone-bars span::after { width: var(--value); background: var(--accent-red); }
.phone-bars span:nth-child(1) { --value: 82%; }
.phone-bars span:nth-child(2) { --value: 74%; }
.phone-bars span:nth-child(3) { --value: 90%; }

.message-section {
  display: block;
  min-height: 0;
  padding: 92px var(--section-pad) 86px;
  background: #060606;
  text-align: center;
}

.message-copy {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-inline: auto;
  padding: 0;
  background: transparent;
}

.message-copy h2 {
  margin: 0;
  font-size: clamp(1.95rem, 3.6vw, 3.65rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.06em;
  text-wrap: balance;
  max-width: 16em;
  margin-inline: auto;
}

.message-body {
  max-width: 46em;
  margin: 30px auto 0;
  color: var(--text-gray);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 2.05;
  text-align: center;
}

.message-body p {
  margin: 0 0 16px;
}

.message-sign {
  display: grid;
  gap: 6px;
  justify-items: center;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.message-sign strong {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.message-sign span {
  color: var(--text-white);
  font-family: var(--font-heading-ja);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  transform: none;
}

.message-image { display: none; }

.members-section {
  padding: 112px var(--section-pad) 84px;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.06) 50%, transparent calc(50% + 0.5px)),
    #111;
}

.members-watermark {
  position: absolute;
  top: 60px;
  right: -0.02em;
  color: white;
  font-family: var(--font-display-en);
  font-size: clamp(7rem, 17vw, 16rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.8;
  opacity: 0.035;
  pointer-events: none;
}

.members-intro {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.members-intro h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.7vw, 4.7rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.members-intro > p:not(.section-label) {
  max-width: 480px;
  margin: 30px 0 0;
  color: var(--text-gray);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.95;
}

.member-profile {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 900px;
  margin-top: 82px;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}

.member-profile + .member-profile {
  margin-top: 96px;
}

.member-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 64px clamp(28px, 4.2vw, 68px);
}

.member-role {
  margin: 0 0 16px;
  color: var(--accent-red-hover);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.member-copy h3 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.member-name-en {
  margin: 13px 0 0;
  color: #858585;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.member-origin {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}

.member-origin > div {
  padding: 17px 14px 17px 0;
}

.member-origin > div + div {
  padding-left: 18px;
  border-left: 1px solid var(--border-dark);
}

.member-origin dt {
  color: #686868;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.member-origin dd {
  margin: 8px 0 0;
  color: #d3d3d3;
  font-size: 0.85rem;
  line-height: 1.6;
}

.member-records {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.member-records h4 {
  margin: 0 0 9px;
  color: var(--accent-red);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

.member-records p,
.member-records ul {
  margin: 0;
  color: #c1c1c1;
  font-size: 0.82rem;
  line-height: 1.9;
}

.member-records ul {
  display: grid;
  gap: 3px;
  padding: 0;
  list-style: none;
}

.member-records li::before {
  content: "—";
  margin-right: 8px;
  color: #5f5f5f;
}

.member-message {
  max-width: 520px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--border-dark);
  color: #a8a8a8;
  font-size: 0.82rem;
  line-height: 1.95;
}

.member-message p {
  margin: 0 0 11px;
}

.member-message p:first-child {
  color: var(--text-white);
  font-size: 1rem;
  font-weight: 500;
}

.member-photo {
  position: relative;
  min-width: 0;
  min-height: 900px;
  margin: 0;
  overflow: hidden;
  background: #080808;
}

.member-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 48%, rgba(0, 0, 0, 0.66) 100%);
  pointer-events: none;
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 16% 28%;
  filter: grayscale(0.82) saturate(0.42) contrast(1.08) brightness(0.77);
  transition: transform 0.7s ease;
}

.member-profile:hover .member-photo img {
  transform: scale(1.025);
}

.member-profile-konno .member-photo img {
  transform: scale(1.3);
  transform-origin: 16% 28%;
}

.member-profile-konno:hover .member-photo img {
  transform: scale(1.33);
}

.member-profile-tanaka .member-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.02) 58%, rgba(0, 0, 0, 0.12));
  pointer-events: none;
}

.member-profile-tanaka .member-photo img {
  object-position: 48% 18%;
  filter: grayscale(1) contrast(1.08) brightness(0.84);
  transform: scale(1.02);
  transform-origin: 48% 18%;
}

.member-profile-tanaka:hover .member-photo img {
  transform: scale(1.05);
}

.member-photo-placeholder {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  background:
    linear-gradient(130deg, transparent 0 46%, rgba(189, 18, 49, 0.2) 46.2% 46.5%, transparent 46.7%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.035) 80px),
    #0a0a0a;
}

.member-photo-placeholder::after {
  background: radial-gradient(circle, transparent 0 25%, rgba(0, 0, 0, 0.52) 72%);
}

.member-photo-placeholder span {
  position: relative;
  z-index: 1;
  color: #292929;
  font-family: var(--font-display-en);
  font-size: clamp(6rem, 12vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.member-photo-placeholder small {
  position: relative;
  z-index: 1;
  color: #626262;
  font-family: var(--font-display-en);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
}

.members-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  margin-top: 96px;
  padding: 48px clamp(24px, 4vw, 56px);
  background: #080808;
  border: 1px solid var(--border-dark);
}

.members-cta h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.members-cta p {
  margin: 14px 0 0;
  color: var(--text-gray);
  font-size: 0.86rem;
  line-height: 1.9;
}

.members-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 290px;
  min-height: 52px;
  padding: 14px 20px;
  background: var(--accent-red);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.25s ease;
}

.members-cta a:hover { background: var(--accent-red-hover); }
.members-cta a span { transition: transform 0.25s ease; }
.members-cta a:hover span { transform: translateX(5px); }

.numbers-section {
  position: relative;
  min-height: 430px;
  padding: 70px var(--section-pad) 28px;
  background: #060606;
  overflow: hidden;
}

.numbers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/team-soccer.jpg") center 56% / cover no-repeat;
  filter: grayscale(1) contrast(1.08) brightness(0.58);
  opacity: 0.92;
}

.numbers-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.82));
}

.numbers-inner {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  margin: auto;
  text-align: center;
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 18px 0 0;
}

.number-grid > div {
  position: relative;
  padding: 0 24px;
}

.number-grid > div + div::before {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 5%;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.38);
}

.number-grid strong {
  display: block;
  font-family: var(--font-en);
  font-size: clamp(5rem, 9vw, 8.8rem);
  font-weight: 600;
  line-height: 0.78;
}

.number-grid span {
  display: block;
  margin-top: 14px;
  font-family: var(--font-en);
  font-size: clamp(0.78rem, 1vw, 1rem);
  letter-spacing: 0.12em;
}

.numbers-section h2 {
  margin: 30px 0 18px;
  font-size: clamp(1.25rem, 2.2vw, 2.05rem);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.sports-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0;
  padding: 17px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  list-style: none;
  color: #c6c6c6;
  font-size: 0.68rem;
  gap: 14px 8px;
}

.sports-list li {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.sport-icon {
  display: block;
  width: 34px;
  height: 34px;
  color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.08));
}

.sport-label {
  display: block;
  line-height: 1.35;
  word-break: keep-all;
}

.sport-baseball .sport-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Ccircle cx='32' cy='32' r='24' stroke='%23ffffff' stroke-width='3'/%3E%3Cpath d='M23 16c7 7 9 25 0 32' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M41 16c-7 7-9 25 0 32' stroke='%23ffffff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M25 23l4 3M24 31l5 3M24 39l5 3M39 23l-4 3M40 31l-5 3M40 39l-5 3' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.sport-soccer .sport-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Ccircle cx='32' cy='32' r='24' stroke='%23ffffff' stroke-width='3'/%3E%3Cpath d='M32 20l10 7-4 12H26l-4-12 10-7Z' stroke='%23ffffff' stroke-width='2.6' stroke-linejoin='round'/%3E%3Cpath d='M22 18l-7 6M42 18l7 6M16 32h8M40 48l6-7M18 47l6-8M48 32h-8' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.sport-rugby .sport-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cellipse cx='32' cy='32' rx='24' ry='17' stroke='%23ffffff' stroke-width='3'/%3E%3Cpath d='M18 32h28' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M25 27l4 5M25 37l4-5M39 27l-4 5M39 37l-4-5' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.sport-basketball .sport-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Ccircle cx='32' cy='32' r='24' stroke='%23ffffff' stroke-width='3'/%3E%3Cpath d='M8 32h48M32 8v48' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M14 14c16 10 16 26 0 36M50 14c-16 10-16 26 0 36' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.sport-athletics .sport-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cellipse cx='32' cy='32' rx='22' ry='15' stroke='%23ffffff' stroke-width='3'/%3E%3Cellipse cx='32' cy='32' rx='14' ry='9' stroke='%23ffffff' stroke-width='2.2' opacity='0.75'/%3E%3Cpath d='M18 18l28 28M46 18L18 46' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' opacity='0.75'/%3E%3C/svg%3E");
}

.sport-volleyball .sport-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Ccircle cx='32' cy='32' r='24' stroke='%23ffffff' stroke-width='3'/%3E%3Cpath d='M16 18c10 4 17 14 21 30' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M48 18c-10 4-17 14-21 30' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M18 45c9-4 18-5 28-4' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' opacity='0.85'/%3E%3C/svg%3E");
}

.sport-other .sport-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Ccircle cx='16' cy='32' r='4' fill='%23ffffff'/%3E%3Ccircle cx='32' cy='32' r='4' fill='%23ffffff'/%3E%3Ccircle cx='48' cy='32' r='4' fill='%23ffffff'/%3E%3C/svg%3E");
}

.numbers-note {
  display: block;
  margin-top: 14px;
  color: #bdbdbd;
  font-size: 0.62rem;
  text-align: right;
}

.company-section {
  display: grid;
  grid-template-columns: minmax(520px, 58%) minmax(360px, 42%);
  min-height: 430px;
  padding: 0;
}

.company-info {
  display: flex;
  align-items: center;
  padding: 72px clamp(35px, 5vw, 80px) 40px;
}

.company-info dl {
  width: min(720px, 100%);
  margin: 0;
  border-top: 1px solid var(--border-dark);
}

.company-info dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 15px 10px;
  border-bottom: 1px solid var(--border-dark);
  font-size: 0.77rem;
  line-height: 1.8;
}

.company-info dt { color: #d0d0d0; }
.company-info dd { margin: 0; color: #d0d0d0; }
.company-info a { text-decoration: underline; text-decoration-color: #9a9a9a; text-underline-offset: 4px; }

.company-image {
  position: relative;
  margin: 0;
  min-height: 430px;
}

.company-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #070707 0%, transparent 30%);
}

.company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: grayscale(1) contrast(1.13) brightness(0.68);
}

.news-section {
  padding: 68px var(--section-pad) 38px;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.news-list > a {
  position: relative;
  min-width: 0;
  padding: 8px 8px 45px;
  border: 1px solid var(--border-dark);
  transition: border-color 0.25s ease;
}

.news-list > a.news-feature {
  grid-column: 1 / -1;
}

.news-feature-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  color: var(--accent-red-hover);
  font-family: var(--font-en);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.news-list time {
  color: #929292;
  font-family: var(--font-en);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.news-list strong {
  display: block;
  margin-top: 7px;
  padding-right: 24px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
}

.news-list .news-feature p {
  margin: 10px 0 0;
  color: #dcdcdc;
  font-size: 0.84rem;
  line-height: 1.85;
  max-width: 58em;
}

.news-list > a > i {
  position: absolute;
  right: 16px;
  bottom: 13px;
  color: var(--accent-red);
  font-style: normal;
  transition: transform 0.25s ease;
}

.news-list > a:hover { border-color: var(--accent-red); }
.news-list > a:hover > i { transform: translateX(5px); }

.news-more {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  width: fit-content;
  margin: 24px 0 0 auto;
  padding-bottom: 7px;
  border-bottom: 1px solid #888;
  font-size: 0.77rem;
}

.news-more span { color: var(--accent-red); transition: transform 0.25s ease; }
.news-more:hover span { transform: translateX(5px); }

.contact-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 300px;
  padding: 0;
}

.contact-card {
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 36px 28px;
  color: var(--text-white);
  background: #070707;
  border-left: 1px solid var(--border-dark);
  font-size: clamp(1.35rem, 2.6vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.contact-card:first-child {
  border-left: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.94));
}

.contact-card:last-child {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0.98), rgba(9, 9, 9, 0.98));
}

.contact-card:hover {
  color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  max-width: var(--panel-max);
  min-height: 128px;
  margin-inline: auto;
  padding: 28px var(--section-pad);
  color: var(--text-white);
  background: #050505;
  border-top: 1px solid var(--border-dark);
}

.footer-brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.footer-brand strong {
  font-family: var(--font-heading-ja);
  font-size: 1.45rem;
}

.footer-brand span,
.site-footer nav,
.site-footer small {
  font-family: var(--font-display-en);
}

.footer-brand span,
.site-footer small {
  color: #b9b9b9;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  color: #c7c7c7;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-footer nav a:hover {
  color: var(--accent-red-hover);
}

.reveal-section .numbered-heading,
.reveal-section .service-copy,
.reveal-section .message-copy > *,
.reveal-section .members-intro > *,
.reveal-section .member-copy > *,
.reveal-section .members-cta,
.reveal-section .numbers-inner > *,
.reveal-section .company-info dl,
.reveal-section .news-list,
.reveal-section .news-more,
.reveal-section .contact-message > *,
.reveal-section .contact-card > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-section.is-visible .numbered-heading,
.reveal-section.is-visible .service-copy,
.reveal-section.is-visible .message-copy > *,
.reveal-section.is-visible .members-intro > *,
.reveal-section.is-visible .member-copy > *,
.reveal-section.is-visible .members-cta,
.reveal-section.is-visible .numbers-inner > *,
.reveal-section.is-visible .company-info dl,
.reveal-section.is-visible .news-list,
.reveal-section.is-visible .news-more,
.reveal-section.is-visible .contact-message > *,
.reveal-section.is-visible .contact-card > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-section.is-visible .message-copy > *:nth-child(2),
.reveal-section.is-visible .members-intro > *:nth-child(2),
.reveal-section.is-visible .member-copy > *:nth-child(2),
.reveal-section.is-visible .numbers-inner > *:nth-child(2),
.reveal-section.is-visible .contact-card > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-section.is-visible .message-copy > *:nth-child(3),
.reveal-section.is-visible .members-intro > *:nth-child(3),
.reveal-section.is-visible .member-copy > *:nth-child(3),
.reveal-section.is-visible .numbers-inner > *:nth-child(3),
.reveal-section.is-visible .contact-card > *:nth-child(3) { transition-delay: 0.18s; }
.reveal-section.is-visible .numbers-inner > *:nth-child(4),
.reveal-section.is-visible .contact-card > *:nth-child(4) { transition-delay: 0.26s; }

.media-reveal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-visible .media-reveal { clip-path: inset(0); }

@media (max-width: 1100px) {
  .mateship-panel { grid-template-columns: 43% 37% 20%; }
  .strength-list { grid-template-columns: 1fr; gap: 12px; }
  .strength-list > div { grid-template-columns: 26px 1fr; }
  .strength-list p { font-size: 0.65rem; }
  .athlemate-panel { grid-template-columns: 43% 37% 20%; }
  .phone-mockup { right: 2%; }
  .contact-card a { font-size: 0.72rem; }
}

@media (max-width: 900px) {
  .brand-panel { width: 100%; }
  .numbered-heading { top: 18px; left: 24px; }
  .mateship-panel,
  .athlemate-panel,
  .company-section,
  .contact-section { display: grid; grid-template-columns: 1fr; }
  .mateship-copy,
  .athlemate-copy { padding: 78px 24px 38px; }
  .strength-list { grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
  .mateship-image { min-height: 430px; order: 2; }
  .mateship-image img { object-position: 50% 34%; }
  .service-flow { order: 3; grid-template-columns: 1fr 44px 1fr 44px 1fr; align-items: center; padding: 28px 24px; }
  .service-flow i { width: 44px; height: 1px; margin: auto; }
  .service-flow i::after { right: -1px; bottom: -3px; left: auto; }
  .message-section { padding: 76px 24px 72px; }
  .message-copy { padding: 0; background: transparent; }
  .members-section { padding: 92px 24px 68px; background: #111; }
  .member-profile { grid-template-columns: 1fr; min-height: 0; margin-top: 64px; }
  .member-profile + .member-profile { margin-top: 76px; }
  .member-profile-konno .member-photo { order: -1; }
  .member-photo { min-height: 620px; }
  .member-photo img { object-position: 16% 28%; }
  .member-profile-tanaka .member-photo img { object-position: 48% 18%; }
  .member-copy { padding: 48px 12px 56px; }
  .members-cta { grid-template-columns: 1fr; gap: 28px; margin-top: 76px; }
  .members-cta a { width: 100%; min-width: 0; }
  .company-info { padding: 76px 24px 35px; }
  .company-image { min-height: 390px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-card { min-height: 220px; border-left: 0; border-top: 1px solid var(--border-dark); }
  .site-footer { grid-template-columns: 1fr; gap: 22px; padding: 42px 24px; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 700px) {
  .service-copy h2 { font-size: clamp(1.75rem, 8vw, 2.5rem); }
  .strength-list { grid-template-columns: 1fr; }
  .strength-list h3 { font-size: 0.9rem; }
  .strength-list p { font-size: 0.74rem; }
  .mateship-image { min-height: 350px; }
  .mateship-image img { object-position: 50% 34%; }
  .service-flow { grid-template-columns: 1fr; gap: 0; }
  .service-flow i { width: 1px; height: 34px; margin: 8px auto; }
  .service-flow i::after { right: auto; bottom: -1px; left: -3px; }
  .message-copy h2 { font-size: clamp(1.65rem, 8vw, 2.55rem); }
  .message-body { font-size: 0.86rem; }
  .message-sign { flex-wrap: wrap; }
  .athlemate-image { min-height: 350px; }
  .athlemate-image img { object-position: center center; }
  .members-intro h2 { font-size: clamp(1.95rem, 8.7vw, 2.4rem); }
  .members-intro > p:not(.section-label) { font-size: 0.9rem; }
  .member-photo { min-height: 470px; }
  .member-profile-tanaka .member-photo img { object-position: 48% 18%; }
  .member-copy h3 { font-size: clamp(2.6rem, 13vw, 3.6rem); }
  .member-origin { grid-template-columns: 1fr; }
  .member-origin > div + div { padding-left: 0; border-top: 1px solid var(--border-dark); border-left: 0; }
  .member-records p,
  .member-records ul,
  .member-message { font-size: 0.78rem; }
  .members-cta { padding: 32px 20px; }
  .members-cta a { font-size: 0.78rem; }
  .numbers-section { padding: 74px 18px 30px; }
  .number-grid > div { padding: 0 8px; }
  .number-grid strong { font-size: clamp(3.6rem, 19vw, 5.5rem); }
  .number-grid span { font-size: 0.58rem; letter-spacing: 0.07em; }
  .sports-list { grid-template-columns: repeat(4, 1fr); gap: 16px 4px; }
  .sport-icon { width: 30px; height: 30px; }
  .company-info dl > div { grid-template-columns: 1fr; gap: 4px; padding-inline: 0; }
  .company-image { min-height: 310px; }
  .news-section { padding: 74px 24px 34px; }
  .news-list { grid-template-columns: 1fr; gap: 15px; }
  .news-list figure { aspect-ratio: 16 / 8; }
  .contact-card { min-height: 190px; font-size: clamp(1.2rem, 6vw, 1.7rem); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-section *,
  .media-reveal,
  .growth-card polyline {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    stroke-dashoffset: 0 !important;
    transition: none !important;
  }
}

@media (max-width: 700px) {
  .brand-panel {
    border-right: 0;
    border-left: 0;
  }

  .numbered-heading {
    top: 18px;
    left: 20px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .principles {
    padding: 46px 20px 20px;
  }

  .principles article,
  .principles article + article {
    min-height: 0;
    padding: 0 0 28px;
  }

  .principles article + article {
    padding-top: 28px;
  }

  .principles h2 {
    font-size: clamp(1.35rem, 6.4vw, 1.7rem);
    line-height: 1.45;
  }

  .principles span {
    font-size: 0.82rem;
    line-height: 1.9;
  }

  .values {
    padding: 70px 20px 74px;
  }

  .values-inner > h2 {
    max-width: 14em;
    font-size: clamp(1.45rem, 7vw, 1.85rem);
    line-height: 1.4;
  }

  .value-list {
    gap: 14px;
    margin-top: 34px;
  }

  .value-list article {
    min-height: 0;
    padding: 30px 24px 32px;
    border-radius: 24px;
  }

  .value-list article > span {
    width: 48px;
    height: 48px;
    font-size: 0.82rem;
  }

  .value-list h3 {
    font-size: 1.15rem;
  }

  .value-list p {
    font-size: 0.78rem;
    line-height: 1.85;
  }

  .mateship-copy,
  .athlemate-copy {
    padding: 72px 20px 34px;
  }

  .service-copy > p:not(.section-label) {
    font-size: 0.82rem;
    line-height: 1.9;
  }

  .strength-list {
    gap: 16px;
    margin-top: 26px;
  }

  .strength-list > div {
    grid-template-columns: 28px 1fr;
    padding-top: 14px;
  }

  .mateship-image,
  .athlemate-image {
    min-height: 300px;
  }

  .service-flow {
    padding: 32px 20px 36px;
  }

  .service-flow div {
    min-height: 76px;
  }

  .message-section {
    padding: 76px 20px 68px;
  }

  .message-body {
    margin-top: 26px;
    font-size: 0.84rem;
    line-height: 2;
  }

  .message-sign strong,
  .message-sign span {
    font-size: 0.82rem;
  }

  .members-section {
    padding: 84px 20px 64px;
  }

  .members-intro h2 {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
    line-height: 1.35;
  }

  .member-profile,
  .member-profile + .member-profile {
    margin-top: 54px;
  }

  .member-photo {
    min-height: 420px;
  }

  .member-copy {
    padding: 38px 4px 44px;
  }

  .member-copy h3 {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .member-origin {
    margin-top: 26px;
  }

  .members-cta {
    margin-top: 54px;
    padding: 28px 18px;
  }

  .numbers-section {
    min-height: 0;
    padding: 68px 16px 28px;
  }

  .number-grid {
    margin-top: 12px;
  }

  .number-grid strong {
    font-size: clamp(2.7rem, 16vw, 4rem);
  }

  .number-grid span {
    margin-top: 10px;
    font-size: 0.5rem;
  }

  .numbers-section h2 {
    margin: 25px 0 16px;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
  }

  .sports-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 4px;
    padding-top: 18px;
    font-size: 0.58rem;
  }

  .company-info {
    padding: 68px 20px 32px;
  }

  .company-info dl > div {
    padding: 13px 0;
    font-size: 0.73rem;
  }

  .company-image {
    min-height: 270px;
  }

  .news-section {
    padding: 68px 20px 32px;
  }

  .news-list > a {
    padding: 18px 16px 44px;
  }

  .contact-card {
    min-height: 150px;
    padding: 28px 20px;
    font-size: clamp(1.25rem, 6vw, 1.55rem);
  }

  .site-footer {
    gap: 18px;
    padding: 34px 20px;
  }

  .site-footer nav {
    gap: 14px 18px;
    font-size: 0.66rem;
  }
}
