/* ============================================
   Trees to Sea Counseling NW
   intensive.css — page-specific styles for
   /foundations-intensive/
   Loads AFTER style.css. Uses the same tokens.
   ============================================ */

/* ── HERO (program variant) ── */
.hero-intensive { min-height: auto; padding: 9rem 2rem 5rem; }
.hero-intensive .hero-inner { grid-template-columns: 1.15fr 1fr; gap: 4.5rem; align-items: center; }
.program-name {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--terra-light); margin-bottom: 1.25rem;
}
.hero-intensive .hero-sub { max-width: 520px; margin-bottom: 2rem; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2.25rem;
}
.hero-meta span {
  font-size: 0.74rem; font-weight: 300; letter-spacing: 0.04em;
  color: rgba(245,240,235,0.7);
  border: 1px solid rgba(91,179,196,0.28);
  padding: 0.35rem 0.85rem; border-radius: 100px;
}

/* ── QUOTE BAND (differentiator) ── */
.quote-band { background: var(--teal-pale); padding: 4rem 2rem; text-align: center; }
.quote-band .quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 300; font-style: italic;
  line-height: 1.4; color: var(--teal-deep);
  max-width: 700px; margin: 0 auto 1rem;
}
.quote-band .quote-sub {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--terra);
}

/* ── PULL QUOTE ── */
.pull-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem; font-weight: 300; font-style: italic; line-height: 1.6;
  color: var(--ink); padding-left: 2rem; border-left: 2px solid var(--terra);
  max-width: 620px; margin-top: 2.5rem;
}

/* ── FIT CARDS (Is this you?) ── */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 3rem; background: var(--stone); }
.fit-card { background: var(--bg); padding: 2.25rem 2rem; }
.fit-card.no { background: var(--bg-alt); }
.fit-label {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 1.25rem;
}
.fit-card.no .fit-label { color: var(--sand-dark); }
.fit-list { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.fit-list li {
  font-size: 0.88rem; font-weight: 300; color: var(--text-secondary);
  line-height: 1.7; padding-left: 1.6rem; position: relative;
}
.fit-list li::before {
  content: ''; position: absolute; left: 0; top: 0.62rem;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal-light);
}
.fit-card.no .fit-list li::before { background: none; content: '—'; top: 0; color: var(--sand-dark); font-size: 0.8rem; }
.fit-note { font-size: 0.78rem; font-weight: 300; color: var(--text-muted); line-height: 1.7; margin-top: 1.5rem; font-style: italic; }

/* ── STEPS (How it works) ── */
.steps { margin-top: 3rem; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--stone); }
.step { display: grid; grid-template-columns: 76px 1fr; gap: 1.75rem; padding: 2.25rem 0; border-bottom: 1px solid var(--stone); }
.step-num {
  font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300;
  color: var(--terra-pale); line-height: 0.9;
}
.step-tag { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terra); margin-bottom: 0.5rem; }
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 400; color: var(--ink); line-height: 1.3; margin-bottom: 0.35rem; }
.step-sub { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; font-weight: 300; color: var(--teal); margin-bottom: 1rem; }
.step p { font-size: 0.9rem; font-weight: 300; color: var(--text-secondary); line-height: 1.8; }
.step-list { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.9rem; }
.step-list li {
  background: var(--teal-pale); color: var(--teal-deep);
  padding: 0.35rem 0.85rem; border-radius: 2px;
  font-size: 0.78rem; font-weight: 400;
}
.step-time { font-size: 0.76rem; font-weight: 300; color: var(--text-muted); margin-top: 1rem; letter-spacing: 0.02em; }

/* ── TAKEAWAYS ── */
.takeaway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 3rem; background: rgba(184,92,58,0.15); }
.takeaway { background: var(--terra-pale); padding: 2rem 1.75rem; }
.takeaway .tk-num { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 300; color: var(--terra); line-height: 1; margin-bottom: 0.75rem; display: block; }
.takeaway p { font-size: 0.9rem; font-weight: 300; color: var(--ink-mid); line-height: 1.75; }

/* ── GUIDE ── */
.guide-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 4rem; align-items: start; }
.guide-photo { border-radius: 2px; overflow: hidden; aspect-ratio: 3/4; background: var(--bg-alt); }
.guide-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.guide-body p { font-size: 0.9rem; font-weight: 300; color: var(--text-secondary); line-height: 1.85; margin-bottom: 1.15rem; }
.guide-body p:last-of-type { margin-bottom: 1.75rem; }
.guide-link { font-size: 0.78rem; font-weight: 400; letter-spacing: 0.06em; color: var(--teal); text-decoration: none; border-bottom: 1px solid rgba(42,123,140,0.3); padding-bottom: 2px; transition: all 0.2s; }
.guide-link:hover { color: var(--teal-deep); border-color: var(--teal-deep); }

/* ── PRICING ── */
.pricing { background: var(--teal-deep); border-radius: 2px; padding: 3rem 2.5rem; max-width: 520px; margin: 3rem auto 0; text-align: center; color: var(--cream); }
.pricing .price { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 300; color: #F5F0EB; line-height: 1; margin-bottom: 0.35rem; }
.pricing .price-note { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terra-light); margin-bottom: 2rem; }
.pricing-list { list-style: none; text-align: left; display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2.25rem; border-top: 1px solid rgba(91,179,196,0.2); padding-top: 1.75rem; }
.pricing-list li { font-size: 0.88rem; font-weight: 300; color: rgba(245,240,235,0.8); display: flex; align-items: center; gap: 0.85rem; }
.pricing-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--terra-light); flex-shrink: 0; }
.pricing .btn-primary { width: 100%; }
.pay-note { font-size: 0.78rem; font-weight: 300; color: var(--text-muted); line-height: 1.8; max-width: 620px; margin: 2rem auto 0; text-align: center; }

/* ── CONTACT ── */
.intensive-form { display: flex; flex-direction: column; gap: 1rem; max-width: 560px; margin: 2.5rem auto 0; text-align: left; }
.intensive-form input,
.intensive-form select,
.intensive-form textarea {
  width: 100%; padding: 0.85rem 1rem;
  border: 1px solid var(--stone); border-radius: 2px;
  font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 300;
  color: var(--ink); background: white; outline: none; transition: border-color 0.2s;
}
.intensive-form input:focus,
.intensive-form select:focus,
.intensive-form textarea:focus { border-color: var(--teal-mid); }
.intensive-form textarea { resize: vertical; min-height: 110px; }
.alt-contact { font-size: 0.85rem; font-weight: 300; color: var(--text-secondary); margin-top: 1.75rem; line-height: 1.9; }
.alt-contact a { color: var(--teal); text-decoration: none; border-bottom: 1px solid rgba(42,123,140,0.3); }
.alt-contact a:hover { color: var(--teal-deep); }

/* ── CRISIS NOTE ── */
.crisis-note {
  background: var(--bg-alt); border-left: 2px solid var(--terra);
  padding: 1.25rem 1.5rem; max-width: 620px; margin: 2.5rem auto 0;
  font-size: 0.8rem; font-weight: 300; color: var(--text-secondary); line-height: 1.75; text-align: left;
}
.crisis-note strong { font-weight: 500; color: var(--ink); }

/* ── MOBILE ── */
@media (max-width: 900px) {
  .guide-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .guide-photo { max-width: 320px; }
}
@media (max-width: 768px) {
  .hero-intensive { padding: 7rem 1.25rem 3.5rem; }
  .hero-intensive .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .fit-grid,
  .takeaway-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; gap: 0.75rem; }
  .step-num { font-size: 2.2rem; }
  .quote-band { padding: 3rem 1.25rem; }
  .pricing { padding: 2.25rem 1.5rem; }
  .pull-quote { padding-left: 1.25rem; font-size: 1.2rem; }
}
