:root {
  --bg: #0b1116;
  --bg-soft: #172027;
  --surface: #f7f8f5;
  --surface-strong: #ffffff;
  --ink: #101418;
  --muted: #667074;
  --line: rgba(16, 20, 24, 0.12);
  --line-dark: rgba(255, 255, 255, 0.14);
  --accent: #c7f000;
  --accent-strong: #aee000;
  --danger: #e6453b;
  --trust: #0c6b5f;
  --shadow: 0 22px 60px rgba(17, 24, 39, 0.14);
  --radius: 8px;
  --max: 1180px;
  --header: 78px;
  font-family:
    Inter, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", sans-serif;
}

/* Corporate sponsor readability reset */
body {
  color: var(--ink);
  background: #f7f8f5;
}

main > section {
  scroll-margin-top: calc(var(--header) + 18px);
}

.section-light,
.executive-dashboard-section,
.sponsor-value-section,
.rule-shift-section,
.blog-section,
.contact-section,
.agent-review-section {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 248, 245, 0.98)),
    #f7f8f5;
}

.section-light .section-heading h2,
.executive-dashboard-section .section-heading h2,
.sponsor-value-section .section-heading h2,
.rule-shift-section .section-heading h2,
.blog-section .section-heading h2,
.contact-section .section-heading h2,
.agent-review-section .section-heading h2 {
  color: var(--ink);
  text-shadow: none;
}

.section-light .section-heading p,
.executive-dashboard-section .section-heading p,
.sponsor-value-section .section-heading p,
.rule-shift-section .section-heading p,
.blog-section .section-heading p,
.contact-section .section-heading p,
.agent-review-section .section-heading p,
.narrative p,
.blog-card > p,
.blog-body p,
.form-note {
  color: var(--muted);
}

.partner-strip {
  border-block: 1px solid var(--line);
  background: #fff;
}

.partner-strip p {
  color: rgba(16, 20, 24, 0.68);
  border-right: 1px solid var(--line);
}

.decision-summary-grid article,
.live-insight-panel,
.mission-panel,
.value-pillars article,
.page-flow,
.activation-panel,
.trust-rail article,
.blog-card,
.contact-form,
.review-card,
.conversion-board,
.plan-card,
.sponsor-benefits,
.sponsor-decision-table {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.decision-summary-grid span,
.live-eyebrow,
.blog-meta,
.review-card-head span,
.conversion-head p {
  color: var(--trust);
}

.decision-summary-grid strong,
.live-insight-panel h3,
.mission-panel h3,
.value-pillars h3,
.page-flow h3,
.activation-panel h3,
.trust-rail strong,
.blog-card h3,
.contact-form span,
.review-card h3,
.review-card-head strong,
.review-card b,
.conversion-head h3,
.conversion-path h4,
.plan-card h3,
.plan-card li,
.plan-card.featured h3,
.plan-card.featured li {
  color: var(--ink);
  text-shadow: none;
}

.decision-summary-grid p,
.live-insight-panel > p,
.mission-panel p,
.value-pillars p,
.page-flow p,
.activation-panel p,
.trust-rail span,
.review-issue,
.review-action,
.conversion-path p,
.review-takeaway,
.blog-card > p,
.blog-body p,
.plan-card li,
.sponsor-benefits p,
.sponsor-decision-table td,
.form-note {
  color: var(--muted);
}

.activation-tab-buttons button {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.activation-tab-buttons button.is-active {
  color: #050505;
  background: var(--accent);
}

.blog-body summary {
  color: var(--trust);
  font-weight: 900;
}

/* Rugby story series: keep the main story dominant and reveal the rest on demand. */
.blog-section .section-heading h2 {
  max-width: 100%;
  font-size: clamp(1.45rem, 6.4vw, 3.4rem);
  white-space: nowrap;
}

.story-series-disclosure {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #101010;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.story-series-disclosure > summary {
  display: grid;
  gap: 7px;
  padding: clamp(20px, 3vw, 30px);
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.story-series-disclosure > summary::-webkit-details-marker {
  display: none;
}

.story-series-disclosure > summary strong {
  font-size: clamp(1.12rem, 2.5vw, 1.55rem);
}

.story-series-disclosure > summary span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

.blog-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 18px 18px;
}

.blog-card-compact {
  min-height: 0;
  padding: clamp(18px, 2.4vw, 24px);
}

.blog-card-compact h3 {
  margin-top: 12px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.35;
}

.blog-card-compact > p {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.65;
}

.blog-card-compact .blog-body {
  margin-top: 14px;
  padding-top: 12px;
}

@media (max-width: 620px) {
  .blog-grid-compact {
    grid-template-columns: 1fr;
    padding: 0 10px 10px;
  }
}

.contact-form input,
.contact-form textarea {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.contact-direct a {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
}

.agent-review-section .section-heading,
.agent-review-layout .section-heading {
  color: var(--ink);
}

.review-card {
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.review-score {
  background: rgba(16, 20, 24, 0.12);
}

.conversion-path article {
  border: 1px solid var(--line);
  background: #f8faf7;
}

.sponsor-decision-table tbody th {
  color: var(--ink);
}

.sponsor-decision-table tr {
  border-color: var(--line);
  background: #fff;
}

.sponsor-decision-table td::before {
  color: var(--trust);
}

.plan-card.featured {
  background:
    linear-gradient(180deg, rgba(199, 240, 0, 0.22), rgba(255, 255, 255, 0.98)),
    #fff;
}

.plan-card span,
.plan-card.featured span {
  color: var(--trust);
}

.plan-card a,
.plan-card.featured a,
.note-link {
  color: #050505;
  background: var(--accent);
}

.hyrox-race-section,
.media-section,
.section-stats {
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(199, 240, 0, 0.08), transparent 24%),
    #0b1116;
}

.hyrox-race-section .section-heading h2,
.media-section .section-heading h2,
.section-stats .section-heading h2,
.hyrox-race-section h3,
.media-section h3,
.section-stats h3 {
  color: #fff;
}

.hyrox-race-section .section-heading p,
.media-section .section-heading p,
.section-stats .section-heading p,
.hyrox-race-section p,
.media-section p,
.section-stats p {
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 620px) {
  .sponsor-decision-table tr {
    border-color: var(--line);
    background: #fff;
  }

  .sponsor-decision-table tbody th {
    color: var(--ink);
  }

  .sponsor-decision-table td {
    color: var(--muted);
  }

  .sponsor-decision-table td::before {
    color: var(--trust);
  }
}

/* Final typography and wrapping polish */
h1,
h2,
h3,
h4,
p,
li,
span,
strong,
a,
button {
  overflow-wrap: anywhere;
}

.hero h1,
.section-heading h2,
.mission-panel h3,
.rule-quote p,
.rule-story h3,
.rule-ambition h3,
.world-manifesto h3,
.world-chapters h3,
.world-support h3,
.world-official h3,
.plan-card h3,
.blog-card h3,
.contact-form h3 {
  line-height: 1.12;
  text-wrap: balance;
  word-break: keep-all;
}

.hero p,
.section-heading p,
.decision-summary-grid p,
.mission-panel p,
.value-pillars p,
.page-flow p,
.activation-panel p,
.rule-story p,
.rule-ambition p,
.world-manifesto p,
.world-chapters p,
.world-support p,
.world-official span,
.plan-card li,
.blog-card > p,
.blog-body p,
.contact-form p,
.source-note {
  max-width: 70ch;
  line-height: 1.86;
  word-break: auto-phrase;
}

.section-light .narrative p,
.section-light .career-timeline h3,
.section-light .career-timeline time,
.section-light .career-timeline strong,
.section-light .career-timeline p,
.section-light .career-timeline .source-note {
  text-shadow: none;
}

.section-light .career-timeline h3,
.section-light .career-timeline strong {
  color: var(--ink);
}

.section-light .career-timeline time {
  color: #7a5c00;
}

.section-light .career-timeline article {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.08);
}

.section-light .career-timeline p,
.section-light .career-timeline .source-note {
  color: var(--muted);
}

/* Keep the consultation heading to exactly two intentional lines. */
.contact-section .section-heading h2 {
  max-width: none;
  font-size: clamp(2.35rem, 4vw, 3.45rem);
  line-height: 1.08;
}

.contact-section .section-title-line {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
}

@media (max-width: 820px) {
  .contact-section .section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
  }
}

/* Product gifting is intentionally separate from paid sponsorship. */
.product-support-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 132px);
  background:
    radial-gradient(circle at 92% 8%, rgba(244, 200, 57, 0.17), transparent 32%),
    linear-gradient(145deg, #090d13 0%, #151b24 100%);
}

.product-support-layout {
  display: grid;
  gap: 34px;
}

.product-support-grid {
  display: grid;
  gap: 26px;
}

.product-support-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.product-support-card:nth-child(even) .product-support-photo {
  order: 2;
}

.product-support-photo {
  min-height: 540px;
  margin: 0;
  background: #10151d;
}

.product-support-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-support-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
}

.product-support-eyebrow,
.product-support-kind {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-support-body h3 {
  margin: 10px 0 4px;
  color: #fff;
  font-size: clamp(2.1rem, 4.4vw, 4.6rem);
  line-height: 0.98;
}

.product-support-kind {
  margin: 0 0 26px;
  letter-spacing: 0.06em;
}

.product-support-lead {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.48rem);
  line-height: 1.5;
}

.product-support-body > p:not(.product-support-kind) {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.85;
}

.product-support-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.product-support-points li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.product-support-points li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "—";
}

.product-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.product-support-links a {
  padding: 12px 18px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.product-support-links a.secondary {
  background: transparent;
  color: #fff;
}

.product-support-disclosure {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .product-support-card,
  .product-support-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .product-support-card:nth-child(even) .product-support-photo {
    order: 0;
  }

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

  .product-support-body {
    padding: 28px 22px 34px;
  }
}

/* Training environment support is separate from sponsorship and product gifting. */
.training-base-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 132px);
  background:
    linear-gradient(120deg, rgba(239, 106, 38, 0.1), transparent 38%),
    #f5f3ee;
}

.training-base-layout {
  display: grid;
  gap: 34px;
}

.training-base-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.12);
}

.training-base-photo {
  min-height: 620px;
  margin: 0;
  background: linear-gradient(145deg, #fff 0%, #ece9e2 100%);
}

.training-base-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.training-base-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 64px);
}

.training-base-location,
.training-base-kind {
  color: #d95118;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.training-base-body h3 {
  margin: 10px 0 6px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

.training-base-kind {
  margin: 0 0 26px;
  letter-spacing: 0.05em;
}

.training-base-lead {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.5;
}

.training-base-body > p:not(.training-base-kind) {
  color: var(--muted);
  line-height: 1.85;
}

.training-base-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.training-base-points li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.65;
}

.training-base-points li::before {
  position: absolute;
  left: 0;
  color: #ef6a26;
  content: "—";
}

.training-base-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.training-base-links a {
  padding: 12px 18px;
  border: 1px solid #ef6a26;
  border-radius: 999px;
  background: #ef6a26;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.training-base-links a.secondary {
  background: transparent;
  color: #b64111;
}

@media (max-width: 820px) {
  .training-base-card {
    grid-template-columns: 1fr;
  }

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

  .training-base-body {
    padding: 28px 22px 34px;
  }
}

/* Final layout guard for the compact rugby note series. */
.blog-section .section-heading h2 {
  max-width: 100%;
  font-size: clamp(1.45rem, 6.4vw, 3.4rem);
  white-space: nowrap;
}

.story-series-disclosure .blog-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 18px 18px;
}

.story-series-disclosure .blog-card-compact {
  min-height: 0;
  padding: clamp(18px, 2.4vw, 24px);
}

.story-series-disclosure .blog-card-compact h3 {
  margin-top: 12px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.35;
}

@media (max-width: 620px) {
  .story-series-disclosure .blog-grid-compact {
    grid-template-columns: 1fr;
    padding: 0 10px 10px;
  }
}

.hero-copy,
.section-heading,
.mission-panel,
.activation-panel,
.rule-story,
.rule-ambition,
.world-manifesto,
.world-support,
.world-official,
.contact-form {
  min-width: 0;
}

.proof-number {
  white-space: nowrap;
}

.proof-label,
.live-metrics span,
.rule-metrics span {
  line-height: 1.35;
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
    line-height: 1.08;
  }

  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.18;
  }

  .mission-panel h3,
  .rule-quote p,
  .world-manifesto h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.2;
  }

  .hero p,
  .section-heading p,
  .mission-panel p,
  .activation-panel p,
  .rule-story p,
  .world-manifesto p,
  .world-support p,
  .world-official span {
    font-size: 0.94rem;
    line-height: 1.84;
  }
}

/* Final typography and wrapping polish */
h1,
h2,
h3,
h4,
p,
li,
span,
strong,
a,
button {
  overflow-wrap: anywhere;
}

.hero h1,
.section-heading h2,
.mission-panel h3,
.rule-quote p,
.rule-story h3,
.rule-ambition h3,
.world-manifesto h3,
.world-chapters h3,
.world-support h3,
.world-official h3,
.plan-card h3,
.blog-card h3,
.contact-form h3 {
  line-height: 1.12;
  text-wrap: balance;
  word-break: keep-all;
}

.hero p,
.section-heading p,
.decision-summary-grid p,
.mission-panel p,
.value-pillars p,
.page-flow p,
.activation-panel p,
.rule-story p,
.rule-ambition p,
.world-manifesto p,
.world-chapters p,
.world-support p,
.world-official span,
.plan-card li,
.blog-card > p,
.blog-body p,
.contact-form p,
.source-note {
  max-width: 70ch;
  line-height: 1.86;
  word-break: auto-phrase;
}

.hero-copy,
.section-heading,
.mission-panel,
.activation-panel,
.rule-story,
.rule-ambition,
.world-manifesto,
.world-support,
.world-official,
.contact-form {
  min-width: 0;
}

.proof-number {
  white-space: nowrap;
}

.proof-label,
.live-metrics span,
.rule-metrics span {
  line-height: 1.35;
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
    line-height: 1.08;
  }

  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.18;
  }

  .mission-panel h3,
  .rule-quote p,
  .world-manifesto h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.2;
  }

  .hero p,
  .section-heading p,
  .mission-panel p,
  .activation-panel p,
  .rule-story p,
  .world-manifesto p,
  .world-support p,
  .world-official span {
    font-size: 0.94rem;
    line-height: 1.84;
  }
}

/* Final corporate theme lock */
:root {
  --bg: #0b1116;
  --bg-soft: #172027;
  --surface: #f7f8f5;
  --surface-strong: #ffffff;
  --ink: #101418;
  --muted: #667074;
  --line: rgba(16, 20, 24, 0.12);
  --line-dark: rgba(255, 255, 255, 0.16);
  --accent: #c7f000;
  --accent-strong: #aee000;
  --danger: #e6453b;
  --trust: #0c6b5f;
  --shadow: 0 22px 60px rgba(17, 24, 39, 0.14);
  --radius: 8px;
  font-family:
    Inter, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", sans-serif;
}

body {
  color: #101418;
  background: #f7f8f5;
}

.section-light,
.executive-dashboard-section,
.sponsor-value-section,
.rule-shift-section,
.blog-section,
.contact-section,
.agent-review-section {
  color: #101418;
  background: #f7f8f5;
}

.world-challenge-section {
  color: #101418;
  background: #f7f8f5;
}

.section-light .section-heading h2,
.executive-dashboard-section .section-heading h2,
.sponsor-value-section .section-heading h2,
.rule-shift-section .section-heading h2,
.blog-section .section-heading h2,
.contact-section .section-heading h2,
.agent-review-section .section-heading h2,
.world-challenge-section .section-heading h2,
.mission-panel h3,
.activation-panel h3,
.blog-card h3,
.contact-form h3,
.review-card h3,
.conversion-head h3,
.conversion-path h4,
.plan-card h3,
.sponsor-benefits h3,
.sponsor-decision-table h3,
.decision-summary-grid strong,
.live-insight-panel h3 {
  color: #101418;
  text-shadow: none;
}

.section-light .section-heading p,
.executive-dashboard-section .section-heading p,
.sponsor-value-section .section-heading p,
.rule-shift-section .section-heading p,
.blog-section .section-heading p,
.contact-section .section-heading p,
.agent-review-section .section-heading p,
.world-challenge-section .section-heading p,
.activation-panel p,
.blog-card > p,
.blog-body p,
.contact-form p,
.review-card p,
.conversion-path p,
.plan-card li,
.sponsor-benefits p,
.sponsor-decision-table td,
.decision-summary-grid p,
.live-insight-panel > p {
  color: #667074;
}

/* Final corporate theme lock */
:root {
  --bg: #0b1116;
  --bg-soft: #172027;
  --surface: #f7f8f5;
  --surface-strong: #ffffff;
  --ink: #101418;
  --muted: #667074;
  --line: rgba(16, 20, 24, 0.12);
  --line-dark: rgba(255, 255, 255, 0.16);
  --accent: #c7f000;
  --accent-strong: #aee000;
  --danger: #e6453b;
  --trust: #0c6b5f;
  --shadow: 0 22px 60px rgba(17, 24, 39, 0.14);
  --radius: 8px;
  font-family:
    Inter, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", sans-serif;
}

body {
  color: #101418;
  background: #f7f8f5;
}

.section-light,
.executive-dashboard-section,
.sponsor-value-section,
.rule-shift-section,
.blog-section,
.contact-section,
.agent-review-section {
  color: #101418;
  background: #f7f8f5;
}

.section-light .section-heading h2,
.executive-dashboard-section .section-heading h2,
.sponsor-value-section .section-heading h2,
.rule-shift-section .section-heading h2,
.blog-section .section-heading h2,
.contact-section .section-heading h2,
.agent-review-section .section-heading h2,
.mission-panel h3,
.activation-panel h3,
.blog-card h3,
.contact-form h3,
.review-card h3,
.conversion-head h3,
.conversion-path h4,
.plan-card h3,
.sponsor-benefits h3,
.sponsor-decision-table h3,
.decision-summary-grid strong,
.live-insight-panel h3 {
  color: #101418;
  text-shadow: none;
}

.section-light .section-heading p,
.executive-dashboard-section .section-heading p,
.sponsor-value-section .section-heading p,
.rule-shift-section .section-heading p,
.blog-section .section-heading p,
.contact-section .section-heading p,
.agent-review-section .section-heading p,
.activation-panel p,
.blog-card > p,
.blog-body p,
.contact-form p,
.review-card p,
.conversion-path p,
.plan-card li,
.sponsor-benefits p,
.sponsor-decision-table td,
.decision-summary-grid p,
.live-insight-panel > p {
  color: #667074;
}

/* Final token repair */
:root {
  --ink: #101418;
  --muted: #667074;
  --line: rgba(16, 20, 24, 0.12);
  --surface: #f7f8f5;
  --surface-strong: #ffffff;
}

.section-light .section-heading h2,
.executive-dashboard-section .section-heading h2,
.sponsor-value-section .section-heading h2,
.rule-shift-section .section-heading h2,
.blog-section .section-heading h2,
.contact-section .section-heading h2,
.agent-review-section .section-heading h2,
.mission-panel h3,
.activation-panel h3,
.blog-card h3,
.contact-form h3,
.review-card h3,
.conversion-head h3,
.plan-card h3 {
  color: #101418;
}

.section-light .section-heading p,
.executive-dashboard-section .section-heading p,
.sponsor-value-section .section-heading p,
.rule-shift-section .section-heading p,
.blog-section .section-heading p,
.contact-section .section-heading p,
.agent-review-section .section-heading p,
.activation-panel p,
.blog-card > p,
.blog-body p,
.contact-form p,
.review-card p,
.conversion-path p,
.plan-card li {
  color: #667074;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0, var(--surface) 420px),
    var(--surface);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

main > section {
  scroll-margin-top: 90px;
}

button,
input,
textarea {
  font: inherit;
}

.page-grid {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header);
  padding: 16px clamp(20px, 4vw, 56px);
  color: #fff;
  background: rgba(11, 17, 22, 0.9);
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled,
.site-header.is-scrolled .brand,
.site-header.is-scrolled .site-nav a:not(.nav-cta) {
  color: var(--ink);
}

.site-header.is-scrolled .brand small {
  color: rgba(16, 20, 24, 0.58);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #050505;
  background: var(--accent);
  border-radius: 4px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 32px);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.76);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.nav-cta {
  padding: 12px 18px;
  color: #050505;
  background: var(--accent);
  border-radius: 4px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 1px solid var(--line-dark);
  border-radius: 4px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.section-dark {
  color: #fff;
  background: var(--bg);
}

.section-light {
  background: var(--surface);
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(11, 17, 22, 0.95) 0%, rgba(11, 17, 22, 0.76) 42%, rgba(11, 17, 22, 0.18) 74%),
    linear-gradient(0deg, rgba(247, 248, 245, 1) 0%, rgba(247, 248, 245, 0) 25%),
    url("./assets/hongo-sled-push.jpeg");
  background-position: center, center, 58% top;
  background-size: cover, cover, cover;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(0deg, var(--surface) 0%, rgba(247, 248, 245, 0));
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(240px, 1fr);
  align-items: end;
  min-height: 86svh;
  padding-top: 120px;
  padding-bottom: clamp(34px, 7vw, 72px);
  gap: 48px;
}

.hero-copy {
  padding-top: 13vh;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 6.4rem);
  font-weight: 920;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
}

.hero p {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.04rem, 1.7vw, 1.35rem);
  line-height: 1.8;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #050505;
  background: var(--accent);
}

.button-primary:hover {
  background: var(--accent-strong);
}

.button-secondary {
  color: #fff;
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.08);
}

.button-dark {
  color: #fff;
  background: var(--ink);
}

.hero-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  align-self: end;
  max-width: 340px;
  margin-left: auto;
  border: 1px solid var(--line-dark);
  background: var(--line-dark);
}

.hero-proof div {
  padding: 22px;
  background: rgba(5, 5, 5, 0.64);
  backdrop-filter: blur(10px);
}

.proof-number,
.proof-label {
  display: block;
}

.proof-number {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 920;
  line-height: 1;
}

.proof-label {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.partner-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--line-dark);
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.partner-strip p {
  margin: 0;
  padding: 18px 12px;
  border-right: 1px solid var(--line);
  color: rgba(16, 20, 24, 0.66);
  font-size: 0.78rem;
  font-weight: 860;
  text-align: center;
  text-transform: uppercase;
}

.split,
.stats-layout,
.sponsor-layout,
.rule-shift-layout,
.executive-dashboard-layout,
.media-layout,
.contact-layout {
  padding-block: clamp(72px, 11vw, 132px);
}

.executive-dashboard-section {
  background:
    linear-gradient(180deg, #fff, var(--surface));
}

.executive-dashboard-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 5vw, 58px);
  align-items: start;
}

.decision-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.decision-summary-grid article,
.live-insight-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.decision-summary-grid article {
  min-height: 190px;
  padding: clamp(20px, 3vw, 28px);
}

.decision-summary-grid span,
.live-eyebrow {
  color: var(--trust);
  font-size: 0.76rem;
  font-weight: 920;
  text-transform: uppercase;
}

.decision-summary-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.decision-summary-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.78;
}

.live-insight-panel {
  grid-column: 2;
  padding: clamp(24px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(199, 240, 0, 0.18), transparent 42%),
    #fff;
}

.live-insight-panel h3 {
  margin: 14px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.live-insight-panel > p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.82;
}

.live-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--line);
}

.live-metrics div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.86);
}

.live-metrics strong,
.live-metrics span {
  display: block;
}

.live-metrics strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1;
}

.live-metrics span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.dashboard-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 17px;
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 880;
}

.dashboard-actions a:first-child {
  color: #050505;
  background: var(--accent);
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 94px);
}

.section-heading {
  max-width: 620px;
}

.section-index {
  display: block;
  margin-bottom: 18px;
  color: var(--danger);
  font-size: 0.78rem;
  font-weight: 920;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 4.8rem);
  font-weight: 910;
  line-height: 1;
}

.section-heading p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.narrative p {
  margin: 0 0 24px;
  color: #292d29;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 2;
}

.trust-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 40px;
  background: var(--line);
  border: 1px solid var(--line);
}

.trust-rail article {
  min-height: 168px;
  padding: 24px;
  background: var(--surface-strong);
}

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

.trust-rail strong {
  font-size: 1.05rem;
}

.trust-rail span {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.career-timeline {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.career-timeline h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 950;
}

.career-timeline article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(8, 9, 8, 0.06);
}

.career-timeline time {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.career-timeline strong {
  display: block;
  color: var(--ink);
  font-size: 1.04rem;
}

.career-timeline p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
}

.record-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 9px 11px;
  color: #050505;
  background: var(--accent);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 900;
}

.timeline-record-certificate {
  max-width: 360px;
  margin: 18px 0 0;
}

.timeline-record-certificate a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.1);
}

.timeline-record-certificate img {
  display: block;
  width: 100%;
  height: auto;
}

.timeline-record-certificate figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.source-note {
  padding: 16px 18px;
  border-left: 5px solid var(--accent);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}

.career-timeline .source-note {
  color: var(--muted);
  background: #f6f7f4;
  border-color: var(--accent);
}

.section-stats {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(217, 255, 24, 0.1), transparent 28%),
    #080908;
}

.stats-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(34px, 6vw, 72px);
}

.stats-panel {
  display: grid;
  gap: 18px;
}

.stat-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.stat-kpis article,
.chart-wrap,
.discipline-grid article,
.social-feed,
.contact-form,
.plan-card {
  border-radius: var(--radius);
}

.stat-kpis article {
  min-height: 140px;
  padding: 22px;
  background: #111311;
}

.stat-kpis span,
.stat-kpis small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 760;
  text-transform: uppercase;
}

.stat-kpis strong {
  display: block;
  margin: 18px 0 10px;
  color: var(--accent);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1;
}

.chart-wrap {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line-dark);
  background: #111311;
}

.chart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.chart-head strong {
  font-size: 1.12rem;
}

.chart-head span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.chart-group-label {
  margin: 22px 0 10px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.chart-head + .chart-group-label {
  margin-top: 18px;
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(136px, 0.42fr) 1fr minmax(70px, auto);
  align-items: center;
  gap: 14px;
  margin: 18px 0;
}

.bar-row span,
.bar-row b {
  font-size: 0.82rem;
}

.bar-row span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 800;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: keep-all;
}

.bar-row div {
  height: 11px;
  background: rgba(255, 255, 255, 0.1);
}

.bar-row i {
  display: block;
  width: var(--bar);
  height: 100%;
  background: #fff;
}

.bar-row.target i {
  background: var(--accent);
}

.stats-update-note {
  margin: 0;
  max-width: none;
  padding: 18px 20px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

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

.discipline-grid article {
  min-height: 178px;
  padding: 26px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.04);
}

.discipline-grid h3 {
  margin: 0;
  font-size: 1.1rem;
}

.discipline-grid p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.8;
}

.ranking-frame {
  background:
    linear-gradient(135deg, rgba(217, 255, 24, 0.16), transparent 50%),
    rgba(255, 255, 255, 0.04) !important;
}

.rule-shift-section {
  background:
    linear-gradient(135deg, rgba(230, 69, 59, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(199, 240, 0, 0.12), transparent 42%),
    #fff;
  color: var(--ink);
}

.rule-shift-section .section-heading h2,
.rule-shift-section .section-heading p {
  color: var(--ink);
}

.rule-shift-section .section-heading p {
  color: var(--muted);
}

.rule-shift-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
}

.rule-shift-layout .section-heading {
  position: sticky;
  top: 108px;
  align-self: start;
}

.rule-quote {
  margin: 0;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-left: 8px solid var(--accent);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.rule-quote p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 4.4rem);
  font-weight: 930;
  line-height: 1.08;
}

.rule-card-grid,
.rule-story,
.rule-ambition {
  grid-column: 2;
}

.rule-story {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.06);
}

.rule-story h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.15;
}

.rule-story p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.92;
}

.rule-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rule-card-grid article,
.rule-ambition {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.06);
}

.rule-card-grid article {
  min-height: 250px;
  padding: 24px;
}

.rule-card-grid h3,
.rule-ambition h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.22rem;
}

.rule-card-grid p,
.rule-ambition p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.86;
}

.rule-note {
  padding: 16px 18px;
  border-left: 5px solid var(--accent);
  background: rgba(199, 240, 0, 0.14);
  font-size: 0.88rem;
}

.rule-source-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 20px;
  padding: 12px 15px;
  color: #050505;
  background: var(--accent);
  border-radius: 4px;
  font-size: 0.84rem;
  font-weight: 900;
}

.rule-ambition {
  padding: clamp(26px, 4vw, 42px);
}

.rule-ambition h3 {
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  line-height: 1.08;
}

.rule-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 30px;
  border: 1px solid var(--line);
  background: var(--line);
}

.rule-metrics div {
  padding: 20px;
  background: #f8faf7;
}

.rule-metrics strong,
.rule-metrics span {
  display: block;
}

.rule-metrics strong {
  color: var(--accent);
  font-size: clamp(1.35rem, 2.6vw, 2.35rem);
  line-height: 1;
}

.rule-metrics span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.sponsor-layout {
  display: grid;
  gap: 48px;
}

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

.plan-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.06);
}

.plan-card.featured {
  color: var(--ink);
  border-color: rgba(12, 107, 95, 0.36);
  background:
    linear-gradient(180deg, rgba(199, 240, 0, 0.2), rgba(255, 255, 255, 0.95)),
    #fff;
  transform: translateY(-14px);
  box-shadow: 0 24px 70px rgba(12, 107, 95, 0.16);
}

.plan-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(8, 9, 8, 0.16);
}

.plan-card h3 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 0.95;
}

.plan-card span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.featured span {
  color: rgba(5, 5, 5, 0.72);
}

.plan-card ul {
  display: grid;
  gap: 16px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 22px;
  color: #303530;
  line-height: 1.7;
}

.plan-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--trust);
  content: "";
}

.plan-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 12px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 850;
}

.confirmed-partners {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(12, 107, 95, 0.22);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(199, 240, 0, 0.16), transparent 46%),
    #fff;
  box-shadow: 0 18px 54px rgba(12, 107, 95, 0.1);
}

.confirmed-partners h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.confirmed-partner-grid {
  display: grid;
  gap: 14px;
}

.confirmed-partner-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.56fr);
  align-items: stretch;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.confirmed-partner-body {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

.confirmed-partner-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.confirmed-partner-head span,
.confirmed-partner-head strong {
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1;
}

.confirmed-partner-head span {
  color: #050505;
  background: var(--accent);
}

.confirmed-partner-head strong {
  color: var(--trust);
  border: 1px solid rgba(12, 107, 95, 0.24);
  background: rgba(12, 107, 95, 0.08);
}

.confirmed-partner-name {
  width: fit-content;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  font-weight: 950;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: rgba(12, 107, 95, 0.35);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.confirmed-partner-card p {
  max-width: 86ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.confirmed-partner-card .confirmed-partner-value {
  color: #26302b;
  font-weight: 760;
}

.confirmed-partner-photo {
  display: grid;
  gap: 8px;
  min-height: 100%;
  margin: 0;
}

.confirmed-partner-photo img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: 50% 24%;
  border: 1px solid rgba(16, 20, 24, 0.12);
  border-radius: 4px;
  background: #eef1ed;
}

.confirmed-partner-photo figcaption {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.35;
}

.media-section {
  overflow: hidden;
}

.media-layout {
  display: grid;
  gap: 44px;
}

.media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
}

.media-large {
  position: relative;
  min-height: 510px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #111;
}

.media-large img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center;
}

.media-large figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 12px;
  color: #050505;
  background: var(--accent);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.social-feed {
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line-dark);
  background: #111311;
}

.social-feed article {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-dark);
}

.social-feed time {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.social-feed p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.85;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  padding: 12px 14px;
  color: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  font-size: 0.84rem;
  font-weight: 850;
}

.contact-section {
  background: #fff;
}

.blog-section {
  background: var(--surface);
}

.blog-layout {
  display: grid;
  gap: 44px;
  padding-block: clamp(72px, 11vw, 132px);
}

.world-challenge-section {
  background:
    linear-gradient(135deg, rgba(199, 240, 0, 0.14), transparent 34%),
    #f7f8f5;
}

.world-challenge-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 5vw, 58px);
  padding-block: clamp(72px, 11vw, 132px);
}

.world-manifesto,
.world-chapters,
.world-support,
.world-official {
  grid-column: 2;
}

.world-manifesto,
.world-chapters article,
.world-support,
.world-official {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.world-manifesto {
  padding: clamp(24px, 4vw, 38px);
}

.world-manifesto span,
.world-support article span {
  color: var(--trust);
  font-size: 0.76rem;
  font-weight: 920;
  text-transform: uppercase;
}

.world-manifesto h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.world-manifesto p,
.world-chapters p,
.world-support p,
.world-official span {
  color: var(--muted);
  line-height: 1.82;
}

.world-manifesto p {
  margin: 18px 0 0;
}

.world-chapters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.world-chapters article {
  min-height: 190px;
  padding: 24px;
}

.world-chapters h3,
.world-support h3,
.world-official h3,
.world-support h4 {
  margin: 0;
  color: var(--ink);
}

.world-chapters p,
.world-support p {
  margin: 16px 0 0;
}

.world-support,
.world-official {
  padding: clamp(22px, 4vw, 32px);
}

.world-support > div,
.world-official > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.world-support article,
.world-official a {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8faf7;
}

.world-support article a {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 13px;
  color: #050505;
  background: var(--accent);
  border-radius: 4px;
  font-size: 0.84rem;
  font-weight: 900;
}

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

.world-official strong,
.world-official span {
  display: block;
}

.world-official strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.world-official span {
  margin-top: 12px;
  font-size: 0.9rem;
}

.community-impact-section {
  background:
    linear-gradient(135deg, rgba(255, 63, 47, 0.08), transparent 34%),
    #fff;
}

.community-impact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(30px, 5vw, 58px);
  padding-block: clamp(72px, 11vw, 132px);
}

.impact-manifesto,
.impact-pillars,
.impact-pathway,
.impact-proof,
.impact-notes {
  grid-column: 2;
}

.impact-manifesto,
.impact-pillars article,
.impact-pathway,
.impact-proof,
.impact-notes {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.07);
}

.impact-manifesto {
  padding: clamp(24px, 4vw, 38px);
}

.impact-manifesto span {
  color: var(--danger);
  font-size: 0.76rem;
  font-weight: 920;
  text-transform: uppercase;
}

.impact-manifesto h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.impact-manifesto p,
.impact-pillars p,
.impact-notes span {
  color: var(--muted);
  line-height: 1.82;
}

.impact-manifesto p,
.impact-pillars p {
  margin: 18px 0 0;
}

.impact-pillars,
.impact-notes > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.impact-pillars article,
.impact-notes a {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8faf7;
}

.impact-pillars h3,
.impact-pathway h3,
.impact-proof h3,
.impact-notes h3,
.impact-notes strong {
  margin: 0;
  color: var(--ink);
}

.impact-pathway,
.impact-proof,
.impact-notes {
  padding: clamp(22px, 4vw, 32px);
}

.impact-pathway > div,
.impact-proof > div,
.impact-notes > div {
  margin-top: 22px;
}

.impact-pathway > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.impact-pathway article {
  display: grid;
  align-content: start;
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8faf7;
}

.impact-pathway strong {
  color: var(--danger);
  font-size: 0.78rem;
  font-weight: 920;
  text-transform: uppercase;
}

.impact-pathway span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.impact-proof > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.impact-proof article {
  display: grid;
  gap: 10px;
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #050505;
}

.impact-proof strong {
  color: var(--accent);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  line-height: 1;
}

.impact-proof span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 780;
}

.impact-notes a {
  color: inherit;
  text-decoration: none;
}

.impact-notes strong,
.impact-notes span {
  display: block;
}

.impact-notes span {
  margin-top: 12px;
  font-size: 0.9rem;
}

.impact-notes .source-note {
  margin: 22px 0 0;
  max-width: none;
}

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

.blog-card {
  display: grid;
  align-content: start;
  min-height: 320px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 44px rgba(8, 9, 8, 0.06);
}

.blog-card-featured {
  grid-column: span 2;
  border-color: rgba(216, 42, 42, 0.34);
  background: linear-gradient(135deg, #fff 0%, #fff8f6 100%);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--danger);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 20px 0 0;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.15;
}

.blog-card > p,
.blog-body p,
.blog-empty {
  color: var(--muted);
  line-height: 1.8;
}

.blog-card > p {
  margin: 18px 0 0;
}

.blog-body {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.blog-body summary {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 880;
  cursor: pointer;
}

.blog-empty {
  grid-column: 1 / -1;
  margin: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(34px, 6vw, 72px);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  background: var(--surface);
}

.contact-form label {
  display: grid;
  gap: 9px;
}

.contact-form span {
  color: #343834;
  font-size: 0.82rem;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--ink);
  border: 1px solid rgba(8, 9, 8, 0.18);
  border-radius: 4px;
  background: #fff;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(217, 255, 24, 0.55);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.site-footer {
  color: rgba(255, 255, 255, 0.7);
  background: #050505;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 28px;
  font-size: 0.84rem;
}

.footer-grid p {
  margin: 0;
}

.footer-grid a {
  color: var(--accent);
  font-weight: 850;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.noscript-message {
  margin: 0;
  padding: 18px;
  color: #050505;
  background: var(--accent);
  font-weight: 800;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: var(--header) 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line-dark);
    background: rgba(5, 5, 5, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 12px;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .hero-grid,
  .split,
  .stats-layout,
  .rule-shift-layout,
  .executive-dashboard-layout,
  .world-challenge-layout,
  .community-impact-layout,
  .contact-layout,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: end;
    gap: 30px;
  }

  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
    margin-left: 0;
  }

  .partner-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-strip p:last-child {
    grid-column: 1 / -1;
  }

  .trust-rail,
  .decision-summary-grid,
  .discipline-grid,
  .rule-card-grid,
  .live-metrics,
  .rule-metrics,
  .plan-grid,
  .blog-grid,
  .stat-kpis {
    grid-template-columns: 1fr;
  }

  .plan-card.featured {
    transform: none;
  }
}

@media (max-width: 920px) {
  .blog-card-featured {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  :root {
    --header: 68px;
  }

  .page-grid {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    min-height: var(--header);
    padding: 13px 14px;
  }

  .brand small {
    display: none;
  }

  .hero-bg {
    background-image:
      linear-gradient(180deg, rgba(5, 5, 5, 0.74), rgba(5, 5, 5, 0.98) 72%),
      url("./assets/hongo-sled-push.jpeg");
    background-position: center top, 54% top;
    background-size: cover, auto 62%;
    background-repeat: no-repeat;
  }

  .hero-grid {
    min-height: 100svh;
    padding-top: 48vh;
    padding-bottom: 30px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.2rem);
  }

  .hero p {
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .hero-actions,
  .form-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .split,
  .stats-layout,
  .sponsor-layout,
  .media-layout,
  .contact-layout {
    padding-block: 58px;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .bar-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
  }

  .bar-row div {
    grid-column: 1 / -1;
  }

  .bar-row b {
    grid-column: auto;
    text-align: right;
    color: rgba(255, 255, 255, 0.72);
  }

  .media-large,
  .media-large img {
    min-height: 360px;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Radical 2026 race-poster direction */
:root {
  --bg: #0b1116;
  --bg-soft: #172027;
  --surface: #f7f8f5;
  --surface-strong: #ffffff;
  --ink: #101418;
  --muted: #667074;
  --line: rgba(16, 20, 24, 0.12);
  --line-dark: rgba(255, 255, 255, 0.16);
  --accent: #c7f000;
  --accent-strong: #aee000;
  --danger: #e6453b;
  --trust: #0c6b5f;
  --shadow: 0 22px 60px rgba(17, 24, 39, 0.14);
  --radius: 8px;
  font-family:
    Inter, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", sans-serif;
}

body {
  color: var(--ink);
  background:
    repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 23, 23, 0.08) 34px 38px),
    radial-gradient(circle at 20% 0%, rgba(244, 255, 0, 0.07), transparent 25%),
    #030303;
  overflow-x: clip;
}

html {
  overflow-x: clip;
}

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

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.site-header {
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 2, 2, 0.92);
}

.brand-mark {
  position: relative;
  border-radius: 2px;
  box-shadow: 5px 5px 0 var(--danger);
}

.brand strong {
  font-size: 1.1rem;
  font-weight: 950;
}

.site-nav {
  font-size: 0.78rem;
}

.site-nav a:not(.nav-cta) {
  position: relative;
  padding-block: 8px;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--danger);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  content: "";
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after {
  transform: scaleX(1);
}

.nav-cta,
.button-primary,
.admin-button.primary {
  color: #050505;
  background: var(--accent);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 100%, 0 100%);
  box-shadow: 7px 7px 0 var(--danger);
}

.hero {
  min-height: 100svh;
  background: #020202;
}

.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(2, 2, 2, 0.99) 0%, rgba(2, 2, 2, 0.85) 36%, rgba(2, 2, 2, 0.26) 69%),
    repeating-linear-gradient(112deg, transparent 0 54px, rgba(255, 23, 23, 0.2) 54px 61px),
    linear-gradient(0deg, #020202 0%, rgba(2, 2, 2, 0) 38%),
    url("./assets/hongo-sled-push.jpeg");
  background-position: center, center, center, 58% top;
}

.hero::before {
  position: absolute;
  top: 14%;
  right: clamp(14px, 3vw, 44px);
  z-index: 0;
  color: var(--danger);
  font-size: 3.2rem;
  font-weight: 950;
  line-height: 1.02;
  writing-mode: vertical-rl;
  text-shadow: 8px 8px 0 rgba(0, 0, 0, 0.8);
  content: "挑戦継続進化";
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 34px;
}

.hero h1 {
  max-width: 900px;
  font-size: 6rem;
  font-weight: 950;
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow: 7px 7px 0 rgba(255, 23, 23, 0.38);
  text-wrap: balance;
}

.hero h1 span:first-child {
  color: #fff;
}

.hero h1 span:last-child {
  color: var(--accent);
  font-size: 3.4rem;
  line-height: 1.08;
}

.hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.9;
}

.button {
  min-height: 54px;
  border-radius: 2px;
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.button-secondary,
.button-dark {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 23, 23, 0.28), transparent 52%),
    rgba(255, 255, 255, 0.08);
}

.hero-proof {
  max-width: 420px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-7deg);
}

.hero-proof div {
  padding: 24px 24px 22px;
  background:
    linear-gradient(135deg, rgba(255, 23, 23, 0.16), transparent 54%),
    rgba(5, 5, 5, 0.78);
}

.hero-proof div > * {
  transform: skewX(7deg);
}

.proof-number {
  color: #fff;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 3.1rem;
  text-shadow: 4px 4px 0 var(--danger);
}

.proof-label {
  color: var(--accent);
  font-weight: 950;
}

.partner-strip {
  border-block: 2px solid var(--danger);
  background: #080808;
}

.partner-strip p {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.84rem;
  font-weight: 950;
}

.section-light,
.blog-section,
.contact-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 23, 23, 0.12), transparent 34%),
    #080808;
}

.split,
.stats-layout,
.sponsor-layout,
.media-layout,
.blog-layout,
.contact-layout {
  padding-block: 104px;
}

.section-index {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 9px;
  color: #050505;
  background: var(--accent);
  font-weight: 950;
  transform: skewX(-10deg);
}

.section-heading h2 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
}

.section-heading p,
.section-dark .section-heading p,
.narrative p,
.blog-card > p,
.blog-body p,
.form-note {
  color: rgba(255, 255, 255, 0.74);
}

.narrative p {
  font-size: 1.06rem;
  font-weight: 650;
}

.trust-rail,
.stat-kpis,
.plan-grid,
.blog-grid {
  gap: 10px;
  background: transparent;
  border: 0;
}

.trust-rail article,
.stat-kpis article,
.discipline-grid article,
.plan-card,
.blog-card,
.contact-form,
.social-feed,
.chart-wrap {
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 23, 23, 0.13), transparent 50%),
    #101010;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.trust-rail strong,
.blog-card h3,
.discipline-grid h3 {
  color: #fff;
}

.trust-rail span,
.discipline-grid p,
.social-feed p,
.plan-card li {
  color: rgba(255, 255, 255, 0.74);
}

.section-stats {
  background:
    repeating-linear-gradient(115deg, transparent 0 40px, rgba(244, 255, 0, 0.06) 40px 43px),
    #020202;
}

.stat-kpis strong,
.chart-head strong {
  color: var(--accent);
}

.stat-kpis article {
  min-height: 172px;
}

.stat-kpis strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 3.6rem;
  text-shadow: 4px 4px 0 rgba(255, 23, 23, 0.72);
}

.bar-row div {
  height: 16px;
  transform: skewX(-12deg);
}

.bar-row i {
  background: linear-gradient(90deg, var(--danger), var(--accent));
}

.plan-card {
  overflow: hidden;
  position: relative;
  color: #fff;
  min-height: 430px;
}

.plan-card::after {
  position: absolute;
  right: -44px;
  bottom: 18px;
  width: 160px;
  height: 28px;
  background: var(--danger);
  transform: rotate(-18deg);
  content: "";
}

.plan-card.featured {
  color: #050505;
  background:
    linear-gradient(135deg, var(--accent), #fff47a);
  box-shadow: 10px 10px 0 var(--danger), 0 22px 60px rgba(0, 0, 0, 0.35);
}

.plan-card.featured h3,
.plan-card.featured li {
  color: #050505;
}

.plan-card h3 {
  color: inherit;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 3.2rem;
}

.plan-card span {
  color: var(--accent);
}

.plan-card.featured span {
  color: var(--danger);
}

.plan-card a {
  border-radius: 2px;
  color: #050505;
  background: var(--accent);
  box-shadow: 5px 5px 0 var(--danger);
}

.plan-card.featured a {
  color: #fff;
  background: #050505;
}

.media-large {
  border-radius: 4px;
  box-shadow: 10px 10px 0 var(--danger);
}

.media-large::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, transparent, rgba(255, 23, 23, 0.16));
  content: "";
}

.social-links a {
  border-radius: 2px;
  border-color: rgba(244, 255, 0, 0.4);
  color: var(--accent);
}

.blog-meta {
  color: var(--accent);
}

.blog-body summary {
  color: var(--accent);
}

.contact-form input,
.contact-form textarea {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: #050505;
}

.contact-form span {
  color: var(--accent);
}

.site-footer {
  border-top: 2px solid var(--danger);
}

.hyrox-race-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 255, 0, 0.08), transparent 24%),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(255, 23, 23, 0.12) 42px 46px),
    #020202;
}

.hyrox-race-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 56px);
  padding-block: 104px;
}

.hyrox-race-layout .section-heading {
  position: sticky;
  top: 110px;
  align-self: start;
}

.reel-insight,
.race-formula,
.race-course,
.watch-grid,
.hongo-focus-grid,
.race-takeaway {
  grid-column: 2;
}

.reel-insight {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(244, 255, 0, 0.32);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 23, 23, 0.2), transparent 58%),
    #101010;
  box-shadow: 9px 9px 0 rgba(255, 23, 23, 0.8);
}

.reel-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  color: #050505;
  background: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  transform: skewX(-10deg);
}

.reel-insight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.85;
}

.reel-insight .reel-source {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.race-formula {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.race-formula article {
  min-height: 172px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background:
    linear-gradient(135deg, rgba(244, 255, 0, 0.11), transparent 58%),
    #101010;
}

.race-formula span,
.run-chip,
.station-body span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.race-formula strong {
  display: block;
  margin: 16px 0 12px;
  color: #fff;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.92;
  text-shadow: 4px 4px 0 var(--danger);
}

.race-formula p,
.station-body p,
.race-takeaway {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.race-course {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  counter-reset: race;
}

.race-step {
  position: relative;
  display: grid;
  grid-template-columns: 104px 1fr;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 23, 23, 0.14), transparent 56%),
    #0d0d0d;
}

.race-step::after {
  position: absolute;
  right: -34px;
  bottom: 14px;
  width: 132px;
  height: 18px;
  background: rgba(255, 23, 23, 0.9);
  transform: rotate(-18deg);
  content: "";
}

.run-chip {
  display: grid;
  place-items: center;
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background:
    repeating-linear-gradient(115deg, rgba(244, 255, 0, 0.16) 0 8px, transparent 8px 18px),
    rgba(255, 255, 255, 0.04);
  writing-mode: vertical-rl;
}

.station-body {
  padding: 22px 22px 24px;
}

.station-body span {
  display: inline-block;
  margin-bottom: 12px;
}

.station-body h3 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.95;
}

.station-body p {
  margin: 14px 0 0;
  font-size: 0.95rem;
}

.race-takeaway {
  margin: 0;
  padding: clamp(22px, 3vw, 32px);
  border-left: 6px solid var(--accent);
  background: rgba(255, 255, 255, 0.06);
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  font-weight: 780;
}

.watch-grid,
.hongo-focus-grid {
  display: grid;
  gap: 12px;
}

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

.hongo-focus-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.watch-grid article,
.hongo-focus-grid article {
  position: relative;
  min-height: 176px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(244, 255, 0, 0.12), transparent 55%),
    #101010;
}

.watch-grid article::after,
.hongo-focus-grid article::after {
  position: absolute;
  right: -38px;
  bottom: 18px;
  width: 140px;
  height: 18px;
  background: rgba(255, 23, 23, 0.9);
  transform: rotate(-18deg);
  content: "";
}

.watch-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1.2;
}

.watch-grid p,
.hongo-focus-grid p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
}

.hongo-focus-grid span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hongo-focus-grid strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.92;
  text-shadow: 4px 4px 0 var(--danger);
  text-transform: uppercase;
}

.agent-review-section {
  background:
    radial-gradient(circle at 78% 10%, rgba(244, 255, 0, 0.09), transparent 24%),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(255, 23, 23, 0.09) 42px 46px),
    #060606;
}

.agent-review-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(28px, 5vw, 56px);
  padding-block: 104px;
}

.agent-review-layout .section-heading {
  position: sticky;
  top: 110px;
  align-self: start;
}

.review-board,
.conversion-board {
  grid-column: 2;
}

.review-board {
  display: grid;
  gap: 12px;
}

.review-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.44fr) minmax(0, 0.56fr);
  gap: 18px 28px;
  min-height: 230px;
  padding: clamp(22px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 23, 23, 0.16), transparent 58%),
    #101010;
  box-shadow: 9px 9px 0 rgba(255, 23, 23, 0.72);
}

.review-card::after {
  position: absolute;
  right: -52px;
  bottom: 20px;
  width: 172px;
  height: 22px;
  background: rgba(244, 255, 0, 0.92);
  transform: rotate(-18deg);
  content: "";
}

.review-card-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.review-card-head span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
}

.review-card-head strong {
  color: #fff;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.9;
  text-shadow: 4px 4px 0 var(--danger);
}

.review-card h3 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 0.92;
}

.review-score {
  align-self: start;
  height: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  transform: skewX(-12deg);
}

.review-score i {
  display: block;
  width: var(--score);
  height: 100%;
  background: linear-gradient(90deg, var(--danger), var(--accent));
}

.review-issue,
.review-action,
.review-card b {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.72;
}

.review-action {
  color: rgba(244, 255, 0, 0.86);
}

.review-card b {
  grid-column: 2;
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.conversion-board {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(244, 255, 0, 0.28);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(244, 255, 0, 0.12), transparent 58%),
    #101010;
}

.conversion-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.conversion-head h3 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.conversion-head p {
  margin: 0;
  color: var(--accent);
  font-weight: 950;
}

.conversion-path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.conversion-path article {
  min-height: 176px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(0, 0, 0, 0.35);
}

.conversion-path span {
  color: var(--accent);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.7rem;
}

.conversion-path h4 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.15;
}

.conversion-path p,
.review-takeaway {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.72;
}

.conversion-path p {
  margin: 14px 0 0;
  font-size: 0.92rem;
}

.review-takeaway {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 6px solid var(--accent);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 760;
}

.sponsor-benefits,
.sponsor-decision-table {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.06);
}

.sponsor-benefits h3,
.sponsor-decision-table h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.sponsor-benefits > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sponsor-benefits article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.sponsor-benefits strong {
  color: var(--trust);
  font-size: 1rem;
}

.sponsor-benefits p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.sponsor-decision-table {
  overflow-x: auto;
}

.sponsor-decision-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.sponsor-decision-table th,
.sponsor-decision-table td {
  padding: 16px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-align: left;
  vertical-align: top;
}

.sponsor-decision-table thead th {
  color: #050505;
  background: var(--accent);
  font-weight: 950;
}

.sponsor-decision-table tbody th {
  color: var(--ink);
  font-weight: 950;
}

.note-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 13px;
  color: #050505;
  background: var(--accent);
  border-radius: 2px;
  font-size: 0.84rem;
  font-weight: 950;
  box-shadow: 5px 5px 0 var(--danger);
}

.contact-stack {
  display: grid;
  gap: 14px;
}

.contact-direct {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.contact-direct a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  color: var(--accent);
  border: 1px solid rgba(244, 255, 0, 0.38);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.86rem;
  font-weight: 950;
}

/* Sponsor-first readability refresh */
:root {
  --surface-bright: #f7f8f1;
  --surface-card: #ffffff;
  --ink-deep: #111611;
  --muted-readable: #4f5a52;
  --soft-line: rgba(17, 22, 17, 0.14);
}

.sponsor-value-section {
  color: var(--ink-deep);
  background:
    linear-gradient(135deg, rgba(244, 255, 0, 0.26), transparent 34%),
    var(--surface-bright);
}

.sponsor-value-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 70px);
  padding-block: clamp(72px, 10vw, 118px);
}

.sponsor-value-section .section-heading h2,
.sponsor-value-section .section-heading p {
  color: var(--ink-deep);
}

.sponsor-value-section .section-heading p {
  color: var(--muted-readable);
}

.sponsor-value-body {
  display: grid;
  gap: 18px;
}

.mission-panel {
  padding: clamp(22px, 4vw, 36px);
  color: #071007;
  border: 1px solid rgba(17, 22, 17, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(244, 255, 0, 0.88), rgba(255, 255, 255, 0.94) 56%),
    #fff;
  box-shadow: 0 20px 46px rgba(17, 22, 17, 0.1);
}

.mission-panel span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 9px;
  color: #fff;
  background: #111611;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-panel h3 {
  margin: 0;
  max-width: 760px;
  color: #071007;
  font-size: clamp(1.5rem, 3.8vw, 2.6rem);
  line-height: 1.12;
}

.mission-panel p {
  max-width: 820px;
  margin: 16px 0 0;
  color: #243024;
  font-size: 1rem;
  line-height: 1.88;
}

.value-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.value-pillars article,
.page-flow,
.activation-panel {
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  background: var(--surface-card);
  box-shadow: 0 18px 42px rgba(17, 22, 17, 0.08);
}

.value-pillars article {
  min-height: 178px;
  padding: 22px;
}

.value-pillars h3,
.page-flow h3,
.activation-panel h3 {
  margin: 0;
  color: var(--ink-deep);
  font-size: 1.15rem;
  font-weight: 920;
  line-height: 1.25;
}

.value-pillars p,
.page-flow p,
.activation-panel p {
  margin: 14px 0 0;
  color: var(--muted-readable);
  line-height: 1.78;
}

.page-flow {
  padding: 24px;
}

.page-flow > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.page-flow article {
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--soft-line);
  background: #fbfcf6;
}

.page-flow span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #050505;
  background: var(--accent);
  font-weight: 950;
}

.page-flow strong {
  display: block;
  margin-top: 12px;
  color: var(--ink-deep);
  font-size: 1rem;
}

.activation-tabs {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 12px;
}

.activation-tab-buttons {
  display: grid;
  gap: 8px;
}

.activation-tab-buttons button {
  width: 100%;
  min-height: 58px;
  padding: 13px 15px;
  color: var(--ink-deep);
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 880;
  text-align: left;
  cursor: pointer;
}

.activation-tab-buttons button.is-active {
  color: #050505;
  background: var(--accent);
  box-shadow: 5px 5px 0 var(--danger);
}

.activation-panel {
  min-height: 196px;
  padding: 26px;
}

@media (max-width: 920px) {
  .sponsor-value-layout,
  .activation-tabs {
    grid-template-columns: 1fr;
  }

  .value-pillars,
  .page-flow > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero::before {
    display: none;
  }

  .hero h1 {
    font-size: 3.7rem;
    line-height: 0.94;
  }

  .hero h1 span:last-child {
    font-size: 2.2rem;
    line-height: 1.08;
  }

  .hero-proof {
    transform: none;
  }

  .hero-proof div > * {
    transform: none;
  }

  .section-heading h2 {
    font-size: 3.1rem;
  }

  .hyrox-race-layout {
    grid-template-columns: 1fr;
  }

  .rule-shift-layout .section-heading,
  .hyrox-race-layout .section-heading {
    position: static;
  }

  .rule-quote,
  .rule-story,
  .rule-card-grid,
  .rule-ambition,
  .live-insight-panel,
  .world-manifesto,
  .world-chapters,
  .world-support,
  .world-official,
  .impact-manifesto,
  .impact-pillars,
  .impact-pathway,
  .impact-proof,
  .impact-notes,
  .reel-insight,
  .race-formula,
  .race-course,
  .watch-grid,
  .hongo-focus-grid,
  .race-takeaway {
    grid-column: 1;
  }

  .race-formula,
  .watch-grid,
  .hongo-focus-grid {
    grid-template-columns: 1fr;
  }

  .agent-review-layout {
    grid-template-columns: 1fr;
  }

  .agent-review-layout .section-heading {
    position: static;
  }

  .review-board,
  .conversion-board {
    grid-column: 1;
  }

  .conversion-path,
  .sponsor-benefits > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  main > section {
    scroll-margin-top: 78px;
  }

  body {
    background: #f7f8f1;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Inter, Arial,
      sans-serif;
  }

  .site-header {
    background: rgba(5, 5, 5, 0.94);
  }

  .brand strong {
    font-size: 0.98rem;
    letter-spacing: 0;
  }

  .partner-strip {
    grid-template-columns: 1fr;
  }

  .partner-strip p {
    padding: 11px 14px;
    font-size: 0.76rem;
    text-align: left;
  }

  .hero-bg {
    background-position: center, center, center, 54% top;
    background-size: cover, auto, cover, auto 46%;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 34vh;
    padding-bottom: 44px;
    gap: 24px;
  }

  .hero h1 {
    max-width: 16rem;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: clamp(2.15rem, 11vw, 2.9rem);
    line-height: 1.08;
    text-shadow: 3px 3px 0 rgba(255, 23, 23, 0.42);
    text-wrap: balance;
  }

  .hero h1 span:last-child {
    font-size: clamp(1.55rem, 8vw, 2.05rem);
    line-height: 1.18;
  }

  .hero p {
    max-width: 22rem;
    margin-top: 18px;
    font-size: 0.94rem;
    font-weight: 650;
    line-height: 1.82;
  }

  .hero-proof div {
    padding: 15px 16px;
  }

  .proof-number {
    font-size: 2.15rem;
  }

  .proof-label {
    font-size: 0.72rem;
  }

  .split,
  .stats-layout,
  .sponsor-value-layout,
  .rule-shift-layout,
  .sponsor-layout,
  .media-layout,
  .blog-layout,
  .contact-layout {
    padding-block: 58px;
  }

  .section-index {
    margin-bottom: 14px;
    padding: 4px 8px;
    font-size: 0.72rem;
  }

  .section-heading h2 {
    max-width: 22rem;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: clamp(1.8rem, 8.8vw, 2.35rem);
    line-height: 1.16;
    text-transform: none;
    text-wrap: balance;
  }

  .section-heading p {
    margin-top: 16px;
    font-size: 0.94rem;
    line-height: 1.82;
  }

  .value-pillars,
  .page-flow > div,
  .decision-summary-grid,
  .world-chapters,
  .world-support > div,
  .world-official > div,
  .impact-pillars,
  .impact-pathway > div,
  .impact-proof > div,
  .impact-notes > div,
  .stat-kpis,
  .discipline-grid,
  .rule-card-grid,
  .rule-metrics,
  .plan-grid,
  .blog-grid,
  .conversion-path,
  .sponsor-benefits > div,
  .contact-direct {
    grid-template-columns: 1fr;
  }

  .value-pillars article,
  .page-flow article,
  .decision-summary-grid article,
  .live-insight-panel,
  .discipline-grid article,
  .rule-card-grid article,
  .rule-story,
  .rule-ambition,
  .plan-card,
  .blog-card,
  .review-card,
  .conversion-board,
  .sponsor-benefits,
  .sponsor-decision-table,
  .contact-form,
  .social-feed,
  .chart-wrap {
    min-height: auto;
    padding: 18px;
    border-radius: 6px;
    box-shadow: none;
  }

  .value-pillars h3,
  .page-flow h3,
  .live-insight-panel h3,
  .activation-panel h3,
  .career-timeline h3,
  .discipline-grid h3,
  .rule-card-grid h3,
  .rule-story h3,
  .watch-grid h3,
  .blog-card h3 {
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .value-pillars p,
  .page-flow p,
  .decision-summary-grid p,
  .live-insight-panel > p,
  .activation-panel p,
  .career-timeline p,
  .source-note,
  .discipline-grid p,
  .rule-card-grid p,
  .rule-story p,
  .rule-ambition p,
  .watch-grid p,
  .hongo-focus-grid p,
  .blog-card > p,
  .blog-body p,
  .plan-card li,
  .social-feed p,
  .race-takeaway,
  .review-takeaway {
    font-size: 0.93rem;
    line-height: 1.82;
  }

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

  .activation-tab-buttons button {
    min-width: 0;
    min-height: 48px;
    text-align: center;
    white-space: normal;
  }

  .activation-panel {
    min-height: auto;
  }

  .stat-kpis article {
    min-height: auto;
    padding: 18px;
  }

  .stat-kpis strong {
    margin: 10px 0 6px;
    font-size: 2.15rem;
  }

  .rule-quote {
    grid-column: 1;
    padding: 22px;
  }

  .rule-quote p {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
    line-height: 1.18;
  }

  .rule-card-grid,
  .rule-story,
  .rule-ambition {
    grid-column: 1;
  }

  .rule-metrics strong {
    font-size: 1.85rem;
  }

  .career-timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }

  .chart-head {
    display: grid;
    gap: 8px;
  }

  .plan-card {
    overflow: visible;
  }

  .plan-card::after,
  .review-card::after,
  .watch-grid article::after,
  .hongo-focus-grid article::after {
    display: none;
  }

  .plan-card.featured {
    transform: none;
    box-shadow: none;
  }

  .plan-top {
    display: grid;
    gap: 8px;
    padding-bottom: 18px;
  }

  .plan-card h3 {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 1.65rem;
    line-height: 1.16;
  }

  .plan-card ul {
    gap: 10px;
    margin: 18px 0;
  }

  .hyrox-race-layout,
  .agent-review-layout {
    padding-block: 58px;
  }

  .reel-insight,
  .race-formula article,
  .race-step,
  .watch-grid article,
  .hongo-focus-grid article {
    min-height: auto;
    box-shadow: none;
  }

  .reel-insight p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .race-course {
    grid-template-columns: 1fr;
  }

  .race-step {
    grid-template-columns: 64px 1fr;
  }

  .run-chip {
    padding: 10px 8px;
    font-size: 0.7rem;
  }

  .station-body {
    padding: 17px;
  }

  .station-body h3,
  .race-formula strong,
  .hongo-focus-grid strong {
    font-size: 1.62rem;
    line-height: 1.05;
  }

  .race-formula strong,
  .hongo-focus-grid strong,
  .review-card-head strong {
    text-shadow: 3px 3px 0 rgba(255, 23, 23, 0.55);
  }

  .review-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .review-card b {
    grid-column: 1;
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .review-card-head {
    display: grid;
    gap: 8px;
  }

  .review-card-head strong {
    font-size: 2rem;
  }

  .review-card h3,
  .conversion-head h3 {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 1.58rem;
    line-height: 1.18;
  }

  .conversion-head {
    display: grid;
  }

  .conversion-path article {
    min-height: auto;
  }

  .sponsor-decision-table table {
    min-width: 0;
  }

  .sponsor-decision-table {
    overflow-x: visible;
  }

  .sponsor-decision-table thead {
    display: none;
  }

  .sponsor-decision-table table,
  .sponsor-decision-table tbody,
  .sponsor-decision-table tr,
  .sponsor-decision-table th,
  .sponsor-decision-table td {
    display: block;
    width: 100%;
  }

  .sponsor-decision-table tbody {
    display: grid;
    gap: 12px;
  }

  .sponsor-decision-table tr {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.22);
  }

  .sponsor-decision-table th,
  .sponsor-decision-table td {
    border: 0;
    padding: 9px 0;
  }

  .sponsor-decision-table tbody th {
    padding-top: 0;
    color: var(--accent);
    font-size: 1rem;
  }

  .sponsor-decision-table td {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
  }

  .sponsor-decision-table td::before {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .sponsor-decision-table td:nth-of-type(1)::before {
    content: "Bronze";
  }

  .sponsor-decision-table td:nth-of-type(2)::before {
    content: "Silver";
  }

  .sponsor-decision-table td:nth-of-type(3)::before {
    content: "Gold";
  }

  .media-large,
  .media-large img {
    min-height: 280px;
  }

  .contact-layout {
    gap: 24px;
  }
}

/* Corporate sponsor readability reset - final override */
body {
  color: var(--ink);
  background: #f7f8f5;
}

.section-light,
.executive-dashboard-section,
.sponsor-value-section,
.rule-shift-section,
.blog-section,
.contact-section,
.agent-review-section {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 248, 245, 0.98)),
    #f7f8f5;
}

.section-light .section-heading h2,
.executive-dashboard-section .section-heading h2,
.sponsor-value-section .section-heading h2,
.rule-shift-section .section-heading h2,
.blog-section .section-heading h2,
.contact-section .section-heading h2,
.agent-review-section .section-heading h2 {
  color: var(--ink);
  text-shadow: none;
}

.section-light .section-heading p,
.executive-dashboard-section .section-heading p,
.sponsor-value-section .section-heading p,
.rule-shift-section .section-heading p,
.blog-section .section-heading p,
.contact-section .section-heading p,
.agent-review-section .section-heading p,
.narrative p,
.blog-card > p,
.blog-body p,
.form-note {
  color: var(--muted);
}

.partner-strip {
  border-block: 1px solid var(--line);
  background: #fff;
}

.partner-strip p {
  color: rgba(16, 20, 24, 0.68);
  border-right: 1px solid var(--line);
}

.decision-summary-grid article,
.live-insight-panel,
.mission-panel,
.value-pillars article,
.page-flow,
.activation-panel,
.trust-rail article,
.blog-card,
.contact-form,
.review-card,
.conversion-board,
.conversion-path article,
.plan-card,
.sponsor-benefits,
.sponsor-decision-table {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.decision-summary-grid span,
.live-eyebrow,
.blog-meta,
.review-card-head span,
.conversion-head p,
.plan-card span,
.plan-card.featured span {
  color: var(--trust);
}

.decision-summary-grid strong,
.live-insight-panel h3,
.mission-panel h3,
.value-pillars h3,
.page-flow h3,
.activation-panel h3,
.trust-rail strong,
.blog-card h3,
.contact-form span,
.review-card h3,
.review-card-head strong,
.review-card b,
.conversion-head h3,
.conversion-path h4,
.plan-card h3,
.plan-card li,
.plan-card.featured h3,
.plan-card.featured li,
.sponsor-benefits h3,
.sponsor-decision-table h3,
.sponsor-decision-table tbody th {
  color: var(--ink);
  text-shadow: none;
}

.decision-summary-grid p,
.live-insight-panel > p,
.mission-panel p,
.value-pillars p,
.page-flow p,
.activation-panel p,
.trust-rail span,
.review-issue,
.review-action,
.conversion-path p,
.review-takeaway,
.blog-card > p,
.blog-body p,
.plan-card li,
.sponsor-benefits p,
.sponsor-decision-table td,
.form-note {
  color: var(--muted);
}

.activation-tab-buttons button {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.activation-tab-buttons button.is-active {
  color: #050505;
  background: var(--accent);
}

.blog-body summary {
  color: var(--trust);
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.contact-direct a {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
}

.review-score {
  background: rgba(16, 20, 24, 0.12);
}

.sponsor-decision-table tr {
  border-color: var(--line);
  background: #fff;
}

.sponsor-decision-table td::before {
  color: var(--trust);
}

.plan-card.featured {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(199, 240, 0, 0.22), rgba(255, 255, 255, 0.98)),
    #fff;
}

.plan-card a,
.plan-card.featured a,
.note-link {
  color: #050505;
  background: var(--accent);
}

.hyrox-race-section,
.media-section,
.section-stats {
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(199, 240, 0, 0.08), transparent 24%),
    #0b1116;
}

.hyrox-race-section .section-heading h2,
.media-section .section-heading h2,
.section-stats .section-heading h2,
.hyrox-race-section h3,
.media-section h3,
.section-stats h3 {
  color: #fff;
}

.hyrox-race-section .section-heading p,
.media-section .section-heading p,
.section-stats .section-heading p,
.hyrox-race-section p,
.media-section p,
.section-stats p {
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 620px) {
  .sponsor-decision-table tr {
    border-color: var(--line);
    background: #fff;
  }

  .sponsor-decision-table tbody th {
    color: var(--ink);
  }

  .sponsor-decision-table td {
    color: var(--muted);
  }

  .sponsor-decision-table td::before {
    color: var(--trust);
  }
}

/* Final typography and wrapping polish */
h1,
h2,
h3,
h4,
p,
li,
span,
strong,
a,
button {
  overflow-wrap: anywhere;
}

.hero h1,
.section-heading h2,
.mission-panel h3,
.rule-quote p,
.rule-story h3,
.rule-ambition h3,
.world-manifesto h3,
.world-chapters h3,
.world-support h3,
.world-official h3,
.plan-card h3,
.blog-card h3,
.contact-form h3 {
  line-height: 1.12;
  text-wrap: balance;
  word-break: keep-all;
}

.hero p,
.section-heading p,
.decision-summary-grid p,
.mission-panel p,
.value-pillars p,
.page-flow p,
.activation-panel p,
.rule-story p,
.rule-ambition p,
.world-manifesto p,
.world-chapters p,
.world-support p,
.world-official span,
.plan-card li,
.blog-card > p,
.blog-body p,
.contact-form p,
.source-note {
  max-width: 70ch;
  line-height: 1.86;
  word-break: auto-phrase;
}

.hero-copy,
.section-heading,
.mission-panel,
.activation-panel,
.rule-story,
.rule-ambition,
.world-manifesto,
.world-support,
.world-official,
.contact-form {
  min-width: 0;
}

.proof-number {
  white-space: nowrap;
}

.proof-label,
.live-metrics span,
.rule-metrics span {
  line-height: 1.35;
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
    line-height: 1.08;
  }

  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
    line-height: 1.18;
  }

  .mission-panel h3,
  .rule-quote p,
  .world-manifesto h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.2;
  }

  .hero p,
  .section-heading p,
  .mission-panel p,
  .activation-panel p,
  .rule-story p,
  .world-manifesto p,
  .world-support p,
  .world-official span {
    font-size: 0.94rem;
    line-height: 1.84;
  }
}

/* Final responsive proof/table polish */
@media (max-width: 920px) {
  .hero-proof {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: none;
  }

  .hero-proof div > * {
    transform: none;
  }
}

@media (max-width: 520px) {
  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sponsor-decision-table {
  max-width: 100%;
  overflow-x: auto;
}

/* Mobile hero proof cards: keep large numbers inside their boxes. */
@media (max-width: 920px) {
  .hero-proof {
    max-width: min(100%, 680px);
    margin-inline: auto;
  }

  .hero-proof div {
    min-width: 0;
    overflow: hidden;
    padding: clamp(16px, 3vw, 24px);
  }

  .proof-number {
    max-width: 100%;
    font-size: clamp(2rem, 6vw, 2.85rem);
    line-height: 0.98;
    text-shadow: 3px 3px 0 var(--danger);
  }

  .proof-label {
    font-size: clamp(0.72rem, 2.2vw, 0.92rem);
  }
}

@media (max-width: 620px) {
  .proof-number {
    font-size: clamp(1.55rem, 9vw, 2.25rem);
  }
}

@media (max-width: 360px) {
  .hero-proof {
    grid-template-columns: 1fr;
  }
}

.sponsor-decision-table table {
  max-width: 100%;
}

/* Final CTA/nav visibility fix */
.site-nav,
.site-nav a,
.nav-cta,
.button,
.form-actions .button,
.business-actions a,
.support-card a,
.note-link {
  overflow-wrap: normal;
  word-break: keep-all;
}

.site-nav a,
.nav-cta,
.button,
.form-actions .button {
  max-width: 100%;
  white-space: nowrap;
  text-wrap: nowrap;
}

.site-nav a:not(.nav-cta) {
  flex: 0 0 auto;
}

.nav-cta,
.button {
  flex: 0 0 auto;
}

.contact-form .form-actions {
  align-items: stretch;
  gap: 12px;
}

.instagram-contact .button-dark,
.contact-form .button-dark,
a.button.button-dark {
  background: #fff;
  border: 2px solid var(--danger);
  box-shadow: 5px 5px 0 rgba(230, 69, 59, 0.24);
  color: #d9261c;
  font-weight: 950;
  opacity: 1;
  text-shadow: none;
}

.instagram-contact .button-dark:hover,
.instagram-contact .button-dark:focus-visible,
.contact-form .button-dark:hover,
.contact-form .button-dark:focus-visible,
a.button.button-dark:hover,
a.button.button-dark:focus-visible {
  background: var(--danger);
  border-color: var(--danger);
  color: #fff;
  opacity: 1;
}

@media (max-width: 620px) {
  .site-nav.is-open {
    overflow-x: auto;
  }

  .site-nav a,
  .nav-cta {
    width: fit-content;
  }

  .contact-form .form-actions {
    align-items: flex-start;
  }
}

/* Final hero image direction: Taiji-like AI sports visual */
.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(2, 2, 2, 0.99) 0%, rgba(2, 2, 2, 0.86) 38%, rgba(2, 2, 2, 0.28) 68%),
    repeating-linear-gradient(112deg, transparent 0 54px, rgba(255, 23, 23, 0.18) 54px 61px),
    linear-gradient(0deg, #020202 0%, rgba(2, 2, 2, 0) 40%),
    url("./assets/hongo-hero-ai-taiji-racepose.png");
  background-position: center, center, center, 62% center;
  background-size: cover, auto, cover, cover;
}

@media (max-width: 920px) {
  .hero-bg {
    background-position: center, center, center, 64% center;
  }
}

@media (max-width: 620px) {
  .hero-bg {
    background-image:
      linear-gradient(180deg, rgba(2, 2, 2, 0.24) 0%, rgba(2, 2, 2, 0.84) 46%, #020202 82%),
      repeating-linear-gradient(112deg, transparent 0 54px, rgba(255, 23, 23, 0.12) 54px 61px),
      linear-gradient(0deg, #020202 0%, rgba(2, 2, 2, 0) 38%),
      url("./assets/hongo-hero-ai-taiji-racepose.png");
    background-position: center, center, center, 70% top;
    background-size: cover, auto, cover, auto 58%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 760px) {
  .confirmed-partner-card {
    grid-template-columns: 1fr;
  }

  .confirmed-partner-photo img {
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 5;
  }
}

/* Hero composition: keep the message and proof panel visually balanced. */
@media (min-width: 921px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    align-items: end;
    gap: clamp(42px, 5vw, 76px);
  }

  .hero-copy {
    max-width: 650px;
    padding-bottom: 2px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(4.35rem, 6.2vw, 6rem);
  }

  .hero p {
    max-width: 610px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 500px;
    justify-self: end;
    align-self: end;
    transform: none;
  }

  .hero-proof div {
    min-width: 0;
    min-height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-proof div > * {
    transform: none;
  }

  .proof-number {
    font-size: clamp(2.45rem, 3.7vw, 3.35rem);
  }
}

@media (min-width: 921px) and (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(4rem, 6.8vw, 5.25rem);
  }

  .hero-proof div {
    padding-inline: 20px;
  }

  .proof-number {
    font-size: clamp(2.3rem, 4.1vw, 2.9rem);
  }
}

@media (max-width: 620px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }
}

.hero h1 span:last-child {
  margin-top: 0.08em;
  font-size: 1em;
  line-height: 0.98;
}

/* Final readability guard for the light About timeline */
.section-light .career-timeline h3,
.section-light .career-timeline time,
.section-light .career-timeline strong,
.section-light .career-timeline p,
.section-light .career-timeline .source-note {
  text-shadow: none;
}

.section-light .career-timeline h3,
.section-light .career-timeline strong {
  color: var(--ink);
}

.section-light .career-timeline time {
  color: #7a5c00;
}

.section-light .career-timeline article {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.08);
}

.section-light .career-timeline p,
.section-light .career-timeline .source-note {
  color: var(--muted);
}
