/* Sri Ganesh Fertility Center — inner-page styles */

.phero{
  padding: clamp(140px, 16vw, 200px) 0 clamp(48px, 6vw, 80px);
  background: var(--cream);
  position: relative;
  border-bottom: 1px solid var(--line-soft);
}
.phero__inner{ max-width: 920px; }
.phero h1{ font-size: clamp(40px, 6vw, 80px); margin: 16px 0 24px; font-weight: 300; }
.phero h1 em{ color: var(--blush-deep); font-style: italic; }
.phero__lede{ font-size: clamp(18px, 1.5vw, 22px); color: var(--ink-soft); max-width: 60ch; line-height: 1.55; }
.phero__crumb{
  font-family: var(--mono); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--mute);
  display: flex; gap: 12px; align-items: center;
}
.phero__crumb a{ color: var(--blush-deep); }
.phero__crumb::after{ content:""; flex: 1; height: 1px; background: var(--line); max-width: 120px; }

.tx-deep{ padding: clamp(60px, 8vw, 120px) 0; background: var(--cream-soft); }
.tx-deep__item{
  display: grid; grid-template-columns: 14% 1fr 1.4fr;
  gap: clamp(20px, 3vw, 56px);
  padding: clamp(40px, 5vw, 72px) 0;
  border-top: 1px solid var(--line); align-items: start;
}
.tx-deep__item:last-child{ border-bottom: 1px solid var(--line); }
.tx-deep__n{ font-family: var(--serif); font-size: clamp(36px, 4vw, 56px); color: var(--blush-deep); line-height: 1; font-weight: 300; }
.tx-deep__head h2{ font-size: clamp(26px, 3vw, 38px); margin-bottom: 12px; }
.tx-deep__meta{ margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line-soft); display: grid; gap: 14px; }
.tx-deep__tag{ font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--blush-deep); }
@media (max-width: 760px){
  .tx-deep__item{ grid-template-columns: 1fr; gap: 12px; }
}
