/* ===================================================
   Lean Counsel — Studio Page Styles
   =================================================== */

/* --- Why Studio --- */
.why-studio {
  background: var(--paper);
  padding: 100px 0;
}

.why-studio__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 48px;
  max-width: 680px;
}

.why-studio__grid {
  display: grid;
  gap: 48px;
}

.why-studio__problem p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
}

.why-studio__answer-item {
  padding-left: 0;
  margin-bottom: 28px;
}

.why-studio__answer-item:last-child {
  margin-bottom: 0;
}

.why-studio__answer-rule {
  width: 24px;
  height: 2px;
  background: var(--accent);
  margin-bottom: 12px;
}

.why-studio__answer-item p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
}

/* --- Services --- */
.services {
  background: var(--paper);
  padding: 100px 0;
  border-top: 1px solid var(--rule);
}

.services__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 48px;
  max-width: 600px;
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

/* --- Products --- */
.products {
  background: var(--accent-light);
  padding: 100px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.products__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 48px;
  max-width: 520px;
}

.products__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

.products__cta-strip {
  border-top: 1px solid var(--rule);
  padding-top: 36px;
  text-align: center;
}

.products__cta-text {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 12px;
}

.products__cta-link {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
  transition: all 0.2s ease;
}

.products__cta-link:hover {
  text-decoration: underline;
}

/* --- AI Tools --- */
.ai-tools {
  background: var(--dark);
  padding: 100px 0;
}

.ai-tools__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: var(--paper);
  margin-bottom: 16px;
}

.ai-tools__sub {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--dim);
  max-width: 620px;
  margin-bottom: 48px;
}

.ai-tools__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.tool-tile {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
  transition: all 0.2s ease;
}

.tool-tile:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--accent);
}

.tool-tile--advisory {
  border: 1px dashed var(--rule);
  background: rgba(255, 255, 255, 0.02);
}

.tool-tile--advisory:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--rule);
}

.tool-tile__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tool-tile__code {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
}

.tool-tile__pill {
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 2px 8px;
  border-radius: 2px;
}

.tool-tile__pill--advisory {
  color: var(--dim);
  border-color: var(--rule);
}

.tool-tile__name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  color: var(--paper);
  margin-bottom: 6px;
}

.tool-tile__description {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--dim);
  line-height: 1.5;
}

.ai-tools__cta {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  transition: all 0.2s ease;
}

.ai-tools__cta:hover {
  text-decoration: underline;
}

/* --- Assessment --- */
.assessment {
  background: var(--accent-light);
  padding: 80px 0;
  border-top: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  text-align: center;
}

.assessment__inner {
  max-width: 720px;
  margin: 0 auto;
}

.assessment__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 24px;
}

.assessment__body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 28px;
  text-align: left;
}

.assessment__domains {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--dim);
  line-height: 2;
  margin-bottom: 28px;
}

.assessment__pricing {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--accent);
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}

/* --- Studio Ecosystem Section --- */
.ecosystem {
  background: var(--dark);
  padding: 100px 0;
}

.ecosystem__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: var(--paper);
  margin-bottom: 48px;
}

.ecosystem__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.ecosystem__note {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--dim);
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ===================================================
   TABLET — 768px
   =================================================== */
@media (min-width: 768px) {
  .why-studio {
    padding: 120px 0;
  }

  .why-studio__headline {
    font-size: 36px;
  }

  .why-studio__grid {
    grid-template-columns: 55fr 45fr;
    gap: 64px;
  }

  .services {
    padding: 120px 0;
  }

  .services__headline {
    font-size: 36px;
  }

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

  .products {
    padding: 120px 0;
  }

  .products__headline {
    font-size: 36px;
  }

  .ai-tools {
    padding: 120px 0;
  }

  .ai-tools__headline {
    font-size: 36px;
  }

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

  .assessment {
    padding: 100px 0;
  }

  .assessment__headline {
    font-size: 36px;
  }

  .ecosystem {
    padding: 120px 0;
  }

  .ecosystem__headline {
    font-size: 36px;
  }

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

/* ===================================================
   DESKTOP — 1200px
   =================================================== */
@media (min-width: 1200px) {
  .why-studio__headline {
    font-size: 44px;
  }

  .services__headline {
    font-size: 44px;
  }

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

  .products__headline {
    font-size: 44px;
  }

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

  .ai-tools__headline {
    font-size: 44px;
  }

  .assessment__headline {
    font-size: 44px;
  }

  .ecosystem__headline {
    font-size: 44px;
  }

  .ecosystem__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
