.home-welcome { padding: 1px 2px 3px; }
.home-welcome .title { max-width: 22rem; }
.hero { min-height: 224px; padding: 22px 146px 20px 22px; }
.hero .eyebrow { font-size: .61rem; }
.hero .button { min-width: 154px; margin-top: 17px; }
.home-session-note { max-width: 150px; margin: 9px 0 0; color: #c6b98f; font-size: .72rem; line-height: 1.35; }

.home-summary { padding: 17px; }
.home-summary-head { align-items: end; }
.home-summary-head h3 { margin: 3px 0 0; }
.home-summary-head > b { color: var(--gold-2); font-size: 1.35rem; line-height: 1; }
.home-summary-head > b small { color: #c7c9c4; font-size: .7rem; }
.home-summary-progress { display: grid; gap: 7px; margin: 15px 0; }
.home-summary-progress > div:first-child { display: flex; justify-content: space-between; gap: 12px; color: #dde0dc; font-size: .75rem; }
.home-summary-progress > div:first-child span:last-child { color: var(--gold-2); font-weight: 750; }
.summary-track { height: 7px; overflow: hidden; border-radius: 999px; background: #292d2b; }
.summary-track i { display: block; height: 100%; min-width: 0; border-radius: inherit; background: linear-gradient(90deg, #ffcf62, #c98a15); box-shadow: 0 0 11px #e8af3288; transition: width .25s ease; }
.home-summary-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.home-summary-stats > div { min-width: 0; padding: 11px; border: 1px solid #303937; border-radius: 11px; background: #0b0e0e; }
.home-summary-stats small { display: block; color: #c1c6bf; font-size: .71rem; }
.home-summary-stats b { display: block; margin-top: 5px; overflow-wrap: anywhere; color: var(--gold-2); font-size: 1rem; line-height: 1.15; }
.home-summary .footer-note { margin-bottom: 0; color: #aeb5ae; font-size: .68rem; }
.home-phase { border-color: #75591d; }
.home-phase .row { display: grid; grid-template-columns: minmax(0, 1fr); gap: 7px; align-items: start; }
.home-phase .phase-status { justify-self: start; }
.home-phase h3 { margin: 3px 0 0; }
.home-phase .muted { margin-top: 14px; color: #d2d6d0; font-size: .96rem; }
.phase-status { padding: 5px 8px; border: 1px solid #635020; border-radius: 999px; color: #edc25b; font-size: .64rem; font-weight: 750; }
.home-phase .footer-note { color: #afb6af; }
.home-phase .trend-review-link { margin-top: 11px; border: 1px solid #76591b; border-radius: 9px; background: #1b160b; text-decoration: none; }

.home-training-figure {
  position: absolute;
  z-index: 1;
  right: 4px;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 137px;
  height: 178px;
  color: #ce992a;
  opacity: .92;
  filter: drop-shadow(0 0 12px #e8af3244);
}
.home-training-figure svg { width: 100%; height: 100%; }
.home-training-figure .body-outline { fill: none; stroke: #b28b38; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; opacity: .8; }
.home-training-figure .muscle-map { stroke: #f3bd44; stroke-width: .8; }
.home-training-figure .muscle-map path { fill: transparent; transition: fill .2s; }
.home-training-figure .muscle-map.is-leg .lower,
.home-training-figure .muscle-map.is-torso .upper { fill: #d99d2452; stroke: #f3bd44; }
.home-training-figure > span { position: absolute; bottom: 0; left: 50%; width: 120px; transform: translateX(-50%); color: #f3bd44; font-size: .56rem; font-weight: 850; letter-spacing: .12em; text-align: center; }
.home-training-figure > span small { display: block; margin-top: 3px; color: #c0b08b; font-size: .47rem; letter-spacing: 0; white-space: nowrap; }

.home-state { padding: 15px; }
.home-state .row { align-items: end; }
.home-state h3 { margin: 3px 0 0; }
.home-state .eyebrow { font-size: .57rem; }
.state-soon { max-width: 144px; color: var(--muted); font-size: .62rem; line-height: 1.25; text-align: right; }
.home-state-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 8px; margin-top: 12px; }
.home-state-grid > div { display: grid; grid-template-columns: 33px minmax(0, 1fr); grid-template-rows: 27px 31px; column-gap: 8px; align-content: center; align-items: center; min-width: 0; min-height: 76px; padding: 9px 10px; border: 1px solid #3d4743; border-radius: 10px; background: linear-gradient(145deg, #151a18, #0b0e0e); }
.state-symbol { display: grid; grid-column: 1; grid-row: 2; place-items: center; width: 33px; height: 31px; color: var(--gold-2); filter: drop-shadow(0 0 6px #e8af3266); }
.state-symbol svg { width: 31px; height: 31px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }
.home-state-grid > div:first-child .state-symbol svg { fill: currentColor; stroke-width: .55; }
.home-state-grid small { grid-column: 1 / -1; grid-row: 1; align-self: start; min-width: 0; margin-top: 3px; padding: 0; color: #f7f8f4; font-size: .9rem; font-weight: 800; line-height: 1; text-align: center; white-space: nowrap; }
.home-state-grid b { grid-column: 2; grid-row: 2; align-self: center; color: #f9f9f4; font-size: 1.36rem; font-weight: 800; line-height: 1; }
.home-state-grid b em { margin-left: 2px; color: #c6cbc4; font-size: .62em; font-style: normal; font-weight: 700; }

@media (max-width: 410px) {
  .hero { min-height: 212px; padding: 20px 119px 18px 18px; }
  .hero .button { min-width: 132px; padding-inline: 10px; }
  .home-training-figure { right: 0; bottom: 7px; width: 118px; height: 157px; }
  .home-training-figure > span { bottom: -2px; }
  .home-session-note { max-width: 128px; font-size: .67rem; }
  .home-summary { padding: 15px; }
  .home-summary-stats > div { padding: 10px 8px; }
  .home-summary-stats small { font-size: .66rem; }
  .home-summary-stats b { font-size: .94rem; }
  .home-state-grid { width: 100%; gap: 6px; }
  .home-state-grid > div { grid-template-columns: 30px minmax(0, 1fr); grid-template-rows: 26px 31px; column-gap: 6px; min-height: 74px; padding: 9px 7px; }
  .state-symbol { width: 30px; height: 31px; }
  .state-symbol svg { width: 29px; height: 29px; }
  .home-state-grid small { margin-top: 3px; padding: 0; font-size: .84rem; }
  .home-state-grid b { font-size: 1.28rem; }
  .state-soon { max-width: 124px; }
}
