/* Grow guide chapter pages. Builds on strain-page.css, which already carries
   the shell, the breadcrumbs, the footer and the related list. */
.ghero{margin-bottom:1.6rem;}
.gnum{font-family:'DM Mono',monospace;font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);}
.ghero h1{margin-top:.3rem;}
.gsub{font-size:.76rem;color:var(--muted);margin-top:.5rem;}
.gsec{margin-top:1.9rem;}
.gsec h2{font-family:'Bebas Neue',sans-serif;letter-spacing:.14em;font-size:.92rem;color:var(--sage);font-weight:400;margin-bottom:.55rem;}
.gbody{font-size:.93rem;line-height:1.8;color:var(--text);}
.gbody strong{color:var(--cream);font-weight:500;}
.gbody ul,.gbody ol{margin:.6rem 0 .6rem 1.2rem;}
.gbody li{margin-bottom:.3rem;}
.gbody br{content:'';display:block;margin-bottom:.45rem;}
.gnav{display:flex;gap:.6rem;margin-top:2rem;}
.gnav a{flex:1;background:var(--dark);border:1px solid rgba(74,124,53,.22);border-radius:10px;padding:.7rem .85rem;
  font-family:'Playfair Display',serif;font-weight:700;font-size:.85rem;color:var(--cream);text-decoration:none;}
.gnav a:hover{border-color:var(--sage);text-decoration:none;}
.gnav a span{display:block;font-family:'DM Mono',monospace;font-size:.54rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.15rem;font-weight:400;}
.gnav .gnext{text-align:right;}
.gtoc{margin-left:1.1rem;font-size:.86rem;line-height:1.9;}
.gtoc strong{color:var(--gold);font-weight:500;}
