@charset "UTF-8";
:root {
  --ink: #1d1427;
  --muted: #63736d;
  --green: #2d174c;
  --lime: #a7bdd8;
  --paper: #f9fafc;
  --line: #d9dbe4;
  --dark: #101f22;
  --radius: 8px;
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.3;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #58458c;
  outline-offset: 5px;
}
button {
  color: inherit;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 252, 249, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: 0.02em;
}
.brand b {
  font-size: 18px;
  font-weight: 500;
  margin-left: 4px;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 1.4;
  color: var(--muted);
}
.brand-symbol {
  display: grid;
  place-items: center;
  position: relative;
  background: var(--green);
  color: var(--lime);
  width: 43px;
  height: 43px;
  border-radius: 6px;
  font-size: 24px;
}
.brand-symbol > span {
  position: absolute;
  right: 2px;
  top: -6px;
  font-size: 18px;
}
.nav-wrap nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 14px;
  font-weight: 550;
}
.nav-wrap nav > a:hover {
  color: #4d3586;
}
.nav-cta {
  padding: 10px 20px;
  background: var(--green);
  color: white !important;
  border-radius: 5px;
}
.nav-cta span {
  padding-left: 15px;
}
.menu-toggle {
  display: none;
}
.skip {
  position: fixed;
  top: 8px;
  left: 10px;
  z-index: 100;
  padding: 8px 15px;
  background: var(--lime);
  transform: translateY(-160%);
}
.skip:focus {
  transform: translateY(0);
}
.hero {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 86% 15%, #dae1eb 0, transparent 52%),
    var(--paper);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  gap: 65px;
  padding-block: 84px 66px;
  align-items: center;
}
.eyebrow {
  font-family: "Segoe UI", sans-serif;
  font-weight: 650;
  font-size: 12px;
  letter-spacing: 0.13em;
  color: var(--green);
  margin-bottom: 24px;
}
.small-cross {
  font-size: 23px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 7px;
}
.hero h1 {
  font-size: clamp(40px, 4.25vw, 62px);
  line-height: 1.28;
  letter-spacing: -0.045em;
  font-weight: 800;
  margin-bottom: 28px;
}
.highlight {
  color: var(--green);
  position: relative;
  white-space: nowrap;
}
.highlight:after {
  content: "";
  position: absolute;
  height: 9px;
  left: 0;
  right: 5px;
  bottom: -7px;
  background: var(--lime);
  transform: rotate(-2deg);
}
.hero-lead {
  font-size: 20px;
  line-height: 1.85;
  font-weight: 550;
  margin-bottom: 16px;
}
.hero-intro {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 500px;
}
.actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 24px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--green);
  color: white;
}
.primary:hover {
  background: #3b2166;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  gap: 17px;
  align-items: center;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 33px;
}
.note-line {
  width: 24px;
  height: 1px;
  background: #879787;
}
.field-board {
  background: var(--dark);
  color: #ededf3;
  min-height: 502px;
  border-radius: 12px;
  padding: 23px 27px 0;
  position: relative;
  box-shadow: 0 22px 55px #261f3819;
  transform: rotate(1deg);
  background-image:
    linear-gradient(#ffffff04 1px, transparent 1px),
    linear-gradient(90deg, #ffffff04 1px, transparent 1px);
  background-size: 28px 28px;
}
.board-top {
  display: flex;
  justify-content: space-between;
  color: #9eaaa5;
  font:
    11px/1.5 Consolas,
    monospace;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #ffffff20;
  padding-bottom: 16px;
}
.board-heading {
  margin-top: 25px;
}
.board-heading > span {
  font-size: 13px;
  color: #b7b2c7;
}
.board-heading h2 {
  font-size: 44px;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-top: 10px;
}
.board-heading em {
  font-style: normal;
  color: var(--lime);
}
.orbit {
  height: 250px;
  position: relative;
  margin-top: -5px;
}
.orbit-ring {
  border: 1px solid #71867c42;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%) rotate(-15deg);
}
.ring-one {
  width: 285px;
  height: 160px;
}
.ring-two {
  width: 220px;
  height: 220px;
}
.orbit-center {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 116px;
  background: var(--lime);
  color: #24173a;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 50px #a7bdd814;
}
.orbit-center > span {
  font-size: 12px;
}
.orbit-center strong {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.orbit-center small {
  font-size: 10px;
}
.satellite {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  background: #1f3030;
  border: 1px solid #5b736357;
  border-radius: 6px;
  padding: 8px 11px;
  box-shadow: 0 8px 20px #0002;
  white-space: nowrap;
}
.satellite i {
  font-size: 11px;
  font-style: normal;
  color: var(--lime);
  border-right: 1px solid #ffffff25;
  padding-right: 8px;
}
.sat-ai {
  top: 18px;
  right: 13px;
}
.sat-business {
  left: -4px;
  top: 57px;
}
.sat-data {
  left: 13px;
  bottom: 26px;
}
.sat-eng {
  right: -8px;
  bottom: 53px;
}
.orbit-star {
  position: absolute;
  right: 27px;
  top: -97px;
  font-size: 70px;
  line-height: 1;
  color: var(--lime);
  transform: rotate(15deg);
}
.board-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #ffffff20;
  padding-block: 18px;
  font-size: 12px;
}
.board-bottom b {
  color: #798d83;
}
.board-bottom strong {
  font-weight: 500;
  color: var(--lime);
}
.hero-bottom {
  border-top: 1px solid var(--line);
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.hero-bottom p {
  font-size: 13px;
  color: var(--muted);
}
.hero-bottom > div {
  display: flex;
  gap: 34px;
  color: #493e5d;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 650;
}
.section {
  padding-block: 98px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 44px;
}
.section-head .eyebrow {
  margin-bottom: 16px;
}
h2 {
  font-size: 38px;
  letter-spacing: -0.03em;
  font-weight: 730;
  line-height: 1.38;
}
.section-head > p {
  max-width: 460px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 4px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.benefit {
  padding: 29px 30px;
  background: #fff;
  position: relative;
}
.benefit + .benefit {
  border-left: 1px solid var(--line);
}
.number {
  font:
    11px/1.6 Consolas,
    monospace;
  letter-spacing: 0.08em;
  color: #65786c;
}
.line-icon {
  height: 62px;
  font-size: 45px;
  line-height: 1;
  margin-top: 26px;
  color: var(--green);
}
.benefit h3 {
  font-size: 21px;
  margin-bottom: 16px;
}
.benefit p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.9;
}
.card-bottom {
  display: block;
  border-top: 1px solid var(--line);
  margin-top: 26px;
  padding-top: 18px;
  font-size: 12px;
  color: var(--green);
}
.agreement {
  display: flex;
  gap: 26px;
  margin-top: 25px;
  align-items: baseline;
  padding-inline: 5px;
}
.agreement strong {
  white-space: nowrap;
  font-size: 14px;
}
.agreement p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.system-section {
  background: var(--dark);
  color: #eeeff5;
  padding-block: 84px;
}
.system-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 90px;
  align-items: center;
}
.system-section .eyebrow {
  color: var(--lime);
}
.system-section h2 {
  font-size: 38px;
  margin-bottom: 26px;
}
.muted {
  font-size: 15px;
  line-height: 2;
  color: #abbcb2;
  max-width: 410px;
}
.light {
  color: var(--lime);
  margin-top: 26px;
}
.system-stack article {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #ffffff1c;
}
.system-stack article:first-child {
  padding-top: 0;
}
.system-stack article > span {
  font:
    12px/2 Consolas,
    monospace;
  color: #958dac;
}
.system-stack h3 {
  font-size: 24px;
  font-weight: 600;
}
.system-stack h3 small {
  font-size: 15px;
  color: #d5d3e0;
  font-weight: 450;
  margin-left: 12px;
}
.system-stack p {
  font-size: 14px;
  color: #97ada0;
  margin-top: 9px;
}
.system-stack article > b {
  margin-left: auto;
  font-size: 11px;
  color: #a1acd0;
  background: #a7bdd80b;
  border: 1px solid #a7bdd830;
  white-space: nowrap;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 400;
}
.field-tabs {
  display: flex;
  gap: 9px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.field-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 14px 23px;
  font-size: 15px;
  color: var(--muted);
}
.field-tabs button[aria-selected="true"] {
  border-color: var(--green);
  color: var(--green);
  font-weight: 650;
  background: #e9ecf3;
}
.field-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  background: #ebeef3;
  border: 1px solid #d8dde7;
  border-radius: 8px;
  padding: 44px;
}
.tag {
  font-size: 12px;
  color: #494469;
}
.field-copy h3 {
  font-size: 29px;
  line-height: 1.45;
  margin-top: 17px;
  margin-bottom: 18px;
}
.field-copy > p {
  color: var(--muted);
  font-size: 15px;
  max-width: 440px;
  line-height: 1.9;
}
.skill-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-block: 22px 26px;
}
.skill-tags span {
  font-size: 11px;
  background: #fff;
  border: 1px solid #cfd4e1;
  padding: 3px 10px;
  border-radius: 4px;
}
.workflow {
  background: #fff;
  border: 1px solid #d3d6e3;
  border-radius: 6px;
  padding: 23px 27px;
  align-self: center;
}
.workflow-head {
  display: flex;
  justify-content: space-between;
  font:
    11px/1.5 Consolas,
    monospace;
  color: #758871;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}
.workflow ol {
  list-style: none;
  padding: 7px 0 0;
  margin: 0;
}
.workflow li {
  display: flex;
  gap: 17px;
  padding-block: 15px;
  align-items: center;
}
.workflow li > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: #e7ebf3;
  border-radius: 50%;
  font:
    11px Consolas,
    monospace;
  color: #38355d;
}
.workflow strong {
  font-size: 15px;
}
.workflow small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}
.workflow > p {
  border-top: 1px solid var(--line);
  margin-top: 10px;
  padding-top: 15px;
  font-size: 12px;
  color: #4d5072;
}
.workflow > p > span {
  display: block;
  font-size: 10px;
  color: #879781;
  margin-bottom: 4px;
}
.section-note {
  font-size: 12px;
  color: #758172;
  margin-top: 16px;
}
.growth-section {
  background: #e9ecf2;
  padding-block: 88px;
}
.growth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.growth-grid article {
  border-top: 2px solid #636c8c;
  padding: 25px 22px 0 0;
}
.growth-grid article:nth-child(2) {
  border-color: #37315c;
}
.growth-grid article:nth-child(3) {
  border-color: #1e122f;
}
.level {
  font:
    11px/1.5 Consolas,
    monospace;
  letter-spacing: 0.12em;
  color: #626985;
}
.growth-grid h3 {
  font-size: 30px;
  margin: 14px 0;
}
.growth-grid strong {
  font-size: 17px;
  font-weight: 600;
}
.growth-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  margin-block: 15px 24px;
}
.growth-grid article > div {
  font-size: 12px;
  color: #373a59;
  padding-top: 17px;
  border-top: 1px solid #c7ccda;
}
.growth-grid article > div span {
  display: block;
  font-size: 10px;
  color: #7b8c72;
  margin-bottom: 5px;
}
.camp-strip {
  display: flex;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #c6cbd9;
  margin-top: 46px;
  padding-top: 30px;
}
.camp-symbol {
  font-size: 43px;
  color: var(--green);
}
.camp-strip h3 {
  font-size: 17px;
}
.camp-strip p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 7px;
}
.outline {
  background: transparent;
  border-color: #888eab;
  color: var(--green);
  font-size: 13px;
}
.camp-strip .button {
  margin-left: auto;
  flex-shrink: 0;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.portrait {
  background: #e4e6ed;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1.08;
  position: relative;
  margin-bottom: 22px;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.7);
  transition:
    filter 0.3s,
    transform 0.4s;
}
.people-grid article:hover img {
  filter: saturate(1);
  transform: scale(1.025);
}
.people-grid article > span {
  font:
    10px/1.5 Consolas,
    monospace;
  letter-spacing: 0.06em;
  color: #626886;
}
.people-grid h3 {
  font-size: 24px;
  margin-block: 11px 14px;
  font-weight: 650;
}
.people-grid h3 small {
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
  margin-left: 5px;
}
.people-grid p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 80px;
  padding-bottom: 90px;
}
.faq-section h2 {
  font-size: 30px;
}
.faq-section .eyebrow {
  margin-bottom: 15px;
}
.faq-list details {
  border-top: 1px solid var(--line);
  padding-block: 20px;
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 550;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  color: #606b94;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  padding-top: 16px;
  padding-right: 25px;
}
.join-section {
  background: #27153d;
  color: white;
  padding-block: 86px;
}
.join-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 95px;
  align-items: start;
}
.join-copy .eyebrow {
  color: #a8bcd8;
}
.join-copy h2 {
  font-size: 43px;
  color: #eef2f8;
  margin-bottom: 25px;
}
.join-copy > p:not(.eyebrow) {
  color: #bdb6d0;
  font-size: 16px;
  line-height: 1.9;
}
.join-steps {
  list-style: none;
  margin: 35px 0;
  padding: 0;
}
.join-steps li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin: 23px 0;
}
.join-steps li > span {
  font:
    12px/2.2 Consolas,
    monospace;
  color: var(--lime);
  border: 1px solid #6f739b55;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.join-steps strong {
  font-size: 15px;
  font-weight: 500;
}
.join-steps small {
  display: block;
  color: #a49ebe;
  font-size: 13px;
  margin-top: 3px;
}
.direct-contact {
  padding-top: 26px;
  border-top: 1px solid #ffffff26;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}
.direct-contact > span {
  font-size: 12px;
  color: #a39dbf;
}
.direct-contact button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--lime);
  font-size: 16px;
}
.direct-contact button > span {
  font-size: 12px;
  margin-left: 19px;
}
.direct-contact a {
  color: #c8c7db;
  font-size: 14px;
}
.join-form {
  background: #f8fafc;
  color: var(--ink);
  padding: 32px;
  border-radius: 8px;
}
.form-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
  gap: 14px;
}
.form-heading h3 {
  font-size: 22px;
}
.form-heading > span {
  font:
    10px Consolas,
    monospace;
  letter-spacing: 0.08em;
  color: #6d7995;
}
.join-form label {
  display: block;
  font-size: 13px;
  font-weight: 550;
  margin-bottom: 16px;
}
.join-form label > span {
  color: #434b75;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  min-width: 0;
  background: white;
  color: #28233b;
  border: 1px solid #d0d4e0;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.6;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: #8d9887;
  font-size: 13px;
}
select {
  min-height: 45px;
}
.form-hint {
  font-size: 12px;
  color: #7a8871;
  line-height: 1.8;
  margin-bottom: 18px;
}
.form-submit {
  width: 100%;
  background: #8aafe4;
  color: #1f1f3b;
  border-color: #83a9dc;
}
.form-submit:hover {
  background: #759fdf;
}
#form-status {
  font-size: 13px;
  color: #323a65;
  margin-top: 12px;
}
#form-status:empty {
  display: none;
}
#email-fallback {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 20px;
}
#email-fallback > p {
  font-size: 12px;
  overflow-wrap: anywhere;
  margin-bottom: 12px;
}
#email-fallback .text-link {
  margin: 12px;
}
.footer {
  background: #f8f9fb;
}
.footer-top {
  padding-block: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.footer-top p {
  font-size: 13px;
  color: var(--muted);
}
.footer-top > a:last-child {
  font-size: 13px;
  color: var(--green);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-block: 24px;
  font-size: 11px;
  color: #778471;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 30px);
  background: var(--dark);
  color: white;
  border: 1px solid #94a4c3;
  padding: 12px 22px;
  border-radius: 6px;
  box-shadow: 0 6px 25px #0002;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  font-size: 14px;
  transition:
    opacity 0.2s,
    transform 0.2s;
  max-width: 90vw;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1600px) {
  .hero-grid {
    padding-block: 105px 85px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .field-board {
    min-height: 530px;
  }
  .orbit {
    height: 275px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .nav-wrap nav {
    gap: 20px;
  }
  .hero-grid {
    gap: 38px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-lead {
    font-size: 18px;
  }
  .field-board {
    padding-inline: 22px;
  }
  .satellite {
    padding: 7px 8px;
    font-size: 10px;
  }
  .sat-business {
    left: -12px;
  }
  .sat-eng {
    right: -13px;
  }
  .board-bottom {
    font-size: 10px;
  }
  .hero-bottom > div {
    gap: 20px;
  }
  .section-head > p {
    max-width: 370px;
  }
  .system-grid {
    gap: 55px;
  }
  .field-panel {
    padding: 32px;
    gap: 30px;
  }
  .join-grid {
    gap: 50px;
  }
  .join-copy h2 {
    font-size: 37px;
  }
  .join-form {
    padding: 25px;
  }
  .people-grid {
    gap: 18px;
  }
  .people-grid h3 {
    font-size: 22px;
  }
  .camp-strip {
    gap: 20px;
  }
}
@media (max-width: 850px) {
  .nav-wrap {
    min-height: 75px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand {
    font-size: 18px;
  }
  .brand small {
    font-size: 9px;
  }
  .menu-toggle {
    display: flex;
    gap: 12px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 7px 12px;
    font-size: 13px;
  }
  .nav-wrap nav {
    display: none;
    width: 100%;
    padding-block: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .nav-wrap nav.open {
    display: flex;
  }
  .nav-wrap nav > a {
    padding: 9px 12px;
  }
  .nav-cta {
    margin-top: 6px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-top: 55px;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-intro {
    font-size: 14px;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
  .hero .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .field-board {
    min-height: 460px;
    padding-inline: 18px;
  }
  .board-heading h2 {
    font-size: 36px;
  }
  .orbit {
    height: 220px;
  }
  .ring-one {
    width: 220px;
    height: 145px;
  }
  .ring-two {
    width: 185px;
    height: 185px;
  }
  .orbit-center {
    width: 94px;
    height: 94px;
  }
  .orbit-center strong {
    font-size: 26px;
  }
  .satellite {
    flex-direction: column;
    gap: 2px;
    padding: 6px;
  }
  .satellite i {
    border-right: 0;
    padding: 0;
  }
  .sat-business {
    left: 0;
  }
  .sat-eng {
    right: 0;
  }
  .orbit-star {
    font-size: 50px;
    right: 5px;
    top: -75px;
  }
  .board-top {
    font-size: 9px;
  }
  .board-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .hero-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .section {
    padding-block: 70px;
  }
  h2,
  .system-section h2 {
    font-size: 32px;
  }
  .section-head {
    gap: 30px;
  }
  .section-head > p {
    font-size: 14px;
    max-width: 300px;
  }
  .benefit {
    padding: 24px 20px;
  }
  .benefit h3 {
    font-size: 18px;
  }
  .benefit p {
    font-size: 14px;
  }
  .agreement {
    gap: 12px;
  }
  .system-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .system-grid .muted {
    max-width: 600px;
  }
  .system-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .system-stack article {
    padding: 20px 0 !important;
    border-top: 1px solid #ffffff1c;
    border-bottom: 0;
    gap: 12px;
  }
  .system-stack article > b {
    display: none;
  }
  .system-stack h3 small {
    display: block;
    margin: 6px 0 0;
  }
  .growth-grid {
    gap: 20px;
  }
  .growth-grid h3 {
    font-size: 25px;
  }
  .camp-strip {
    flex-wrap: wrap;
  }
  .camp-strip > div {
    flex: 1;
  }
  .camp-strip .button {
    margin-left: 66px;
  }
  .people-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .portrait {
    aspect-ratio: 1.2;
  }
  .faq-section {
    gap: 40px;
    grid-template-columns: 1fr 1.6fr;
  }
  .join-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .join-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .join-copy .eyebrow,
  .join-copy h2,
  .join-copy > p {
    grid-column: 1;
  }
  .join-steps {
    grid-column: 2;
    grid-row: 1/5;
    margin: 0;
  }
  .direct-contact {
    grid-column: 1/-1;
    margin-top: 20px;
  }
  .join-form {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }
  .footer-top .brand {
    font-size: 16px;
  }
  .footer-top p {
    display: none;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  html {
    scroll-padding-top: 92px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 43px;
    gap: 36px;
    padding-bottom: 35px;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0.08em;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: clamp(32px, 8.6vw, 47px);
    margin-bottom: 25px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-intro {
    font-size: 14px;
    max-width: 470px;
  }
  .hero .actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
    margin-top: 25px;
  }
  .hero .text-link {
    font-size: 12px;
    gap: 8px;
  }
  .hero-note {
    font-size: 12px;
    margin-top: 24px;
  }
  .field-board {
    transform: none;
    min-height: 440px;
    padding-inline: 24px;
  }
  .board-heading h2 {
    font-size: 39px;
  }
  .board-top {
    font-size: 10px;
  }
  .orbit {
    height: 210px;
  }
  .ring-one {
    width: 260px;
  }
  .ring-two {
    width: 190px;
    height: 190px;
  }
  .orbit-center {
    width: 104px;
    height: 104px;
  }
  .satellite {
    flex-direction: row;
    padding: 7px 10px;
    gap: 8px;
    font-size: 10px;
  }
  .satellite i {
    border-right: 1px solid #ffffff25;
    padding-right: 8px;
  }
  .sat-business {
    left: -7px;
    top: 28px;
  }
  .sat-ai {
    right: -5px;
    top: 4px;
  }
  .sat-data {
    bottom: 13px;
    left: 5px;
  }
  .sat-eng {
    right: -7px;
    bottom: 38px;
  }
  .orbit-star {
    right: 15px;
    font-size: 62px;
    top: -84px;
  }
  .board-bottom {
    justify-content: space-between;
    font-size: 11px;
    gap: 5px;
  }
  .hero-bottom {
    padding-block: 20px;
  }
  .hero-bottom > div {
    font-size: 9px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .section {
    padding-block: 58px;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    margin-bottom: 29px;
  }
  h2,
  .system-section h2 {
    font-size: 30px;
  }
  .section-head > p {
    max-width: 100%;
    font-size: 14px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit {
    padding: 25px;
  }
  .benefit + .benefit {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .line-icon {
    position: absolute;
    right: 25px;
    top: 22px;
    margin: 0;
    font-size: 35px;
    height: auto;
  }
  .benefit h3 {
    margin-top: 24px;
    font-size: 21px;
  }
  .benefit p {
    font-size: 15px;
  }
  .card-bottom {
    margin-top: 18px;
    padding-top: 13px;
  }
  .agreement {
    flex-direction: column;
    gap: 6px;
    margin-top: 21px;
  }
  .system-section {
    padding-block: 57px;
  }
  .system-stack {
    display: block;
  }
  .system-stack article {
    padding-block: 22px !important;
  }
  .system-stack h3 small {
    display: inline;
    margin-left: 12px;
    font-size: 14px;
  }
  .system-stack article > b {
    display: block;
  }
  .system-stack p {
    font-size: 13px;
  }
  .field-tabs {
    gap: 0;
  }
  .field-tabs button {
    padding: 12px 9px;
    flex: 1;
    font-size: 12px;
    line-height: 1.6;
  }
  .field-panel {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 27px;
  }
  .field-copy h3 {
    font-size: 26px;
  }
  .field-copy > p {
    font-size: 14px;
  }
  .workflow {
    padding: 20px;
    width: 100%;
  }
  .workflow-head {
    font-size: 9px;
    gap: 10px;
  }
  .section-note {
    font-size: 11px;
  }
  .growth-section {
    padding-block: 58px;
  }
  .growth-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .growth-grid article {
    padding: 20px 0 0;
  }
  .growth-grid h3 {
    font-size: 29px;
    margin: 10px 0;
  }
  .growth-grid p {
    font-size: 14px;
    margin: 12px 0 17px;
  }
  .growth-grid article > div {
    display: flex;
    gap: 14px;
    font-size: 12px;
    align-items: center;
    padding-top: 13px;
  }
  .growth-grid article > div span {
    margin: 0;
  }
  .camp-strip {
    gap: 15px;
    margin-top: 32px;
    padding-top: 25px;
  }
  .camp-symbol {
    display: none;
  }
  .camp-strip > div {
    flex-basis: 100%;
  }
  .camp-strip .button {
    margin: 0;
  }
  .camp-strip h3 {
    font-size: 17px;
    line-height: 1.6;
  }
  .people-grid {
    gap: 29px 18px;
  }
  .portrait {
    margin-bottom: 16px;
    aspect-ratio: 0.9;
  }
  .people-grid article > span {
    font-size: 9px;
  }
  .people-grid h3 {
    font-size: 22px;
    margin-top: 9px;
    margin-bottom: 10px;
  }
  .people-grid h3 small {
    display: block;
    margin: 5px 0 0;
  }
  .people-grid p {
    font-size: 13px;
    line-height: 1.8;
  }
  .faq-section {
    display: block;
    padding-bottom: 55px;
  }
  .faq-section > div:first-child {
    margin-bottom: 26px;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .faq-list details {
    padding-block: 17px;
  }
  .faq-list details p {
    font-size: 13px;
  }
  .join-section {
    padding-block: 55px;
  }
  .join-copy {
    display: block;
  }
  .join-copy h2 {
    font-size: 33px;
  }
  .join-steps {
    margin-block: 29px;
  }
  .direct-contact {
    margin-top: 0;
  }
  .join-grid {
    gap: 32px;
  }
  .join-form {
    padding: 24px 20px;
  }
  .form-heading h3 {
    font-size: 20px;
  }
  .form-heading > span {
    font-size: 9px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    padding-block: 29px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
    font-size: 10px;
    padding-block: 22px;
  }
  .button {
    padding: 12px 20px;
    font-size: 14px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

/* ===== 2026 visual system: powder blue + lavender, compact editorial layout ===== */
:root {
  --ink: #27344b;
  --muted: #6d7890;
  --green: #6677e8;
  --lime: #c7b9ff;
  --paper: #f8fbff;
  --line: #dce5f3;
  --dark: #1b2640;
  --blue: #8ec5ff;
  --purple: #b7a5ff;
  --soft-blue: #eef6ff;
  --soft-purple: #f3efff;
  --accent-gradient: linear-gradient(135deg, #a9d9ff 0%, #c7b6ff 100%);
  --dark-gradient: linear-gradient(135deg, #19283f 0%, #30264d 100%);
  --radius: 14px;
}
body {
  background:
    radial-gradient(circle at 15% 0%, #edf7ff 0, transparent 36%),
    radial-gradient(circle at 92% 12%, #f2edff 0, transparent 34%), var(--paper);
  color: var(--ink);
}
.header {
  background: rgba(248, 251, 255, 0.94);
  border-bottom-color: #dce5f3;
}
.brand-symbol {
  background: var(--accent-gradient);
  color: #25314a;
  border-radius: 12px;
}
.nav-wrap nav > a:hover,
.nav-wrap nav > a[aria-current="page"],
.nav-module.active > a {
  color: #6472df;
}
.nav-cta,
.primary {
  background: var(--accent-gradient);
  color: #26324a !important;
  border-color: transparent;
}
.nav-cta:hover,
.primary:hover {
  background: linear-gradient(135deg, #97ccff 0%, #b7a4ff 100%);
}
.button {
  border-radius: 12px;
}
.eyebrow {
  color: #6a76d9;
}
::selection {
  background: #d9d0ff;
  color: #27344b;
}
.hero {
  background:
    radial-gradient(ellipse at 84% 10%, #dceeff 0, transparent 48%),
    radial-gradient(ellipse at 8% 25%, #efe9ff 0, transparent 40%), var(--paper);
}
.highlight {
  color: #6472df;
}
.highlight:after {
  background: #cdbfff;
}
.field-board {
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 28px 28px;
  background: var(--dark-gradient);
}
.orbit-center {
  background: var(--accent-gradient);
  color: #27344b;
  box-shadow: 0 0 50px #a9d9ff25;
}
.orbit-center > span,
.orbit-center small {
  color: #35405a;
}
.satellite i,
.board-bottom strong {
  color: #bcb0ff;
}
.board-heading em {
  color: #bdb0ff;
}
.page-cta,
.portal-grid > a:hover {
  background: linear-gradient(135deg, #eef7ff 0%, #f4efff 100%);
}
.system-section,
.learning-section {
  background: var(--dark-gradient);
}
.system-section .eyebrow,
.learning-grid .eyebrow {
  color: #c7b8ff;
}
.system-stack article > b {
  color: #b8cfff;
  background: #9ac9ff0c;
  border-color: #a9caff35;
}
.field-tabs button[aria-selected="true"] {
  border-color: #7380e8;
  color: #6571dc;
  background: #eff4ff;
}
.field-panel,
.module-mark,
.knowledge-section {
  background: #f0f6ff;
  border-color: #dbe7f5;
}
.module-mark {
  background: linear-gradient(135deg, #edf7ff 0%, #f3efff 100%);
}
.module-mark > span {
  background: #7481e9;
  color: #edf2ff;
}
.module-mark > span:nth-of-type(2) {
  background: #c7b7ff;
  color: #2e3a56;
  border-color: #b4a5ef;
}
.knowledge-filters button[aria-pressed="true"] {
  background: #707de5;
  border-color: #707de5;
}
.module-pair article.club-door,
.arch-dark,
.compare-card-accent {
  background: var(--dark-gradient) !important;
  border-color: transparent !important;
}
.academy-note,
.club-note {
  background: var(--dark-gradient);
}
.salon-section {
  background: var(--dark-gradient);
}
.form-submit {
  background: var(--accent-gradient);
  border-color: transparent;
  color: #293451;
}
.footer {
  background: #f8fbff;
}

/* compactness pass across all pages */
.section {
  padding-block: 66px;
}
.section-head {
  margin-bottom: 30px;
  gap: 32px;
}
.hero-grid {
  padding-block: 62px 46px;
  gap: 48px;
}
.hero-bottom {
  padding-block: 17px;
}
.system-section {
  padding-block: 60px;
}
.module-hero {
  padding-block: 48px 54px;
  gap: 54px;
}
.module-pair {
  margin-bottom: 56px;
}
.module-content {
  padding-top: 0;
}
.knowledge-section {
  padding-block: 56px;
}
.salon-section {
  padding-block: 58px;
}
.share-section {
  gap: 48px;
}
.guide-article {
  padding-block: 36px 56px;
}
.page-cta {
  padding-block: 34px;
}
.footer-top {
  padding-block: 27px;
}
.footer-bottom {
  padding-block: 18px;
}

/* ===== Final refinement: blue-lavender UI, tighter layout, larger readable labels ===== */
:root {
  --paper: #f8fbff;
  --ink: #283550;
  --muted: #66738d;
  --line: #d9e3f1;
  --green: #6172df;
  --lime: #cdbdff;
  --dark: #19253c;
  --blue: #96cfff;
  --purple: #b8a8ff;
  --accent-gradient: linear-gradient(135deg, #a7d8ff 0%, #cbb9ff 100%);
  --dark-gradient: linear-gradient(135deg, #18263e 0%, #30284b 100%);
}
html {
  scroll-padding-top: 98px;
}
body {
  background:
    radial-gradient(circle at 8% 0%, #edf7ff 0, transparent 35%),
    radial-gradient(circle at 94% 5%, #f1edff 0, transparent 34%), var(--paper);
  color: var(--ink);
}
.header {
  background: rgba(248, 251, 255, 0.96);
  border-bottom-color: #d8e2f1;
}
.brand-symbol {
  background: var(--accent-gradient);
  color: #293652;
  border-radius: 12px;
}
.brand small {
  font-size: 11px;
  color: #71809a;
}
.nav-wrap nav {
  gap: 24px;
  font-size: 14px;
}
.nav-wrap nav > a:hover,
.nav-wrap nav > a[aria-current="page"],
.nav-module.active > a {
  color: #5e6ddd;
}
.nav-wrap nav > a:focus-visible {
  border-radius: 9px;
}
.nav-cta {
  padding: 11px 18px;
  background: var(--accent-gradient);
  color: #27334f !important;
  border-radius: 12px;
  border: 1px solid transparent;
  box-shadow: 0 6px 18px rgba(112, 124, 222, 0.16);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}
.nav-cta span {
  padding-left: 8px;
  transition: transform 0.18s ease;
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(112, 124, 222, 0.2);
  filter: saturate(1.04);
}
.nav-cta:hover span {
  transform: translateX(3px);
}
.nav-cta:active {
  transform: translateY(1px) scale(0.97);
  box-shadow: 0 4px 10px rgba(112, 124, 222, 0.16);
}
.primary {
  background: var(--accent-gradient);
  color: #29344e !important;
  box-shadow: 0 10px 22px rgba(102, 119, 223, 0.13);
}
.primary:hover {
  background: linear-gradient(135deg, #97cfff 0%, #baa8ff 100%);
  box-shadow: 0 14px 28px rgba(102, 119, 223, 0.17);
}
.button {
  border-radius: 12px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.button:active {
  transform: translateY(1px) scale(0.975);
}
.join-priority {
  position: relative;
  overflow: hidden;
}
.join-priority:after {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 62%
  );
  transform: translateX(-65%) skewX(-18deg);
  transition: transform 0.55s ease;
}
.join-priority:hover:after {
  transform: translateX(65%) skewX(-18deg);
}
.footer-join {
  font-size: 14px;
  color: #5f6ed7;
  transition:
    transform 0.18s ease,
    color 0.18s ease;
}
.footer-join:hover {
  transform: translateX(3px);
  color: #4f60d1;
}
.skip {
  background: var(--lime);
}
.eyebrow {
  font-size: 12px;
  color: #6273da;
}
.hero {
  background:
    radial-gradient(ellipse at 82% 10%, #dfefff 0, transparent 48%),
    radial-gradient(ellipse at 10% 20%, #f0eaff 0, transparent 38%),
    var(--paper);
}
.compact-home-hero {
  padding-top: 16px;
}
.hero-grid {
  grid-template-columns: 1.12fr 0.88fr;
  gap: 46px;
  padding-block: 56px 42px;
}
.hero h1 {
  font-size: clamp(40px, 4.1vw, 62px);
}
.hero-lead {
  font-size: 20px;
  line-height: 1.75;
}
.hero-intro {
  font-size: 15px;
  line-height: 1.85;
}
.hero-note {
  font-size: 13px;
}
.field-board {
  min-height: 476px;
  border-radius: 16px;
  background: var(--dark-gradient);
  box-shadow: 0 24px 55px rgba(50, 55, 92, 0.14);
  transform: rotate(0.6deg);
  padding: 22px 27px 0;
}
.board-top {
  font-size: 11px;
  color: #b2bdd1;
  padding-bottom: 14px;
}
.board-heading {
  margin-top: 20px;
}
.board-heading > span {
  font-size: 13px;
  color: #b6c1d5;
}
.board-heading h2 {
  font-size: 43px;
  margin-top: 8px;
}
.board-heading em {
  color: #cdbdff;
}
.orbit {
  height: 206px;
  margin-top: 1px;
}
.ring-one {
  width: 272px;
  height: 155px;
}
.ring-two {
  width: 205px;
  height: 205px;
}
.orbit-center {
  width: 112px;
  height: 112px;
  background: var(--accent-gradient);
  color: #2c3854;
}
.orbit-center > span {
  font-size: 12px;
}
.orbit-center strong {
  font-size: 31px;
}
.orbit-center small {
  font-size: 10px;
  color: #46516b;
}
.satellite {
  padding: 7px 10px;
  border-radius: 10px;
  background: #ffffff10;
  border: 1px solid #ffffff17;
  color: #e8ecf6;
  font-size: 11px;
}
.satellite i {
  font-size: 11px;
  color: #c8b9ff;
}
.sat-ai {
  right: 3px;
  top: 4px;
}
.sat-business {
  left: 0;
  top: 33px;
}
.sat-data {
  left: 8px;
  bottom: 5px;
}
.sat-eng {
  right: 3px;
  bottom: 35px;
}
.orbit-star {
  font-size: 52px;
  right: 10px;
  top: -54px;
  color: #cdbdff;
}
.board-bottom {
  font-size: 12px;
  border-top: 1px solid #ffffff1b;
  padding-top: 12px;
}
.board-bottom strong {
  color: #cdbdff;
}
.board-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 11px;
  padding-bottom: 14px;
}
.board-proof span {
  padding: 7px 8px;
  text-align: center;
  border: 1px solid #ffffff16;
  border-radius: 9px;
  background: #ffffff08;
  color: #b8c2d4;
  font-size: 11px;
}
.hero-bottom {
  padding-block: 14px;
  border-top: 1px solid #dce5f1;
}
.hero-bottom p {
  font-size: 13px;
}
.hero-bottom > div {
  font-size: 10px;
}
.section {
  padding-block: 54px;
}
.section-head {
  margin-bottom: 26px;
  gap: 28px;
}
.page-cta {
  padding-block: 30px;
}
.portal-grid > a {
  padding: 24px;
}
.portal-grid h3 {
  margin: 20px 0 12px;
}
.portal-grid p {
  font-size: 14px;
}
.portal-grid b {
  margin-top: 18px;
}
/* Why page */
.benefit-grid {
  border-radius: 15px;
}
.benefit {
  padding: 25px 26px;
}
.number {
  font-size: 12px;
}
.line-icon {
  height: 48px;
  font-size: 38px;
  margin-top: 20px;
}
.benefit h3 {
  font-size: 20px;
  margin-bottom: 11px;
}
.benefit p {
  font-size: 14px;
  line-height: 1.85;
}
.card-bottom {
  margin-top: 18px;
  padding-top: 14px;
  font-size: 12px;
}
.join-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.join-flow > div {
  padding: 15px 16px;
  background: linear-gradient(135deg, #f2f8ff 0%, #f5f0ff 100%);
  border: 1px solid #dce5f2;
  border-radius: 13px;
}
.join-flow span {
  display: block;
  font:
    11px Consolas,
    monospace;
  color: #7581db;
}
.join-flow strong {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
.join-flow small {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 4px;
}
.agreement {
  margin-top: 19px;
}
.agreement p {
  font-size: 13px;
}
.system-section {
  padding-block: 56px;
  background: var(--dark-gradient);
}
.system-grid {
  gap: 54px;
}
.system-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.muted {
  font-size: 14px;
  line-height: 1.9;
}
.system-stack article {
  padding: 19px 0;
}
.system-stack h3 {
  font-size: 18px;
}
.system-stack h3 small {
  font-size: 13px;
}
.system-stack p {
  font-size: 13px;
  line-height: 1.8;
}
/* Growth page */
.growth-section {
  padding-block: 54px;
  background: linear-gradient(135deg, #f3f8ff 0%, #f6f1ff 100%);
}
.growth-principle {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 13px 16px;
  margin-bottom: 18px;
  border: 1px solid #d9e3f1;
  border-radius: 13px;
  background: #ffffffb8;
}
.growth-principle > span {
  font:
    11px Consolas,
    monospace;
  color: #7580da;
}
.growth-principle > strong {
  font-size: 14px;
}
.growth-principle > div {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.growth-principle b {
  font-size: 11px;
  color: #62708c;
  padding: 6px 9px;
  border-radius: 999px;
  background: #edf3ff;
}
.growth-grid {
  gap: 16px;
}
.growth-grid article {
  padding: 20px 20px 0 0;
  border-top: 2px solid #7e8be5;
}
.growth-grid article:nth-child(2) {
  border-color: #8f7fe4;
}
.growth-grid article:nth-child(3) {
  border-color: #7d63cf;
}
.growth-grid h3 {
  font-size: 28px;
  margin: 11px 0 7px;
}
.growth-grid strong {
  font-size: 16px;
}
.growth-grid p {
  font-size: 14px;
  line-height: 1.82;
  margin-block: 12px 15px;
}
.growth-grid article > div {
  font-size: 12px;
  line-height: 1.7;
  padding-top: 11px;
  margin-top: 11px;
}
.growth-grid article > div span {
  font-size: 11px;
  margin-bottom: 3px;
  color: #6f7bdd;
}
.growth-next {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 24px;
  margin-top: 18px;
  padding: 17px 19px;
  border: 1px solid #d9e3f0;
  border-radius: 13px;
  background: #fff;
}
.growth-next span {
  font:
    11px Consolas,
    monospace;
  color: #717ed8;
}
.growth-next strong {
  display: block;
  font-size: 16px;
  margin-top: 8px;
}
.growth-next p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  align-self: center;
}
.camp-strip {
  gap: 18px;
  margin-top: 22px;
  padding-top: 20px;
}
.camp-strip p {
  font-size: 13px;
}
/* Readability + compactness across the site */
.nav-submenu > a > span {
  font-size: 13px;
}
.footer-top nav {
  font-size: 13px;
}
.footer-bottom {
  font-size: 12px;
}
.footer-top {
  padding-block: 22px;
}
.footer-bottom {
  padding-block: 15px;
}
.module-hero {
  padding-block: 40px 44px;
  gap: 42px;
}
.module-pair {
  margin-bottom: 44px;
}
.module-pair article {
  padding: 30px;
}
.knowledge-section {
  padding-block: 46px;
}
.salon-section {
  padding-block: 50px;
}
.share-section {
  gap: 40px;
}
.guide-article {
  padding-block: 30px 50px;
}
.field-tabs button {
  font-size: 14px;
  padding: 12px 19px;
}
.field-panel {
  padding: 30px;
  gap: 34px;
}
.workflow {
  padding: 20px 23px;
}
.tag {
  font-size: 12px;
}
.skill-tags span {
  font-size: 12px;
}
.form-hint,
.form-heading > span,
.form-heading h3 {
  font-size: 13px;
}
.people-grid article > span {
  font-size: 11px;
}
.people-grid p {
  font-size: 14px;
}
.knowledge-list details p {
  font-size: 15px;
}
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-block: 48px 34px;
  }
  .field-board {
    min-height: 460px;
  }
  .join-flow {
    grid-template-columns: 1fr 1fr;
  }
  .growth-principle {
    flex-wrap: wrap;
  }
  .growth-principle > div {
    margin-left: 0;
  }
  .growth-next {
    grid-template-columns: 1fr;
  }
  .module-hero {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .module-pair {
    grid-template-columns: 1fr;
  }
  .portal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .portal-grid > a + a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .portal-grid > a:nth-child(even) {
    border-left: 1px solid var(--line);
  }
}
@media (max-width: 850px) {
  .nav-wrap nav {
    gap: 6px;
  }
  .nav-cta {
    margin-top: 6px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .field-board {
    min-height: 430px;
  }
  .orbit {
    height: 190px;
  }
  .ring-one {
    width: 230px;
    height: 135px;
  }
  .ring-two {
    width: 180px;
    height: 180px;
  }
  .orbit-center {
    width: 94px;
    height: 94px;
  }
  .orbit-center strong {
    font-size: 27px;
  }
  .board-heading h2 {
    font-size: 35px;
  }
  .board-proof {
    margin-top: 8px;
  }
  .section {
    padding-block: 50px;
  }
}
@media (max-width: 600px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 38px 28px;
  }
  .field-board {
    min-height: 0;
    padding: 19px 20px 0;
  }
  .board-heading h2 {
    font-size: 38px;
  }
  .orbit {
    height: 205px;
  }
  .ring-one {
    width: 255px;
  }
  .ring-two {
    width: 190px;
    height: 190px;
  }
  .orbit-center {
    width: 102px;
    height: 102px;
  }
  .satellite {
    font-size: 11px;
  }
  .hero .actions {
    margin-top: 25px;
  }
  .hero-bottom {
    padding-block: 18px;
  }
  .section {
    padding-block: 48px;
  }
  .section-head {
    margin-bottom: 23px;
  }
  .join-flow,
  .growth-principle,
  .growth-next {
    grid-template-columns: 1fr;
  }
  .join-flow {
    display: grid;
  }
  .join-flow > div {
    padding: 14px;
  }
  .growth-principle {
    display: block;
  }
  .growth-principle > div {
    margin-top: 9px;
    flex-wrap: wrap;
  }
  .growth-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .growth-grid article {
    padding-right: 0;
  }
  .portal-grid {
    grid-template-columns: 1fr;
  }
  .portal-grid > a + a,
  .portal-grid > a:nth-child(even) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .footer-top {
    padding-block: 25px;
  }
  .footer-bottom {
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .join-priority:after {
    display: none;
  }
}

/* Readability pass: avoid tiny utility text while keeping the compact layout. */
body {
  font-size: 17px;
}
.nav-wrap nav {
  font-size: 15px;
}
.brand small {
  font-size: 12px;
}
.eyebrow {
  font-size: 13px;
}
.board-top {
  font-size: 12px;
}
.board-heading > span {
  font-size: 14px;
}
.orbit-center > span {
  font-size: 13px;
}
.orbit-center small {
  font-size: 12px;
}
.satellite {
  font-size: 13px;
}
.satellite i {
  font-size: 12px;
}
.board-bottom {
  font-size: 13px;
}
.board-proof span {
  font-size: 12px;
}
.hero-bottom p {
  font-size: 14px;
}
.hero-bottom > div {
  font-size: 12px;
}
.number {
  font-size: 13px;
}
.card-bottom {
  font-size: 13px;
}
.footer-top nav {
  font-size: 14px;
}
.footer-bottom {
  font-size: 13px;
}
.nav-submenu > a > span {
  font-size: 13px;
}
.portal-grid > a > span {
  font-size: 12px;
}
.portal-grid b {
  font-size: 14px;
}
.join-flow span,
.growth-principle > span,
.growth-next span {
  font-size: 12px;
}
.join-flow strong {
  font-size: 15px;
}
.join-flow small {
  font-size: 13px;
}
.form-heading > span,
.form-hint {
  font-size: 14px;
}
.field-tabs button {
  font-size: 15px;
}
.skill-tags span {
  font-size: 13px;
}
.tag {
  font-size: 13px;
}
.section-note {
  font-size: 13px;
}
.module-nav {
  font-size: 14px;
}
.module-mark small {
  font-size: 12px;
}
.academy-note > span,
.club-note > span {
  font-size: 12px;
}
.academy-note a {
  font-size: 14px;
}
.resource-type {
  font-size: 13px;
}
.knowledge-filters button {
  font-size: 15px;
}
.knowledge-category {
  font-size: 13px;
}
.course-output b {
  font-size: 13px;
}
.salon-format {
  font-size: 13px;
}
.salon-topics span {
  font-size: 13px;
}
.matching-flow b {
  font-size: 13px;
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .eyebrow {
    font-size: 12px;
  }
  .nav-wrap nav {
    font-size: 15px;
  }
  .satellite {
    font-size: 12px;
  }
  .satellite i {
    font-size: 12px;
  }
  .board-proof span {
    font-size: 12px;
  }
  .hero-bottom > div {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .field-tabs button {
    font-size: 14px;
  }
}

/* ===== Navigation refinement: home return on inner pages ===== */
.home-return {
  padding-top: 12px;
  display: flex;
  align-items: center;
}
.home-return-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid #d6e1f1;
  border-radius: 10px;
  background: linear-gradient(135deg, #f4faff 0%, #f8f4ff 100%);
  color: #566582;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}
.home-return-link span {
  font-size: 17px;
  line-height: 1;
  transition: transform 0.18s ease;
}
.home-return-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(112, 124, 222, 0.12);
  border-color: #b9c7e8;
  color: #5f6ed7;
}
.home-return-link:hover span {
  transform: translateX(-3px);
}
.home-return-link:active {
  transform: translateY(1px) scale(0.98);
}
@media (max-width: 600px) {
  .home-return {
    padding-top: 9px;
  }
  .home-return-link {
    font-size: 13px;
    padding: 7px 11px;
  }
}

/* Navigation home control: last item on non-home pages */
.nav-home {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid #cfd8ee;
  border-radius: 11px;
  background: linear-gradient(135deg, #f5faff 0%, #fbf7ff 100%);
  color: #586681;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}
.nav-home span {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.18s ease;
}
.nav-home:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 16px rgba(112, 124, 222, 0.12);
  border-color: #b9c7e8;
  color: #5f6ed7;
}
.nav-home:hover span {
  transform: translateX(-3px);
}
.nav-home:active {
  transform: translateY(1px) scale(0.98);
}
@media (max-width: 850px) {
  .nav-wrap nav {
    gap: 6px;
  }
  .nav-home {
    justify-content: center;
    padding: 10px 12px;
  }
  .nav-home span {
    font-size: 17px;
  }
}

/* ===== Jizhi Zhuoyue navigation module hover ===== */
.nav-module {
  border: 1px solid #d4def0;
  border-radius: 12px;
  background: linear-gradient(135deg, #fbfdff 0%, #fbf8ff 100%);
  padding: 1px 4px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.nav-module:hover,
.nav-module:focus-within,
.nav-module.is-open {
  border-color: #b9c9eb;
  box-shadow: 0 7px 18px rgba(110, 123, 218, 0.1);
  background: linear-gradient(135deg, #f6fbff 0%, #f5f0ff 100%);
}
.nav-module > a {
  padding-inline: 8px;
}
.nav-module > button {
  color: #7180a0;
  transition:
    transform 0.18s ease,
    color 0.18s ease;
}
.nav-module:hover > button,
.nav-module:focus-within > button,
.nav-module.is-open > button {
  color: #5e6ddd;
}
.nav-module:hover > button {
  transform: translateY(1px);
}
.nav-module.is-open::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  height: 10px;
  pointer-events: none;
}
.nav-submenu {
  top: calc(100% + 8px);
  left: -1px;
  width: 260px;
  padding: 8px;
  border-radius: 14px;
  border-color: #d2ddef;
  background: rgba(251, 253, 255, 0.98);
  box-shadow: 0 18px 38px rgba(65, 77, 130, 0.13);
}
/* 悬停只负责打开，不负责关闭：保持展开直到点击外部、按 Esc、焦点离开或点击子链接 */
@media (min-width: 851px) {
  .nav-module.is-open .nav-submenu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.nav-submenu > a {
  padding: 13px 14px;
  border-radius: 10px;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.nav-submenu > a:hover {
  background: linear-gradient(135deg, #eef8ff 0%, #f2edff 100%);
  transform: translateX(2px);
}
.nav-submenu > a > span {
  font-size: 13px;
}
@media (max-width: 850px) {
  .nav-module {
    border-radius: 11px;
    padding: 0;
    background: transparent;
  }
  .nav-module:hover,
  .nav-module:focus-within {
    box-shadow: none;
    background: transparent;
  }
  .nav-submenu {
    top: auto;
    left: auto;
    width: 100%;
    border-radius: 12px;
  }
}

/* ===== Brand consistency: favicon + footer use the same blue / lavender system ===== */
.footer {
  background:
    radial-gradient(circle at 8% 20%, rgba(167, 216, 255, 0.24), transparent 34%),
    radial-gradient(circle at 92% 30%, rgba(203, 185, 255, 0.22), transparent 36%),
    #f7faff;
  border-top: 1px solid #d9e5f4;
}
.footer-top {
  border-bottom-color: #d9e3f1;
}
.footer-top nav a {
  color: #65739a;
  transition: color 0.18s ease, transform 0.18s ease;
}
.footer-top nav a:hover {
  color: #5e6ddd;
  transform: translateY(-1px);
}
.footer-top > a:last-child,
.footer-join {
  color: #5e6ddd;
}
.footer-bottom {
  color: #6c7893;
  font-size: 12px;
}
.footer-bottom a {
  color: #6674a0;
  transition: color 0.18s ease;
}
.footer-bottom a:hover {
  color: #5968d8;
}
.footer .brand-symbol {
  background: var(--accent-gradient);
  color: #293652;
  box-shadow: 0 5px 14px rgba(102, 119, 223, 0.12);
}
.footer .brand b {
  color: #5e6ddd;
}
.footer .brand small {
  color: #71809a;
}
