@font-face {
  font-family: "Butler Stencil";
  src: url("/fonts/butler-stencil-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

/* Regional Best 100 social publication: cover plus two viewport-fitted 4:5 list sheets. */
.regional-table100-publication,
.regional-table100-publication * {
  box-sizing: border-box;
}

.regional-table100-publication {
  min-height: 100vh;
  padding: 12px 0 32px;
  display: grid;
  justify-items: center;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: y proximity;
  color: #f6f1e6;
  background: #050505;
  font-family: var(--pub-body, "Helvetica Neue", Arial, sans-serif);
}

.regional-table100-sheet {
  position: relative;
  width: min(1080px, calc(100vw - 24px), calc((100svh - 24px) * .8));
  aspect-ratio: 4 / 5;
  overflow: hidden;
  isolation: isolate;
  container-type: inline-size;
  scroll-snap-align: start;
  background:
    radial-gradient(95% 72% at 97% 9%, rgba(55, 55, 55, .76) 0%, rgba(28, 28, 28, .74) 48%, transparent 49%),
    radial-gradient(96% 75% at 3% 93%, rgba(45, 45, 45, .74) 0%, rgba(22, 22, 22, .68) 51%, transparent 52%),
    linear-gradient(145deg, #050505 0%, #111 49%, #070707 100%);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .52);
}

.regional-table100-sheet::before,
.regional-table100-sheet::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.regional-table100-sheet::before {
  width: 102cqw;
  height: 47cqw;
  top: 17cqw;
  right: -41cqw;
  border: 6.4cqw solid rgba(83, 83, 83, .16);
  border-radius: 50%;
  transform: rotate(-28deg);
}

.regional-table100-sheet::after {
  width: 92cqw;
  height: 40cqw;
  left: -43cqw;
  bottom: 5cqw;
  border: 5.4cqw solid rgba(69, 69, 69, .15);
  border-radius: 50%;
  transform: rotate(21deg);
}

.regional-table100-gold-shimmer {
  position: absolute;
  z-index: 4;
  top: 3.45cqw;
  left: 5cqw;
  right: 5cqw;
  height: .9cqw;
  opacity: .9;
  background: linear-gradient(90deg, transparent 0%, #4e3d20 7%, #9f7d41 24%, #e1c276 41%, #f7dda0 52%, #c9a45c 70%, #73592e 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 35%, #000 65%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 35%, #000 65%, transparent 100%);
  filter: drop-shadow(0 0 .42cqw rgba(223, 189, 112, .18));
}

.regional-table100-gold-shimmer::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: .08cqw;
  background: linear-gradient(90deg, transparent, rgba(255, 235, 172, .18) 8%, #f5d995 49%, rgba(255, 235, 172, .2) 92%, transparent);
  box-shadow: 0 0 .35cqw rgba(233, 197, 119, .2);
  content: "";
}

.regional-table100-cover {
  display: grid;
  place-items: center;
}

.regional-table100-cover-logo {
  --best100-lockup-width: 27cqw;
  display: grid;
  place-items: center;
  color: #f4efe5;
  transform: translateY(-2.5cqw);
}

.regional-table100-cover-logo .best100-brand-lockup,
.regional-table100-list-logo .best100-brand-lockup {
  --best100-lockup-width: inherit;
  color: inherit;
}

.regional-table100-cover-list {
  position: absolute;
  right: 18cqw;
  bottom: 8.2cqw;
  left: 18cqw;
  margin: 0;
  padding-top: 1.8cqw;
  border-top: .18cqw solid rgba(232, 204, 138, .86);
  color: #f4eee0;
  font-family: var(--pub-display, Georgia, serif);
  font-size: 7.1cqw;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
  text-align: center;
  text-transform: uppercase;
}

.regional-table100-list-sheet {
  display: block;
}

.regional-table100-list-logo {
  --best100-lockup-width: 9.4cqw;
  align-self: start;
  justify-self: end;
  color: #f4efe5;
}

.regional-table100-list-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 8.2cqw 5.8cqw 6.1cqw;
  display: grid;
  grid-template-rows: 24.8cqw minmax(0, 1fr);
}

.regional-table100-list-header {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10.5cqw;
  gap: 4cqw;
  align-items: start;
  border-bottom: 1px solid rgba(218, 184, 109, .72);
}

.regional-table100-list-header p {
  margin: 1cqw 0 1.15cqw;
  color: #f4efe5;
  font-size: 2.8cqw;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.regional-table100-list-header h2 {
  max-width: 68cqw;
  margin: 0;
  color: #f6f1e6;
  font-family: var(--pub-display, Georgia, serif);
  font-size: 6.35cqw;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .86;
  text-transform: uppercase;
}

.regional-table100-columns {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2cqw;
}

.regional-table100-table {
  width: 100%;
  height: 100%;
  display: block;
  table-layout: fixed;
  border-collapse: collapse;
}

.regional-table100-table thead {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.regional-table100-table tbody {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(25, minmax(0, 1fr));
}

.regional-table100-table tbody tr {
  min-width: 0;
  display: grid;
  grid-template-columns: 5cqw minmax(0, 1fr);
  grid-template-rows: minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: center;
  border-bottom: 1px solid rgba(206, 175, 103, .34);
}

.regional-table100-table tbody td,
.regional-table100-table tbody th {
  min-width: 0;
  padding: 0 .48cqw;
  text-align: left;
}

.regional-table100-table tbody td:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: stretch;
  display: grid;
  place-items: center;
  color: transparent;
  background: linear-gradient(116deg, #725725 0%, #d4b46b 38%, #fff0b5 54%, #b68f46 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--pub-display, Georgia, serif);
  font-size: 3.15cqw;
  font-weight: 400;
  line-height: 1;
}

.regional-table100-table tbody th {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  overflow: hidden;
  color: #f7f1e5;
  font-family: var(--pub-display, Georgia, serif);
  font-size: 1.92cqw;
  font-weight: 400;
  letter-spacing: -.027em;
  line-height: .98;
  white-space: nowrap;
}

.regional-table100-table tbody th[data-length="long"] {
  font-size: 1.5cqw;
}

.regional-table100-table tbody th[data-length="very-long"] {
  align-self: center;
  font-size: 1.14cqw;
  line-height: .88;
  white-space: normal;
}

.regional-table100-table tbody td:last-child {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  overflow: hidden;
  color: #cdb776;
  font-family: var(--pub-body, "Helvetica Neue", Arial, sans-serif);
  font-size: .96cqw;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

@media print {
  .regional-table100-publication {
    padding: 0;
    gap: 0;
    background: #fff;
  }

  .regional-table100-sheet {
    width: 100vw;
    box-shadow: none;
    break-after: page;
  }

  .regional-table100-sheet:last-child {
    break-after: auto;
  }
}

/* Regional Best 100 publication sheets: shared by Asia, Europe, Middle East and future editions. */
.regional-best100-publication,
.regional-best100-publication * {
  box-sizing: border-box;
}

.regional-best100-publication {
  min-height: 100vh;
  padding: 32px 0 72px;
  display: grid;
  justify-items: center;
  gap: 32px;
  overflow-x: auto;
  color: #111;
  background: #111;
  font-family: var(--pub-body);
}

.regional-best100-sheet {
  position: relative;
  width: min(1080px, calc(100vw - 32px));
  aspect-ratio: 4 / 5;
  overflow: hidden;
  isolation: isolate;
  container-type: inline-size;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
}

.regional-best100-cover {
  display: grid;
  place-items: center;
  color: #f9f7f2;
  background:
    radial-gradient(90% 78% at 4% -4%, #ff354b 0%, rgba(255, 53, 75, .94) 27%, transparent 68%),
    radial-gradient(90% 80% at 100% 10%, #8e29cc 0%, rgba(142, 41, 204, .88) 31%, transparent 70%),
    radial-gradient(92% 76% at 2% 105%, #3f91d2 0%, rgba(63, 145, 210, .86) 31%, transparent 70%),
    linear-gradient(145deg, #cc1f58 0%, #7f266f 31%, #41267e 62%, #123f79 100%);
}

.regional-best100-cover-logo {
  display: grid;
  place-items: center;
  color: inherit;
  transform: scale(2.55);
  transform-origin: 50% 50%;
}

.regional-best100-cover-logo .best100-brand-lockup {
  --best100-lockup-width: 214px;
  color: inherit;
}

@container (max-width: 800px) {
  .regional-best100-cover-logo {
    transform: scale(1.85);
  }

}

@container (max-width: 600px) {
  .regional-best100-cover-logo {
    transform: scale(1.35);
  }

}

@container (max-width: 440px) {
  .regional-best100-cover-logo {
    transform: scale(.92);
  }

}

@container (max-width: 320px) {
  .regional-best100-cover-logo {
    transform: scale(.64);
  }

}

.regional-best100-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.regional-best100-ranking-sheet {
  color: #f9f7f2;
  background:
    radial-gradient(90% 78% at 4% -4%, #ff354b 0%, rgba(255, 53, 75, .94) 27%, transparent 68%),
    radial-gradient(90% 80% at 100% 10%, #8e29cc 0%, rgba(142, 41, 204, .88) 31%, transparent 70%),
    radial-gradient(92% 76% at 2% 105%, #3f91d2 0%, rgba(63, 145, 210, .86) 31%, transparent 70%),
    linear-gradient(145deg, #cc1f58 0%, #7f266f 31%, #41267e 62%, #123f79 100%);
}

.regional-best100-spectrum {
  position: absolute;
  inset: 0 0 auto;
  height: 1.05cqw;
  background: rgba(255, 255, 255, .72);
}

.regional-best100-ranking-inner {
  position: absolute;
  inset: 0;
  padding: 2.6cqw 2.7cqw 2.2cqw;
  display: grid;
  grid-template-rows: 20cqw minmax(0, 1fr) 2.8cqw;
}

.regional-best100-ranking-header {
  position: relative;
}

.regional-best100-list-logo {
  position: absolute;
  top: .7cqw;
  left: 50%;
  color: #f9f7f2;
  transform: translateX(-50%) scale(.44);
  transform-origin: 50% 0;
}

.regional-best100-list-logo .best100-brand-lockup {
  --best100-lockup-width: 214px;
  color: inherit;
}

@container (max-width: 800px) {
  .regional-best100-list-logo {
    transform: translateX(-50%) scale(.32);
  }
}

@container (max-width: 600px) {
  .regional-best100-list-logo {
    transform: translateX(-50%) scale(.24);
  }
}

@container (max-width: 440px) {
  .regional-best100-list-logo {
    transform: translateX(-50%) scale(.17);
  }
}

@container (max-width: 320px) {
  .regional-best100-list-logo {
    transform: translateX(-50%) scale(.12);
  }
}

.regional-best100-range-label {
  position: absolute;
  top: 50%;
  right: .5cqw;
  transform: translateY(-50%);
  margin: 0;
  display: grid;
  justify-items: end;
  gap: .65cqw;
  color: #f9f7f2;
  font-family: var(--pub-body);
  text-align: right;
  text-transform: uppercase;
}

.regional-best100-range-label span {
  font-size: .83cqw;
  font-weight: 700;
  letter-spacing: .18em;
}

.regional-best100-range-label strong {
  font-family: var(--pub-display);
  font-size: 3.15cqw;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
}

.regional-best100-columns {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35cqw;
  padding: 1.35cqw;
  background: rgba(250, 250, 249, .97);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 2.35cqw;
  box-shadow: 0 2.2cqw 5.5cqw rgba(12, 10, 30, .18);
}

.regional-best100-ranking-column {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(25, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, .76);
  border: 1px solid #dededb;
  border-radius: 1.45cqw;
}

.regional-best100-ranking-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 5.1cqw minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid #e4e4e1;
}

.regional-best100-ranking-row:last-child {
  border-bottom: 0;
}

.regional-best100-rank {
  align-self: stretch;
  display: grid;
  place-items: center;
  color: transparent;
  background: linear-gradient(155deg, #e82b58 7%, #8a2ab0 53%, #2469ae 96%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--pub-display);
  font-size: 2.42cqw;
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: 1;
  text-indent: -.075em;
}

.regional-best100-rank[data-digits="3"] {
  font-size: 2.02cqw;
}

.regional-best100-identity {
  min-width: 0;
  padding: .37cqw 1cqw .32cqw .05cqw;
}

.regional-best100-identity h3 {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  color: #111;
  font-family: var(--pub-body);
  font-size: 1.32cqw;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.regional-best100-identity h3[data-length="long"] {
  font-size: 1.16cqw;
}

.regional-best100-identity h3[data-length="very-long"] {
  font-size: 1cqw;
  letter-spacing: -.04em;
}

.regional-best100-identity p {
  margin: .32cqw 0 0;
  overflow: hidden;
  color: #666663;
  font-family: var(--pub-body);
  font-size: .76cqw;
  font-weight: 700;
  letter-spacing: .105em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.regional-best100-folio {
  align-self: end;
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: rgba(255, 255, 255, .82);
  font-family: var(--pub-body);
  font-size: .66cqw;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .regional-best100-publication {
    padding-top: 16px;
    gap: 16px;
  }
}

@media print {
  .regional-best100-publication {
    display: block;
    padding: 0;
    background: #fff;
  }

  .regional-best100-sheet {
    width: 8in;
    height: 10in;
    break-after: page;
    box-shadow: none;
  }
}

@font-face {
  font-family: "Athene";
  src: url("/fonts/Athene.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Athene Resorts Reference";
  src: url("/fonts/Athene-resorts-reference.ttf?v=athene-resorts-100-v1") format("opentype");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

.best100-site {
  --best100-ink: #111110;
  --best100-muted: #666662;
  --best100-line: #d9d9d5;
  --best100-soft-line: #ececea;
  --best100-placeholder: #f2f2f0;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--best100-ink);
  background: #fff;
}

.best100-site,
.best100-site * {
  box-sizing: border-box;
}

.best100-site a {
  color: inherit;
}

.best100-site h1,
.best100-site h2,
.best100-site h3,
.best100-site dd {
  color: var(--best100-ink);
}

.best100-shell {
  width: min(1390px, calc(100% - 72px));
  margin-inline: auto;
}

.best100-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.best100-eyebrow {
  color: #666662;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.best100-brand-lockup {
  --best100-lockup-width: clamp(176px, 12vw, 214px);
  --best100-lockup-gap: 12px;
  --best100-number-offset: 20px;
  --best100-number-shift: -2.2cqw;
  width: var(--best100-lockup-width);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  row-gap: var(--best100-lockup-gap);
  color: var(--best100-ink);
  container-type: inline-size;
  line-height: 1;
}

.best100-brand-lockup .twb-logo {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 1149 / 690;
  display: block;
  container-type: inline-size;
  background: transparent;
  isolation: isolate;
}

.best100-brand-lockup .twb-logo__line {
  position: absolute;
  left: 50%;
  display: block;
  margin: 0;
  color: inherit;
  font-family: "Butler Stencil", Didot, "Bodoni 72", serif;
  font-style: normal;
  font-weight: 400;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background: currentColor;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.best100-brand-lockup .twb-logo__top {
  top: -.1cqw;
  font-size: 14.93cqw;
  transform: translateX(-50%) scaleX(1.057);
  transform-origin: 50% 50%;
}

.best100-brand-lockup--asia .twb-logo__top {
  transform: translateX(-50%) scaleX(1.2) scaleY(1.1);
}

.best100-brand-lockup--middle-east .twb-logo__top {
  font-size: 14.93cqw;
  letter-spacing: -.028em;
  transform: translateX(-50%) scaleX(1.04) scaleY(1.07);
}

.best100-brand-lockup--europe .twb-logo__top {
  top: -2.2cqw;
  font-size: 14.93cqw;
  letter-spacing: -.018em;
  transform: translateX(-50%) scaleX(1.28) scaleY(1.08);
}

.best100-brand-lockup--americas .twb-logo__top {
  top: -2.2cqw;
  font-size: 14.93cqw;
  letter-spacing: -.024em;
  transform: translateX(-50%) scaleX(.86) scaleY(1.08);
}

.best100-brand-lockup .twb-logo__main {
  top: 13.3cqw;
  font-size: 61.8cqw;
  transform: translateX(-50%) scaleX(.707);
  transform-origin: 50% 50%;
}

.best100-brand-lockup__number {
  width: 100%;
  margin-top: var(--best100-number-offset);
  display: block;
  font-family: "Athene", Didot, "Bodoni 72", serif;
  font-size: 94cqw;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  letter-spacing: -.155em;
  line-height: .7;
  text-indent: -.1em;
  text-align: center;
  white-space: nowrap;
  transform: translateX(var(--best100-number-shift)) scaleX(.94);
  transform-origin: 50% 50%;
}

.best100-brand-lockup__category {
  width: 100%;
  display: block;
  font-family: "Butler Stencil", Didot, "Bodoni 72", serif;
  font-size: 29.2cqw;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: .76;
  text-align: center;
  text-transform: uppercase;
  transform: scaleX(.965);
  transform-origin: 50% 50%;
}

.best100-brand-lockup__year {
  display: block;
  font-family: "Butler Stencil", Didot, "Bodoni 72", serif;
  font-size: 20.5cqw;
  font-weight: 400;
  letter-spacing: .18em;
  line-height: .9;
  text-indent: .18em;
}

.best100-brand-lockup__rule {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 5.4cqw;
  align-items: center;
}

.best100-brand-lockup__rule i {
  height: 1px;
  display: block;
  background: currentColor;
}

.best100-brand-lockup__rule b {
  font-size: 4.8cqw;
  font-weight: 400;
  line-height: 1;
}

.best100-brand-lockup__issuer {
  display: grid;
  justify-items: center;
  gap: 2.4cqw;
  margin-top: -5cqw;
  text-align: center;
}

.best100-brand-lockup__issuer small {
  font-size: 5cqw;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.best100-brand-lockup__issuer strong {
  font-family: var(--pub-display);
  font-size: 9.5cqw;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.best100-brand-lockup--compact {
  --best100-lockup-width: 142px;
  --best100-lockup-gap: 9px;
  --best100-number-offset: 13px;
  --best100-number-shift: -2.5cqw;
}

.best100-mosaic-hero {
  padding: clamp(24px, 2.5vw, 40px) 0 clamp(38px, 4vw, 62px);
  color: var(--best100-ink);
  background: #fff;
  border-bottom: 1px solid var(--best100-line);
}

.best100-mosaic-hero__shell {
  width: min(1540px, calc(100% - 48px));
  margin-inline: auto;
}

.best100-mosaic-hero__grid {
  min-height: clamp(670px, 48vw, 780px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  gap: clamp(8px, .7vw, 12px);
}

.best100-mosaic-hero__card {
  min-width: 0;
  min-height: 0;
  display: block;
  overflow: hidden;
  background: var(--best100-placeholder);
}

.best100-mosaic-hero__card:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 5;
  border-radius: 24px 10px 10px 24px;
}

.best100-mosaic-hero__card:nth-child(2) {
  grid-column: 4 / 5;
  grid-row: 1 / 4;
  border-radius: 12px 18px 10px 12px;
}

.best100-mosaic-hero__card:nth-child(3) {
  grid-column: 9 / 10;
  grid-row: 1 / 4;
  border-radius: 18px 12px 12px 10px;
}

.best100-mosaic-hero__card:nth-child(4) {
  grid-column: 10 / 13;
  grid-row: 1 / 5;
  border-radius: 10px 24px 24px 10px;
}

.best100-mosaic-hero__card:nth-child(5) {
  grid-column: 1 / 4;
  grid-row: 5 / 9;
  border-radius: 24px 10px 10px 24px;
}

.best100-mosaic-hero__card:nth-child(6) {
  grid-column: 4 / 5;
  grid-row: 6 / 9;
  border-radius: 12px 10px 18px 12px;
}

.best100-mosaic-hero__card:nth-child(7) {
  grid-column: 9 / 10;
  grid-row: 6 / 9;
  border-radius: 10px 12px 12px 18px;
}

.best100-mosaic-hero__card:nth-child(8) {
  grid-column: 10 / 13;
  grid-row: 5 / 9;
  border-radius: 10px 24px 24px 10px;
}

.best100-mosaic-hero__card figure,
.best100-mosaic-hero__card img {
  width: 100%;
  height: 100%;
  display: block;
}

.best100-mosaic-hero__card img {
  object-fit: cover;
  transition: transform 480ms cubic-bezier(.2, .7, .2, 1);
}

.best100-mosaic-hero__center {
  position: relative;
  z-index: 2;
  grid-column: 5 / 9;
  grid-row: 1 / 9;
  min-width: 0;
  padding: clamp(34px, 3.4vw, 54px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--best100-ink);
  background: #fff;
  border: 1px solid var(--best100-line);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(17, 17, 16, .055);
  text-align: center;
}

.best100-mosaic-hero__deck {
  max-width: 43ch;
  margin-top: clamp(48px, 4.2vw, 64px) !important;
  color: #575753;
  font-size: 12px;
  line-height: 1.72;
}

.best100-brand-lockup--resorts .best100-brand-lockup__number {
  transform: translateX(var(--best100-number-shift)) scaleX(1.02);
}

.best100-mosaic-hero .best100-brand-lockup,
.best100-entry-profile .best100-brand-lockup {
  --best100-lockup-tighten: 10px;
  --best100-category-scale: .965;
  --best100-category-optical-shift: 0px;
  --best100-number-optical-shift: -1.5cqw;
  row-gap: 2px;
}

.best100-mosaic-hero .best100-brand-lockup {
  --best100-lockup-width: clamp(158px, 13.5vw, 214px);
}

.best100-entry-profile .best100-brand-lockup {
  --best100-lockup-tighten: 7px;
}

.best100-mosaic-hero .best100-brand-lockup__issuer,
.best100-entry-profile .best100-brand-lockup__issuer {
  margin-top: -5cqw !important;
}

.best100-mosaic-hero .best100-brand-lockup--resorts,
.best100-entry-profile .best100-brand-lockup--resorts {
  --best100-category-scale: .865;
  --best100-category-optical-shift: -5.2cqw;
}

.best100-mosaic-hero .best100-brand-lockup--lodges,
.best100-entry-profile .best100-brand-lockup--lodges {
  --best100-category-scale: .974;
  --best100-category-optical-shift: 0;
}

.best100-mosaic-hero .best100-brand-lockup--lodges .best100-brand-lockup__category,
.best100-entry-profile .best100-brand-lockup--lodges .best100-brand-lockup__category {
  letter-spacing: -.025em;
}

.best100-mosaic-hero .best100-brand-lockup--fine-dining,
.best100-entry-profile .best100-brand-lockup--fine-dining {
  --best100-category-scale: 1.0415;
  --best100-category-optical-shift: .05cqw;
}

.best100-mosaic-hero .best100-brand-lockup--fine-dining .best100-brand-lockup__category,
.best100-entry-profile .best100-brand-lockup--fine-dining .best100-brand-lockup__category {
  font-size: 17.35cqw;
  letter-spacing: -.035em;
  -webkit-text-stroke: .2px currentColor;
  paint-order: stroke fill;
  transform: translate(var(--best100-category-optical-shift), calc(-4.75cqw - var(--best100-lockup-tighten))) scaleX(var(--best100-category-scale));
}

.best100-mosaic-hero .best100-brand-lockup__number,
.best100-entry-profile .best100-brand-lockup__number {
  font-family: "Athene Resorts Reference", Didot, "Bodoni 72", serif;
  font-size: 70.2cqw;
  margin-bottom: 11cqw;
  font-variant-numeric: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  letter-spacing: -1.05cqw;
  line-height: 1;
  text-indent: 0;
  -webkit-text-stroke: .45px #fff;
  paint-order: fill stroke;
  text-rendering: geometricPrecision;
  transform: translate(var(--best100-number-optical-shift), calc(-1.5cqw - var(--best100-lockup-tighten))) scaleX(1) scaleY(1.2);
  transform-origin: 50% 0;
}

.best100-mosaic-hero .twb-logo__main,
.best100-entry-profile .best100-brand-lockup .twb-logo__main {
  top: calc(18.85cqw - var(--best100-lockup-tighten));
}

.best100-mosaic-hero .best100-brand-lockup__category,
.best100-entry-profile .best100-brand-lockup__category {
  transform: translate(var(--best100-category-optical-shift), calc(-4.75cqw - var(--best100-lockup-tighten))) scaleX(var(--best100-category-scale));
}

.best100-mosaic-hero .best100-brand-lockup__year,
.best100-entry-profile .best100-brand-lockup__year {
  transform: translateY(calc(-4.75cqw - var(--best100-lockup-tighten)));
}

.best100-mosaic-hero .best100-brand-lockup__rule,
.best100-entry-profile .best100-brand-lockup__rule {
  transform: translateY(calc(-6.35cqw - var(--best100-lockup-tighten)));
}

.best100-mosaic-hero__links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 26px;
}

.best100-mosaic-hero__links a {
  padding-bottom: 6px;
  border-bottom: 1px solid #7b7b77;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-mosaic-hero__links a span {
  margin-left: 18px;
}

.best100-year-rail {
  scroll-margin-top: 150px;
  color: var(--best100-ink);
  background: #fff;
  border-bottom: 1px solid var(--best100-line);
}

.best100-year-rail .best100-shell {
  min-height: 70px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.best100-year-rail .best100-shell::-webkit-scrollbar {
  display: none;
}

.best100-year-rail__label {
  flex: 0 0 clamp(180px, 15vw, 206px);
  min-width: 0;
  padding: 0 24px;
  display: grid;
  place-items: center start;
  color: #555552;
  border-right: 1px solid var(--best100-line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.best100-year-rail a {
  position: relative;
  min-width: 82px;
  padding: 0 17px;
  display: grid;
  place-items: center;
  color: #5e5e5a;
  background: #fff;
  border-right: 1px solid var(--best100-line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.best100-year-rail a.is-current {
  color: #fff !important;
  background: var(--best100-ink);
}

.best100-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .52fr);
  gap: clamp(46px, 8vw, 116px);
  align-items: end;
}

.best100-section-heading--ranking {
  max-width: 920px;
  display: block;
}

.best100-section-heading--ranking h2 {
  max-width: none;
}

.best100-section-heading h2,
.best100-edition-note h2,
.best100-method h2,
.best100-entry-case h2,
.best100-entry-archive h2 {
  max-width: 700px;
  margin-top: 11px;
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: clamp(31px, 3.2vw, 43px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.034em;
  text-wrap: balance;
}

.best100-section-heading > p,
.best100-method__grid > div:last-child > p {
  max-width: 450px;
  color: #5d5d59;
  font-size: 11px;
  line-height: 1.72;
}

.best100-edition-context--hotels {
  padding: clamp(68px, 7vw, 98px) 0;
  color: var(--best100-ink);
  background: #f5f2ec;
  border-bottom: 1px solid var(--best100-line);
}

.best100-edition-context--hotels .best100-edition-context__layout {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(440px, 1.3fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.best100-edition-context--hotels h2 {
  max-width: 460px;
  margin-top: 10px;
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: clamp(32px, 3.8vw, 50px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.best100-edition-context--hotels header > dl {
  margin-top: 30px;
  padding-top: 17px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid #bcb7ae;
}

.best100-edition-context--hotels dt {
  color: #827e76;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.best100-edition-context--hotels dd {
  margin-top: 5px;
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: 24px;
  font-weight: 400;
}

.best100-edition-context--hotels .best100-edition-context__copy > p {
  color: #5d5952;
  font-size: 14px;
  line-height: 1.82;
}

.best100-edition-context--hotels .best100-edition-context__copy > p + p {
  margin-top: 18px;
}

.best100-edition-context--hotels .best100-edition-context__copy > a {
  width: fit-content;
  margin-top: 27px;
  padding-bottom: 5px;
  display: flex;
  gap: 28px;
  color: var(--best100-ink);
  border-bottom: 1px solid #a9a49b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.best100-edition-context--resorts {
  padding: clamp(54px, 5.5vw, 78px) 0;
  color: var(--best100-ink);
  background: #fff;
  border-bottom: 1px solid var(--best100-line);
}

.best100-edition-context--resorts .best100-edition-context__layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(440px, 1.28fr);
  column-gap: clamp(48px, 7vw, 104px);
  row-gap: clamp(28px, 3vw, 42px);
  align-items: start;
}

.best100-edition-context--resorts h2 {
  max-width: 430px;
  margin-top: 12px;
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.042em;
  text-wrap: balance;
}

.best100-edition-context--resorts .best100-edition-context__copy {
  padding-left: clamp(40px, 4vw, 82px);
}

.best100-edition-context--resorts .best100-edition-context__copy > p {
  color: #5d5952;
  font-size: 13px;
  line-height: 1.85;
}

.best100-edition-context--resorts .best100-edition-context__copy > .best100-edition-context__lead {
  max-width: 640px;
  color: var(--best100-ink);
  font-family: var(--pub-body);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.32;
  letter-spacing: -.022em;
  text-wrap: balance;
}

.best100-edition-context--resorts .best100-edition-context__copy > p + p {
  margin-top: 18px;
}

.best100-edition-context--resorts .best100-edition-context__copy > a {
  width: fit-content;
  margin-top: 24px;
  padding-bottom: 6px;
  display: flex;
  gap: 28px;
  color: var(--best100-ink);
  border-bottom: 1px solid #9c978e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-edition-context--resorts .best100-edition-context__facts {
  grid-column: 1 / -1;
  margin-top: clamp(4px, 1vw, 12px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #bcb7ae;
  border-bottom: 1px solid #bcb7ae;
}

.best100-edition-context--resorts .best100-edition-context__facts > div {
  min-height: 78px;
  padding: 15px clamp(14px, 2vw, 26px);
  display: grid;
  align-content: center;
  gap: 8px;
}

.best100-edition-context--resorts .best100-edition-context__facts > div:first-child {
  padding-left: 0;
}

.best100-edition-context--resorts .best100-edition-context__facts > div + div {
  border-left: 1px solid #c9c4bb;
}

.best100-edition-context--resorts dt {
  color: #77736c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-edition-context--resorts dd {
  margin: 0;
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: clamp(27px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1;
}

.best100-edition-note,
.best100-method,
.best100-entry-case {
  padding: clamp(76px, 7vw, 104px) 0;
  color: var(--best100-ink);
  background: #fff;
  border-bottom: 1px solid var(--best100-line);
}

.best100-edition-note__grid,
.best100-method__grid,
.best100-entry-case__grid {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(340px, .72fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
}

.best100-edition-note__prose > p,
.best100-entry-case__prose > p {
  color: #4f4f4c;
  font-size: 12px;
  line-height: 1.82;
}

.best100-edition-note__prose > p:first-child,
.best100-entry-case__prose > p:first-child {
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.52;
}

.best100-edition-note__prose > p + p,
.best100-entry-case__prose > p + p {
  margin-top: 18px;
}

.best100-edition-note__prose dl {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--best100-line);
  border-bottom: 1px solid var(--best100-line);
}

.best100-edition-note__prose dl div {
  min-height: 68px;
  padding: 13px 10px;
  display: grid;
  align-content: center;
  gap: 6px;
}

.best100-edition-note__prose dl div + div {
  border-left: 1px solid var(--best100-line);
}

.best100-edition-note dt,
.best100-entry-facts dt {
  color: #70706c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.best100-edition-note dd {
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: 18px;
}

.best100-ranking {
  scroll-margin-top: 145px;
  padding: clamp(76px, 7vw, 108px) 0 clamp(96px, 9vw, 138px);
  color: var(--best100-ink);
  background: #fff;
}

.best100-search {
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: end;
  border-top: 1px solid var(--best100-line);
  border-bottom: 1px solid var(--best100-line);
}

.best100-search label {
  min-width: 0;
  padding: 13px 0 11px;
  display: grid;
  gap: 6px;
}

.best100-search label > span {
  color: #696965;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.best100-search input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--best100-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: var(--pub-display);
  font-size: 17px;
  outline: 0;
}

.best100-search input::placeholder {
  color: #8b8b87;
}

.best100-search button,
.best100-search > a {
  min-width: 112px;
  min-height: 64px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--best100-ink);
  background: #fff;
  border: 0;
  border-left: 1px solid var(--best100-line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.best100-search > a {
  color: #5f5f5b;
}

.best100-result-count {
  margin-top: 23px;
  color: var(--best100-muted);
  font-size: 11px;
}

.best100-result-count strong {
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: 16px;
  font-weight: 400;
}

.best100-ranking-toolbar {
  min-height: 58px;
  margin-top: 22px;
  padding-left: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--best100-line);
}

.best100-ranking-toolbar > p {
  color: var(--best100-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-ranking-toolbar > p strong {
  margin-right: 4px;
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}

.best100-ranking-toolbar label {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.best100-ranking-toolbar label > span {
  color: #6b6b67;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-ranking-toolbar select {
  min-width: 178px;
  height: 38px;
  padding: 0 12px;
  color: var(--best100-ink);
  background: #fff;
  border: 1px solid #a6a6a1;
  border-radius: 0;
  font-family: var(--pub-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  cursor: pointer;
}

.best100-site .best100-ranking-grid {
  margin: 54px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(48px, 4.8vw, 70px) clamp(24px, 2.4vw, 36px);
  list-style: none;
}

.best100-site .best100-ranking-grid li {
  min-width: 0;
  padding-top: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-self: stretch;
  border-top: 0;
}

.best100-site .best100-ranking-grid li > a {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.best100-site .best100-ranking-grid figure {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--best100-placeholder);
  border-radius: 14px;
}

.best100-site .best100-ranking-grid figure > .twb-ranking-image {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  inset: auto;
  display: block;
  color: var(--best100-ink);
  background: var(--best100-placeholder);
  border: 0;
  border-radius: inherit;
}

.best100-site .best100-ranking-grid figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 480ms cubic-bezier(.2, .7, .2, 1);
}

.best100-site .best100-ranking-card__identity {
  height: 100%;
  min-height: 156px;
  padding: 17px 2px 0;
  display: flex;
  flex-direction: column;
}

.best100-site .best100-ranking-card__meta {
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.best100-site .best100-ranking-card__rank {
  flex: 0 0 auto;
  color: #343432;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.best100-site .best100-ranking-card__meta p {
  min-height: 0;
  margin: 0;
  text-align: right;
  color: #686864;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.best100-site .best100-ranking-card__identity h3 {
  max-width: 92%;
  min-height: 2em;
  margin-top: 12px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--best100-ink) !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: var(--pub-display);
  font-size: clamp(22px, 1.75vw, 27px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}

.best100-site .best100-ranking-card__reason {
  margin: 16px 0 0;
  color: #555550;
  font-family: var(--pub-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.62;
}

.best100-site .best100-ranking-card__view {
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  color: #6a6a66;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-site .best100-ranking-card__view i {
  margin-left: 14px;
  font-style: normal;
}

.best100-ranking-card__save {
  padding-top: 12px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid var(--best100-line);
}

.best100-ranking-more {
  width: min(380px, 100%);
  margin: 68px auto 0;
  text-align: center;
}

.best100-ranking-more button {
  width: 100%;
  min-height: 48px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--best100-ink);
  background: #fff;
  border: 1px solid #9f9f9a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
}

.best100-ranking-more p {
  margin-top: 11px;
  color: var(--best100-muted);
  font-size: 11px;
}

.best100-empty {
  margin-top: 28px;
  padding: 68px 24px;
  text-align: center;
  border-top: 1px solid var(--best100-line);
  border-bottom: 1px solid var(--best100-line);
}

.best100-empty h3 {
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: 27px;
  font-weight: 400;
}

.best100-empty a {
  margin-top: 21px;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #7b7b77;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.best100-method {
  color: var(--best100-ink);
  background: #fff;
  border-top: 1px solid var(--best100-line);
}

.best100-method__grid > div:last-child > a {
  width: fit-content;
  margin-top: 21px;
  padding-bottom: 5px;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #7b7b77;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-entry-nav {
  color: var(--best100-ink);
  background: #fff;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-nav .best100-shell {
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  color: #5e5e5a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-entry-nav a:last-child {
  justify-self: end;
}

.best100-entry-profile {
  color: var(--best100-ink);
  background: #fff;
}

.best100-entry-profile .entity-profile-split {
  height: max(620px, calc(100dvh - 193px));
  grid-template-columns: minmax(480px, 47%) minmax(0, 53%);
  color: var(--best100-ink);
  background: #fff;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-profile .entity-profile-copy {
  background: #fff;
}

.best100-entry-profile .entity-profile-media {
  background: var(--best100-placeholder);
  border-left: 1px solid var(--best100-line);
}

.best100-entry-profile__copy {
  width: 100%;
  max-width: 760px;
  min-height: 100%;
  margin-inline: auto;
  padding: clamp(64px, 5.4vw, 88px) clamp(44px, 4.8vw, 76px) 148px;
}

.best100-entry-profile__intro {
  display: grid;
  justify-items: center;
  text-align: center;
}

.best100-entry-profile__intro .best100-brand-lockup {
  margin: 52px auto 0;
}

.best100-entry-profile__rank {
  width: 100%;
  margin-top: 0;
  padding-top: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #9d9d98;
}

.best100-entry-profile__rank span,
.best100-entry-profile__location {
  color: #666662;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.best100-entry-profile__rank strong {
  font-family: var(--pub-display);
  font-size: 28px;
  font-weight: 400;
}

.best100-entry-profile .best100-entry-profile__location {
  margin-top: 30px;
}

.best100-entry-profile__intro h1 {
  max-width: 620px;
  margin-top: 46px;
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: clamp(36px, 3vw, 44px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
}

.best100-entry-profile .best100-entry-profile__dek {
  max-width: 570px;
  margin-top: 58px;
  color: #4f4f4b;
  font-family: var(--pub-display);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.72;
}

.best100-entry-profile__actions {
  width: 100%;
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--best100-line);
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-profile__actions.has-website {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.best100-entry-profile__actions a {
  min-height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--best100-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-align: left;
  text-transform: uppercase;
}

.best100-entry-profile__actions a + a {
  border-left: 1px solid var(--best100-line);
}

.best100-entry-profile__save {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

.best100-entry-profile__rationale {
  width: 100%;
  margin-top: 56px;
  color: #fff;
  background: #111110;
  text-align: left;
}

.best100-entry-profile__rationale > summary {
  min-height: 122px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.best100-entry-profile__rationale > summary::-webkit-details-marker {
  display: none;
}

.best100-entry-profile__rationale > summary > span {
  display: grid;
  gap: 11px;
}

.best100-entry-profile__rationale > summary small {
  color: #aaa9a4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.best100-entry-profile__rationale > summary strong {
  max-width: 520px;
  color: #fff;
  font-family: var(--pub-display);
  font-size: clamp(19px, 1.55vw, 24px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.16;
  text-wrap: balance;
}

.best100-entry-profile__rationale > summary i {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #706f6b;
  border-radius: 50%;
}

.best100-entry-profile__rationale > summary i::before,
.best100-entry-profile__rationale > summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: #fff;
  content: "";
  transform: translate(-50%, -50%);
}

.best100-entry-profile__rationale > summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.best100-entry-profile__rationale[open] > summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.best100-entry-profile__rationale > div {
  padding: 4px 26px 35px;
  border-top: 1px solid #343432;
}

.best100-entry-profile__rationale p {
  padding-top: 26px;
  color: #d2d1cc;
  font-size: 12px;
  line-height: 1.76;
}

.best100-entry-profile__rationale p:first-child {
  color: #fff;
  font-family: var(--pub-display);
  font-size: 17px;
  line-height: 1.52;
}

.best100-entry-profile__hotel-information {
  margin-top: 94px;
  text-align: center;
}

.best100-entry-profile__hotel-information > header {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.best100-entry-profile__hotel-information > header small,
.best100-entry-profile__hotel-information dt,
.best100-entry-profile__map-copy small {
  color: #73736f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.best100-entry-profile__hotel-information > header h2 {
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: clamp(27px, 2.25vw, 34px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1;
}

.best100-entry-profile__hotel-information > dl {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--best100-line);
}

.best100-entry-profile__hotel-information > dl div {
  min-height: 112px;
  padding: 22px 18px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-profile__hotel-information > dl div:nth-child(2n) {
  border-left: 1px solid var(--best100-line);
}

.best100-entry-profile__hotel-information dd {
  max-width: 250px;
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: 17px;
  line-height: 1.24;
  text-wrap: balance;
}

.best100-entry-profile__map {
  position: relative;
  min-height: 264px;
  margin-top: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .48), rgba(255, 255, 255, .66)),
    repeating-linear-gradient(35deg, #eeeeeb 0 1px, #f8f8f6 1px 19px);
  border: 1px solid var(--best100-line);
}

.best100-entry-profile__map iframe,
.best100-entry-profile__map-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(.82) brightness(1.08);
  opacity: .45;
  pointer-events: none;
}

.best100-entry-profile__map-placeholder span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 12px;
  background: var(--best100-ink);
  border: 4px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.best100-entry-profile__map-copy {
  position: relative;
  z-index: 1;
  width: min(390px, calc(100% - 48px));
  min-height: 154px;
  padding: 28px 34px;
  display: grid;
  place-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid rgba(160, 160, 154, .62);
}

.best100-entry-profile__map-copy strong {
  max-width: 320px;
  font-family: var(--pub-display);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
  text-wrap: balance;
}

.best100-entry-profile__map-copy a {
  padding-bottom: 4px;
  border-bottom: 1px solid #888883;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-entry-profile .entity-profile-stories {
  --entity-section-title-size: 32px;
  margin-top: 96px;
}

.best100-entry-profile__section {
  margin-top: 94px;
  border-top: 1px solid #999995;
}

.best100-entry-profile__section + .best100-entry-profile__section {
  margin-top: 0;
}

.best100-entry-profile__section > summary {
  min-height: 98px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--best100-line);
  cursor: pointer;
  list-style: none;
}

.best100-entry-profile__section > summary::-webkit-details-marker {
  display: none;
}

.best100-entry-profile__section > summary span {
  display: grid;
  gap: 8px;
}

.best100-entry-profile__section > summary small {
  color: #777773;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.best100-entry-profile__section > summary strong {
  max-width: 580px;
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: clamp(20px, 1.65vw, 25px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.08;
}

.best100-entry-profile__section > summary i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #aaa9a4;
  border-radius: 50%;
}

.best100-entry-profile__section > summary i::before,
.best100-entry-profile__section > summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.best100-entry-profile__section > summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.best100-entry-profile__section[open] > summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.best100-entry-profile__section-content {
  padding: 38px 0 52px;
}

.best100-entry-profile__section-content p {
  color: #4f4f4b;
  font-size: 12px;
  line-height: 1.82;
}

.best100-entry-profile__section-content p:first-child {
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: 18px;
  line-height: 1.5;
}

.best100-entry-profile__section-content p + p {
  margin-top: 18px;
}

.best100-entry-profile__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.best100-entry-profile__facts div {
  min-height: 102px;
  padding: 19px 16px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-profile__facts div:nth-child(2n) {
  border-left: 1px solid var(--best100-line);
}

.best100-entry-profile__facts dt {
  color: #777773;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.best100-entry-profile__facts dd {
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: 17px;
  line-height: 1.2;
}

.best100-entry-profile__archive {
  list-style: none;
}

.best100-entry-profile__archive li a {
  min-height: 62px;
  padding: 0 6px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-profile__archive li.is-current a {
  padding-inline: 12px;
  background: #f6f6f4;
}

.best100-entry-profile__archive span {
  color: #666662;
  font-size: 11px;
}

.best100-entry-profile__archive strong {
  font-family: var(--pub-display);
  font-size: 18px;
  font-weight: 400;
}

.best100-entry-profile__archive i {
  color: #666662;
  font-style: normal;
}

.best100-entry-profile__media-fallback {
  min-height: 100%;
  display: grid;
  place-items: center;
  background: #f1f1ef;
}

.best100-entry-profile__media-fallback .twb-exact-logo {
  width: min(34%, 210px);
}

.best100-entry-hero {
  min-height: min(780px, calc(100dvh - 188px));
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(420px, 43%);
  color: var(--best100-ink);
  background: #fff;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-hero__media {
  min-width: 0;
  min-height: 650px;
  overflow: hidden;
  background: var(--best100-placeholder);
}

.best100-entry-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.best100-entry-hero__copy {
  padding: clamp(45px, 4.5vw, 70px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--best100-ink);
  background: #fff;
}

.best100-entry-hero__edition {
  width: 100%;
  margin-top: 28px;
  padding-top: 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #999995;
}

.best100-entry-hero__edition span {
  color: #5f5f5b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.best100-entry-hero__edition strong {
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: 29px;
  font-weight: 400;
}

.best100-entry-hero__location {
  margin-top: 27px;
  color: #5f5f5b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.best100-entry-hero__copy h1 {
  max-width: 590px;
  margin-top: 10px;
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: clamp(37px, 3.45vw, 50px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.039em;
  text-wrap: balance;
}

.best100-entry-hero__dek {
  max-width: 570px;
  margin-top: 22px;
  color: #454542;
  font-family: var(--pub-display);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.52;
}

.best100-entry-hero__actions {
  width: 100%;
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--best100-line);
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-hero__actions a {
  min-height: 57px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--best100-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.best100-entry-hero__actions a + a {
  border-left: 1px solid var(--best100-line);
}

.best100-entry-hero__note {
  max-width: 520px;
  margin-top: 16px;
  color: #666662;
  font-size: 11px;
  line-height: 1.55;
}

.best100-entry-facts {
  padding: clamp(76px, 7vw, 104px) 0;
  color: var(--best100-ink);
  background: #fff;
  border-top: 1px solid var(--best100-line);
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-facts dl {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #a6a6a1;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-facts dl div {
  min-height: 102px;
  padding: 18px 20px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-facts dl div:not(:nth-child(3n + 1)) {
  border-left: 1px solid var(--best100-line);
}

.best100-entry-facts dd {
  color: var(--best100-ink) !important;
  font-family: var(--pub-display);
  font-size: 19px;
  line-height: 1.16;
}

.best100-entry-archive {
  padding: clamp(76px, 7vw, 104px) 0;
  color: var(--best100-ink);
  background: #fff;
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-archive__grid {
  display: grid;
  grid-template-columns: minmax(270px, .5fr) minmax(0, 1.08fr);
  gap: clamp(62px, 9vw, 140px);
}

.best100-entry-archive header > p:last-child {
  margin-top: 21px;
  color: #5f5f5b;
  font-size: 10px;
}

.best100-entry-archive ol {
  list-style: none;
  border-top: 1px solid #999995;
}

.best100-entry-archive li a {
  min-height: 66px;
  display: grid;
  grid-template-columns: 72px 84px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  color: var(--best100-ink);
  border-bottom: 1px solid var(--best100-line);
}

.best100-entry-archive li.is-current a {
  padding-inline: 13px;
  background: #fff !important;
  border-left: 3px solid var(--best100-ink);
}

.best100-entry-archive li span,
.best100-entry-archive li small {
  color: #5f5f5b;
  font-size: 11px;
}

.best100-entry-archive li strong {
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: 19px;
  font-weight: 400;
}

.best100-entry-archive li i {
  color: #555552;
  font-style: normal;
}

.best100-entry-pagination {
  color: var(--best100-ink);
  background: #fff;
  border-top: 1px solid var(--best100-line);
}

.best100-entry-pagination .best100-shell {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.best100-entry-pagination a {
  min-height: 126px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 22px;
  align-content: center;
  color: var(--best100-ink);
}

.best100-entry-pagination a + a {
  border-left: 1px solid var(--best100-line);
  text-align: right;
}

.best100-entry-pagination a span {
  color: #666662;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.best100-entry-pagination a strong {
  overflow: hidden;
  color: var(--best100-ink);
  font-family: var(--pub-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.best100-entry-pagination a i {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #666662;
  font-style: normal;
}

@media (hover: hover) and (pointer: fine) {
  .best100-mosaic-hero__card:hover img,
  .best100-ranking-grid li:hover img {
    transform: scale(1.025);
  }

  .best100-mosaic-hero__links a:hover,
  .best100-method__grid a:hover {
    border-color: var(--best100-ink);
  }
}

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

  .best100-entry-profile .entity-profile-split {
    grid-template-columns: minmax(400px, 46%) minmax(0, 54%);
  }

  .best100-entry-hero {
    grid-template-columns: minmax(0, 54%) minmax(390px, 46%);
  }
}

@media (max-width: 900px) {
  .best100-shell {
    width: min(100% - 40px, 760px);
  }

  .best100-mosaic-hero__shell {
    width: min(100% - 24px, 760px);
  }

  .best100-mosaic-hero__grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .best100-mosaic-hero__center {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 620px;
    padding: 48px 24px 46px;
    justify-content: flex-start;
  }

  .best100-mosaic-hero__deck {
    margin-top: 34px !important;
  }

  .best100-mosaic-hero__card:nth-child(1),
  .best100-mosaic-hero__card:nth-child(2),
  .best100-mosaic-hero__card:nth-child(3),
  .best100-mosaic-hero__card:nth-child(4) {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .best100-mosaic-hero__card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .best100-mosaic-hero__card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .best100-mosaic-hero__card:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .best100-mosaic-hero__card:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }

  .best100-mosaic-hero__card:nth-child(n + 5) {
    display: none;
  }

  .best100-section-heading,
  .best100-edition-context--hotels .best100-edition-context__layout,
  .best100-edition-context--resorts .best100-edition-context__layout,
  .best100-edition-note__grid,
  .best100-method__grid,
  .best100-entry-case__grid,
  .best100-entry-archive__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .best100-edition-context--resorts .best100-edition-context__facts {
    grid-column: 1;
    margin-top: 0;
  }

  .best100-edition-context--resorts .best100-edition-context__copy {
    padding-left: 0;
  }

  .best100-entry-nav .best100-shell {
    grid-template-columns: 1fr 1fr;
  }

  .best100-entry-nav span {
    display: none;
  }

  .best100-entry-profile .entity-profile-split {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .best100-entry-profile .entity-profile-copy,
  .best100-entry-profile .entity-profile-media {
    height: auto;
    overflow: visible;
  }

  .best100-entry-profile .entity-profile-copy {
    grid-row: 2;
  }

  .best100-entry-profile .entity-profile-media {
    grid-row: 1;
    border-left: 0;
    border-bottom: 1px solid var(--best100-line);
  }

  .best100-entry-profile__copy {
    max-width: 700px;
    padding: 60px 42px 96px;
  }

  .best100-entry-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .best100-entry-hero__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .best100-entry-hero__copy {
    padding: 56px 38px 70px;
  }
}

@media (max-width: 700px) {
  .best100-ranking-toolbar {
    min-height: 0;
    padding: 16px 0;
    align-items: flex-start;
  }

  .best100-ranking-toolbar label {
    min-height: 0;
    display: grid;
    gap: 7px;
    justify-items: end;
  }

  .best100-ranking-toolbar select {
    min-width: 164px;
  }

  .best100-edition-context--resorts {
    padding: 52px 0;
  }

  .best100-edition-context--resorts .best100-edition-context__layout {
    gap: 28px;
  }

  .best100-edition-context--resorts h2 {
    max-width: 340px;
    font-size: 30px;
  }

  .best100-edition-context--resorts .best100-edition-context__copy > .best100-edition-context__lead {
    font-size: 18px;
  }

  .best100-edition-context--resorts .best100-edition-context__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .best100-edition-context--resorts .best100-edition-context__facts > div {
    min-height: 74px;
    padding: 14px;
  }

  .best100-edition-context--resorts .best100-edition-context__facts > div:first-child,
  .best100-edition-context--resorts .best100-edition-context__facts > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .best100-edition-context--resorts .best100-edition-context__facts > div:nth-child(n + 3) {
    border-top: 1px solid #c9c4bb;
  }

  .best100-year-rail .best100-shell {
    width: 100%;
    justify-content: flex-start;
  }

  .best100-year-rail__label {
    position: sticky;
    left: 0;
    z-index: 2;
    flex-basis: 158px;
    min-width: 158px;
    padding-inline: 16px;
    font-size: 10px;
    background: #fff;
  }

  .best100-year-rail a {
    flex: 0 0 76px;
    min-width: 76px;
  }

  .best100-ranking-grid,
  .best100-entry-facts dl {
    grid-template-columns: 1fr;
  }

  .best100-entry-facts dl div:not(:nth-child(3n + 1)) {
    border-left: 0;
  }

  .best100-search {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .best100-search > a {
    grid-column: 1 / -1;
    min-height: 43px;
    justify-content: center;
    border-top: 1px solid var(--best100-line);
    border-left: 0;
  }

  .best100-entry-hero__actions {
    grid-template-columns: 1fr;
  }

  .best100-entry-profile__actions,
  .best100-entry-profile__actions.has-website,
  .best100-entry-profile__hotel-information > dl,
  .best100-entry-profile__facts {
    grid-template-columns: 1fr;
  }

  .best100-entry-profile__actions a + a {
    border-top: 1px solid var(--best100-line);
    border-left: 0;
  }

  .best100-entry-profile__hotel-information > dl div:nth-child(2n) {
    border-left: 0;
  }

  .best100-entry-profile__facts div:nth-child(2n) {
    border-left: 0;
  }

  .best100-entry-hero__actions a + a {
    border-top: 1px solid var(--best100-line);
    border-left: 0;
  }

  .best100-entry-archive li a {
    grid-template-columns: 56px 72px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .best100-entry-pagination .best100-shell {
    grid-template-columns: 1fr;
  }

  .best100-entry-pagination a + a {
    border-top: 1px solid var(--best100-line);
    border-left: 0;
    text-align: left;
  }
}

@media (max-width: 470px) {
  .best100-shell {
    width: calc(100% - 30px);
  }

  .best100-brand-lockup {
    --best100-lockup-width: 158px;
  }

  .best100-brand-lockup--compact {
    --best100-lockup-width: 132px;
  }

  .best100-mosaic-hero__center {
    min-height: 570px;
    padding: 38px 24px 40px;
  }

  .best100-mosaic-hero__deck {
    margin-top: 28px !important;
    font-size: 11px;
  }

  .best100-mosaic-hero__links {
    gap: 12px 20px;
  }

  .best100-ranking-card__identity {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }

  .best100-ranking-card__identity i {
    display: none;
  }

  .best100-entry-profile__copy {
    padding: 50px 20px 82px;
  }

  .best100-entry-profile__rank {
    margin-top: 34px;
  }

  .best100-entry-profile__intro h1 {
    font-size: 37px;
  }

  .best100-entry-profile__section {
    margin-top: 62px;
  }

  .best100-entry-profile__section > summary strong {
    font-size: 23px;
  }

  .best100-entry-hero__copy {
    padding: 46px 20px 60px;
  }

  .best100-entry-hero__copy h1 {
    font-size: 36px;
  }

  .best100-entry-archive li a {
    grid-template-columns: 50px 64px minmax(0, 1fr);
  }

  .best100-entry-archive li small,
  .best100-entry-archive li i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .best100-mosaic-hero__card img,
  .best100-ranking-grid img {
    transition: none;
  }
}

@media (max-width: 700px) {
  .best100-site .best100-ranking-grid {
    width: 100%;
    margin: 38px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    border-top: 0;
  }

  .best100-site .best100-ranking-grid li {
    width: 100%;
    margin-inline: auto;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .best100-site .best100-ranking-grid li > a {
    width: 100%;
    min-height: 0;
    padding: 0;
    display: block;
  }

  .best100-site .best100-ranking-grid figure {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  .best100-site .best100-ranking-card__identity {
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 16px 2px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .best100-ranking-more {
    position: relative;
    z-index: 2;
  }

  .best100-site .best100-ranking-card__meta {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
  }

  .best100-site .best100-ranking-card__rank {
    margin: 0;
    padding: 0;
    color: #343432;
    background: transparent;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .best100-site .best100-ranking-card__meta p {
    min-height: 0;
    margin: 0;
    color: #68645e;
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.4;
    text-align: right;
  }

  .best100-site .best100-ranking-card__identity h3 {
    max-width: 94%;
    min-height: 0;
    margin-top: 11px;
    display: block;
    overflow: visible;
    color: var(--best100-ink) !important;
    font-size: clamp(28px, 8vw, 35px);
    line-height: .98;
    letter-spacing: -.035em;
    -webkit-line-clamp: unset;
  }

  .best100-site .best100-ranking-card__reason {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
  }

  .best100-site .best100-ranking-card__view {
    margin-top: 2px;
    padding-top: 18px;
  }

  .best100-site .best100-ranking-card__view i {
    display: inline;
  }
}

/* Keep adjacent hotel records together on narrow screens. */
@media (max-width: 700px) {
  .best100-entry-pagination .best100-shell {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .best100-entry-pagination a {
    min-width: 0;
    min-height: 104px;
    padding: 18px 13px;
    gap: 8px;
  }

  .best100-entry-pagination a + a,
  .best100-entry-pagination a:last-child {
    border-top: 0;
    border-left: 1px solid var(--best100-line);
    text-align: right;
  }

  .best100-entry-pagination a span {
    font-size: 9px;
    line-height: 1.35;
  }

  .best100-entry-pagination a strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.05;
    text-overflow: clip;
    white-space: normal;
  }

  .best100-entry-pagination a i {
    font-size: 14px;
  }
}
