/* Useful, contextual hero content with the complete action scene kept in frame. */
#pem-concept .hero-refined.journey-hero {display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(24px,4vw,64px);padding:28px 5.5%;min-height:0;}
#pem-concept .hero-refined.journey-hero::after {display:none;}
#pem-concept .hero-refined .journey-hero-art {position:relative;inset:auto;grid-column:2;grid-row:1;width:100%;max-width:560px;justify-self:center;height:auto;aspect-ratio:auto;}
#pem-concept .hero-refined .journey-hero-art:has(.action-art-portrait) {max-width:365px;}
#pem-concept .hero-refined .journey-hero-art > img {position:relative;display:block;width:100%;height:auto;object-fit:contain;}
#pem-concept .hero-refined .journey-hero-inner {grid-column:1;grid-row:1;width:100%;padding:0;}
#pem-concept .hero-refined .journey-hero-content {width:100%;max-width:none;}
#pem-concept .hero-refined h1 {font-size:clamp(40px,4vw,66px);line-height:1.03;margin:18px 0;}
#pem-concept .hero-refined .breadcrumbs {margin-bottom:24px;font-size:12px;}
#pem-concept .hero-refined .journey-hero-content p {font-size:17px;line-height:1.55;max-width:54ch;}
#pem-concept .hero-detail-actions {display:flex;align-items:center;flex-wrap:wrap;gap:16px 24px;margin-top:24px;}
#pem-concept .hero-detail-actions .pem-action {padding:15px 20px;font-size:14px;}
#pem-concept .hero-offers {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px;text-align:left;}
#pem-concept .hero-offer {display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid #475045;background:#20281f;color:#f4f5ec;text-decoration:none;border-radius:8px;transition:border-color .15s,background .15s;}
#pem-concept .hero-offer:hover {border-color:#c4f334;background:#293322;}
#pem-concept .hero-offer:focus-visible {outline:3px solid #c4f334;outline-offset:3px;}
#pem-concept .hero-offer-kicker {font-size:10px;letter-spacing:.06em;font-weight:750;color:#c4f334;}
#pem-concept .hero-offer-main {display:flex;flex-direction:column;gap:7px;}
#pem-concept .hero-offer-main > strong {font-size:16px;line-height:1.25;}
#pem-concept .hero-offer-main > span {font-size:24px;font-weight:750;line-height:1.1;}
#pem-concept .hero-offer-main small {font-size:11px;font-weight:400;color:#c5ccbe;}
#pem-concept .hero-offer-detail {font-size:11px;line-height:1.5;color:#d1d6c9;}
#pem-concept .hero-offer-detail > span {float:right;color:#c4f334;font-size:16px;}
#pem-concept .hero-offers:has(> :only-child) {grid-template-columns:1fr;max-width:420px;}
#pem-concept .hero-offers:has(> :only-child) .hero-offer-main {flex-direction:row;align-items:center;justify-content:space-between;}
#pem-concept .pem-hero-copy .hero-offers {max-width:540px;}
#pem-concept .hero-legal.journey-hero {display:block;padding:30px 6% 36px;}
#pem-concept .hero-legal .journey-hero-inner {max-width:1000px;margin:0 auto;}
#pem-concept .hero-legal h1 {font-size:clamp(36px,4vw,56px);}
#pem-concept .legal-content {display:block;max-width:1000px;}
#pem-concept .package-eligibility {display:flex;flex-wrap:wrap;gap:5px 10px;align-items:center;margin-bottom:16px;font-size:12px;}
#pem-concept .package-eligibility strong {border-radius:4px;background:#e5f4bd;color:#283a17;padding:6px 9px;}
#pem-concept .package-eligibility span {color:#53624c;}
#pem-concept .pem-tabs {flex-wrap:wrap;}
#pem-concept .pem-tab {white-space:normal;}
#pem-concept .mobile-booking-dock {display:none;}
#pem-concept :is(#paquetes,#planes,#fotos,#contenido,#respuestas,#llegada,#solicitud,#consulta,#invitaciones,#documentos) {scroll-margin-top:110px;}
@media(min-width:901px) {
  #pem-concept .pem-hero:has(video) {grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:32px;padding-top:28px;padding-bottom:28px;}
  #pem-concept .pem-hero:has(video) .pem-hero-copy {padding-top:0;padding-bottom:0;}
  #pem-concept .pem-hero .hero-offers {margin-top:20px;}
}
@media(max-width:900px) {
  #pem-concept .hero-refined.journey-hero {display:flex;flex-direction:column;gap:0;padding:0 0 26px;}
  #pem-concept .hero-refined .journey-hero-art {width:100%;max-width:520px;}
  #pem-concept .hero-refined .journey-hero-art:has(.action-art-portrait) {max-width:238px;}
  #pem-concept .hero-refined .journey-hero-inner {padding:20px 6% 0;}
  #pem-concept .hero-refined h1 {font-size:clamp(36px,7.8vw,54px);margin:12px 0;}
  #pem-concept .hero-refined .breadcrumbs {margin-bottom:16px;font-size:11px;}
  #pem-concept .hero-refined .journey-hero-content p {font-size:15px;margin-bottom:0;}
  #pem-concept .hero-detail-actions {gap:16px;margin-top:18px;}
  #pem-concept .hero-offers {margin-top:22px;}
  #pem-concept .hero-legal.journey-hero {padding:8px 0 28px;}
}
@media(max-width:600px) {
  #pem-concept .hero-refined .journey-hero-art {max-width:360px;}
  #pem-concept .hero-refined .journey-hero-art:has(.action-art-portrait) {max-width:224px;}
  #pem-concept .hero-offer {padding:12px;gap:9px;}
  #pem-concept .hero-offer-main > strong {font-size:14px;}
  #pem-concept .hero-offer-kicker {font-size:9px;}
  #pem-concept .hero-offer-detail {font-size:10px;}
  #pem-concept .hero-offer-main > span {font-size:22px;}
  #pem-concept .pem-hero .hero-offers {margin:20px 0 6px;}
  #pem-concept .pem-hero:has(video) {padding-bottom:22px;}
  #pem-concept .pem-tabs {width:100%;gap:6px;}
  #pem-concept .pem-tab {flex:1;font-size:12px;padding:12px 10px;}
  body.has-booking-dock {padding-bottom:calc(70px + env(safe-area-inset-bottom));}
  #pem-concept .mobile-booking-dock {display:flex;align-items:stretch;gap:8px;position:fixed;left:0;right:0;bottom:0;z-index:60;background:#f5f6ee;border-top:1px solid #d4dccc;padding:10px 12px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0002;}
  #pem-concept .mobile-booking-dock a {display:flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:8px 10px;color:#1a2414;font-size:12px;font-weight:750;text-decoration:none;border:1px solid #ccd4c2;border-radius:5px;}
  #pem-concept .mobile-booking-dock a:last-child {flex:1;background:#c4f334;border-color:#c4f334;}
  body:has(.pem-menubutton[aria-expanded="true"]) .mobile-booking-dock {visibility:hidden;}
  body.has-booking-dock .cookie-settings {bottom:calc(78px + env(safe-area-inset-bottom));}
  body.has-booking-dock .cookie-panel {bottom:calc(78px + env(safe-area-inset-bottom));max-height:calc(100dvh - 100px);overflow:auto;}
}

@media(min-width:901px) {
 #pem-concept .pem-hero:has(video) {grid-template-areas:'copy art';}
 #pem-concept .pem-hero .hero-title-play {font-size:clamp(58px,5.2vw,82px);max-width:none;line-height:1.03;}
 #pem-concept .hero-title-play .hero-title-final-break {display:none;}
 #pem-concept .hero-title-play .hero-title-mobile-space {display:inline;}
 #pem-concept .pem-hero-copy > p {max-width:48ch;font-size:17px;}
}
