/* Shared editorial system for the five fixed public pages. Copy and imagery
   always occupy separate layout regions: no content depends on image overlays. */

.voyqa-action-pair {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.voyqa-card__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--voyqa-gold);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.voyqa-v2-section {
  padding-block: clamp(88px, 9vw, 150px);
}

.voyqa-v2-heading {
  max-width: 900px;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.voyqa-v2-heading h2,
.voyqa-story__copy h2,
.voyqa-editorial-split__copy h2 {
  max-width: 12ch;
  margin-top: 15px;
  font-size: clamp(2.9rem, 4.8vw, 5.7rem);
  line-height: .88;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.voyqa-v2-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr);
  max-width: none;
  gap: clamp(42px, 7vw, 112px);
  align-items: end;
}

.voyqa-v2-heading--split > * {
  min-width: 0;
}

.voyqa-v2-heading--split > p {
  max-width: 58ch;
  color: var(--voyqa-blue-soft);
  font-size: clamp(.94rem, 1vw, 1.04rem);
  line-height: 1.8;
}

.voyqa-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(185, 139, 75, .34);
  border-radius: 24px;
  background: rgba(255, 250, 244, .38);
  box-shadow: 0 32px 80px -64px rgba(32, 41, 52, .65);
}

.voyqa-pillar {
  min-width: 0;
  min-height: 310px;
  padding: clamp(28px, 3.6vw, 50px);
  border-right: 1px solid rgba(185, 139, 75, .24);
}

.voyqa-pillar:last-child {
  border-right: 0;
}

.voyqa-pillar__index {
  color: var(--voyqa-gold);
  font: 600 .65rem var(--voyqa-font-body);
  letter-spacing: .14em;
}

.voyqa-pillar h3 {
  max-width: 13ch;
  margin: 48px 0 18px;
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
}

.voyqa-pillar p {
  max-width: 38ch;
  color: var(--voyqa-blue-soft);
  font-size: .88rem;
  line-height: 1.75;
}

.voyqa-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(56px, 8vw, 124px);
  align-items: center;
  padding-block: clamp(84px, 9vw, 144px);
}

.voyqa-story > *,
.voyqa-editorial-split > * {
  min-width: 0;
}

.voyqa-story__media,
.voyqa-editorial-split__media {
  position: relative;
  aspect-ratio: 16 / 11;
  isolation: isolate;
}

.voyqa-story__media::before,
.voyqa-editorial-split__media::before {
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border: 1px solid rgba(185, 139, 75, .42);
  border-radius: 28px;
  content: "";
}

.voyqa-story__media img,
.voyqa-editorial-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 36px 82px -50px rgba(32, 41, 52, .58);
}

/* Portrait source photographs need an explicit focal point when placed in
   editorial landscape frames. This keeps the subject, rather than the empty
   upper part of the source, inside the crop. */
.voyqa-page-drive .voyqa-editorial-split__media img,
.voyqa-page-business .voyqa-editorial-split__media img {
  object-position: center 76%;
}

.voyqa-page-experience .voyqa-editorial-split__media img,
.voyqa-story__media img {
  object-position: center 58%;
}

.voyqa-story__copy > p,
.voyqa-editorial-split__copy > p {
  max-width: 62ch;
  margin: 28px 0;
  color: var(--voyqa-blue-soft);
  font-size: clamp(.95rem, 1.05vw, 1.06rem);
  line-height: 1.82;
}

.voyqa-story blockquote {
  margin: 32px 0;
  padding: 22px 0 22px 28px;
  border-left: 1px solid var(--voyqa-gold);
  color: var(--voyqa-ink);
  font: 500 clamp(1.35rem, 2vw, 2rem)/1.22 var(--voyqa-font-heading);
}

/* Vertical heroes */
.voyqa-vertical-hero {
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
  gap: clamp(52px, 6vw, 104px);
  align-items: center;
  min-height: min(890px, 92vh);
  padding-top: clamp(132px, 12vw, 174px);
  padding-bottom: clamp(70px, 8vw, 116px);
}

.voyqa-vertical-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.voyqa-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: clamp(48px, 6vw, 82px);
  color: var(--voyqa-muted);
  font-size: .59rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.voyqa-breadcrumbs a {
  color: var(--voyqa-gold);
}

.voyqa-vertical-hero h1 {
  max-width: 9.3ch;
  margin: 17px 0 26px;
  font-size: clamp(3.8rem, 4.35vw, 5.3rem);
  line-height: .84;
  overflow-wrap: normal;
  word-break: normal;
  text-transform: uppercase;
}

.voyqa-vertical-hero__copy > p {
  max-width: 49ch;
  margin-bottom: 32px;
  color: var(--voyqa-blue-soft);
  font-size: clamp(.93rem, 1vw, 1.03rem);
  line-height: 1.78;
}

.voyqa-vertical-hero__media {
  position: relative;
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(185, 139, 75, .5);
  border-radius: 48% 48% 12% 12%;
  background: var(--voyqa-cloud);
  box-shadow: 0 40px 92px -54px rgba(32, 41, 52, .68);
}

.voyqa-vertical-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 250, 244, .03) 52%, rgba(15, 45, 77, .36));
  content: "";
  pointer-events: none;
}

.voyqa-vertical-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.voyqa-vertical-hero__media figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  font-size: .57rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Vehicle collection */
.voyqa-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 38px);
}

.voyqa-vehicle-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(185, 139, 75, .38);
  border-radius: 24px;
  background: rgba(255, 250, 244, .72);
  box-shadow: 0 28px 68px -52px rgba(32, 41, 52, .65);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease;
}

.voyqa-vehicle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 38px 76px -48px rgba(32, 41, 52, .64);
}

.voyqa-vehicle-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--voyqa-cloud);
}

.voyqa-vehicle-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(180deg, transparent, rgba(11, 29, 46, .26));
  content: "";
  pointer-events: none;
}

.voyqa-vehicle-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1);
}

.voyqa-vehicle-card:hover .voyqa-vehicle-card__media img {
  transform: scale(1.035);
}

.voyqa-vehicle-card__index {
  position: absolute;
  right: 18px;
  bottom: 15px;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(15, 45, 77, .34);
  color: #fff;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}

.voyqa-vehicle-card__body {
  min-height: 255px;
  padding: clamp(26px, 3vw, 42px);
}

.voyqa-vehicle-card__body > span {
  color: var(--voyqa-gold);
  font-size: .59rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.voyqa-vehicle-card h3 {
  margin: 13px 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.voyqa-vehicle-card p {
  max-width: 60ch;
  color: var(--voyqa-blue-soft);
  font-size: .92rem;
  line-height: 1.72;
}

.voyqa-vehicle-card a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  color: var(--voyqa-gold);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.voyqa-section-cta {
  margin-top: 38px;
}

/* Editorial image/copy modules */
.voyqa-editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: clamp(56px, 8vw, 132px);
  align-items: center;
  padding-block: clamp(94px, 10vw, 164px);
}

.voyqa-editorial-split--reverse .voyqa-editorial-split__media {
  order: 2;
}

.voyqa-benefit-list {
  margin: 36px 0;
  border-top: 1px solid rgba(185, 139, 75, .4);
}

.voyqa-benefit-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(185, 139, 75, .25);
}

.voyqa-benefit-list article > span {
  padding-top: 4px;
  color: var(--voyqa-gold);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.voyqa-benefit-list h3 {
  margin-bottom: 6px;
  font-size: clamp(1.22rem, 1.6vw, 1.5rem);
}

.voyqa-benefit-list p {
  max-width: 58ch;
  color: var(--voyqa-muted);
  font-size: .84rem;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .voyqa-vertical-hero {
    grid-template-columns: 1fr;
    gap: 54px;
    min-height: 0;
    padding-top: 138px;
  }

  .voyqa-vertical-hero__copy {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr);
    column-gap: clamp(48px, 8vw, 100px);
    align-items: end;
  }

  .voyqa-breadcrumbs {
    grid-column: 1 / -1;
    margin-bottom: 50px;
  }

  .voyqa-vertical-hero__copy > .voyqa-eyebrow,
  .voyqa-vertical-hero h1 {
    grid-column: 1;
  }

  .voyqa-vertical-hero__copy > p,
  .voyqa-vertical-hero__copy > .voyqa-btn {
    grid-column: 2;
  }

  .voyqa-vertical-hero__copy > p {
    grid-row: 2 / span 2;
    align-self: start;
    margin-top: 18px;
  }

  .voyqa-vertical-hero__copy > .voyqa-btn {
    grid-row: 4;
    justify-self: start;
  }

  .voyqa-vertical-hero h1 {
    max-width: 10ch;
    margin-bottom: 0;
    font-size: clamp(3.6rem, 6vw, 5.2rem);
  }

  .voyqa-vertical-hero__media,
  .voyqa-vertical-hero__media img {
    min-height: 0;
  }

  .voyqa-vertical-hero__media {
    aspect-ratio: 16 / 8.7;
    border-radius: 42% 42% 10% 10%;
  }
}

@media (max-width: 900px) {
  .voyqa-vertical-hero__copy {
    display: block;
  }

  .voyqa-vertical-hero h1 {
    max-width: 10.5ch;
    margin: 15px 0 23px;
    font-size: clamp(3.2rem, 8.5vw, 4.8rem);
  }

  .voyqa-vertical-hero__copy > p {
    max-width: 58ch;
    margin: 0 0 28px;
  }
}

@media (max-width: 1050px) {
  .voyqa-v2-heading--split,
  .voyqa-story,
  .voyqa-editorial-split {
    grid-template-columns: 1fr;
  }

  .voyqa-v2-heading--split {
    gap: 26px;
    align-items: start;
  }

  .voyqa-v2-heading--split > p {
    max-width: 68ch;
  }

  .voyqa-story,
  .voyqa-editorial-split {
    gap: 62px;
  }

  .voyqa-story__media,
  .voyqa-editorial-split__media {
    width: min(100%, 860px);
  }

  .voyqa-editorial-split--reverse .voyqa-editorial-split__media {
    order: 0;
  }

  .voyqa-editorial-split__copy {
    max-width: 760px;
  }

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

  .voyqa-pillar:nth-child(2) {
    border-right: 0;
  }

  .voyqa-pillar:last-child {
    grid-column: 1 / -1;
    min-height: 0;
    border-top: 1px solid rgba(185, 139, 75, .24);
  }
}

@media (max-width: 767px) {
  .voyqa-v2-section {
    padding-block: 76px;
  }

  .voyqa-v2-heading h2,
  .voyqa-story__copy h2,
  .voyqa-editorial-split__copy h2 {
    max-width: 11ch;
    font-size: clamp(2.65rem, 12.5vw, 4.3rem);
  }

  .voyqa-vertical-hero {
    gap: 38px;
    padding-top: 110px;
    padding-bottom: 72px;
  }

  .voyqa-vertical-hero__copy {
    display: block;
  }

  .voyqa-breadcrumbs {
    margin-bottom: 40px;
  }

  .voyqa-vertical-hero h1 {
    max-width: 10.5ch;
    margin: 15px 0 23px;
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .voyqa-vertical-hero__copy > p {
    margin: 0 0 28px;
  }

  .voyqa-vertical-hero__media {
    aspect-ratio: 4 / 3;
    border-radius: 42% 42% 12% 12%;
  }

  .voyqa-vertical-hero__media img {
    object-position: center;
  }

  .voyqa-vehicle-grid {
    grid-template-columns: 1fr;
  }

  .voyqa-vehicle-card__body {
    min-height: 0;
    padding: 25px 24px 28px;
  }

  .voyqa-vehicle-card h3 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .voyqa-story,
  .voyqa-editorial-split {
    gap: 48px;
    padding-block: 76px;
  }

  .voyqa-story__media::before,
  .voyqa-editorial-split__media::before {
    inset: 10px -9px -10px 9px;
    border-radius: 20px;
  }

  .voyqa-story__media img,
  .voyqa-editorial-split__media img {
    border-radius: 20px;
  }

  .voyqa-story__media,
  .voyqa-editorial-split__media {
    aspect-ratio: 4 / 5;
  }

  .voyqa-page-fly-sail .voyqa-editorial-split__media {
    aspect-ratio: 4 / 3;
  }

  .voyqa-page-drive .voyqa-editorial-split__media img,
  .voyqa-page-business .voyqa-editorial-split__media img {
    object-position: center 62%;
  }

  .voyqa-page-experience .voyqa-editorial-split__media img,
  .voyqa-story__media img {
    object-position: center 55%;
  }

  .voyqa-pillar-grid {
    grid-template-columns: 1fr;
  }

  .voyqa-pillar,
  .voyqa-pillar:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(185, 139, 75, .24);
  }

  .voyqa-pillar:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .voyqa-pillar h3 {
    margin-top: 28px;
  }

  .voyqa-benefit-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .voyqa-vertical-hero h1 {
    font-size: clamp(2.48rem, 12vw, 3.35rem);
  }

  .voyqa-v2-heading h2,
  .voyqa-story__copy h2,
  .voyqa-editorial-split__copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .voyqa-vehicle-card__index {
    right: 12px;
    bottom: 12px;
  }
}
