/*
 * Huamantla Core 3.6.0 — ficha individual de Turismo Comunitario.
 * Port visual directo de Demo 2.0 / Laboratorio Visual.
 * Archivo de referencia:
 * demo-2.0/laboratorio-visual/plantilla-experiencia-comunitaria/
 */

body.hd-experience-single {
  --ink: #10232b;
  --pink: #e53281;
  --pink-text: #d62a78;
  --gold: #d7ae75;
  --secondary: #4c5a60;
  --paper: #f2f4f4;
  --soft: #fafbfb;
  --line: #dfe3e1;
  --white: #fff;
  background: var(--paper);
  color: var(--ink);
}

body.hd-experience-single main,
body.hd-experience-single #content,
body.hd-experience-single .site-main,
body.hd-experience-single .content-area,
body.hd-experience-single .elementor,
body.hd-experience-single .elementor-section-wrap,
body.hd-experience-single .elementor-location-single {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.hd-experience-single .hd-experience-page {
  width: min(calc(100% - 48px), 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: 34px 0 72px !important;
  gap: 0 !important;
  background: transparent !important;
  color: var(--ink);
  font-family: "Montserrat", system-ui, sans-serif;
  line-height: 1.6;
}

body.hd-experience-single .hd-experience-page,
body.hd-experience-single .hd-experience-page * { box-sizing: border-box; }
body.hd-experience-single .hd-experience-page > .elementor-element {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body.hd-experience-single .hd-experience-page a { color: inherit; }
body.hd-experience-single .hd-experience-page button { font: inherit; }
body.hd-experience-single .hd-experience-page h1,
body.hd-experience-single .hd-experience-page h2,
body.hd-experience-single .hd-experience-page h3 { text-wrap: balance; color: var(--ink); }

/* Breadcrumb: medida y ritmo exactos del Demo 2.0. */
body.hd-experience-single .hd-experience-page .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  color: var(--secondary);
  font-size: .78rem;
  line-height: 1.6;
}
body.hd-experience-single .hd-experience-page .breadcrumb a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

body.hd-experience-single .hd-experience-page .microtitle {
  margin: 0;
  color: var(--pink-text);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.hd-experience-single .hd-experience-page .page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 48px;
  margin-top: 32px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--white);
}
body.hd-experience-single .hd-experience-page .page-hero h1 {
  max-width: 14ch;
  margin: 9px 0 0;
  padding: 0;
  font-size: clamp(2.45rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.052em;
}
body.hd-experience-single .hd-experience-page .short-answer {
  margin: 14px 0 0;
  padding: 10px 14px;
  border: 1px solid #e7ebeb;
  border-radius: 10px;
  background: var(--soft);
}
body.hd-experience-single .hd-experience-page .short-answer small {
  display: block;
  color: var(--secondary);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .07em;
  line-height: 1.4;
  text-transform: uppercase;
}
body.hd-experience-single .hd-experience-page .short-answer p {
  margin: 2px 0 0;
  color: #3e4b50;
  font-size: .875rem;
  line-height: 1.5;
}
body.hd-experience-single .hd-experience-page .hero-introduction {
  max-width: 55ch;
  margin: 18px 0 0;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.6;
}
body.hd-experience-single .hd-experience-page .hero-introduction > :first-child { margin-top: 0; }
body.hd-experience-single .hd-experience-page .hero-introduction > :last-child { margin-bottom: 0; }
body.hd-experience-single .hd-experience-page .hero-image {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: var(--paper);
  aspect-ratio: 4 / 3;
}
body.hd-experience-single .hd-experience-page .hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.hd-experience-single .hd-experience-page.community-detail h2,
body.hd-experience-single .hd-experience-page .community-detail h2 {
  margin: 7px 0 0;
  padding: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.55rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.045em;
}

body.hd-experience-single .hd-experience-page .community-hero {
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
  gap: 38px;
  padding: 40px;
}
body.hd-experience-single .hd-experience-page .community-hero h1 { max-width: 11ch; }
body.hd-experience-single .hd-experience-page .community-hero-image {
  position: relative;
  aspect-ratio: 16 / 9;
}
body.hd-experience-single .hd-experience-page .community-hero-image::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(to top, rgba(12, 37, 45, .76), transparent);
  content: "";
  pointer-events: none;
}
body.hd-experience-single .hd-experience-page .community-hero-image figcaption {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.45;
}
body.hd-experience-single .hd-experience-page .community-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
body.hd-experience-single .hd-experience-page .community-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}
body.hd-experience-single .hd-experience-page .community-button--primary {
  margin-top: 22px;
  background: var(--ink);
  color: #fff;
}
body.hd-experience-single .hd-experience-page .community-button--outline {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}
body.hd-experience-single .hd-experience-page .community-text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.hd-experience-single .hd-experience-page .community-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
body.hd-experience-single .hd-experience-page .community-facts article {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 14px 18px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.hd-experience-single .hd-experience-page .community-facts article:last-child { border-right: 0; }
body.hd-experience-single .hd-experience-page .community-facts small,
body.hd-experience-single .hd-experience-page .community-planning small {
  color: var(--secondary);
  font-size: .75rem;
  font-weight: 800;
}
body.hd-experience-single .hd-experience-page .community-facts strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.35;
}

body.hd-experience-single .hd-experience-page .community-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: center;
  gap: 38px;
  margin-top: 48px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
}
body.hd-experience-single .hd-experience-page .community-overview__copy > p:not(.microtitle),
body.hd-experience-single .hd-experience-page .community-impact p:not(.microtitle),
body.hd-experience-single .hd-experience-page .community-source p:not(.microtitle) {
  color: var(--secondary);
  font-size: .9rem;
  line-height: 1.68;
}
body.hd-experience-single .hd-experience-page .community-overview__copy > p:not(.microtitle) { margin: 14px 0 0; }
body.hd-experience-single .hd-experience-page .community-overview figure { margin: 0; }
body.hd-experience-single .hd-experience-page .community-overview figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
body.hd-experience-single .hd-experience-page .community-overview figcaption,
body.hd-experience-single .hd-experience-page .community-gallery figcaption {
  margin-top: 7px;
  color: var(--secondary);
  font-size: .75rem;
  line-height: 1.4;
}
body.hd-experience-single .hd-experience-page .community-contact-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
body.hd-experience-single .hd-experience-page .community-contact-inline strong,
body.hd-experience-single .hd-experience-page .community-contact-inline a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 800;
}
body.hd-experience-single .hd-experience-page .community-contact-inline a { text-underline-offset: 3px; }

body.hd-experience-single .hd-experience-page .community-activities,
body.hd-experience-single .hd-experience-page .community-gallery,
body.hd-experience-single .hd-experience-page .community-planning,
body.hd-experience-single .hd-experience-page .community-all { margin-top: 48px; }
body.hd-experience-single .hd-experience-page .community-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
body.hd-experience-single .hd-experience-page .community-section-heading > p {
  max-width: 40ch;
  margin: 0;
  color: var(--secondary);
  font-size: .82rem;
  line-height: 1.55;
  text-align: right;
}
body.hd-experience-single .hd-experience-page .community-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
body.hd-experience-single .hd-experience-page .community-steps li {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
body.hd-experience-single .hd-experience-page .community-steps li > span {
  color: var(--secondary);
  font-size: .75rem;
  font-weight: 800;
}
body.hd-experience-single .hd-experience-page .community-steps strong {
  display: block;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 700;
}
body.hd-experience-single .hd-experience-page .community-steps p {
  margin: 7px 0 0;
  color: var(--secondary);
  font-size: .76rem;
  line-height: 1.5;
}

body.hd-experience-single .hd-experience-page .community-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
body.hd-experience-single .hd-experience-page .community-gallery-grid figure { min-width: 0; margin: 0; }
body.hd-experience-single .hd-experience-page .community-gallery-grid figure[hidden] { display: none; }
body.hd-experience-single .hd-experience-page .community-gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.hd-experience-single .hd-experience-page .community-planning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
body.hd-experience-single .hd-experience-page .community-planning-grid article {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
}
body.hd-experience-single .hd-experience-page .community-planning-grid h3 {
  margin: 7px 0 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
body.hd-experience-single .hd-experience-page .community-planning-grid p,
body.hd-experience-single .hd-experience-page .community-planning-grid li {
  color: var(--secondary);
  font-size: .78rem;
  line-height: 1.55;
}
body.hd-experience-single .hd-experience-page .community-planning-grid p { margin: 12px 0 0; }
body.hd-experience-single .hd-experience-page .community-planning-grid ul { margin: 12px 0 0; padding-left: 18px; }

body.hd-experience-single .hd-experience-page .community-reservation {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  margin-top: 48px;
  padding: 32px;
  border-radius: 28px;
  background: var(--ink);
  color: #fff;
}
body.hd-experience-single .hd-experience-page .community-reservation .microtitle { color: var(--gold); }
body.hd-experience-single .hd-experience-page .community-reservation h2 { color: #fff; }
body.hd-experience-single .hd-experience-page .community-reservation p:not(.microtitle) {
  color: rgba(255,255,255,.8);
  font-size: .88rem;
  line-height: 1.65;
}
body.hd-experience-single .hd-experience-page .community-reservation address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  font-style: normal;
}
body.hd-experience-single .hd-experience-page .community-reservation address a {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
}
body.hd-experience-single .hd-experience-page .community-reservation address small {
  color: var(--gold);
  font-size: .75rem;
  font-weight: 800;
}
body.hd-experience-single .hd-experience-page .community-reservation address strong {
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
}

body.hd-experience-single .hd-experience-page .community-impact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}
body.hd-experience-single .hd-experience-page .community-impact > div {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
body.hd-experience-single .hd-experience-page .community-impact p:not(.microtitle) { margin-bottom: 0; }

body.hd-experience-single .hd-experience-page .community-quote {
  margin: 48px 0 0;
  padding: 30px;
  border: 0;
  border-left: 5px solid var(--secondary);
  border-radius: 0 24px 24px 0;
  background: #fff;
}
body.hd-experience-single .hd-experience-page .community-quote p {
  max-width: 62ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
}
body.hd-experience-single .hd-experience-page .community-quote cite {
  display: block;
  margin-top: 12px;
  color: var(--secondary);
  font-size: .78rem;
  font-style: normal;
}

body.hd-experience-single .hd-experience-page .community-all-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
body.hd-experience-single .hd-experience-page .community-all-grid a {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  aspect-ratio: 16 / 9;
}
body.hd-experience-single .hd-experience-page .community-all-grid a::after {
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(to top, rgba(12,37,45,.9), transparent);
  content: "";
}
body.hd-experience-single .hd-experience-page .community-all-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body.hd-experience-single .hd-experience-page .community-all-grid span:not(.hd-media-placeholder) {
  position: absolute;
  right: 12px;
  bottom: 11px;
  left: 12px;
  z-index: 1;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
}
body.hd-experience-single .hd-experience-page .community-all-grid a[aria-current="page"] {
  outline: 3px solid var(--pink);
  outline-offset: 2px;
}

body.hd-experience-single .hd-experience-page .community-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
body.hd-experience-single .hd-experience-page .community-source p:not(.microtitle) { max-width: 62ch; margin-bottom: 0; }
body.hd-experience-single .hd-experience-page .community-source .community-button { flex: 0 0 auto; margin-top: 0; }

@media (hover:hover) {
  body.hd-experience-single .hd-experience-page .community-gallery-grid img,
  body.hd-experience-single .hd-experience-page .community-all-grid img { transition: transform 260ms ease; }
  body.hd-experience-single .hd-experience-page .community-gallery-grid figure:hover img,
  body.hd-experience-single .hd-experience-page .community-all-grid a:hover img { transform: scale(1.025); }
}

@media (prefers-reduced-motion: reduce) {
  body.hd-experience-single .hd-experience-page .community-gallery-grid img,
  body.hd-experience-single .hd-experience-page .community-all-grid img { transition: none; }
}

@media (max-width: 900px) {
  body.hd-experience-single .hd-experience-page .community-hero,
  body.hd-experience-single .hd-experience-page .community-overview,
  body.hd-experience-single .hd-experience-page .community-reservation { grid-template-columns: 1fr; }
  body.hd-experience-single .hd-experience-page .community-facts,
  body.hd-experience-single .hd-experience-page .community-steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.hd-experience-single .hd-experience-page .community-facts article:nth-child(2) { border-right: 0; }
  body.hd-experience-single .hd-experience-page .community-facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  body.hd-experience-single .hd-experience-page .community-gallery-grid,
  body.hd-experience-single .hd-experience-page .community-planning-grid,
  body.hd-experience-single .hd-experience-page .community-all-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 620px) {
  body.hd-experience-single .hd-experience-page { width: min(calc(100% - 32px), 1180px) !important; padding-top: 24px !important; padding-bottom: 48px !important; }
  body.hd-experience-single .hd-experience-page .community-hero { gap: 24px; padding: 24px 18px; }
  body.hd-experience-single .hd-experience-page .community-overview,
  body.hd-experience-single .hd-experience-page .community-reservation { gap: 24px; margin-top: 32px; padding: 24px 18px; border-radius: 24px; }
  body.hd-experience-single .hd-experience-page .community-activities,
  body.hd-experience-single .hd-experience-page .community-gallery,
  body.hd-experience-single .hd-experience-page .community-planning,
  body.hd-experience-single .hd-experience-page .community-all,
  body.hd-experience-single .hd-experience-page .community-impact,
  body.hd-experience-single .hd-experience-page .community-quote,
  body.hd-experience-single .hd-experience-page .community-source { margin-top: 32px; }
  body.hd-experience-single .hd-experience-page .community-section-heading,
  body.hd-experience-single .hd-experience-page .community-source { align-items: flex-start; flex-direction: column; }
  body.hd-experience-single .hd-experience-page .community-section-heading > p { text-align: left; }
  body.hd-experience-single .hd-experience-page .community-steps,
  body.hd-experience-single .hd-experience-page .community-planning-grid,
  body.hd-experience-single .hd-experience-page .community-impact,
  body.hd-experience-single .hd-experience-page .community-reservation address { grid-template-columns: 1fr; }
  body.hd-experience-single .hd-experience-page .community-gallery-grid,
  body.hd-experience-single .hd-experience-page .community-all-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.hd-experience-single .hd-experience-page .community-steps li { min-height: 148px; }
  body.hd-experience-single .hd-experience-page .community-source { padding: 24px 18px; }
}


/* 3.6.1 — Catálogo reutilizable en Experiencias.
 * Se reutiliza HD - Catálogo automático de fichas (Museos/Haciendas/Templos),
 * pero la variante overlay conserva literalmente el aspecto compacto de Demo 2.0.
 * Las columnas NO se fijan con !important para que el control responsive de
 * Elementor pueda cambiar móvil a 1, 2, 3, etc. por instancia. */
body.hd-experience-single .hd-experience-page .catalog-section--experience-overlay { margin-top: 48px; }
body.hd-experience-single .hd-experience-page .catalog-section--experience-overlay > .section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
body.hd-experience-single .hd-experience-page .catalog-section--experience-overlay .catalog-section-intro {
  max-width: 40ch;
  margin: 0;
  color: var(--secondary);
  font-size: .82rem;
  line-height: 1.55;
  text-align: right;
}
body.hd-experience-single .hd-experience-page .catalog-grid--experience-overlay {
  display: grid;
  grid-template-columns: repeat(var(--hd-grid-columns, 3), minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
body.hd-experience-single .hd-experience-page .catalog-card--experience-overlay {
  min-width: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body.hd-experience-single .hd-experience-page .catalog-card-overlay {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  aspect-ratio: 16 / 9;
}
body.hd-experience-single .hd-experience-page .catalog-card-overlay::after {
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(to top, rgba(12,37,45,.9), transparent);
  content: "";
}
body.hd-experience-single .hd-experience-page .catalog-card-overlay img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
body.hd-experience-single .hd-experience-page .catalog-card-overlay__title {
  position: absolute;
  right: 12px;
  bottom: 11px;
  left: 12px;
  z-index: 1;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
}
body.hd-experience-single .hd-experience-page .catalog-card-overlay[aria-current="page"] {
  outline: 3px solid var(--pink);
  outline-offset: 2px;
}
@media (hover:hover) {
  body.hd-experience-single .hd-experience-page .catalog-card-overlay img { transition: transform 260ms ease; }
  body.hd-experience-single .hd-experience-page .catalog-card-overlay:hover img { transform: scale(1.025); }
}
@media (prefers-reduced-motion: reduce) {
  body.hd-experience-single .hd-experience-page .catalog-card-overlay img { transition: none; }
}
@media (max-width: 900px) {
  body.hd-experience-single .hd-experience-page .catalog-grid--experience-overlay {
    grid-template-columns: repeat(var(--hd-grid-columns, 3), minmax(0,1fr));
  }
}
@media (max-width: 620px) {
  body.hd-experience-single .hd-experience-page .catalog-section--experience-overlay { margin-top: 32px; }
  body.hd-experience-single .hd-experience-page .catalog-section--experience-overlay > .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  body.hd-experience-single .hd-experience-page .catalog-section--experience-overlay .catalog-section-intro { text-align: left; }
  body.hd-experience-single .hd-experience-page .catalog-grid--experience-overlay {
    grid-template-columns: repeat(var(--hd-grid-columns, 2), minmax(0,1fr));
  }
}
