.tp-discovery-home .tp-content {
  padding-top: 0;
}

.tp-discovery-hero {
  position: relative;
  min-height: 560px;
  overflow: visible;
  border-radius: 0 0 32px 32px;
  background: #f5eadf;
}

.tp-discovery-hero__image,
.tp-featured-destination > img,
.tp-destination-feature > img,
.tp-city-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-discovery-hero__image {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.tp-discovery-hero__veil {
  position: absolute;
  inset: 0 auto 0 0;
  width: 52%;
  border-radius: inherit;
  background: rgba(255, 255, 255, .72);
}

.tp-discovery-hero__copy {
  position: relative;
  z-index: 1;
  width: min(50%, 650px);
  padding: clamp(70px, 9vw, 130px) 0 130px clamp(32px, 6vw, 88px);
}

.tp-discovery-hero__copy h1 {
  margin: 0;
  color: var(--tp-navy-950);
  font-family: var(--tp-font-display);
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.tp-discovery-hero__copy h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 12px;
  margin-top: 8px;
  background: var(--tp-coral-500);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 12' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C29 3 61 2 97 5' fill='none' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 12' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C29 3 61 2 97 5' fill='none' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.tp-discovery-hero__copy p {
  max-width: 430px;
  margin: 22px 0 0;
  color: var(--tp-text-secondary);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.5;
}

.tp-discovery-hero .tp-destination-card {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 5vw, 72px);
  bottom: -52px;
  left: clamp(24px, 5vw, 72px);
  width: auto;
  min-height: 104px;
}

.tp-discovery-section {
  padding: clamp(58px, 8vw, 90px) clamp(24px, 5vw, 72px) 0;
}

.tp-discovery-guides {
  box-sizing: border-box;
  margin: clamp(42px, 6vw, 68px) clamp(24px, 5vw, 72px) 0;
  padding: 0;
}

.tp-discovery-guides__panel {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 24px;
  background: #f1f5fb;
  box-shadow: 0 14px 36px rgba(15, 39, 78, .08);
}

.tp-discovery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.tp-discovery-heading h2,
.tp-popular-destinations h2,
.tp-city-guides h2,
.tp-city-experiences h2 {
  margin: 0;
  color: var(--tp-navy-950);
  font-family: var(--tp-font-display);
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.2;
}

.tp-discovery-heading a {
  flex: 0 0 auto;
  color: var(--tp-brand-600);
  font-weight: 700;
}

.tp-featured-destination,
.tp-destination-feature {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: #392d28;
}

.tp-featured-destination > img,
.tp-destination-feature > img {
  position: absolute;
  inset: 0;
}

.tp-featured-destination__shade,
.tp-destination-feature__shade,
.tp-city-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(3, 14, 42, .34);
}

.tp-featured-destination__copy,
.tp-destination-feature__copy {
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 36px;
  display: grid;
  max-width: 390px;
  gap: 10px;
}

.tp-featured-destination__copy > strong,
.tp-destination-feature__copy > strong {
  color: #fff;
  font-family: var(--tp-font-display);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
}

.tp-featured-destination__copy > small,
.tp-destination-feature__copy > small {
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
}

.tp-featured-destination__guide {
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 34px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 12px;
}

.tp-featured-guide-avatar {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
}

.tp-featured-guide-avatar > img {
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.tp-featured-guide-avatar .tp-guide-presence,
.tp-guide-mini__avatar .tp-guide-presence {
  right: 0;
  bottom: 1px;
}

.tp-featured-destination__guide strong,
.tp-featured-destination__guide small {
  display: block;
  color: #fff;
}

.tp-featured-destination__guide small i,
.tp-guide-mini > span i,
.tp-city-guide small i,
.tp-city-experience em i {
  color: #ffc400;
}

.tp-featured-destination__arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  color: var(--tp-brand-600);
  background: #fff;
  font-size: 22px;
}

.tp-guide-rail {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tp-guide-mini {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: repeat(4, auto);
  column-gap: 12px;
  row-gap: 2px;
  align-content: center;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  min-height: 90px;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: var(--tp-navy-950);
  background: #fff;
  box-shadow: 0 3px 12px rgba(6, 25, 77, .07);
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tp-guide-mini + .tp-guide-mini {
  border-inline-start-color: #e2e8f0;
}

.tp-guide-mini:hover,
.tp-guide-mini:focus-visible {
  border-color: rgba(22, 99, 235, .35);
  box-shadow: 0 7px 18px rgba(6, 25, 77, .12);
  transform: translateY(-1px);
}

.tp-guide-mini__avatar {
  position: relative;
  display: block;
  grid-column: 1;
  grid-row: 1 / 5;
  width: 48px;
  height: 48px;
  margin: 0;
}

.tp-guide-mini__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.tp-guide-mini__avatar > i {
  position: absolute;
  right: 0;
  bottom: 1px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--tp-brand-600);
  font-size: 10px;
}

.tp-guide-mini > small.is-unavailable { color: #6b7280; }

.tp-guide-mini > strong {
  grid-column: 2;
  min-width: 0;
  font-family: var(--tp-font-ui);
  font-size: 16px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.tp-guide-mini__rating {
  position: relative;
  display: block;
  grid-column: 2;
  width: max-content;
  color: #d0d7e5;
  font-size: 11px;
  letter-spacing: .5px;
  line-height: 1;
  white-space: nowrap;
}

.tp-guide-mini__rating::after {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--tp-guide-rating, 0%);
  overflow: hidden;
  color: #ffb400;
  content: '★★★★★';
  pointer-events: none;
}

.tp-guide-mini > small {
  grid-column: 2;
  color: #0f9f5b;
  font-weight: 700;
  line-height: 1.2;
}

.tp-guide-mini__location {
  display: flex;
  grid-column: 2;
  min-width: 0;
  align-items: center;
  gap: 5px;
  color: #64748b;
  line-height: 1.2;
}

.tp-guide-mini__location > i {
  flex: 0 0 auto;
}

.tp-guide-mini__location > span {
  display: block;
  min-width: 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tp-local-guides-fallback {
  margin: -8px 0 14px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.tp-local-guides-empty {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 24px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(6, 25, 77, .07);
  text-align: center;
}

.tp-guide-rail[hidden],
.tp-local-guides-fallback[hidden],
.tp-local-guides-empty[hidden],
[data-tp-local-guides-become][hidden] { display: none!important; }

.tp-local-guides-empty__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--tp-brand-600);
  background: rgba(23, 105, 232, .1);
}

.tp-local-guides-empty > strong { color: var(--tp-navy-950); font-size: 17px; }
.tp-local-guides-empty > small { max-width: 430px; color: #64748b; line-height: 1.45; }
.tp-local-guides-empty__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 5px; }
.tp-local-guides-empty__actions .tp-button { min-height: 38px; }

.tp-discovery-home .tp-trust-strip {
  margin: clamp(46px, 8vw, 88px) clamp(24px, 5vw, 72px) 0;
}

.tp-discovery-categories {
  padding-bottom: 16px;
}

.tp-destinations-page,
.tp-city-page {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.tp-destinations-page {
  display: flow-root;
}

.tp-destinations-intro h1 {
  margin: 0;
  font-family: var(--tp-font-display);
  font-size: clamp(38px, 7vw, 64px);
  color: var(--tp-navy-950);
}

.tp-destinations-intro > p {
  margin: 14px 0 28px;
  color: var(--tp-text-secondary);
  font-size: 18px;
}

.tp-destination-filter {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.tp-destination-filter > i {
  position: absolute;
  left: 18px;
  color: var(--tp-brand-600);
  font-size: 20px;
}

.tp-destination-filter input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px 0 54px;
  border: 1px solid var(--tp-border);
  border-radius: 22px;
  color: var(--tp-text);
  background: #fff;
  font-size: 17px;
}

.tp-destination-feature {
  clear: both;
  width: 100%;
  min-height: 420px;
}

.tp-destination-feature__copy em {
  margin-top: 8px;
  color: #77a8ff;
  font-style: normal;
  font-weight: 700;
}

.tp-popular-destinations {
  clear: both;
  padding-top: 38px;
}

.tp-destination-filter-empty[hidden] {
  display: none !important;
}

.tp-destination-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 22px;
  margin-top: 18px;
}

.tp-destination-grid > a[hidden] {
  display: none;
}

.tp-destination-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  object-fit: cover;
}

.tp-destination-grid strong,
.tp-destination-grid small {
  display: block;
}

.tp-destination-grid strong {
  margin-top: 10px;
  color: var(--tp-navy-950);
  font-family: var(--tp-font-display);
  font-size: 23px;
}

.tp-destination-grid small {
  margin-top: 3px;
  color: var(--tp-text-secondary);
}

.tp-destination-filter-empty,
.tp-city-coming-soon,
.tp-city-missing {
  padding: 36px;
  border: 1px solid var(--tp-border);
  border-radius: 22px;
  text-align: center;
}

/* Keep the legacy theme's global section layout out of the city experience. */
.tp-city-page > .tp-city-content,
.tp-city-page > .tp-city-hero,
.tp-city-content > .tp-city-guides,
.tp-city-content > .tp-city-experiences,
.tp-city-content > .tp-city-coming-soon,
.tp-city-content > .tp-city-tip {
  float: none;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

.tp-city-page > .tp-city-hero,
.tp-city-content > .tp-city-guides,
.tp-city-content > .tp-city-experiences {
  padding: 0;
}

.tp-city-hero {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  color: #fff;
}

.tp-city-hero__back,
.tp-city-favorite {
  position: absolute;
  top: 24px;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--tp-navy-950);
  background: #fff;
  box-shadow: var(--tp-shadow-md);
  font-size: 20px;
}

.tp-city-hero__logo {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 2;
  translate: -50% 0;
}

.tp-city-hero__logo .logo-img {
  display: block;
  width: 148px;
  height: 52px;
  object-fit: contain;
}

.tp-city-hero__back { left: 24px; }
.tp-city-favorite { right: 24px; padding: 0; cursor: pointer; }
.tp-city-favorite[aria-pressed="true"] { color: var(--tp-coral-500); }
.tp-city-hero__back,
.tp-city-hero__back > i { color: var(--tp-navy-950) !important; }

.tp-city-hero__copy {
  position: absolute;
  right: 36px;
  bottom: 30px;
  left: 36px;
  z-index: 1;
}

.tp-city-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--tp-font-display);
  font-size: clamp(42px, 8vw, 68px);
}

.tp-city-hero__copy p {
  margin: 8px 0 0;
  font-size: 20px;
}

.tp-city-content {
  padding: 38px 36px 20px;
}

.tp-city-intro {
  margin: 0;
  color: var(--tp-text-secondary);
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.65;
}

.tp-city-actions {
  display: grid;
  gap: 18px;
  margin: 30px 0 48px;
  text-align: center;
}

.tp-city-actions > a:not(.tp-button) {
  color: var(--tp-brand-600);
  font-weight: 700;
}

.tp-city-guides,
.tp-city-experiences {
  margin-top: 38px;
}

.tp-city-guide {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 18px;
  min-height: 150px;
  padding: 18px 0;
  border-bottom: 1px solid var(--tp-border);
}

.tp-city-guide__avatar {
  position: relative;
}

.tp-city-guide__avatar img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
}

.tp-city-guide__avatar > i {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--tp-brand-600);
  font-size: 10px;
}

.tp-city-guide strong,
.tp-city-guide small,
.tp-city-guide p,
.tp-city-guide mark {
  display: block;
}

.tp-city-guide strong {
  color: var(--tp-navy-950);
  font-family: var(--tp-font-display);
  font-size: 23px;
}

.tp-city-guide small {
  font-size: 16px;
}

.tp-city-guide small em {
  color: var(--tp-text-secondary);
  font-style: normal;
}

.tp-city-guide p {
  margin: 4px 0;
  color: var(--tp-text-secondary);
}

.tp-city-guide mark {
  color: var(--tp-brand-600);
  background: transparent;
  font-size: 14px;
}

.tp-city-guide > i {
  color: var(--tp-brand-600);
}

.tp-city-experience {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1fr) 26px;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--tp-border);
  border-radius: 20px;
  background: #fff;
}

.tp-city-experience > img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.tp-city-experience strong,
.tp-city-experience small,
.tp-city-experience em {
  display: block;
}

.tp-city-experience strong {
  color: var(--tp-navy-950);
  font-family: var(--tp-font-display);
  font-size: 22px;
}

.tp-city-experience small {
  margin-top: 8px;
  color: var(--tp-text-secondary);
}

.tp-city-experience em {
  margin-top: 8px;
  color: var(--tp-text);
  font-style: normal;
}

.tp-city-experience > i {
  color: var(--tp-brand-600);
}

.tp-city-tip {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.tp-city-tip > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: var(--tp-brand-600);
  background: var(--tp-brand-100);
}

.tp-city-tip p {
  margin: 0;
  color: var(--tp-text-secondary);
}

.tp-city-tip strong {
  display: block;
  color: var(--tp-navy-950);
  font-family: var(--tp-font-display);
}

@media (max-width: 1023px) {
  .tp-discovery-home .tp-content {
    padding-right: 0;
    padding-left: 0;
  }

  .tp-discovery-home .tp-appbar__leading {
    grid-column: 1;
    justify-self: start;
  }

  .tp-discovery-home .tp-appbar__actions {
    grid-column: 3;
    justify-self: end;
  }

  .tp-discovery-home .tp-site-header {
    border-bottom: 0;
  }

  .tp-discovery-hero {
    min-height: 510px;
    border-radius: 0;
  }

  .tp-discovery-hero__image {
    object-position: 60% center;
  }

  .tp-discovery-hero__veil {
    width: 66%;
    border-radius: 0;
    background: rgba(255, 255, 255, .68);
  }

  .tp-discovery-hero__copy {
    width: 68%;
    padding: 46px 0 126px 22px;
  }

  .tp-discovery-hero__copy h1 {
    font-size: clamp(44px, 11.5vw, 60px);
  }

  .tp-discovery-hero__copy p {
    font-size: 17px;
  }

  .tp-discovery-hero .tp-destination-card {
    right: 20px;
    bottom: -48px;
    left: 20px;
  }

  .tp-discovery-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tp-discovery-home .tp-trust-strip {
    margin-right: 20px;
    margin-left: 20px;
  }

  .tp-destinations-page {
    padding: 4px 4px 20px;
  }

  body:has(#top-destination-city-page) .tp-site-header {
    display: none;
  }

  body:has(#top-destination-city-page) .tp-content {
    padding-top: 0;
  }

  .tp-city-page {
    margin-top: -20px;
  }
}

@media (max-width: 599px) {
  .tp-featured-destination {
    min-height: 330px;
    border-radius: 22px;
  }

  .tp-featured-destination__copy,
  .tp-destination-feature__copy {
    top: 28px;
    left: 24px;
    max-width: 245px;
  }

  .tp-featured-destination__copy > strong,
  .tp-destination-feature__copy > strong {
    font-size: 32px;
  }

  .tp-featured-destination__copy > small,
  .tp-destination-feature__copy > small {
    font-size: 16px;
  }

  .tp-featured-destination__guide {
    bottom: 22px;
    left: 22px;
  }

  .tp-featured-destination__arrow {
    right: 22px;
    bottom: 22px;
    width: 56px;
    height: 56px;
  }

  .tp-discovery-home .tp-trust-strip {
    margin-top: 42px;
  }

  .tp-destinations-intro h1 {
    font-size: 42px;
  }

  .tp-destinations-intro > p {
    font-size: 16px;
  }

  .tp-destination-feature {
    min-height: 300px;
    border-radius: 20px;
  }

  .tp-destination-grid {
    gap: 22px 14px;
  }

  .tp-destination-grid img {
    border-radius: 16px;
  }

  .tp-destination-grid strong {
    font-size: 18px;
  }

  .tp-destination-grid small {
    font-size: 13px;
  }

  .tp-city-page {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }

  .tp-city-hero {
    height: 360px;
    border-radius: 0;
  }

  .tp-city-hero > img {
    object-position: 58% center;
  }

  .tp-city-hero__copy {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .tp-city-hero__copy h1 {
    font-size: 43px;
  }

  .tp-city-hero__copy p {
    font-size: 17px;
  }

  .tp-city-hero__back,
  .tp-city-favorite {
    top: 20px;
    width: 48px;
    height: 48px;
  }

  .tp-city-hero__back { left: 20px; }
  .tp-city-favorite { right: 20px; }

  .tp-city-hero__logo {
    top: 18px;
  }

  .tp-city-hero__logo .logo-img {
    width: 124px;
    height: 48px;
  }

  .tp-city-content {
    padding: 28px 20px 12px;
  }

  .tp-city-intro {
    font-size: 18px;
  }

  .tp-city-actions {
    margin: 26px 0 38px;
  }

  .tp-city-guide {
    grid-template-columns: 86px minmax(0, 1fr) 18px;
    gap: 14px;
    min-height: 132px;
  }

  .tp-city-guide__avatar img {
    width: 84px;
    height: 84px;
  }

  .tp-city-guide strong {
    font-size: 19px;
  }

  .tp-city-guide small,
  .tp-city-guide p {
    font-size: 14px;
  }

  .tp-city-guide mark {
    font-size: 12px;
  }

  .tp-city-experience {
    grid-template-columns: 44% minmax(0, 1fr) 16px;
    gap: 12px;
    border-radius: 16px;
  }

  .tp-city-experience > img {
    height: 180px;
  }

  .tp-city-experience strong {
    font-size: 17px;
  }

  .tp-city-experience small,
  .tp-city-experience em {
    font-size: 13px;
  }
}

@media (max-width: 374px) {
  .tp-discovery-hero__copy h1 {
    font-size: 41px;
  }

  .tp-discovery-hero__copy p {
    font-size: 15px;
  }

  .tp-discovery-heading h2 {
    font-size: 23px;
  }

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

/* Batch 1 approved-reference mobile sizing. */
@media (max-width: 599px) {
  .tp-discovery-hero { min-height: 205px; padding: 0; }
  .tp-discovery-hero__image { object-position: 63% center; }
  .tp-discovery-hero__veil {
    width: 100%;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.98) 38%,
      rgba(255,255,255,.88) 48%,
      rgba(255,255,255,.55) 60%,
      rgba(255,255,255,0) 76%
    );
  }
  .tp-discovery-hero__copy { width: 74%; padding: 17px 0 49px 22px; }
  .tp-discovery-hero__copy h1 { max-width: 255px; font-size: 39px; line-height: .98; }
  .tp-discovery-hero__copy h1::after { width: 76px; height: 8px; margin-top: 2px; }
  .tp-discovery-hero__copy p { max-width: 190px; margin-top: 9px; font-size: 11px; line-height: 1.35; }
  .tp-discovery-hero .tp-destination-card { right: 20px; bottom: -27px; left: 20px; min-height: 54px; }

  .tp-discovery-section { padding: 54px 20px 0; }
  .tp-discovery-categories { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .tp-discovery-heading { margin-bottom: 10px; }
  .tp-discovery-heading h2 { font-size: 16px; }
  .tp-discovery-heading a { font-size: 11px; }
  .tp-featured-destination { min-height: 176px; border-radius: 15px; }
  .tp-featured-destination__copy { top: 30px; left: 17px; max-width: 220px; gap: 3px; }
  .tp-featured-destination__copy > strong { font-size: 25px; }
  .tp-featured-destination__copy > small { max-width: 210px; font-size: 11px; line-height: 1.35; }
  .tp-featured-destination__guide { bottom: 14px; left: 16px; grid-template-columns: 40px 1fr; gap: 7px; font-size: 11px; }
  .tp-featured-guide-avatar,
  .tp-featured-guide-avatar > img { width: 40px; height: 40px; }
  .tp-featured-destination__arrow { right: 14px; bottom: 14px; width: 38px; height: 38px; font-size: 16px; }

  .tp-discovery-guides {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin: 20px 16px 0;
    padding: 0;
  }
  .tp-discovery-guides__panel { padding:16px 8px; border-radius:16px; box-shadow:0 8px 24px rgba(15,39,78,.08); }
  .tp-guide-rail { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-right: 0; }
  .tp-guide-mini { grid-template-columns: 48px minmax(0,1fr); grid-template-rows: repeat(4, auto); column-gap: 6px; row-gap: 2px; min-width: 0; min-height: 90px; padding: 6px; }
  .tp-guide-mini + .tp-guide-mini { border-inline-start-color: #e2e8f0; }
  .tp-guide-mini__avatar { width: 48px; height: 48px; margin: 0; }
  .tp-guide-mini__avatar .tp-guide-presence { right: -1px; bottom: -1px; width: 15px; height: 15px; border-width: 2px; }
  body.tp-journey.tp-discovery-home .tp-discovery-guides .tp-guide-mini > strong { font-size: 12px!important; line-height: 1.2!important; overflow-wrap: anywhere; }
  .tp-guide-mini > small { line-height: 1.2; }
  .tp-guide-mini__location { min-width: 0; line-height: 1.2; }
  .tp-local-guides-fallback { margin: -3px 0 10px; font-size: 11px; }
  .tp-local-guides-empty { padding: 18px 12px; }
  .tp-local-guides-empty > strong { font-size: 14px; }
  .tp-local-guides-empty > small { font-size: 11px; }
  .tp-discovery-home .tp-trust-strip { width: auto; grid-template-columns: 1fr 1fr; margin: 18px 20px 0; padding: 6px; border-radius: 12px; }
  .tp-discovery-home .tp-trust-strip > div { grid-template-columns: 36px minmax(0,1fr); gap: 7px; padding: 7px 6px; }
  .tp-discovery-home .tp-trust-strip > div + div { border-block-start: 0; border-inline-start: 1px solid var(--tp-border); }
  .tp-discovery-home .tp-trust-strip span { width: 34px; height: 34px; font-size: 15px; }
  .tp-discovery-home .tp-trust-strip p { font-size: 8px; line-height: 1.2; }
  .tp-discovery-home .tp-trust-strip strong { font-size: 10px; }

  body:has(#top-destinations-page) .tp-site-header { border-bottom-color: transparent; }
  .tp-destinations-page { padding: 0 2px 8px; }
  .tp-destinations-intro h1 { font-size: 25px; line-height: 1.05; }
  .tp-destinations-intro > p { margin: 7px 0 14px; font-size: 12px; }
  .tp-destination-filter { margin-bottom: 14px; }
  .tp-destination-filter input { min-height: 40px; padding-left: 41px; border-radius: 16px; font-size: 12px; }
  .tp-destination-filter > i { left: 13px; font-size: 15px; }
  .tp-destination-feature { min-height: 205px; border-radius: 14px; }
  .tp-destination-feature__copy { top: 68px; left: 18px; max-width: 190px; gap: 4px; }
  .tp-destination-feature__copy > strong { font-size: 25px; }
  .tp-destination-feature__copy > small { font-size: 12px; }
  .tp-destination-feature__copy em { margin-top: 3px; font-size: 11px; }
  .tp-popular-destinations { padding-top: 18px; }
  .tp-popular-destinations h2 { font-size: 16px; }
  .tp-destination-grid { gap: 13px 14px; margin-top: 8px; }
  .tp-destination-grid img { aspect-ratio: 1.55 / 1; border-radius: 10px; }
  .tp-destination-grid strong { margin-top: 5px; font-size: 14px; }
  .tp-destination-grid small { margin-top: 1px; font-size: 10px; }

  .tp-city-page { margin-top: 0; }
  .tp-city-hero { height: 222px; }
  .tp-city-hero__back,
  .tp-city-favorite { top: 15px; width: 36px; height: 36px; font-size: 15px; }
  .tp-city-hero__back { left: 14px; }
  .tp-city-favorite { right: 14px; }
  .tp-city-hero__logo { top: 12px; }
  .tp-city-hero__logo .logo-img { width: 92px; height: 38px; }
  .tp-city-hero__copy { right: 20px; bottom: 12px; left: 20px; }
  .tp-city-hero__copy h1 { font-size: 26px; }
  .tp-city-hero__copy p { margin-top: 3px; font-size: 12px; }
  .tp-city-content { padding: 19px 20px 8px; }
  .tp-city-intro { font-size: 14px; line-height: 1.55; }
  .tp-city-actions { gap: 11px; margin: 13px 0 18px; }
  .tp-city-actions .tp-button { min-height: 45px; }
  .tp-city-actions > a:not(.tp-button) { font-size: 13px; }
  .tp-city-guides,
  .tp-city-experiences { margin-top: 18px; }
  .tp-city-guides h2,
  .tp-city-experiences h2 { font-size: 17px; }
  .tp-city-guide { grid-template-columns: 70px minmax(0,1fr) 14px; gap: 10px; min-height: 88px; padding: 7px 0; }
  .tp-city-guide__avatar img { width: 66px; height: 66px; }
  .tp-city-guide strong { font-size: 16px; }
  .tp-city-guide small,
  .tp-city-guide p { font-size: 11px; }
  .tp-city-guide mark { font-size: 10px; }
  .tp-city-experience { grid-template-columns: 51% minmax(0,1fr) 14px; gap: 10px; margin-top: 8px; border-radius: 12px; }
  .tp-city-experience > img { height: 103px; }
  .tp-city-experience strong { font-size: 14px; }
  .tp-city-experience small,
  .tp-city-experience em { margin-top: 3px; font-size: 10px; }
  .tp-city-tip { grid-template-columns: 34px 1fr; gap: 7px; margin-top: 12px; }
  .tp-city-tip > span { width: 32px; height: 32px; }
  .tp-city-tip p { font-size: 10px; }
}
