/* Guide-backed solution content only. Shared branding and page layout stay in grounded.css. */
.site-grounded .solution-guide-catalog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-grounded .solution-guide-catalog .theme-group__head h3 {
  margin-bottom: 12px;
}

.site-grounded .solution-guide-catalog .theme-group__head p {
  margin-bottom: 28px;
  color: var(--text);
}

.site-grounded .solution-guide-catalog .theme-list li {
  display: block;
  padding: 0;
}

.site-grounded .solution-guide-catalog .theme-list li > a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  gap: 16px;
  align-items: start;
  min-height: 76px;
  padding: 23px 0;
  color: var(--ink);
  text-decoration: none;
}

.site-grounded .solution-guide-catalog .theme-list strong {
  line-height: 1.65;
  font-size: clamp(.98rem, 1.4vw, 1.18rem);
}

.site-grounded .solution-guide-catalog .theme-list i {
  color: var(--orange);
  font-style: normal;
}

.site-grounded .solution-guide-catalog .theme-list a:hover strong,
.site-grounded .solution-guide-related a:hover {
  color: var(--orange);
}

.site-grounded .solution-guide-catalog a:focus-visible,
.site-grounded .solution-guide-related a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.site-grounded .solution-guide-themes .theme-card {
  min-width: 0;
}

.site-grounded .solution-guide-themes .theme-card h3 {
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: clamp(1.1rem, 1.65vw, 1.5rem);
}

.site-grounded .solution-guide-detail .theme-detail-hero__copy {
  max-width: 100%;
  min-width: 0;
}

.site-grounded .solution-guide-detail .theme-detail-hero h1 {
  max-width: 1050px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.site-grounded .solution-guide-detail .theme-detail-hero__lead {
  max-width: 880px;
}

.site-grounded .solution-guide-detail .theme-detail-summary {
  grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr);
  gap: clamp(32px, 6vw, 88px);
}

.site-grounded .solution-guide-detail .theme-detail-summary + .theme-detail-summary {
  border-top: 0;
}

.site-grounded .solution-guide-detail .theme-detail-summary h2,
.site-grounded .solution-guide-features h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  line-height: 1.5;
}

.site-grounded .solution-guide-copy p,
.site-grounded .solution-guide-feature p,
.site-grounded .solution-guide-introduction p,
.site-grounded .solution-guide-note {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 2;
  overflow-wrap: anywhere;
}

.site-grounded .solution-guide-feature p + p,
.site-grounded .solution-guide-copy .text-link {
  margin-top: 20px;
}

.site-grounded .solution-guide-features {
  display: grid;
  grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr);
  gap: clamp(32px, 6vw, 88px);
}

.site-grounded .solution-guide-feature {
  padding-left: clamp(22px, 3vw, 36px);
  border-left: 2px solid var(--orange);
}

.site-grounded .solution-guide-feature h3,
.site-grounded .solution-guide-introduction h3 {
  margin: 0 0 20px;
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  line-height: 1.65;
}

.site-grounded .solution-guide-feature + .solution-guide-feature {
  margin-top: 40px;
}

.site-grounded .solution-guide-introduction {
  margin-top: 36px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line-strong);
}

.site-grounded .solution-guide-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-block: 1px solid var(--line-strong);
}

.site-grounded .solution-guide-benefits li {
  padding: 32px;
}

.site-grounded .solution-guide-benefits li + li {
  border-left: 1px solid var(--line);
}

.site-grounded .solution-guide-benefits span {
  color: var(--orange);
  font-size: .75rem;
  font-weight: 700;
}

.site-grounded .solution-guide-benefits h3 {
  margin: 24px 0 0;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.7;
}

.site-grounded .solution-guide-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
  margin-top: 32px;
}

.site-grounded .solution-guide-related a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
  font-weight: 600;
}

.site-grounded .solution-guide-related span { color: var(--orange); }
.site-grounded .solution-guide-note { margin-top: 32px; }

@media (max-width: 900px) {
  .site-grounded .solution-guide-catalog,
  .site-grounded .solution-guide-detail .theme-detail-summary,
  .site-grounded .solution-guide-features {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .site-grounded .solution-guide-catalog .theme-list li > a { gap: 12px; }
  .site-grounded .solution-guide-benefits,
  .site-grounded .solution-guide-related { grid-template-columns: minmax(0, 1fr); }
  .site-grounded .solution-guide-benefits li { padding: 24px 0; }
  .site-grounded .solution-guide-benefits li + li {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .site-grounded .solution-guide-benefits h3 { margin-top: 14px; }
  .site-grounded .solution-guide-introduction { padding: 22px; }
}
