/* Editorial destination and country pages */

.destination-page {
  background: var(--paper);
}

.destination-hero {
  color: white;
  height: max(760px, 100svh);
  min-height: 760px;
  position: relative;
}

.destination-hero__image,
.destination-hero__veil {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
}

.destination-hero__veil {
  background:
    linear-gradient(90deg, rgba(13, 12, 9, .56), rgba(13, 12, 9, .08) 70%),
    linear-gradient(0deg, rgba(13, 12, 9, .54), transparent 62%);
}

.destination-hero__content {
  bottom: 0;
  left: 0;
  padding-bottom: clamp(58px, 7.5vh, 96px);
  position: absolute;
  width: 100%;
}

.destination-hero__breadcrumb {
  align-items: center;
  display: flex;
  font-size: 8px;
  gap: 10px;
  letter-spacing: .16em;
  margin-bottom: clamp(42px, 7vh, 82px);
  text-transform: uppercase;
}

.destination-hero__breadcrumb p {
  margin: 0;
  opacity: .68;
}

.destination-hero .hero-kicker {
  margin: 0 0 23px;
}

.destination-hero h1 {
  font-family: var(--serif);
  font-size: clamp(68px, 10.2vw, 156px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .83;
  margin: 0;
  max-width: 1250px;
}

.destination-hero__foot {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(280px, 480px) 1fr;
  margin-top: clamp(42px, 7vh, 74px);
}

.destination-hero__foot > p {
  font-family: var(--serif);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.46;
  margin: 0;
}

.destination-hero__foot .text-link {
  justify-self: end;
}

.destination-hero__caption {
  bottom: 34px;
  font-size: 8px;
  letter-spacing: .16em;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
}

.destination-intro {
  background: var(--paper);
}

.destination-intro__grid {
  display: grid;
  gap: 6vw;
  grid-template-columns: .5fr 1.5fr;
  margin-top: clamp(60px, 7vw, 105px);
}

.destination-intro__aside {
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.28;
  margin: 5px 0 0;
  max-width: 300px;
}

.destination-intro h2 {
  font-family: var(--serif);
  font-size: clamp(50px, 6.2vw, 96px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .97;
  margin: 0;
  max-width: 1000px;
}

.destination-intro h2 em {
  color: var(--bronze);
  font-weight: 400;
}

.destination-intro__copy {
  color: var(--muted);
  display: grid;
  font-size: 16px;
  gap: 35px;
  grid-template-columns: 1fr 1fr;
  line-height: 1.75;
  margin: 65px 0 0 auto;
  max-width: 820px;
}

.destination-intro__copy p {
  margin: 0;
}

.editorial-spread {
  align-items: center;
  color: white;
  display: flex;
  height: min(900px, 86vw);
  min-height: 680px;
  position: relative;
}

.editorial-spread__image,
.editorial-spread__shade {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
}

.editorial-spread__shade {
  background: linear-gradient(90deg, rgba(18, 13, 9, .62), rgba(18, 13, 9, .05) 70%);
}

.editorial-spread__copy {
  position: relative;
  width: 100%;
}

.editorial-spread blockquote {
  font-family: var(--serif);
  font-size: clamp(55px, 7vw, 108px);
  letter-spacing: -.05em;
  line-height: .94;
  margin: 34px 0 50px;
  max-width: 1020px;
}

.destination-section-head {
  display: grid;
  gap: 5vw;
  grid-template-columns: .7fr 1.3fr;
}

.destination-section-head h2,
.country-index__intro h2 {
  font-family: var(--serif);
  font-size: clamp(50px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
  margin: 0;
}

.destination-section-head > div > p {
  color: var(--muted);
  line-height: 1.7;
  margin: 34px 0 0;
  max-width: 530px;
}

.world-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 620px 410px;
  margin-top: 90px;
}

.world-card {
  overflow: hidden;
  position: relative;
}

.world-card--hero {
  color: white;
  grid-row: 1 / span 2;
}

.world-card--portrait {
  color: white;
}

.world-card__image,
.world-card__shade {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
}

.world-card__image {
  transition: transform 900ms cubic-bezier(.2,.7,.1,1);
}

.world-card:hover .world-card__image {
  transform: scale(1.035);
}

.world-card__shade {
  background: linear-gradient(0deg, rgba(12, 9, 7, .72), transparent 66%);
}

.world-card__copy {
  bottom: 0;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: auto 1fr;
  left: 0;
  padding: clamp(28px, 3vw, 48px);
  position: absolute;
}

.world-card__copy > span {
  font-size: 9px;
  grid-row: 1 / span 3;
  letter-spacing: .14em;
  padding-top: 5px;
}

.world-card__copy > p,
.world-card__copy > small {
  font-size: 9px;
  letter-spacing: .15em;
  margin: 0;
  text-transform: uppercase;
}

.world-card__copy h3 {
  font-family: var(--serif);
  font-size: clamp(31px, 3.7vw, 60px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.02;
  margin: 3px 0 7px;
  max-width: 650px;
}

.world-card--portrait .world-card__copy h3 {
  font-size: clamp(27px, 2.7vw, 42px);
}

.world-card--text {
  background: var(--champagne);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(32px, 4vw, 60px);
}

.world-card--text > span {
  color: var(--bronze);
  font-size: 9px;
  margin-bottom: auto;
}

.world-card--text h3 {
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
  margin: 25px 0 19px;
}

.world-card--text > p:last-child {
  color: rgba(25,24,21,.62);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.angola-teaser {
  background: #c7b79f;
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 840px;
}

.angola-teaser__media {
  min-height: 700px;
  position: relative;
}

.angola-teaser__image {
  height: 100%;
  object-fit: cover;
}

.angola-teaser__media > span {
  bottom: 30px;
  color: white;
  font-size: 8px;
  left: 28px;
  letter-spacing: .16em;
  position: absolute;
}

.angola-teaser__copy {
  align-self: center;
  padding-bottom: 90px;
  padding-top: 90px;
}

.angola-teaser__copy h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 5.2vw, 82px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
  margin: 33px 0;
}

.angola-teaser__copy > p:not(.eyebrow) {
  color: rgba(25,24,21,.65);
  line-height: 1.75;
  max-width: 520px;
}

.angola-teaser__copy .text-link {
  margin-top: 34px;
}

.country-index {
  background: var(--paper);
}

.country-index__intro {
  display: grid;
  gap: 5vw;
  grid-template-columns: .7fr 1.3fr;
  margin-bottom: 85px;
}

.country-list {
  border-top: 1px solid var(--line);
}

.country-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 48px 1fr .65fr 30px;
  min-height: 124px;
  transition: background 250ms ease, padding 250ms ease;
}

.country-row:hover {
  background: var(--ivory);
  padding-left: 18px;
  padding-right: 18px;
}

.country-row > span {
  color: var(--bronze);
  font-size: 9px;
  letter-spacing: .13em;
}

.country-row h3 {
  font-family: var(--serif);
  font-size: clamp(31px, 3.6vw, 56px);
  font-weight: 400;
  letter-spacing: -.035em;
  margin: 0;
}

.country-row p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.country-row i {
  font-size: 20px;
  font-style: normal;
  justify-self: end;
}

.destination-philosophy {
  background: var(--ink);
  color: white;
}

.destination-philosophy__grid {
  display: grid;
  gap: 7vw;
  grid-template-columns: 1.3fr .7fr;
  margin: 75px 0 105px;
}

.destination-philosophy__grid h2 {
  font-family: var(--serif);
  font-size: clamp(52px, 6.5vw, 100px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
  margin: 0;
}

.destination-philosophy__grid p {
  align-self: end;
  color: rgba(255,255,255,.6);
  line-height: 1.72;
  margin: 0;
}

.destination-philosophy__notes {
  border-top: 1px solid rgba(255,255,255,.2);
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.destination-philosophy__notes article {
  border-right: 1px solid rgba(255,255,255,.2);
  min-height: 260px;
  padding: 35px 36px 20px 0;
}

.destination-philosophy__notes article + article {
  padding-left: 36px;
}

.destination-philosophy__notes article:last-child {
  border: 0;
}

.destination-philosophy__notes span {
  color: var(--champagne);
  font-size: 9px;
}

.destination-philosophy__notes h3 {
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 45px);
  font-weight: 400;
  margin: 52px 0 14px;
}

.destination-philosophy__notes p {
  color: rgba(255,255,255,.55);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.destination-cta {
  align-items: center;
  color: white;
  display: flex;
  min-height: 760px;
  position: relative;
}

.destination-cta__image,
.destination-cta__shade {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
}

.destination-cta__shade {
  background: rgba(16,12,9,.52);
}

.destination-cta__copy {
  position: relative;
  text-align: center;
  width: 100%;
}

.destination-cta__copy h2 {
  font-family: var(--serif);
  font-size: clamp(50px, 7.2vw, 108px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
  margin: 32px auto 52px;
  max-width: 1100px;
}

@media (max-width: 980px) {
  .destination-intro__grid,
  .destination-section-head,
  .country-index__intro {
    grid-template-columns: 1fr;
  }

  .destination-intro__aside {
    max-width: 450px;
  }

  .world-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 650px 390px;
  }

  .world-card--hero {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .angola-teaser {
    grid-template-columns: 1fr;
  }

  .angola-teaser__media {
    height: 75vw;
  }

  .destination-philosophy__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .destination-hero {
    height: 100svh;
    min-height: 680px;
  }

  .destination-hero--africa .destination-hero__image {
    object-position: 62% center !important;
  }

  .destination-hero__content {
    padding-bottom: 40px;
  }

  .destination-hero__breadcrumb {
    margin-bottom: 38px;
  }

  .destination-hero h1 {
    font-size: clamp(55px, 17vw, 78px);
    line-height: .88;
  }

  .destination-hero__foot {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-top: 33px;
  }

  .destination-hero__foot > p {
    font-size: 17px;
    max-width: 340px;
  }

  .destination-hero__foot .text-link {
    justify-self: start;
  }

  .destination-hero__caption {
    display: none;
  }

  .destination-intro__grid {
    gap: 38px;
    margin-top: 52px;
  }

  .destination-intro h2,
  .destination-section-head h2,
  .country-index__intro h2 {
    font-size: 45px;
  }

  .destination-intro__copy {
    gap: 25px;
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .editorial-spread {
    height: 125vw;
    min-height: 650px;
  }

  .editorial-spread blockquote {
    font-size: 51px;
  }

  .destination-section-head {
    gap: 42px;
  }

  .world-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 56px;
  }

  .world-card--hero,
  .world-card--portrait {
    height: 125vw;
  }

  .world-card--text {
    min-height: 480px;
  }

  .world-card__copy h3,
  .world-card--portrait .world-card__copy h3 {
    font-size: 34px;
  }

  .angola-teaser__media {
    height: 125vw;
    min-height: 520px;
  }

  .angola-teaser__copy {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .angola-teaser__copy h2 {
    font-size: 47px;
  }

  .country-index__intro {
    gap: 42px;
    margin-bottom: 55px;
  }

  .country-row {
    gap: 12px;
    grid-template-columns: 28px 1fr 22px;
    min-height: 100px;
  }

  .country-row h3 {
    font-size: 31px;
  }

  .country-row p {
    display: none;
  }

  .destination-philosophy__grid {
    gap: 35px;
    margin: 58px 0 35px;
  }

  .destination-philosophy__grid h2 {
    font-size: 50px;
  }

  .destination-philosophy__notes {
    grid-template-columns: 1fr;
  }

  .destination-philosophy__notes article,
  .destination-philosophy__notes article + article {
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-right: 0;
    min-height: auto;
    padding: 30px 0 38px;
  }

  .destination-philosophy__notes h3 {
    margin-top: 30px;
  }

  .destination-cta {
    min-height: 680px;
  }

  .destination-cta__copy h2 {
    font-size: 50px;
  }
}

/* Angola country page */

.destination-hero--angola .destination-hero__veil {
  background:
    linear-gradient(90deg, rgba(18,14,10,.47), rgba(18,14,10,.03) 66%),
    linear-gradient(0deg, rgba(18,14,10,.58), transparent 64%);
}

.angola-falls {
  align-items: flex-end;
  color: white;
  display: flex;
  height: min(930px, 88vw);
  min-height: 700px;
  position: relative;
}

.angola-falls__image,
.angola-falls__shade {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
}

.angola-falls__shade {
  background: linear-gradient(0deg, rgba(14,11,8,.67), transparent 66%);
}

.angola-falls__copy {
  padding-bottom: clamp(58px, 7vw, 105px);
  position: relative;
  width: 100%;
}

.angola-falls__copy h2 {
  font-family: var(--serif);
  font-size: clamp(58px, 7.5vw, 116px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .91;
  margin: 30px 0 28px;
  max-width: 1050px;
}

.angola-falls__copy > p:last-child {
  font-family: var(--serif);
  font-size: clamp(19px, 1.6vw, 25px);
  margin: 0;
}

.angola-contrast {
  background: var(--paper);
}

.angola-contrast__heading {
  display: grid;
  gap: 5vw;
  grid-template-columns: .7fr 1.3fr;
}

.angola-contrast__heading h2 {
  font-family: var(--serif);
  font-size: clamp(50px, 6.2vw, 96px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
  margin: 0;
}

.angola-contrast__heading > div > p {
  color: var(--muted);
  line-height: 1.7;
  margin: 35px 0 0;
  max-width: 560px;
}

.angola-contrast__media {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 170px .78fr;
  margin-top: 95px;
}

.angola-contrast__image {
  object-fit: cover;
  width: 100%;
}

.angola-contrast__image--coast {
  height: 780px;
}

.angola-contrast__image--moon {
  height: 590px;
}

.angola-contrast__word {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.angola-contrast__word span {
  font-size: 8px;
  letter-spacing: .17em;
  writing-mode: vertical-rl;
}

.angola-contrast__word i {
  background: var(--line);
  height: 80px;
  width: 1px;
}

.angola-chapters {
  background: #302a24;
  color: white;
}

.angola-chapters__intro {
  display: grid;
  gap: 42px 6vw;
  grid-template-columns: .7fr 1.3fr;
  margin-bottom: 88px;
}

.angola-chapters__intro h2 {
  font-family: var(--serif);
  font-size: clamp(52px, 6.5vw, 100px);
  font-weight: 400;
  grid-column: 2;
  letter-spacing: -.05em;
  line-height: .94;
  margin: 0;
}

.angola-chapter-list {
  border-top: 1px solid rgba(255,255,255,.2);
}

.angola-chapter {
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: grid;
  gap: 22px;
  grid-template-columns: 45px .45fr 1fr .75fr;
  min-height: 205px;
  padding: 45px 0;
}

.angola-chapter > span,
.angola-chapter > p {
  color: rgba(255,255,255,.5);
  font-size: 9px;
  letter-spacing: .15em;
  margin: 6px 0 0;
  text-transform: uppercase;
}

.angola-chapter h3 {
  color: var(--champagne);
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 54px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
  margin: 0;
}

.angola-chapter > div {
  align-items: flex-start;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}

.angola-chapter > div p {
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.angola-chapter > div i {
  font-size: 20px;
  font-style: normal;
}

.luanda-story {
  background: var(--champagne);
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 830px;
}

.luanda-story__image-wrap {
  position: relative;
}

.luanda-story__image {
  height: 100%;
  object-fit: cover;
}

.luanda-story__image-wrap > span {
  bottom: 26px;
  color: white;
  font-size: 8px;
  left: 26px;
  letter-spacing: .16em;
  position: absolute;
}

.luanda-story__copy {
  align-self: center;
  padding-bottom: 90px;
  padding-top: 90px;
}

.luanda-story__copy h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
  margin: 33px 0;
}

.luanda-story__copy > p:not(.eyebrow) {
  color: rgba(25,24,21,.64);
  line-height: 1.75;
  max-width: 510px;
}

.angola-for-you {
  background: var(--paper);
}

.angola-for-you__grid {
  display: grid;
  gap: 6vw;
  grid-template-columns: .85fr 1.15fr;
  margin-top: 80px;
}

.angola-for-you__title h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 5.6vw, 86px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .96;
  margin: 0;
  position: sticky;
  top: 110px;
}

.angola-for-you__cards {
  border-top: 1px solid var(--line);
}

.angola-for-you__cards article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px 30px;
  grid-template-columns: 38px 1fr;
  min-height: 235px;
  padding: 42px 0;
}

.angola-for-you__cards span {
  color: var(--bronze);
  font-size: 9px;
  padding-top: 7px;
}

.angola-for-you__cards h3 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.2vw, 50px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
  margin: 0;
}

.angola-for-you__cards p {
  color: var(--muted);
  font-size: 13px;
  grid-column: 2;
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}

.country-quote {
  background: #c6b59d;
  padding-bottom: clamp(100px, 12vw, 190px);
  padding-top: clamp(100px, 12vw, 190px);
  text-align: center;
}

.country-quote blockquote {
  font-family: var(--serif);
  font-size: clamp(48px, 6.7vw, 102px);
  letter-spacing: -.05em;
  line-height: .95;
  margin: 35px auto;
  max-width: 1150px;
}

.country-quote > p:last-child {
  color: rgba(25,24,21,.58);
  font-size: 11px;
}

.destination-cta--angola .destination-cta__shade {
  background: rgba(18,12,8,.56);
}

@media (max-width: 980px) {
  .angola-contrast__heading {
    grid-template-columns: 1fr;
  }

  .angola-contrast__media {
    grid-template-columns: 1fr 100px .8fr;
  }

  .angola-contrast__image--coast {
    height: 650px;
  }

  .angola-contrast__image--moon {
    height: 500px;
  }

  .angola-chapters__intro {
    grid-template-columns: 1fr;
  }

  .angola-chapters__intro h2 {
    grid-column: 1;
  }

  .angola-chapter {
    grid-template-columns: 38px .35fr 1fr;
  }

  .angola-chapter > div {
    grid-column: 3;
  }

  .luanda-story {
    grid-template-columns: 1fr;
  }

  .luanda-story__image-wrap {
    height: 75vw;
  }

  .angola-for-you__grid {
    grid-template-columns: 1fr;
  }

  .angola-for-you__title h2 {
    position: static;
  }
}

@media (max-width: 680px) {
  .destination-hero--angola .destination-hero__image {
    object-position: 59% center !important;
  }

  .angola-falls {
    height: 130vw;
    min-height: 670px;
  }

  .angola-falls__copy h2 {
    font-size: 50px;
  }

  .angola-contrast__heading {
    gap: 42px;
  }

  .angola-contrast__heading h2 {
    font-size: 46px;
  }

  .angola-contrast__media {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .angola-contrast__image--coast,
  .angola-contrast__image--moon {
    height: 125vw;
  }

  .angola-contrast__word {
    flex-direction: row;
  }

  .angola-contrast__word span {
    writing-mode: horizontal-tb;
  }

  .angola-contrast__word i {
    height: 1px;
    width: 70px;
  }

  .angola-chapters__intro {
    margin-bottom: 52px;
  }

  .angola-chapters__intro h2 {
    font-size: 49px;
  }

  .angola-chapter {
    gap: 12px 16px;
    grid-template-columns: 28px 1fr;
    min-height: auto;
    padding: 32px 0 38px;
  }

  .angola-chapter > span {
    grid-row: 1 / span 3;
  }

  .angola-chapter > p {
    grid-column: 2;
  }

  .angola-chapter h3 {
    font-size: 34px;
    grid-column: 2;
  }

  .angola-chapter > div {
    grid-column: 2;
  }

  .angola-chapter > div i {
    display: none;
  }

  .luanda-story__image-wrap {
    height: 125vw;
  }

  .luanda-story__copy {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .luanda-story__copy h2,
  .angola-for-you__title h2 {
    font-size: 46px;
  }

  .angola-for-you__grid {
    gap: 55px;
    margin-top: 55px;
  }

  .angola-for-you__cards article {
    min-height: 210px;
  }

  .country-quote blockquote {
    font-size: 47px;
  }
}
