/* Homeward Homepage Concept V1 — targeted mobile/readability polish
   Scope: preserve approved content and section order; improve mobile hierarchy, density, and brand consistency. */

:root{
  --forest:#153A2E;
  --ivory:#FAF6EF;
  --sage:#6D7D6A;
  --copper:#B53A2A;
  --gold:#E0A443;
  --char:#333333;
}

/* Lock key action colors to the approved Homeward palette. */
.button-copper{background:var(--copper)!important;border-color:var(--copper)!important;color:#fff!important}
.join-number{border-color:var(--gold)!important;color:var(--gold)!important}

/* Slight readability lift everywhere without changing the desktop composition. */
.circle-icon-grid h3{font-size:1.08rem}
.circle-icon-grid p{font-size:.84rem;line-height:1.58}
.season-explainer>p{font-size:.94rem;line-height:1.6}
.season-path b{font-size:1rem}
.season-path small{font-size:.7rem;line-height:1.4}
.fact strong{font-size:.78rem}
.fact small{font-size:.69rem}
.join-grid h3{font-size:1.24rem}
.join-grid p{font-size:.9rem;line-height:1.55}
.practice-benefit-grid strong{font-size:.8rem}
.research-teaser p{font-size:.8rem}
.research-note{font-size:.78rem;line-height:1.55}

/* Legacy concept header rules remain only as a fallback; the shared V8 shell now owns the live header. */
@media(max-width:980px){
  .site-header{height:auto!important;background:rgba(250,246,239,.93)!important;backdrop-filter:blur(16px);border-bottom:1px solid rgba(21,58,46,.08)!important}
  .header-inner{height:84px!important;width:min(100% - 24px,1180px)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:6px!important;min-width:0}
  .site-header .brand{min-width:0!important;max-width:100%!important;gap:10px!important;overflow:hidden}
  .site-header .brand-mark-img{width:50px!important;height:50px!important;flex:0 0 50px!important;object-fit:contain!important}
  .site-header .brand-copy{min-width:0!important;width:140px!important;overflow:hidden!important;line-height:1!important}
  .site-header .brand-copy strong{display:block!important;width:100%!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:clip!important;font-family:var(--serif)!important;font-size:1.2rem!important;letter-spacing:.145em!important;font-weight:600!important}
  .site-header .brand-copy small{display:block!important;width:max-content!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;font-size:.53rem!important;letter-spacing:.085em!important;margin-top:5px!important;text-align:left!important}
  .header-cta{display:inline-flex!important;flex:0 0 auto!important;margin:0!important;min-height:0!important;padding:10px 14px!important;border-radius:999px!important;background:var(--copper)!important;border-color:var(--copper)!important;color:#fff!important;font-size:.8rem!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 8px 20px rgba(181,58,42,.16)!important}
  .menu-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;padding:0!important;margin:0!important;border:0!important;background:none!important;color:var(--forest)!important;font-size:1.45rem!important;line-height:1!important;cursor:pointer!important}
  .mobile-nav{top:84px!important}
  .mobile-sticky{display:none!important}

  .hero-image-wrap{min-height:0!important;height:auto!important;overflow:hidden}
  .hero-image-wrap img{height:auto!important;min-height:0!important;object-fit:contain!important;object-position:center top!important;width:100%!important}

  .circle-icon-grid{gap:22px 16px}
  .circle-icon-grid h3{font-size:1.18rem;line-height:1.22;margin-bottom:8px}
  .circle-icon-grid p{font-size:.94rem;line-height:1.55}
  .circle-different-note{font-size:.98rem;line-height:1.62}

  .season-card{gap:18px!important}
  .season-intro h2{font-size:2.45rem}
  .season-tagline{font-size:1.3rem}
  .season-explainer>p{font-size:1rem}
  .season-path{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:16px 0!important}
  .season-path>em{display:none!important}
  .season-path>div{display:grid!important;grid-template-columns:auto 1fr!important;column-gap:10px!important;row-gap:2px!important;text-align:left!important;align-items:baseline!important;padding:10px 12px!important}
  .season-path span{display:block!important;font-size:.76rem!important;line-height:1.2!important;margin:0!important;color:var(--copper)!important}
  .season-path b{display:block!important;font-size:1.08rem!important;line-height:1.2!important;margin:0!important}
  .season-path small{grid-column:2!important;font-size:.84rem!important;line-height:1.35!important;margin-top:2px!important}
  .season-reassurance{font-size:.96rem;line-height:1.5}
  .season-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important;padding-top:18px!important}
  .fact{gap:10px!important;align-items:center!important}
  .fact svg{width:34px!important;height:34px!important;flex:0 0 34px}
  .fact strong{font-size:.88rem!important;line-height:1.25!important}
  .fact small{font-size:.78rem!important;line-height:1.3!important}
  .season-availability{font-size:.86rem!important;line-height:1.45!important}

  .join-grid article{display:grid!important;grid-template-columns:auto 1fr!important;column-gap:12px!important;row-gap:7px!important;align-items:center!important;padding:20px 20px!important}
  .join-number{grid-column:1!important;grid-row:1!important;width:32px!important;height:32px!important;font-size:.72rem!important}
  .join-grid h3{grid-column:2!important;grid-row:1!important;margin:0!important;font-size:1.22rem!important;line-height:1.22!important}
  .join-grid p{grid-column:1/-1!important;margin:2px 0 0!important;font-size:.94rem!important;line-height:1.5!important}
  .join-heading{margin-bottom:28px!important}
  .join-actions{margin-top:22px!important}

  .practices-home-grid{gap:26px!important;align-items:start!important}
  .practices-home-copy h2{margin-bottom:12px!important}
  .practices-lead{font-size:1.05rem!important;line-height:1.65!important}
  .practice-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:22px 0!important}
  .practice-benefit-grid>div{display:grid!important;grid-template-columns:34px 1fr!important;align-items:center!important;column-gap:10px!important;min-height:0!important;padding:12px 13px!important}
  .practice-benefit-grid svg{width:30px!important;height:30px!important;margin:0!important}
  .practice-benefit-grid strong{font-size:.9rem!important;line-height:1.35!important}
  .research-teaser{margin:18px 0!important;padding:17px 18px!important}
  .research-teaser p{font-size:.86rem!important;line-height:1.5!important}
  .research-note{font-size:.84rem!important}
  .practice-cta-row{margin:17px 0 0!important;gap:12px!important}
  .practice-collage{margin:0!important;align-self:start!important}
  .tile-a,.tile-d{transform:none!important}
}

@media(max-width:640px){
  .shell{width:min(100% - 34px,1180px)!important}
  .section{padding:62px 0!important}
  .section-tight{padding:48px 0!important}
  .eyebrow{font-size:.78rem!important;line-height:1.3!important}
  h2{font-size:clamp(2.25rem,11vw,3.1rem)!important;line-height:1.03!important}

  .header-inner{width:min(100% - 24px,1180px)!important;gap:6px!important}
  .header-cta{display:inline-flex!important}
  .mobile-nav{top:84px!important}
  .mobile-sticky{display:none!important}

  .hero-image-wrap img{aspect-ratio:16/10!important;object-fit:cover!important;object-position:center 38%!important}

  .circle-icon-grid{grid-template-columns:1fr 1fr!important;gap:24px 14px!important}
  .circle-icon-grid article:last-child{grid-column:1/-1;max-width:240px;margin-inline:auto}
  .circle-icon-grid svg{width:48px!important;height:48px!important;margin-bottom:10px!important}
  .circle-icon-grid h3{font-size:1.12rem!important}
  .circle-icon-grid p{font-size:.92rem!important}

  .season-card{padding:24px 20px!important}
  .season-art img{width:64px!important}
  .season-intro h2{font-size:2.35rem!important}
  .season-tagline{font-size:1.22rem!important}
  .season-explainer>p{font-size:.98rem!important}
  .season-path>div{padding:10px!important}
  .season-path b{font-size:1.04rem!important}
  .season-path small{font-size:.82rem!important}
  .season-facts{grid-template-columns:1fr 1fr!important}
  .fact strong{font-size:.86rem!important}
  .fact small{font-size:.77rem!important}

  .join-grid{gap:10px!important}
  .join-grid article{padding:17px 16px!important}
  .join-grid h3{font-size:1.12rem!important}
  .join-grid p{font-size:.9rem!important}

  .practice-benefit-grid{grid-template-columns:1fr 1fr!important}
  .practice-benefit-grid>div{grid-template-columns:28px 1fr!important;padding:11px!important}
  .practice-benefit-grid svg{width:26px!important;height:26px!important}
  .practice-benefit-grid strong{font-size:.84rem!important}
  .research-number{font-size:2.8rem!important}
  .practice-cta-row{padding-bottom:0!important;margin-bottom:0!important}
  .practice-collage{margin-top:6px!important}
}

@media(max-width:374px){
  .header-inner{width:min(100% - 14px,1180px)!important;gap:4px!important}
  .site-header .brand{gap:7px!important}
  .site-header .brand-mark-img{width:45px!important;height:45px!important;flex-basis:45px!important}
  .site-header .brand-copy{width:126px!important}
  .site-header .brand-copy strong{font-size:1.07rem!important;letter-spacing:.115em!important}
  .site-header .brand-copy small{font-size:.47rem!important;letter-spacing:.075em!important;margin-top:4px!important}
  .header-cta{padding:9px 11px!important;font-size:.74rem!important}
  .menu-button{width:36px!important;height:36px!important;font-size:1.35rem!important}
}
