:root {
  --black: #080908;
  --ink: #11120f;
  --white: #f2f1eb;
  --paper: #e9e8e1;
  --blue: #72C8E3;
  --line: rgba(242, 241, 235, .2);
  --pad: clamp(22px, 4vw, 72px);
  --display: Arial, "Helvetica Neue", "Yu Gothic", sans-serif;
  --jp: Arial, "Helvetica Neue", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--jp);
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.85; }
.caps {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.fa-head {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px var(--pad);
  color: #fff;
  mix-blend-mode: difference;
}
.fa-logo { width: clamp(150px, 13vw, 220px); }
.fa-logo img { height: auto; filter: brightness(0) invert(1); }
.fa-head nav { display: flex; gap: clamp(18px, 2.2vw, 38px); }
.fa-head nav a {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}
.fa-head nav a[aria-current="page"],
.fa-head nav .is-current { color: var(--blue); }
.fa-menu { display: none; }

.fa-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(110px, 13vh, 160px) var(--pad) 7vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
}
.fa-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: clamp(54px, 7vw, 120px) clamp(54px, 7vw, 120px);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.fa-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(65vw, 950px);
  aspect-ratio: 1;
  right: -16vw;
  top: -25vw;
  border-radius: 50%;
  background: var(--blue);
  filter: blur(1px);
  opacity: .92;
}
.fa-orbit {
  position: absolute;
  z-index: -1;
  width: min(62vw, 900px);
  aspect-ratio: 1;
  right: -8vw;
  top: -9vw;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  will-change: transform;
}
.fa-orbit::before,
.fa-orbit::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: inherit;
  border-radius: inherit;
}
.fa-orbit::after { inset: 34%; }
.fa-hero-meta,
.fa-eyebrow {
  position: absolute;
  top: 14vh;
  left: var(--pad);
  right: var(--pad);
  display: flex;
  justify-content: space-between;
}
.fa-hero h1 {
  position: relative;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.8rem, 12.5vw, 13.5rem);
  font-weight: 700;
  letter-spacing: -.085em;
  line-height: .76;
  text-transform: uppercase;
}
.fa-hero h1 span { display: block; width: max-content; will-change: transform; }
.fa-hero h1 span:last-child { color: var(--blue); margin-left: 16vw; }
.fa-hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-top: 6vh;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.fa-hero-bottom p { max-width: 30em; margin: 0; font-weight: 700; }
.fa-hero-bottom > div { display: flex; align-items: flex-end; gap: 12px; text-align: right; }
.fa-hero-bottom > div b { color: var(--blue); font-family: var(--display); font-size: clamp(2.6rem,5vw,5rem); font-weight: 700; letter-spacing: -.06em; line-height: .82; }
.fa-hero-bottom > div span { font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .2em; line-height: 1.3; }
.fa-scroll { color: #bfc0ba; white-space: nowrap; }
.fa-scroll b { display: none; }
.fa-scroll::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--blue); }

.fa-statement {
  min-height: 112vh;
  padding: 16vh var(--pad);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .35fr 1.45fr .75fr;
  gap: 8vw;
  align-items: center;
  background: #101715;
  color: var(--white);
}
.fa-statement-media,
.fa-statement-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.fa-statement-media {
  object-fit: cover;
  filter: saturate(.55) contrast(1.05) brightness(.72);
  transform: scale(1.025);
}
.fa-statement-shade {
  background:
    linear-gradient(90deg, rgba(5,12,10,.76) 0%, rgba(5,12,10,.32) 55%, rgba(5,12,10,.58) 100%),
    linear-gradient(0deg, rgba(5,10,9,.58), transparent 55%);
}
.fa-statement .fa-section-no,
.fa-statement-title,
.fa-statement-text { position: relative; z-index: 2; }
.fa-statement-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.6rem, 7.4vw, 8.5rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .88;
}
.fa-statement-title em { color: var(--blue); font-style: normal; }
.fa-statement-copy { max-width: 680px; margin-left: auto; }
.fa-statement-copy .lead { font-size: clamp(1.25rem, 2.2vw, 2.2rem); font-weight: 700; line-height: 1.55; }
.fa-statement-copy p:last-child { max-width: 42em; }
.fa-statement-text { max-width: 34em; font-size: clamp(1rem, 1.4vw, 1.3rem); }

/* PERSONNEL DATABASE — one-screen access gateway */
.fa-access-gate {
  min-height: 92svh;
  padding-bottom: 6vh;
  background: #07100e;
}
.fa-gate-media,
.fa-gate-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.fa-gate-media {
  z-index: -6;
  object-fit: cover;
  filter: saturate(.58) contrast(1.08) brightness(.58);
  transform: scale(1.02);
}
.fa-gate-shade {
  z-index: -5;
  background:
    linear-gradient(90deg, rgba(4, 9, 8, .9), rgba(4, 10, 9, .38) 62%, rgba(4, 9, 8, .65)),
    linear-gradient(0deg, rgba(4, 8, 7, .88), transparent 62%);
}
.fa-access-gate::before {
  width: min(38vw, 580px);
  right: -11vw;
  top: -15vw;
  background: color-mix(in srgb, var(--blue) 68%, transparent);
  opacity: .42;
}
.fa-access-gate .fa-orbit {
  width: min(42vw, 640px);
  right: -7vw;
  top: -10vw;
  border-color: color-mix(in srgb, var(--blue) 48%, transparent);
}
.fa-access-gate .fa-eyebrow {
  align-items: center;
  font: 700 .7rem/1 var(--display);
  letter-spacing: .18em;
  animation: fa-gate-in .7s .08s ease both;
}
.fa-access-gate .fa-eyebrow b { display: flex; align-items: center; gap: 9px; font-size: .64rem; color: var(--blue); }
.fa-access-gate .fa-eyebrow b i { width: 7px; height: 7px; border: 1px solid var(--blue); background: var(--blue); animation: fa-status-pulse .8s steps(2, end) infinite; }
.fa-access-gate h1 { font-size: clamp(4.8rem, 10.5vw, 11rem); line-height: .74; }
.fa-access-gate h1 span {
  overflow: visible;
  clip-path: none;
  animation: fa-gate-title-in .9s .18s cubic-bezier(.16, 1, .3, 1) backwards;
}
.fa-access-gate h1 span:last-child { margin-left: 11vw; animation-delay: .3s; }
.fa-access-gate .fa-hero-bottom { margin-top: 4vh; }
.fa-access-gate .fa-hero-bottom { animation: fa-gate-in .7s .58s ease both; }
.fa-access-gate .fa-hero-bottom p { font-size: clamp(.9rem, 1.15vw, 1.08rem); font-weight: 400; }
.fa-access-gate .fa-hero-bottom p strong { display: block; margin-bottom: 8px; color: var(--blue); font: 700 .72rem/1.2 var(--display); letter-spacing: .16em; }
.fa-gate-enter {
  min-width: min(330px, 34vw);
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--blue) 50%, transparent);
  background: rgba(4, 10, 10, .5);
  font: 700 .68rem/1 var(--display);
  letter-spacing: .18em;
  transition: background .25s ease, border-color .25s ease;
}
.fa-gate-enter:hover { border-color: var(--blue); background: color-mix(in srgb, var(--blue) 16%, rgba(4, 10, 10, .72)); }
.fa-gate-enter i { color: var(--blue); font-style: normal; }
@keyframes fa-gate-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes fa-gate-title-in {
  from { opacity: 0; transform: translateX(-42px); clip-path: inset(-.3em 100% -.3em -.2em); }
  to { opacity: 1; transform: none; clip-path: inset(-.3em -.35em -.3em -.2em); }
}

.fa-roster { padding: 8vh var(--pad) 12vh; background: #10110f; }
.fa-roster > * { width: 100%; max-width: 1600px; margin-inline: auto; }
.fa-roster-intro,
.fa-roster-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 8vh;
}
.fa-roster-intro h2,
.fa-roster-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.7rem, 6.4vw, 7.5rem);
  line-height: .82;
  letter-spacing: -.07em;
}
.fa-roster-intro p,
.fa-roster-head p { max-width: 30em; color: #b7b8b2; }
.fa-roster-head > div > span { display: block; margin-bottom: 22px; color: #aeb0aa; font: 700 .68rem/1 var(--display); letter-spacing: .18em; }
.fa-roster-nav {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.fa-roster-nav a {
  padding: 15px 10px;
  border-bottom: 1px solid var(--line);
  font: 700 .67rem/1 var(--display);
  letter-spacing: .14em;
  transition: color .2s ease, border-color .2s ease;
}
.fa-roster-nav a:hover { color: var(--blue); border-color: var(--blue); }
.fa-group-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 34px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
}
.fa-group-label b { color: var(--blue); font-family: var(--display); font-size: 1.6rem; }

.fa-featured { display: grid; gap: 2px; margin-bottom: 16vh; }
.fa-person-feature {
  min-height: min(66vh, 700px);
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  background: #171816;
}
.fa-person-feature.is-reverse { grid-template-columns: .82fr 1.18fr; }
.fa-person-feature.is-reverse figure { order: 2; }
.fa-person-feature figure,
.fa-card figure { position: relative; margin: 0; overflow: hidden; background: #232421; }
.fa-person-feature figure[role="button"],
.fa-card figure[role="button"] { cursor: pointer; outline: none; }
.fa-figure-access {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  padding: 9px 11px;
  border: 1px solid color-mix(in srgb, var(--blue) 72%, transparent);
  background: rgba(7, 11, 12, .68);
  color: #fff;
  font: 700 .64rem/1 var(--display);
  letter-spacing: .17em;
  backdrop-filter: blur(7px);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, border-color .25s ease, background .25s ease, transform .38s cubic-bezier(.16, 1, .3, 1);
}
figure[role="button"]:hover .fa-figure-access,
figure[role="button"]:focus-visible .fa-figure-access {
  opacity: 1;
  border-color: var(--blue);
  background: color-mix(in srgb, var(--blue) 30%, rgba(7, 11, 12, .78));
  transform: translateY(0);
}
.fa-person-feature figure::after,
.fa-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.45), transparent 55%);
  pointer-events: none;
}
.fa-person-feature img,
.fa-card img { filter: grayscale(1) brightness(.84) contrast(1.08); transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .7s; }
.fa-person-feature:hover img,
.fa-card:hover img { filter: grayscale(0); transform: scale(1.035); }
/* Fill the roster window without distortion, keeping the upper centre anchored. */
#daisuke-higa:not(.is-profile-overlay) figure img { object-fit: cover; object-position: center top; transform: none; }
#mantaro-muramoto:not(.is-profile-overlay) figure img { object-position: 30% center; }
.fa-person-copy {
  padding: clamp(30px, 5vw, 85px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fa-index,
.fa-num,
.fa-card > div > span { color: var(--blue); font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); font-weight: 700; line-height: 1; }
.fa-role { margin-top: auto; color: #aaa; }
.fa-person-copy h3,
.fa-card-copy h3,
.fa-card > div h3 {
  margin: 12px 0 20px;
  font-size: clamp(2.6rem, 5.2vw, 6rem);
  line-height: 1.05;
  letter-spacing: -.055em;
}
.fa-person-copy p { color: #c5c6c0; max-width: 38em; }
.fa-socials,
.fa-card > div > nav { display: flex; gap: 10px; margin-top: 24px; }
.fa-socials a,
.fa-card > div > nav a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #555650;
  border-radius: 50%;
  transition: .25s;
}
.fa-socials a:hover,
.fa-card > div > nav a:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-3px); }
.fa-socials svg,
.fa-card > div > nav svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.fa-socials svg .fill,
.fa-card > div > nav svg .fill { fill: currentColor; stroke: none; }

.fa-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(30px, 3.2vw, 58px) clamp(12px, 1.5vw, 24px);
}
.fa-cards + .fa-group-label { margin-top: 7vh; }
.fa-cards-product-team { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fa-product-person .fa-person-copy {
  min-height: 0;
  padding: 22px 4px 8px;
  display: block;
}
.fa-product-person .fa-role { margin-top: 0; }
.fa-product-person .fa-en,
.fa-product-person .fa-note { font-size: .88rem; }
.fa-card,
.fa-person {
  min-width: 0;
  scroll-margin-top: clamp(80px, 10vh, 140px);
}

.fa-profile-toggle {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin-top: 24px;
  padding: 17px 18px;
  border: 1px solid color-mix(in srgb, var(--blue) 48%, #3f403c);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--blue) 12%, transparent), transparent 52%),
    rgba(8, 12, 13, .52);
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 700 .72rem/1 var(--display);
  letter-spacing: .2em;
  cursor: pointer;
  overflow: hidden;
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}
.fa-profile-toggle { display: none; }
.fa-profile-toggle::before {
  content: "DATA ACCESS";
  position: absolute;
  right: 48px;
  color: var(--blue);
  font-size: .58rem;
  letter-spacing: .18em;
  opacity: .72;
}
.fa-profile-toggle::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--blue) 24%, transparent), transparent);
  transform: translateX(-110%);
  transition: transform .55s cubic-bezier(.16, 1, .3, 1);
}
.fa-profile-toggle:hover {
  border-color: var(--blue);
  color: #fff;
}
.fa-profile-toggle:hover::after { transform: translateX(110%); }
.fa-profile-toggle:disabled { cursor: wait; }

.fa-profile-toggle i {
  position: relative;
  width: 20px;
  height: 16px;
  transition: transform .3s ease;
}

.fa-profile-toggle i::before,
.fa-profile-toggle i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.fa-profile-toggle i::after { transform: rotate(90deg); }
.fa-profile-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.fa-profile-toggle[aria-expanded="true"] {
  border-color: var(--blue);
  background: color-mix(in srgb, var(--blue) 12%, rgba(8, 12, 13, .72));
}
.fa-profile-panel {
  position: relative;
  margin-top: 18px;
  padding: 34px 8px 8px 24px;
  max-width: 42em;
  border-left: 1px solid var(--blue);
  overflow: hidden;
}
.fa-profile-panel::before {
  content: "PROFILE DATA";
  position: absolute;
  top: 4px;
  left: 24px;
  color: var(--blue);
  font: 700 .68rem/1 var(--display);
  letter-spacing: .22em;
}
.fa-profile-panel::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 24px;
  width: 54px;
  height: 1px;
  background: var(--blue);
}
.fa-profile-panel:not([hidden]) {
  animation: fa-profile-data-in .68s cubic-bezier(.16, 1, .3, 1) both;
}
.fa-profile-panel p {
  margin: 0;
  color: #d2d3cc !important;
  font-size: 1rem !important;
  line-height: 1.9;
  animation: fa-profile-copy-in .62s .2s cubic-bezier(.16, 1, .3, 1) both;
}
.fa-profile-panel[hidden] { display: none; }
.fa-profile-panel p + p { margin-top: 1em; }
.fa-card.is-profile-open {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  background: #171816;
}
.fa-card.is-profile-open figure { height: min(58vh, 620px); }
.fa-card.is-profile-open > div {
  padding: clamp(30px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fa-profile-placeholder { min-width: 0; background: rgba(111, 176, 200, .025); }
body.is-profile-access-active { overflow: hidden; }
body.is-profile-access-active::after {
  content: "SECURE PERSONNEL DATABASE / ACCESS GRANTED";
  position: fixed;
  z-index: 158;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 18px 24px;
  background: rgba(4, 7, 8, .82);
  color: var(--blue);
  font: 700 .62rem/1 var(--display);
  letter-spacing: .2em;
  pointer-events: auto;
  animation: fa-access-shade .48s ease both;
}
.fa-card.is-profile-overlay,
.fa-person.is-profile-overlay {
  z-index: 160;
  grid-column: auto;
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  grid-template-rows: minmax(0, 1fr);
  background: #111411;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .56), inset 0 0 0 1px color-mix(in srgb, var(--blue) 52%, transparent);
}
.fa-card.is-profile-overlay figure,
.fa-person.is-profile-overlay figure {
  order: 0;
  width: 100%;
  height: 100% !important;
}
.is-profile-overlay figure img {
  object-fit: contain;
  object-position: center;
  transform: none !important;
  filter: none !important;
}
.is-profile-overlay figure::after { background: none; }
.is-profile-overlay figure { background: #0b1011; }
.fa-dossier-close { display: none; }
.is-profile-overlay .fa-dossier-close {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 14px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--blue) 50%, transparent);
  background: #111819;
  color: #f1f0e9;
  font: 300 30px/1 Arial, sans-serif;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
.is-profile-overlay .fa-dossier-close:hover,
.is-profile-overlay .fa-dossier-close:focus-visible { color: var(--blue); border-color: var(--blue); outline: 1px solid var(--blue); outline-offset: 3px; }
.fa-card.is-profile-overlay > div,
.fa-person.is-profile-overlay > div {
  min-width: 0;
  padding: 64px 24px 32px clamp(24px, 3vw, 42px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  overscroll-behavior: contain;
  touch-action: pan-y;
  scrollbar-gutter: auto;
  scrollbar-width: auto;
  scrollbar-color: var(--blue) #1c282b;
}
.fa-profile-overlay > div > * { flex-shrink: 0; }
.fa-profile-overlay .fa-profile-panel::-webkit-scrollbar { width: 12px; }
.fa-profile-overlay .fa-profile-panel::-webkit-scrollbar-track { background: #1c282b; }
.fa-profile-overlay .fa-profile-panel::-webkit-scrollbar-thumb { background: var(--blue); border: 3px solid #1c282b; border-radius: 8px; }
.fa-profile-overlay .fa-profile-panel:focus-visible { outline: 1px solid var(--blue); outline-offset: -3px; }
.fa-access-status {
  display: none;
  order: -1;
  margin: 0 0 22px !important;
  color: var(--blue) !important;
  font: 700 .65rem/1.2 var(--display) !important;
  letter-spacing: .16em;
  opacity: 0;
  transform: translateX(14px);
}
.fa-access-status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border: 1px solid var(--blue);
}
.is-profile-overlay .fa-access-status { display: block; }
.fa-access-status.is-status-on {
  opacity: 1;
  transform: none;
  transition: opacity .2s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
}
.fa-access-status.is-status-on span { animation: fa-status-pulse .48s steps(2, end) infinite; }
.fa-access-status.is-access-ready span { background: var(--blue); animation: fa-dossier-breathe 3.8s ease-in-out infinite; }
.fa-profile-overlay.is-data-staging .fa-photo-index,
.fa-profile-overlay.is-data-staging .fa-num,
.fa-profile-overlay.is-data-staging > div > span,
.fa-profile-overlay.is-data-staging .fa-role,
.fa-profile-overlay.is-data-staging > div > p:not(.fa-access-status),
.fa-profile-overlay.is-data-staging h3,
.fa-profile-overlay.is-data-staging > div > small,
.fa-profile-overlay.is-data-staging .fa-en,
.fa-profile-overlay.is-data-staging .fa-note,
.fa-profile-overlay.is-data-staging > div > nav,
.fa-profile-overlay.is-data-staging .fa-socials {
  opacity: 0;
  transform: translateX(24px);
  clip-path: inset(0 0 0 100%);
}
.fa-profile-overlay.is-data-staging .is-data-on {
  opacity: 1;
  transform: none;
  clip-path: inset(0);
  animation: fa-terminal-line-in .48s cubic-bezier(.16, 1, .3, 1) both;
}
.fa-profile-overlay.is-data-staging .is-id-matched {
  animation: fa-id-match .62s steps(2, end) both;
}
.fa-card,
.fa-person { transition: opacity .34s ease, transform .54s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease; }
.fa-card.is-profile-yielding,
.fa-person.is-profile-yielding {
  opacity: .12 !important;
  transform: translateX(calc(var(--depart-dir, 1) * 48px)) scale(.985) !important;
}
.fa-card.is-profile-arming,
.fa-person.is-profile-arming {
  animation: fa-profile-lock .3s steps(3, end) both;
}
.fa-card.is-profile-settled,
.fa-person.is-profile-settled {
  animation: fa-profile-frame .62s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes fa-profile-data-in {
  0% { opacity: 0; transform: translateX(42px); clip-path: inset(0 0 0 100%); }
  35% { opacity: .7; }
  100% { opacity: 1; transform: none; clip-path: inset(0); }
}
@keyframes fa-profile-copy-in {
  0% { opacity: 0; transform: translateX(28px); }
  100% { opacity: 1; transform: none; }
}
@keyframes fa-terminal-line-in {
  0% { opacity: 0; transform: translateX(24px); clip-path: inset(0 0 0 100%); }
  100% { opacity: 1; transform: none; clip-path: inset(0); }
}
@keyframes fa-id-match {
  0%, 22%, 48% { opacity: 0; }
  12%, 36%, 64%, 100% { opacity: 1; }
}
@keyframes fa-status-pulse {
  0%, 42% { background: transparent; }
  43%, 100% { background: var(--blue); }
}
@keyframes fa-access-shade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fa-profile-lock {
  0%, 100% { filter: none; }
  18%, 54% { filter: brightness(1.22) contrast(1.08); }
  36%, 72% { filter: brightness(.82) contrast(1.16); }
}
@keyframes fa-profile-frame {
  0% { box-shadow: inset 0 0 0 1px transparent; }
  32% { box-shadow: inset 0 0 0 1px var(--blue); }
  100% { box-shadow: inset 0 0 0 1px transparent; }
}
.fa-card.is-arrival,
.fa-person.is-arrival { animation: fa-arrival 1.55s ease; }

@keyframes fa-arrival {
  0%, 100% { box-shadow: inset 0 0 0 0 var(--blue); }
  35% { box-shadow: inset 0 0 0 5px var(--blue); }
}
.fa-card figure { height: clamp(280px, 26vw, 430px); }
.fa-card-copy,
.fa-card > div { padding: 22px 4px 8px; }
.fa-card-copy .fa-index,
.fa-card > div > span { font-size: clamp(2.4rem, 4vw, 4.8rem); }
.fa-card-copy h3,
.fa-card > div h3 { font-size: clamp(1.55rem, 2.15vw, 2.8rem); margin-bottom: 10px; }
.fa-card-copy p,
.fa-card > div > p { color: #aaa; font-size: .88rem; }

/* A photographic index, not a member rank: keep the blue, give names priority. */
.fa-card figure .fa-photo-index,
.fa-person figure .fa-photo-index {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 11px;
  background: rgba(9, 16, 19, .82);
  color: var(--blue);
  font: 500 italic 24px/1 var(--display);
  letter-spacing: -.035em;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}
.fa-photo-index::before {
  content: "";
  width: 15px;
  height: 1px;
  background: currentColor;
  opacity: .75;
}
.fa-card > div > .fa-member-affiliation,
.fa-person > div > .fa-member-affiliation {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .09em;
}
.fa-profile-overlay > div > .fa-member-affiliation { font-size: 14px; }

/* The dossier stays the same size for everyone; only its text pane scrolls. */
.fa-profile-overlay > div > span { font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1; margin-bottom: 12px; }
.fa-profile-overlay > div h3 { font-size: clamp(1.8rem, 2.8vw, 2.65rem); line-height: 1.18; letter-spacing: -.025em; overflow-wrap: break-word; }
.fa-profile-overlay > div > p:not(.fa-access-status),
.fa-profile-overlay > div > small { font-size: 16px; line-height: 1.65; }
.fa-profile-overlay .fa-access-status { font-size: 12px !important; line-height: 1.5 !important; letter-spacing: .1em; }
.fa-profile-overlay .fa-profile-panel {
  padding: 32px 4px 8px 18px;
  margin-top: 22px;
  max-width: none;
  align-self: stretch;
  min-height: 0;
  flex: 1 1 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  scrollbar-gutter: stable;
  scrollbar-color: var(--blue) #1c282b;
}
.fa-social-caption { display: none; }
.fa-profile-overlay .fa-social-caption { display: inline; font: 600 12px/1.2 var(--display); letter-spacing: .07em; }
.fa-profile-overlay > div > nav,
.fa-profile-overlay .fa-socials { flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.fa-profile-overlay > div > nav a,
.fa-profile-overlay .fa-socials a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: auto; min-height: 40px; height: auto; padding: 10px 12px; border-radius: 0; }
.fa-profile-overlay .fa-profile-panel::before { left: 18px; font-size: 12px; }
.fa-profile-overlay .fa-profile-panel::after { left: 18px; }
.fa-profile-overlay .fa-profile-panel p { max-width: none; font-size: 18px !important; line-height: 1.85; }
.fa-profile-overlay.is-file-ready::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--blue) 30%, transparent);
  background: linear-gradient(90deg, transparent, var(--blue), transparent) 0 0 / 110px 1px no-repeat;
  animation: fa-dossier-trace 7s ease-in-out infinite;
}
@keyframes fa-dossier-trace {
  0%, 12% { background-position: -110px 0; opacity: .25; }
  65%, 100% { background-position: calc(100% + 110px) 0; opacity: .65; }
}
@keyframes fa-dossier-breathe {
  0%, 100% { opacity: .45; }
  50% { opacity: 1; }
}

.fa-counter {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 22px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-family: var(--display);
  color: #fff;
  mix-blend-mode: difference;
}
.fa-counter b { font-size: 2.6rem; line-height: 1; }
.fa-counter span { font-size: .9rem; opacity: .55; }

.fa-ending {
  min-height: 68svh;
  padding: 14vh var(--pad) 7vh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #06100f;
  color: #fff;
}
.fa-ending-media,
.fa-ending-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.fa-ending-media {
  z-index: -3;
  object-fit: cover;
  filter: saturate(.62) contrast(1.12) brightness(.55);
  transform: scale(1.025);
}
.fa-ending-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 9, 9, .88), rgba(3, 12, 13, .32) 62%, rgba(3, 8, 9, .72)),
    linear-gradient(0deg, rgba(2, 7, 8, .92), transparent 66%);
}
.fa-ending-status {
  color: var(--blue);
  font: 700 .66rem/1 var(--display);
  letter-spacing: .18em;
}
.fa-ending-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  background: var(--blue);
}
.fa-ending h2,
.fa-ending > p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.2rem, 10vw, 11rem);
  line-height: .78;
  letter-spacing: -.075em;
}
.fa-ending h2 em,
.fa-ending > p em { color: var(--blue); font-style: normal; }
.fa-ending > div p { max-width: 32em; font-size: clamp(1rem, 1.6vw, 1.35rem); }
.fa-back,
.fa-ending > a { align-self: flex-end; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.fa-footer,
body > footer { display: flex; justify-content: space-between; padding: 24px var(--pad); background: var(--black); }

.fa-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }

@media (max-width: 1100px) and (min-width: 821px) {
  .fa-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fa-cards-product-team { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* JavaScriptで可視領域に入った時だけ、穏やかに立ち上げる */
.is-motion-ready .fa-statement .fa-section-no,
.is-motion-ready .fa-statement-title,
.is-motion-ready .fa-statement-text {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity .9s ease, transform 1.1s cubic-bezier(.16,1,.3,1);
}
.is-motion-ready .fa-person.is-visible,
.is-motion-ready .fa-card.is-visible,
.is-motion-ready .fa-group-label.is-visible,
.is-motion-ready .fa-statement .fa-section-no.is-visible,
.is-motion-ready .fa-statement-title.is-visible,
.is-motion-ready .fa-statement-text.is-visible { opacity: 1; transform: none; }

/* Reserve layout space; reveal the image window rather than stretching photos. */
@media (prefers-reduced-motion: no-preference) {
  .is-motion-ready .fa-card:not(.is-visible):not(.is-profile-overlay) > figure,
  .is-motion-ready .fa-person:not(.is-visible):not(.is-profile-overlay) > figure {
    clip-path: inset(0 0 100% 0);
  }
  .is-motion-ready .fa-card:not(.is-visible):not(.is-profile-overlay) > div,
  .is-motion-ready .fa-person:not(.is-visible):not(.is-profile-overlay) > div { opacity: 0; }
  .is-motion-ready .fa-group-label { position: relative; }
  .is-motion-ready .fa-group-label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, var(--blue), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .8s cubic-bezier(.16,1,.3,1);
    pointer-events: none;
  }
  .is-motion-ready .fa-group-label > span {
    clip-path: inset(0 100% 0 0);
    transition: clip-path .55s cubic-bezier(.16,1,.3,1);
  }
  .is-motion-ready .fa-group-label.is-visible::after { transform: scaleX(1); }
  .is-motion-ready .fa-group-label.is-visible > span { clip-path: inset(0); }
}

@media (max-width: 820px) {
  .fa-head nav { display: none; }
  .fa-menu { display: block; }
  .fa-hero { min-height: 92svh; }
  .fa-hero::before { width: 100vw; right: -50vw; top: -10vw; }
  .fa-orbit { width: 90vw; right: -45vw; top: 10vh; }
  .fa-hero h1 { font-size: clamp(3.8rem, 18vw, 7rem); line-height: .78; }
  .fa-hero h1 span:last-child { margin-left: 0; }
  .fa-hero-meta span:last-child { display: none; }
  .fa-hero-bottom { align-items: flex-start; flex-direction: column; }
  .fa-access-gate {
    min-height: 76svh;
    padding-top: clamp(190px, 28svh, 250px);
    padding-bottom: 48px;
    justify-content: flex-start;
  }
  .fa-access-gate h1 { font-size: clamp(44px, 14.3vw, 60px); line-height: .78; }
  .fa-access-gate .fa-hero-bottom {
    margin-top: 14px;
    padding-top: 10px;
    gap: 28px;
  }
  .fa-access-gate .fa-hero-bottom p { font-size: 14px; line-height: 1.8; }
  .fa-access-gate .fa-hero-bottom p strong { margin-bottom: 18px; font-size: 11px; line-height: 1.5; }
  .fa-access-gate .fa-hero-bottom p strong + br { display: none; }
  .fa-access-gate + .fa-roster { padding-top: 18px; }
  .fa-access-gate .fa-eyebrow b { display: none; }
  .fa-access-gate h1 span:last-child { margin-left: 0; }
  .fa-gate-enter { width: 100%; min-width: 0; }
  .fa-statement { grid-template-columns: 1fr; min-height: auto; }
  .fa-roster-intro,
  .fa-roster-head { grid-template-columns: 1fr; }
  .fa-roster-nav { margin-top: 36px; }
  .fa-person-feature,
  .fa-person-feature.is-reverse { grid-template-columns: 1fr; min-height: 0; }
  .fa-person-feature.is-reverse figure { order: 0; }
  .fa-person-feature figure { height: 54svh; }
  .fa-person-copy { min-height: 48svh; }
  .fa-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
  .fa-cards-product-team { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* Compact selection grid only; the expanded dossier keeps its own layout. */
  .fa-card:not(.is-profile-overlay) figure { height: auto; aspect-ratio: 4 / 5; }
  .fa-card:not(.is-profile-overlay) > div { padding: 12px 0 0; min-height: 0; }
  .fa-card:not(.is-profile-overlay) > div h3 {
    margin: 0 0 7px;
    font-size: clamp(16px, 4.3vw, 21px);
    line-height: 1.15;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
  }
  .fa-card:not(.is-profile-overlay) > div > .fa-member-affiliation {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .035em;
    overflow-wrap: anywhere;
  }
  .fa-card:not(.is-profile-overlay) > div > small,
  .fa-card:not(.is-profile-overlay) > div > .fa-en,
  .fa-card:not(.is-profile-overlay) > div > .fa-note,
  .fa-card:not(.is-profile-overlay) > div > nav,
  .fa-card:not(.is-profile-overlay) > div > .fa-socials { display: none; }
  .fa-card:not(.is-profile-overlay) figure .fa-photo-index {
    top: 8px;
    left: 8px;
    padding: 7px 8px;
    gap: 6px;
    font-size: 18px;
  }
  .fa-card:not(.is-profile-overlay) .fa-photo-index::before { width: 10px; }
  .fa-card:not(.is-profile-overlay) .fa-figure-access { font-size: 10px; letter-spacing: .06em; }
  .fa-card.is-profile-open { grid-column: auto; grid-template-columns: 1fr; }
  .fa-card.is-profile-open figure { height: min(54svh, 520px); }
  .fa-card.is-profile-overlay,
  .fa-person.is-profile-overlay { grid-template-columns: 1fr; grid-template-rows: 34% 66%; }
  .fa-card.is-profile-overlay figure,
  .fa-person.is-profile-overlay figure { height: 100% !important; }
  .fa-card.is-profile-overlay > div,
  .fa-person.is-profile-overlay > div { padding: 24px; }
  .fa-profile-overlay .fa-profile-panel p { font-size: 17px !important; }
  .fa-profile-overlay > div h3 { margin: 0 0 8px; font-size: 26px; }
  .fa-profile-overlay .fa-access-status { margin-bottom: 10px !important; }
  .fa-profile-overlay > div > .fa-member-affiliation { margin-bottom: 8px; font-size: 12px; }
  .fa-profile-overlay .fa-profile-panel { margin-top: 12px; }
  .fa-counter { display: none; }
  .fa-ending {
    min-height: 60svh;
    padding: 36px var(--pad) 32px;
    gap: 48px;
  }
  .fa-ending h2,
  .fa-ending > p {
    font-size: clamp(28px, 9vw, 48px);
    line-height: .98;
    letter-spacing: -.055em;
  }
  .fa-ending-status { font-size: 11px; line-height: 1.5; }
  .fa-footer,
  body > footer { flex-direction: column; gap: 8px; }
}

/* Mobile dossier: a compact identity block and a full-width reading pane. */
@media (max-width: 820px) {
  .fa-card.is-profile-overlay,
  .fa-person.is-profile-overlay { display: block; --portrait-width: clamp(96px, 30vw, 144px); }
  .fa-card.is-profile-overlay > figure,
  .fa-person.is-profile-overlay > figure {
    position: absolute;
    z-index: 2;
    top: 64px;
    left: 16px;
    width: var(--portrait-width);
    height: var(--portrait-width) !important;
    aspect-ratio: auto;
  }
  .fa-card.is-profile-overlay > div,
  .fa-person.is-profile-overlay > div { height: 100%; padding: 64px 16px 20px; }
  .fa-mobile-summary {
    display: flex;
    flex-direction: column;
    min-height: var(--portrait-width);
    padding-left: calc(var(--portrait-width) + 12px);
    margin-bottom: 4px;
  }
  .fa-profile-overlay .fa-mobile-summary h3 { font-size: clamp(18px, 5vw, 23px); line-height: 1.15; margin: 0 0 9px; overflow-wrap: anywhere; }
  .fa-profile-overlay .fa-mobile-summary .fa-access-status { font-size: 10px !important; letter-spacing: .06em; margin-bottom: 10px !important; }
  .fa-mobile-summary .fa-member-affiliation { color: var(--blue); font-size: 12px; line-height: 1.4; letter-spacing: .03em; margin: 0 0 8px; }
  .fa-mobile-summary small,
  .fa-mobile-summary .fa-en,
  .fa-mobile-summary .fa-note { font-size: 12px; line-height: 1.5; margin: 0 0 6px; overflow-wrap: anywhere; }
  .fa-profile-overlay.is-data-staging .fa-mobile-summary > :not(.fa-access-status):not(.is-data-on) { opacity: 0; }
  .fa-profile-overlay figure .fa-photo-index { top: 4px; left: 4px; padding: 5px; font-size: 14px; gap: 4px; }
  .fa-profile-overlay figure .fa-photo-index::before { width: 7px; }
  .fa-profile-overlay figure .fa-figure-access { opacity: 1; transform: none; right: 4px; bottom: 4px; left: auto; padding: 4px 6px; font-size: 10px; letter-spacing: .03em; }
}
.fa-photo-viewer {
  position: fixed;
  inset: 0;
  width: fit-content;
  height: fit-content;
  max-width: calc(100vw - 24px);
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  border: 0;
  background: #091112;
  color: #f2f1eb;
}
.fa-photo-viewer::backdrop { background: rgba(0, 0, 0, .9); }
.fa-photo-viewer-frame { position: relative; width: fit-content; }
.fa-photo-viewer-image { display: block; padding: 0; border: 0; background: transparent; cursor: zoom-out; }
.fa-photo-viewer img { display: block; width: auto; height: auto; max-width: min(900px, calc(100vw - 24px)); max-height: calc(100dvh - 32px); object-fit: contain; }
.fa-photo-viewer-close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; border: 1px solid var(--blue); background: #111819; color: white; font: 30px/1 Arial, sans-serif; cursor: pointer; }
.fa-photo-viewer button:focus-visible { outline: 2px solid var(--blue); outline-offset: -3px; }
.fa-photo-viewer[open] { animation: fa-photo-view-in .22s ease-out; }
@keyframes fa-photo-view-in { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .is-motion-ready .fa-person,
  .is-motion-ready .fa-card,
  .is-motion-ready .fa-group-label,
  .is-motion-ready .fa-statement .fa-section-no,
  .is-motion-ready .fa-statement-title,
  .is-motion-ready .fa-statement-text { opacity: 1; transform: none; }
}

/* Match section-level display headings to the shared mobile site scale. */
@media (max-width: 820px) {
  .fa-statement-title,
  .fa-roster-intro h2,
  .fa-roster-head h2,
  .fa-ending > p {
    font-size: clamp(2.35rem, 10.8vw, 3rem);
    line-height: .86;
    letter-spacing: -.065em;
  }
}
