.concept-home {
  overflow: hidden;
}

.concept-hero {
  min-height: min(820px, 100vh);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 48px 34px;
  color: #fff;
  overflow: hidden;
  background: #24424d center / cover no-repeat;
  border-radius: 0 0 var(--concept-radius-xl) var(--concept-radius-xl);
}

.concept-hero-image {
  position: absolute;
  z-index: 0;
  inset: -4%;
  background: #24424d center / cover no-repeat;
  transform-origin: center;
  animation: concept-hero-breathe 24s ease-in-out infinite alternate;
  will-change: transform;
  opacity: 0;
  transition: opacity 900ms ease-in-out;
}

.concept-hero-image.is-active {
  opacity: 1;
}

.concept-hero-shade {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 23, 29, 0.78) 0%, rgba(8, 23, 29, 0.12) 42%, rgba(8, 23, 29, 0.7) 100%);
  background-size: 120% 120%;
  animation: concept-shade-drift 18s ease-in-out infinite alternate;
}

.concept-hero-copy,
.concept-hero-bottom {
  position: relative;
  z-index: 1;
}

.concept-hero-copy > * {
  animation: concept-rise-in 900ms var(--concept-ease) both;
}

.concept-hero-copy > :nth-child(1) {
  animation-delay: 220ms;
}

.concept-hero-copy > :nth-child(2) {
  animation-delay: 320ms;
}

.concept-hero-copy > :nth-child(3) {
  animation-delay: 440ms;
}

.concept-hero-copy > :nth-child(4) {
  animation-delay: 560ms;
}

.concept-hero-bottom {
  animation: concept-rise-in 800ms var(--concept-ease) 700ms both;
}

.concept-hero-copy {
  width: min(660px, 100%);
  margin: auto 0;
  padding: 100px 0 72px;
  align-self: center;
  text-align: center;
}

.concept-hero-copy h1 {
  margin-top: 24px;
  font-size: clamp(54px, 8vw, 108px);
  line-height: 0.88;
  color: #fff;
}

.concept-hero-description {
  max-width: 410px;
  margin: 28px auto 0 !important;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.8;
}

.concept-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 34px;
}

.concept-hero-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.concept-scroll-mark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.concept-scroll-mark i {
  display: block;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.7);
}

.concept-intro {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 44px;
  padding-top: 130px;
  padding-bottom: 140px;
}

.concept-intro-label {
  padding-top: 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #9b7750;
}

.concept-intro-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.concept-intro h2,
.concept-section-heading h2,
.concept-intentions h2,
.concept-process-panel h2,
.concept-stories h2,
.concept-journal-heading h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.95;
}

.concept-intro-copy {
  align-self: end;
  max-width: 360px;
}

.concept-intro-copy p,
.concept-section-heading > p,
.concept-intentions-heading > p,
.concept-process-panel > p {
  color: #536368;
  font-size: 14px;
  line-height: 1.85;
}

.concept-intro-copy .concept-text-link {
  display: inline-block;
  margin-top: 28px;
}

.concept-trip-selector {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.45fr);
  gap: clamp(34px, 7vw, 96px);
  margin-top: -50px;
  margin-bottom: 122px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(37, 59, 67, 0.13);
  border-radius: var(--concept-radius-xl);
  background: #f6f1e9;
  box-shadow: 0 18px 42px rgba(37, 59, 67, 0.08);
}

.concept-trip-selector-heading h2 {
  margin-top: 17px;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 0.96;
}

.concept-trip-selector-body > p {
  max-width: 430px;
  color: #536368;
  font-size: 14px;
  line-height: 1.8;
}

.concept-trip-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 27px;
}

.concept-trip-option {
  min-height: 128px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(37, 59, 67, 0.15);
  border-radius: var(--concept-radius-md);
  padding: 21px 48px 19px 20px;
  color: var(--concept-ink);
  text-align: left;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: transform 260ms var(--concept-ease), background 260ms var(--concept-ease), border-color 260ms var(--concept-ease),
    box-shadow 260ms var(--concept-ease);
}

.concept-trip-option:hover,
.concept-trip-option.is-selected {
  border-color: var(--concept-ink);
  background: #fffdf9;
  box-shadow: 0 10px 22px rgba(37, 59, 67, 0.1);
}

.concept-trip-option:hover {
  transform: translateY(-3px);
}

.concept-trip-option strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  font-weight: 400;
}

.concept-trip-option span {
  max-width: 190px;
  margin-top: 8px;
  color: #68757a;
  font-size: 11px;
  line-height: 1.5;
}

.concept-trip-option i {
  position: absolute;
  top: 19px;
  right: 18px;
  color: #9b7750;
  font-size: 16px;
  font-style: normal;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 220ms var(--concept-ease), transform 220ms var(--concept-ease);
}

.concept-trip-option.is-selected i {
  opacity: 1;
  transform: translate(0, 0);
}

.concept-trip-selector-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}

.concept-trip-selector-action > span {
  color: #7a6a61;
  font-size: 11px;
  line-height: 1.5;
}

.concept-destinations {
  padding: 116px 0 130px;
  background: #d5c5b0;
}

.concept-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 58px;
}

.concept-section-heading > p {
  width: min(290px, 100%);
  margin-bottom: 4px;
}

.concept-section-heading h2 {
  margin-top: 18px;
}

.concept-destination-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  gap: 18px;
}

.concept-destination-feature {
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: 50px;
  color: #fff;
  background-position: center;
  background-size: cover;
  border-radius: var(--concept-radius-xl);
  box-shadow: 0 18px 42px rgba(37, 59, 67, 0.12);
  animation: concept-feature-settle 650ms var(--concept-ease) both;
  transition: background-image 500ms var(--concept-ease), box-shadow 300ms var(--concept-ease);
}

.concept-feature-shade,
.concept-destination-card-shade,
.concept-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 27, 33, 0.05), rgba(9, 27, 33, 0.78));
}

.concept-feature-copy,
.concept-feature-index {
  position: relative;
  z-index: 1;
}

.concept-feature-copy {
  width: min(420px, 100%);
}

.concept-feature-copy h3 {
  margin-top: 13px;
  font-size: clamp(55px, 7vw, 96px);
  line-height: 0.9;
  color: #fff;
}

.concept-feature-copy .concept-feature-eyebrow {
  margin-top: 19px;
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, serif;
  font-size: 21px;
  font-style: italic;
}

.concept-feature-copy > p:not(.concept-feature-eyebrow) {
  max-width: 360px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.7;
}

.concept-feature-copy .concept-button {
  margin-top: 28px;
}

.concept-feature-index {
  position: absolute;
  right: 50px;
  bottom: 53px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.concept-destination-list {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
}

.concept-destination-card {
  min-height: 128px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  background: #445b60;
  cursor: pointer;
  border-radius: var(--concept-radius-md);
  box-shadow: 0 8px 20px rgba(37, 59, 67, 0.08);
  transition: transform 260ms var(--concept-ease), box-shadow 260ms var(--concept-ease);
}

.concept-destination-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(37, 59, 67, 0.15);
}

.concept-destination-card img,
.concept-intention-card img,
.concept-journal-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.concept-destination-card:hover img,
.concept-destination-card.is-active img,
.concept-intention-card:hover img,
.concept-journal-card:hover img {
  transform: scale(1.06);
}

.concept-destination-card.is-active {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.concept-destination-card-copy,
.concept-intention-copy,
.concept-journal-copy {
  position: absolute;
  right: 22px;
  bottom: 19px;
  left: 22px;
  z-index: 1;
}

.concept-destination-card-copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.concept-destination-card-copy small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.concept-destination-card-copy strong {
  margin-left: auto;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.concept-destination-card-copy em {
  display: none;
}

.concept-intentions {
  padding-top: 126px;
  padding-bottom: 140px;
}

.concept-intentions-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 54px;
}

.concept-intentions-heading h2 {
  margin-top: 17px;
}

.concept-intentions-heading > p {
  width: 220px;
  margin-bottom: 5px;
}

.concept-intention-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.concept-intention-card {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #54686a;
  border-radius: var(--concept-radius-lg);
  box-shadow: 0 14px 34px rgba(37, 59, 67, 0.1);
  transition: transform 300ms var(--concept-ease), box-shadow 300ms var(--concept-ease);
}

.concept-intention-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 38px rgba(37, 59, 67, 0.16);
}

.concept-intention-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.concept-intention-copy small {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.concept-intention-copy strong {
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 400;
}

.concept-intention-copy > span:not(.concept-card-shade) {
  max-width: 260px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 12px;
  line-height: 1.55;
}

.concept-intention-copy i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin-top: 23px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 16px;
  font-style: normal;
}

.concept-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 660px;
  width: min(1344px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--concept-radius-xl);
  box-shadow: 0 18px 42px rgba(37, 59, 67, 0.12);
  background: #c4ab89;
}

.concept-process-image {
  min-height: 550px;
  background: #8d7860 center / cover no-repeat;
}

.concept-process-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding: 78px clamp(42px, 8vw, 120px);
}

.concept-process-panel h2 {
  margin-top: 18px;
}

.concept-process-panel > p {
  max-width: 330px;
  margin-top: 25px;
}

.concept-process-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 36px 0 36px;
  padding: 0;
  list-style: none;
}

.concept-process-list li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 16px;
  border-top: 1px solid rgba(37, 59, 67, 0.24);
  padding-top: 18px;
}

.concept-process-list li > span {
  color: #9b7750;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.concept-process-list strong {
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 400;
}

.concept-process-list p {
  max-width: 350px;
  margin-top: 6px;
  color: #536368;
  font-size: 12px;
  line-height: 1.65;
}

.concept-process-panel .concept-button {
  align-self: flex-start;
}

.concept-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 40px max(48px, calc((100% - 1240px) / 2));
  background: #f5f1ea;
}

.concept-proof div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-right: 1px solid var(--concept-line);
  padding: 0 34px;
}

.concept-proof div:first-child {
  padding-left: 0;
}

.concept-proof div:last-child {
  border-right: 0;
}

.concept-proof strong {
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 400;
}

.concept-proof span {
  color: #8b7770;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.concept-stories {
  padding-top: 128px;
  padding-bottom: 140px;
}

.concept-stories-heading {
  margin-bottom: 55px;
}

.concept-stories-heading h2 {
  margin-top: 16px;
}

.concept-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.concept-story-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--concept-ink);
  padding: 23px 0;
}

.concept-story-grid article p {
  max-width: 310px;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.25;
}

.concept-story-grid article span {
  color: #8b7770;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept-journal {
  position: relative;
  padding: 118px 0 130px;
  color: #fff;
  background: #274a59 center / cover fixed;
}

.concept-journal-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 55px;
}

.concept-journal-heading h2 {
  margin-top: 17px;
  color: #fff;
}

.concept-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.concept-journal-card {
  min-height: 370px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #526b70;
  border-radius: var(--concept-radius-lg);
  box-shadow: 0 14px 34px rgba(9, 27, 33, 0.16);
  transition: transform 300ms var(--concept-ease), box-shadow 300ms var(--concept-ease);
}

.concept-journal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 38px rgba(9, 27, 33, 0.24);
}

.concept-journal-copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-journal-copy strong {
  display: block;
  max-width: 280px;
  margin-top: 14px;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.05;
}

.concept-journal-copy > span {
  display: block;
  margin-top: 24px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes concept-hero-breathe {
  0% {
    transform: scale(1.035) translate3d(-0.35%, -0.25%, 0);
  }

  100% {
    transform: scale(1.08) translate3d(0.35%, 0.25%, 0);
  }
}

@keyframes concept-shade-drift {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes concept-feature-settle {
  from {
    opacity: 0.72;
    transform: scale(1.012);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 900px) {
  .concept-hero {
    min-height: 760px;
    padding: 23px 24px 25px;
  }

  .concept-hero-copy {
    padding: 80px 0 40px;
  }

  .concept-hero-bottom span:last-child {
    display: none;
  }

  .concept-intro,
  .concept-intro-main,
  .concept-destination-layout,
  .concept-process {
    grid-template-columns: 1fr;
  }

  .concept-intro {
    gap: 25px;
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .concept-intro-main {
    gap: 35px;
  }

  .concept-trip-selector {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: -34px;
    margin-bottom: 85px;
  }

  .concept-destinations,
  .concept-intentions,
  .concept-stories {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .concept-section-heading,
  .concept-intentions-heading,
  .concept-journal-heading {
    display: block;
    margin-bottom: 38px;
  }

  .concept-section-heading > p,
  .concept-intentions-heading > p {
    margin-top: 24px;
  }

  .concept-destination-feature {
    min-height: 500px;
    padding: 34px;
  }

  .concept-destination-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 120px);
  }

  .concept-destination-card-copy {
    display: block;
  }

  .concept-destination-card-copy strong {
    display: block;
    margin: 5px 0 0;
    font-size: 20px;
  }

  .concept-destination-card-copy em {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-style: normal;
    letter-spacing: 0.05em;
  }

  .concept-intention-grid,
  .concept-story-grid,
  .concept-journal-grid {
    grid-template-columns: 1fr;
  }

  .concept-intention-card,
  .concept-journal-card {
    min-height: 360px;
  }

  .concept-process-image {
    min-height: 400px;
  }

  .concept-process-panel {
    padding: 65px 24px 75px;
  }

  .concept-proof {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
    padding: 36px 24px;
  }

  .concept-proof div:nth-child(2) {
    border-right: 0;
  }

  .concept-proof div:nth-child(3) {
    padding-left: 0;
  }

  .concept-journal {
    background-attachment: scroll;
  }

  .concept-journal-heading .concept-text-link {
    display: inline-block;
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .concept-hero-copy h1 {
    font-size: 57px;
  }

  .concept-hero-actions {
    flex-direction: column;
    gap: 20px;
  }

  .concept-hero-bottom {
    font-size: 8px;
  }

  .concept-trip-selector {
    width: min(100% - 32px, 680px);
    margin-top: -24px;
    margin-bottom: 70px;
    padding: 28px 20px;
  }

  .concept-trip-options {
    grid-template-columns: 1fr;
  }

  .concept-trip-selector-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .concept-trip-selector-action .concept-button {
    width: 100%;
  }

  .concept-destination-feature {
    min-height: 480px;
    padding: 27px;
  }

  .concept-feature-index {
    right: 27px;
    bottom: 31px;
  }

  .concept-proof div {
    padding: 0 18px;
  }
}
