/* Confidence & Self-Trust — page-specific styles.
   Artwork hooks and composition tweaks only.
============================================================ */

.s-hero--confidence-system {
  --hero-title-measure: 18ch;
}

.s-hero--confidence-system .s-hero__inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.88fr);
}

.s-hero--confidence-system .s-hero__copy {
  max-width: 60ch;
}

/* Recognition section */
.confidence-note {
  max-width: 980px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}

.confidence-note p strong {
  color: var(--brand-gold);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1rem + 0.7vw, 1.85rem);
  font-weight: 400;
  line-height: 1.18;
}

/* Dark reflective section */
.confidence-reflection {
  --reflection-min: 18rem;
  --reflection-width: 1060px;
}

.confidence-philosophy {
  max-width: 980px;
  margin: clamp(2.5rem, 5vw, 4.25rem) auto 0;
}

.confidence-philosophy p {
  margin: 0;
}

.confidence-philosophy p + p {
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid rgba(170, 122, 45, 0.24);
}

/* Support process */
.confidence-support-copy {
  color: var(--section-muted);
  font-size: clamp(1rem, 0.97rem + 0.18vw, 1.12rem);
  line-height: 1.76;
}

.confidence-support-copy > p {
  margin: 0;
  color: var(--section-muted);
}

.confidence-methods-panel {
  margin-block: var(--space-4);
}

.confidence-methods-panel p {
  margin: 0;
}

.confidence-methods-panel strong {
  color: var(--section-accent);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 1.15rem + 0.9vw, 2.1rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.16;
}

/* Entry points */
.confidence-entry-grid {
  margin-top: clamp(3rem, 5.5vw, 4.75rem);
}

@media (max-width: 760px) {
  .s-hero--confidence-system .s-hero__inner {
    grid-template-columns: 1fr;
  }
}


/* Phase 2.7 Confidence simplification */

/* Recognition should feel integrated with the page, not like a separate UI card. */
#outside-title {
  max-width: 16ch;
}

.confidence-note {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

/* Simpler reflection items: no stagger, no decorative dividers. */
.confidence-reflection {
  --reflection-min: 19rem;
  --reflection-width: 1040px;
}

/* Starting-point cards: regular grid, no staggered middle cards. */
.confidence-entry-grid .c-entry-card:nth-child(even) {
  transform: none;
}

/* Unified CTA: same structure as other service pages. */
.s-service-cta .s-cta__copy {
  margin-inline: 0;
}

.s-service-cta .s-cta__meta {
  color: var(--section-muted);
}


/* Phase 2.8 copy expansion refinements */

.confidence-pattern-row .c-pattern-card h3 {
  max-width: 16ch;
}

.confidence-neuro-note {
  max-width: 980px;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
}

.confidence-neuro-note h3 {
  max-width: 24ch;
}

.confidence-neuro-note p {
  max-width: 74ch;
}
