/* Final editorial typography layer. Loaded after the legacy section styles. */
body {
  font-weight: 400;
  font-feature-settings: "palt" 1;
  line-break: strict;
}

/* Mobile production overrides. Keep this block last. */
@media (max-width: 700px) {
  .site-header {
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 18px !important;
  }

  .brand,
  .brand-logo {
    width: 48px !important;
    height: 48px !important;
  }

  .menu-toggle {
    width: 44px !important;
    height: 44px !important;
  }

  .hero {
    min-height: calc(100svh - 68px) !important;
    height: calc(100svh - 68px) !important;
  }

  .hero .hero-content {
    width: 100% !important;
    padding: 0 14px !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .hero .hero-title {
    width: calc(100vw - 28px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    font-size: clamp(1.2rem, 5.8vw, 1.5rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.055em !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-align: center !important;
  }

  .hero .hero-title__typewriter {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .hero .hero-title br,
  .hero-mobile-break,
  .hero-title__cursor {
    display: none !important;
  }

  .values-section {
    padding: 48px 20px 46px !important;
  }

  .values-intro {
    margin-bottom: 24px !important;
  }

  .values-intro h2 {
    font-size: 1.45rem !important;
    line-height: 1.35 !important;
  }

  .values-grid {
    display: block !important;
  }

  .value-card {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 7px !important;
    min-height: 0 !important;
    padding: 20px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  .value-number {
    grid-row: 1 / 3 !important;
    align-self: start !important;
    font-size: 1.7rem !important;
    line-height: 1 !important;
  }

  .value-card h3 {
    font-family: var(--font-heading-ja) !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
  }

  .value-card p {
    font-size: 0.76rem !important;
    line-height: 1.72 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-align: left !important;
  }

  .message-section {
    padding: 52px 20px !important;
  }

  .message-copy--full {
    max-width: 100% !important;
  }

  .message-copy--full h2 {
    max-width: 13em !important;
    margin: 0 0 28px !important;
    font-size: clamp(1.7rem, 7.2vw, 2rem) !important;
    line-height: 1.34 !important;
    letter-spacing: -0.045em !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .message-body {
    max-width: 100% !important;
    font-size: 0.81rem !important;
    line-height: 1.9 !important;
    color: rgba(255, 255, 255, 0.72) !important;
  }

  .message-body p {
    margin-bottom: 1.15em !important;
  }

  .members-section {
    padding: 52px 20px !important;
  }

  .members-intro h2 {
    max-width: 13em !important;
    font-size: clamp(1.7rem, 7.3vw, 2rem) !important;
    line-height: 1.35 !important;
    letter-spacing: -0.045em !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .members-intro p {
    font-size: 0.79rem !important;
    line-height: 1.8 !important;
  }

  .members-intro h2 br {
    display: none !important;
  }

  .members-watermark {
    font-size: 20vw !important;
  }

  .member-profile {
    margin-top: 30px !important;
  }
}

/* Final mobile composition: keep the message strong without oversized type. */
@media (max-width: 700px) {
  .site-header {
    min-height: 68px !important;
    height: 68px !important;
    padding: 8px 18px !important;
  }

  .brand,
  .brand-logo {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  .brand-logo {
    padding: 2px !important;
  }

  .menu-button {
    width: 44px !important;
    height: 44px !important;
  }

  .site-nav {
    top: 68px !important;
  }

  .hero {
    min-height: calc(100svh - 68px) !important;
    height: calc(100svh - 68px) !important;
  }

  .hero-bg,
  .hero-copy {
    min-height: 100% !important;
    height: 100% !important;
  }

  .hero-copy {
    padding: 0 18px !important;
  }

  .hero .hero-title {
    display: block !important;
    width: calc(100vw - 36px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    font-family: var(--font-heading-ja) !important;
    font-size: clamp(1.35rem, 6.15vw, 1.58rem) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.055em !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-align: center !important;
  }

  .hero .hero-title__typewriter {
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  .values {
    padding: 48px 20px 52px !important;
  }

  .values-inner {
    width: 100% !important;
    max-width: none !important;
  }

  .values-inner > h2 {
    max-width: 13em !important;
    font-size: clamp(1.45rem, 6.7vw, 1.72rem) !important;
    line-height: 1.35 !important;
  }

  .value-list {
    display: block !important;
    margin-top: 24px !important;
  }

  .value-list article {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    grid-template-areas:
      "number title"
      "number body" !important;
    gap: 4px 14px !important;
    min-height: 0 !important;
    padding: 20px 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }

  .value-list article:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .value-list article > span {
    grid-area: number !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    font-size: 1.7rem !important;
    line-height: 1 !important;
    color: #c69b45 !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .value-list article > h3 {
    grid-area: title !important;
    margin: 0 !important;
    font-family: var(--font-heading-ja) !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    text-align: left !important;
  }

  .value-list article > p {
    grid-area: body !important;
    margin: 1px 0 0 !important;
    font-size: 0.76rem !important;
    line-height: 1.7 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    text-align: left !important;
  }

  .message-section {
    padding: 48px 22px 54px !important;
  }

  .message-section .numbered-heading {
    margin-bottom: 32px !important;
  }

  .message-copy--full {
    width: 100% !important;
    max-width: none !important;
  }

  .message-copy--full h2 {
    max-width: 10em !important;
    margin-bottom: 28px !important;
    font-size: clamp(1.75rem, 7.6vw, 2rem) !important;
    line-height: 1.3 !important;
    letter-spacing: -0.045em !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .message-body {
    max-width: none !important;
    font-size: 0.82rem !important;
    line-height: 1.82 !important;
    color: rgba(255, 255, 255, 0.72) !important;
  }

  .message-body p {
    margin: 0 0 1em !important;
  }

  .members-section {
    padding: 48px 22px 54px !important;
  }

  .members-section .numbered-heading {
    margin-bottom: 34px !important;
  }

  .members-intro {
    width: 100% !important;
    max-width: none !important;
  }

  .members-intro h2 {
    max-width: 10em !important;
    font-size: clamp(1.72rem, 7.4vw, 1.98rem) !important;
    line-height: 1.32 !important;
    letter-spacing: -0.045em !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .members-intro > p:not(.section-label) {
    max-width: 25em !important;
    font-size: 0.8rem !important;
    line-height: 1.75 !important;
  }

  .members-watermark {
    font-size: 22vw !important;
    opacity: 0.025 !important;
  }
}

p,
span,
dd,
li {
  text-wrap: pretty;
}

.section-label,
.numbered-heading,
.audience-path__number,
.member-role,
.member-name-en,
.member-records h4 {
  font-family: var(--font-display-en);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.hero-title {
  font-family: var(--font-body-ja);
  font-weight: 700;
  letter-spacing: -0.065em;
}

.hero-mobile-break {
  display: none;
}

/* Keep the two audience routes within one restrained monochrome system. */
.audience-path--company,
.audience-path--student,
.contact-card:first-child,
.contact-card:last-child {
  color: #f4f3ef;
  background: linear-gradient(145deg, #111 0%, #070707 72%);
}

.audience-path--company:hover,
.audience-path--company:focus-visible,
.audience-path--student:hover,
.audience-path--student:focus-visible,
.contact-card:hover,
.contact-card:focus-visible {
  color: #fff;
  background: #151515;
}

.audience-path__number,
.contact-card__eyebrow,
.audience-path i,
.contact-card b i {
  color: #c7a15a;
}

.audience-path p,
.contact-card p {
  color: rgba(244, 243, 239, 0.72);
}

.principles h2,
.audience-path h3,
.values h2,
.value-list h3,
.about-copy h2,
.services-intro h2,
.service-copy h2,
.message-copy h2,
.members-intro h2,
.members-cta h3,
.contact-card strong {
  font-family: var(--font-heading-ja);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.values {
  padding-top: clamp(82px, 8vw, 128px);
  padding-bottom: clamp(88px, 9vw, 140px);
}

.values-inner > .section-label,
.values-inner > h2 {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.values-inner > h2 {
  max-width: 18em;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3.2vw, 3.15rem);
  line-height: 1.32;
}

.value-list {
  gap: 0;
  margin-top: clamp(42px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.value-list article {
  display: block;
  min-height: 310px;
  padding: 30px clamp(18px, 2vw, 30px) 36px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  text-align: left;
}

.value-list article:first-child {
  border-left: 0;
}

.value-list article > span {
  display: block;
  width: auto;
  height: auto;
  color: #c7a15a;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.9;
}

.value-list h3 {
  max-width: none;
  margin-top: 44px;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
}

.value-list p {
  max-width: 19em;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.72rem, 0.78vw, 0.82rem);
  line-height: 1.9;
}

.about {
  padding: clamp(84px, 9vw, 142px) var(--side-space);
}

.about-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  grid-template-rows: auto auto auto;
  column-gap: clamp(56px, 9vw, 148px);
  align-items: end;
  max-width: 1240px;
  text-align: left;
}

.about-copy .section-label {
  grid-column: 1;
}

.about-copy h2 {
  grid-column: 1;
  grid-row: 2 / 4;
  min-height: 0;
  margin: 14px 0 0;
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: 1.22;
  letter-spacing: -0.045em;
}

.about-title__typewriter {
  display: block;
}

.about-copy p:not(.section-label) {
  grid-column: 2;
  grid-row: 2;
  max-width: 35em;
  margin: 0;
  color: #4f4f4d;
  line-height: 2;
}

.about-copy a {
  grid-column: 2;
  grid-row: 3;
  justify-self: start;
  margin: 28px 0 0;
}

.services-intro {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  grid-template-rows: auto auto;
  align-items: start;
  padding-top: clamp(76px, 8vw, 120px);
  padding-bottom: clamp(76px, 8vw, 120px);
}

.services-intro .section-label {
  grid-column: 1 / -1;
}

.services-intro h2 {
  grid-column: 1;
  margin-top: 12px;
  font-size: clamp(2.3rem, 4.1vw, 4.4rem);
  line-height: 1.3;
}

.services-intro > p:last-child {
  grid-column: 2;
  align-self: end;
  max-width: 36em;
  color: #4f4f4d;
  line-height: 2;
}

.message-section {
  padding-top: clamp(92px, 10vw, 152px);
  padding-bottom: clamp(92px, 10vw, 152px);
  text-align: left;
}

.message-copy,
.message-copy--full {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1fr);
  column-gap: clamp(64px, 10vw, 156px);
  max-width: 1220px;
}

.message-copy--full h2 {
  grid-column: 1;
  align-self: start;
  max-width: 8.5em;
  margin: 0;
  font-size: clamp(2.7rem, 4.7vw, 5rem);
  line-height: 1.28;
  letter-spacing: -0.045em;
  text-align: left;
}

.message-copy--full .message-body {
  grid-column: 2;
  max-width: 39em;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.87rem, 0.95vw, 0.98rem);
  line-height: 2.05;
  text-align: left;
}

.message-sign {
  grid-column: 2;
  justify-items: start;
  margin-top: 28px;
  text-align: left;
}

.members-intro {
  max-width: 820px;
}

.members-intro h2 {
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  line-height: 1.24;
}

@media (max-width: 900px) {
  .about-copy,
  .message-copy,
  .message-copy--full,
  .services-intro {
    grid-template-columns: 1fr;
  }

  .about-copy .section-label,
  .about-copy h2,
  .about-copy p:not(.section-label),
  .about-copy a,
  .message-copy--full h2,
  .message-copy--full .message-body,
  .message-sign,
  .services-intro .section-label,
  .services-intro h2,
  .services-intro > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .about-copy p:not(.section-label),
  .message-copy--full .message-body {
    margin-top: 34px;
  }

  .services-intro > p:last-child {
    margin-top: 12px;
  }
}

@media (max-width: 700px) {
  .site-header {
    position: fixed;
  }

  .menu-button {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    display: block;
  }

  .hero-title {
    max-width: 11em;
    font-size: clamp(2.4rem, 12vw, 3.25rem);
    line-height: 1.12;
    letter-spacing: -0.07em;
    white-space: normal;
    text-align: center;
  }

  .hero-mobile-break {
    display: initial;
  }

  .values {
    padding: 76px 22px 82px;
  }

  .values-inner > h2 {
    max-width: 12em;
    font-size: clamp(1.7rem, 7.7vw, 2.15rem);
    line-height: 1.45;
  }

  .value-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }

  .value-list article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 0 18px;
    min-height: 0;
    padding: 25px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .value-list article:first-child {
    border-top: 0;
  }

  .value-list article > span {
    grid-row: 1 / 3;
    font-size: 2.15rem;
  }

  .value-list h3 {
    margin-top: 0;
    font-size: 1.08rem;
  }

  .value-list p {
    max-width: none;
    margin-top: 10px;
    font-size: 0.78rem;
  }

  .about {
    padding: 78px 22px 82px;
  }

  .about-copy h2 {
    margin-top: 12px;
    font-size: clamp(2.45rem, 12vw, 3.25rem);
    line-height: 1.3;
  }

  .about-copy p:not(.section-label) {
    margin-top: 28px;
    font-size: 0.88rem;
  }

  .about-copy a {
    width: 100%;
    justify-content: space-between;
    margin-top: 24px;
  }

  .services-intro {
    gap: 0;
    padding: 72px 22px 76px;
  }

  .services-intro h2 {
    margin-top: 12px;
    font-size: clamp(2.1rem, 10vw, 2.85rem);
    line-height: 1.36;
  }

  .services-intro > p:last-child {
    margin-top: 28px;
    font-size: 0.84rem;
  }

  .service-copy h2 {
    font-size: clamp(2rem, 9.5vw, 2.75rem);
    line-height: 1.35;
  }

  .message-section {
    padding: 82px 22px 84px;
  }

  .message-copy--full h2 {
    max-width: 9em;
    font-size: clamp(2.4rem, 11vw, 3.15rem);
    line-height: 1.32;
  }

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

  .message-sign {
    margin-top: 26px;
  }

  .members-intro h2 {
    font-size: clamp(2.25rem, 10.4vw, 3rem);
    line-height: 1.34;
  }
}

/* Editorial balance for the corporate introduction. */
.about {
  padding: clamp(96px, 9vw, 148px) max(var(--side-space), calc((100vw - 1240px) / 2));
  color: #111315;
  background: #f4f1ea;
  border-top: 1px solid rgba(7, 9, 11, 0.12);
  border-bottom: 1px solid rgba(7, 9, 11, 0.14);
}

.about-copy {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  column-gap: clamp(72px, 9vw, 152px);
  align-items: center;
}

.about-copy .section-label {
  color: #9a6a20;
}

.about-copy h2 {
  max-width: 8.4em;
  font-size: clamp(3.35rem, 5vw, 5.35rem);
  line-height: 1.24;
}

.about-copy p:not(.section-label) {
  align-self: end;
  max-width: 36em;
  color: #373a3d;
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  font-weight: 400;
  line-height: 2.05;
}

.about-copy a {
  min-width: 190px;
  min-height: 52px;
  padding-inline: 22px;
  border-color: rgba(7, 24, 39, 0.48);
  color: #071827;
  background: transparent;
}

.about-copy a:hover,
.about-copy a:focus-visible {
  color: #f6f3ec;
  border-color: #071827;
  background: #071827;
}

.services-intro {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(88px, 8vw, 128px) max(var(--side-space), calc((100vw - 1240px) / 2));
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  column-gap: clamp(72px, 9vw, 152px);
  color: #f6f3ec;
  background: #071827;
  border-bottom-color: rgba(208, 177, 113, 0.28);
}

.services-intro .section-label {
  color: #d0b171;
}

.services-intro h2 {
  max-width: 12em;
  color: #f6f3ec;
  font-size: clamp(2.8rem, 4.25vw, 4.45rem);
  line-height: 1.32;
}

.services-intro > p:last-child {
  align-self: end;
  max-width: 36em;
  color: #d5d1c8;
  font-size: clamp(0.92rem, 0.98vw, 1.03rem);
  line-height: 2.05;
}

@media (max-width: 900px) {
  .about,
  .services-intro {
    padding-inline: clamp(24px, 6vw, 48px);
  }

  .about-copy,
  .services-intro {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .about-copy h2,
  .services-intro h2 {
    max-width: 11em;
  }

  .about-copy p:not(.section-label),
  .services-intro > p:last-child {
    max-width: 38em;
    margin-top: 34px;
  }
}

@media (max-width: 700px) {
  .about {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .about-copy h2 {
    max-width: 8em;
    font-size: clamp(2.45rem, 11.8vw, 3.2rem);
    line-height: 1.32;
  }

  .about-copy p:not(.section-label) {
    color: #303438;
    font-size: 0.91rem;
  }

  .about-copy a {
    font-size: 0.88rem;
  }

  .services-intro {
    gap: 0;
    padding-top: 70px;
    padding-bottom: 74px;
  }

  .services-intro h2 {
    max-width: none;
    font-size: clamp(2rem, 8.2vw, 2.35rem);
    line-height: 1.45;
    letter-spacing: -0.04em;
  }

  .services-intro > p:last-child {
    color: #d5d1c8;
    font-size: 0.88rem;
  }
}

/* Mobile composition: one clear subject per section. */
@media (max-width: 700px) {
  :root {
    --mobile-gutter: 22px;
  }

  html {
    scroll-padding-top: 64px;
  }

  body {
    overflow-x: hidden;
  }

  .site-header {
    display: grid;
    grid-template-columns: auto 1fr 46px;
    align-items: center;
    min-height: 64px;
    height: 64px;
    padding: 0 var(--mobile-gutter);
  }

  .brand {
    display: flex;
    align-items: center;
    width: auto;
    min-width: 44px;
    height: 44px;
    padding: 0;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    padding: 2px;
    border: 0;
    border-radius: 0;
    background: #f1eee7;
    object-fit: contain;
  }

  .menu-button {
    grid-column: 3;
    justify-self: end;
    width: 46px;
    height: 46px;
    margin: 0;
  }

  .site-nav {
    top: 64px;
    padding: 12px var(--mobile-gutter) 24px;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 0.88rem;
  }

  .contact-link {
    display: none;
  }

  .hero {
    min-height: clamp(500px, 72svh, 620px);
    height: auto;
  }

  .hero-bg,
  .hero-copy {
    min-height: inherit;
  }

  .hero-copy {
    height: auto;
    padding: 64px 20px 0;
    align-items: center;
    justify-content: center;
  }

  .hero-video {
    object-position: 54% center;
  }

  .hero-title {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: clamp(1.48rem, 7vw, 1.82rem);
    line-height: 1;
    letter-spacing: -0.06em;
    text-align: center;
    white-space: nowrap;
  }

  .hero-mobile-break,
  .hero-title__cursor {
    display: none !important;
  }

  .audience-paths {
    grid-template-columns: 1fr;
  }

  .audience-path {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 32px var(--mobile-gutter);
  }

  .audience-path h3 {
    margin: 0.5rem 0 1.1rem;
    font-size: clamp(1.65rem, 8vw, 2.1rem);
    line-height: 1.35;
  }

  .audience-path p {
    font-size: 0.84rem;
    line-height: 1.8;
  }

  .audience-path > div > span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .principles {
    grid-template-columns: 1fr;
    padding: 28px var(--mobile-gutter) 36px;
  }

  .principles article {
    padding: 28px 0;
    border-left: 0;
    border-top: 1px solid rgba(7, 9, 11, 0.16);
  }

  .principles article:first-child {
    border-top: 0;
  }

  .principles h2 {
    margin: 0.55rem 0 1rem;
    font-size: clamp(1.55rem, 7.4vw, 1.95rem);
    line-height: 1.5;
  }

  .principles span {
    font-size: 0.88rem;
    line-height: 1.95;
  }

  .values {
    padding: 68px var(--mobile-gutter);
  }

  .values-inner > h2 {
    max-width: 12em;
    font-size: clamp(1.8rem, 8.5vw, 2.25rem);
    line-height: 1.4;
  }

  .value-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 32px;
  }

  .value-list article {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 16px;
    min-height: 0;
    padding: 24px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    background: transparent;
    text-align: left;
  }

  .value-list article:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .value-list article > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
  }

  .value-list h3,
  .value-list p {
    text-align: left;
  }

  .value-list h3 {
    margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.45;
  }

  .value-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    line-height: 1.8;
  }

  .about {
    padding: 68px var(--mobile-gutter) 72px;
  }

  .about-copy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-copy h2 {
    max-width: none;
    margin: 18px 0 24px;
    font-size: clamp(2.15rem, 10vw, 2.8rem);
    line-height: 1.28;
  }

  .about-copy p:not(.section-label) {
    margin: 0 0 26px;
    font-size: 0.91rem;
    line-height: 2;
  }

  .about-copy a {
    justify-content: center;
    width: 100%;
    min-height: 52px;
  }

  .services-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 68px var(--mobile-gutter);
  }

  .services-intro h2 {
    font-size: clamp(2rem, 9.5vw, 2.65rem);
    line-height: 1.32;
  }

  .services-intro > p:last-child {
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 2;
  }

  .mateship-panel,
  .athlemate-panel {
    grid-template-columns: 1fr;
  }

  .numbered-heading {
    position: static;
    padding: 18px var(--mobile-gutter) 0;
  }

  .mateship-copy,
  .athlemate-copy {
    padding: 38px var(--mobile-gutter) 34px;
  }

  .service-copy h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1.34;
  }

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

  .service-detail-link {
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .strength-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .strength-list > div {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mateship-image,
  .athlemate-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .service-flow {
    padding: 30px var(--mobile-gutter) 38px;
  }

  .service-flow div {
    min-height: 0;
    padding: 14px 0;
  }

  .service-flow > i {
    height: 24px;
  }

  .message-section {
    padding: 72px var(--mobile-gutter);
  }

  .message-copy--full h2 {
    max-width: none;
    font-size: clamp(2rem, 9.4vw, 2.65rem);
    line-height: 1.35;
  }

  .message-body {
    font-size: 0.9rem;
    line-height: 2;
  }

  .message-sign {
    margin-top: 30px;
  }

  .members-section {
    padding: 72px var(--mobile-gutter) 64px;
  }

  .members-intro h2 {
    font-size: clamp(2rem, 9.4vw, 2.65rem);
    line-height: 1.35;
  }

  .members-intro > p:last-child {
    font-size: 0.88rem;
    line-height: 1.9;
  }

  .member-profile {
    grid-template-columns: 1fr;
    margin-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .member-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .member-copy {
    padding: 32px 0 42px;
  }

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

  .member-origin,
  .member-records {
    grid-template-columns: 1fr;
  }

  .member-message {
    font-size: 0.84rem;
    line-height: 1.95;
  }

  .members-cta {
    grid-template-columns: 1fr;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .members-cta h3 {
    font-size: 1.5rem;
  }

  .members-cta a {
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
  }

  .numbers-section {
    padding: 68px var(--mobile-gutter) 34px;
  }

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

  .number-grid > div {
    padding: 0 4px;
  }

  .number-grid strong {
    font-size: clamp(2.4rem, 14vw, 3.5rem);
    line-height: 0.9;
  }

  .number-grid span {
    margin-top: 10px;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .numbers-inner h2 {
    margin: 34px 0 22px;
    font-size: 1.45rem;
    line-height: 1.45;
  }

  .sports-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 8px;
  }

  .sport-label {
    font-size: 0.68rem;
  }

  .company-section {
    grid-template-columns: 1fr;
  }

  .company-info {
    padding: 68px var(--mobile-gutter) 34px;
  }

  .company-info dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }

  .company-info dt {
    font-size: 0.72rem;
  }

  .company-info dd {
    font-size: 0.86rem;
    line-height: 1.75;
  }

  .company-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .news-section {
    padding: 68px var(--mobile-gutter) 36px;
  }

  .news-feature {
    min-height: 0;
    padding: 28px 20px;
  }

  .news-feature strong {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .news-feature p {
    font-size: 0.82rem;
    line-height: 1.8;
  }

  .news-more {
    min-height: 44px;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 0;
    padding: 42px var(--mobile-gutter);
  }

  .contact-card strong {
    font-size: clamp(1.8rem, 9vw, 2.3rem);
  }

  .contact-card p {
    font-size: 0.86rem;
    line-height: 1.85;
  }

  .contact-card b {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin-top: 24px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px var(--mobile-gutter);
  }

  .site-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .site-footer nav a {
    display: flex;
    align-items: center;
    min-height: 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.72rem;
  }

  .site-footer small {
    margin-top: 8px;
  }
}

@media (max-width: 380px) {
  .hero .hero-title {
    font-size: 1.45rem;
  }

  .number-grid strong {
    font-size: 2.35rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-title {
    width: auto !important;
    max-width: none !important;
    font-size: clamp(1.45rem, 7vw, 1.85rem);
    white-space: nowrap !important;
  }

  .hero .hero-title__typewriter {
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  .hero .hero-title__typewriter br {
    display: none !important;
  }

  /* Keep long-form sections editorial and compact on small screens. */
  .services-intro {
    padding: 54px var(--mobile-gutter) 46px;
  }

  .services-intro h2 {
    font-size: clamp(1.8rem, 8.2vw, 2.2rem);
    line-height: 1.25;
  }

  .mateship-copy,
  .athlemate-copy {
    padding: 30px var(--mobile-gutter) 28px;
  }

  .service-copy h2 {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
    line-height: 1.27;
  }

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

  .strength-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .strength-list > div {
    display: block;
    min-width: 0;
    padding: 14px 8px 8px;
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .strength-list > div:last-child {
    border-right: 0;
  }

  .strength-list .line-icon {
    display: block;
    margin: 0 0 8px;
    font-size: 1.05rem;
  }

  .strength-list h3 {
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .strength-list p {
    margin-top: 5px;
    font-size: 0.59rem;
    line-height: 1.6;
  }

  .mateship-image,
  .athlemate-image {
    aspect-ratio: 16 / 10;
    max-height: 300px;
  }

  .service-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    padding: 22px 10px 24px;
  }

  .service-flow div {
    min-width: 0;
    padding: 8px 6px;
  }

  .service-flow div:not(:first-of-type) {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
  }

  .service-flow > i {
    display: none;
  }

  .service-flow .flow-icon {
    min-height: 22px;
    font-size: 1rem;
  }

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

  .service-flow small {
    font-size: 0.56rem;
    line-height: 1.45;
  }

  .message-section {
    padding: 56px var(--mobile-gutter);
  }

  .message-copy--full h2 {
    font-size: clamp(1.8rem, 8.3vw, 2.15rem);
    line-height: 1.38;
  }

  .message-body {
    font-size: 0.84rem;
    line-height: 1.9;
  }

  .members-section {
    padding: 56px var(--mobile-gutter) 52px;
  }

  .members-intro h2 {
    font-size: clamp(1.8rem, 8.3vw, 2.2rem);
    line-height: 1.35;
  }

  .member-profile {
    margin-top: 36px;
  }

  .member-photo {
    aspect-ratio: 16 / 11;
    max-height: 330px;
  }

  .member-copy {
    padding: 26px 0 34px;
  }

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

  .member-origin,
  .member-records {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .member-origin > div {
    min-width: 0;
    padding: 13px 8px 13px 0;
  }

  .member-origin dt {
    font-size: 0.57rem;
  }

  .member-origin dd {
    font-size: 0.71rem;
    line-height: 1.5;
  }

  .member-records {
    gap: 14px;
    margin-top: 20px;
  }

  .member-records h4 {
    font-size: 0.62rem;
  }

  .member-records p,
  .member-records ul {
    font-size: 0.7rem;
    line-height: 1.65;
  }

  .member-message {
    margin-top: 22px;
    padding-top: 20px;
    font-size: 0.78rem;
    line-height: 1.8;
  }

  .members-intro > p:not(.section-label) {
    margin-top: 16px;
    font-size: 0.78rem;
    line-height: 1.72;
  }

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

  .member-photo {
    min-height: 0;
    aspect-ratio: 16 / 9;
    max-height: 245px;
  }

  .member-copy {
    padding: 20px 0 24px;
  }

  .member-role {
    margin-bottom: 7px;
    font-size: 0.64rem;
  }

  .member-copy h3 {
    font-size: clamp(1.75rem, 8.7vw, 2.05rem);
    line-height: 1.08;
  }

  .member-name-en {
    margin-top: 7px;
    font-size: 0.64rem;
  }

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

  .member-origin > div {
    padding: 10px 8px 10px 0;
  }

  .member-origin dt {
    margin-bottom: 4px;
  }

  .member-origin dd {
    font-size: 0.67rem;
    line-height: 1.4;
  }

  .member-records {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 10px;
    margin-top: 14px;
  }

  .member-records h4 {
    margin-bottom: 6px;
    font-size: 0.58rem;
  }

  .member-records p,
  .member-records ul {
    font-size: 0.64rem;
    line-height: 1.5;
  }

  .member-records li + li {
    margin-top: 3px;
  }

  .member-message {
    margin-top: 16px;
    padding-top: 14px;
    font-size: 0.7rem;
    line-height: 1.65;
  }

  .member-message p {
    margin-bottom: 7px;
  }

  .member-message p:first-child {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .members-cta {
    gap: 18px;
    margin-top: 42px;
    padding: 24px 18px;
  }

  .members-cta h3 {
    font-size: 1.35rem;
    line-height: 1.3;
  }

  .members-cta p {
    font-size: 0.75rem;
    line-height: 1.7;
  }

  .members-cta a {
    min-height: 48px;
  }
}
