/* God's Healing Program — front-end styles (scoped under .ghp) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');

.ghp{
  --bg:#EEF1EA;--panel:#F7F8F3;--ink:#1B2A22;--soft:#4A574E;
  --line:#D3D9CC;--health:#2E6B4F;--injury:#B4472F;--gold:#B8862E;--goldSoft:#E6D3A3;
  color:var(--ink);font-family:'Inter',system-ui,sans-serif;line-height:1.6;
}
.ghp *{box-sizing:border-box}
.ghp .ghp-wrap{max-width:1080px;margin:0 auto;padding:8px 4px 40px}
.ghp .ghp-display{font-family:'Fraunces',Georgia,serif;line-height:1.06;letter-spacing:-.01em}
.ghp .ghp-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:600}
.ghp .ghp-soft{color:var(--soft)} .ghp .ghp-small{font-size:13px}
.ghp .ghp-h2{font-size:clamp(24px,4vw,32px);margin:6px 0 0}
.ghp .ghp-h3{font-size:22px}
.ghp .ghp-mt{margin-top:42px}
.ghp .ghp-page-title{font-size:clamp(30px,5vw,48px);font-weight:500;margin:8px 0 4px}
.ghp a{color:inherit;text-decoration:none}

/* cards */
.ghp .ghp-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:24px}
.ghp .ghp-cond-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}
.ghp .ghp-cond-card{display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .5s}
.ghp .ghp-cond-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -20px rgba(27,42,34,.35)}
.ghp .ghp-cond-card .ghp-display{font-size:22px;margin:10px 0 4px}
.ghp .ghp-aka{font-size:12.5px;color:var(--health);font-weight:600;margin:0 0 12px}
.ghp .ghp-aka.ghp-big{font-size:15px;margin-bottom:18px}
.ghp .ghp-oneliner{font-size:14.5px;color:var(--soft);margin:0;flex:1}
.ghp .ghp-card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:18px}
.ghp .ghp-go{color:var(--health);font-weight:600;font-size:14px}

/* detail */
.ghp .ghp-back{display:inline-flex;gap:7px;color:var(--soft);font-size:14px;font-weight:500;margin-bottom:22px}
.ghp .ghp-healthy-box{display:flex;gap:12px;align-items:flex-start;background:#E7F0EA;border:1px solid #CFE0D4;border-radius:16px;padding:20px 22px;margin:18px 0 30px}
.ghp .ghp-cause-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}
.ghp .ghp-cause-top{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.ghp .ghp-cause-ic{width:30px;height:30px;border-radius:9px;background:#F3E2DC;display:grid;place-items:center;flex:0 0 auto}
.ghp .ghp-correction{background:var(--ink);border-radius:22px;padding:34px 30px;margin-top:40px;color:#E9F1EC}
.ghp .ghp-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.ghp .ghp-law-chip{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.09);border-radius:11px;padding:10px 14px;color:#fff;font-size:13.5px;font-weight:500}
.ghp .ghp-law-chip:hover{background:rgba(255,255,255,.18)}
.ghp .ghp-treat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:6px}
.ghp .ghp-treat-col ul{margin:8px 0 0;padding-left:18px}
.ghp .ghp-treat-col li{font-size:14px;color:var(--soft);margin-bottom:8px}
.ghp .ghp-treat-h{font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0}

/* scripture */
.ghp .ghp-scripture{background:#FBF6E9;border:1px solid var(--goldSoft);border-radius:16px;padding:26px 28px;margin-top:30px}
.ghp .ghp-s-text{font-family:'Fraunces',serif;font-size:21px;color:#5C4718;margin:10px 0 0}
.ghp .ghp-s-ref{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:600;margin:14px 0 0}

/* laws + hydro */
.ghp .ghp-law-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.ghp .ghp-law-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.ghp .ghp-law-mark{width:44px;height:44px;border-radius:12px;background:var(--health);display:grid;place-items:center;flex:0 0 auto}
.ghp .ghp-law-card .ghp-display{font-size:21px;margin:2px 0 0}
.ghp .ghp-hydro-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.ghp .ghp-hydro-drop{width:40px;height:40px;border-radius:11px;background:#E7F0EA;display:grid;place-items:center;margin-bottom:12px}
.ghp .ghp-hydro-card .ghp-display{font-size:19px;margin:0 0 6px}
.ghp .ghp-hydro-note{margin-top:20px;background:#FBF6E9;border-color:var(--goldSoft)}

/* disclaimer */
.ghp .ghp-disclaimer-card{margin-top:34px;border-top:1px dashed var(--line);padding-top:16px}
.ghp .ghp-disclaimer-card p{font-size:12.5px;color:var(--soft);max-width:820px}

/* progression track */
.ghp .ghp-track{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:28px 26px 30px}
.ghp .ghp-track-head{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px}
.ghp .ghp-badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:99px}
.ghp .ghp-badge b{width:7px;height:7px;border-radius:99px;display:inline-block}
.ghp .ghp-track-fig{margin-top:20px;border-radius:16px;overflow:hidden;background:linear-gradient(160deg,#fbfdf9,#eef3ec);border:1px solid var(--line)}
.ghp .ghp-track-fig svg{width:100%;display:block}
.ghp input[type=range].ghp-slider{-webkit-appearance:none;appearance:none;width:100%;height:5px;border-radius:99px;outline:none;margin-top:24px}
.ghp input[type=range].ghp-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:26px;height:26px;border-radius:50%;background:#fff;border:3px solid var(--ink);cursor:pointer;box-shadow:0 2px 8px rgba(27,42,34,.3)}
.ghp input[type=range].ghp-slider::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:#fff;border:3px solid var(--ink);cursor:pointer}
.ghp .ghp-ticks{display:flex;justify-content:space-between;margin-top:10px}
.ghp .ghp-tick{flex:1;text-align:center;background:none;border:none;cursor:pointer;padding:0 2px;color:var(--soft);font-family:inherit}
.ghp .ghp-tick .ghp-dot{display:block;width:9px;height:9px;border-radius:99px;margin:0 auto 6px}
.ghp .ghp-tick .ghp-lbl{font-size:10.5px;line-height:1.15;display:block}
.ghp .ghp-tick.on{color:var(--ink)} .ghp .ghp-tick.on .ghp-lbl{font-weight:600}
.ghp .ghp-stage-wrap{margin-top:24px;display:flex;gap:20px;flex-wrap:wrap}
.ghp .ghp-stage-main{flex:1 1 320px}
.ghp .ghp-stage-main .ghp-display{font-size:20px;margin:8px 0 0}
.ghp .ghp-stage-act{flex:0 0 220px;min-width:200px}
.ghp .ghp-remove-btn{width:100%;padding:14px 16px;border-radius:12px;border:none;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;background:var(--ink);color:#fff;transition:all .3s;font-family:inherit}
.ghp .ghp-remove-btn.on{background:#E4EEE7;color:var(--health)}
.ghp .ghp-act-note{font-size:12px;color:var(--soft);margin-top:10px;text-align:center}

/* reveal + motion */
.ghp .ghp-reveal{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}
.ghp .ghp-reveal.in{opacity:1;transform:none}
@keyframes ghpBreathe{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.ghp .ghp-breathe{animation:ghpBreathe 4.5s ease-in-out infinite;transform-origin:center}
@media (prefers-reduced-motion:reduce){
  .ghp .ghp-reveal{opacity:1!important;transform:none!important;transition:none}
  .ghp .ghp-breathe{animation:none!important}
}
@media (max-width:760px){ .ghp .ghp-stage-act{flex:1 1 100%} }
