@import url("the-break-style.css");

.related-card__after-logos {
  display: grid;
  width: min(360px, 100%);
  min-height: 62px;
  margin: 13px 0;
  align-items: center;
  gap: 10px;
  grid-template-columns: 1fr auto 1.75fr;
}

.related-grid .related-card__after-logos > img {
  width: 100%;
  max-height: 52px;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.related-card__after-logos > span {
  color: var(--muted);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

:root {
  --red: #1b573b;
  --green: #1b573b;
  --green-dark: #063f32;
  --orange: #e45e00;
  --brand-red: #ae2100;
  --yellow: #f1de00;
  --ink: #151916;
  --muted: #677069;
  --paper: #f5f4ef;
  --line: #d8ddd9;
  --header-height: 72px;
}

body {
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.section--green {
  color: #fff;
  background: var(--green);
}

.section-title--green,
.section-kicker {
  color: var(--green);
}

.section-kicker--light {
  color: rgba(255, 255, 255, .78);
}

.section-kicker--left {
  text-align: left;
}

.site-header {
  min-height: var(--header-height);
  padding: 12px clamp(20px, 3vw, 44px);
}

.site-header__brand {
  width: min(290px, 30vw);
}

.site-header__nav {
  gap: clamp(18px, 2.1vw, 32px);
}

.site-header__nav > a {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.site-header__cta {
  min-width: 238px;
  min-height: 52px;
  padding: 10px 18px;
  color: #fff;
  background: var(--green);
  border: 1px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}

.hero {
  background: var(--green-dark);
}

.hero__frame {
  min-height: 790px;
  background: var(--green-dark);
}

.hero__photo {
  background-image: url("../images/countdown-hero.webp");
  background-position: center;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(2, 35, 25, .36) 0%, rgba(2, 35, 25, .03) 58%, rgba(2, 35, 25, .16) 100%),
    linear-gradient(0deg, rgba(2, 35, 25, .9) 0%, rgba(2, 35, 25, .02) 60%);
}

.hero__program-lockup {
  width: min(1040px, 94%);
}

.hero__program-title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(70px, 8.1vw, 112px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .88;
  text-shadow: 0 5px 14px rgba(0, 0, 0, .24);
}

.hero__logo {
  width: min(520px, 54%);
  margin-top: 18px;
  filter: none;
}

.hero__copy > strong {
  display: block;
  margin-top: 12px;
  color: var(--yellow);
  font-size: 16px;
  letter-spacing: 1px;
}

.proof-caption {
  color: #fff;
}

.proof-bar > img {
  filter:
    hue-rotate(140deg)
    saturate(.72)
    drop-shadow(0 11px 16px rgba(2, 35, 25, .14));
}

.preparation {
  position: relative;
  overflow: hidden;
}

.preparation::before {
  position: absolute;
  top: -140px;
  right: -110px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
}

.preparation-grid {
  position: relative;
  display: grid;
  margin-top: 52px;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  align-items: center;
}

.preparation-grid article {
  min-height: 330px;
  padding: 38px 42px;
  color: var(--ink);
  background: #fff;
  border-top: 10px solid #b9c5bf;
}

.preparation-grid article.preparation-card--focus {
  border: 10px solid var(--yellow);
  box-shadow: 14px 14px 0 rgba(4, 37, 27, .4);
}

.preparation-card__label {
  margin: 0 0 10px;
  color: var(--green);
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
}

.preparation-grid h3 {
  margin: 0 0 22px;
  font-size: 25px;
  line-height: 1.5;
}

.preparation-grid ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.preparation-grid li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.preparation-grid li::before {
  margin-right: 9px;
  color: var(--green);
  content: "●";
  font-size: 9px;
}

.preparation-grid__arrow {
  color: var(--yellow);
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 46px;
  text-align: center;
}

.preparation__answer {
  margin: 52px 0 0;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

.preparation__answer strong {
  color: var(--yellow);
  font-size: 30px;
}

.experience {
  background: var(--paper);
}

.experience-grid {
  display: grid;
  max-width: 1080px;
  margin: 52px auto 0;
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
  align-items: center;
}

.experience-card {
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--line);
}

.experience-card--after {
  border: 12px solid var(--green);
}

.experience-card > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.experience-card > div {
  min-height: 330px;
  padding: 30px 32px;
}

.experience-card__label {
  margin: 0;
  color: var(--green);
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
}

.experience-card h3 {
  margin: 8px 0 20px;
  font-size: 24px;
  line-height: 1.5;
}

.experience-card ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.experience-grid__arrow {
  color: var(--green);
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 48px;
  text-align: center;
}

.experience__quote {
  max-width: 820px;
  margin: 46px auto 0;
  padding: 26px;
  color: #fff;
  background: var(--green);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}

.experience__quote strong {
  color: var(--yellow);
}

.changes {
  background:
    linear-gradient(rgba(6, 63, 50, .91), rgba(6, 63, 50, .96)),
    url("../images/card-change-journey.webp") center / cover;
}

.change-grid {
  display: grid;
  margin-top: 52px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.change-grid article {
  min-height: 250px;
  padding: 28px 22px;
  color: var(--ink);
  background: #fff;
  border-top: 8px solid var(--yellow);
}

.change-grid span {
  display: block;
  color: var(--green);
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 1;
}

.change-grid h3 {
  margin: 24px 0 12px;
  font-size: 19px;
  line-height: 1.5;
}

.change-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.program {
  background: #fff;
}

.program-intro {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  align-items: center;
  gap: 62px;
}

.program-intro > img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border: 16px solid var(--green);
}

.program-intro__logo {
  width: min(100%, 520px);
  margin-bottom: 28px;
}

.program-intro h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.55;
}

.program-intro > div > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.program-intro blockquote {
  margin: 28px 0 0;
  padding: 20px 24px;
  color: #fff;
  background: var(--green);
  font-weight: 700;
  line-height: 1.8;
}

.program-intro blockquote strong {
  color: var(--yellow);
}

.program-sessions {
  margin-top: 100px;
}

.program-sessions__lead {
  width: min(100%, 760px);
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

.session-method {
  position: relative;
  display: grid;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.session-method::before {
  position: absolute;
  top: 27px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  content: "";
  background: #b9d2c4;
}

.session-method li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.session-method li > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 0 auto 12px;
  color: #fff;
  border: 6px solid #f7f5ee;
  border-radius: 50%;
  background: var(--green);
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.session-method strong,
.session-method small {
  display: block;
}

.session-method strong {
  color: var(--green);
  font-size: 14px;
}

.session-method small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}

.session-grid {
  display: grid;
  margin-top: 44px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.session-card {
  position: relative;
  display: flex;
  min-height: 570px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9e2dc;
  background: #fff;
  box-shadow: 0 16px 38px rgba(26, 73, 50, .08);
}

.session-card__head {
  display: grid;
  align-items: center;
  padding: 25px 26px 21px;
  background: var(--paper);
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
}

.session-card__head > span {
  color: var(--green);
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.session-card__head small {
  display: block;
  margin-bottom: 6px;
  color: #72917e;
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.session-card__head h3 {
  margin: 0;
  color: var(--green);
  font-size: 21px;
  line-height: 1.45;
}

.session-card__question {
  margin: 0;
  padding: 17px 26px;
  color: #fff;
  background: var(--green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.session-card__body {
  display: grid;
  flex: 1;
  align-items: stretch;
  padding: 26px;
  grid-template-columns: minmax(0, 1.15fr) minmax(170px, .85fr);
  gap: 18px;
}

.session-card__actions h4 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.session-card__actions ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.session-card__actions li {
  position: relative;
  padding-left: 18px;
  color: #3f4943;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.session-card__actions li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.session-card__result {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-left: 4px solid var(--yellow);
  background: #e9f1ec;
}

.session-card__result small {
  display: block;
  margin-bottom: 10px;
  color: #61776a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.session-card__result strong {
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7;
}

.session-card__work {
  display: grid;
  align-items: center;
  margin-top: auto;
  padding: 17px 26px;
  border-top: 1px dashed #bdccc3;
  background: #faf9f4;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
}

.session-card__work span {
  color: #728078;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .05em;
}

.session-card__work p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.65;
}

.session-grid__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 24px 0 0;
  padding: 18px 22px;
  color: #fff;
  background: var(--green);
  text-align: center;
}

.session-grid__note strong,
.session-grid__note span {
  display: block;
}

.session-grid__note strong {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.session-grid__note span {
  font-size: 11px;
  font-weight: 700;
}

.departure-one-on-one {
  display: grid;
  max-width: 980px;
  margin: 28px auto 0;
  padding: 34px 38px;
  align-items: center;
  gap: 36px;
  color: #fff;
  border-radius: 14px;
  background:
    radial-gradient(circle at 0% 0%, rgba(226, 255, 81, .2), transparent 34%),
    var(--ink);
  box-shadow: 0 18px 44px rgba(23, 33, 27, .18);
  grid-template-columns: .8fr 1.2fr;
}

.departure-one-on-one > div:first-child {
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.departure-one-on-one span,
.departure-one-on-one strong {
  display: block;
}

.departure-one-on-one span {
  margin-bottom: 9px;
  color: var(--yellow);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.departure-one-on-one strong {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 900;
  line-height: 1.2;
}

.departure-one-on-one p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}

.departure-one-on-one small {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.8;
}

.community {
  background: var(--green);
}

.community__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 60px;
}

.community__grid > img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border: 14px solid #fff;
}

.community h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.55;
}

.community p:not(.section-kicker) {
  font-size: 14px;
  line-height: 2;
}

.community ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.community li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  font-weight: 800;
}

.community li::before {
  margin-right: 10px;
  color: var(--yellow);
  content: "✓";
}

.community__grid > img.community__photo {
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-position: center;
}

.schedule {
  color: var(--ink);
  background: var(--paper);
}

.countdown-schedule-grid {
  display: grid;
  max-width: 980px;
  margin: 54px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.countdown-schedule-grid article {
  min-width: 0;
  padding: 34px 20px 28px;
  overflow: hidden;
  background: #fff;
  border: 3px solid var(--green);
  box-shadow: 8px 8px 0 #d9ddd8;
  text-align: center;
}

.countdown-schedule-grid article > p {
  margin: 0;
  color: var(--green);
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
}

.countdown-schedule-grid article > strong {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 34px;
}

.countdown-schedule-grid h3 {
  margin: 24px 0;
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 25px;
  white-space: nowrap;
}

.countdown-schedule-grid h3 small {
  display: block;
  margin-bottom: 6px;
  font-family: "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.countdown-schedule-grid h3 span {
  padding-inline: 4px;
  color: var(--green);
}

.countdown-schedule-grid article > b {
  display: block;
  margin-inline: -20px;
  padding: 13px 8px;
  background: var(--yellow);
  font-size: 14px;
}

.countdown-schedule-grid article > small {
  display: block;
  margin-top: 20px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.schedule__note {
  margin: 44px 0 0;
  color: var(--green);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}

.session {
  padding-block: clamp(72px, 7vw, 104px);
  background: var(--green);
}

.session .page-width {
  width: min(calc(100% - 48px), 1220px);
}

.session-shell {
  grid-template-columns: minmax(0, 1.72fr) minmax(340px, .82fr);
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(1, 31, 22, .28);
}

.session-main {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(42px, 4.6vw, 62px);
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(3, 48, 35, .84) 0%, rgba(3, 48, 35, .68) 56%, rgba(3, 48, 35, .52) 100%),
    linear-gradient(0deg, rgba(3, 42, 32, .66), rgba(3, 42, 32, .12)),
    url("../images/card-countdown.webp") center / cover;
}

.session-main .section-kicker {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .82);
}

.session-main h2 {
  max-width: 720px;
  font-size: clamp(29px, 2.4vw, 34px);
  letter-spacing: .02em;
  line-height: 1.5;
  text-shadow: 0 2px 14px rgba(0, 20, 14, .32);
}

.session-main h2 span {
  display: block;
}

.session-main > p:not(.section-kicker) {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.session-points {
  margin: 26px 0 28px;
  gap: 12px;
}

.session-points li {
  min-height: 76px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .46);
  backdrop-filter: blur(2px);
  font-size: 12px;
  line-height: 1.65;
}

.session-points li:hover {
  background: rgba(255, 255, 255, .18);
}

.session-points span {
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: 13px;
  letter-spacing: .12em;
  text-shadow: 0 1px 8px rgba(0, 20, 14, .36);
}

.diagnosis {
  position: relative;
  justify-content: center;
  padding: 48px clamp(30px, 3.5vw, 48px);
  background: linear-gradient(180deg, #fbfcfb 0%, #eef3ef 100%);
}

.diagnosis li::before {
  background: var(--yellow);
  border-color: var(--green-dark);
}

.diagnosis__eyebrow {
  display: inline-flex;
  min-height: 38px;
  margin: 0 0 22px;
  padding: 8px 18px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--green);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 5px 15px rgba(6, 63, 50, .16);
  font-size: 12px;
  line-height: 1;
}

.diagnosis__icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  padding: 20px;
  color: var(--green-dark);
  box-shadow: 0 8px 24px rgba(6, 63, 50, .08);
}

.diagnosis h3 {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: clamp(24px, 2.1vw, 30px);
  letter-spacing: .03em;
  line-height: 1.45;
}

.diagnosis h3 span,
.diagnosis h3 strong {
  display: block;
}

.diagnosis h3 strong {
  margin-top: 4px;
  font-size: .86em;
  font-weight: 900;
}

.diagnosis__maincopy {
  color: var(--green-dark);
  font-size: 14px;
}

.diagnosis__description {
  margin-top: 12px;
  color: #58675f;
}

.diagnosis ul {
  width: fit-content;
  margin: 16px auto 20px;
}

.diagnosis li {
  color: var(--green-dark);
  font-size: 12px;
}

.button--diagnosis {
  min-height: 62px;
  margin-top: 4px;
  color: #fff;
  background: var(--green);
  box-shadow: 4px 4px 0 #dce6df;
}

.diagnosis__note {
  margin-top: 14px;
  color: #65736c;
}

.session-main .button--yellow {
  min-height: 72px;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, .92);
}

.session-main .micro-notes {
  margin-top: 18px;
  color: rgba(255, 255, 255, .9);
}

.fit {
  padding-bottom: 72px;
}

.fit-grid {
  display: flex;
  margin-top: 44px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.fit-grid span {
  padding: 17px 24px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.voices {
  padding-top: 70px;
}

.voice-card__tag {
  color: var(--green);
}

.faq {
  background: var(--paper);
}

.faq-list {
  display: grid;
  margin-top: 48px;
  gap: 12px;
}

.faq-list details {
  background: #fff;
  border-left: 8px solid var(--green);
}

.faq-list summary {
  position: relative;
  padding: 24px 64px 24px 28px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.7;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 28px;
  color: var(--green);
  content: "+";
  font-family: "Montserrat Digits", "Montserrat", "Noto Sans CJK JP", "Hiragino Sans", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 26px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 28px 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.track-record {
  background-image: url("../images/program-journey.webp");
}

.track-record__shade {
  background: rgba(2, 30, 21, .73);
}

.final-cta {
  background-image: url("../images/card-countdown.webp");
}

.final-cta__shade {
  background: linear-gradient(90deg, rgba(3, 45, 33, .95), rgba(3, 45, 33, .58));
}

.other-programs-grid {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.other-program {
  text-align: center;
}

.other-program > span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
}

.other-program > img:not(.other-program__logo) {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: 12px solid;
}

.other-program--green > img:not(.other-program__logo) {
  border-color: var(--green);
}

.other-program--orange > img:not(.other-program__logo) {
  border-color: var(--orange);
}

.other-program--red > img:not(.other-program__logo) {
  border-color: var(--brand-red);
}

.other-program__logo {
  width: 74%;
  height: 62px;
  margin: 18px auto 10px;
  object-fit: contain;
}

.other-program p {
  min-height: 62px;
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.other-program a {
  display: flex;
  min-height: 50px;
  padding: 10px 18px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.other-program--green > span {
  color: var(--green);
}

.other-program--orange > span {
  color: var(--orange);
}

.other-program--red > span {
  color: var(--brand-red);
}

.other-program--green a {
  background: var(--green);
}

.other-program--orange a {
  background: var(--orange);
}

.other-program--red a {
  background: var(--brand-red);
}

.site-footer {
  background: var(--green-dark);
}

.mobile-cta {
  color: #fff;
  background: var(--green);
}

.mobile-cta strong {
  color: var(--yellow);
}

@media (max-width: 1180px) {
  .session .page-width {
    width: min(calc(100% - 40px), 760px);
  }

  .session-shell {
    grid-template-columns: 1fr;
  }

  .session-main,
  .diagnosis {
    min-height: 0;
  }

  .session-main {
    background-position: center;
  }
}

@media (max-width: 1000px) {
  .preparation-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .preparation-grid__arrow,
  .experience-grid__arrow {
    transform: rotate(90deg);
  }

  .experience-grid {
    max-width: 680px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .change-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .change-grid article:last-child {
    grid-column: 1 / -1;
  }

  .program-intro,
  .community__grid {
    grid-template-columns: 1fr;
  }

  .program-intro > img,
  .community__grid > img {
    min-height: 420px;
  }

  .session-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .countdown-schedule-grid,
  .other-programs-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .section {
    padding-block: 72px;
  }

  .section-title {
    font-size: 29px;
  }

  .session .page-width {
    width: min(calc(100% - 28px), 560px);
  }

  .session-shell {
    border-radius: 16px;
  }

  .session-main,
  .diagnosis {
    padding: 36px 22px;
  }

  .session-main h2 {
    font-size: 28px;
    line-height: 1.55;
  }

  .session-main h2 span {
    display: inline;
  }

  .session-main h2 span:first-child::after {
    content: "\A";
    white-space: pre;
  }

  .session-main > p:not(.section-kicker) {
    font-size: 13px;
  }

  .session-points li {
    min-height: 0;
  }

  .diagnosis h3 {
    font-size: 25px;
  }

  .hero__frame {
    width: calc(100% - 28px);
    min-height: 660px;
  }

  .hero__photo {
    background-image: url("../images/COUNTDOWN-TOPFV-sp.webp?v=20260801-2");
  }

  .hero__content {
    padding: 24px 20px 30px;
  }

  .hero__logo {
    width: 78%;
    margin-top: 10px;
  }

  .hero__program-title {
    font-size: clamp(43px, 13.5vw, 55px);
    line-height: .92;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero h1 span:last-child {
    font-size: clamp(26px, 7vw, 28px);
    white-space: nowrap;
  }

  .hero__eyebrow {
    font-size: 12px;
  }

  .hero__copy > p:last-of-type {
    font-size: 13px;
  }

  .hero__copy > strong {
    font-size: 12px;
  }

  .proof-bar__mobile span {
    filter: hue-rotate(140deg) saturate(.72);
  }

  .preparation-grid article {
    min-height: 0;
    padding: 28px 24px;
  }

  .preparation__answer,
  .preparation__answer strong {
    font-size: 22px;
  }

  .experience-card > img {
    height: 220px;
  }

  .experience-card > div {
    min-height: 0;
    padding: 26px 22px;
  }

  .experience__quote {
    font-size: 19px;
  }

  .change-grid,
  .session-grid {
    grid-template-columns: 1fr;
  }

  .change-grid article:last-child {
    grid-column: auto;
  }

  .change-grid article {
    min-height: 0;
  }

  .program-intro {
    gap: 36px;
  }

  .program-intro h2,
  .community h2 {
    font-size: 29px;
  }

  .program-intro > img,
  .community__grid > img {
    min-height: 300px;
    border-width: 10px;
  }

  .program-sessions {
    margin-top: 72px;
  }

  .program-sessions__lead {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
  }

  .session-method {
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 10px;
  }

  .session-method::before {
    display: none;
  }

  .session-method li > span {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    border-width: 5px;
  }

  .session-card__head {
    padding: 21px 20px 18px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
  }

  .session-card__head > span {
    font-size: 43px;
  }

  .session-card__head h3 {
    font-size: 18px;
  }

  .session-card__question {
    padding: 15px 20px;
    font-size: 13px;
  }

  .session-card__body {
    padding: 22px 20px;
    grid-template-columns: 1fr;
  }

  .session-card__result {
    min-height: 0;
  }

  .session-card__work {
    padding: 16px 20px;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .session-grid article {
    min-height: 0;
  }

  .session-grid__note {
    align-items: center;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    line-height: 1.8;
  }

  .departure-one-on-one {
    padding: 27px 22px;
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .departure-one-on-one > div:first-child {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .departure-one-on-one p {
    font-size: 20px;
  }

  .community__grid {
    gap: 34px;
  }

  .community__grid > img.community__photo {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .countdown-schedule-grid article {
    padding-inline: 18px;
  }

  .countdown-schedule-grid article > b {
    margin-inline: -18px;
  }

  .fit-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fit-grid span {
    text-align: center;
  }

  .faq-list summary {
    padding: 20px 52px 20px 20px;
    font-size: 14px;
  }

  .faq-list summary::after {
    right: 20px;
  }

  .faq-list p {
    padding: 0 20px 22px;
  }
}

@media (min-width: 1021px) {
  .site-header__nav > a:not(.site-header__cta) {
    display: inline-flex;
  }
}

@media (max-width: 1020px) {
  :root {
    --header-height: 64px;
  }

  .site-header__brand {
    width: 250px;
  }

  .site-header__toggle {
    position: relative;
    z-index: 3;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 12px;
    background: transparent;
    border: 0;
    place-content: center;
  }

  .site-header__toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    background: var(--ink);
    transition: transform .25s ease;
  }

  .site-header__toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .site-header__toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-header__nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    padding: 90px 34px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .site-header__nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header__nav > a:not(.site-header__cta) {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .site-header__cta {
    margin-top: 24px;
  }
}
