/* Skillification and Harness content cluster */
.method-page {
  --method-cyan: #4cc9d8;
  --method-blue: #5b8ff9;
  --method-green: #55c889;
  background: #080810;
}

.method-page section {
  padding: 88px 64px;
}

.method-page .method-hero {
  min-height: 78vh;
  padding-top: calc(var(--nav-height) + 56px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.method-hero-inner {
  max-width: 980px;
}

.method-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}

.method-kicker::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--amber);
}

.method-title {
  max-width: 900px;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}

.method-lead {
  max-width: 760px;
  margin-top: 28px;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.7;
  color: rgba(232, 232, 240, 0.76);
}

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

.method-note {
  margin-top: 20px;
  color: rgba(232, 232, 240, 0.48);
  font-size: 0.84rem;
}

.method-section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.method-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0;
  color: #fff;
}

.method-section-head p {
  margin-top: 16px;
  color: rgba(232, 232, 240, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.method-band {
  background: #0d0d18;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

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

.method-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: #10101d;
}

.method-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  border: 1px solid rgba(76, 201, 216, 0.4);
  color: var(--method-cyan);
  font: 600 0.78rem var(--font-body);
}

.method-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
}

.method-card p {
  margin-top: 12px;
  color: rgba(232, 232, 240, 0.64);
  line-height: 1.65;
  font-size: 0.92rem;
}

.method-card ul,
.method-list {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.method-card li,
.method-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(232, 232, 240, 0.74);
  line-height: 1.55;
  font-size: 0.9rem;
}

.method-card li::before,
.method-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 2px;
  background: var(--amber);
}

.skill-chain {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.skill-chain-step {
  position: relative;
  padding: 22px 18px;
  border: 1px solid rgba(91, 143, 249, 0.35);
  border-top: 3px solid var(--method-blue);
  border-radius: 8px;
  background: #10131d;
  min-height: 150px;
}

.skill-chain-step:nth-child(2) { border-top-color: var(--method-cyan); }
.skill-chain-step:nth-child(3) { border-top-color: var(--amber); }
.skill-chain-step:nth-child(4) { border-top-color: var(--coral); }
.skill-chain-step:nth-child(5) { border-top-color: var(--method-green); }
.skill-chain-step:nth-child(6) { border-top-color: var(--violet); }

.skill-chain-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(232, 232, 240, 0.42);
  font-size: 1.35rem;
}

.skill-chain-step span {
  display: block;
  color: rgba(232, 232, 240, 0.45);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.skill-chain-step strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.35;
}

.skill-chain-step p {
  margin-top: 10px;
  color: rgba(232, 232, 240, 0.58);
  font-size: 0.8rem;
  line-height: 1.5;
}

.method-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 64px;
  align-items: start;
}

.method-copy h2,
.method-copy h3 {
  font-family: var(--font-display);
  color: #fff;
  letter-spacing: 0;
}

.method-copy h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1.12; }
.method-copy h3 { margin-top: 32px; font-size: 1.25rem; }
.method-copy p { margin-top: 16px; color: rgba(232,232,240,0.7); line-height: 1.75; }

.method-aside {
  border-left: 3px solid var(--amber);
  padding: 10px 0 10px 28px;
}

.method-aside strong {
  display: block;
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
}

.method-aside p {
  margin-top: 12px;
  color: rgba(232,232,240,0.64);
  line-height: 1.65;
}

.proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(150px, 0.6fr));
  gap: 1px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.09);
}

.proof-strip > div {
  background: #10101d;
  padding: 24px;
}

.proof-strip .proof-main {
  border-left: 3px solid var(--method-green);
}

.proof-strip strong {
  display: block;
  color: #fff;
  line-height: 1.4;
}

.proof-strip span {
  display: block;
  margin-top: 8px;
  color: rgba(232,232,240,0.58);
  font-size: 0.83rem;
  line-height: 1.5;
}

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

.domain-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: #10101d;
}

.domain-card-live { border-color: rgba(85, 200, 137, 0.45); }
.domain-state { color: var(--method-cyan); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
.domain-card-live .domain-state { color: var(--method-green); }
.domain-card h3 { margin-top: 12px; font-family: var(--font-display); color: #fff; font-size: 1.2rem; }
.domain-card p { margin-top: 10px; color: rgba(232,232,240,0.64); line-height: 1.6; }

.domain-hero .method-hero-inner { max-width: 1040px; }

.domain-method {
  border-bottom: 1px solid var(--border);
}

.domain-operating-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.domain-operating-chain article {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  border-top: 3px solid var(--method-blue);
  border-radius: 8px;
  background: #10101d;
}

.domain-operating-chain article:nth-child(2) { border-top-color: var(--amber); }
.domain-operating-chain article:nth-child(3) { border-top-color: var(--method-cyan); }
.domain-operating-chain article:nth-child(4) { border-top-color: var(--method-green); }

.domain-operating-chain article:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
  color: rgba(232,232,240,0.42);
  font-size: 1.25rem;
}

.domain-operating-chain span,
.domain-playbook-grid > div > span {
  display: block;
  color: rgba(232,232,240,0.48);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.domain-operating-chain strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.3;
}

.domain-operating-chain p {
  margin-top: 10px;
  color: rgba(232,232,240,0.62);
  font-size: 0.86rem;
  line-height: 1.55;
}

.domain-playbooks {
  display: grid;
  gap: 20px;
}

.domain-playbook {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: #10101d;
}

.domain-playbook-live {
  border-color: rgba(85, 200, 137, 0.46);
}

.domain-playbook > header {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  padding: 28px 30px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
}

.domain-playbook > header > div {
  max-width: 760px;
}

.domain-playbook h3 {
  margin-top: 9px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.2;
}

.domain-playbook header p {
  margin-top: 9px;
  color: rgba(232,232,240,0.64);
  line-height: 1.6;
}

.domain-playbook header > a {
  flex: 0 0 auto;
  color: var(--method-cyan);
  font-size: 0.86rem;
  font-weight: 600;
}

.domain-playbook-live header > a,
.domain-playbook-live .domain-state {
  color: var(--method-green);
}

.domain-playbook-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.domain-playbook-grid > div {
  min-width: 0;
  padding: 24px 26px 26px;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.domain-playbook-grid > div:last-child {
  border-right: 0;
}

.domain-playbook-grid ul {
  display: grid;
  gap: 9px;
  margin-top: 15px;
  list-style: none;
}

.domain-playbook-grid li {
  position: relative;
  padding-left: 15px;
  color: rgba(232,232,240,0.72);
  font-size: 0.86rem;
  line-height: 1.5;
}

.domain-playbook-grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 2px;
  background: var(--method-cyan);
}

.domain-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0 26px 24px;
}

.domain-links a {
  padding: 7px 10px;
  border: 1px solid rgba(76,201,216,0.24);
  border-radius: 6px;
  color: rgba(232,232,240,0.74);
  background: rgba(76,201,216,0.06);
  font-size: 0.78rem;
}

.domain-links a:hover {
  border-color: rgba(76,201,216,0.52);
  color: #fff;
}

.method-definition {
  max-width: 920px;
  font-family: var(--font-display);
  color: #fff;
  font-size: clamp(1.6rem, 3.1vw, 2.7rem);
  line-height: 1.28;
  letter-spacing: 0;
}

.method-definition em { color: var(--amber); font-style: normal; }

.method-cta {
  text-align: center;
  border-top: 1px solid var(--border);
}

.method-cta h2 {
  max-width: 780px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
  color: #fff;
  letter-spacing: 0;
}

.method-cta p {
  max-width: 640px;
  margin: 18px auto 0;
  color: rgba(232,232,240,0.66);
}

.method-cta .method-actions { justify-content: center; }

@media (max-width: 1080px) {
  .skill-chain { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .skill-chain-step::after { display: none; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .domain-operating-chain { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .domain-operating-chain article::after { display: none; }
  .domain-playbook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .domain-playbook-grid > div:nth-child(2) { border-right: 0; }
  .domain-playbook-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
}

@media (max-width: 800px) {
  .method-page section { padding: 68px 24px; }
  .method-page .method-hero { min-height: auto; padding-top: calc(var(--nav-height) + 52px); padding-bottom: 72px; }
  .method-grid,
  .domain-grid,
  .skill-chain,
  .method-split,
  .proof-strip { grid-template-columns: 1fr; }
  .method-split { gap: 42px; }
  .method-actions .btn { width: 100%; }
  .method-card { padding: 22px; }
  .domain-operating-chain,
  .domain-playbook-grid { grid-template-columns: 1fr; }
  .domain-playbook > header { align-items: start; flex-direction: column; padding: 24px 22px; }
  .domain-playbook-grid > div,
  .domain-playbook-grid > div:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 22px; }
  .domain-playbook-grid > div:last-child { border-bottom: 0; }
  .domain-links { padding: 0 22px 22px; }
}

@media (max-width: 560px) {
  .method-title { font-size: 2.35rem; }
  .method-page section { padding-left: 18px; padding-right: 18px; }
}
