.tpm-story__grid,
.tpm-tour-hero__grid,
.tpm-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 72px;
  align-items: center;
}

.tpm-section-heading h2 {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--tpm-ink);
  font-family: var(--tpm-font-body);
  font-size: clamp(34px, 6vw, 56px);
  font-weight: 800;
}

.tpm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tpm-button,
.tpm-matriz a.tpm-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 3px solid var(--tpm-pink);
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tpm-button:hover {
  transform: translateY(-2px);
}

.tpm-button--primary {
  background: var(--tpm-pink);
  color: var(--tpm-white);
  box-shadow: 0 12px 22px rgba(239, 0, 67, 0.24);
}

.tpm-button--ghost {
  background: var(--tpm-white);
  color: var(--tpm-pink);
  box-shadow: 0 10px 20px rgba(0, 55, 61, 0.12);
}

.tpm-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.tpm-card-grid,
.tpm-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tpm-tour-card,
.tpm-list-card,
.tpm-includes,
.tpm-contact__panel {
  position: relative;
  padding: 30px;
  border: 2px solid rgba(239, 0, 67, 0.74);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--tpm-shadow);
}

.tpm-tour-card__meta,
.tpm-list-card__duration {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--tpm-pink);
  color: var(--tpm-white);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.tpm-tour-card h3,
.tpm-list-card h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

.tpm-tour-card a,
.tpm-list-card a {
  color: var(--tpm-pink);
  font-weight: 900;
  text-decoration: none;
}

.tpm-inner-hero {
  position: relative;
  display: flex;
  min-height: clamp(168px, 17vw, 230px);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(42px, 5.4vw, 58px) 0;
  background: var(--tpm-teal);
  color: var(--tpm-white);
  text-align: center;
}

.tpm-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 139, 165, 0.96) 0%, rgba(3, 139, 165, 0.78) 48%, rgba(3, 139, 165, 0.94) 100%),
    linear-gradient(180deg, rgba(0, 38, 44, 0.16), rgba(0, 38, 44, 0.06)),
    url("https://www.troleandopormexico.com/wp-content/uploads/2023/10/breadcumb-tpm.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.tpm-inner-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.tpm-matriz .tpm-inner-hero__title {
  margin: 0;
  color: var(--tpm-white) !important;
  font-family: var(--tpm-font-body);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: none;
  text-shadow: 0 10px 24px rgba(0, 38, 44, 0.16);
}

.tpm-inner-hero__breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: transparent !important;
  color: var(--tpm-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.tpm-matriz .tpm-inner-hero__breadcrumb a {
  color: var(--tpm-white) !important;
  text-decoration: none !important;
  transition: color 180ms ease;
}

.tpm-matriz .tpm-inner-hero__breadcrumb a:hover,
.tpm-matriz .tpm-inner-hero__breadcrumb a:focus-visible {
  color: var(--tpm-pink) !important;
}

@media (min-width: 861px) {
  .tpm-inner-hero::before {
    background-position: center 42%;
  }
}

.tpm-about-story {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(76px, 8vw, 112px) 0;
  background: var(--tpm-white);
}

.tpm-about-story--second {
  padding-top: clamp(58px, 6vw, 88px);
}

.tpm-about-story::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(520px, 46vw);
  height: min(520px, 46vw);
  background-image: radial-gradient(rgba(239, 0, 67, 0.28) 1.6px, transparent 1.8px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle, #000 0%, rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0) 74%);
  -webkit-mask-image: radial-gradient(circle, #000 0%, rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0) 74%);
  opacity: 0.42;
  pointer-events: none;
}

.tpm-about-story--first::before {
  top: -150px;
  left: -150px;
}

.tpm-about-story--second::before {
  right: -150px;
  bottom: -160px;
}

.tpm-about-story__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(44px, 6vw, 76px);
  align-items: center;
}

.tpm-about-story__grid--reverse {
  grid-template-columns: minmax(420px, 1.06fr) minmax(0, 0.94fr);
}

.tpm-about-story__content {
  max-width: 570px;
}

.tpm-about-story__kicker,
.tpm-matriz .tpm-about-story__kicker {
  margin: 0 0 12px;
  color: var(--tpm-pink) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tpm-about-story h2 {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--tpm-teal) !important;
  font-family: var(--tpm-font-body);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.tpm-about-story__content p:not(.tpm-about-story__kicker),
.tpm-matriz .tpm-about-story__content p:not(.tpm-about-story__kicker) {
  margin: 0 0 16px;
  color: var(--tpm-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.tpm-about-story__content strong {
  color: var(--tpm-ink);
  font-weight: 800;
}

.tpm-about-story__quote {
  margin: 8px 0 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tpm-about-story__quote p,
.tpm-matriz .tpm-about-story__quote p {
  margin: 0;
  color: var(--tpm-ink);
  font-size: 17px;
  font-weight: 800 !important;
  font-style: italic;
  line-height: 1.58;
}

.tpm-about-story__quote-text {
  font-weight: 800 !important;
}

.tpm-about-story__quote-mark {
  color: var(--tpm-pink);
  display: inline;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 7px;
  vertical-align: -0.2em;
}

.tpm-about-story__quote-mark--close {
  margin-right: 0;
  margin-left: 7px;
}

.tpm-about-story__bullets {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.tpm-about-story__bullets li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--tpm-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.tpm-about-story__bullets strong {
  color: var(--tpm-teal);
}

.tpm-about-story__bullet-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: rgba(3, 139, 165, 0.1);
  color: var(--tpm-teal);
  font-size: 14px;
  line-height: 1;
}

.tpm-about-story__bullet-icon::before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-1px, -2px);
}

.tpm-about-story__bullet-icon i {
  display: none;
}

.tpm-about-story__media {
  position: relative;
  min-height: clamp(440px, 40vw, 550px);
}

.tpm-about-story__photo {
  position: absolute;
  width: min(74%, 420px);
  margin: 0;
  transition: transform 220ms ease, filter 220ms ease;
}

.tpm-about-story__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1900 / 1300;
  object-fit: cover;
  filter: drop-shadow(0 22px 28px rgba(0, 38, 44, 0.16));
}

.tpm-about-story__media--right .tpm-about-story__photo--back {
  top: 0;
  left: 8%;
  z-index: 1;
  transform: rotate(-7deg);
}

.tpm-about-story__media--right .tpm-about-story__photo--front {
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(5deg);
}

.tpm-about-story__media--left .tpm-about-story__photo--back {
  top: 0;
  right: 8%;
  z-index: 1;
  transform: rotate(7deg);
}

.tpm-about-story__media--left .tpm-about-story__photo--front {
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: rotate(-5deg);
}

.tpm-about-story__media:hover .tpm-about-story__photo--back {
  transform: translateY(-4px) rotate(var(--tpm-about-back-hover, -6deg));
}

.tpm-about-story__media:hover .tpm-about-story__photo--front {
  transform: translateY(-6px) rotate(var(--tpm-about-front-hover, 4deg));
}

.tpm-about-story__media--left {
  --tpm-about-back-hover: 6deg;
  --tpm-about-front-hover: -4deg;
}

.tpm-about-destinations {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(76px, 8vw, 108px) 0 clamp(88px, 9vw, 124px);
  background:
    radial-gradient(ellipse 680px 480px at 50% 0%, rgba(3, 139, 165, 0.055) 0%, rgba(3, 139, 165, 0) 70%),
    var(--tpm-white);
}

.tpm-about-destinations::before {
  content: "";
  position: absolute;
  top: 8%;
  right: -180px;
  z-index: 0;
  width: min(560px, 48vw);
  height: min(560px, 48vw);
  background-image: radial-gradient(rgba(239, 0, 67, 0.22) 1.6px, transparent 1.8px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle, #000 0%, rgba(0, 0, 0, 0.66) 42%, rgba(0, 0, 0, 0) 74%);
  -webkit-mask-image: radial-gradient(circle, #000 0%, rgba(0, 0, 0, 0.66) 42%, rgba(0, 0, 0, 0) 74%);
  opacity: 0.34;
  pointer-events: none;
}

.tpm-about-destinations > .tpm-container {
  position: relative;
  z-index: 1;
}

.tpm-about-destinations__heading {
  display: grid;
  justify-items: center;
  max-width: 880px;
  margin: 0 auto clamp(38px, 5vw, 58px);
  text-align: center;
}

.tpm-about-destinations__kicker,
.tpm-matriz .tpm-about-destinations__kicker {
  margin: 0 0 12px;
  color: var(--tpm-pink) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tpm-about-destinations h2 {
  margin: 0;
  color: var(--tpm-teal) !important;
  font-family: var(--tpm-font-body);
  font-size: clamp(36px, 5.2vw, 60px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.tpm-about-destinations__heading p:not(.tpm-about-destinations__kicker),
.tpm-matriz .tpm-about-destinations__heading p:not(.tpm-about-destinations__kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--tpm-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.tpm-about-destinations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 48px) clamp(26px, 3vw, 38px);
}

.tpm-about-destinations__item {
  min-width: 0;
}

.tpm-about-destinations__item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  filter: drop-shadow(0 18px 24px rgba(0, 38, 44, 0.12));
  transition: transform 220ms ease, filter 220ms ease;
}

.tpm-about-destinations__item:hover img {
  transform: translateY(-5px);
  filter: drop-shadow(0 24px 30px rgba(0, 38, 44, 0.16));
}

.tpm-about-destinations__body {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.tpm-about-destinations__body h3 {
  margin: 0;
  color: var(--tpm-teal) !important;
  font-family: var(--tpm-font-body);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.tpm-about-destinations__body h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: rgba(239, 0, 67, 0.64);
}

.tpm-about-destinations__body p,
.tpm-matriz .tpm-about-destinations__body p {
  max-width: 340px;
  margin: 0;
  color: var(--tpm-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
}

.tpm-about-destinations__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 5vw, 58px);
}

.tpm-about-destinations__cta,
.tpm-matriz a.tpm-about-destinations__cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 2px solid var(--tpm-teal);
  border-radius: 999px;
  background: var(--tpm-white);
  color: var(--tpm-teal) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tpm-about-destinations__cta i {
  display: none;
}

.tpm-about-destinations__cta::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.tpm-about-destinations__cta:hover,
.tpm-about-destinations__cta:focus-visible,
.tpm-matriz a.tpm-about-destinations__cta:hover,
.tpm-matriz a.tpm-about-destinations__cta:focus-visible {
  border-color: var(--tpm-pink);
  background: var(--tpm-pink);
  color: var(--tpm-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(239, 0, 67, 0.2);
}

.tpm-destinations-hero {
  padding-top: 140px;
  padding-bottom: 44px;
  background: linear-gradient(180deg, rgba(3, 139, 165, 0.1), rgba(255, 255, 255, 0));
  text-align: center;
}

.tpm-destinations-hero .tpm-container {
  max-width: 840px;
}

.tpm-story {
  padding-top: 140px;
  background: linear-gradient(135deg, rgba(3, 139, 165, 0.08), rgba(255, 255, 255, 0));
}

.tpm-story__body p {
  margin-bottom: 18px;
}

.tpm-includes h2 {
  margin-bottom: 18px;
}

.tpm-includes ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tpm-includes li {
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(3, 139, 165, 0.1);
  color: var(--tpm-teal-dark);
  font-weight: 800;
}

.tpm-contact__panel {
  display: grid;
  gap: 14px;
}

.tpm-contact__panel a {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(3, 139, 165, 0.08);
  color: var(--tpm-teal-dark);
  text-decoration: none;
}

.tpm-contact__panel span {
  color: var(--tpm-pink);
  font-weight: 900;
}

.tpm-contact__panel strong {
  font-size: 22px;
}

@media (max-width: 1060px) {
  .tpm-story__grid,
  .tpm-tour-hero__grid,
  .tpm-contact__grid {
    grid-template-columns: 1fr;
  }

  .tpm-about-story__grid,
  .tpm-about-story__grid--reverse {
    grid-template-columns: 1fr;
  }

  .tpm-about-story__grid--reverse .tpm-about-story__content {
    order: 1;
  }

  .tpm-about-story__grid--reverse .tpm-about-story__media {
    order: 2;
  }

  .tpm-about-story__content {
    max-width: 760px;
  }

  .tpm-about-story__media {
    min-height: clamp(390px, 60vw, 540px);
    width: min(680px, 100%);
    margin: 0 auto;
  }

  .tpm-about-destinations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .tpm-section-heading h2 {
    font-size: 46px;
  }

  .tpm-inner-hero {
    min-height: 176px;
    padding: 42px 0;
  }

  .tpm-about-story {
    padding: 70px 0;
  }

  .tpm-about-story__grid {
    gap: 36px;
  }

  .tpm-about-story h2 {
    font-size: 38px;
  }

  .tpm-about-destinations {
    padding: 70px 0 84px;
  }

  .tpm-about-destinations h2 {
    font-size: 42px;
  }

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

@media (max-width: 560px) {
  .tpm-section-heading h2 {
    font-size: 40px;
  }

  .tpm-inner-hero {
    min-height: 154px;
    padding: 34px 0;
  }

  .tpm-matriz .tpm-inner-hero__title {
    font-size: 34px;
  }

  .tpm-inner-hero__breadcrumb {
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
  }

  .tpm-about-story {
    padding: 56px 0;
  }

  .tpm-about-story::before {
    width: 340px;
    height: 340px;
    opacity: 0.3;
  }

  .tpm-about-story__content {
    max-width: none;
  }

  .tpm-about-story__kicker,
  .tpm-matriz .tpm-about-story__kicker {
    font-size: 12px;
  }

  .tpm-about-story h2 {
    font-size: 32px;
  }

  .tpm-about-story__content p:not(.tpm-about-story__kicker),
  .tpm-matriz .tpm-about-story__content p:not(.tpm-about-story__kicker) {
    font-size: 15px;
    line-height: 1.66;
  }

  .tpm-about-story__quote {
    margin-bottom: 20px;
    padding: 0;
  }

  .tpm-about-story__quote p,
  .tpm-matriz .tpm-about-story__quote p {
    font-size: 15px;
  }

  .tpm-about-story__quote-mark {
    font-size: 31px;
    margin-right: 5px;
  }

  .tpm-about-story__quote-mark--close {
    margin-left: 5px;
  }

  .tpm-about-story__bullets li {
    grid-template-columns: 32px minmax(0, 1fr);
    font-size: 14px;
  }

  .tpm-about-story__bullets {
    padding-right: 70px;
  }

  .tpm-about-story__bullet-icon {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .tpm-about-story__media {
    min-height: 330px;
  }

  .tpm-about-story__photo {
    width: 76%;
  }

  .tpm-about-story__media--right .tpm-about-story__photo--back,
  .tpm-about-story__media--left .tpm-about-story__photo--back {
    top: 0;
  }

  .tpm-about-story__media--right .tpm-about-story__photo--front,
  .tpm-about-story__media--left .tpm-about-story__photo--front {
    bottom: 6px;
  }

  .tpm-about-destinations {
    padding: 58px 0 72px;
  }

  .tpm-about-destinations::before {
    width: 340px;
    height: 340px;
    opacity: 0.26;
  }

  .tpm-about-destinations__heading {
    margin-bottom: 34px;
  }

  .tpm-about-destinations__kicker,
  .tpm-matriz .tpm-about-destinations__kicker {
    font-size: 12px;
  }

  .tpm-about-destinations h2 {
    font-size: 34px;
  }

  .tpm-about-destinations__heading p:not(.tpm-about-destinations__kicker),
  .tpm-matriz .tpm-about-destinations__heading p:not(.tpm-about-destinations__kicker) {
    font-size: 15px;
    line-height: 1.6;
  }

  .tpm-about-destinations__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tpm-about-destinations__item img {
    margin-bottom: 16px;
  }

  .tpm-about-destinations__body h3 {
    font-size: 25px;
  }

  .tpm-about-destinations__body p,
  .tpm-matriz .tpm-about-destinations__body p {
    font-size: 14px;
  }

  .tpm-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tpm-button,
  .tpm-matriz a.tpm-button {
    width: 100%;
  }

  .tpm-destinations__grid {
    grid-template-columns: 1fr;
  }
}

