/*
 * Executive Gold / Platinum feature
 * Page-local design system: quiet editorial luxury, verified card faces, and
 * a comparison tray that remains usable inside narrow mobile viewports.
 */
body.executive-gp-page {
  --executive-ink: #151617;
  --executive-ink-soft: #282a2d;
  --executive-paper: #f7f4ee;
  --executive-paper-deep: #ece7dd;
  --executive-white: #fffdf8;
  --executive-zinc: #686d70;
  --executive-titanium: #9ca1a3;
  --executive-champagne: #b69a65;
  --executive-champagne-light: #d8c7a3;
  --executive-line: rgba(39, 41, 43, .18);
  --executive-line-dark: rgba(255, 253, 248, .2);
  --executive-shadow: 0 24px 60px rgba(22, 23, 24, .12);
  margin: 0;
  overflow-x: clip;
  background: var(--executive-paper);
  color: var(--executive-ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

body.executive-gp-page *,
body.executive-gp-page *::before,
body.executive-gp-page *::after {
  box-sizing: border-box;
}

body.executive-gp-page img,
body.executive-gp-page svg {
  max-width: 100%;
}

body.executive-gp-page .bizcre-page-grid.bizcre-content-layout--market {
  display: block;
  width: 100%;
  min-width: 0;
}

body.executive-gp-page .bizcre-left-rail,
body.executive-gp-page .bizcre-right-rail,
body.executive-gp-page .company-fit-root,
body.executive-gp-page .card-rank-root {
  display: none;
}

body.executive-gp-page .bizcre-main-content {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.executive-gp {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
  padding: 24px 0 168px;
}

.executive-gp a {
  color: inherit;
}

.executive-gp h1,
.executive-gp h2,
.executive-gp h3 {
  margin-top: 0;
  overflow-wrap: normal;
  word-break: keep-all;
  line-break: strict;
  text-wrap: balance;
}

.executive-gp h1,
.executive-gp h2 {
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-weight: 600;
}

.executive-gp-kicker {
  margin: 0 0 10px;
  color: var(--executive-champagne);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.executive-gp-hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100svh - 90px));
  overflow: hidden;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  align-items: stretch;
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(42px, 7vw, 92px);
  border: 1px solid #303235;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(182, 154, 101, .12), transparent 31%),
    linear-gradient(145deg, #111213 0%, #1a1b1d 58%, #242629 100%);
  color: var(--executive-white);
  box-shadow: var(--executive-shadow);
}

.executive-gp-hero::before,
.executive-gp-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.executive-gp-hero::before {
  inset: 20px;
  border: 1px solid rgba(216, 199, 163, .16);
}

.executive-gp-hero::after {
  top: 0;
  bottom: 0;
  left: 52%;
  width: 1px;
  background: linear-gradient(transparent, rgba(216, 199, 163, .28), transparent);
}

.executive-gp-hero__copy,
.executive-gp-hero__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.executive-gp-hero__copy {
  align-self: start;
  padding-top: 0;
}

.executive-gp-hero__visual {
  display: flex;
  align-self: end;
  flex-direction: column;
  justify-content: end;
}

.executive-gp-hero__eyebrow {
  margin: 0 0 18px;
  color: var(--executive-champagne-light);
  font-size: clamp(.74rem, 1vw, .86rem);
  font-weight: 800;
  letter-spacing: .13em;
}

.executive-gp-hero h1 {
  max-width: 15ch;
  margin-bottom: 24px;
  font-size: clamp(2.15rem, 3vw, 3.7rem);
  line-height: 1.16;
  letter-spacing: -.065em;
}

.executive-gp-hero h1 span {
  display: block;
  color: var(--executive-white);
  white-space: nowrap;
}

.executive-gp-hero h1 span + span {
  color: var(--executive-champagne-light);
}

.executive-gp-hero__lead {
  max-width: 36rem;
  margin: 0;
  color: #ddd9d0;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.95;
}

.executive-gp-hero__lead strong {
  color: var(--executive-white);
  font-weight: 800;
}

.executive-gp-hero__statement {
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(216, 199, 163, .24);
  color: var(--executive-champagne-light);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.65;
}

.executive-gp-hero__statement span,
.executive-gp-hero__statement strong {
  display: block;
}

.executive-gp-hero__statement strong {
  margin-top: 4px;
  color: var(--executive-white);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.28rem, 2vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -.035em;
}

.executive-gp-hero__visual-message {
  margin: 0 0 20px;
  color: var(--executive-champagne-light);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.28rem, 2vw, 2.15rem);
  line-height: 1.25;
  letter-spacing: -.04em;
}

.executive-gp-hero__visual-message span,
.executive-gp-hero__visual-message strong {
  display: block;
}

.executive-gp-hero__visual-message strong {
  margin-top: 4px;
  color: var(--executive-white);
  font-weight: 500;
}

.executive-gp-hero__actions,
.executive-gp-card__actions,
.executive-gp-tray__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.executive-gp-hero__actions {
  margin-top: 32px;
}

.executive-gp-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--executive-champagne);
  border-radius: 15px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color .18s ease,
    border-color .18s ease,
    color .18s ease,
    transform .18s ease;
}

.executive-gp-button:hover {
  transform: translateY(-1px);
}

.executive-gp-button:focus-visible,
.executive-gp [data-executive-select]:focus-visible,
.executive-gp [data-executive-preset]:focus-visible,
.executive-gp-tray button:focus-visible,
.executive-gp-tray a:focus-visible {
  outline: 3px solid var(--executive-champagne-light);
  outline-offset: 3px;
}

.executive-gp-button--primary {
  background: var(--executive-champagne);
  color: #161719;
  box-shadow: 0 0 0 0 rgba(216, 199, 163, .58);
}

.executive-gp-button--primary:hover {
  border-color: var(--executive-champagne-light);
  background: var(--executive-champagne-light);
}

.executive-gp-button--secondary {
  border-color: rgba(255, 253, 248, .44);
  color: var(--executive-white);
}

.executive-gp-button--secondary:hover {
  border-color: var(--executive-white);
  background: rgba(255, 255, 255, .08);
}

.executive-gp-button--ink {
  border-color: var(--executive-ink);
  background: var(--executive-ink);
  color: var(--executive-white);
}

.executive-gp-button--outline {
  border-color: var(--executive-line);
  background: var(--executive-white);
  color: var(--executive-ink);
}

.executive-gp-card__actions a:last-child {
  border-color: #bc9650;
  background: linear-gradient(135deg, #f8eed7, #d6b16b);
  color: #282014;
  box-shadow: 0 0 0 0 rgba(190, 151, 77, .48), inset 0 1px 0 rgba(255, 255, 255, .58);
}

.executive-gp-card__actions a:last-child:hover {
  border-color: #8d682c;
  background: linear-gradient(135deg, #fff3d7, #e2bb71);
}

@keyframes executive-cta-pulse {
  0%, 72%, 100% {
    box-shadow: 0 0 0 0 rgba(216, 199, 163, 0);
  }

  82% {
    box-shadow: 0 0 0 8px rgba(216, 199, 163, .18);
  }
}

@keyframes executive-official-pulse {
  0%, 66%, 100% {
    box-shadow: 0 0 0 0 rgba(190, 151, 77, 0), inset 0 1px 0 rgba(255, 255, 255, .58);
  }

  78% {
    box-shadow: 0 0 0 9px rgba(190, 151, 77, .18), inset 0 1px 0 rgba(255, 255, 255, .58);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .executive-gp-button--primary,
  .executive-gp-hero__actions .executive-gp-button,
  .executive-gp-selection__actions .executive-gp-button:not(:last-child),
  .executive-gp-card__actions a:last-child,
  .executive-gp-composition [data-executive-preset],
  .executive-gp-tray__actions a:last-child {
    animation: executive-cta-pulse 3.8s ease-out infinite;
  }

  .executive-gp-card__actions a:last-child {
    animation-name: executive-official-pulse;
    animation-duration: 3.1s;
  }
}

.executive-gp-button[aria-disabled="true"],
.executive-gp-tray a[aria-disabled="true"] {
  opacity: .52;
  pointer-events: none;
}

.executive-gp-hero__faces {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: clamp(10px, 1.6vw, 20px);
  perspective: 1200px;
}

.executive-gp-hero__face {
  position: relative;
  display: block;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(255, 253, 248, .18);
  border-radius: 16px;
  background: rgba(255, 253, 248, .045);
  box-shadow: 0 20px 34px rgba(0, 0, 0, .28);
  text-decoration: none;
  transform-style: preserve-3d;
  will-change: transform;
}

.executive-gp-hero__face::after {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  background: linear-gradient(112deg, transparent 37%, rgba(255, 255, 255, .18) 50%, transparent 62%);
  opacity: .42;
  transform: translateX(-125%);
}

.executive-gp-hero__face:nth-child(1) {
  transform: translateY(22%) rotate(-2deg);
}

.executive-gp-hero__face:nth-child(2) {
  z-index: 2;
  transform: scale(1.1);
}

.executive-gp-hero__face:nth-child(3) {
  transform: translateY(22%) rotate(2deg);
}

.executive-gp-hero__face:nth-child(4) {
  transform: translateY(-12%) rotate(-1deg);
}

.executive-gp-hero__face:nth-child(5) {
  transform: translateY(-12%) rotate(1deg);
}

.executive-gp-hero__face:nth-child(6) {
  transform: translateY(-9%) rotate(2deg);
}

/* A measured CSS 3D drift makes the approved card faces feel physical while
 * keeping every face legible and the visual free from auto-playing video. */
@keyframes executive-hero-card-one {
  0%, 100% { transform: translate3d(0, 22%, 0) rotateZ(-2deg) rotateX(2deg) rotateY(-7deg); }
  50% { transform: translate3d(-4px, 13%, 18px) rotateZ(-3deg) rotateX(-4deg) rotateY(4deg); }
}

@keyframes executive-hero-card-two {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1.1) rotateX(1deg) rotateY(-2deg); }
  50% { transform: translate3d(2px, -12px, 26px) scale(1.125) rotateX(-4deg) rotateY(6deg); }
}

@keyframes executive-hero-card-three {
  0%, 100% { transform: translate3d(0, 22%, 0) rotateZ(2deg) rotateX(-2deg) rotateY(7deg); }
  50% { transform: translate3d(4px, 14%, 18px) rotateZ(3deg) rotateX(4deg) rotateY(-4deg); }
}

@keyframes executive-hero-card-four {
  0%, 100% { transform: translate3d(0, -12%, 0) rotateZ(-1deg) rotateX(2deg) rotateY(-5deg); }
  50% { transform: translate3d(-3px, -19%, 16px) rotateZ(-2deg) rotateX(-3deg) rotateY(4deg); }
}

@keyframes executive-hero-card-five {
  0%, 100% { transform: translate3d(0, -12%, 0) rotateZ(1deg) rotateX(-2deg) rotateY(5deg); }
  50% { transform: translate3d(3px, -20%, 16px) rotateZ(2deg) rotateX(3deg) rotateY(-4deg); }
}

@keyframes executive-hero-card-six {
  0%, 100% { transform: translate3d(0, -9%, 0) rotateZ(2deg) rotateX(-2deg) rotateY(4deg); }
  50% { transform: translate3d(4px, -15%, 15px) rotateZ(3deg) rotateX(3deg) rotateY(-5deg); }
}

@keyframes executive-hero-sheen {
  0%, 61% { transform: translateX(-125%); }
  79%, 100% { transform: translateX(125%); }
}

@media (prefers-reduced-motion: no-preference) {
  .executive-gp-hero__face:nth-child(1) { animation: executive-hero-card-one 10s ease-in-out infinite; }
  .executive-gp-hero__face:nth-child(2) { animation: executive-hero-card-two 11s ease-in-out infinite .4s; }
  .executive-gp-hero__face:nth-child(3) { animation: executive-hero-card-three 10.6s ease-in-out infinite .8s; }
  .executive-gp-hero__face:nth-child(4) { animation: executive-hero-card-four 12.2s ease-in-out infinite .5s; }
  .executive-gp-hero__face:nth-child(5) { animation: executive-hero-card-five 11.4s ease-in-out infinite 1.1s; }
  .executive-gp-hero__face:nth-child(6) { animation: executive-hero-card-six 11.8s ease-in-out infinite .7s; }
  .executive-gp-hero__face::after { animation: executive-hero-sheen 10s ease-in-out infinite; }
}

.executive-gp-hero__face picture,
.executive-gp-card__face picture,
.executive-gp-card__face,
.executive-gp-matrix__point picture {
  display: block;
}

.executive-gp-hero__face img,
.executive-gp-card__face img,
.executive-gp-matrix__point img,
.executive-gp-tray__faces img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.586;
  object-fit: contain;
}

.executive-gp-hero__caption {
  margin: 18px 0 0;
  color: #aaa9a5;
  font-size: .72rem;
  line-height: 1.65;
  text-align: left;
}

.executive-gp-hero__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.executive-gp-hero__choice {
  display: grid;
  min-width: 0;
  min-height: 52px;
  padding: 7px 9px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 253, 248, .24);
  border-radius: 11px;
  background: rgba(255, 255, 255, .045);
  color: #e9e5dd;
  font: inherit;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.executive-gp-hero__choice-face {
  display: block;
  width: 46px;
}

.executive-gp-hero__choice-face img {
  display: block;
  width: 100%;
  aspect-ratio: 1.586;
  object-fit: contain;
}

.executive-gp-hero__choice-name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.executive-gp-hero__choice:hover,
.executive-gp-hero__choice[aria-pressed="true"] {
  border-color: var(--executive-champagne-light);
  background: rgba(216, 199, 163, .16);
  transform: translateY(-1px);
}

.executive-gp-hero__choice span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-gp-hero__choice b {
  color: var(--executive-champagne-light);
  font-size: .6rem;
  white-space: nowrap;
}

.executive-gp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.executive-gp-trust li {
  flex: 1 1 150px;
}

.executive-gp-trust a {
  display: grid;
  min-height: 74px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 253, 248, .27);
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
  color: var(--executive-white);
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.executive-gp-trust a:hover {
  border-color: var(--executive-champagne-light);
  background: rgba(216, 199, 163, .12);
  transform: translateY(-1px);
}

.executive-gp-trust strong,
.executive-gp-trust span {
  display: block;
}

.executive-gp-trust strong {
  font-size: .88rem;
  line-height: 1.45;
}

.executive-gp-trust span {
  margin-top: 5px;
  color: #c7c4bd;
  font-size: .74rem;
  line-height: 1.45;
}

.executive-gp-axis-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid #37393c;
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 0%, rgba(182, 154, 101, .14), transparent 34%),
    #1c1d1f;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(22, 23, 24, .14);
}

.executive-gp-axis-link {
  position: relative;
  display: flex;
  min-height: 174px;
  padding: 54px 28px 26px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  color: var(--executive-white);
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.executive-gp-axis-link + .executive-gp-axis-link {
  border-left: 1px solid rgba(255, 253, 248, .15);
}

.executive-gp-axis-link::before {
  position: absolute;
  top: 19px;
  left: 28px;
  content: attr(data-axis-number);
  color: var(--executive-champagne);
  font-family: Georgia, serif;
  font-size: 1.2rem;
}

.executive-gp-axis-link::after {
  position: absolute;
  right: 22px;
  bottom: 24px;
  content: "↘";
  color: var(--executive-champagne-light);
  font-size: 1rem;
}

.executive-gp-axis-link:hover {
  background: rgba(255, 253, 248, .08);
}

.executive-gp-axis-link strong,
.executive-gp-axis-link span {
  display: block;
}

.executive-gp-axis-link strong {
  max-width: none;
  padding-right: 26px;
  color: var(--executive-white) !important;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.24;
  white-space: nowrap;
}

.executive-gp-axis-link span {
  margin-top: 7px;
  color: #e4e0d7 !important;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.55;
}

.executive-gp-section {
  margin-top: clamp(72px, 10vw, 132px);
}

/*
 * Two editorial "stages" deliberately interrupt the paper layout.  They
 * keep the route data-first, but give the face and annual-value chapters the
 * gallery-like presence expected from a premium card feature.
 */
.executive-gp-section--stage {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid #343638;
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 12%, rgba(182, 154, 101, .16), transparent 29%),
    radial-gradient(circle at 4% 94%, rgba(116, 123, 132, .15), transparent 34%),
    linear-gradient(145deg, #131415 0%, #212326 100%);
  color: var(--executive-white);
  box-shadow: 0 30px 68px rgba(22, 23, 24, .2);
}

.executive-gp-section--stage::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(216, 199, 163, .14);
  content: "";
  pointer-events: none;
}

.executive-gp-section--stage > * {
  position: relative;
  z-index: 1;
}

.executive-gp-section--stage-gold {
  background:
    radial-gradient(circle at 15% 16%, rgba(220, 184, 98, .24), transparent 27%),
    radial-gradient(circle at 88% 82%, rgba(122, 92, 42, .18), transparent 34%),
    linear-gradient(145deg, #171615 0%, #29241d 100%);
}

.executive-gp-section--stage .executive-gp-section__head {
  border-bottom-color: rgba(255, 253, 248, .26);
}

.executive-gp-section--stage .executive-gp-section__head h2 {
  color: var(--executive-white);
}

.executive-gp-section--stage .executive-gp-section__head > p,
.executive-gp-section--stage .executive-gp-section__rule {
  color: #d0ccc3;
}

.executive-gp-section--stage .executive-gp-section__rule span,
.executive-gp-section--stage .executive-gp-department__label,
.executive-gp-section--stage .executive-gp-kicker {
  color: var(--executive-champagne-light);
}

.executive-gp-section--stage .executive-gp-gate,
.executive-gp-section--stage .executive-gp-research__note {
  border-left-color: var(--executive-champagne-light);
  background: rgba(255, 253, 248, .07);
  color: #ddd9d1;
}

.executive-gp-section--stage .executive-gp-card {
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

.executive-gp-section__head {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(280px, .5fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--executive-ink);
}

.executive-gp-section__head h2 {
  max-width: 19ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.18;
  letter-spacing: -.045em;
}

.executive-gp-section__head > p {
  margin: 0;
  color: var(--executive-zinc);
  font-size: .92rem;
  line-height: 1.85;
}

.executive-gp-section__head--solo {
  display: block;
}

.executive-gp-research {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--executive-line);
  border-radius: 22px;
  background: var(--executive-white);
}

.executive-gp-survey-disclosure {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--executive-line);
  border-radius: 22px;
  background: var(--executive-white);
}

.executive-gp-survey-disclosure__summary {
  grid-column: 1;
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--executive-ink-soft);
  color: var(--executive-white);
  cursor: pointer;
  list-style: none;
}

.executive-gp-survey-disclosure__summary::-webkit-details-marker {
  display: none;
}

.executive-gp-survey-disclosure__summary span {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.2;
}

.executive-gp-survey-disclosure__summary b {
  display: none;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 253, 248, .46);
  border-radius: 50%;
  place-items: center;
  color: var(--executive-champagne-light);
  font: 400 1.65rem/1 Georgia, serif;
  transition: transform .2s ease;
}

.executive-gp-survey-disclosure[open] > .executive-gp-survey-disclosure__summary b {
  transform: rotate(45deg);
}

.executive-gp-survey-disclosure > .executive-gp-research__stats {
  grid-column: 2;
}

.executive-gp-survey-disclosure > .executive-gp-priorities {
  grid-column: 1 / -1;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 253, 248, .16);
  border-radius: 0;
}

.executive-gp-survey-disclosure > .executive-gp-research-links {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px;
  background: #f7f2e9;
}

.executive-gp-research__intro {
  padding: clamp(28px, 4vw, 48px);
  background: var(--executive-ink-soft);
  color: var(--executive-white);
}

.executive-gp-research__intro h2,
.executive-gp-research__intro h3 {
  margin-bottom: 14px;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.2;
}

.executive-gp-research__intro p {
  margin-bottom: 0;
  color: #d4d1ca;
  font-size: .88rem;
  line-height: 1.85;
}

.executive-gp-research__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.executive-gp-research__stat {
  display: flex;
  min-height: 180px;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--executive-line);
}

.executive-gp-research__stat strong {
  color: var(--executive-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.executive-gp-research__stat span {
  margin-top: 10px;
  color: var(--executive-zinc);
  font-size: .78rem;
  line-height: 1.6;
}

.executive-gp-research__note,
.executive-gp-gate {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--executive-champagne);
  background: #f1ede5;
  color: #4e5153;
  font-size: .8rem;
  line-height: 1.75;
}

.executive-gp-priorities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
  padding: 28px;
  border: 1px solid var(--executive-line);
  border-radius: 22px;
  background: var(--executive-ink-soft);
  color: var(--executive-white);
}

.executive-gp-research-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.executive-gp-research-links a {
  display: grid;
  min-height: 86px;
  padding: 18px 20px;
  border: 1px solid rgba(182, 154, 101, .5);
  border-radius: 16px;
  background: linear-gradient(120deg, #fffdf8, #f4eddf);
  color: var(--executive-ink);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.executive-gp-research-links a:hover {
  border-color: var(--executive-champagne);
  box-shadow: 0 12px 26px rgba(22, 23, 24, .1);
  transform: translateY(-2px);
}

.executive-gp-research-links strong,
.executive-gp-research-links span {
  display: block;
}

.executive-gp-research-links strong {
  color: #493815;
  font-size: 1.06rem;
}

.executive-gp-research-links span {
  margin-top: 6px;
  color: #665f53;
  font-size: .84rem;
  line-height: 1.55;
}

.executive-gp-priority {
  min-width: 0;
}

.executive-gp-priority__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.executive-gp-priority__head > span {
  color: #f0ede6;
  font-size: 1rem;
  font-weight: 800;
}

.executive-gp-priority strong {
  color: var(--executive-champagne-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1;
}

.executive-gp-priority strong small {
  margin-left: 3px;
  color: #f0ede6;
  font-family: inherit;
  font-size: .38em;
}

.executive-gp-priority__track {
  display: block;
  height: 8px;
  margin: 14px 0 9px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255, 253, 248, .15);
}

.executive-gp-priority__track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--executive-champagne);
}

.executive-gp-priority p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
}

.executive-gp-priority p b {
  color: var(--executive-champagne-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.executive-gp-priority p span {
  color: #aaa9a5;
  font-size: .78rem;
}

.executive-gp-department {
  padding-top: 28px;
}

.executive-gp-department__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: var(--executive-zinc);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.executive-gp-department__label::before {
  width: 36px;
  height: 1px;
  content: "";
  background: var(--executive-champagne);
}

.executive-gp-ranking {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.executive-gp-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--executive-line);
  border-radius: 22px;
  background: var(--executive-white);
  color: var(--executive-ink);
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.executive-gp-card:hover {
  border-color: rgba(39, 41, 43, .38);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(22, 23, 24, .09);
}

.executive-gp-card.is-selected {
  border-color: var(--executive-champagne);
  box-shadow: inset 0 0 0 2px var(--executive-champagne);
}

.executive-gp-card__media {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  background: #242628;
}

.executive-gp-card__face {
  display: block;
  max-width: 280px;
  margin-inline: auto;
  text-decoration: none;
}

.executive-gp-card__face img {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform .48s cubic-bezier(.2, .7, .2, 1), filter .48s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .executive-gp-card:hover .executive-gp-card__face img,
  .executive-gp-card:focus-within .executive-gp-card__face img {
    filter: saturate(1.05) contrast(1.03);
    transform: scale(1.1) rotate(-.35deg);
  }
}

.executive-gp-card__rank {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: grid;
  width: 82px;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid var(--executive-champagne-light);
  border-radius: 12px;
  place-items: center;
  background: #18191a;
  color: var(--executive-champagne-light);
  font-family: Georgia, serif;
  font-size: 1rem;
}

.executive-gp-card__rank span,
.executive-gp-card__rank small {
  display: block;
  text-align: center;
}

.executive-gp-card--spotlight .executive-gp-card__rank {
  width: auto;
  min-width: 98px;
  background: var(--executive-champagne);
  color: var(--executive-ink);
}

.executive-gp-card__score--label {
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.executive-gp-card__score--label strong {
  font-family: inherit;
  font-size: 1.28rem;
  font-weight: 800;
}

.executive-gp-card__rank small {
  margin-top: 3px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", sans-serif;
  font-size: .58rem;
  line-height: 1.25;
}

.executive-gp-card__body {
  display: flex;
  flex: 1;
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
  flex-direction: column;
}

.executive-gp-card__eyebrow {
  margin: 0 0 8px;
  color: #816c43;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.executive-gp-card h3 {
  min-width: 0;
  margin-bottom: 12px;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  line-height: 1.55;
  /* Override the feature-wide heading keep-all rule inside compact cards.
     Safari otherwise treats the long American Express product names as an
     unbreakable run and lets them escape the card column. */
  word-break: normal;
  overflow-wrap: anywhere;
}

.executive-gp-card h3 a {
  text-decoration: none;
}

.executive-gp-card h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.executive-gp-card__score {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--executive-line);
}

.executive-gp-card__score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}

.executive-gp-card__score span {
  color: var(--executive-zinc);
  font-size: .72rem;
}

.executive-gp-card__network {
  display: inline-flex;
  width: 58px;
  min-height: 26px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  border: 1px solid rgba(39, 41, 43, .16);
  border-radius: 8px;
  background: #fff;
}

.executive-gp-card__network img {
  display: block;
  width: 100%;
  max-height: 20px;
  object-fit: contain;
}

.executive-gp-card__network--text {
  width: auto;
  max-width: 72px;
  color: var(--executive-ink);
  font-size: .58rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.executive-gp-card__score--label .executive-gp-card__network {
  position: absolute;
  top: 0;
  right: 0;
}

.executive-gp-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
  margin: 0;
}

.executive-gp-card__metrics div {
  padding: 10px 0;
  border-top: 1px solid rgba(39, 41, 43, .11);
}

.executive-gp-card__metrics dt {
  color: var(--executive-zinc);
  font-size: .68rem;
  font-weight: 800;
}

.executive-gp-card__metrics dd {
  margin: 4px 0 0;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.executive-gp-card__evidence {
  margin: 14px 0 0;
  color: #565a5d;
  font-size: .78rem;
  line-height: 1.75;
}

.executive-gp-card__signal {
  margin: 16px 0 0;
  padding: 10px 11px;
  border: 1px solid rgba(178, 141, 74, .54);
  border-radius: 12px;
  background: linear-gradient(110deg, rgba(252, 246, 230, .96), rgba(238, 219, 173, .7));
  color: #674717;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.executive-gp-card__signal span {
  color: #a97c28;
  font-size: 1.05em;
}

.executive-gp-card__signal--ink {
  border-color: rgba(29, 55, 67, .34);
  background: linear-gradient(110deg, #eef5f3, #d8e8e3);
  color: #164253;
}

.executive-gp-card__signal--ink span {
  color: #167b9d;
}

.executive-gp-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.executive-gp-card__tags span {
  padding: 5px 8px;
  border: 1px solid var(--executive-line);
  color: #4e5153;
  font-size: .68rem;
  line-height: 1.3;
}

.executive-gp-card__checked {
  margin: 14px 0 0;
  color: #74787b;
  font-size: .68rem;
  line-height: 1.55;
}

.executive-gp-card__actions {
  margin-top: auto;
  padding-top: 18px;
}

.executive-gp-card__actions .executive-gp-button {
  flex: 1 1 112px;
  min-height: 44px;
  padding: 9px 10px;
  font-size: .76rem;
}

.executive-gp [data-executive-select][aria-pressed="true"] {
  border-color: var(--executive-champagne);
  background: #e8dec9;
  color: var(--executive-ink);
}

.executive-gp-editor-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.executive-gp-editor-grid > *,
.executive-gp-editor-grid .executive-gp-card__body {
  min-width: 0;
}

.executive-gp-editor-grid .executive-gp-card__media {
  padding: 14px;
}

.executive-gp-editor-grid .executive-gp-card__body {
  padding: 16px;
}

.executive-gp-editor-grid .executive-gp-card h3 {
  font-size: .95rem;
}

.executive-gp-editor-grid .executive-gp-card__metrics {
  grid-template-columns: 1fr;
}

.executive-gp-matrix {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
  gap: 18px;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid var(--executive-line);
  border-radius: 22px;
  background: var(--executive-white);
}

.executive-gp-matrix__plot {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-bottom: 1px solid var(--executive-ink);
  border-left: 1px solid var(--executive-ink);
  background:
    linear-gradient(to right, rgba(39, 41, 43, .08) 1px, transparent 1px),
    linear-gradient(to top, rgba(39, 41, 43, .08) 1px, transparent 1px),
    #f6f2ea;
  background-size: 25% 100%, 100% 25%;
}

.executive-gp-matrix__axis {
  position: absolute;
  z-index: 1;
  color: var(--executive-zinc);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.executive-gp-matrix__axis--x {
  right: 12px;
  bottom: 10px;
}

.executive-gp-matrix__axis--y {
  top: 12px;
  left: 12px;
  writing-mode: vertical-rl;
}

.executive-gp-matrix__point {
  position: absolute;
  z-index: 2;
  left: calc(var(--executive-x, 50) * 1%);
  bottom: calc(var(--executive-y, 50) * 1%);
  width: clamp(64px, 8vw, 104px);
  transform: translate(-50%, 50%);
  color: var(--executive-ink);
  text-align: center;
  text-decoration: none;
}

.executive-gp-matrix__point picture {
  padding: 4px;
  border: 1px solid rgba(39, 41, 43, .22);
  border-radius: 10px;
  background: var(--executive-white);
  box-shadow: 0 8px 16px rgba(22, 23, 24, .13);
}

.executive-gp-matrix__point-number {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  width: 28px;
  height: 28px;
  border: 2px solid var(--executive-white);
  border-radius: 50%;
  place-items: center;
  background: var(--executive-ink);
  color: var(--executive-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
}

.executive-gp-matrix__reference {
  position: absolute;
  z-index: 1;
  bottom: 11%;
  left: 7%;
  width: min(43%, 336px);
  padding: 12px;
  border: 1px dashed rgba(174, 137, 71, .76);
  border-radius: 15px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 10px 22px rgba(22, 23, 24, .08);
}

.executive-gp-matrix__reference > p {
  margin: 0 0 9px;
  color: #795a24;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.executive-gp-matrix__reference > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.executive-gp-matrix__reference a {
  display: block;
  min-width: 0;
  color: var(--executive-ink);
  text-align: center;
  text-decoration: none;
}

.executive-gp-matrix__reference-face {
  display: block;
  padding: 3px;
  border: 1px solid rgba(39, 41, 43, .14);
  border-radius: 7px;
  background: var(--executive-white);
}

.executive-gp-matrix__reference-face img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.586;
  object-fit: contain;
}

.executive-gp-matrix__reference span {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: .58rem;
  font-weight: 800;
  line-height: 1.35;
}

.executive-gp-matrix__legend {
  align-self: start;
}

.executive-gp-matrix__legend h3 {
  margin-bottom: 14px;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: 1.35rem;
}

.executive-gp-matrix__legend ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.executive-gp-matrix__legend li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 4px 9px;
  padding: 10px 0;
  border-top: 1px solid var(--executive-line);
  color: #55595b;
  font-size: .78rem;
  line-height: 1.6;
}

.executive-gp-matrix__legend li > span {
  grid-row: span 2;
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  place-items: center;
  background: var(--executive-ink);
  color: var(--executive-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .68rem;
}

.executive-gp-matrix__legend a {
  color: var(--executive-ink);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.45;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.executive-gp-matrix__legend small {
  color: var(--executive-zinc);
  font-size: .7rem;
  line-height: 1.45;
}

.executive-gp-matrix__legend p {
  margin: 14px 0 0;
  color: var(--executive-zinc);
  font-size: .76rem;
  line-height: 1.6;
}

.executive-gp-table-wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--executive-line);
  border-radius: 16px;
  background: var(--executive-white);
  -webkit-overflow-scrolling: touch;
}

.executive-gp-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--executive-ink);
  font-size: .78rem;
  line-height: 1.6;
}

.executive-gp-table th,
.executive-gp-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--executive-line);
  text-align: left;
  vertical-align: top;
}

.executive-gp-table thead th {
  background: var(--executive-ink-soft);
  color: var(--executive-white);
  font-size: .7rem;
  letter-spacing: .04em;
}

.executive-gp-table tbody th {
  background: #efebe3;
  font-weight: 800;
}

.executive-gp-table :is(th, td):nth-child(1) {
  width: 20%;
}

.executive-gp-table :is(th, td):nth-child(2) {
  width: 11%;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.executive-gp-table :is(th, td):nth-child(3) {
  width: 12%;
}

.executive-gp-table :is(th, td):nth-child(4) {
  width: 17%;
}

.executive-gp-table :is(th, td):nth-child(5) {
  width: 30%;
}

.executive-gp-table :is(th, td):nth-child(6) {
  width: 10%;
  text-align: center;
}

.executive-gp-table tr:last-child > * {
  border-bottom: 0;
}

.executive-gp-portfolio {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--executive-line);
  border-radius: 22px;
  background: #eee9df;
}

.executive-gp-portfolio h3 {
  margin: 0;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  line-height: 1.35;
}

.executive-gp-portfolio > div > p:last-child {
  margin: 10px 0 0;
  color: var(--executive-zinc);
  font-size: .86rem;
  line-height: 1.7;
}

.executive-gp-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.executive-gp-portfolio__grid a {
  display: flex;
  min-width: 0;
  padding: 12px;
  flex-direction: column;
  border: 1px solid rgba(39, 41, 43, .14);
  border-radius: 14px;
  background: var(--executive-white);
  color: var(--executive-ink);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.executive-gp-portfolio__grid a:hover {
  border-color: var(--executive-champagne);
  box-shadow: 0 12px 22px rgba(22, 23, 24, .1);
  transform: translateY(-2px);
}

.executive-gp-portfolio__grid a.is-comparison-reference {
  border-color: rgba(167, 124, 42, .52);
  background: linear-gradient(145deg, #fffdf8, #f4ead7);
}

.executive-gp-portfolio__face {
  display: block;
  margin-bottom: 10px;
}

.executive-gp-portfolio__grid span {
  color: #816c43;
  font-size: .66rem;
  font-weight: 800;
  line-height: 1.35;
}

.executive-gp-portfolio__grid strong {
  display: -webkit-box;
  min-height: 3.1em;
  margin-top: 5px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: .73rem;
  line-height: 1.55;
}

.executive-gp-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--executive-line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--executive-white);
}

.executive-gp-split__panel {
  min-height: 360px;
  padding: clamp(28px, 5vw, 54px);
}

.executive-gp-split__panel + .executive-gp-split__panel {
  border-left: 1px solid var(--executive-line);
}

.executive-gp-split__panel--gold {
  background:
    radial-gradient(circle at 12% 22%, rgba(247, 209, 116, .36), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(202, 159, 68, .22), transparent 35%),
    var(--executive-white);
  background-size: 180% 180%;
}

.executive-gp-split__panel--platinum {
  background:
    radial-gradient(circle at 86% 20%, rgba(202, 211, 220, .58), transparent 31%),
    radial-gradient(circle at 14% 80%, rgba(151, 169, 186, .25), transparent 36%),
    var(--executive-white);
  background-size: 180% 180%;
}

@keyframes executive-gold-aurora {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 100%; }
}

@keyframes executive-platinum-aurora {
  0% { background-position: 100% 0%; }
  100% { background-position: 0% 100%; }
}

@media (prefers-reduced-motion: no-preference) {
  .executive-gp-split__panel--gold {
    animation: executive-gold-aurora 18s ease-in-out infinite alternate;
  }

  .executive-gp-split__panel--platinum {
    animation: executive-platinum-aurora 21s ease-in-out infinite alternate;
  }
}

.executive-gp-split__panel h3 {
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
}

.executive-gp-split__panel > p {
  color: var(--executive-zinc);
  line-height: 1.85;
}

.executive-gp-split__panel dl {
  margin: 28px 0 0;
}

.executive-gp-split__panel dl div {
  display: grid;
  grid-template-columns: 8em minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--executive-line);
}

.executive-gp-split__panel dt {
  color: var(--executive-zinc);
  font-size: .72rem;
  font-weight: 800;
}

.executive-gp-split__panel dd {
  margin: 0;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.65;
}

.executive-gp-compositions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.executive-gp-composition {
  display: flex;
  min-height: 330px;
  padding: clamp(22px, 3vw, 32px);
  flex-direction: column;
  border: 1px solid var(--executive-line);
  border-radius: 20px;
  background: var(--executive-white);
}

.executive-gp-composition__number {
  margin: 0 0 24px;
  color: var(--executive-champagne);
  font-family: Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
}

.executive-gp-composition h3 {
  margin-bottom: 10px;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: 1.35rem;
}

.executive-gp-composition > p {
  color: var(--executive-zinc);
  font-size: .84rem;
  line-height: 1.8;
}

.executive-gp-composition__roles {
  display: grid;
  gap: 7px;
  margin: 14px 0 22px;
  padding: 0;
  list-style: none;
}

.executive-gp-composition__roles li {
  padding: 8px 0;
  border-top: 1px solid var(--executive-line);
  font-size: .76rem;
  line-height: 1.55;
}

.executive-gp-composition [data-executive-preset] {
  margin-top: auto;
}

.executive-gp-selection {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .55fr);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(30px, 6vw, 70px);
  border: 1px solid var(--executive-line);
  border-radius: 24px;
  background: var(--executive-ink-soft);
  color: var(--executive-white);
}

.executive-gp-selection > *,
.executive-gp-method > * {
  min-width: 0;
}

.executive-gp-selection h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.16;
  overflow-wrap: anywhere;
  word-break: normal;
}

.executive-gp-selection p {
  color: #cfccc5;
  line-height: 1.85;
}

.executive-gp-selection__actions {
  display: grid;
  gap: 10px;
  align-content: center;
}

.executive-gp-selection__actions .executive-gp-button {
  width: 100%;
  min-height: 56px;
}

.executive-gp-method {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 6vw, 76px);
  padding: clamp(32px, 6vw, 70px);
  border-top: 5px solid var(--executive-champagne);
  border-radius: 24px 24px 0 0;
  background: var(--executive-ink);
  color: var(--executive-white);
}

.executive-gp-method h2 {
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  line-height: 1.16;
  overflow-wrap: anywhere;
  word-break: normal;
}

.executive-gp-method__steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: executive-method;
}

.executive-gp-method__steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid var(--executive-line-dark);
  color: #d7d4cd;
  font-size: .84rem;
  line-height: 1.7;
  counter-increment: executive-method;
}

.executive-gp-method__steps li::before {
  content: counter(executive-method, decimal-leading-zero);
  color: var(--executive-champagne-light);
  font-family: Georgia, serif;
}

.executive-gp-method__note {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid var(--executive-line-dark);
  color: #c7c3bb;
  font-size: .75rem;
  line-height: 1.75;
}

.executive-gp-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--executive-line);
  border-left: 1px solid var(--executive-line);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.executive-gp-link-grid a {
  display: flex;
  min-height: 112px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--executive-line);
  border-bottom: 1px solid var(--executive-line);
  background: var(--executive-white);
  text-decoration: none;
}

.executive-gp-link-grid a::after {
  align-self: flex-end;
  content: "→";
  color: var(--executive-champagne);
}

.executive-gp-link-grid strong {
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: 1.05rem;
  line-height: 1.55;
}

.executive-gp-link-grid span {
  margin-top: 7px;
  color: var(--executive-zinc);
  font-size: .72rem;
  line-height: 1.55;
}

.executive-gp-tray {
  position: fixed;
  z-index: 82;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  width: min(448px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  overflow: auto;
  padding: 15px;
  border: 1px solid rgba(216, 199, 163, .54);
  border-top: 3px solid var(--executive-champagne);
  border-radius: 20px;
  background: rgba(22, 23, 24, .96);
  color: var(--executive-white);
  box-shadow: 0 20px 56px rgba(0, 0, 0, .32);
  backdrop-filter: blur(14px);
}

.executive-gp-tray[hidden] {
  display: none;
}

.executive-gp-tray__head {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.executive-gp-tray__head p {
  margin: 0;
  font-size: .82rem;
}

.executive-gp-tray__head strong {
  color: var(--executive-champagne-light);
  font-family: Georgia, serif;
  font-size: 1.12rem;
}

.executive-gp-tray__close {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: transparent;
  color: var(--executive-white);
  font: inherit;
  font-size: 1.2rem;
  cursor: pointer;
}

.executive-gp-tray__faces {
  display: flex;
  gap: 7px;
  margin: 10px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.executive-gp-tray__faces button {
  display: grid;
  flex: 0 0 126px;
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  padding: 7px;
  border: 1px solid rgba(255, 253, 248, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  color: var(--executive-white);
  font: inherit;
  font-size: .64rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.executive-gp-tray__faces img {
  width: 42px;
}

.executive-gp-tray__faces span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.executive-gp-tray__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.executive-gp-tray__actions a {
  display: grid;
  min-height: 46px;
  padding: 10px;
  border: 1px solid rgba(255, 253, 248, .35);
  border-radius: 12px;
  place-items: center;
  color: var(--executive-white);
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.executive-gp-tray__actions a:last-child {
  border-color: var(--executive-champagne);
  background: var(--executive-champagne);
  color: var(--executive-ink);
}

.executive-gp-tray.is-collapsed {
  width: auto;
  max-height: none;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.executive-gp-tray.is-collapsed > :not(.executive-gp-tray__head) {
  display: none;
}

.executive-gp-tray.is-collapsed .executive-gp-tray__head > :not(.executive-gp-tray__close) {
  display: none;
}

.executive-gp-tray.is-collapsed .executive-gp-tray__close {
  width: auto;
  min-width: 142px;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--executive-champagne);
  border-radius: 999px;
  background: var(--executive-ink);
  color: var(--executive-white);
  font-size: .74rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
}

.executive-gp-selection-status {
  min-height: 1.5em;
  margin: 8px 0 0;
  color: var(--executive-zinc);
  font-size: .74rem;
  line-height: 1.5;
}

.executive-gp.is-motion-ready [data-executive-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .7s cubic-bezier(.2, .65, .25, 1),
    transform .7s cubic-bezier(.2, .65, .25, 1);
  transition-delay: calc(var(--executive-reveal-order, 0) * 65ms);
}

.executive-gp.is-motion-ready [data-executive-reveal].is-visible {
  opacity: 1;
  transform: none;
}

body.executive-gp-page.is-save-data .executive-gp-hero,
body.executive-gp-page.is-save-data .executive-gp-matrix__plot,
body.executive-gp-page.is-save-data .executive-gp-split__panel {
  background-image: none;
}

body.executive-gp-page.is-save-data .executive-gp-tray {
  background: var(--executive-ink);
  backdrop-filter: none;
}

body.executive-gp-page.is-save-data .executive-gp-button,
body.executive-gp-page.is-save-data .executive-gp-tray__actions a,
body.executive-gp-page.is-save-data .executive-gp-split__panel {
  animation: none;
}

body.executive-gp-page.is-save-data .executive-gp.is-motion-ready [data-executive-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 1080px) {
  .executive-gp-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
    padding: 56px 42px;
  }

  .executive-gp-hero::after {
    display: none;
  }

  .executive-gp-editor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .executive-gp-matrix {
    grid-template-columns: 1fr;
  }

  .executive-gp-matrix__legend ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .executive-gp-portfolio__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .executive-gp {
    width: min(calc(100% - 28px), 720px);
  }

  .executive-gp-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .executive-gp-hero h1 {
    max-width: 13ch;
  }

  .executive-gp-hero__faces {
    max-width: 620px;
  }

  .executive-gp-section__head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .executive-gp-research {
    grid-template-columns: 1fr;
  }

  .executive-gp-survey-disclosure {
    grid-template-columns: 1fr;
  }

  .executive-gp-survey-disclosure > .executive-gp-research__stats {
    grid-column: 1;
  }

  .executive-gp-research__stat:first-child {
    border-left: 0;
  }

  .executive-gp-ranking {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .executive-gp-editor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .executive-gp-compositions {
    grid-template-columns: 1fr;
  }

  .executive-gp-composition {
    min-height: 0;
  }

  .executive-gp-selection,
  .executive-gp-method {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  html:has(body.executive-gp-page),
  body.executive-gp-page,
  .executive-gp {
    overflow-x: clip;
  }

  .executive-gp {
    width: calc(100% - 24px);
    padding-top: 12px;
    padding-bottom: 156px;
  }

  .executive-gp-hero {
    gap: 34px;
    padding: 38px 22px 32px;
  }

  .executive-gp-hero::before {
    inset: 10px;
  }

  .executive-gp-hero h1 {
    max-width: none;
    font-size: clamp(2.05rem, 8.2vw, 2.85rem);
    line-height: 1.18;
  }

  .executive-gp-hero h1 span {
    white-space: normal;
    text-wrap: balance;
  }

  .executive-gp-hero__lead {
    font-size: .94rem;
    line-height: 1.8;
  }

  .executive-gp-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .executive-gp-hero__actions .executive-gp-button {
    width: 100%;
    min-height: 54px;
  }

  .executive-gp-trust {
    display: grid;
  }

  .executive-gp-trust li {
    padding: 0;
  }

  .executive-gp-trust li + li {
    margin-left: 0;
    padding-left: 0;
    border: 0;
  }

  .executive-gp-trust a {
    min-height: 66px;
  }

  .executive-gp-hero__faces {
    gap: 8px;
  }

  .executive-gp-hero__face {
    padding: 4px;
  }

  .executive-gp-hero__face,
  .executive-gp-hero__face::after {
    animation: none !important;
  }

  .executive-gp-axis-nav,
  .executive-gp-ranking,
  .executive-gp-editor-grid,
  .executive-gp-split {
    grid-template-columns: 1fr;
  }

  .executive-gp-axis-link {
    min-height: 138px;
    padding: 62px 20px 22px;
  }

  .executive-gp-axis-link::before {
    top: 24px;
    left: 20px;
    font-size: 1rem;
    line-height: 1;
  }

  .executive-gp-axis-link strong {
    white-space: normal;
  }

  .executive-gp-axis-link + .executive-gp-axis-link {
    border-top: 1px solid rgba(255, 253, 248, .15);
    border-left: 0;
  }

  .executive-gp-section {
    margin-top: 72px;
  }

  .executive-gp-section--stage {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .executive-gp-section--stage::before {
    inset: 10px;
  }

  .executive-gp-section__head {
    margin-bottom: 22px;
  }

  .executive-gp-section__head h2 {
    max-inline-size: 100%;
    font-size: clamp(1.85rem, 9vw, 2.8rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .executive-gp-survey-disclosure__summary {
    min-height: 160px;
    padding: 30px 26px;
  }

  .executive-gp-survey-disclosure__summary b {
    display: grid;
  }

  .executive-gp-survey-disclosure > .executive-gp-research__stats,
  .executive-gp-survey-disclosure > .executive-gp-priorities,
  .executive-gp-survey-disclosure > .executive-gp-research-links {
    grid-column: 1;
    grid-row: auto;
  }

  .executive-gp-research__stats {
    grid-template-columns: 1fr;
  }

  .executive-gp-research-links {
    grid-template-columns: 1fr;
  }

  .executive-gp-priorities {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .executive-gp-research__stat {
    min-height: 112px;
    padding: 22px;
    border-top: 1px solid var(--executive-line);
    border-left: 0;
  }

  .executive-gp-card__metrics {
    grid-template-columns: 1fr;
  }

  .executive-gp-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .executive-gp-card__actions .executive-gp-button {
    width: 100%;
  }

  .executive-gp-card__actions .executive-gp-button--primary {
    grid-column: 1 / -1;
  }

  .executive-gp-matrix {
    padding: 14px;
  }

  .executive-gp-matrix__plot {
    min-height: 400px;
  }

  .executive-gp-matrix__point {
    width: clamp(52px, 18vw, 76px);
  }

  .executive-gp-matrix__reference {
    right: 6%;
    bottom: 9%;
    left: 6%;
    width: auto;
  }

  .executive-gp-matrix__reference > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .executive-gp-matrix__point span {
    font-size: .56rem;
  }

  .executive-gp-matrix__legend ol {
    grid-template-columns: 1fr;
  }

  .executive-gp-portfolio__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .executive-gp-split__panel {
    min-height: 0;
  }

  .executive-gp-split__panel + .executive-gp-split__panel {
    border-top: 1px solid var(--executive-line);
    border-left: 0;
  }

  .executive-gp-split__panel dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .executive-gp-link-grid {
    grid-template-columns: 1fr;
  }

  .executive-gp-selection,
  .executive-gp-method {
    padding: 28px 20px;
  }

  .executive-gp-tray {
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 8px;
    width: auto;
    max-height: calc(78dvh - env(safe-area-inset-bottom));
    padding: 12px;
  }

  .executive-gp-tray__faces button {
    flex-basis: 112px;
  }

  .executive-gp-tray__actions a {
    min-height: 48px;
    padding: 9px 7px;
    font-size: .7rem;
  }

  .executive-gp-tray.is-collapsed {
    right: 8px;
    left: auto;
  }
}

@media (max-width: 430px) {
  .executive-gp {
    width: calc(100% - 20px);
  }

  .executive-gp-hero {
    padding-inline: 18px;
  }

  .executive-gp-hero__caption {
    text-align: left;
  }

  .executive-gp-axis-link,
  .executive-gp-card__body,
  .executive-gp-composition {
    padding: 18px;
  }

  .executive-gp-axis-link {
    min-height: 132px;
    padding: 58px 18px 18px;
  }

  .executive-gp-axis-link::before {
    top: 22px;
    left: 18px;
  }

  .executive-gp-card__media {
    padding: 18px 34px;
  }

  .executive-gp-card__actions {
    grid-template-columns: 1fr;
  }

  .executive-gp-card__actions .executive-gp-button--primary {
    grid-column: auto;
  }

  .executive-gp-matrix__plot {
    min-height: 360px;
  }

  .executive-gp-table {
    min-width: 640px;
  }
}

@media (max-width: 390px) {
  .executive-gp-hero h1 {
    font-size: 2rem;
  }

  .executive-gp-hero__face:nth-child(1),
  .executive-gp-hero__face:nth-child(3),
  .executive-gp-hero__face:nth-child(4),
  .executive-gp-hero__face:nth-child(5),
  .executive-gp-hero__face:nth-child(6) {
    transform: none;
  }

  .executive-gp-hero__face:nth-child(2) {
    transform: scale(1.04);
  }

  .executive-gp-matrix__point {
    width: 50px;
  }

  .executive-gp-matrix__reference {
    bottom: 7%;
    padding: 9px;
  }

  .executive-gp-matrix__reference > div {
    gap: 4px;
  }

  .executive-gp-tray__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.executive-gp-page) {
    scroll-behavior: auto !important;
  }

  body.executive-gp-page *,
  body.executive-gp-page *::before,
  body.executive-gp-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .executive-gp.is-motion-ready [data-executive-reveal] {
    opacity: 1;
    transform: none;
  }
}

html.executive-reduced-motion {
  scroll-behavior: auto !important;
}

@media (forced-colors: active) {
  .executive-gp-hero,
  .executive-gp-method,
  .executive-gp-selection,
  .executive-gp-tray {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  .executive-gp-card.is-selected,
  .executive-gp [data-executive-select][aria-pressed="true"] {
    outline: 3px solid Highlight;
  }
}

.executive-gp-interview-cases {
  overflow: hidden;
  border: 1px solid #c7a760;
  border-radius: 28px;
  background: linear-gradient(132deg, #171717 0%, #29251e 62%, #171717 100%);
  box-shadow: 0 22px 44px rgb(28 22 12 / .16);
}
.executive-gp-interview-cases .executive-gp-section__head { padding: clamp(28px, 4vw, 52px) clamp(24px, 5vw, 64px) 0; }
.executive-gp-interview-cases .executive-gp-kicker { color: #d9ba76; }
.executive-gp-interview-cases h2 { color: #fffaf1; }
.executive-gp-interview-cases__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: clamp(24px, 4vw, 42px); background: rgb(226 199 142 / .35); }
.executive-gp-interview-cases__grid article { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: clamp(24px, 4vw, 50px) clamp(24px, 5vw, 64px); background: rgb(10 10 10 / .36); }
.executive-gp-interview-cases__grid article > span { color: #d9ba76; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .78rem; font-weight: 800; letter-spacing: .11em; }
.executive-gp-interview-cases__grid h3 { margin: 18px 0 10px; color: #fffaf1; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.65rem, 2.6vw, 2.5rem); font-weight: 600; line-height: 1.25; }
.executive-gp-interview-cases__grid p { margin: 0; color: #f6ecd9; font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 700; line-height: 1.7; }
.executive-gp-interview-cases__grid ul { display: grid; gap: 7px; margin: 20px 0 26px; padding: 0; list-style: none; color: #ddc38a; font-size: .88rem; font-weight: 700; line-height: 1.55; }
.executive-gp-interview-cases__grid li::before { content: "—"; margin-right: .5em; color: #b28b3c; }
.executive-gp-interview-cases__grid article > a { display: inline-flex; gap: 12px; align-items: center; margin-top: auto; color: #fffaf1; font-size: .96rem; font-weight: 800; text-decoration: none; }
.executive-gp-interview-cases__grid article > a:hover, .executive-gp-interview-cases__grid article > a:focus-visible { color: #e7ca87; }
.executive-gp-interview-cases__grid b { color: #d9ba76; font-size: 1.2em; }
.executive-gp-interview-cases__all { display: flex; min-height: 64px; align-items: center; justify-content: center; gap: 12px; margin: clamp(24px, 4vw, 44px) clamp(24px, 5vw, 64px); border: 1px solid #d9ba76; border-radius: 999px; background: linear-gradient(110deg, #c29d57, #eed48f); color: #16120d; font-size: 1rem; font-weight: 850; text-decoration: none; }

@media (max-width: 699px) {
  .executive-gp-interview-cases { border-radius: 20px; }
  .executive-gp-interview-cases__grid { grid-template-columns: 1fr; }
  .executive-gp-interview-cases__grid article { min-height: 0; }
  .executive-gp-interview-cases__all { min-height: 58px; margin: 20px; padding-inline: 18px; text-align: center; }
}

@media print {
  body.executive-gp-page {
    background: #fff;
  }

  .executive-gp {
    width: 100%;
    padding: 0;
  }

  .executive-gp-tray,
  .executive-gp-hero__actions,
  .executive-gp-card__actions,
  .executive-gp-selection__actions {
    display: none !important;
  }

  .executive-gp.is-motion-ready [data-executive-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
