/*
 * CHANGE JOURNEY — tabiiku.net reference direction
 * Generated design reference:
 *   change-journey-lp-image2-v1-01-top
 *   change-journey-lp-image2-v1-02-bottom
 */

:root {
  --cj-orange: #e45e00;
  --cj-orange-dark: #c84500;
  --cj-blue: #1688ad;
  --cj-startline: #003369;
  --cj-blue-dark: #0c6c8d;
  --cj-paper: #ffffff;
  --cj-cream: #fffaf4;
  --cj-ink: #26231f;
  --cj-muted: #69645d;
  --cj-line: rgba(228, 94, 0, .2);
  --cj-shadow: 0 12px 32px rgba(94, 47, 15, .11);
  --cj-radius: 7px;
}

/* 2026-07 plan, support and journey-network refinements */
.day-grid article:first-child img {
  object-position: left center;
}

.countdown h2 {
  font-size: clamp(38px, 3.4vw, 48px);
  line-height: 1.42;
}

.countdown h2 span {
  display: block;
  white-space: nowrap;
}

.journey-options__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journey-option {
  display: flex;
  flex-direction: column;
}

.journey-option > img {
  height: 260px;
}

.journey-option > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 27px 29px;
}

.journey-option h3 {
  font-size: 21px;
}

.journey-option > div > p:not(:first-child) {
  min-height: 88px;
  font-size: 12px;
}

.journey-option a {
  margin-top: auto;
}

.journey-option--newyear > div > p:first-child,
.journey-option--newyear > div > span {
  color: #0d607a;
}

.journey-option--newyear a {
  background: #0d607a;
}

.support-grid--visual ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.support-grid--visual li {
  position: relative;
  padding-left: 17px;
  color: #59554e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.6;
}

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

.other-journeys {
  color: var(--white);
  background: #14181a;
}

.other-journeys .section-title,
.other-journeys .section-lead {
  color: var(--white);
}

.other-journeys .section-lead {
  max-width: 760px;
  margin-inline: auto;
}

.other-journeys__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.other-journey-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: #050708;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
  transition: transform .25s ease, border-color .25s ease;
}

.other-journey-card:hover,
.other-journey-card:focus-visible {
  border-color: rgba(255, 255, 255, .72);
  transform: translateY(-5px);
}

.other-journey-card > img {
  width: 100%;
  height: clamp(430px, 45vw, 540px);
  object-fit: cover;
  object-position: center 38%;
}

.other-journey-card > span {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.other-journey-card--bug > span {
  background: linear-gradient(90deg, #0384a7, #07566f);
}

.other-journey-card--love > span {
  background: linear-gradient(90deg, #168f94, #da5a33);
}

.other-journey-card b {
  font-size: 20px;
}

@media (max-width: 920px) {
  .journey-options__grid {
    grid-template-columns: 1fr;
  }

  .journey-option {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
  }

  .journey-option > img {
    height: 100%;
    min-height: 360px;
  }

  .journey-option > div > p:not(:first-child) {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .countdown h2 {
    font-size: clamp(23px, 7vw, 31px);
    letter-spacing: .015em;
    line-height: 1.45;
  }

  .journey-option {
    display: block;
  }

  .journey-option > img {
    height: 230px;
    min-height: 0;
  }

  .journey-option > div {
    padding: 24px 22px 25px;
  }

  .journey-option h3 {
    font-size: 20px;
  }

  .support-grid--visual article > div {
    padding-bottom: 24px;
  }

  .other-journeys__grid {
    grid-template-columns: 1fr;
  }

  .other-journey-card > img {
    height: 430px;
  }
}

/* Keep the mobile navigation closed until the menu button explicitly opens it. */
@media (max-width: 1100px) {
  .site-header:not(.is-open) .site-header__nav {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
  }

  .site-header.is-open .site-header__nav {
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header.is-open .site-header__nav > a:not(.site-header__cta):hover,
  .site-header.is-open .site-header__nav > a:not(.site-header__cta):focus-visible {
    color: var(--ink);
    background: var(--white);
    opacity: 1;
    transform: none;
  }
}

/* 2026-07 top-page content architecture */
.program-overview {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(228, 94, 0, .12), transparent 27%),
    #fffaf4;
}

.program-overview .section-lead,
.voices-conversion .section-lead {
  max-width: 800px;
  margin-inline: auto;
}

.program-overview__bar {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 16px;
  margin: 52px 0 22px;
  color: var(--cj-orange);
  font-family: var(--change-en-font);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.program-overview__bar i {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #176b4d, var(--cj-orange) 52%, var(--cj-startline));
}

.program-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.program-phase {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(72, 44, 24, .12);
}

.program-phase::after {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--cj-orange);
  content: "";
}

.program-phase--before::after {
  background: #176b4d;
}

.program-phase--after::after {
  background: var(--cj-startline);
}

.program-phase > img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.program-phase > div {
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 27px 32px;
}

.program-phase > div > span {
  margin-bottom: 15px;
  color: var(--cj-orange);
  font-family: var(--change-en-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.program-phase--before > div > span {
  color: #176b4d;
}

.program-phase--after > div > span {
  color: var(--cj-startline);
}

.program-phase__logo {
  width: min(100%, 220px);
  height: auto;
  margin: 0 0 20px;
}

.program-phase h3 {
  margin: 0 0 16px;
  font-size: clamp(20px, 1.6vw, 25px);
  font-weight: 900;
  line-height: 1.55;
}

.program-phase p,
.program-phase li {
  color: #5d5750;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.program-phase ol,
.program-phase ul {
  display: grid;
  width: 100%;
  gap: 7px;
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
}

.program-phase ol {
  counter-reset: journey-step;
}

.program-phase ol li {
  display: grid;
  align-items: center;
  grid-template-columns: 25px 1fr;
  gap: 8px;
  padding: 7px 10px;
  background: #fff4eb;
  counter-increment: journey-step;
}

.program-phase ol li::before {
  color: var(--cj-orange);
  font-family: var(--change-en-font);
  font-size: 11px;
  font-weight: 900;
  content: counter(journey-step, decimal-leading-zero);
}

.program-phase ul li {
  position: relative;
  padding-left: 18px;
}

.program-phase ul li::before {
  position: absolute;
  top: .68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cj-startline);
  content: "";
}

.program-phase ul b {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.program-phase > div > strong {
  display: inline-flex;
  margin-top: auto;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--white);
  background: var(--cj-orange);
  font-size: 11px;
  font-weight: 900;
}

.program-phase--before > div > strong {
  background: #176b4d;
}

.program-phase__option {
  margin-top: 4px;
  padding: 12px;
  border-left: 4px solid var(--cj-startline);
  background: #f2f6fa;
}

.program-phase > div > a {
  margin-top: auto;
  padding-top: 15px;
  color: var(--cj-startline);
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.program-overview__more {
  display: flex;
  width: fit-content;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 42px auto 0;
  padding: 15px 29px;
  border: 2px solid var(--cj-orange);
  border-radius: 999px;
  color: var(--cj-orange);
  font-size: 13px;
  font-weight: 900;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.program-overview__more:hover,
.program-overview__more:focus-visible {
  color: var(--white);
  background: var(--cj-orange);
  transform: translateY(-2px);
}

.voices-conversion {
  background: #f4efe7;
}

.voices-conversion__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.voices-conversion__grid article {
  overflow: hidden;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(61, 46, 34, .11);
}

.voices-conversion__grid article > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.voices-conversion__grid article > div {
  padding: 27px 25px 31px;
}

.voices-conversion__grid span {
  color: var(--cj-orange);
  font-size: 10px;
  font-weight: 900;
}

.voices-conversion__grid h3 {
  margin: 12px 0 13px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}

.voices-conversion__grid p {
  margin: 0;
  color: #615c55;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.voices-conversion__note {
  margin: 20px 0 0;
  color: #777168;
  font-size: 10px;
  text-align: right;
}

.top-guarantee {
  color: var(--white);
  background:
    radial-gradient(circle at 89% 15%, rgba(255, 255, 255, .09), transparent 28%),
    #174e3d;
}

.top-guarantee > .page-width {
  display: grid;
  align-items: center;
  grid-template-columns: .78fr 1.22fr;
  gap: 60px;
}

.top-guarantee__heading h2 {
  margin: 0 0 20px;
  font-size: clamp(33px, 3.8vw, 53px);
  font-weight: 900;
  line-height: 1.45;
}

.top-guarantee__heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 600;
}

.top-guarantee__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.top-guarantee__grid article {
  min-height: 260px;
  padding: 29px 27px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
}

.top-guarantee__grid span {
  color: #ffb07c;
  font-family: var(--change-en-font);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.top-guarantee__grid p {
  margin: 30px 0 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 700;
}

.top-guarantee__grid h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.65;
}

.top-guarantee__grid strong {
  color: #ffb07c;
  font-size: 27px;
}

.top-guarantee__note {
  grid-column: 2;
  margin: -44px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 9px;
  text-align: right;
}

@media (max-width: 920px) {
  .program-overview__grid {
    grid-template-columns: 1fr;
  }

  .program-phase {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
  }

  .program-phase > img {
    height: 100%;
    min-height: 390px;
  }

  .voices-conversion__grid {
    grid-template-columns: 1fr;
  }

  .voices-conversion__grid article {
    display: grid;
    grid-template-columns: .58fr 1.42fr;
  }

  .voices-conversion__grid article > img {
    height: 100%;
    min-height: 390px;
  }

  .voices-conversion__grid article > div {
    align-self: center;
  }

  .top-guarantee > .page-width {
    grid-template-columns: 1fr;
  }

  .top-guarantee__note {
    grid-column: auto;
    margin-top: -35px;
  }
}

@media (max-width: 680px) {
  .program-overview__bar {
    display: none;
  }

  .program-overview__grid {
    position: relative;
    gap: 18px;
    margin-top: 42px;
    padding-left: 25px;
  }

  .program-overview__grid::before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 6px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(#176b4d, var(--cj-orange) 52%, var(--cj-startline));
    content: "";
  }

  .program-phase {
    display: block;
    overflow: visible;
  }

  .program-phase::before {
    position: absolute;
    top: 30px;
    left: -25px;
    z-index: 2;
    width: 16px;
    height: 16px;
    border: 4px solid #fffaf4;
    border-radius: 50%;
    background: var(--cj-orange);
    content: "";
  }

  .program-phase--before::before {
    background: #176b4d;
  }

  .program-phase--after::before {
    background: var(--cj-startline);
  }

  .program-phase > img {
    height: 225px;
    min-height: 0;
    border-radius: 12px 12px 0 0;
  }

  .program-phase > div {
    padding: 26px 22px 29px;
  }

  .program-phase h3 {
    font-size: 21px;
  }

  .program-overview__more {
    width: 100%;
    gap: 14px;
    padding-inline: 18px;
    font-size: 11px;
  }

  .voices-conversion__grid article {
    display: block;
  }

  .voices-conversion__grid article > img {
    height: auto;
    min-height: 0;
  }

  .voices-conversion__grid h3 {
    font-size: 18px;
  }

  .voices-conversion__note {
    text-align: left;
  }

  .top-guarantee > .page-width {
    gap: 38px;
  }

  .top-guarantee__grid {
    grid-template-columns: 1fr;
  }

  .top-guarantee__grid article {
    min-height: 0;
  }

  .top-guarantee__note {
    margin-top: -18px;
    text-align: left;
  }
}

body {
  color: var(--cj-ink);
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 199, 140, .2), transparent 24%),
    radial-gradient(circle at 87% 72%, rgba(255, 199, 140, .17), transparent 26%),
    var(--cj-orange);
}

main {
  padding-bottom: 24px;
}

.section {
  width: min(calc(100% - 64px), 1340px);
  margin: 24px auto 0;
  padding: 92px 62px;
  border-radius: var(--cj-radius);
  box-shadow: var(--cj-shadow);
  overflow: hidden;
}

.section > .page-width,
.section > .page-width--narrow {
  width: 100%;
}

.section--cream,
.section--ink,
.section--green {
  color: var(--cj-ink);
  background: var(--cj-paper);
}

.section--orange {
  color: var(--cj-paper);
  background: transparent;
  box-shadow: none;
}

.section-kicker {
  color: var(--cj-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: .14em;
}

.section-kicker--light {
  color: var(--cj-paper);
}

.section-title,
.section-title--orange,
.section-title--green {
  color: var(--cj-blue);
  font-size: clamp(36px, 4vw, 54px);
}

.button {
  border-radius: 5px;
}

.button--blue {
  background: var(--cj-blue);
  box-shadow: 0 10px 26px rgba(15, 109, 142, .25);
}

.button--blue:hover,
.button--blue:focus-visible {
  background: var(--cj-blue-dark);
}

/* Header: current tabiiku.net-like orange navigation bar */
.site-header {
  min-height: 78px;
  color: var(--cj-paper);
  background: rgba(228, 94, 0, .97);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  backdrop-filter: blur(10px);
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--cj-orange);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 7px 24px rgba(86, 42, 14, .11);
}

.site-header__brand img {
  width: 205px;
  filter: brightness(0) invert(1);
}

.site-header.is-scrolled .site-header__brand img,
.site-header.is-open .site-header__brand img {
  filter: none;
}

.site-header__nav {
  font-size: 12px;
}

.site-header__cta {
  color: var(--cj-paper);
  background: var(--cj-blue);
}

/* Hero */
.hero {
  min-height: 0;
  padding: calc(var(--header-height) + 24px) 0 26px;
  border: 0;
  color: var(--cj-paper);
  background: var(--cj-orange);
}

.hero::after {
  content: none;
}

.hero__frame {
  position: relative;
  width: min(calc(100% - 64px), 1200px);
  min-height: min(720px, calc(100vh - 132px));
  margin-inline: auto;
  overflow: hidden;
  background: #6f2b08;
  box-shadow: 0 18px 42px rgba(96, 36, 4, .24);
}

.hero__media {
  inset: 0;
  overflow: hidden;
  border: 0;
  background-position: center 48%;
  box-shadow: none;
}

.hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.hero__overlay {
  background:
    linear-gradient(0deg, rgba(31, 13, 4, .88) 0%, rgba(31, 13, 4, .38) 40%, transparent 70%),
    linear-gradient(90deg, rgba(31, 13, 4, .28), transparent 58%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 72px), 1060px);
  min-height: min(720px, calc(100vh - 132px));
  margin-inline: auto;
  justify-content: flex-end;
  padding: 48px 0 56px;
}

.hero__eyebrow {
  margin-bottom: 12px;
  color: #ffc89f;
  font-size: 16px;
  font-style: italic;
  letter-spacing: .18em;
}

.hero h1 {
  max-width: none;
  margin-bottom: 14px;
  font-size: clamp(54px, 6.6vw, 92px);
  line-height: 1.08;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero__summary {
  margin: 0;
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 800;
  line-height: 1.75;
}

.proof-bar {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 64px), 1200px);
  margin: -18px auto 0;
}

.proof-bar > img {
  width: 100%;
  filter:
    hue-rotate(22deg)
    saturate(1.18)
    brightness(1.12)
    drop-shadow(0 11px 16px rgba(33, 24, 22, .14));
}

.proof-bar__mobile {
  display: none;
}

.proof-caption {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.hero-intro {
  padding-block: 88px 96px;
  color: var(--cj-ink);
  background: var(--cj-paper);
}

.hero-intro__inner {
  display: flex;
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-intro__logo {
  width: min(520px, 78vw);
  max-height: 128px;
  margin: 0 auto 32px;
  object-fit: contain;
}

.hero-intro h2 {
  margin: 0;
  color: var(--cj-orange);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.45;
}

.hero-intro__lead {
  margin: 25px 0 0;
  color: var(--cj-blue);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
}

.hero-intro__definition {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.hero-intro__tags {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.hero-intro__tags li {
  padding: 9px 17px;
  color: var(--cj-orange);
  border: 1px solid rgba(228, 94, 0, .4);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.hero-intro__actions {
  display: flex;
  width: min(100%, 720px);
  margin-top: 38px;
  justify-content: center;
  gap: 12px;
}

.hero-intro__actions .button {
  min-width: 310px;
}

.hero-intro .button--outline-light {
  color: var(--cj-orange);
  border-color: var(--cj-orange);
  background: transparent;
  backdrop-filter: none;
}

.hero-intro .button--outline-light:hover,
.hero-intro .button--outline-light:focus-visible {
  color: var(--cj-paper);
  background: var(--cj-orange);
}

/* Destination statement: white editorial panel with image to the right */
.manifest {
  min-height: 570px;
  color: var(--cj-blue);
  background: var(--cj-paper);
}

.manifest__photo {
  top: 0;
  right: 0;
  bottom: 0;
  left: 52%;
  background-position: center;
}

.manifest__shade {
  background: linear-gradient(90deg, #fff 0%, #fff 43%, rgba(255, 255, 255, .92) 54%, rgba(255, 255, 255, .14) 78%);
}

.manifest .section-kicker {
  color: var(--cj-orange);
}

.manifest h2 {
  color: var(--cj-blue);
}

.manifest p {
  max-width: 620px;
  color: var(--cj-ink);
}

.manifest strong {
  color: var(--cj-orange);
}

/* Empathy */
.empathy {
  background: var(--cj-paper);
}

.empathy .section-title {
  color: var(--cj-orange);
}

.empathy-grid article {
  min-height: 180px;
  border: 1px solid var(--cj-line);
  border-top: 0;
  border-radius: 5px;
  box-shadow: 0 7px 18px rgba(73, 54, 34, .09);
}

.empathy-grid article::before {
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 20px;
  background: var(--cj-orange);
  content: "";
}

.empathy-grid span {
  color: var(--cj-orange);
}

.empathy__answer strong {
  color: var(--cj-blue);
}

/* About */
.about {
  background: var(--cj-paper);
}

.about__copy h2 {
  color: var(--cj-blue);
}

.about__copy strong {
  color: var(--cj-orange);
}

.about__video {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 8px;
  background: var(--cj-orange);
  border-radius: 5px;
  box-shadow: 0 18px 40px rgba(91, 43, 14, .16);
}

.about__video video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #111;
  object-fit: cover;
}

.about__video figcaption {
  padding: 12px 8px 6px;
  color: var(--cj-paper);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
}

/* Five assets — white tabiiku card row */
.assets {
  color: var(--cj-ink);
  background: var(--cj-paper);
}

.assets .section-kicker {
  color: var(--cj-orange);
}

.assets .section-title {
  color: var(--cj-blue);
}

.asset-grid {
  gap: 16px;
}

.asset-grid article {
  padding: 0 0 24px;
  border: 1px solid rgba(22, 136, 173, .15);
  border-bottom: 4px solid var(--cj-orange);
  border-radius: 5px;
  background: var(--cj-paper);
  box-shadow: 0 8px 22px rgba(44, 61, 67, .08);
  overflow: hidden;
}

.asset-grid article > span {
  top: 12px;
  left: 14px;
  color: var(--cj-paper);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.asset-grid img {
  margin-bottom: 20px;
}

.asset-grid h3 {
  padding: 0 18px;
  color: var(--cj-blue);
}

.asset-grid p {
  padding: 0 18px;
  color: var(--cj-muted);
}

.assets__answer {
  color: var(--cj-ink);
}

.assets__answer strong {
  color: var(--cj-orange);
}

/* Before / journey / after */
.story {
  width: min(calc(100% - 64px), 1340px);
  color: var(--cj-paper);
  background: transparent;
  box-shadow: none;
}

.story .section-kicker {
  color: var(--cj-paper);
}

.story .section-title {
  color: var(--cj-paper);
}

.story-card {
  border: 0;
  border-radius: 6px;
  color: var(--cj-ink);
  box-shadow: 0 10px 28px rgba(84, 32, 5, .17);
}

.story-card--journey {
  color: var(--cj-paper);
  background: var(--cj-blue);
}

.story-card__label {
  color: var(--cj-orange);
}

.story-card--journey .story-card__label {
  color: var(--cj-paper);
}

.story-grid__arrow {
  color: var(--cj-paper);
}

/* COUNTDOWN included */
.countdown {
  color: var(--cj-ink);
  background: var(--cj-paper);
}

.countdown .section-kicker {
  color: var(--cj-orange);
}

.countdown__grid > img {
  border: 5px solid var(--cj-orange);
  border-radius: 5px;
  box-shadow: none;
}

.countdown__logo {
  color: var(--cj-orange);
}

.countdown h2 {
  color: var(--cj-blue);
}

.countdown__steps {
  border: 1px solid var(--cj-line);
  border-radius: 5px;
  overflow: hidden;
}

.countdown__steps article {
  border-color: var(--cj-line);
  background: var(--cj-cream);
}

.countdown__steps span {
  color: var(--cj-orange);
}

.countdown__grid > div > strong {
  color: var(--cj-blue);
}

/* 7 days — orange band exactly like the proposal */
.days {
  color: var(--cj-paper);
  background: transparent;
}

.days .section-kicker,
.days .section-title {
  color: var(--cj-paper);
  text-align: left;
}

.day-grid {
  gap: 7px;
}

.day-grid article {
  border-radius: 7px;
  box-shadow: 0 7px 18px rgba(92, 37, 5, .14);
  overflow: hidden;
}

.day-grid span {
  color: var(--cj-orange);
}

.day-grid h3 {
  color: var(--cj-blue);
}

.reflection-flow {
  border: 0;
  border-radius: 6px;
  color: var(--cj-blue);
  background: var(--cj-paper);
}

.reflection-flow span {
  color: var(--cj-orange);
}

/* India */
.india {
  background: var(--cj-paper);
}

.india h2 {
  color: var(--cj-blue);
}

.india__route {
  color: var(--cj-blue);
  border-bottom-color: var(--cj-orange);
}

.india-gallery {
  padding: 8px;
  border: 1px solid var(--cj-line);
  border-radius: 5px;
}

/* Experience */
.experience {
  color: var(--cj-ink);
  background: var(--cj-paper);
}

.experience .section-kicker {
  color: var(--cj-orange);
}

.experience .section-title {
  color: var(--cj-blue);
}

.experience-grid article {
  border: 1px solid rgba(22, 136, 173, .15);
  border-radius: 5px;
  background: var(--cj-paper);
  box-shadow: 0 7px 18px rgba(33, 72, 87, .08);
  overflow: hidden;
}

.experience-grid h3 {
  color: var(--cj-blue);
}

.experience-grid p {
  color: var(--cj-muted);
}

/* Voice — warm orange section */
.voices {
  color: var(--cj-paper);
  background: transparent;
  box-shadow: none;
}

.voices .section-kicker,
.voices .section-title {
  color: var(--cj-paper);
}

.voice-grid article {
  color: var(--cj-ink);
  border-bottom: 0;
  border-radius: 6px;
  background: var(--cj-paper);
  box-shadow: 0 10px 26px rgba(88, 31, 3, .14);
  overflow: hidden;
}

.voice-grid small {
  color: var(--cj-blue);
}

.voices__note {
  color: rgba(255, 255, 255, .8);
}

/* Readiness / proof */
.readiness {
  color: var(--cj-ink);
  background: var(--cj-paper);
  box-shadow: var(--cj-shadow);
}

.readiness .section-kicker {
  color: var(--cj-orange);
}

.readiness .section-title {
  color: var(--cj-blue);
}

.readiness-grid {
  border: 1px solid var(--cj-line);
  border-radius: 6px;
  overflow: hidden;
}

.readiness-grid article {
  min-height: 180px;
  border: 0;
  border-right: 1px solid var(--cj-line);
  background: var(--cj-paper);
}

.readiness-grid article:last-child {
  border-right: 0;
}

.readiness-grid strong {
  color: var(--cj-orange);
}

/* Plan cards */
.plans {
  background: var(--cj-paper);
}

.plan-grid article {
  color: var(--cj-ink);
  border: 1px solid var(--cj-line);
  border-radius: 5px;
  background: var(--cj-paper);
  box-shadow: 0 8px 22px rgba(73, 50, 32, .1);
  overflow: hidden;
}

.plan-grid img {
  border: 0;
  border-bottom: 7px solid var(--cj-orange);
}

.plan-grid p,
.plan-grid h3 {
  color: var(--cj-blue);
}

.plan-grid span {
  color: var(--cj-muted);
}

.plan-grid a {
  color: var(--cj-paper);
  border: 0;
  border-radius: 4px;
  background: var(--cj-blue);
}

.plan-grid a:hover {
  color: var(--cj-paper);
  background: var(--cj-blue-dark);
}

/* Three package choices */
.packages__lead {
  margin: -22px auto 48px;
  color: var(--cj-muted);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.package-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.package-card {
  position: relative;
  border: 2px solid var(--cj-line);
  border-radius: 8px;
  background: var(--cj-paper);
  box-shadow: 0 12px 30px rgba(77, 49, 29, .1);
  overflow: hidden;
}

.package-card--take {
  border-color: rgba(22, 136, 173, .45);
}

.package-card--ume {
  border: 4px solid var(--cj-orange);
  box-shadow: 0 18px 42px rgba(164, 62, 5, .18);
}

.package-card__recommend {
  padding: 9px 15px;
  color: var(--cj-paper);
  background: var(--cj-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
  text-align: center;
}

.package-card__label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  width: 74px;
  height: 74px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--cj-paper);
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background: var(--cj-orange);
  box-shadow: 0 5px 16px rgba(75, 29, 6, .24);
}

.package-card--take .package-card__label {
  background: var(--cj-blue);
}

.package-card--ume .package-card__label {
  top: 48px;
  background: var(--cj-orange-dark);
}

.package-card__label span {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.package-card__label small {
  margin-top: 5px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
}

.package-card__visual {
  position: relative;
  height: 218px;
  overflow: hidden;
}

.package-card__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(25, 17, 11, .76), transparent 60%);
  content: "";
}

.package-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card__visual p {
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: 18px;
  z-index: 1;
  margin: 0;
  color: var(--cj-paper);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
}

.package-card__body {
  padding: 28px 25px 26px;
}

.package-card__english {
  margin-bottom: 7px;
  color: var(--cj-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.3;
}

.package-card--take .package-card__english {
  color: var(--cj-blue);
}

.package-card__body h3 {
  min-height: 70px;
  margin-bottom: 13px;
  color: var(--cj-blue);
  font-family: "Archivo Black", "Noto Sans JP", sans-serif;
  font-size: 22px;
  letter-spacing: -.02em;
  line-height: 1.4;
}

.package-card__body h3 b {
  color: var(--cj-orange);
  font-weight: inherit;
}

.package-card__summary {
  min-height: 88px;
  margin-bottom: 22px;
  color: var(--cj-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.package-card__contents {
  min-height: 246px;
  margin: 0 0 20px;
  padding: 0;
  border-top: 1px solid var(--cj-line);
  list-style: none;
}

.package-card__contents li {
  display: flex;
  min-height: 61px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 5px 10px 28px;
  border-bottom: 1px solid var(--cj-line);
}

.package-card__contents li::before {
  position: absolute;
  margin-left: -25px;
  color: var(--cj-orange);
  content: "✓";
  font-size: 15px;
  font-weight: 900;
}

.package-card__contents li.is-off {
  opacity: .42;
}

.package-card__contents li.is-off::before {
  content: "—";
}

.package-card__contents strong {
  color: var(--cj-blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.25;
}

.package-card__contents span {
  margin-top: 3px;
  color: var(--cj-muted);
  font-size: 10px;
  line-height: 1.35;
}

.package-card__included {
  min-height: 37px;
  margin: -7px 0 14px;
  padding: 8px 10px;
  color: var(--cj-orange-dark);
  border: 1px solid var(--cj-line);
  border-radius: 4px;
  background: #fff7f0;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.package-card__pricing {
  min-height: 151px;
  margin-bottom: 18px;
  padding: 18px 14px;
  border-radius: 5px;
  background: var(--cj-cream);
  text-align: center;
}

.package-card__pricing p {
  margin-bottom: 4px;
  color: var(--cj-muted);
  font-size: 11px;
  line-height: 1.4;
}

.package-card__pricing del {
  text-decoration-color: var(--cj-orange);
  text-decoration-thickness: 2px;
}

.package-card__pricing > strong {
  display: block;
  color: var(--cj-orange);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 43px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .015em;
  line-height: 1.15;
}

.package-card__pricing > strong small {
  display: block;
  margin-bottom: 4px;
  color: var(--cj-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
}

.package-card__pricing > strong em {
  margin-left: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
}

.package-card__pricing > span {
  display: block;
  margin-top: 7px;
  color: var(--cj-blue);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
}

.package-card__body > a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--cj-paper);
  border-radius: 4px;
  background: var(--cj-blue);
  font-size: 12px;
  font-weight: 900;
  transition: background .2s ease, transform .2s ease;
}

.package-card--ume .package-card__body > a {
  background: var(--cj-orange);
}

.package-card__body > a:hover {
  background: var(--cj-blue-dark);
  transform: translateY(-2px);
}

.package-card--ume .package-card__body > a:hover {
  background: var(--cj-orange-dark);
}

.packages__note {
  margin: 26px 0 0;
  color: var(--cj-muted);
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
}

/* CHANGE JOURNEY single plan */
.base-plan {
  display: grid;
  max-width: 1040px;
  margin: 0 auto;
  border: 1px solid var(--cj-line);
  border-top: 7px solid var(--cj-orange);
  border-radius: 8px;
  background: var(--cj-paper);
  box-shadow: 0 18px 48px rgba(77, 49, 29, .13);
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
}

.base-plan__visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}

.base-plan__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(38, 21, 10, .88), transparent 62%);
  content: "";
}

.base-plan__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.base-plan__visual > div {
  position: absolute;
  right: 34px;
  bottom: 36px;
  left: 34px;
  z-index: 1;
  color: var(--cj-paper);
}

.base-plan__visual p {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .14em;
}

.base-plan__visual strong {
  font-size: clamp(27px, 2.5vw, 38px);
  line-height: 1.45;
}

.base-plan__body {
  padding: 50px 54px 46px;
}

.base-plan__logo {
  width: min(290px, 75%);
  margin-bottom: 30px;
}

.base-plan__body h3 {
  margin-bottom: 18px;
  color: var(--cj-blue);
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.45;
}

.base-plan__summary {
  margin-bottom: 26px;
  color: var(--cj-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}

.base-plan__contents {
  margin: 0 0 26px;
  padding: 0;
  border-top: 1px solid var(--cj-line);
  list-style: none;
}

.base-plan__contents li {
  display: grid;
  align-items: center;
  gap: 10px 16px;
  padding: 17px 4px;
  border-bottom: 1px solid var(--cj-line);
  grid-template-columns: 76px 1fr;
}

.base-plan__contents strong {
  color: var(--cj-orange);
  font-size: 13px;
}

.base-plan__contents span {
  color: var(--cj-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.base-plan__price {
  display: grid;
  align-items: end;
  gap: 3px 14px;
  margin-bottom: 24px;
  padding: 20px 24px;
  border-radius: 5px;
  background: var(--cj-cream);
  grid-template-columns: auto 1fr;
}

.base-plan__price > span {
  padding-bottom: 8px;
  color: var(--cj-ink);
  font-size: 13px;
  font-weight: 900;
}

.base-plan__price > strong {
  color: var(--cj-orange);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
  line-height: 1;
  text-align: right;
}

.base-plan__price em {
  margin-left: 4px;
  font-size: 17px;
  font-style: normal;
}

.base-plan__price small {
  color: var(--cj-blue);
  font-size: 11px;
  font-weight: 800;
  grid-column: 1 / -1;
  text-align: right;
}

.base-plan__actions {
  display: grid;
  gap: 14px;
}

.base-plan__actions .button {
  width: 100%;
}

.base-plan__chat,
.briefing__chat {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--cj-blue);
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 900;
}

.plans__after-guide {
  display: grid;
  max-width: 1040px;
  align-items: center;
  gap: 24px;
  margin: 26px auto 0;
  padding: 30px 34px;
  color: var(--cj-paper);
  border-radius: 6px;
  background: var(--cj-blue);
  grid-template-columns: 1fr auto;
}

.plans__after-guide p {
  margin: 0 0 5px;
  color: #9ed9ec;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
}

.plans__after-guide h3 {
  margin-bottom: 8px;
  color: var(--cj-paper);
  font-size: 22px;
}

.plans__after-guide div > span {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.7;
}

.plans__after-guide > a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  color: var(--cj-blue);
  border-radius: 4px;
  background: var(--cj-paper);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.briefing__actions {
  display: grid;
  max-width: 620px;
  gap: 14px;
  margin: 38px auto 0;
}

.briefing__actions .button {
  margin: 0;
}

.after-grid div > span {
  margin-bottom: 9px;
  color: var(--cj-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

/* Support */
.support {
  background: var(--cj-paper);
}

.support-grid {
  gap: 12px;
}

.support-grid article {
  min-height: 220px;
  border: 1px solid var(--cj-line);
  border-radius: 5px;
  background: var(--cj-cream);
}

.support-grid span {
  color: var(--cj-orange);
}

.support-grid h3 {
  color: var(--cj-blue);
}

/* Optional coaching after journey */
.after {
  color: var(--cj-ink);
  background: var(--cj-paper);
}

.after .section-kicker {
  color: var(--cj-orange);
}

.after h2 {
  color: var(--cj-blue);
}

.after-grid article {
  border: 1px solid var(--cj-line);
  border-radius: 5px;
  box-shadow: 0 8px 22px rgba(63, 48, 35, .08);
}

.after-grid h3 {
  color: var(--cj-blue);
}

.after .text-link {
  color: var(--cj-orange);
}

/* Entry CTA */
.briefing {
  color: var(--cj-paper);
  background: transparent;
}

.briefing .section-kicker,
.briefing .section-title {
  color: var(--cj-paper);
}

.briefing-steps article {
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(92, 38, 5, .13);
}

.briefing-steps span {
  color: var(--cj-orange);
}

.briefing-steps h3 {
  color: var(--cj-blue);
}

/* FAQ */
.faq {
  background: var(--cj-paper);
}

.faq-list {
  border-top-color: var(--cj-line);
}

.faq-list details {
  margin-bottom: 10px;
  border: 1px solid var(--cj-line);
  border-radius: 5px;
  background: var(--cj-paper);
}

.faq-list summary {
  color: var(--cj-ink);
}

.faq-list summary::before,
.faq-list summary::after {
  color: var(--cj-orange);
}

/* Closing */
.closing {
  width: min(calc(100% - 64px), 1340px);
  min-height: 650px;
  margin: 24px auto 0;
  border-radius: var(--cj-radius);
  box-shadow: var(--cj-shadow);
}

.closing__shade {
  background:
    linear-gradient(90deg, rgba(54, 25, 7, .9), rgba(114, 48, 8, .58) 58%, rgba(228, 94, 0, .12)),
    linear-gradient(0deg, rgba(228, 94, 0, .32), transparent 55%);
}

.closing .section-kicker {
  color: #ffd5b6;
}

.closing strong {
  color: #ffd2ad;
}

/* Footer */
.site-footer {
  margin-top: 24px;
  color: var(--cj-paper);
  background: var(--cj-orange-dark);
}

.site-footer__inner img {
  filter: brightness(0) invert(1);
}

.site-footer__inner strong {
  color: var(--cj-paper);
}

/* Responsive */
@media (max-width: 920px) {
  .section {
    padding: 78px 38px;
  }

  .hero__frame {
    width: min(calc(100% - 48px), 1200px);
  }

  .hero__inner {
    width: calc(100% - 64px);
  }

  .proof-bar {
    width: min(calc(100% - 48px), 1200px);
  }

  .hero-intro__actions {
    flex-wrap: wrap;
  }

  .manifest__photo {
    left: 46%;
  }

  .manifest__shade {
    background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255, 255, 255, .9) 52%, rgba(255, 255, 255, .2) 78%);
  }

  .package-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .package-card {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
  }

  .package-card__recommend,
  .package-card__label {
    grid-column: 1;
  }

  .package-card__recommend {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    z-index: 3;
    width: 39%;
  }

  .package-card__visual {
    height: 100%;
    min-height: 650px;
    grid-column: 1;
    grid-row: 1;
  }

  .package-card__body {
    grid-column: 2;
    grid-row: 1;
  }

  .package-card__label,
  .package-card--ume .package-card__label {
    top: 18px;
  }
}

@media (max-width: 680px) {
  main {
    padding-bottom: 10px;
  }

  .section {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 64px 20px;
    border-radius: 4px;
  }

  .site-header {
    min-height: 68px;
  }

  .site-header__brand img {
    width: 162px;
  }

  .hero {
    min-height: 0;
    padding: 78px 0 20px;
    border: 0;
  }

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

  .hero__media {
    inset: 0;
    border: 0;
    background-position: 61% center;
    box-shadow: none;
  }

  .hero__video {
    object-position: 61% center;
  }

  .hero__overlay {
    background:
      linear-gradient(0deg, rgba(31, 13, 4, .9) 0%, rgba(31, 13, 4, .42) 42%, transparent 72%),
      linear-gradient(90deg, rgba(31, 13, 4, .24), transparent);
  }

  .hero__inner {
    width: calc(100% - 36px);
    min-height: 620px;
    justify-content: flex-end;
    padding: 28px 0 34px;
  }

  .hero__eyebrow {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .hero h1 {
    margin-bottom: 12px;
    font-size: 27px;
    white-space: nowrap;
  }

  .hero h1 span {
    display: inline;
  }

  .hero__summary {
    font-size: 14px;
  }

  .proof-bar {
    width: min(calc(100% - 40px), 560px);
    margin-top: 20px;
  }

  .proof-bar > img {
    display: none;
  }

  .proof-bar__mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .proof-bar__mobile span {
    display: block;
    width: 100%;
    aspect-ratio: 2.45 / 1;
    background-color: #fff;
    background-image: url("../images/track-record-bar.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: 14px;
    box-shadow: 0 5px 12px rgba(33, 24, 22, .1);
    filter: hue-rotate(22deg) saturate(1.18) brightness(1.12);
  }

  .proof-bar__mobile span:nth-child(1) {
    background-position: 11% center;
  }

  .proof-bar__mobile span:nth-child(2) {
    background-position: 38% center;
  }

  .proof-bar__mobile span:nth-child(3) {
    background-position: 65% center;
  }

  .proof-bar__mobile span:nth-child(4) {
    background-position: 92% center;
  }

  .hero-intro {
    padding: 64px 20px 68px;
  }

  .hero-intro__logo {
    width: min(360px, 88%);
    margin-bottom: 26px;
  }

  .hero-intro h2 {
    font-size: 30px;
  }

  .hero-intro__lead {
    font-size: 18px;
  }

  .hero-intro__definition {
    font-size: 13px;
    text-align: left;
  }

  .hero-intro__tags {
    width: 100%;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-intro__actions {
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
  }

  .hero-intro__actions .button {
    width: 100%;
    min-width: 0;
  }

  .packages__lead {
    margin: -10px 0 34px;
    font-size: 13px;
    text-align: left;
  }

  .package-card {
    display: block;
  }

  .package-card__recommend {
    position: static;
    width: 100%;
  }

  .package-card__visual {
    height: 210px;
    min-height: 0;
  }

  .package-card__label,
  .package-card--ume .package-card__label {
    top: 14px;
  }

  .package-card--ume .package-card__label {
    top: 48px;
  }

  .package-card__body {
    padding: 26px 20px 22px;
  }

  .package-card__body h3,
  .package-card__summary,
  .package-card__contents,
  .package-card__pricing {
    min-height: 0;
  }

  .package-card__contents {
    margin-bottom: 18px;
  }

  .package-card__pricing > strong {
    font-size: 41px;
  }

  .manifest {
    min-height: 680px;
    color: var(--cj-paper);
  }

  .manifest__photo {
    inset: 0;
  }

  .manifest__shade {
    background: linear-gradient(0deg, rgba(34, 23, 15, .94), rgba(34, 23, 15, .63) 75%, rgba(34, 23, 15, .18));
  }

  .manifest h2,
  .manifest p {
    color: var(--cj-paper);
  }

  .manifest strong {
    color: #ffc69c;
  }

  .empathy-grid article {
    min-height: 158px;
  }

  .story {
    box-shadow: none;
  }

  .story-card {
    padding: 30px 24px;
  }

  .countdown__steps article {
    background: var(--cj-paper);
  }

  .days {
    box-shadow: none;
  }

  .days .section-title {
    font-size: 30px;
  }

  .day-grid {
    width: calc(100vw - 20px);
  }

  .voices,
  .briefing {
    box-shadow: none;
  }

  .readiness-grid article:nth-child(2) {
    border-right: 0;
  }

  .readiness-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--cj-line);
  }

  .closing {
    width: calc(100% - 20px);
    min-height: 690px;
    margin-top: 10px;
    border-radius: 4px;
  }

  .site-footer {
    margin-top: 10px;
  }
}

@media (max-width: 920px) {
  .base-plan {
    grid-template-columns: 1fr;
  }

  .base-plan__visual {
    min-height: 440px;
  }

  .plans__after-guide {
    grid-template-columns: 1fr;
  }

  .plans__after-guide > a {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .base-plan {
    border-top-width: 5px;
  }

  .base-plan__visual {
    min-height: 300px;
  }

  .base-plan__visual > div {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .base-plan__visual strong {
    font-size: 25px;
  }

  .base-plan__body {
    padding: 34px 22px 28px;
  }

  .base-plan__logo {
    width: min(230px, 80%);
    margin-bottom: 24px;
  }

  .base-plan__body h3 {
    font-size: 25px;
  }

  .base-plan__summary {
    font-size: 12px;
    line-height: 1.85;
  }

  .base-plan__contents li {
    align-items: start;
    grid-template-columns: 64px 1fr;
  }

  .base-plan__price {
    padding: 18px 16px;
  }

  .base-plan__price > strong {
    font-size: 40px;
  }

  .plans__after-guide {
    padding: 26px 22px;
  }

  .plans__after-guide h3 {
    font-size: 19px;
  }

  .base-plan__chat,
  .briefing__chat {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video {
    display: none;
  }
}

/* CHANGE JOURNEY content refinement */
.manifest__photo {
  background-image: url("../images/change-journey-destination.webp");
  background-position: 54% center;
}

.button--primary-large {
  min-height: 78px;
  padding: 20px 36px;
  font-size: 17px;
  box-shadow: 0 15px 34px rgba(12, 108, 141, .28);
}

.button--line-secondary {
  min-height: 52px;
  padding: 12px 22px;
  color: #078a3d;
  border-color: #06c755;
  background: var(--cj-paper);
  font-size: 12px;
  letter-spacing: .04em;
  box-shadow: none;
}

.button--line-secondary:hover,
.button--line-secondary:focus-visible {
  color: var(--cj-paper);
  background: #06c755;
}

.button--line-secondary span {
  font-size: 12px;
  line-height: 1.4;
}

.button--line-secondary span:last-child {
  font-size: 18px;
}

.line-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  fill: currentColor;
}

.button--line-secondary-light {
  color: var(--cj-paper);
  border-color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
}

.hero-intro__actions {
  width: min(100%, 740px);
  flex-direction: column;
  align-items: center;
}

.hero-intro__actions .button--primary-large {
  width: 100%;
}

.hero-intro__actions .button--line-secondary {
  width: min(100%, 510px);
  min-width: 0;
}

.countdown {
  color: var(--cj-ink);
  background:
    linear-gradient(145deg, rgba(27, 87, 59, .07), transparent 55%),
    #f5faf7;
}

.countdown .section-kicker,
.countdown__steps span,
.countdown__grid > div > strong {
  color: #1b573b;
}

.countdown__grid > img {
  border-color: #1b573b;
  box-shadow: 0 14px 34px rgba(27, 87, 59, .14);
}

.countdown__logo-image {
  width: min(100%, 310px);
  height: 78px;
  margin: 0 0 14px;
  object-fit: contain;
  object-position: left center;
}

.countdown h2 {
  color: #1b573b;
}

.countdown__steps {
  border-color: rgba(27, 87, 59, .24);
}

.countdown__steps article {
  border-color: rgba(27, 87, 59, .18);
  background: rgba(255, 255, 255, .86);
}

.day-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.day-grid article {
  min-height: 500px;
}

.day-grid img {
  height: 210px;
}

.day-grid h3 {
  min-height: 76px;
  margin-inline: 18px;
  font-size: 19px;
}

.day-grid p {
  margin-inline: 18px;
  font-size: 12px;
  line-height: 1.85;
}

.online-reflection {
  display: grid;
  width: min(100%, 920px);
  align-items: center;
  gap: 22px;
  margin: 16px auto 0;
  padding: 24px 28px;
  color: var(--cj-blue);
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 6px;
  background: var(--cj-paper);
  grid-template-columns: auto 1fr auto;
}

.online-reflection > span {
  color: var(--cj-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.online-reflection h3 {
  margin: 0 0 5px;
  color: var(--cj-blue);
  font-size: 20px;
}

.online-reflection p {
  margin: 0;
  color: var(--cj-muted);
  font-size: 12px;
  line-height: 1.7;
}

.online-reflection > strong {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--cj-paper);
  border-radius: 50%;
  background: var(--cj-orange);
  font-size: 14px;
}

.after-journey-support {
  width: min(100%, 1040px);
  margin: 22px auto 0;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 7px;
  background: rgba(255, 255, 255, .12);
}

.after-journey-support__intro {
  margin-bottom: 24px;
  color: var(--cj-paper);
  text-align: center;
}

.after-journey-support__intro > p {
  margin: 0 0 7px;
  color: #ffe0c7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .15em;
}

.after-journey-support__intro h3 {
  margin: 0 0 8px;
  color: var(--cj-paper);
  font-size: 28px;
}

.after-journey-support__intro > span {
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  line-height: 1.7;
}

.after-journey-support__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.after-journey-card {
  position: relative;
  padding: 26px 28px 28px;
  color: var(--cj-ink);
  border-top: 6px solid #1b573b;
  border-radius: 6px;
  background: var(--cj-paper);
  box-shadow: 0 12px 30px rgba(68, 29, 7, .13);
}

.after-journey-card--benefit {
  border-top-color: var(--cj-orange);
}

.after-journey-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.after-journey-card__topline > span {
  color: #1b573b;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.after-journey-card--benefit .after-journey-card__topline > span {
  color: var(--cj-orange);
}

.after-journey-card__topline > strong {
  padding: 6px 11px;
  color: var(--cj-paper);
  border-radius: 999px;
  background: #1b573b;
  font-size: 11px;
  white-space: nowrap;
}

.after-journey-card--benefit .after-journey-card__topline > strong {
  background: var(--cj-orange);
}

.after-journey-card__type {
  margin: 0 0 8px;
  color: var(--cj-muted);
  font-size: 12px;
  font-weight: 800;
}

.after-journey-card h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0 0 14px;
  color: var(--cj-blue);
  font-size: 25px;
  line-height: 1.45;
}

.after-journey-card h4 > span {
  color: var(--cj-muted);
  font-size: 11px;
  font-weight: 800;
}

.after-journey-card > p:not(.after-journey-card__type):not(.after-journey-card__offer) {
  margin: 0;
  color: var(--cj-muted);
  font-size: 12px;
  line-height: 1.85;
}

.after-journey-card__offer {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
  margin: 18px 0 0;
  color: var(--cj-muted);
  font-size: 13px;
  font-weight: 800;
}

.after-journey-card__offer s {
  text-decoration-color: var(--cj-orange);
  text-decoration-thickness: 2px;
}

.after-journey-card__offer > span {
  color: var(--cj-orange);
}

.after-journey-card__offer > strong {
  color: var(--cj-orange);
  font-size: 30px;
  line-height: 1;
}

.journey-options {
  background: var(--cj-paper);
}

.journey-options__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.journey-option {
  border: 1px solid var(--cj-line);
  border-radius: 7px;
  background: var(--cj-paper);
  box-shadow: 0 12px 30px rgba(75, 48, 29, .1);
  overflow: hidden;
}

.journey-option > img {
  width: 100%;
  height: 330px;
  border: 0;
  object-fit: cover;
}

.journey-option > div {
  padding: 32px 34px 34px;
}

.journey-option > div > p:first-child {
  margin: 0 0 8px;
  color: var(--cj-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .13em;
}

.journey-option--laos > div > p:first-child {
  color: #1b573b;
}

.journey-option h3 {
  margin-bottom: 14px;
  color: var(--cj-blue);
  font-size: 25px;
  line-height: 1.55;
}

.journey-option > div > span {
  display: block;
  margin-bottom: 18px;
  color: var(--cj-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.6;
}

.journey-option--laos > div > span {
  color: #1b573b;
}

.journey-option > div > p:not(:first-child) {
  min-height: 66px;
  margin-bottom: 24px;
  color: var(--cj-muted);
  font-size: 13px;
  line-height: 1.8;
}

.journey-option a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--cj-paper);
  border-radius: 4px;
  background: var(--cj-orange);
  font-size: 13px;
  font-weight: 900;
}

.journey-option--laos a {
  background: #1b573b;
}

.experience__lead {
  max-width: 780px;
  margin: -22px auto 42px;
  color: var(--cj-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
}

.experience-grid--difference {
  gap: 14px;
}

.experience-grid--difference article {
  min-height: 330px;
  padding: 26px 22px;
  border-top: 5px solid var(--cj-orange);
  background: var(--cj-paper);
}

.experience-grid--difference article > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(228, 94, 0, .22);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}

.experience-grid--difference small {
  color: var(--cj-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.experience-grid--difference h3 {
  margin: 16px 0 12px;
  color: var(--cj-blue);
  font-size: 18px;
  line-height: 1.65;
}

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

.explanation-cta {
  position: relative;
  min-height: 620px;
  color: var(--cj-paper);
  background: #241710;
}

.explanation-cta__photo,
.explanation-cta__shade {
  position: absolute;
  inset: 0;
}

.explanation-cta__photo {
  background: url("../images/change-journey-destination.webp") center / cover no-repeat;
}

.explanation-cta__shade {
  background: linear-gradient(90deg, rgba(29, 18, 11, .9), rgba(29, 18, 11, .6) 58%, rgba(29, 18, 11, .28));
}

.explanation-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 60px;
  grid-template-columns: 1.15fr .85fr;
}

.explanation-cta__copy h2 {
  margin-bottom: 24px;
  color: var(--cj-paper);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.45;
}

.explanation-cta__copy > p:not(.section-kicker) {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 2;
}

.explanation-cta__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.explanation-cta__copy li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .52);
  font-size: 12px;
  font-weight: 800;
}

.explanation-cta__actions {
  padding: 34px;
  color: var(--cj-ink);
  border-radius: 7px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
  text-align: center;
}

.explanation-cta__actions > span {
  display: block;
  margin-bottom: 14px;
  color: var(--cj-blue);
  font-size: 13px;
  font-weight: 900;
}

.explanation-cta__actions .button--primary-large {
  display: flex;
  width: 100%;
}

.explanation-cta__button-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.explanation-cta__button-copy small {
  color: #fff0a5;
  font-size: 12px;
}

.explanation-cta__button-copy strong {
  color: var(--cj-paper);
  font-size: 16px;
}

.explanation-cta__actions .button--primary-large > b {
  font-size: 24px;
}

.explanation-cta__actions > p {
  margin: 22px 0 10px;
  color: var(--cj-muted);
  font-size: 12px;
  font-weight: 700;
}

.explanation-cta__actions .button--line-secondary {
  width: 100%;
}

.after__program-logo {
  width: min(100%, 220px);
  height: 68px;
  margin: 0 0 12px;
  object-fit: contain;
  object-position: left center;
}

.briefing__actions .button--primary-large {
  width: 100%;
}

.briefing__actions .button--line-secondary {
  width: min(100%, 520px);
  margin-inline: auto;
}

@media (max-width: 1120px) {
  .day-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-grid--difference {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 920px) {
  .journey-options__grid,
  .explanation-cta__inner {
    grid-template-columns: 1fr;
  }

  .journey-option > img {
    height: 300px;
  }

  .explanation-cta__inner {
    gap: 36px;
  }
}

@media (max-width: 680px) {
  .button--primary-large {
    min-height: 70px;
    padding: 17px 20px;
    font-size: 14px;
  }

  .button--line-secondary {
    width: 100%;
    padding-inline: 16px;
  }

  .manifest__photo {
    background-position: 62% center;
  }

  .countdown__logo-image {
    width: 230px;
    height: 58px;
  }

  .day-grid {
    width: 100%;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .day-grid article {
    width: 100%;
    min-height: 0;
  }

  .day-grid img {
    height: 230px;
  }

  .day-grid h3 {
    min-height: 0;
  }

  .online-reflection {
    align-items: start;
    padding: 22px 20px;
    grid-template-columns: 1fr auto;
  }

  .online-reflection > span {
    grid-column: 1 / -1;
  }

  .online-reflection > strong {
    width: 54px;
    height: 54px;
  }

  .after-journey-support {
    padding: 26px 18px 20px;
  }

  .after-journey-support__intro {
    text-align: left;
  }

  .after-journey-support__intro h3 {
    font-size: 23px;
  }

  .after-journey-support__grid {
    grid-template-columns: 1fr;
  }

  .after-journey-card {
    padding: 23px 20px 25px;
  }

  .after-journey-card h4 {
    font-size: 21px;
  }

  .journey-option > img {
    height: 230px;
  }

  .journey-option > div {
    padding: 26px 20px 28px;
  }

  .journey-option h3 {
    font-size: 22px;
  }

  .journey-option > div > p:not(:first-child) {
    min-height: 0;
  }

  .experience__lead {
    margin-top: -8px;
    text-align: left;
  }

  .experience-grid--difference {
    grid-template-columns: 1fr;
  }

  .experience-grid--difference article,
  .experience-grid--difference article:nth-child(n + 4) {
    display: block;
    min-height: 0;
  }

  .explanation-cta {
    min-height: 0;
  }

  .explanation-cta__photo {
    background-position: 64% center;
  }

  .explanation-cta__shade {
    background: linear-gradient(0deg, rgba(29, 18, 11, .94), rgba(29, 18, 11, .64));
  }

  .explanation-cta__copy h2 {
    font-size: 30px;
  }

  .explanation-cta__actions {
    padding: 26px 18px;
  }

  .after__program-logo {
    width: 190px;
    height: 58px;
  }
}
/* 2026-07 conversion-focused section redesign */
.opening-story {
  overflow: hidden;
  padding: 96px clamp(28px, 4.6vw, 62px);
  background: var(--cream);
}

.opening-story::after {
  display: none;
}

.opening-story__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: clamp(42px, 6vw, 82px);
}

.opening-story__visual {
  position: static;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(38, 35, 31, .12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(56, 35, 17, .13);
}

.opening-story__visual::before {
  display: none;
}

.opening-story__visual img {
  width: 100%;
  height: clamp(500px, 52vw, 640px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 58% center;
}

.opening-story__visual p {
  position: static;
  width: 100%;
  margin: 0;
  padding: 22px 24px 24px;
  color: var(--white);
  background: var(--ink);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.6;
}

.opening-story__visual p strong {
  color: #ff9e55;
  font-size: 1.15em;
}

.opening-story__copy {
  position: relative;
  z-index: 2;
}

.opening-story__copy h2 {
  margin-bottom: 20px;
  color: var(--orange);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1.3;
}

.opening-story__lead {
  margin-bottom: 28px;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 800;
}

.opening-story__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.opening-story__signals span {
  padding: 8px 14px;
  border: 1px solid rgba(228, 94, 0, .35);
  border-radius: 999px;
  color: var(--orange-dark);
  background: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.opening-story__copy > p:not(.section-kicker):not(.opening-story__lead) {
  max-width: 620px;
  margin-bottom: 26px;
  font-size: 15px;
}

.opening-story__copy > strong {
  display: block;
  padding-left: 20px;
  border-left: 5px solid var(--orange);
  font-size: clamp(16px, 1.65vw, 21px);
  line-height: 1.75;
}

.opening-story__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.opening-story__button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 24px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(4, 93, 128, .22);
  font-size: 13px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.opening-story__button:hover,
.opening-story__button:focus-visible {
  background: var(--blue-dark);
  transform: translateY(-3px);
}

.opening-story__link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.opening-story__link span {
  color: var(--orange);
  font-size: 18px;
}

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

.about__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 28px 0 32px;
}

.about__points article {
  min-height: 245px;
  overflow: hidden;
  padding: 0;
  color: var(--white);
  background: var(--orange);
}

.about__points article > img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.about__points article > div {
  padding: 15px 14px 17px;
}

.about__points span,
.about__points strong,
.about__points small {
  display: block;
}

.about__points span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .7);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.about__points strong {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
}

.about__points small {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.55;
}

.briefing-promo {
  isolation: isolate;
  min-height: 940px;
  overflow: hidden;
  padding: 100px 0 92px;
  color: var(--white);
  text-align: center;
}

.briefing-promo__photo,
.briefing-promo__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.briefing-promo__photo {
  background: url("../images/briefing-background.webp") center 46% / cover no-repeat;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.02);
}

.briefing-promo__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(111, 34, 9, .68), rgba(211, 67, 17, .58) 46%, rgba(54, 17, 6, .84)),
    linear-gradient(90deg, rgba(228, 94, 0, .28), rgba(92, 24, 7, .42));
}

.briefing-promo__inner {
  width: min(calc(100% - 64px), 960px);
}

.briefing-promo h2 {
  margin-bottom: 30px;
  font-size: clamp(45px, 6vw, 74px);
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.28;
}

.briefing-promo__questions {
  display: flex;
  max-width: 780px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 36px;
}

.briefing-promo__questions span {
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .95);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.briefing-promo__people {
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.briefing-promo__people img {
  width: 150px;
  height: 150px;
  border: 6px solid rgba(255, 255, 255, .96);
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(60, 8, 0, .3);
  object-fit: cover;
}

.briefing-promo__people img:nth-child(2) {
  z-index: 2;
  width: 190px;
  height: 190px;
  margin-inline: -22px;
}

.briefing-promo__people img:first-child {
  transform: rotate(-5deg);
}

.briefing-promo__people img:last-child {
  transform: rotate(5deg);
}

.briefing-promo h3 {
  margin-bottom: 14px;
  font-size: clamp(19px, 2.3vw, 27px);
  font-weight: 900;
}

.briefing-promo__message {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 700;
}

.briefing-promo__proof {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}

.briefing-promo__proof span {
  display: inline-flex;
  min-width: 160px;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .4);
  background: rgba(93, 20, 2, .24);
  font-size: 11px;
  font-weight: 800;
}

.briefing-promo__proof strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.briefing-promo__button {
  display: inline-flex;
  min-width: min(100%, 430px);
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 32px;
  border-radius: 999px;
  color: #bc320d;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(68, 9, 0, .3);
  font-size: 17px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.briefing-promo__button:hover,
.briefing-promo__button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(68, 9, 0, .38);
}

.briefing-promo__sub {
  margin: 13px 0 8px;
  font-size: 11px;
  font-weight: 700;
}

.briefing-promo__line {
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 800;
}

.support {
  background:
    linear-gradient(180deg, rgba(247, 241, 231, .72), rgba(255, 253, 248, 1)),
    var(--paper);
}

.support-grid--visual {
  gap: 18px;
}

.support-grid--visual article {
  min-height: 440px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(55, 39, 22, .12);
}

.support-grid--visual img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.support-grid--visual article > div {
  padding: 25px 25px 28px;
}

.support-grid--visual span {
  font-size: 14px;
  letter-spacing: .17em;
}

.support-grid--visual h3 {
  margin: 8px 0 7px;
  color: var(--ink);
  font-size: 20px;
}

.support-grid--visual p {
  font-size: 12px;
  line-height: 1.75;
}

@media (min-width: 1121px) {
  .day-grid {
    position: relative;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
    padding-top: 40px;
  }

  .day-grid::before {
    position: absolute;
    top: 14px;
    right: 7.1%;
    left: 7.1%;
    height: 3px;
    background: rgba(255, 255, 255, .72);
    content: "";
  }

  .day-grid article {
    position: relative;
    min-width: 0;
    min-height: 430px;
    overflow: visible;
  }

  .day-grid__marker {
    position: absolute;
    z-index: 2;
    top: -34px;
    left: 50%;
    width: 18px;
    height: 18px;
    border: 4px solid var(--orange);
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
    transform: translateX(-50%);
  }

  .day-grid img {
    height: 155px;
    border-radius: 7px 7px 0 0;
  }

  .day-grid span {
    padding: 16px 12px 0;
    font-size: 17px;
  }

  .day-grid h3 {
    min-height: 72px;
    margin: 4px 12px 8px;
    font-size: 15px;
  }

  .day-grid p {
    margin: 0 12px 18px;
    font-size: 10px;
    line-height: 1.7;
  }
}

@media (max-width: 920px) {
  .opening-story__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .opening-story__visual {
    width: min(100%, 720px);
    min-height: 0;
  }

  .opening-story__visual img {
    height: 520px;
    aspect-ratio: auto;
  }

  .opening-story__copy {
    max-width: 720px;
  }

  .briefing-promo {
    min-height: 900px;
  }

  .support-grid--visual {
    grid-template-columns: repeat(3, 1fr);
  }

  .support-grid--visual article {
    min-height: 410px;
  }

  .support-grid--visual img {
    height: 220px;
  }
}

@media (max-width: 680px) {
  .opening-story {
    padding: 64px 20px 70px;
  }

  .opening-story__grid {
    width: 100%;
    gap: 36px;
  }

  .briefing-promo__inner {
    width: min(calc(100% - 40px), var(--page));
  }

  .opening-story__visual {
    width: 100%;
    min-height: 0;
    border-radius: 6px;
  }

  .opening-story__visual img {
    height: 420px;
    aspect-ratio: auto;
    object-position: 58% center;
  }

  .opening-story__visual p {
    padding: 18px 18px 20px;
    font-size: 16px;
  }

  .opening-story__copy h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.38;
  }

  .opening-story__lead {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .opening-story__signals {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .opening-story__signals span {
    width: 100%;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 12px;
  }

  .opening-story__copy > p:not(.section-kicker):not(.opening-story__lead) {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.9;
  }

  .opening-story__copy > strong {
    padding-left: 15px;
    font-size: 15px;
  }

  .opening-story__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
  }

  .opening-story__button {
    width: 100%;
  }

  .opening-story__link {
    align-self: stretch;
    justify-content: space-between;
    font-size: 12px;
  }

  .about__points {
    grid-template-columns: 1fr;
  }

  .about__points article {
    display: grid;
    min-height: 145px;
    grid-template-columns: 42% 58%;
    padding: 0;
  }

  .about__points article > img {
    width: 100%;
    height: 100%;
    min-height: 145px;
  }

  .about__points article > div {
    padding: 18px 16px;
  }

  .about__points span {
    margin: 0 0 12px;
  }

  .briefing-promo {
    min-height: 880px;
    padding: 78px 0 72px;
  }

  .briefing-promo__photo {
    background-position: 52% center;
  }

  .briefing-promo h2 {
    font-size: 35px;
  }

  .top-guarantee__heading h2 {
    font-size: 28px;
  }

  #assets-title {
    font-size: 30px;
  }

  .briefing-promo__questions {
    gap: 7px;
    margin-bottom: 31px;
  }

  .briefing-promo__questions span {
    padding: 7px 11px;
    font-size: 10px;
  }

  .briefing-promo__people {
    min-height: 138px;
  }

  .briefing-promo__people img {
    width: 106px;
    height: 106px;
    border-width: 4px;
  }

  .briefing-promo__people img:nth-child(2) {
    width: 138px;
    height: 138px;
    margin-inline: -18px;
  }

  .briefing-promo h3 {
    font-size: 18px;
  }

  .briefing-promo__message {
    font-size: 12px;
    text-align: left;
  }

  .briefing-promo__proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .briefing-promo__proof span {
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    font-size: 9px;
    line-height: 1.4;
  }

  .briefing-promo__proof strong {
    font-size: 25px;
  }

  .briefing-promo__button {
    min-width: 100%;
    min-height: 66px;
    padding-inline: 20px;
    font-size: 15px;
  }

  .support-grid--visual {
    grid-template-columns: 1fr;
  }

  .support-grid--visual article {
    min-height: 0;
  }

  .support-grid--visual img {
    height: 230px;
  }

  .day-grid {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 38px;
  }

  .day-grid::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 10px;
    width: 3px;
    background: rgba(255, 255, 255, .72);
    content: "";
  }

  .day-grid article {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 172px;
    grid-template-columns: 42% 58%;
    grid-template-rows: auto auto 1fr;
    overflow: visible;
    border-radius: 7px;
  }

  .day-grid__marker {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: -35px;
    width: 17px;
    height: 17px;
    border: 4px solid var(--orange);
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
  }

  .day-grid img {
    width: 100%;
    height: 100%;
    min-height: 172px;
    grid-row: 1 / 4;
    border-radius: 7px 0 0 7px;
    object-fit: cover;
  }

  .day-grid span {
    grid-column: 2;
    padding: 16px 14px 0;
    font-size: 16px;
  }

  .day-grid h3 {
    min-height: 0;
    grid-column: 2;
    margin: 2px 14px 6px;
    font-size: 15px;
    line-height: 1.4;
  }

  .day-grid p {
    grid-column: 2;
    margin: 0 14px 14px;
    font-size: 10px;
    line-height: 1.6;
  }
}

/* Final overrides: 2026-07 plan, support and journey-network refinements */
.day-grid article:first-child img {
  object-position: left center;
}

.countdown h2 {
  font-size: clamp(38px, 3.4vw, 48px);
  line-height: 1.42;
}

.countdown h2 span {
  display: block;
  white-space: nowrap;
}

.journey-options__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journey-option {
  display: flex;
  flex-direction: column;
}

.journey-option > img {
  height: 260px;
}

.journey-option > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 27px 29px;
}

.journey-option h3 {
  font-size: 21px;
}

.journey-option > div > p:not(:first-child) {
  min-height: 88px;
  font-size: 12px;
}

.journey-option a {
  margin-top: auto;
}

.journey-option--newyear > div > p:first-child,
.journey-option--newyear > div > span {
  color: #0d607a;
}

.journey-option--newyear a {
  background: #0d607a;
}

.support-grid--visual ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.support-grid--visual li {
  position: relative;
  padding-left: 17px;
  color: #59554e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.6;
}

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

.other-journeys {
  color: var(--white);
  background: #14181a;
}

.other-journeys .section-title,
.other-journeys .section-lead {
  color: var(--white);
}

.other-journeys .section-lead {
  max-width: 760px;
  margin-inline: auto;
}

.other-journeys__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.other-journey-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: #050708;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
  transition: transform .25s ease, border-color .25s ease;
}

.other-journey-card:hover,
.other-journey-card:focus-visible {
  border-color: rgba(255, 255, 255, .72);
  transform: translateY(-5px);
}

.other-journey-card > img {
  width: 100%;
  height: clamp(430px, 45vw, 540px);
  object-fit: cover;
  object-position: center 38%;
}

.other-journey-card > span {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.other-journey-card--bug > span {
  background: linear-gradient(90deg, #0384a7, #07566f);
}

.other-journey-card--love > span {
  background: linear-gradient(90deg, #168f94, #da5a33);
}

.other-journey-card b {
  font-size: 20px;
}

@media (max-width: 920px) {
  .journey-options__grid {
    grid-template-columns: 1fr;
  }

  .journey-option {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
  }

  .journey-option > img {
    height: 100%;
    min-height: 360px;
  }

  .journey-option > div > p:not(:first-child) {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .countdown h2 {
    font-size: clamp(23px, 7vw, 31px);
    letter-spacing: .015em;
    line-height: 1.45;
    word-break: keep-all;
  }

  .journey-option {
    display: block;
  }

  .journey-option > img {
    height: 230px;
    min-height: 0;
  }

  .journey-option > div {
    padding: 24px 22px 25px;
  }

  .journey-option h3 {
    font-size: 20px;
  }

  .support-grid--visual article > div {
    padding-bottom: 24px;
  }

  .other-journeys__grid {
    grid-template-columns: 1fr;
  }

  .other-journey-card > img {
    height: 430px;
  }
}

/* 2026-07-30: program copy, plan colors, support photos and photo-overlay sections */
.program-phase__option strong {
  display: block;
  margin-bottom: 5px;
  color: #0c789a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.65;
}

.program-phase > div > a {
  max-width: 100%;
  font-size: 12px;
  line-height: 1.6;
}

.journey-option > div > p:first-child {
  margin-bottom: 11px;
  font-family: var(--change-en-font);
  font-size: clamp(22px, 2vw, 28px);
  font-style: italic;
  line-height: 1;
  letter-spacing: .08em;
}

.journey-option h3 {
  font-size: clamp(23px, 2vw, 28px);
}

.journey-option > div > span {
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.3;
}

.journey-option--india > div > p:first-child,
.journey-option--india h3,
.journey-option--india > div > span {
  color: #df5c27;
}

.journey-option--india > div > span {
  background: rgba(223, 92, 39, .1);
}

.journey-option--laos > div > p:first-child,
.journey-option--laos h3,
.journey-option--laos > div > span {
  color: #176b4d;
}

.journey-option--laos > div > span {
  background: rgba(23, 107, 77, .1);
}

.journey-option--newyear > div > p:first-child,
.journey-option--newyear h3,
.journey-option--newyear > div > span {
  color: #0d607a;
}

.journey-option--newyear > div > span {
  background: rgba(13, 96, 122, .1);
}

.support-grid--visual article:nth-child(1) > img {
  object-position: center 48%;
}

.support-grid--visual article:nth-child(2) > img {
  object-position: center bottom;
}

.top-guarantee {
  background:
    linear-gradient(105deg, rgba(8, 48, 36, .95), rgba(10, 78, 57, .82)),
    url("../images/changejourney-assets-05.webp") center 56% / cover no-repeat;
}

.other-journeys {
  background:
    linear-gradient(180deg, rgba(5, 10, 13, .9), rgba(5, 10, 13, .95)),
    url("../images/change-journey-destination.webp") center 52% / cover no-repeat;
}

@media (max-width: 680px) {
  .journey-option > div > p:first-child {
    font-size: 23px;
  }

  .journey-option h3 {
    font-size: 23px;
  }

  .journey-option > div > span {
    font-size: 14px;
  }

  .support-grid--visual article:nth-child(2) > img {
    object-position: center bottom;
  }

  .top-guarantee {
    background-position: 38% center;
  }

  .other-journeys {
    background-position: 66% center;
  }
}

/* 2026-07-30: rename notice, supplied program cards and uncropped journey cards */
.rebrand-strip {
  display: grid;
  width: min(calc(100% - 64px), 1100px);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin: 18px auto 2px;
  padding: 18px 4px;
  border-top: 1px solid rgba(255, 255, 255, .38);
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
}

.rebrand-strip p {
  display: grid;
  gap: 5px;
  margin: 0;
}

.rebrand-strip strong {
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 900;
  line-height: 1.45;
}

.rebrand-strip p span {
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.75;
}

.rebrand-strip > a {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.program-phase > img {
  height: auto;
  aspect-ratio: 761 / 568;
  object-fit: cover;
}

.other-journey-card > img {
  display: block;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #050708;
}

@media (max-width: 680px) {
  .asset-grid h3 br {
    display: none;
  }

  .rebrand-strip {
    width: min(calc(100% - 40px), 560px);
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 24px;
    padding: 19px 0;
    text-align: left;
  }

  .rebrand-strip p span {
    font-size: 10px;
  }

  .rebrand-strip > a {
    width: fit-content;
    white-space: normal;
  }

  .program-phase > img,
  .other-journey-card > img {
    height: auto;
    min-height: 0;
  }
}
