html:has(.hr-detail-page),
html:has(.gastronomy-profile),
html:has(.cruise-profile--refined) {
  scroll-behavior: auto;
  overscroll-behavior-y: none;
}

/* Shared hotel and restaurant record: coordinated editorial and gallery panes. */
.entity-profile-split {
  width: 100%;
  height: max(560px, calc(100dvh - 138px));
  display: grid;
  grid-template-columns: minmax(430px, 41.5%) minmax(0, 58.5%);
  align-items: stretch;
  overflow: hidden;
  color: #171715;
  background: #fbfaf7;
  border-bottom: 1px solid #d8d8d3;
}

.entity-profile-copy,
.entity-profile-media {
  min-width: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
  scrollbar-width: none;
}

.entity-profile-copy::-webkit-scrollbar,
.entity-profile-media::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.entity-profile-copy {
  background: #fbfaf7;
}

.entity-profile-split--hotel,
.entity-profile-split--hotel .entity-profile-copy,
.entity-profile-split--restaurant,
.entity-profile-split--restaurant .entity-profile-copy,
.entity-profile-split--cruise,
.entity-profile-split--cruise .entity-profile-copy {
  background: #fff;
}

.entity-profile-split--hotel,
.entity-profile-split--restaurant,
.entity-profile-split--cruise {
  --entity-section-kicker-size: 9px;
  --entity-section-title-size: clamp(26px, 2.15vw, 31px);
}

.entity-profile-copy__inner {
  width: 100%;
  max-width: 740px;
  min-height: 100%;
  margin: 0 auto;
  padding: clamp(54px, 5vw, 82px) clamp(42px, 4.8vw, 78px) 140px;
}

.entity-profile-kicker {
  color: #77736c;
  font-size: var(--entity-section-kicker-size, 8px);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.entity-profile-intro {
  display: grid;
  justify-items: center;
  text-align: center;
}

.entity-profile-intro__meta {
  width: 100%;
  padding-bottom: 19px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: #88847d;
  border-bottom: 1px solid #cfcbc3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.entity-profile-intro > .entity-profile-kicker {
  margin-top: clamp(42px, 4.4vw, 60px);
}

.entity-profile-intro__place {
  margin-top: 14px;
  color: #85817a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entity-profile-intro h1 {
  max-width: 600px;
  margin-top: 14px;
  font-family: var(--pub-display);
  font-size: clamp(39px, 4vw, 56px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.042em;
  text-wrap: balance;
}

.entity-profile-intro .twb-dimensional-rating,
.entity-profile-intro .fork-rating {
  margin-top: 23px;
  justify-content: center;
}

.entity-profile-intro > .twb-verify-mark {
  margin-top: clamp(48px, 4.5vw, 66px);
}

.entity-profile-award-lockup {
  width: 100%;
  margin-top: 14px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.entity-profile-award-lockup h1 {
  margin-top: 0;
}

.entity-profile-award-lockup > .twb-category-rating-seal {
  margin-top: clamp(44px, 4.4vw, 60px);
  justify-self: center;
}

.entity-profile-award-lockup > .entity-profile-verify-link {
  margin-top: 30px;
}

.entity-profile-verify-link {
  margin-top: 25px;
  padding-bottom: 5px;
  color: #57534d;
  border-bottom: 1px solid #aaa69e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entity-profile-verify-link:hover {
  color: #111;
  border-color: #111;
}

.entity-profile-intro__deck {
  max-width: 560px;
  margin-top: 27px;
  color: #5c5a55;
  font-family: var(--pub-display);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.52;
}

.entity-profile-split--hotel .entity-profile-intro h1,
.entity-profile-split--restaurant .entity-profile-intro h1,
.entity-profile-split--cruise .entity-profile-intro h1 {
  font-size: clamp(38px, 3.35vw, 46px);
  line-height: .98;
}

.entity-profile-split--hotel .entity-profile-intro__deck,
.entity-profile-split--restaurant .entity-profile-intro__deck,
.entity-profile-split--cruise .entity-profile-intro__deck {
  max-width: 540px;
  margin-top: clamp(60px, 5.4vw, 78px);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.68;
}

.entity-profile-split--restaurant .entity-profile-intro__deck {
  max-width: 570px;
  line-height: 1.8;
}

.entity-profile-intro__facts {
  width: 100%;
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  border-top: 1px solid #d3cfc7;
  border-bottom: 1px solid #d3cfc7;
}

.entity-profile-split--hotel .entity-profile-intro__facts {
  margin-top: 52px;
}

.entity-profile-split--restaurant .entity-profile-intro__facts {
  margin-top: 60px;
}

.entity-profile-intro__facts div {
  min-height: 82px;
  padding: 18px 11px;
  display: grid;
  align-content: center;
  gap: 9px;
}

.entity-profile-split--restaurant .entity-profile-intro__facts div {
  min-height: 104px;
  padding: 25px 18px;
}

.entity-profile-intro__facts div + div {
  border-left: 1px solid #d3cfc7;
}

.entity-profile-intro__facts dt,
.entity-profile-details dt,
.entity-profile-accordion address > span,
.entity-profile-essential address > span {
  color: #8b877f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entity-profile-intro__facts dd {
  font-family: var(--pub-display);
  font-size: 16px;
  line-height: 1.25;
}

.entity-profile-split--restaurant .entity-profile-intro__facts dd {
  font-size: 17px;
}

.entity-profile-intro__actions {
  width: 100%;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 9px;
}

.entity-profile-intro__actions > a {
  min-height: 45px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: #171715;
  border: 1px solid #171715;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.entity-profile-intro__actions > a + a {
  color: #171715;
  background: transparent;
  border-color: #aaa69e;
}

.entity-profile-standard,
.entity-profile-intro > .gastronomy-standard-trigger {
  width: 100%;
  min-height: 64px;
  margin-top: 12px;
  padding: 13px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 18px;
  align-items: center;
  color: #171715;
  background: transparent;
  border: 0;
  border-top: 1px solid #bcb8b0;
  border-bottom: 1px solid #d8d4cc;
  font-family: var(--pub-display);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 1.15;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

.entity-profile-standard span,
.entity-profile-intro > .gastronomy-standard-trigger::before {
  grid-column: 1 / -1;
  color: #858179;
  font-family: var(--pub-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entity-profile-standard strong {
  font-weight: 400;
}

.entity-profile-standard i,
.entity-profile-intro > .gastronomy-standard-trigger::after {
  color: #858179;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  content: "→";
  transition: transform 180ms ease;
}

.entity-profile-intro > .gastronomy-standard-trigger::before {
  content: "The World's Best standard";
}

.entity-profile-standard:hover i,
.entity-profile-intro > .gastronomy-standard-trigger:hover::after {
  transform: translateX(4px);
}

.entity-profile-standard,
.entity-profile-intro > .gastronomy-standard-trigger {
  min-height: 92px;
  margin-top: 30px;
  padding: 20px 24px;
  color: #fff;
  background: #171715;
  border: 1px solid #171715;
}

.entity-profile-standard span,
.entity-profile-standard i,
.entity-profile-intro > .gastronomy-standard-trigger::before,
.entity-profile-intro > .gastronomy-standard-trigger::after {
  color: #c8c5bd;
}

.entity-profile-intro .entity-share-actions {
  width: 100%;
  margin-top: 44px;
  padding: 4px 0 10px;
  justify-content: center;
  gap: 16px;
}

:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions > span {
  font-size: 11px;
}

.cruise-profile--refined .entity-share-actions > span {
  font-size: 11px;
}

.entity-profile-cruise-website {
  width: 100%;
  min-height: 58px;
  margin-top: 26px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #171715;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.reader-site a.entity-profile-cruise-website,
.reader-site a.entity-profile-cruise-website:visited {
  color: #fff;
}

:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions > div {
  gap: 10px;
}

:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions a,
:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions button {
  width: 42px;
  height: 42px;
  border-color: #cbc8c0;
  font-size: 13px;
}

:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions a:nth-child(2) {
  font-size: 10px;
}

:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions a:nth-child(3) {
  font-size: 12px;
}

:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions__native::before {
  font-size: 18px;
}

:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions__copy i,
:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions__copy i::after {
  width: 10px;
  height: 10px;
}

.entity-profile-editorial {
  margin-top: clamp(108px, 9vw, 136px);
}

.entity-profile-editorial > summary {
  min-height: 148px;
  padding: 38px 0 46px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  list-style: none;
  text-align: left;
  cursor: pointer;
}

.entity-profile-editorial > summary::-webkit-details-marker {
  display: none;
}

.entity-profile-editorial > summary > span {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.entity-profile-editorial > summary h2 {
  max-width: 590px;
  font-family: var(--pub-display);
  font-size: var(--entity-section-title-size, clamp(27px, 2.45vw, 34px));
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.028em;
}

.entity-profile-editorial > summary > i {
  width: 24px;
  height: 24px;
  position: relative;
  margin-top: 13px;
  flex: 0 0 24px;
}

.entity-profile-editorial > summary > i::before,
.entity-profile-editorial > summary > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: #77736c;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.entity-profile-editorial > summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.entity-profile-editorial[open] > summary > i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.entity-profile-editorial__prose {
  margin-top: 46px;
  color: #4d4b47;
}

.entity-profile-editorial__prose p {
  font-size: 12px;
  line-height: 1.88;
}

.entity-profile-editorial__prose p:first-child {
  font-family: var(--pub-display);
  font-size: 18px;
  line-height: 1.72;
}

.entity-profile-editorial__prose p + p {
  margin-top: 30px;
}

.entity-profile-character {
  margin-top: 34px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 22px;
}

.entity-profile-character span {
  color: #858179;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entity-profile-character p {
  font-family: var(--pub-display);
  font-size: 16px;
  line-height: 1.38;
}

.entity-profile-editorial + .entity-profile-accordion {
  margin-top: 58px;
}

.entity-profile-accordion summary {
  min-height: 128px;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  list-style: none;
  cursor: pointer;
}

.entity-profile-accordion summary::-webkit-details-marker {
  display: none;
}

.entity-profile-accordion summary > span {
  display: grid;
  gap: 10px;
}

.entity-profile-accordion summary small {
  color: #858179;
  font-size: var(--entity-section-kicker-size, 8px);
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.entity-profile-accordion summary strong {
  font-family: var(--pub-display);
  font-size: var(--entity-section-title-size, clamp(22px, 2.1vw, 29px));
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.028em;
}

.entity-profile-accordion summary > i {
  width: 24px;
  height: 24px;
  position: relative;
  flex: 0 0 24px;
}

.entity-profile-accordion summary > i::before,
.entity-profile-accordion summary > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: #77736c;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.entity-profile-accordion summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.entity-profile-accordion[open] summary > i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.entity-profile-accordion__content {
  padding: 7px 0 44px;
}

.entity-profile-accordion__content > p {
  color: #69665f;
  font-size: 11px;
  line-height: 1.68;
}

.entity-profile-evidence-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #d8d4cc;
}

.entity-profile-evidence-list li {
  padding: 16px 0 16px 24px;
  position: relative;
  color: #4e4b46;
  border-bottom: 1px solid #e2ded7;
  font-size: 12px;
  line-height: 1.68;
}

.entity-profile-evidence-list li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  color: #9b6d3f;
  content: "✓";
  font-size: 10px;
  font-weight: 700;
}

.entity-profile-evidence-note {
  margin-top: 22px !important;
  padding-left: 15px;
  border-left: 2px solid #ba986f;
}

.entity-profile-accordion address,
.entity-profile-essential address {
  padding: 30px 0 34px;
  display: grid;
  gap: 12px;
  font-style: normal;
}

.entity-profile-accordion address > strong,
.entity-profile-essential address > strong {
  font-family: var(--pub-display);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.28;
}

.entity-profile-details > div {
  min-height: 62px;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}

.entity-profile-details dd {
  color: #44423e;
  font-size: 11px;
  line-height: 1.6;
}

.entity-profile-map {
  margin-top: 38px;
  display: grid;
  grid-template-rows: 230px auto;
  overflow: hidden;
  background: #ecece7;
  border: 1px solid #d5d2ca;
}

.entity-profile-map iframe,
.entity-profile-map__placeholder {
  width: 100%;
  height: 230px;
  border: 0;
  filter: grayscale(.8) saturate(.45) contrast(.94);
}

.entity-profile-map__placeholder {
  position: relative;
  background: #ecece7;
}

.entity-profile-map__placeholder span {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #171715;
  border: 4px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.entity-profile-map > div:last-child {
  min-height: 44px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
  border-top: 1px solid #d5d2ca;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.entity-profile-map > div:last-child span {
  color: #858179;
}

.entity-profile-highlights {
  list-style: none;
}

.entity-profile-highlights li {
  padding: 29px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 17px;
}

.entity-profile-highlights li > span {
  color: #8a867f;
  font-family: var(--pub-display);
  font-size: 10px;
}

.entity-profile-highlights h3 {
  font-family: var(--pub-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.entity-profile-highlights p {
  margin-top: 12px;
  color: #66635d;
  font-size: 11px;
  line-height: 1.78;
}

.entity-profile-essential {
  margin-top: 90px;
  padding-top: 43px;
}

.entity-profile-essential > header {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.entity-profile-essential > header h2 {
  font-family: var(--pub-display);
  font-size: var(--entity-section-title-size, clamp(27px, 2.45vw, 34px));
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.028em;
}

.entity-profile-essential__content {
  margin-top: 48px;
  padding-bottom: 58px;
}

.entity-profile-stories {
  margin-top: 88px;
}

.entity-profile-stories > header h2 {
  margin-top: 0;
  font-family: var(--pub-display);
  font-size: var(--entity-section-title-size, clamp(28px, 2.6vw, 36px));
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.028em;
  text-align: center;
}

.entity-profile-stories > header {
  text-align: center;
}

.entity-profile-stories__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 16px;
}

.entity-profile-stories__grid article {
  position: relative;
  min-width: 0;
}

.entity-profile-stories__grid article > a {
  display: block;
}

.entity-profile-stories__grid figure {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e5e2db;
  border-radius: 8px;
}

.entity-profile-stories__grid figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.entity-profile-stories__grid article > a > div {
  padding-top: 11px;
}

.entity-profile-stories__grid article p {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #8b877f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.entity-profile-stories__grid article time::before {
  margin-right: 6px;
  content: "·";
}

.entity-profile-stories__grid h3 {
  margin-top: 7px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: var(--pub-display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.015em;
}

.entity-profile-stories__more {
  width: 100%;
  min-height: 43px;
  margin-top: 30px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #171715;
  background: transparent;
  border: 1px solid #aaa69e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
}

.entity-profile-stories__more span {
  color: #77736c;
}

.entity-profile-ranking article {
  margin-top: 25px;
  padding: 26px;
  color: #f5f4ef;
  background: #171715;
}

.entity-profile-ranking article > p {
  color: #aaa69e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.entity-profile-ranking article > strong {
  margin-top: 20px;
  display: block;
  font-family: var(--pub-display);
  font-size: 49px;
  font-weight: 400;
  line-height: .9;
}

.entity-profile-ranking article h3 {
  margin-top: 13px;
  color: #d4d1ca;
  font-family: var(--pub-display);
  font-size: 22px;
  font-weight: 400;
}

.entity-profile-ranking article a {
  width: fit-content;
  margin-top: 26px;
  padding-bottom: 4px;
  display: flex;
  gap: 24px;
  color: #fff;
  border-bottom: 1px solid #77736c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.entity-profile-ranking .entity-profile-details {
  margin-top: 22px;
}

.entity-profile-media {
  background: #e8e6e0;
  border-left: 1px solid #d8d8d3;
}

.entity-vertical-gallery {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.entity-vertical-gallery__track {
  width: 100%;
  min-height: 100%;
}

.entity-vertical-gallery__track figure {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e6e4de;
  border-bottom: 2px solid #fff;
}

.entity-vertical-gallery__track figure:last-child {
  border-bottom: 0;
}

.entity-vertical-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.entity-vertical-gallery.is-single,
.entity-vertical-gallery.is-single .entity-vertical-gallery__track,
.entity-vertical-gallery.is-single figure {
  height: 100%;
}

.entity-vertical-gallery.is-single {
  min-height: 100%;
}

.entity-vertical-gallery.is-single figure {
  aspect-ratio: auto;
}

@media (hover: hover) and (pointer: fine) {
  .entity-profile-intro__actions > a:hover,
  .entity-profile-stories__more:hover {
    color: #fff;
    background: #2b2b28;
    border-color: #2b2b28;
  }

  .entity-profile-stories__grid article:hover img {
    transform: scale(1.018);
  }

  .entity-profile-standard:hover {
    background: #30302d;
    border-color: #30302d;
  }
}

@media (max-width: 900px) {
  .entity-profile-split {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    overflow: visible;
  }

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

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

  .entity-profile-media {
    grid-row: 1;
    border-left: 0;
    border-bottom: 1px solid #d8d8d3;
  }

  .entity-profile-copy__inner {
    max-width: 700px;
  }

  .entity-vertical-gallery.is-single {
    min-height: 0;
  }

  .entity-vertical-gallery.is-single,
  .entity-vertical-gallery.is-single .entity-vertical-gallery__track,
  .entity-vertical-gallery.is-single figure {
    height: auto;
  }

  .entity-vertical-gallery.is-single figure {
    aspect-ratio: 4 / 3;
  }

  .entity-vertical-gallery__track {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .entity-vertical-gallery__track::-webkit-scrollbar {
    display: none;
  }

  .entity-vertical-gallery__track figure {
    flex: 0 0 100%;
    aspect-ratio: 4 / 3;
    border-right: 2px solid #fff;
    border-bottom: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .entity-vertical-gallery__track figure:last-child {
    border-right: 0;
  }

}

@media (max-width: 640px) {
  .entity-profile-copy__inner {
    padding: 46px 20px 88px;
  }

  .entity-profile-intro h1 {
    font-size: 39px;
  }

  .entity-profile-intro__deck {
    font-size: 16px;
  }

  .entity-profile-split--hotel .entity-profile-intro h1,
  .entity-profile-split--restaurant .entity-profile-intro h1,
  .entity-profile-split--cruise .entity-profile-intro h1 {
    font-size: 36px;
  }

  .entity-profile-split--hotel .entity-profile-intro__deck,
  .entity-profile-split--restaurant .entity-profile-intro__deck,
  .entity-profile-split--cruise .entity-profile-intro__deck {
    margin-top: 48px;
    font-size: 14px;
  }

  .entity-profile-intro__facts div {
    min-height: 72px;
    padding: 14px 7px;
  }

  .entity-profile-split--restaurant .entity-profile-intro__facts div {
    min-height: 82px;
    padding: 18px 8px;
  }

  .entity-profile-intro__facts dd {
    font-size: 13px;
  }

  .entity-profile-intro__actions {
    grid-template-columns: 1fr;
  }

  .entity-profile-editorial {
    margin-top: 76px;
  }

  .entity-profile-editorial > summary {
    min-height: 136px;
    padding: 34px 0 40px;
  }

  .entity-profile-essential {
    margin-top: 76px;
    padding-top: 37px;
  }

  .entity-profile-essential__content {
    margin-top: 40px;
    padding-bottom: 48px;
  }

  .entity-profile-split--hotel,
  .entity-profile-split--restaurant,
  .entity-profile-split--cruise {
    --entity-section-title-size: 26px;
  }

  .entity-profile-character {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .entity-profile-stories__grid {
    gap: 28px 12px;
  }

  .entity-profile-stories__grid h3 {
    font-size: 16px;
  }

  .entity-vertical-gallery figure {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 430px) {
  .entity-profile-stories__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entity-profile-standard i,
  .entity-profile-intro > .gastronomy-standard-trigger::after,
  .entity-profile-editorial > summary > i::after,
  .entity-profile-accordion summary > i::after,
  .entity-profile-stories__grid figure img {
    transition: none;
  }
}

/* Record pages use a permanent, image-overlaid official-site control. */
:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-official-dock {
  top: clamp(174px, 24vh, 258px);
  right: 22px;
  bottom: auto;
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  padding: 16px;
  display: grid;
  place-items: center;
  gap: 6px;
  color: #fff;
  border-radius: 50%;
  background: #171715;
  border-color: #fff;
  box-shadow:
    0 0 0 4px rgba(255,255,255,.72),
    0 16px 34px rgba(0,0,0,.22);
  backdrop-filter: none;
  font-family: var(--pub-body);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}

:is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-official-dock i {
  color: #fff;
  font-size: 13px;
}

@media (hover: hover) and (pointer: fine) {
  :is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-official-dock:hover {
    color: #fff;
    background: #2b2a26;
    border-color: #fff;
    transform: translateY(-2px) scale(1.025);
  }
}

@media (max-width: 640px) {
  :is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-official-dock {
    position: fixed;
    top: auto;
    right: 12px;
    bottom: 12px;
    width: fit-content;
    min-width: 0;
    min-height: 42px;
    margin: 0;
    padding: 0 15px;
    display: flex;
    border-radius: 0;
    color: #fff;
    background: #111;
    border: 1px solid #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,.2);
    font-size: 10px;
  }

  :is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-official-dock i {
    color: #fff;
  }

  :is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions > div {
    gap: 8px;
  }

  :is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions a,
  :is(.hr-detail-page, .gastronomy-profile, .cruise-profile--refined) .entity-share-actions button {
    width: 40px;
    height: 40px;
  }
}
.entity-profile-intro .entity-profile-claim-status {
  max-width: 100%;
  margin: 48px 0 0;
  color: #77736c;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.entity-profile-intro .entity-profile-claim-status a {
  color: #47443f;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #aaa69e;
  text-underline-offset: 4px;
}
.entity-profile-intro .entity-profile-claim-status a:hover { color: #111; text-decoration-color: #111; }
.entity-profile-intro .entity-profile-claim-status strong { color: #47443f; font-weight: 600; }
@media (max-width: 640px) {
  .entity-profile-intro .entity-profile-claim-status { margin-top: 38px; }
}
