:root {
  --about-orange: #df5c27;
  --about-orange-dark: #a83b18;
  --about-green: #175f44;
  --about-blue: #177b9b;
  --about-ink: #1c1b18;
  --about-muted: #676158;
  --about-cream: #f6f0e6;
  --about-paper: #fffdf8;
  --about-line: rgba(28, 27, 24, .14);
  --about-shadow: 0 20px 55px rgba(55, 36, 19, .13);
}

html {
  scroll-padding-top: 96px;
}

body.about-page {
  color: var(--about-ink);
  background: var(--about-cream);
}

.about-page .page-width {
  width: min(calc(100% - 64px), 1200px);
}

.about-page .site-header.is-scrolled,
.about-page .site-header.is-open {
  color: var(--about-ink);
  background: rgba(255, 253, 248, .97);
}

.about-page .site-header__nav {
  gap: 18px;
}

.about-page .site-header__cta {
  background: var(--about-orange);
}

.about-section {
  position: relative;
  padding: 118px 0;
  overflow: hidden;
}

.about-section h2,
.about-closing h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1.36;
}

.about-section h3 {
  letter-spacing: .035em;
}

.about-kicker {
  margin: 0 0 20px;
  color: var(--about-orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.2;
}

.about-kicker--light {
  color: #ffd1b3;
}

.about-button {
  display: inline-flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 18px 38px;
  border-radius: 999px;
  color: var(--white);
  background: var(--about-orange);
  box-shadow: 0 15px 38px rgba(101, 35, 11, .3);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .06em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.about-button:hover,
.about-button:focus-visible {
  background: var(--about-orange-dark);
  box-shadow: 0 20px 44px rgba(101, 35, 11, .36);
  transform: translateY(-3px);
}

.about-button span {
  font-size: 22px;
}

/* Hero */
.about-hero {
  position: relative;
  min-height: 860px;
  color: var(--white);
  background: #3a160b;
  border: 18px solid var(--about-orange);
  overflow: hidden;
}

.about-hero__photo,
.about-hero__overlay {
  position: absolute;
  inset: 0;
}

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

.about-hero__overlay {
  background:
    linear-gradient(90deg, rgba(28, 13, 7, .9) 0%, rgba(42, 17, 7, .63) 48%, rgba(19, 12, 8, .22) 78%),
    linear-gradient(0deg, rgba(27, 12, 7, .68) 0%, rgba(27, 12, 7, .06) 50%);
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 824px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 70px;
}

.about-hero h1 {
  max-width: 850px;
  margin: 0 0 26px;
  font-size: clamp(58px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.12;
  text-shadow: 0 4px 26px rgba(0, 0, 0, .28);
}

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

.rename-story h2 {
  font-size: clamp(44px, 4vw, 50px);
}

.about-hero__inner > p:not(.about-kicker) {
  margin: 0;
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.8;
}

.about-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

/* Rename story */
.rename-story {
  background: var(--about-paper);
}

.rename-story__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 78px;
}

.rename-story__copy h2 {
  margin-bottom: 36px;
  color: var(--about-orange);
}

.rename-story__copy > p:not(.about-kicker) {
  margin-bottom: 20px;
  color: #504b44;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.05;
}

.rename-story__copy > strong {
  display: block;
  margin: 32px 0;
  padding-left: 24px;
  border-left: 5px solid var(--about-orange);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
}

.rename-story__visual {
  position: relative;
  margin: 0;
}

.rename-story__visual::before {
  position: absolute;
  z-index: 0;
  inset: 28px -24px -24px 30px;
  background: var(--about-orange);
  content: "";
}

.rename-story__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center;
}

.rename-story__visual figcaption {
  position: absolute;
  z-index: 2;
  right: -24px;
  bottom: 24px;
  padding: 22px 28px;
  color: var(--white);
  background: rgba(20, 18, 15, .91);
}

.rename-story__visual figcaption span,
.rename-story__visual figcaption strong {
  display: block;
}

.rename-story__visual figcaption span {
  margin-bottom: 6px;
  color: #ffb88b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
}

.rename-story__visual figcaption strong {
  font-size: 19px;
}

/* Concept */
.concept {
  color: var(--white);
  background: var(--about-ink);
  text-align: center;
}

.concept::before {
  position: absolute;
  top: -180px;
  right: -130px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(223, 92, 39, .12);
  border-radius: 50%;
  content: "";
}

.concept h2 {
  margin-bottom: 32px;
}

.concept__lead {
  max-width: 860px;
  margin: 0 auto 62px;
  color: #e4ddd2;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.05;
}

.concept__not-tour {
  display: grid;
  max-width: 1040px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  margin: 0 auto 65px;
}

.concept__not-tour > div {
  min-height: 290px;
  padding: 42px 34px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .065);
  text-align: left;
}

.concept__not-tour > div:last-child {
  border-color: rgba(223, 92, 39, .7);
  background: linear-gradient(145deg, rgba(223, 92, 39, .3), rgba(223, 92, 39, .08));
}

.concept__not-tour span {
  display: block;
  margin-bottom: 24px;
  color: #ffb88b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.concept__not-tour h3 {
  margin: 0 0 20px;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.5;
}

.concept__not-tour p {
  margin: 0;
  color: #d5cec4;
  font-size: 13px;
  line-height: 1.9;
}

.concept__not-tour > strong {
  color: var(--about-orange);
  font-size: 42px;
}

.concept__statement {
  margin: 0;
  font-size: clamp(20px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.8;
}

.concept__statement strong {
  color: #ff9b5d;
  font-weight: 900;
}

/* Assets */
.assets-for-life {
  background:
    radial-gradient(circle at 8% 10%, rgba(223, 92, 39, .12), transparent 25%),
    var(--about-cream);
  text-align: center;
}

.assets-for-life h2 {
  margin-bottom: 62px;
  color: var(--about-orange);
}

.assets-for-life__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.assets-for-life__grid article {
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(55, 36, 19, .1);
  text-align: left;
}

.assets-for-life__grid img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.assets-for-life__grid article:nth-child(1) img {
  object-position: left center;
}

.assets-for-life__grid article > div {
  padding: 24px 20px 28px;
}

.assets-for-life__grid span {
  color: var(--about-orange);
  font-size: 25px;
  font-weight: 900;
}

.assets-for-life__grid h3 {
  min-height: 70px;
  margin: 10px 0 12px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
}

.assets-for-life__grid p {
  margin: 0;
  color: var(--about-muted);
  font-size: 11px;
  line-height: 1.75;
}

/* Program map */
.program-map {
  color: var(--white);
  background: var(--about-orange);
  text-align: center;
}

.program-map h2 {
  margin-bottom: 28px;
}

.program-map__lead {
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.program-map__bar {
  display: grid;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .8);
  grid-template-columns: repeat(3, 1fr);
}

.program-map__bar a {
  position: relative;
  display: flex;
  min-height: 205px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 28px 20px;
  color: var(--about-ink);
  background: var(--white);
}

.program-map__bar a + a {
  border-left: 1px solid rgba(28, 27, 24, .15);
}

.program-map__bar a:nth-child(2) {
  color: var(--white);
  background: var(--about-green);
}

.program-map__bar a:nth-child(3) {
  color: var(--white);
  background: var(--about-blue);
}

.program-map__bar a:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -18px;
  width: 36px;
  height: 36px;
  border: solid var(--about-orange);
  border-width: 4px 4px 0 0;
  background: inherit;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.program-map__bar span,
.program-map__bar strong,
.program-map__bar small {
  display: block;
}

.program-map__bar span {
  margin-bottom: 10px;
  color: var(--about-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.program-map__bar a:not(:first-child) span {
  color: rgba(255, 255, 255, .72);
}

.program-map__bar strong {
  margin-bottom: 10px;
  font-size: clamp(22px, 2.5vw, 34px);
}

.program-map__bar small {
  font-size: 11px;
  font-weight: 700;
}

/* Shared phase */
.phase__header {
  display: grid;
  align-items: end;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  margin-bottom: 72px;
}

.phase__header > div:first-child {
  padding-bottom: 14px;
  border-bottom: 7px solid var(--about-orange);
}

.phase__header > div:first-child span,
.phase__header > div:first-child strong {
  display: block;
}

.phase__header > div:first-child span {
  color: var(--about-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.phase__header > div:first-child strong {
  font-size: clamp(25px, 3vw, 41px);
  line-height: 1.25;
}

.phase__header h2 {
  margin-bottom: 22px;
  color: var(--about-green);
}

.phase__header > div:last-child > p:last-child {
  margin: 0;
  color: var(--about-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}

.phase__header--light > div:first-child {
  border-color: rgba(255, 255, 255, .8);
}

.phase__header--light > div:first-child span,
.phase__header--light h2 {
  color: var(--white);
}

.phase__header--light > div:last-child > p:last-child {
  color: rgba(255, 255, 255, .8);
}

/* Before */
.phase--before {
  background: #edf5f0;
}

.before-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.before-steps article {
  position: relative;
  min-height: 420px;
  padding: 32px 26px 28px;
  border-top: 7px solid var(--about-green);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 95, 68, .1);
}

.before-steps article > span {
  display: block;
  margin-bottom: 26px;
  color: rgba(23, 95, 68, .22);
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
}

.before-steps article > p:first-of-type {
  margin-bottom: 10px;
  color: var(--about-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.before-steps h3 {
  margin: 0 0 18px;
  color: var(--about-green);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
}

.before-steps h3 + p {
  margin-bottom: 24px;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.8;
}

.before-steps article > strong,
.before-steps article > small {
  display: block;
}

.before-steps article > strong {
  padding-top: 18px;
  border-top: 1px solid rgba(23, 95, 68, .18);
  color: var(--about-green);
  font-size: 10px;
}

.before-steps article > small {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
}

/* Journey */
.phase--journey {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(7, 48, 61, .94), rgba(10, 101, 129, .94)),
    url("../assets/images/change-journey-destination.webp") center / cover fixed;
}

.journey-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 105px;
}

.journey-principles article {
  min-height: 300px;
  padding: 30px 25px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(1, 24, 31, .34);
  backdrop-filter: blur(8px);
}

.journey-principles span {
  display: block;
  margin-bottom: 35px;
  color: #78d6ef;
  font-size: 35px;
  font-weight: 900;
}

.journey-principles h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
}

.journey-principles p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
  line-height: 1.8;
}

.route-intro {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.route-intro h3 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.45;
}

.route-intro > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.9;
}

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

.route-card {
  overflow: hidden;
  color: var(--about-ink);
  background: var(--white);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .24);
}

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

.route-card__head {
  min-height: 245px;
  padding: 34px 34px 30px;
  color: var(--white);
  background: var(--about-orange);
}

.route-card--laos .route-card__head {
  background: var(--about-green);
}

.route-card__head p {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
}

.route-card__head h3 {
  margin: 0 0 17px;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.42;
}

.route-card__head span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.7;
}

.route-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-card li {
  display: grid;
  align-items: start;
  grid-template-columns: 72px 1fr;
  padding: 19px 28px;
  border-bottom: 1px solid var(--about-line);
}

.route-card li > span {
  grid-row: 1 / 3;
  color: var(--about-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.route-card--laos li > span {
  color: var(--about-green);
}

.route-card li > strong {
  font-size: 13px;
  line-height: 1.45;
}

.route-card li > small {
  margin-top: 4px;
  color: var(--about-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.55;
}

.reflection-system {
  display: grid;
  align-items: center;
  grid-template-columns: .7fr 1.3fr;
  gap: 45px;
  margin-top: 72px;
  padding: 42px;
  color: var(--about-ink);
  background: var(--white);
}

.reflection-system h3 {
  margin: 0;
  color: var(--about-blue);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.5;
}

.reflection-system__flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.reflection-system__flow span {
  max-width: 130px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.reflection-system__flow b {
  color: var(--about-orange);
}

/* After */
.phase--after {
  background:
    radial-gradient(circle at 87% 12%, rgba(23, 123, 155, .14), transparent 28%),
    var(--about-paper);
}

.phase--after .phase__header > div:first-child {
  border-color: var(--about-blue);
}

.phase--after .phase__header > div:first-child span,
.phase--after .phase__header h2 {
  color: var(--about-blue);
}

.after-included {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.after-card {
  display: grid;
  min-height: 370px;
  overflow: hidden;
  grid-template-columns: .88fr 1.12fr;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 15px 42px rgba(23, 74, 89, .12);
}

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

.after-card > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px;
}

.after-card__badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--white);
  background: var(--about-blue);
  font-size: 10px;
  font-weight: 800;
}

.after-card--benefit .after-card__badge {
  background: var(--about-orange);
}

.after-card__en {
  margin: 0 0 7px;
  color: var(--about-blue);
  font-family: var(--change-en-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
}

.after-card h3 {
  margin: 0 0 14px;
  color: var(--about-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.5;
}

.after-card > div > p:last-child {
  margin: 0;
  color: var(--about-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.9;
}

.after-card__price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0 0 8px;
}

.after-card__price small {
  color: var(--about-muted);
  font-size: 10px;
  text-decoration: line-through;
}

.after-card__price strong {
  color: var(--about-orange);
  font-size: 22px;
  font-weight: 900;
}

.break-option {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 40px;
  margin-top: 34px;
  padding: 46px 50px;
  border-radius: 22px;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(8, 53, 64, .97), rgba(17, 106, 126, .93)),
    url("../assets/images/changejourney-assets-05.webp") center 42% / cover no-repeat;
}

.break-option h3 {
  margin: 5px 0 10px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.5;
}

.break-option > div > p:last-child {
  max-width: 590px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.break-option > a {
  display: inline-flex;
  min-width: 300px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 19px 24px;
  border-radius: 999px;
  color: var(--white);
  background: var(--about-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.break-option > a:hover {
  transform: translateY(-2px);
  background: #f1723d;
}

/* Why backpacking */
.backpacker {
  min-height: 930px;
  color: var(--white);
}

.backpacker__photo,
.backpacker__overlay {
  position: absolute;
  inset: 0;
}

.backpacker__photo {
  background: url("../assets/images/india-jeep.webp") center 45% / cover no-repeat;
}

.backpacker__overlay {
  background:
    linear-gradient(90deg, rgba(10, 15, 12, .94), rgba(10, 22, 17, .72) 62%, rgba(10, 22, 17, .34)),
    linear-gradient(0deg, rgba(7, 15, 11, .86), transparent 52%);
}

.backpacker__inner {
  position: relative;
  z-index: 1;
}

.backpacker h2 {
  max-width: 950px;
  margin-bottom: 36px;
}

.backpacker__inner > p:not(.about-kicker) {
  max-width: 780px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .83);
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.backpacker__inner > strong {
  display: block;
  max-width: 890px;
  margin: 32px 0 60px;
  padding-left: 24px;
  border-left: 5px solid var(--about-orange);
  font-size: 20px;
  line-height: 1.8;
}

.backpacker__reasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.backpacker__reasons article {
  min-height: 255px;
  padding: 27px 24px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(5, 15, 10, .55);
  backdrop-filter: blur(8px);
}

.backpacker__reasons span {
  color: #ff9c61;
  font-size: 28px;
  font-weight: 900;
}

.backpacker__reasons h3 {
  margin: 24px 0 14px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.backpacker__reasons p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  line-height: 1.7;
}

/* People */
.people-community {
  background: var(--about-cream);
  text-align: center;
}

.people-community h2 {
  margin-bottom: 65px;
  color: var(--about-orange);
}

.people-community__grid {
  display: grid;
  gap: 28px;
}

.people-card {
  display: grid;
  min-height: 510px;
  grid-template-columns: 1.05fr .95fr;
  background: var(--white);
  box-shadow: var(--about-shadow);
  text-align: left;
}

.people-card--reverse {
  grid-template-columns: .95fr 1.05fr;
}

.people-card--reverse img {
  grid-column: 2;
}

.people-card--reverse > div {
  grid-row: 1;
  grid-column: 1;
}

.people-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.people-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 52px;
}

.people-card span {
  margin-bottom: 18px;
  color: var(--about-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.people-card h3 {
  margin: 0 0 25px;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.5;
}

.people-card p {
  margin-bottom: 17px;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.9;
}

/* Support */
.support-system {
  color: var(--white);
  background: var(--about-green);
  text-align: center;
}

.support-system h2 {
  margin-bottom: 25px;
}

.support-system__lead {
  max-width: 780px;
  margin: 0 auto 55px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.support-system__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.support-system__grid article {
  overflow: hidden;
  color: var(--about-ink);
  background: var(--white);
}

.support-system__grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.support-system__grid article > span,
.support-system__grid h3,
.support-system__grid ul {
  margin-right: 30px;
  margin-left: 30px;
}

.support-system__grid article > span {
  display: block;
  margin-top: 28px;
  color: var(--about-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.support-system__grid h3 {
  margin-top: 7px;
  margin-bottom: 18px;
  font-size: 23px;
  font-weight: 900;
}

.support-system__grid ul {
  display: grid;
  gap: 9px;
  margin-top: 0;
  margin-bottom: 34px;
  padding: 0;
  list-style: none;
}

.support-system__grid li {
  position: relative;
  padding-left: 17px;
  color: var(--about-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}

.support-system__grid li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--about-orange);
  content: "";
}

/* Guarantee */
.guarantee {
  background:
    radial-gradient(circle at 10% 18%, rgba(223, 92, 39, .11), transparent 25%),
    var(--about-paper);
  text-align: center;
}

.guarantee h2 {
  margin-bottom: 55px;
  color: var(--about-orange);
}

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

.guarantee__grid article {
  min-height: 340px;
  padding: 47px 38px;
  border: 2px solid rgba(223, 92, 39, .28);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(76, 44, 23, .08);
}

.guarantee__grid article > span {
  display: block;
  margin-bottom: 18px;
  color: var(--about-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.guarantee__grid article > p:first-of-type {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
}

.guarantee__grid h3 {
  margin: 0 0 22px;
  color: var(--about-orange);
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 900;
  line-height: 1.45;
}

.guarantee__grid article > p:last-child {
  max-width: 420px;
  margin: 0 auto;
  color: var(--about-muted);
  font-size: 12px;
  line-height: 1.8;
}

.guarantee__note {
  margin: 18px 0 0;
  color: var(--about-muted);
  font-size: 10px;
}

/* Track record */
.track-record {
  color: var(--white);
  background: var(--about-ink);
  text-align: center;
}

.track-record h2 {
  margin-bottom: 60px;
}

.track-record__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.track-record__grid > div {
  padding: 44px 20px;
}

.track-record__grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.track-record__grid strong,
.track-record__grid > div > span {
  display: block;
}

.track-record__grid strong {
  color: #ff8e4d;
  font-size: clamp(55px, 6vw, 84px);
  font-weight: 900;
  line-height: 1;
}

.track-record__grid strong span {
  display: inline;
  font-size: .45em;
}

.track-record__grid > div > span {
  margin: 10px 0 8px;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

.track-record__grid p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}

.track-record__profiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.track-record__profiles span {
  display: inline-flex;
  min-width: 205px;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  font-size: 10px;
  font-weight: 800;
}

.track-record__profiles strong {
  color: #ff8e4d;
  font-size: 24px;
}

/* Entry */
.entry {
  background: var(--about-cream);
  text-align: center;
}

.entry h2 {
  margin-bottom: 55px;
  color: var(--about-orange);
}

.entry__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

.entry__steps article {
  position: relative;
  min-height: 270px;
  padding: 34px 30px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(66, 42, 22, .09);
}

.entry__steps article:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -22px;
  color: var(--about-orange);
  content: "→";
  font-size: 28px;
  font-weight: 900;
  transform: translateY(-50%);
}

.entry__steps span {
  color: rgba(223, 92, 39, .25);
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.entry__steps h3 {
  margin: 26px 0 12px;
  font-size: 20px;
  font-weight: 900;
}

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

.entry__briefing {
  max-width: 900px;
  margin: 58px auto 0;
  padding: 60px 55px;
  color: var(--white);
  background:
    linear-gradient(rgba(104, 34, 10, .78), rgba(77, 24, 8, .84)),
    url("../assets/images/briefing-background.webp") center 45% / cover no-repeat;
}

.entry__briefing > p:first-child {
  margin-bottom: 12px;
  color: #ffd1b3;
  font-size: 13px;
  font-weight: 900;
}

.entry__briefing h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.5;
}

.entry__briefing h3 + p {
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 600;
}

.entry__briefing .about-button {
  color: var(--about-orange);
  background: var(--white);
}

.entry__line-link {
  display: inline-flex;
  margin-top: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.entry__line-link:hover,
.entry__line-link:focus-visible {
  opacity: .76;
}

.entry__briefing small {
  display: block;
  margin-top: 13px;
  font-size: 10px;
  font-weight: 700;
}

/* Closing */
.about-closing {
  position: relative;
  min-height: 840px;
  padding: 125px 0;
  color: var(--white);
  overflow: hidden;
}

.about-closing__photo,
.about-closing__overlay {
  position: absolute;
  inset: 0;
}

.about-closing__photo {
  background: url("../assets/images/closing.webp") center 48% / cover no-repeat;
}

.about-closing__overlay {
  background:
    linear-gradient(90deg, rgba(20, 12, 7, .95), rgba(28, 13, 7, .7) 62%, rgba(20, 12, 7, .25)),
    linear-gradient(0deg, rgba(15, 8, 5, .72), transparent 55%);
}

.about-closing__inner {
  position: relative;
  z-index: 1;
}

.about-closing h2 {
  max-width: 970px;
  margin-bottom: 32px;
}

.about-closing__inner > p:not(.about-kicker) {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.about-closing__inner > strong {
  display: block;
  margin: 32px 0 40px;
  color: #ffb88b;
  font-size: 22px;
  line-height: 1.7;
}

.about-closing__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.about-closing__actions > a:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 800;
}

.about-page .site-footer {
  background: #111411;
}

@media (max-width: 1100px) {
  .about-page .site-header__nav {
    gap: 0;
  }

  .assets-for-life__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .assets-for-life__grid article:nth-child(4),
  .assets-for-life__grid article:nth-child(5) {
    grid-column: span 1;
  }

  .before-steps,
  .journey-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .track-record__profiles span {
    min-width: 0;
    flex: 1;
  }
}

@media (max-width: 860px) {
  .about-section {
    padding: 90px 0;
  }

  .rename-story__grid,
  .phase__header,
  .reflection-system {
    grid-template-columns: 1fr;
  }

  .rename-story__grid {
    gap: 60px;
  }

  .rename-story__visual img {
    height: 570px;
  }

  .phase__header {
    gap: 32px;
  }

  .program-map__bar a {
    min-height: 180px;
  }

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

  .reflection-system__flow {
    flex-wrap: wrap;
  }

  .reflection-system__flow span {
    max-width: none;
    flex: 1 1 40%;
    padding: 12px;
    background: #f6f1e8;
  }

  .reflection-system__flow b {
    display: none;
  }

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

  .after-card {
    min-height: 330px;
  }

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

  .people-card,
  .people-card--reverse {
    grid-template-columns: 1fr;
  }

  .people-card--reverse img,
  .people-card--reverse > div {
    grid-row: auto;
    grid-column: auto;
  }

  .people-card img {
    height: 470px;
  }

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

  .support-system__grid article {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    grid-template-rows: auto auto 1fr;
  }

  .support-system__grid img {
    height: 100%;
    min-height: 330px;
    grid-row: 1 / 4;
  }

  .track-record__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .track-record__grid > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .track-record__grid > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
}

@media (max-width: 680px) {
  .about-page .page-width {
    width: min(calc(100% - 40px), 1200px);
  }

  .about-section {
    padding: 76px 0;
  }

  .about-section h2,
  .about-closing h2 {
    font-size: 30px;
    line-height: 1.42;
  }

  .about-kicker {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .about-hero {
    min-height: 760px;
    border-width: 8px;
  }

  .about-hero__photo {
    background-position: 51% center;
  }

  .about-hero__overlay {
    background:
      linear-gradient(0deg, rgba(28, 13, 7, .92) 0%, rgba(42, 17, 7, .58) 62%, rgba(19, 12, 8, .24)),
      linear-gradient(90deg, rgba(28, 13, 7, .48), rgba(28, 13, 7, .12));
  }

  .about-hero__inner {
    min-height: 744px;
    justify-content: flex-end;
    padding-top: 110px;
    padding-bottom: 105px;
  }

  .about-hero h1 {
    font-size: clamp(29px, 8.1vw, 32px);
    line-height: 1.24;
  }

  .about-hero__inner > p:not(.about-kicker) {
    font-size: 14px;
  }

  .about-hero__scroll {
    bottom: 34px;
  }

  .rename-story__copy > p:not(.about-kicker),
  .concept__lead,
  .program-map__lead,
  .phase__header > div:last-child > p:last-child,
  .backpacker__inner > p:not(.about-kicker) {
    font-size: 13px;
    line-height: 1.95;
  }

  .rename-story__copy > strong,
  .backpacker__inner > strong {
    font-size: 16px;
  }

  .rename-story__visual::before {
    inset: 18px -10px -14px 16px;
  }

  .rename-story__visual img {
    height: 450px;
  }

  .rename-story__visual figcaption {
    right: -8px;
    bottom: 16px;
    padding: 17px 19px;
  }

  .rename-story__visual figcaption strong {
    font-size: 15px;
  }

  .concept__not-tour {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .concept__not-tour > div {
    min-height: 0;
    padding: 30px 25px;
  }

  .concept__not-tour > strong {
    font-size: 30px;
  }

  .concept__statement {
    font-size: 18px;
  }

  .assets-for-life__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .assets-for-life__grid article {
    display: grid;
    grid-template-columns: 43% 57%;
  }

  .assets-for-life__grid img {
    height: 100%;
    min-height: 210px;
  }

  .assets-for-life__grid article > div {
    padding: 22px 18px;
  }

  .assets-for-life__grid h3 {
    min-height: 0;
    font-size: 15px;
  }

  .program-map__bar {
    overflow: visible;
    border: 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .program-map__bar a {
    min-height: 145px;
  }

  .program-map__bar a + a {
    border-left: 0;
  }

  .program-map__bar a:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -18px;
    border-color: var(--about-orange);
    transform: translateX(50%) rotate(135deg);
  }

  .phase__header {
    margin-bottom: 48px;
  }

  .before-steps,
  .journey-principles {
    grid-template-columns: 1fr;
  }

  .before-steps article {
    min-height: 0;
  }

  .journey-principles {
    margin-bottom: 75px;
  }

  .journey-principles article {
    min-height: 0;
  }

  .journey-principles span {
    margin-bottom: 20px;
  }

  .phase--journey {
    background:
      linear-gradient(145deg, rgba(7, 48, 61, .96), rgba(10, 101, 129, .95)),
      url("../assets/images/change-journey-destination.webp") center / cover no-repeat;
  }

  .route-intro h3 {
    font-size: 27px;
  }

  .route-card > img {
    height: 230px;
  }

  .route-card__head {
    min-height: 0;
    padding: 28px 23px;
  }

  .route-card__head h3 {
    font-size: 27px;
  }

  .route-card li {
    grid-template-columns: 62px 1fr;
    padding: 17px 19px;
  }

  .reflection-system {
    gap: 28px;
    padding: 28px 22px;
  }

  .reflection-system h3 {
    font-size: 23px;
  }

  .reflection-system__flow {
    align-items: stretch;
    flex-direction: column;
  }

  .reflection-system__flow span {
    width: 100%;
  }

  .after-card {
    display: block;
    min-height: 0;
  }

  .after-card > img {
    height: 230px;
  }

  .after-card > div {
    padding: 30px 24px 34px;
  }

  .break-option {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 25px;
  }

  .break-option > a {
    width: 100%;
    min-width: 0;
  }

  .backpacker {
    min-height: 0;
  }

  .backpacker__photo {
    background-position: 58% center;
  }

  .backpacker__overlay {
    background: rgba(5, 16, 11, .85);
  }

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

  .backpacker__reasons article {
    min-height: 0;
  }

  .people-card img {
    height: 300px;
  }

  .people-card > div {
    padding: 32px 24px;
  }

  .people-card p {
    font-size: 12px;
  }

  .support-system__grid article {
    display: block;
  }

  .support-system__grid img {
    height: 230px;
    min-height: 0;
  }

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

  .guarantee__grid article {
    min-height: 0;
    padding: 36px 25px;
  }

  .track-record__grid > div {
    padding: 30px 12px;
  }

  .track-record__grid strong {
    font-size: 51px;
  }

  .track-record__profiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .track-record__profiles span {
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    padding: 11px 5px;
    font-size: 8px;
    line-height: 1.4;
  }

  .track-record__profiles strong {
    font-size: 20px;
  }

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

  .entry__steps article {
    min-height: 0;
  }

  .entry__steps article:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -28px;
    transform: translateX(50%) rotate(90deg);
  }

  .entry__briefing {
    padding: 43px 24px;
  }

  .entry__briefing .about-button {
    width: 100%;
    padding-inline: 18px;
    font-size: 13px;
  }

  .about-closing {
    min-height: 780px;
    padding: 95px 0;
  }

  .about-closing__photo {
    background-position: 62% center;
  }

  .about-closing__overlay {
    background: rgba(20, 12, 7, .78);
  }

  .about-closing__inner > p:not(.about-kicker) {
    font-size: 13px;
  }

  .about-closing__inner > strong {
    font-size: 17px;
  }

  .about-closing__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-closing__actions .about-button {
    width: 100%;
  }

  .about-closing__actions > a:last-child {
    align-self: flex-start;
  }
}
