[hidden] { display: none !important; }
.journey-main { padding: 152px 0 90px; min-height: 75vh; }
.journey-intro { max-width: 780px; margin-bottom: 64px; }
.journey-intro h1 { font-size: clamp(38px, 5vw, 64px); margin: 16px 0 24px; }
.journey-intro h1 em { color: var(--terracotta-text); }
.journey-intro p, .journey-panel > p { margin: 18px 0; }
.journey-group { margin-top: 48px; }
.journey-group > h2 { font-size: 30px; margin-bottom: 24px; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.treatment-card { display: flex; flex-direction: column; background: white; border: 1px solid #e6ddd5; border-radius: 24px; padding: 30px; min-height: 210px; transition: box-shadow .2s; }
.treatment-card:hover { box-shadow: var(--shadow-hover); }
.treatment-card h3 { font-size: 28px; margin: 18px 0 30px; overflow-wrap: anywhere; }
.card-action { margin-top: auto; color: var(--forest); font-size: 14px; font-weight: 600; }
.journey-narrow { max-width: 850px; }
.journey-back { display: inline-block; color: var(--forest); text-decoration: underline; text-underline-offset: 4px; margin-bottom: 24px; }
.journey-panel { background: white; border: 1px solid #e6ddd5; border-radius: 24px; padding: 44px; }
.journey-panel h1 { font-size: clamp(32px, 4vw, 48px); margin-top: 16px; overflow-wrap: anywhere; }
.journey-steps { list-style: none; counter-reset: journey; margin: 30px 0; }
.journey-steps li { counter-increment: journey; display: grid; grid-template-columns: 36px 1fr; gap: 0 14px; margin: 22px 0; }
.journey-steps li::before { content: counter(journey); grid-row: span 2; border-radius: 50%; background: var(--sand); width: 36px; height: 36px; display: grid; place-items: center; color: var(--forest); }
.journey-steps span { color: var(--text-muted); font-size: 14px; }
.journey-fine { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-top: 20px; }
.journey-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.journey-actions .journey-back { margin: 0; }
@media(max-width: 800px) { .treatment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width: 540px) { .journey-main { padding-top: 115px; } .treatment-grid { grid-template-columns: 1fr; } .journey-panel { padding: 24px 20px; } .journey-panel .btn { width: 100%; white-space: normal; text-align: center; } .journey-intro { margin-bottom: 38px; } }

.care-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.treatment-card>p{margin-bottom:24px}.care-path-grid .card-action{padding-top:12px}@media(max-width:540px){.care-path-grid{grid-template-columns:1fr}}

.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--terracotta-text); }
@media(max-width:540px) { .journey-intro h1 br { display:none; } }

/* Peptide guide: explanation first, clinician checklist preserved. */
.peptide-guide .journey-intro { margin-bottom: 38px; }
.peptide-guide h2 { font-size: clamp(26px, 3vw, 34px); line-height: 1.25; }
.peptide-guide .peptide-reading { max-width: 800px; }
.peptide-guide .peptide-reading p, .peptide-basics p { margin-top: 18px; }
.peptide-basics { display: grid; grid-template-columns: 1.5fr 1fr; gap: 42px; align-items: center; }
.peptide-structure { background: var(--sand); padding: 38px 20px; border-radius: 18px; text-align: center; margin: 0; }
.peptide-beads { display: flex; justify-content: center; align-items: center; margin: 8px 0 28px; }
.peptide-beads span { width: 32px; height: 32px; border: 2px solid var(--forest); border-radius: 50%; background: #d2dfd7; position: relative; flex-shrink: 0; }
.peptide-beads span + span { margin-left: 10px; }
.peptide-beads span + span::before { content: ''; width: 12px; height: 2px; background: var(--forest); position: absolute; right: 100%; top: 13px; }
.peptide-beads span:nth-child(even) { background: #e8d4c8; }
.peptide-structure figcaption { font-size: 14px; line-height: 1.7; }
.peptide-structure small { display: block; margin-top: 12px; color: var(--text-muted); font-size: 12px; }
.peptide-examples { margin-top: 28px; }
.peptide-examples h3 { margin: 4px 0 18px; }
.peptide-examples .journey-fine { margin-top: auto; margin-bottom: 0; }
.peptide-nad, .peptide-questions { margin-top: 48px; }
.peptide-nad > p { max-width: 800px; }
.peptide-examples .treatment-card:hover { box-shadow: none; }
.peptide-questions { scroll-margin-top: 112px; }
.peptide-sources h2 { font-size: 24px; }
.peptide-sources ul { padding-left: 20px; }
.peptide-sources li { margin: 12px 0; }
.peptide-sources a { color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:800px) { .peptide-basics { grid-template-columns: 1fr; gap: 28px; } }
@media(max-width:540px) { .peptide-guide .treatment-card { padding: 24px 20px; } .peptide-structure { padding: 28px 16px; } }
