:root {
  --yuumha-green: #243434;
  --yuumha-green-2: #243535;
  --yuumha-teal: #598081;
  --yuumha-sand: #fbf4ea;
  --yuumha-sand-2: #f7ecdd;
  --yuumha-terracotta: #cb8d5c;
  --yuumha-terracotta-dark: #b5683c;
  --yuumha-white: #ffffff;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--yuumha-sand);
  color: var(--yuumha-green);
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body, body * { box-sizing: border-box; }
button { font-family: inherit; }

#yuumha-home-page {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden;
  background: var(--yuumha-sand);
}

.yuumha-wrap {
  width: min(1180px, calc(100vw - 40px));
  max-width: 1180px;
  margin-inline: auto;
}

.yuumha-section {
  position: relative;
  padding: 92px 0;
  scroll-margin-top: 24px;
}

.yuumha-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--yuumha-terracotta-dark);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}
.yuumha-kicker::before,
.yuumha-kicker.centered::after {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--yuumha-terracotta);
  display: block;
}
.yuumha-kicker.centered { justify-content: center; }

.yuumha-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: var(--yuumha-green);
}
.yuumha-title span { color: var(--yuumha-teal); font-style: italic; }
.yuumha-copy {
  margin: 24px 0 0;
  color: rgba(36, 52, 52, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.82;
  font-weight: 300;
}
.yuumha-btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.yuumha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.yuumha-btn:hover { transform: translateY(-2px); }
.yuumha-btn-primary { background: var(--yuumha-terracotta); border-color: var(--yuumha-terracotta); color: #fff; }
.yuumha-btn-primary:hover { background: var(--yuumha-terracotta-dark); border-color: var(--yuumha-terracotta-dark); }
.yuumha-btn-light { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.24); color: #fff; backdrop-filter: blur(10px); }
.yuumha-btn-light:hover { background: rgba(255,255,255,.22); }
.yuumha-section-head { max-width: 890px; margin: 0 auto 54px; text-align: center; }
.yuumha-section-head .yuumha-title { font-size: clamp(2.4rem, 4.6vw, 4.4rem); }

/* HERO */
#hero-yuumha {
  min-height: 720px;
  padding: 28px 0 86px;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  color: #fff;
  background: var(--yuumha-green);
  scroll-margin-top: 0;
}
#hero-yuumha::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(90deg, rgba(36,52,52,.94) 0%, rgba(36,52,52,.72) 45%, rgba(36,52,52,.16) 100%), url("/img/imagenhero-yuumha-W6YwTzysBAH5QBKI.webp");
  background-size: cover;
  background-position: center;
}
.yuumha-hero-inner { width: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.yuumha-hero-nav {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  position: relative;
  z-index: 20;
}
.yuumha-logo img { width: 158px; height: auto; display: block; }
.yuumha-nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 18px; flex-wrap: wrap; }
.yuumha-nav-links button,
.yuumha-nav-links a {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.86);
  text-decoration: none;
  cursor: pointer;
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 0;
}
.yuumha-nav-links button:hover,
.yuumha-nav-links a:hover { color: var(--yuumha-sand); }
.yuumha-nav-cta { display: inline-flex !important; min-height: 40px; align-items: center; padding: 0 16px !important; border-radius: 999px !important; background: var(--yuumha-terracotta) !important; color: #fff !important; }
.yuumha-mobile-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); border-radius: 50%; color: #fff; cursor: pointer; }
.yuumha-mobile-toggle span { display: block; width: 18px; height: 2px; background: #fff; margin: 4px auto; border-radius: 99px; }
.yuumha-hero-content {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .55fr);
  gap: 44px;
  align-items: end;
  padding-top: 130px;
}
.yuumha-hero-title { max-width: 860px; color: var(--yuumha-sand); font-size: clamp(3.2rem, 6.8vw, 7.2rem); }
.yuumha-hero-title span { color: var(--yuumha-terracotta); }
.yuumha-hero-copy { max-width: 670px; color: rgba(255,255,255,.78); }
.yuumha-hero-card { padding: 30px; border-radius: 30px; background: rgba(251,244,234,.12); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(16px); color: #fff; }
.yuumha-hero-card span { display: inline-flex; margin-bottom: 16px; color: var(--yuumha-terracotta); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 600; }
.yuumha-hero-card h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.4rem; line-height: .98; font-weight: 500; color: var(--yuumha-sand); }
.yuumha-hero-card p { margin: 18px 0 0; color: rgba(255,255,255,.72); line-height: 1.7; font-weight: 300; }

/* EXPERIENCIAS */
#experiencias { background: var(--yuumha-sand); border-bottom: 1px solid rgba(36,52,52,.08); }
.yuumha-experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.yuumha-experience-card { padding: 30px; border-radius: 28px; background: rgba(255,255,255,.52); border: 1px solid rgba(36,52,52,.1); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.yuumha-experience-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.7); border-color: rgba(203,141,92,.32); }
.yuumha-experience-card span { color: var(--yuumha-terracotta-dark); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.yuumha-experience-card h3 { margin: 16px 0 0; color: var(--yuumha-green); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.05rem; line-height: 1; font-weight: 500; }
.yuumha-experience-card p { margin: 16px 0 0; color: rgba(36,52,52,.68); line-height: 1.66; font-weight: 300; }
.yuumha-center-actions { display: flex; justify-content: center; margin-top: 36px; }

/* DESTINOS */
#destinos { background: var(--yuumha-sand-2); border-bottom: 1px solid rgba(36,52,52,.08); }
.yuumha-destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.yuumha-destination-card { position: relative; min-height: 440px; border-radius: 34px; overflow: hidden; color: #fff; background: var(--yuumha-green); text-decoration: none; display: flex; align-items: flex-end; isolation: isolate; transition: transform .3s ease, box-shadow .3s ease; }
.yuumha-destination-card:hover { transform: translateY(-5px); box-shadow: 0 24px 70px rgba(36,52,52,.18); }
.yuumha-destination-card::before { content: ""; position: absolute; inset: 0; z-index: -3; background-image: var(--destino-img); background-size: cover; background-position: center; transform: scale(1.02); transition: transform .6s ease; }
.yuumha-destination-card:hover::before { transform: scale(1.08); }
.yuumha-destination-card::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(36,52,52,.04) 0%, rgba(36,52,52,.28) 42%, rgba(36,52,52,.94) 100%); }
.yuumha-destination-content { position: relative; z-index: 2; padding: 30px; }
.yuumha-destination-content span { display: inline-flex; min-height: 30px; align-items: center; padding: 0 11px; margin-bottom: 18px; border-radius: 999px; color: rgba(255,255,255,.86); background: rgba(251,244,234,.14); border: 1px solid rgba(255,255,255,.22); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; backdrop-filter: blur(10px); }
.yuumha-destination-content h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.2rem, 3.2vw, 3rem); line-height: .96; font-weight: 500; color: var(--yuumha-sand); }
.yuumha-destination-content p { margin: 16px 0 0; color: rgba(255,255,255,.76); line-height: 1.66; font-weight: 300; }
.yuumha-destination-action { margin-top: 24px; color: #fff; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.yuumha-destination-action::after { content: " →"; }
.yuumha-destinos-note { margin-top: 32px; padding: 26px 30px; border-radius: 26px; background: var(--yuumha-green); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.yuumha-destinos-note p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.7; font-weight: 300; }
.yuumha-destinos-note strong { color: var(--yuumha-sand); font-weight: 500; }

/* PROCESO */
#proceso { background: var(--yuumha-sand); border-bottom: 1px solid rgba(36,52,52,.08); }
.yuumha-process-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 42px; align-items: start; }
.yuumha-process-visual { position: sticky; top: 24px; min-height: 590px; border-radius: 38px; overflow: hidden; background: var(--yuumha-green); color: #fff; display: flex; align-items: flex-end; padding: 34px; box-shadow: 0 24px 70px rgba(36,52,52,.14); isolation: isolate; }
.yuumha-process-visual::before { content: ""; position: absolute; inset: 0; z-index: -3; background-image: var(--process-img); background-size: cover; background-position: center; transform: scale(1.03); transition: background-image .35s ease, transform .65s ease; }
.yuumha-process-visual::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(36,52,52,.06) 0%, rgba(36,52,52,.2) 42%, rgba(36,52,52,.88) 100%); }
.yuumha-process-visual-content { position: relative; z-index: 2; }
.yuumha-process-visual-label { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; margin-bottom: 18px; border-radius: 999px; background: rgba(251,244,234,.16); border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.9); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; backdrop-filter: blur(10px); }
.yuumha-process-visual h3 { margin: 0; max-width: 480px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.5rem,4vw,4rem); line-height: .96; font-weight: 500; color: var(--yuumha-sand); }
.yuumha-process-visual p { margin: 18px 0 0; max-width: 470px; color: rgba(255,255,255,.74); line-height: 1.72; font-weight: 300; }
.yuumha-process-progress { margin: 28px 0 22px; width: 100%; height: 6px; border-radius: 999px; overflow: hidden; background: rgba(36,52,52,.11); }
.yuumha-process-progress-bar { width: 20%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--yuumha-terracotta), var(--yuumha-teal)); transition: width .3s ease; }
.yuumha-process-list { display: grid; gap: 14px; }
.yuumha-process-step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px; border-radius: 26px; background: rgba(255,255,255,.55); border: 1px solid rgba(36,52,52,.1); cursor: pointer; text-align: left; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.yuumha-process-step:hover { transform: translateY(-3px); border-color: rgba(203,141,92,.3); background: rgba(255,255,255,.72); }
.yuumha-process-step.is-active { background: var(--yuumha-green-2); border-color: rgba(203,141,92,.55); box-shadow: 0 18px 46px rgba(36,52,52,.13); }
.yuumha-step-number { width: 54px; height: 54px; border-radius: 50%; background: var(--yuumha-green); color: var(--yuumha-sand); display: inline-flex; align-items: center; justify-content: center; font-size: .78rem; letter-spacing: .12em; font-weight: 700; transition: background .25s ease, color .25s ease; }
.yuumha-process-step.is-active .yuumha-step-number { background: var(--yuumha-terracotta); color: #fff; }
.yuumha-process-step h3 { margin: 0; color: var(--yuumha-green); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; line-height: 1; font-weight: 500; transition: color .25s ease; }
.yuumha-process-step p { margin: 12px 0 0; color: rgba(36,52,52,.68); line-height: 1.65; font-weight: 300; transition: color .25s ease; }
.yuumha-process-step.is-active h3 { color: var(--yuumha-sand); }
.yuumha-process-step.is-active p { color: rgba(255,255,255,.72); }

/* VOCES */
#voces-yuumha { background: var(--yuumha-sand-2); border-bottom: 1px solid rgba(36,52,52,.08); }
.yuumha-voices-layout { display: grid; grid-template-columns: minmax(280px,.52fr) minmax(0,1.48fr); gap: 26px; align-items: stretch; }
.yuumha-voices-panel { min-height: 600px; padding: 42px; border-radius: 34px; background: var(--yuumha-green-2); color: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.yuumha-voices-panel span { color: var(--yuumha-terracotta); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.yuumha-voices-panel h2 { margin: 20px 0 0; color: var(--yuumha-sand); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.7rem,4.8vw,5rem); line-height: .94; letter-spacing: -.05em; font-weight: 500; }
.yuumha-voices-panel p { margin: 28px 0 0; max-width: 390px; color: rgba(255,255,255,.72); font-size: 1.02rem; line-height: 1.8; font-weight: 300; }
.yuumha-voices-controls { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.yuumha-voice-control { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: var(--yuumha-sand); cursor: pointer; font-size: 1.25rem; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.yuumha-voice-control:hover { transform: translateY(-2px); border-color: rgba(203,141,92,.6); background: rgba(203,141,92,.18); }
.yuumha-voice-dots { display: flex; align-items: center; gap: 8px; margin-left: 4px; }
.yuumha-voice-dot { width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0; cursor: pointer; background: rgba(255,255,255,.28); transition: width .25s ease, background .25s ease; }
.yuumha-voice-dot.is-active { width: 26px; background: var(--yuumha-terracotta); }
.yuumha-voice-stage { position: relative; min-height: 600px; border-radius: 34px; overflow: hidden; background: var(--yuumha-green-2); isolation: isolate; box-shadow: 0 20px 58px rgba(36,52,52,.14); }
.yuumha-voice-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.02); pointer-events: none; transition: opacity .45s ease, transform .65s ease; }
.yuumha-voice-slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.yuumha-voice-slide::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--voice-img); background-size: cover; background-position: center; background-repeat: no-repeat; }
.yuumha-voice-slide::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(36,53,53,.92) 0%, rgba(36,53,53,.56) 42%, rgba(36,53,53,.08) 100%), linear-gradient(180deg, rgba(36,53,53,.02) 0%, rgba(36,53,53,.2) 55%, rgba(36,53,53,.86) 100%); }
.yuumha-voice-slide-content { height: 100%; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
.yuumha-voice-slide-content span { color: var(--yuumha-terracotta); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.yuumha-voice-slide-content h3 { margin: 14px 0 0; max-width: 640px; color: var(--yuumha-sand); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(3rem,5vw,5.2rem); line-height: .92; font-weight: 500; }
.yuumha-voice-slide-content p { margin: 20px 0 0; max-width: 580px; color: rgba(255,255,255,.74); font-size: 1rem; line-height: 1.75; font-weight: 300; }
.yuumha-voice-thumbs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 14px; }
.yuumha-voice-thumb { min-height: 96px; border-radius: 18px; border: 1px solid rgba(36,52,52,.12); background: var(--yuumha-green-2); color: #fff; overflow: hidden; cursor: pointer; position: relative; text-align: left; padding: 14px; display: flex; align-items: flex-end; isolation: isolate; transition: transform .2s ease, border-color .2s ease; }
.yuumha-voice-thumb:hover, .yuumha-voice-thumb.is-active { transform: translateY(-2px); border-color: rgba(203,141,92,.7); }
.yuumha-voice-thumb::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--thumb-img); background-size: cover; background-position: center; opacity: .75; }
.yuumha-voice-thumb::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(36,53,53,.06), rgba(36,53,53,.84)); }
.yuumha-voice-thumb span { position: relative; z-index: 2; color: var(--yuumha-sand); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }

/* FOOTER */
#footer-yuumha { background: var(--yuumha-green-2); color: #fff; padding: 70px 0; border-top: 1px solid rgba(255,255,255,.08); }
.yuumha-footer-grid { display: grid; grid-template-columns: minmax(280px,1.3fr) repeat(3,minmax(160px,.7fr)); gap: 34px; align-items: start; }
.yuumha-footer-brand img { width: 160px; height: auto; display: block; margin-bottom: 20px; filter: brightness(0) invert(1); }
.yuumha-footer-brand p { max-width: 420px; margin: 0; color: rgba(255,255,255,.68); font-size: .96rem; line-height: 1.7; font-weight: 300; }
.yuumha-footer-col h3 { margin: 0 0 16px; color: var(--yuumha-sand); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.yuumha-footer-col a, .yuumha-footer-col button { display: block; width: fit-content; margin: 0 0 10px; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.68); text-decoration: none; cursor: pointer; font-size: .95rem; line-height: 1.5; font-weight: 300; transition: color .2s ease, transform .2s ease; }
.yuumha-footer-col a:hover, .yuumha-footer-col button:hover { color: var(--yuumha-terracotta); transform: translateX(2px); }

.yuumha-footer-credit {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.yuumha-footer-credit p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.yuumha-footer-credit a {
  color: var(--yuumha-sand);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(203, 141, 92, 0.75);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.yuumha-footer-credit a:hover {
  color: var(--yuumha-terracotta);
  border-color: var(--yuumha-terracotta);
}

@media (max-width: 1080px) {
  .yuumha-hero-content, .yuumha-process-layout, .yuumha-voices-layout { grid-template-columns: 1fr; }
  .yuumha-experience-grid, .yuumha-destination-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .yuumha-footer-grid { grid-template-columns: 1fr 1fr; }
  .yuumha-process-visual { position: relative; top: auto; min-height: 500px; }
  .yuumha-voices-panel { min-height: auto; }
}

@media (max-width: 760px) {
  .yuumha-section { padding: 68px 0; }
  .yuumha-wrap, .yuumha-hero-nav, .yuumha-hero-content { width: min(100vw - 28px, 1180px); }
  .yuumha-mobile-toggle { display: inline-block; }
  .yuumha-nav-links { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 20px; border-radius: 24px; background: rgba(36,53,53,.96); flex-direction: column; align-items: flex-start; }
  .yuumha-nav-links.is-open { display: flex; }
  .yuumha-hero-content { grid-template-columns: 1fr; padding-top: 88px; }
  .yuumha-experience-grid, .yuumha-destination-grid, .yuumha-footer-grid, .yuumha-voice-thumbs { grid-template-columns: 1fr; }
  .yuumha-destinos-note { align-items: flex-start; flex-direction: column; }
  .yuumha-btn, .yuumha-destinos-note .yuumha-btn { width: 100%; }
  .yuumha-footer-credit { flex-direction: column; align-items: flex-start; gap: 8px; }
  .yuumha-footer-credit p { font-size: .82rem; }
  .yuumha-process-step { grid-template-columns: 1fr; }
  .yuumha-process-visual { min-height: 460px; border-radius: 28px; }
  .yuumha-voices-panel { padding: 32px 26px; border-radius: 28px; }
  .yuumha-voice-stage { min-height: 520px; border-radius: 28px; }
  .yuumha-voice-slide-content { padding: 30px 26px; }
}

@media (max-width: 520px) {
  .yuumha-title { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .yuumha-hero-title { font-size: clamp(3rem, 15vw, 5rem); }
  .yuumha-destination-card, .yuumha-process-visual { min-height: 390px; }
  .yuumha-voice-stage { min-height: 480px; }
  .yuumha-voice-slide-content h3 { font-size: clamp(2.6rem, 12vw, 4rem); }
}

/* ===============================
   PÁGINA DESTINOS YUUMHÁ
   =============================== */
#destinos-yuumha-page {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden;
  background: var(--yuumha-sand);
}

#destinos-hero {
  min-height: 760px;
  padding: 28px 0 86px;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  color: #fff;
  background: var(--yuumha-green);
  scroll-margin-top: 0;
}

#destinos-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(90deg, rgba(36,52,52,.92) 0%, rgba(36,52,52,.72) 42%, rgba(36,52,52,.18) 100%), url("/img/riviera-maya-hgcXU4aAZt7DoEbi.jpeg");
  background-size: cover;
  background-position: center;
}

.yuumha-hero-kicker {
  color: var(--yuumha-sand);
  opacity: .92;
}

#destinos-hero .yuumha-hero-title {
  max-width: 800px;
  font-size: clamp(3.35rem, 7vw, 7.6rem);
}

#destinos-hero .yuumha-hero-copy {
  max-width: 650px;
}

#destinos-intro,
#como-elegir-destino {
  background: var(--yuumha-sand);
  border-bottom: 1px solid rgba(36,52,52,.08);
}

.yuumha-centered-head {
  max-width: 870px;
  margin: 0 auto 54px;
  text-align: center;
}

.yuumha-centered-head .yuumha-title {
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
}

.yuumha-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
  gap: 28px;
  align-items: stretch;
}

.yuumha-editorial-card {
  padding: 38px;
  border-radius: 32px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(36,52,52,.1);
}

.yuumha-editorial-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  line-height: 1;
  font-weight: 500;
  color: var(--yuumha-green);
}

.yuumha-editorial-card p {
  margin: 20px 0 0;
  color: rgba(36,52,52,.72);
  line-height: 1.78;
  font-weight: 300;
}

.yuumha-values { display: grid; gap: 12px; }

.yuumha-value {
  padding: 24px;
  border-radius: 24px;
  background: var(--yuumha-green);
  color: #fff;
}

.yuumha-value span {
  color: var(--yuumha-terracotta);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}

.yuumha-value h4 {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: var(--yuumha-sand);
}

#regiones-principales {
  background: var(--yuumha-sand-2);
  border-bottom: 1px solid rgba(36,52,52,.08);
}

.yuumha-regiones-featured {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.yuumha-region-main,
.yuumha-region-small {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: var(--yuumha-green);
  color: #fff;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  cursor: pointer;
  border: 0;
  text-align: left;
  padding: 0;
  font: inherit;
  width: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}

.yuumha-region-main {
  min-height: 560px;
  box-shadow: 0 22px 60px rgba(36,52,52,.13);
}

.yuumha-region-small {
  min-height: 268px;
  box-shadow: 0 18px 48px rgba(36,52,52,.11);
}

.yuumha-region-main:hover,
.yuumha-region-small:hover { transform: translateY(-4px); }

.yuumha-region-main::before,
.yuumha-region-small::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: var(--region-img);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .6s ease;
}

.yuumha-region-main::after,
.yuumha-region-small::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(36,52,52,.04) 0%, rgba(36,52,52,.3) 42%, rgba(36,52,52,.94) 100%);
}

.yuumha-region-main:hover::before,
.yuumha-region-small:hover::before { transform: scale(1.08); }

.yuumha-region-content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 34px;
}

.yuumha-region-label,
.yuumha-line-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: .65rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}

.yuumha-region-label {
  color: rgba(255,255,255,.86);
  background: rgba(251,244,234,.14);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
}

.yuumha-region-content h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: .94;
  font-weight: 500;
  color: var(--yuumha-sand);
}

.yuumha-region-content p {
  margin: 18px 0 0;
  max-width: 560px;
  color: rgba(255,255,255,.76);
  line-height: 1.7;
  font-weight: 300;
}

.yuumha-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.yuumha-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(203,141,92,.84);
  color: #fff;
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
}

.yuumha-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: inherit;
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
}

.yuumha-action::after {
  content: "→";
  font-size: 1rem;
  transition: transform .25s ease;
}

.yuumha-region-main:hover .yuumha-action::after,
.yuumha-region-small:hover .yuumha-action::after,
.yuumha-region-line:hover .yuumha-action::after { transform: translateX(4px); }

.yuumha-regiones-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.yuumha-regiones-lines {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.yuumha-region-line {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 148px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(36,52,52,.1);
  color: var(--yuumha-green);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  width: 100%;
  text-align: left;
}

.yuumha-region-line:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.62);
  border-color: rgba(203,141,92,.32);
}

.yuumha-line-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 32% 28%, rgba(251,244,234,.95), rgba(251,244,234,.5)), rgba(89,128,129,.13);
  border: 1px solid rgba(89,128,129,.18);
  box-shadow: 0 14px 34px rgba(36,52,52,.08);
  overflow: hidden;
}

.yuumha-line-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(42%) sepia(14%) saturate(743%) hue-rotate(133deg) brightness(91%) contrast(88%);
}

.yuumha-line-label {
  margin-bottom: 10px;
  color: var(--yuumha-teal);
  background: rgba(89,128,129,.1);
  border: 1px solid rgba(89,128,129,.12);
}

.yuumha-region-line h3 {
  margin: 0;
  color: var(--yuumha-green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 500;
}

.yuumha-region-line p {
  margin: 10px 0 0;
  color: rgba(36,52,52,.68);
  font-size: .93rem;
  line-height: 1.6;
  font-weight: 300;
}

.yuumha-region-line .yuumha-action {
  margin-top: 0;
  color: var(--yuumha-terracotta-dark);
  white-space: nowrap;
}

.yuumha-destino {
  background: var(--yuumha-sand);
  border-bottom: 1px solid rgba(36,52,52,.08);
}

.yuumha-destino.alt { background: var(--yuumha-sand-2); }

.yuumha-destino-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 42px;
  align-items: center;
}

.yuumha-destino-visual {
  position: relative;
  min-height: 600px;
  border-radius: 38px;
  overflow: hidden;
  background: var(--yuumha-green);
  box-shadow: 0 24px 70px rgba(36,52,52,.14);
  isolation: isolate;
}

.yuumha-destino-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(180deg, rgba(36,52,52,.04) 0%, rgba(36,52,52,.18) 42%, rgba(36,52,52,.8) 100%), var(--destino-img);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .7s ease;
}

.yuumha-destino-visual:hover::before { transform: scale(1.08); }

.yuumha-destino-visual-content {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  color: #fff;
}

.yuumha-photo-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(251,244,234,.16);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.9);
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.yuumha-photo-title {
  margin: 0;
  max-width: 560px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  line-height: .96;
  font-weight: 500;
  color: var(--yuumha-sand);
}

.yuumha-destino-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.yuumha-destino-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(89,128,129,.1);
  border: 1px solid rgba(89,128,129,.13);
  color: var(--yuumha-teal);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
}

.yuumha-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.yuumha-info-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(36,52,52,.1);
}

.yuumha-info-card h3 {
  margin: 0 0 10px;
  color: var(--yuumha-green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}

.yuumha-info-card p {
  margin: 0;
  color: rgba(36,52,52,.68);
  font-size: .92rem;
  line-height: 1.65;
  font-weight: 300;
}

.yuumha-wide-note {
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 28px;
  background: var(--yuumha-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 22px 60px rgba(36,52,52,.14);
}

.yuumha-wide-note p {
  margin: 0;
  max-width: 860px;
  color: rgba(255,255,255,.76);
  font-size: .98rem;
  line-height: 1.75;
  font-weight: 300;
}

.yuumha-wide-note strong { color: var(--yuumha-sand); font-weight: 500; }

.yuumha-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.yuumha-choice-card {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(36,52,52,.1);
}

.yuumha-choice-card span {
  color: var(--yuumha-terracotta-dark);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}

.yuumha-choice-card h3 {
  margin: 14px 0 0;
  color: var(--yuumha-green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

.yuumha-choice-card p {
  margin: 14px 0 0;
  color: rgba(36,52,52,.68);
  line-height: 1.62;
  font-weight: 300;
}

#destinos-cta {
  background: var(--yuumha-green);
  color: #fff;
  text-align: center;
  padding: 110px 0;
}

#destinos-cta .yuumha-title {
  color: var(--yuumha-sand);
  max-width: 850px;
  margin: 0 auto;
}

#destinos-cta .yuumha-title span { color: var(--yuumha-terracotta); }
#destinos-cta .yuumha-copy { color: rgba(255,255,255,.76); max-width: 720px; margin-left: auto; margin-right: auto; }
#destinos-cta .yuumha-btn-row { justify-content: center; }

@media (max-width: 1080px) {
  #destinos-yuumha-page .yuumha-hero-content,
  .yuumha-destino-layout,
  .yuumha-intro-grid,
  .yuumha-regiones-featured { grid-template-columns: 1fr; }

  .yuumha-regiones-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .yuumha-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yuumha-destino-visual,
  .yuumha-region-main { min-height: 500px; }
}

@media (max-width: 760px) {
  .yuumha-regiones-side,
  .yuumha-choice-grid,
  .yuumha-info-grid { grid-template-columns: 1fr; }

  .yuumha-region-line {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .yuumha-region-line .yuumha-action { grid-column: 1 / -1; }

  .yuumha-wide-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .yuumha-wide-note .yuumha-btn { width: 100%; }

  .yuumha-destino-visual,
  .yuumha-region-main,
  .yuumha-region-small {
    min-height: 430px;
    border-radius: 28px;
  }

  .yuumha-region-content,
  .yuumha-destino-visual-content { padding: 26px; }
}

@media (max-width: 520px) {
  .yuumha-region-line { grid-template-columns: 1fr; }
  .yuumha-line-icon { width: 64px; height: 64px; }
}
