*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Application form and thanks pages */
.form-page,
.thanks-page {
  background: var(--paper);
}

.form-hero {
  padding: 170px 0 100px;
  background: var(--ink);
  color: var(--white);
}

.form-hero-inner {
  position: relative;
}

.form-hero h1,
.thanks-card h1 {
  margin-bottom: 28px;
  font-size: clamp(58px, 8vw, 108px);
  font-weight: 100;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.form-hero h1 em,
.thanks-card h1 em {
  color: var(--smile);
  font-style: normal;
}

.form-hero-inner > p:last-child {
  color: rgba(255, 254, 250, 0.66);
}

.application-section {
  padding: 110px 0 140px;
}

.application-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  align-items: start;
  gap: 72px;
}

.application-guide {
  position: sticky;
  top: 112px;
}

.application-guide > h2,
.application-form-heading h2 {
  margin-bottom: 28px;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 200;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.guest-card {
  margin: 34px 0 18px;
  padding: 30px;
  border-radius: 8px;
  background: var(--smile);
}

.guest-card > p:first-child,
.member-note > p:first-child {
  margin-bottom: 12px;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.guest-card h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
}

.guest-card .button {
  width: 100%;
  margin-top: 18px;
  background: var(--ink);
  color: var(--white);
}

.member-note {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.member-note p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.application-team {
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.application-team > div {
  display: grid;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 92px 1fr;
  font-size: 12px;
}

.application-team dt {
  color: var(--ink-soft);
}

.application-form-wrap {
  padding: 46px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 22px 70px rgba(23, 23, 23, 0.08);
}

.application-form-heading {
  margin-bottom: 42px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.application-form-heading > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.application-form .form-group {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}

.application-form label,
.application-form legend {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
}

.application-form small {
  display: block;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.7;
}

.required-mark {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--white);
  font-size: 8px;
  font-weight: 400;
  vertical-align: 2px;
}

.application-form input[type="text"],
.application-form input[type="email"],
.application-form input[type="tel"],
.application-form input[type="url"],
.application-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 23, 23, 0.22);
  border-radius: 5px;
  outline: none;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.application-form textarea {
  min-height: 130px;
  resize: vertical;
}

.application-form input:focus,
.application-form textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(243, 202, 62, 0.35);
}

.choice-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.choice-group label {
  display: flex;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
}

.choice-group input {
  accent-color: var(--ink);
}

.choice-group-inline {
  grid-template-columns: repeat(2, minmax(120px, 180px));
}

.form-submit {
  width: 100%;
  border: 0;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
}

.form-submit:hover,
.form-submit:focus-visible {
  background: var(--smile);
  color: var(--ink);
}

.thanks-main {
  display: grid;
  min-height: calc(100vh - 160px);
  padding: 170px 30px 110px;
  place-items: center;
  background: var(--ink);
}

.thanks-card {
  position: relative;
  width: min(760px, 100%);
  overflow: hidden;
  padding: 68px;
  border-radius: 12px;
  background: var(--white);
}

.thanks-card h1 {
  font-size: clamp(48px, 7vw, 78px);
}

.thanks-card > p:not(.eyebrow) {
  margin-bottom: 8px;
  color: var(--ink-soft);
}

.thanks-card > small {
  color: var(--ink-soft);
  font-size: 10px;
}

.thanks-mark {
  position: absolute;
  top: 24px;
  right: 28px;
  color: var(--smile);
  font-size: 62px;
  line-height: 1;
}

.payment-note {
  margin: 42px 0 32px;
  padding: 28px;
  border-left: 4px solid var(--smile);
  background: var(--paper);
}

.payment-note h2 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 300;
}

.payment-note p,
.payment-note ul {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

@media (max-width: 900px) {
  .application-layout { grid-template-columns: 1fr; gap: 48px; }
  .application-guide { position: static; }
}

@media (max-width: 720px) {
  .form-page .site-footer,
  .thanks-page .site-footer { padding-bottom: 50px; }
  .form-hero { padding: 125px 0 72px; }
  .form-hero h1 { font-size: 58px; }
  .application-section { padding: 72px 0 90px; }
  .application-form-wrap { padding: 28px 20px; }
  .choice-group { grid-template-columns: 1fr; }
  .choice-group-inline { grid-template-columns: repeat(2, 1fr); }
  .thanks-main { padding: 130px 15px 72px; }
  .thanks-card { padding: 48px 22px 28px; }
  .thanks-card h1 { font-size: 47px; }
  .thanks-card h1 br { display: none; }
  .thanks-mark { top: 16px; right: 18px; font-size: 46px; }
}

:root {
  --ink: #171717;
  --ink-soft: #5b5a55;
  --paper: #f7f4eb;
  --paper-deep: #ece8dc;
  --white: #fffefa;
  --smile: #f3ca3e;
  --smile-light: #ffe98f;
  --coral: #f46f4c;
  --line: rgba(23, 23, 23, 0.16);
  --page: min(1200px, calc(100% - 60px));
  --font: "Albert Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.015em;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font-family: var(--font);
}

h1,
h2,
h3,
p,
ol,
dl,
dd {
  margin-top: 0;
}

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

a {
  color: inherit;
}

.page-width {
  width: var(--page);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 9px 16px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding: 18px 24px;
  transition: padding 0.25s ease;
}

.header-inner {
  display: grid;
  width: min(1320px, 100%);
  min-height: 70px;
  margin: 0 auto;
  padding: 0 12px 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: background 0.25s ease, border-color 0.25s ease, min-height 0.25s ease;
}

.site-header.is-scrolled {
  padding-top: 10px;
}

.site-header.is-scrolled .header-inner {
  min-height: 62px;
  border-color: var(--line);
  background: rgba(247, 244, 235, 0.9);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand > span:last-child,
.footer-brand p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1;
}

.brand small,
.footer-brand small {
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.18em;
}

.brand strong,
.footer-brand strong {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.brand-orbit {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--smile);
}

.brand-orbit::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.brand-orbit i {
  position: absolute;
  inset: 8px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.brand-orbit i:nth-child(2) { transform: rotate(60deg) scaleX(0.45); }
.brand-orbit i:nth-child(3) { transform: rotate(-60deg) scaleX(0.45); }

.global-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.global-nav a {
  position: relative;
  font-size: 12px;
  text-decoration: none;
}

.global-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.global-nav a:hover::after,
.global-nav a:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  min-height: 46px;
  margin-left: auto;
  padding: 8px 20px;
  border-radius: 999px;
  align-items: center;
  gap: 18px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--coral);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: 156px 0 0;
  background: var(--paper);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(23, 23, 23, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 23, 23, 0.035) 1px, transparent 1px);
  background-size: 50px 50px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.hero-cloud {
  position: absolute;
  border-radius: 50%;
  background: var(--smile-light);
  filter: blur(1px);
  opacity: 0.48;
}

.cloud-a {
  top: -230px;
  right: -100px;
  width: 620px;
  height: 620px;
}

.cloud-b {
  bottom: -180px;
  left: 33%;
  width: 360px;
  height: 360px;
  background: #f3b8a8;
  opacity: 0.24;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 605px;
  grid-template-columns: minmax(0, 1fr) minmax(450px, 0.82fr);
  align-items: center;
  gap: 64px;
  padding-bottom: 72px;
}

.eyebrow {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span::before {
  width: 30px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.eyebrow b {
  padding: 2px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 300;
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(58px, 6.5vw, 96px);
  font-weight: 100;
  line-height: 1.08;
  letter-spacing: -0.065em;
}

.hero h1 em {
  position: relative;
  z-index: 1;
  font-style: normal;
  white-space: nowrap;
}

.hero h1 em::after {
  position: absolute;
  z-index: -1;
  right: -7px;
  bottom: 0.09em;
  left: -7px;
  height: 0.28em;
  border-radius: 999px;
  background: var(--smile);
  content: "";
  transform: rotate(-1.5deg);
}

.hero-lead {
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 2;
}

.sp-only {
  display: none;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.button {
  display: inline-flex;
  min-height: 62px;
  padding: 10px 24px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.button-primary {
  background: var(--ink);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--coral);
  transform: translateY(-3px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  text-decoration: none;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.portrait {
  position: absolute;
  overflow: hidden;
  border: 7px solid var(--paper);
  border-radius: 999px;
  background: #c6c1b8;
}

.portrait img {
  height: 100%;
  object-fit: cover;
}

.portrait-main {
  top: 18px;
  right: 54px;
  width: 290px;
  height: 430px;
  transform: rotate(4deg);
}

.portrait-main img { object-position: 50% 25%; }

.portrait-sub-one {
  z-index: 2;
  top: 246px;
  left: 2px;
  width: 160px;
  height: 220px;
  transform: rotate(-7deg);
}

.portrait-sub-one img { object-position: 50% 20%; }

.portrait-sub-two {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 148px;
  height: 200px;
  transform: rotate(8deg);
}

.portrait-sub-two img { object-position: 56% 17%; }

.hero-stamp {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  width: 126px;
  height: 126px;
  margin: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 0.09em;
  transform: rotate(-12deg);
}

.hero-stamp::after {
  position: absolute;
  inset: 8px;
  border: 1px dashed var(--ink);
  border-radius: inherit;
  content: "";
}

.hero-note {
  position: absolute;
  bottom: 24px;
  left: 134px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-note b {
  font-size: 48px;
  font-weight: 100;
  line-height: 1;
}

.hero-note span {
  padding-left: 10px;
  border-left: 1px solid var(--ink);
  font-size: 10px;
  line-height: 1.5;
}

.hero-marquee {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 15px 0;
  background: var(--smile);
  white-space: nowrap;
  transform: rotate(-1.1deg) scale(1.02);
}

.hero-marquee div {
  width: max-content;
  font-size: 13px;
  letter-spacing: 0.18em;
  animation: marquee 24s linear infinite;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section {
  padding: 140px 0;
}

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

.section-index span {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  place-items: center;
  font-size: 11px;
}

.section-index p {
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.section-index-light span { border-color: rgba(255, 254, 250, 0.48); }

.kicker {
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.16em;
}

.intro-grid {
  display: grid;
  grid-template-columns: 120px 1.15fr 0.85fr;
  gap: 42px;
  align-items: start;
}

.intro h2,
.philosophy h2,
.recommended h2,
.members h2,
.event h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4.3vw, 64px);
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.intro-body {
  padding-top: 40px;
  color: var(--ink-soft);
}

.intro-body strong {
  color: var(--ink);
  font-weight: 300;
  background: linear-gradient(transparent 62%, var(--smile-light) 62%);
}

.value-grid {
  display: grid;
  margin-top: 90px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.value-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid var(--ink);
}

.value-card:last-child { border-right: 0; }
.value-card > span { font-size: 10px; }
.value-card > i { position: absolute; top: 24px; right: 28px; font-size: 23px; font-style: normal; }
.value-card h3 { margin: 72px 0 14px; font-size: 34px; font-weight: 200; }
.value-card p { color: var(--ink-soft); font-size: 13px; }
.value-card small { position: absolute; bottom: 26px; font-size: 9px; letter-spacing: 0.15em; }
.value-card:nth-child(2) { background: var(--smile); }

.action-principle {
  padding: 88px 0;
  border-top: 1px solid var(--line);
  background: var(--paper-deep);
}

.action-principle-inner {
  display: grid;
  grid-template-columns: 0.45fr 0.9fr 1.65fr;
  align-items: start;
  gap: 42px;
}

.action-principle-inner > p:nth-child(2) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.9;
}

.action-principle h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 200;
  line-height: 1.55;
  letter-spacing: -0.035em;
}

.philosophy {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.philosophy::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 77% 30%, rgba(243, 202, 62, 0.13), transparent 28%);
  content: "";
}

.philosophy-shape {
  position: absolute;
  right: -8vw;
  bottom: -19vw;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(255, 254, 250, 0.18);
  border-radius: 50%;
}

.philosophy-shape::before,
.philosophy-shape::after {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 254, 250, 0.16);
  border-radius: inherit;
  content: "";
}

.philosophy-shape::after { inset: 18%; }

.philosophy-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 120px 1fr 0.64fr;
  gap: 42px;
  align-items: center;
}

.philosophy-copy > p:last-child {
  max-width: 660px;
  margin: 34px 0 0;
  color: rgba(255, 254, 250, 0.66);
}

.philosophy-quote {
  position: relative;
  display: flex;
  min-height: 310px;
  border: 1px solid rgba(255, 254, 250, 0.32);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(5deg);
}

.philosophy-quote span,
.philosophy-quote strong {
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 100;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.philosophy-quote strong { color: var(--smile); font-weight: 200; }
.philosophy-quote p { margin: 20px 0 0; font-size: 11px; }

.philosophy-quote > span {
  margin-bottom: 18px;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.philosophy-quote .vision-number {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  text-align: center;
}

.philosophy-quote p {
  color: rgba(255, 254, 250, 0.68);
  line-height: 1.8;
  text-align: center;
}

.values-panel {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: 92px;
  padding-top: 52px;
  border-top: 1px solid rgba(255, 254, 250, 0.22);
  grid-template-columns: 0.65fr 1.35fr;
  gap: 54px;
}

.values-heading h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 200;
  line-height: 1.3;
}

.branch-values {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 254, 250, 0.18);
}

.branch-values li {
  min-height: 150px;
  padding: 22px;
  background: var(--ink);
}

.branch-values span {
  color: var(--smile);
  font-size: 9px;
}

.branch-values p {
  margin: 34px 0 0;
  color: rgba(255, 254, 250, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.recommended-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.recommended-heading .section-index { margin-bottom: 80px; }

.recommended-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.recommended-list li {
  display: grid;
  min-height: 126px;
  padding: 20px 6px;
  border-bottom: 1px solid var(--ink);
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 20px;
}

.recommended-list span { font-size: 11px; }
.recommended-list p { margin: 0; font-size: 20px; }
.recommended-list i { font-size: 22px; font-style: normal; transition: transform 0.2s ease; }
.recommended-list li:hover i { transform: translate(4px, -4px); }

.members {
  background: #20201f;
  color: var(--white);
}

.members-heading {
  display: grid;
  margin-bottom: 72px;
  grid-template-columns: 120px 1fr 0.54fr;
  align-items: end;
  gap: 42px;
}

.members-heading > p {
  margin-bottom: 8px;
  color: rgba(255, 254, 250, 0.6);
  font-size: 13px;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.member-card {
  margin: 0;
}

.member-photo {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #393836;
}

.member-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent 36%);
  content: "";
}

.member-photo img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
  transition: filter 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.member-card:nth-child(1) img { object-position: center 22%; }
.member-card:nth-child(2) img { object-position: center 18%; }
.member-card:nth-child(3) img { object-position: 55% 18%; }
.member-card.member-henmi img { object-position: center 22%; }
.member-card.member-kaga img { object-position: center 18%; }
.member-card.member-arai img { object-position: 55% 18%; }
.member-card:hover img { filter: saturate(1); transform: scale(1.025); }

.member-meta {
  padding: 24px 2px 0;
}

.member-meta > p:first-child {
  display: flex;
  margin-bottom: 14px;
  color: var(--smile);
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0;
}

.member-meta h3 { margin-bottom: 4px; font-size: 26px; font-weight: 200; }
.member-meta > p:last-child { color: rgba(255, 254, 250, 0.55); font-size: 12px; }

.members-more {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}

.button-outline-light {
  border: 1px solid rgba(255, 254, 250, 0.52);
  color: var(--white);
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
  border-color: var(--smile);
  background: var(--smile);
  color: var(--ink);
  transform: translateY(-3px);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.members-page {
  background: var(--paper);
}

.members-header .header-inner {
  color: var(--ink);
}

.member-hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding: 158px 0 72px;
  background: var(--smile);
}

.member-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(23, 23, 23, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 23, 23, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.member-hero-ring {
  position: absolute;
  top: -180px;
  right: -100px;
  width: 710px;
  height: 710px;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: 50%;
}

.member-hero-ring i {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: inherit;
}

.member-hero-ring i:last-child {
  inset: 23%;
}

.member-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 600px;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 70px;
}

.member-hero h1 {
  margin-bottom: 34px;
  font-size: clamp(62px, 7vw, 106px);
  font-weight: 100;
  line-height: 1.05;
  letter-spacing: -0.07em;
}

.member-hero h1 em {
  position: relative;
  z-index: 1;
  font-style: normal;
  white-space: nowrap;
}

.member-hero h1 em::after {
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: 0.07em;
  left: -8px;
  height: 0.18em;
  border-radius: 999px;
  background: var(--coral);
  content: "";
  transform: rotate(-2deg);
}

.member-hero-copy > p:last-child {
  max-width: 510px;
  line-height: 2;
}

.member-hero-collage {
  position: relative;
  min-height: 580px;
}

.collage-photo {
  position: absolute;
  overflow: hidden;
  border: 6px solid var(--smile);
  border-radius: 999px;
  background: #b8b5ae;
}

.collage-photo img {
  height: 100%;
  object-fit: cover;
}

.collage-henmi {
  z-index: 2;
  top: 0;
  left: 27%;
  width: 260px;
  height: 400px;
  transform: rotate(2deg);
}

.collage-henmi img { object-position: 50% 22%; }

.collage-kaga {
  bottom: 12px;
  left: 0;
  width: 192px;
  height: 280px;
  transform: rotate(-7deg);
}

.collage-kaga img { object-position: 50% 17%; }

.collage-arai {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 210px;
  height: 300px;
  transform: rotate(8deg);
}

.collage-arai img { object-position: 55% 15%; }

.member-hero-collage > p {
  position: absolute;
  top: 24px;
  left: 0;
  display: flex;
  width: 142px;
  height: 142px;
  margin: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-10deg);
}

.member-hero-collage > p::after {
  position: absolute;
  inset: 9px;
  border: 1px dashed var(--ink);
  border-radius: inherit;
  content: "";
}

.member-hero-collage > p span,
.member-hero-collage > p strong {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.member-hero-collage > p strong {
  font-size: 17px;
  letter-spacing: 0;
}

.member-hero-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  padding-top: 26px;
  border-top: 1px solid rgba(23, 23, 23, 0.5);
  align-items: center;
  justify-content: space-between;
}

.member-hero-bottom p,
.member-hero-bottom a {
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.17em;
  text-decoration: none;
}

.member-hero-bottom a {
  display: inline-flex;
  gap: 18px;
}

.team-statement-grid {
  display: grid;
  grid-template-columns: 120px 1.1fr 0.9fr;
  gap: 42px;
  align-items: start;
}

.team-statement h2,
.team-message h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: -0.05em;
}

.team-statement-body {
  padding-top: 40px;
  color: var(--ink-soft);
}

.profile-row {
  padding: 112px 0;
}

.profile-row-dark {
  background: var(--ink);
  color: var(--white);
}

.profile-row-light {
  background: var(--paper-deep);
  color: var(--ink);
}

.profile-row-coral {
  background: var(--coral);
  color: var(--ink);
}

.profile-row-grid {
  display: grid;
  grid-template-columns: 80px minmax(340px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 66px;
}

.profile-row-reverse {
  grid-template-columns: 80px minmax(0, 1.12fr) minmax(340px, 0.88fr);
}

.profile-row-reverse .profile-portrait {
  grid-column: 3;
  grid-row: 1;
}

.profile-row-reverse .profile-content {
  grid-column: 2;
  grid-row: 1;
}

.profile-number {
  display: flex;
  height: 100%;
  min-height: 520px;
  border-right: 1px solid currentColor;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0.55;
}

.profile-number span {
  font-size: 32px;
  font-weight: 100;
}

.profile-number small {
  padding-right: 8px;
  font-size: 8px;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.profile-portrait {
  height: 560px;
  overflow: hidden;
  border-radius: 240px 240px 12px 12px;
  background: #393836;
}

.profile-portrait img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86);
  transition: filter 0.4s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.profile-row:nth-of-type(1) .profile-portrait img { object-position: center 21%; }
.profile-row:nth-of-type(2) .profile-portrait img { object-position: center 17%; }
.profile-row:nth-of-type(3) .profile-portrait img { object-position: 55% 16%; }
.profile-row:hover .profile-portrait img { filter: saturate(1); transform: scale(1.025); }

.profile-content {
  max-width: 600px;
}

.profile-role {
  display: flex;
  margin-bottom: 34px;
  align-items: center;
  gap: 16px;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.profile-role span {
  display: inline-flex;
  min-height: 28px;
  padding: 2px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0;
}

.profile-content h3 {
  display: flex;
  margin-bottom: 8px;
  align-items: baseline;
  gap: 20px;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 100;
  line-height: 1.15;
  letter-spacing: -0.05em;
}

.profile-content h3 small {
  font-size: 9px;
  letter-spacing: 0.17em;
}

.profile-job {
  margin-bottom: 38px;
  font-size: 13px;
}

.profile-description {
  max-width: 560px;
  margin-bottom: 38px;
  opacity: 0.67;
}

.profile-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-keywords span {
  padding: 5px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 8px;
  letter-spacing: 0.12em;
  opacity: 0.65;
}

.team-message {
  background: var(--paper);
}

.team-message-grid {
  display: grid;
  grid-template-columns: 120px 1fr 0.58fr;
  align-items: center;
  gap: 42px;
}

.team-message-copy > p:last-child {
  max-width: 650px;
  margin: 38px 0 0;
  color: var(--ink-soft);
}

.team-message-mark {
  position: relative;
  display: flex;
  width: 330px;
  height: 330px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: end;
  transform: rotate(6deg);
}

.team-message-mark::after {
  position: absolute;
  inset: 12px;
  border: 1px dashed var(--ink);
  border-radius: inherit;
  content: "";
}

.team-message-mark span,
.team-message-mark strong {
  font-size: 48px;
  font-weight: 100;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.team-message-mark strong {
  color: var(--coral);
  font-weight: 200;
}

.team-message-mark i {
  margin-top: 18px;
  font-size: 24px;
  font-style: normal;
}

.member-final-cta {
  background: var(--smile);
}

/* Equal treatment: every member uses the same footprint and the DOM order is shuffled. */
.member-hero-collage {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
}

.member-hero-collage .collage-photo {
  position: relative;
  inset: auto;
  width: 100%;
  height: 360px;
  border-width: 5px;
  border-radius: 999px;
  transform: none;
}

.member-hero-collage .collage-henmi img { object-position: 50% 21%; }
.member-hero-collage .collage-kaga img { object-position: 50% 17%; }
.member-hero-collage .collage-arai img { object-position: 48% center; }

.member-directory {
  background: #20201f;
  color: var(--white);
}

.directory-heading {
  display: grid;
  margin-bottom: 64px;
  grid-template-columns: 120px 1fr 0.42fr;
  align-items: end;
  gap: 42px;
}

.directory-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.directory-heading > p {
  margin-bottom: 8px;
  color: rgba(255, 254, 250, 0.56);
  font-size: 11px;
}

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

.directory-card {
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 254, 250, 0.18);
  border-radius: 8px;
  background: #292928;
  flex-direction: column;
}

.directory-photo {
  height: 310px;
  overflow: hidden;
  background: #3a3937;
}

.directory-photo img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84);
  transition: filter 0.35s ease, transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.directory-card.member-henmi img { object-position: center 20%; }
.directory-card.member-kaga img { object-position: center 17%; }
.directory-card.member-arai img { object-position: 48% 44%; }
.directory-card.member-chiba img { object-position: center 28%; }
.directory-card:hover img { filter: saturate(1); transform: scale(1.025); }

.directory-body {
  display: flex;
  flex: 1;
  min-height: 300px;
  padding: 24px;
  flex-direction: column;
}

.directory-role {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 10px;
  color: var(--smile);
  font-size: 12px;
  letter-spacing: 0;
}

.directory-role span {
  color: var(--smile);
  font-size: 12px;
  letter-spacing: 0;
}

.directory-body h3 {
  margin-bottom: 3px;
  font-size: 28px;
  font-weight: 200;
}

.directory-reading {
  margin-bottom: 8px;
  color: rgba(255, 254, 250, 0.4);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.directory-job {
  margin-bottom: 22px;
  color: rgba(255, 254, 250, 0.55);
  font-size: 11px;
}

.directory-reading + .directory-job {
  margin-bottom: 4px;
}

.directory-company {
  margin-bottom: 20px;
  color: rgba(255, 254, 250, 0.72);
  font-size: 10px;
}

.directory-description {
  margin-bottom: 22px;
  color: rgba(255, 254, 250, 0.68);
  font-size: 12px;
  line-height: 1.9;
}

.directory-link-groups {
  display: grid;
  margin-top: auto;
  gap: 16px;
}

.directory-link-tabs {
  margin-top: auto;
}

.directory-tab-list {
  display: flex;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 254, 250, 0.18);
  gap: 18px;
}

.directory-tab-list button {
  position: relative;
  padding: 0 0 9px;
  border: 0;
  background: transparent;
  color: rgba(255, 254, 250, 0.48);
  font: inherit;
  font-size: 10px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.directory-tab-list button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--smile);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.directory-tab-list button[aria-selected="true"] {
  color: var(--white);
}

.directory-tab-list button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.directory-tab-list button:focus-visible {
  outline: 2px solid var(--smile);
  outline-offset: 4px;
}

.directory-link-tabs [role="tabpanel"][hidden] {
  display: none;
}

.directory-link-group {
  display: grid;
  gap: 7px;
}

.directory-link-group:has(.directory-links:empty) {
  display: none;
}

.directory-link-group > p {
  color: rgba(255, 254, 250, 0.5);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.directory-links {
  display: flex;
  min-height: 36px;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.directory-links:empty {
  display: none;
}

.directory-links a {
  display: inline-flex;
  min-height: 36px;
  padding: 5px 11px 5px 8px;
  border: 1px solid rgba(255, 254, 250, 0.28);
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  color: var(--white);
  font-size: 9px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.directory-links a:hover,
.directory-links a:focus-visible {
  border-color: var(--smile);
  background: var(--smile);
  color: var(--ink);
  transform: translateY(-2px);
}

.directory-links svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.event-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 110px;
}

.event-heading .section-index { margin-bottom: 76px; }
.event-heading > p:last-child { margin: 32px 0 0; color: var(--ink-soft); }
.event-details { margin: 0; border-top: 1px solid var(--ink); }
.event-details > div { display: grid; padding: 34px 0; border-bottom: 1px solid var(--ink); grid-template-columns: 150px 1fr; gap: 20px; }
.event-details dt { display: flex; align-items: flex-start; gap: 16px; font-size: 12px; }
.event-details dt span { font-size: 9px; }
.event-details dd { color: var(--ink-soft); line-height: 1.9; }
.event-details dd strong { color: var(--ink); font-size: 20px; font-weight: 300; }
.event-details dd small { font-size: 11px; }
.event-map-link {
  display: inline-flex;
  margin-top: 10px;
  border-bottom: 1px solid currentColor;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-size: 11px;
  line-height: 1.5;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background: var(--smile);
  text-align: center;
}

.final-cta-inner { position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(58px, 8vw, 112px); line-height: 1.02; }
.final-cta-inner > p:nth-of-type(2) { margin: 34px 0; }
.button-white { background: var(--white); color: var(--ink); }
.button-white:hover, .button-white:focus-visible { background: var(--ink); color: var(--white); transform: translateY(-3px); }
.final-cta-inner > small { display: block; margin-top: 18px; font-size: 10px; }

.final-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.final-orbit i { position: absolute; inset: 10%; border: 1px solid rgba(23, 23, 23, 0.12); border-radius: 50%; }
.final-orbit i:nth-child(2) { transform: scaleX(0.45) rotate(45deg); }
.final-orbit i:nth-child(3) { transform: scaleX(0.45) rotate(-45deg); }

.site-footer {
  padding: 70px 0 32px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.footer-links { display: flex; gap: 28px; }
.footer-links a { position: relative; font-size: 12px; text-decoration: none; }
.copyright { margin: 20px 0 0; color: rgba(255, 254, 250, 0.45); font-size: 10px; grid-column: 1 / -1; }
.mobile-cta { display: none; }

a:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  :root { --page: min(100% - 40px, 760px); }
  .global-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { width: min(560px, 100%); margin: 0 auto; }
  .intro-grid, .philosophy-grid { grid-template-columns: 90px 1fr; }
  .action-principle-inner { grid-template-columns: 1fr; gap: 18px; }
  .intro-body, .philosophy-quote { grid-column: 2; }
  .philosophy-quote { width: min(420px, 100%); }
  .values-panel { grid-template-columns: 1fr; gap: 34px; }
  .recommended-grid, .event-grid { grid-template-columns: 1fr; gap: 70px; }
  .recommended-heading .section-index, .event-heading .section-index { margin-bottom: 40px; }
  .members-heading { grid-template-columns: 90px 1fr; }
  .members-heading > p { grid-column: 2; }
  .member-photo { height: 330px; }
  .member-hero-grid { grid-template-columns: 1fr; }
  .member-hero-copy { max-width: 720px; }
  .member-hero-collage { width: min(600px, 100%); margin: 0 auto; }
  .team-statement-grid, .team-message-grid { grid-template-columns: 90px 1fr; }
  .team-statement-body, .team-message-mark { grid-column: 2; }
  .profile-row-grid, .profile-row-reverse { grid-template-columns: 54px minmax(300px, 0.82fr) 1.18fr; gap: 36px; }
  .team-message-mark { justify-self: start; }
  .directory-heading { grid-template-columns: 90px 1fr; }
  .directory-heading > p { grid-column: 2; }
  .directory-photo { height: 260px; }
  .directory-body { min-height: 330px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100% - 30px); }
  body { font-size: 14px; }
  .site-header { padding: 8px; }
  .header-inner { min-height: 58px; padding: 0 6px 0 12px; }
  .brand-orbit { width: 34px; height: 34px; }
  .brand-orbit i { inset: 7px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 7px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-top: 112px; }
  .hero-grid { padding-bottom: 50px; }
  .eyebrow { margin-bottom: 20px; flex-wrap: wrap; }
  .hero h1 { font-size: clamp(46px, 14vw, 64px); line-height: 1.13; }
  .hero-lead { font-size: 14px; }
  .sp-only { display: block; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; min-height: 58px; }
  .hero-visual { min-height: 430px; margin-top: 20px; }
  .portrait { border-width: 5px; }
  .portrait-main { right: 24px; width: 220px; height: 330px; }
  .portrait-sub-one { top: 200px; width: 118px; height: 168px; }
  .portrait-sub-two { right: 0; width: 110px; height: 150px; }
  .hero-stamp { width: 94px; height: 94px; font-size: 6px; }
  .hero-note { bottom: 0; left: 112px; }
  .hero-note b { font-size: 34px; }
  .hero-marquee { padding: 11px 0; }
  .section { padding: 92px 0; }
  .intro-grid, .philosophy-grid { display: block; }
  .section-index { margin-bottom: 48px; }
  .section-index p { writing-mode: initial; }
  .intro h2, .philosophy h2, .recommended h2, .members h2, .event h2 { font-size: 36px; }
  .intro-body { padding-top: 28px; }
  .value-grid { margin-top: 56px; grid-template-columns: 1fr; }
  .action-principle { padding: 64px 0; }
  .action-principle h2 { font-size: 28px; }
  .action-principle h2 br { display: none; }
  .value-card { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .value-card:last-child { border-bottom: 0; }
  .value-card h3 { margin-top: 46px; }
  .philosophy-quote { width: 290px; min-height: 290px; margin: 60px auto 0; }
  .values-panel { margin-top: 64px; padding-top: 40px; }
  .branch-values { grid-template-columns: 1fr; }
  .branch-values li { min-height: 125px; }
  .branch-values p { margin-top: 24px; }
  .recommended-grid { gap: 48px; }
  .recommended-heading .section-index, .event-heading .section-index { margin-bottom: 48px; }
  .recommended-list li { min-height: 105px; grid-template-columns: 34px 1fr auto; gap: 8px; }
  .recommended-list p { font-size: 16px; line-height: 1.6; }
  .members-heading { display: block; }
  .members-heading > p { margin-top: 26px; }
  .member-grid { grid-template-columns: 1fr; gap: 60px; }
  .member-photo { height: 360px; }
  .members-more .button { width: auto; }
  .event-grid { gap: 48px; }
  .event-details > div { grid-template-columns: 1fr; gap: 12px; }
  .event-details dt { border-bottom: 1px dashed var(--line); padding-bottom: 8px; }
  .final-cta { padding: 110px 0 130px; }
  .final-cta h2 { font-size: 58px; }
  .final-orbit { width: 540px; height: 540px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .copyright { grid-column: auto; }
  .mobile-cta {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    min-height: 62px;
    padding: 8px 18px;
    border-radius: 999px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    background: var(--coral);
    color: var(--white);
    box-shadow: 0 12px 40px rgba(23, 23, 23, 0.22);
    text-decoration: none;
  }
  .mobile-cta span { font-size: 10px; }
  .mobile-cta b { font-size: 15px; font-weight: 300; }
  .mobile-cta i { font-size: 20px; font-style: normal; }
  .site-footer { padding-bottom: 110px; }
  .member-hero { min-height: auto; padding: 114px 0 48px; }
  .member-hero-grid { display: block; min-height: 0; }
  .member-hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .member-hero-copy > p:last-child br { display: none; }
  .member-hero-collage { min-height: 450px; margin-top: 42px; }
  .member-hero-collage { min-height: 0; gap: 6px; }
  .member-hero-collage .collage-photo { width: 100%; height: 250px; border-width: 3px; }
  .member-hero-bottom { margin-top: 26px; }
  .member-hero-bottom p { display: none; }
  .member-hero-bottom a { margin-left: auto; }
  .team-statement-grid, .team-message-grid { display: block; }
  .team-statement h2, .team-message h2 { font-size: 38px; }
  .team-statement-body { padding-top: 28px; }
  .profile-row { padding: 82px 0; }
  .profile-row-grid, .profile-row-reverse { display: grid; grid-template-columns: 42px 1fr; gap: 22px; }
  .profile-number { min-height: 0; grid-row: 1 / 3; }
  .profile-portrait,
  .profile-row-reverse .profile-portrait { height: 470px; grid-column: 2; grid-row: 1; }
  .profile-content,
  .profile-row-reverse .profile-content { grid-column: 2; grid-row: 2; padding-top: 22px; }
  .profile-number small { margin-bottom: 4px; }
  .profile-content h3 { flex-direction: column; gap: 7px; font-size: 44px; }
  .profile-role { margin-bottom: 24px; }
  .profile-job, .profile-description { margin-bottom: 26px; }
  .team-message-mark { width: 280px; height: 280px; margin: 56px auto 0; }
  .team-message-mark span, .team-message-mark strong { font-size: 42px; }
  .directory-heading { display: block; }
  .directory-heading > p { margin-top: 24px; }
  .directory-heading h2 { font-size: 36px; }
  .directory-grid { grid-template-columns: 1fr; gap: 24px; }
  .directory-photo { height: 390px; }
  .directory-body { min-height: 0; }
}
