
.jkfw-launcher {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  
  overflow-x: visible;
  
  overflow-y: visible;
}

.jkfw-launcher__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(244, 196, 48, 0.78);
  backdrop-filter: blur(10px);
}

.jkfw-launcher__bg::before,
.jkfw-launcher__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../img/honeycomb-pattern.svg');
  background-repeat: repeat;
  pointer-events: none;
  filter: brightness(0) contrast(40);
  opacity: 1;
}

.jkfw-launcher__bg::before {
  background-size: 32px 55px;
  background-position: 0 0;
}

.jkfw-launcher__bg::after {
  background-size: 32px 55px;
  background-position: 16px 28px;
}

.jkfw-launcher__inner {
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem 1.25rem clamp(1.25rem, 3vw, 2rem);
  box-sizing: border-box;
}

.jkfw-launcher .jkfw-launcher-footer-simple.jkhive-footer {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: clamp(1rem, 3vw, 2rem);
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .jkfw-launcher .jkfw-launcher-footer-simple.jkhive-footer .jkhive-footer-inner {
    flex-direction: column;
    align-items: center;
  }

  .jkfw-launcher .jkfw-launcher-footer-simple .footer-right {
    width: 100%;
    max-width: 1600px;
    flex: 1 1 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .jkfw-launcher .jkfw-launcher-footer-simple.jkhive-footer {
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
  }
}

.jkfw-launcher__title {
  text-align: center;
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--jk-tech-darker);
  text-shadow: 0 0 24px rgba(212, 160, 23, 0.9), 0 2px 0 rgba(15, 23, 42, 0.25);
  margin: 0 0 0.35rem;
}

.jkfw-launcher__subtitle {
  text-align: center;
  font-size: 0.9rem;
  color: var(--jk-tech-darker);
  opacity: 0.88;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  line-height: 1.45;
}

.jkfw-launcher__themes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.jkfw-launcher__themes a {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--jk-tech-darker);
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(15, 23, 42, 0.2);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.jkfw-launcher__themes a:hover,
.jkfw-launcher__themes a:focus-visible {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: var(--jk-shadow-honey);
  outline: none;
}

.jkfw-launcher__themes a.is-active {
  border-color: var(--jk-accent-honey-dark);
  box-shadow: var(--jk-glow-neon);
}

.jkfw-launcher-section {
  margin-bottom: clamp(1.35rem, 3.5vw, 2.25rem);
}

body.jkfw-launcher-body .jkfw-launcher-hive-main,
body.jkfw-launcher-body .jkfw-launcher .jkfw-launcher-section {
  overflow-x: visible;
  overflow-y: visible;
}

.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med:hover,
.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med:focus-within {
  z-index: 12;
}

.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium {
  overflow: visible !important;
  -webkit-tap-highlight-color: transparent;
}

.jkfw-launcher .jkfw-launcher-section-heading.jkhive-section-title {
  color: var(--jk-tech-darker);
  
  margin-bottom: clamp(0.62rem, 2vw, 1.1rem);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
}

.jkfw-launcher .jkfw-launcher-section-heading.jkhive-section-title::after {
  background: var(--jk-tech-darker);
  opacity: 0.88;
  height: 3px;
  bottom: -10px;
}

.jkfw-launcher-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  justify-content: center;
  align-items: flex-start;
}

.jkfw-launcher-grid .jkfw-launcher-hexlink {
  text-decoration: none;
  color: inherit;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-gallery-subtitle {
  max-width: min(100%, 16.5rem);
  line-height: 1.28;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-item-head-main {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-item-body {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-item-body-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5%;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-item-body-scroll .jkfw-theme-hexh-wrap.jkfw-btn-scope {
  margin-top: 0;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkfw-launcher-hex-body-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  flex: 0 1 auto;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkfw-launcher-hex-foot-cta .jkhive-hex-item-foot-main {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-gallery-subtitle {
  max-width: min(100%, 16.5rem);
  line-height: 1.28;
}
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-item-head-main {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-item-body {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-item-body-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5%;
}
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-item-body-scroll .jkfw-theme-hexh-wrap.jkfw-btn-scope {
  margin-top: 0;
}
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkfw-launcher-hex-body-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  flex: 0 1 auto;
}
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkfw-launcher-hex-foot-cta .jkhive-hex-item-foot-main {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-jkhive-cta-sm-slot {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex: 0 0 auto;
  pointer-events: auto;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-jkhive-cta-sm.jkhive-admoptions-bttn.jkhive-bttn-sm {
  width: 40px !important;
  height: calc(40px * 1.1547) !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-jkhive-cta-sm.jkhive-admoptions-bttn.jkhive-bttn-sm .jkhive-hex {
  width: 100% !important;
  height: 100% !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-jkhive-cta-sm.jkhive-admoptions-bttn.jkhive-bttn-sm .jkhive-hex-icon {
  font-size: 0.85rem !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-jkhive-cta-sm.jkhive-admoptions-bttn.jkhive-bttn-sm:hover .jkhive-hex {
  transform: scale(1.08) !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-jkhive-cta-sm.jkhive-admoptions-bttn.jkhive-bttn-sm:hover .jkhive-hex-icon {
  transition: color 0.3s ease !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med {
  cursor: default !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med > .jkhive-hex {
  cursor: default !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-jkhive-cta-sm.jkhive-admoptions-bttn a.jkhive-bttn-inner,
.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-jkhive-cta-sm.jkhive-admoptions-bttn button.jkhive-bttn-inner {
  cursor: pointer !important;
}

.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink > .jkhive-hex > .jkhive-hex-content.jkhive-hex-item,
.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink > .jkhive-hex .jkhive-hex-item-head,
.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink > .jkhive-hex .jkhive-hex-item-body,
.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink > .jkhive-hex .jkhive-hex-item-foot {
  overflow: visible !important;
}

.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink .jkhive-hex-item-body-scroll {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink .jkhive-hex-item-body-scroll::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med > .jkhive-hex:hover,
.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med:focus-within > .jkhive-hex {
  box-shadow: none !important;
  filter: none !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med:hover > .jkhive-hex::after,
.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med:focus-within > .jkhive-hex::after {
  animation: none !important;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-btn-scope.jkfw-jkhive-cta-sm-slot {
  position: relative;
  z-index: 6;
  contain: none;
}

html body .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkfw-btn-scope .jkhive-hex {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
  filter: none !important;
}

.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkhive-hex-item-head,
.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkhive-hex-item-head *,
.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkhive-hex-item-body,
.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkhive-hex-item-body *:not(.jkhive-link-inline):not(.jkhive-link-inline *) {
  pointer-events: none;
}

.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkfw-jkhive-cta-sm-slot,
.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkfw-jkhive-cta-sm-slot * {
  pointer-events: auto;
}

.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkfw-launcher-hex-body-copy .jkhive-link-inline,
.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkfw-launcher-hex-body-copy .jkhive-link-inline * {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med .jkhive-hex-item,
.jkfw-launcher-hex-with-cta.jkhive-itemgallery-med
  .jkhive-hex-item
  *:not(.jkfw-jkhive-cta-sm-slot):not(.jkfw-jkhive-cta-sm-slot *):not(.jkhive-link-inline):not(.jkhive-link-inline *) {
  cursor: default !important;
}

.jkfw-launcher-hex-foot-empty .jkhive-hex-item-foot-main {
  min-height: 0;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkfw-launcher-landing-card .jkfw-theme-hexh-wrap.jkfw-btn-scope {
  isolation: isolate;
  contain: layout style;
  margin-top: 0.3rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.32rem 0.42rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  pointer-events: auto;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-theme-hexh-wrap.jkfw-btn-scope .jkhive-btn-hex-h.jkhive-btn-hex-h--fixed {
  flex: 0 0 auto;
  width: var(--jkhive-btn-hex-h-w, auto);
  min-width: var(--jkhive-btn-hex-h-w, auto);
  max-width: 100%;
  box-sizing: border-box;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-theme-hexh-wrap.jkfw-btn-scope .jkhive-btn-hex-h__label {
  font-size: clamp(0.575rem, 2.05vw, 0.742rem);
  max-width: none;
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-theme-hexh-wrap.jkfw-btn-scope .jkhive-btn-hex-h__spin {
  gap: 0.26rem;
  max-width: 100%;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-theme-hexh-wrap.jkfw-btn-scope .jkhive-btn-hex-h__icon {
  font-size: clamp(0.605rem, 2.35vw, 0.782rem);
  flex-shrink: 0;
}

.jkfw-theme-hexh-wrap .jkhive-btn-hex-h .jkhive-btn-hex-h__spin,
.jkfw-admin-theme-hexh-row .jkhive-btn-hex-h .jkhive-btn-hex-h__spin {
  animation: none !important;
}

@keyframes jkfw-aspas-top-down {
  0% { transform: rotateX(0deg); }
  100% { transform: rotateX(360deg); }
}

.jkfw-theme-hexh-wrap .jkhive-btn-hex-h .jkhive-btn-hex-h__label,
.jkfw-admin-theme-hexh-row .jkhive-btn-hex-h .jkhive-btn-hex-h__label {
  display: inline-block;
  transform-origin: center center;
  transform-style: preserve-3d;
}

.jkfw-theme-hexh-wrap .jkhive-btn-hex-h:hover .jkhive-btn-hex-h__label,
.jkfw-theme-hexh-wrap .jkhive-btn-hex-h:focus-visible .jkhive-btn-hex-h__label,
.jkfw-admin-theme-hexh-row .jkhive-btn-hex-h:hover .jkhive-btn-hex-h__label,
.jkfw-admin-theme-hexh-row .jkhive-btn-hex-h:focus-visible .jkhive-btn-hex-h__label {
  animation: jkfw-aspas-top-down 0.6s ease-in-out forwards;
}

.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkfw-launcher-hexlink.jkfw-launcher-landing-card.jkhive-itemgallery-med .jkhive-hex-item-body-scroll {
  overflow-x: hidden;
  padding-top: min(5%, 0.78rem);
  padding-right: min(3.85%, 0.62rem);
  padding-bottom: min(4.5%, 0.72rem);
  padding-left: min(3.85%, 0.62rem);
}

.jkfw-launcher .jkfw-launcher-hex-gallery .jkfw-launcher-landing-card .jkhive-hex-content {
  padding: 0.1rem 0.5rem 0.18rem;
  box-sizing: border-box;
}

.jkfw-launcher-landing-card.jkhive-itemgallery-med .jkhive-hex-content {
  pointer-events: none;
}

.jkfw-launcher-landing-card.jkhive-itemgallery-med .jkhive-hex-item-body-scroll .jkfw-theme-hexh-wrap.jkfw-btn-scope,
.jkfw-launcher-landing-card.jkhive-itemgallery-med .jkhive-hex-item-body-scroll .jkfw-theme-hexh-wrap.jkfw-btn-scope .jkhive-btn-hex-h {
  pointer-events: auto;
}

@media (max-width: 768px) {
  
  main:has(.jkhive-section-dashboard) .jkhive-hex-gallery-medium:has(.jkhive-itemgallery-med):has(> .jkhive-itemgallery-med:nth-child(2):last-child) {
    justify-content: center !important;
  }
}

.jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkhive-hex-gallery-icon,
.jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkhive-hex-gallery-icon,
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-gallery-icon {
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 769px) {
  .jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkhive-itemgallery-med .jkhive-hex-gallery-icon,
  .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkhive-itemgallery-med .jkhive-hex-gallery-icon,
  .jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-gallery-icon {
    font-size: 2.292rem !important;
  }

  .jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkhive-hex-gallery-title,
  .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkhive-hex-gallery-title,
  .jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-gallery-title {
    font-size: clamp(0.92rem, 2.35vw, 1.065rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 0.28rem !important;
  }

  .jkfw-launcher .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkhive-hex-gallery-subtitle,
  .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium .jkhive-hex-gallery-subtitle,
  .jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery) .jkfw-launcher-hexlink.jkhive-itemgallery-med .jkhive-hex-gallery-subtitle {
    font-size: clamp(0.72rem, 1.95vw, 0.86rem) !important;
    line-height: 1.24 !important;
    margin-bottom: 0 !important;
  }
}

.jkhive-showcase-body .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium {
  --jkhive-gallery-edge-breath: clamp(0.65rem, 2.35vw, 1.18rem);
  margin-bottom: 1rem;
}

html body .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:has(.jkhive-itemgallery-med),
html body.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery):has(.jkfw-launcher-hexlink.jkhive-itemgallery-med) {
  display: grid !important;
}

.jkfw-admin-theme-hexh-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  align-items: center;
  justify-content: flex-start;
  margin: 0.65rem 0 1.15rem;
}

.jkfw-admin-theme-hexh-row .jkhive-btn-hex-h.jkhive-btn-hex-h--fixed {
  flex: 0 0 auto;
  width: var(--jkhive-btn-hex-h-w);
  min-width: var(--jkhive-btn-hex-h-w);
  max-width: 100%;
  box-sizing: border-box;
}

.jkfw-admin-theme-hexh-row .jkhive-btn-hex-h .jkhive-btn-hex-h__label {
  font-size: clamp(0.6rem, 1.85vw, 0.785rem);
  max-width: none;
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
}

.jkfw-admin-theme-hexh-row .jkhive-btn-hex-h .jkhive-btn-hex-h__icon {
  font-size: clamp(0.62rem, 2vw, 0.8rem);
}

main:has(.jkhive-section-dashboard) .jkhive-hex-gallery .jkhive-itemgallery-med .jkhive-hex-gallery-subtitle {
  max-width: min(100%, 16.5rem);
}

.jkfw-launcher-hexcap {
  max-width: 11rem;
  text-align: center;
  margin: 0.5rem auto 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--jk-tech-darker);
  opacity: 0.92;
}

.jkfw-launcher-hexcap strong {
  display: block;
  font-size: 0.82rem;
  color: var(--jk-tech-darker);
  margin-bottom: 0.15rem;
}

@media (max-width: 560px) {
  .jkfw-launcher__inner {
    padding: 1.25rem 0.85rem 2rem;
  }
}

.jkhive-main-content.jkfw-main-fullbleed {
  margin-left: 0 !important;
  margin-top: 0 !important;
  min-height: auto;
}

.jkhive-main-content.jkfw-main-fullbleed .jkhive-content-wrap,
.jkhive-main-content.jkfw-main-fullbleed .jkhive-page-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100%;
}

.jkfw-demo-nav-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--jk-metal-light);
  margin-right: 0.5rem;
}

.jkfw-demo-nav-chip button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(14, 165, 233, 0.35);
}

.jkfw-demo-nav-chip button:hover {
  border-color: var(--jk-accent-honey);
  color: var(--jk-accent-honey-light);
}

@media (max-width: 768px) {
  .jkhive-main-content.jkfw-main-fullbleed {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.jkfw-landing-simple-hero {
  padding: 4rem 1.25rem 3rem;
  text-align: center;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(14, 165, 233, 0.12) 0%, transparent 65%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, transparent 100%);
}

.jkfw-landing-simple-hero__inner {
  max-width: 40rem;
  margin: 0 auto;
}

.jkfw-landing-simple-hero__title {
  font-size: clamp(1.45rem, 4vw, 2rem);
  margin: 1rem 0 0.75rem;
  color: var(--jk-metal-light);
  line-height: 1.2;
}

.jkfw-landing-simple-lead {
  margin: 0;
  color: var(--jk-primary-blue-light);
  font-weight: 600;
  line-height: 1.5;
}

.jkfw-landing-simple-lorem {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--jk-metal);
}

.jkfw-landing-simple-band {
  padding: 2rem 1rem 3.5rem;
}

.jkfw-landing-simple-band__grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.jkfw-landing-nav {
  margin: 0.75rem 0 1.1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.jkfw-landing-nav a {
  text-decoration: none;
  font-size: 0.75rem;
  color: var(--jk-metal-light);
  border: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
}

.jkfw-landing-nav a:hover {
  border-color: var(--jk-accent-honey);
  color: var(--jk-accent-honey-light);
}

.jkfw-landing-simple-card {
  padding: 1.15rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(14, 165, 233, 0.2);
  background: rgba(15, 23, 42, 0.45);
}

.jkfw-landing-simple-card__t {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: var(--jk-accent-honey-light);
}

.jkfw-landing-simple-card__p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--jk-metal-light);
}

.jkfw-landing-basic-body:not(.jkfw-landing-basic-has-top-search-nav) .jkhive-main-content {
  margin-top: 0 !important;
}

.jkfw-landing-basic-body.jkfw-landing-basic-has-top-search-nav .jkhive-main-content {
  margin-top: 70px !important;
}

@media (max-width: 768px) {
  .jkfw-landing-basic-body.jkfw-landing-basic-has-top-search-nav .jkhive-main-content {
    margin-top: 60px !important;
  }
}

.jkfw-landing-basic-body .jkhive-content-wrap,
.jkfw-landing-basic-body .jkhive-page-container {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}

.jkfw-landing-basic-body .hero-jkhive-hub {
  margin-bottom: 1.25rem;
}

.jkfw-landing-basic-hero {
  width: 100%;
  max-width: none;
  margin: 0 0 1.1rem;
  min-height: clamp(360px, 58vh, 620px);
  padding: clamp(1.4rem, 3.5vh, 2.2rem) clamp(1rem, 2vw, 1.8rem);
  text-align: center;
  border: 0;
  border-bottom: 3px solid var(--jk-primary-blue);
  border-radius: 0;
  background: linear-gradient(180deg, rgb(10, 22, 36) 0%, rgb(8, 18, 30) 100%) !important;
  box-shadow: 0 0 0 1px rgba(244, 196, 48, 0.08) inset;
  display: block !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  overflow: hidden;
}

.hero-section.jkfw-landing-basic-hero,
.hero-section.jkfw-landing-basic-hero.jkhive-surface-panel-honeycomb-sm {
  background: linear-gradient(180deg, rgb(10, 22, 36) 0%, rgb(8, 18, 30) 100%) !important;
}

.jkfw-landing-basic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--jk-hero-pattern-color-rgb), var(--jk-hero-pattern-opacity));
  -webkit-mask-image: var(--honeycomb-url);
  mask-image: var(--honeycomb-url);
  -webkit-mask-size: 28px 48px;
  mask-size: 28px 48px;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  pointer-events: none;
  z-index: 0;
}

.jkfw-landing-basic-hero > * {
  position: relative;
  z-index: 1;
}

.jkfw-landing-basic-hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.jkfw-landing-basic-hero-logo .jkhive-editorial-hero-logo {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section.jkfw-landing-basic-hero .jkhive-editorial-hero-logo .jkhive-brand-logo--hero-landing,
.hero-section.jkfw-landing-basic-hero .jkhive-editorial-hero-logo .jkhive-hex {
  width: min(260px, 90vw) !important;
  height: auto !important;
  --hex-size: 260px !important;
}

.hero-section.jkfw-landing-basic-hero .jkhive-editorial-hero-logo .jkhive-logo-main {
  font-size: 3rem !important;
}

.hero-section.jkfw-landing-basic-hero .jkhive-editorial-hero-logo .jkhive-logo-sub {
  font-size: 1rem !important;
}

.jkfw-landing-basic-hero-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.4rem, 2.35vw, 2rem);
  color: var(--jk-metal-light);
  line-height: 1.2;
  text-shadow: 0 0 14px rgba(14, 165, 233, 0.28);
}

.jkfw-landing-basic-hero-subtitle {
  margin: 0 auto;
  max-width: 64rem;
  color: var(--jk-primary-blue-light);
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  line-height: 1.5;
}

/* ELEGANT — hero landing: mármol + panal oro (el bloque base fuerza tech oscuro con !important) */
body.jkfw-theme-elegant.jkfw-landing-basic-body .jkfw-landing-basic-hero,
body.jkfw-theme-elegant.jkfw-landing-basic-body .hero-section.jkfw-landing-basic-hero,
body.jkfw-theme-elegant.jkfw-landing-basic-body .hero-section.jkfw-landing-basic-hero.jkhive-surface-panel-honeycomb-sm {
  background: linear-gradient(168deg, #fdfbf7 0%, #f1e9df 40%, #e4d8ca 100%) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset !important;
  border-bottom: 2px solid var(--jk-primary-blue) !important;
}

body.jkfw-theme-elegant.jkfw-landing-basic-body .jkfw-landing-basic-hero::before {
  -webkit-mask-size: 26px 45px;
  mask-size: 26px 45px;
}

body.jkfw-theme-elegant.jkfw-landing-basic-body .jkfw-landing-basic-hero-title {
  color: #231c16;
  text-shadow:
    0 0 24px rgba(255, 210, 120, 0.55),
    0 0 42px rgba(245, 158, 11, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.88);
}

body.jkfw-theme-elegant.jkfw-landing-basic-body .jkfw-landing-basic-hero-subtitle {
  color: #5c4b3d;
}

body.jkfw-theme-elegant.jkfw-landing-basic-body .hero-section.jkfw-landing-basic-hero .jkhive-editorial-hero-logo .jkhive-logo-main-jkhive {
  color: #14110e !important;
  text-shadow:
    0 0 18px rgba(255, 200, 90, 0.72),
    0 0 36px rgba(212, 160, 40, 0.32),
    0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

body.jkfw-theme-elegant.jkfw-landing-basic-body .hero-section.jkfw-landing-basic-hero .jkhive-logo-sub-jkhive {
  color: #9a3412 !important;
  text-shadow:
    0 0 12px rgba(254, 243, 199, 0.95),
    0 0 26px rgba(251, 191, 36, 0.55),
    0 1px 0 rgba(255, 255, 255, 1) !important;
}

body.jkfw-theme-elegant.jkfw-landing-basic-body .hero-section.jkfw-landing-basic-hero .jkhive-logo-editorial-head .jkhive-logo-divider-jkhive {
  background: linear-gradient(90deg, transparent 0%, #c2410c 18%, #f59e0b 50%, #c2410c 82%, transparent 100%) !important;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.85), 0 0 18px rgba(217, 119, 6, 0.32) !important;
}

.jkfw-landing-basic-section {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  padding: 1rem clamp(0.95rem, 2vw, 1.35rem) 1.4rem;
}

.jkfw-landing-basic-body .jkhive-lead-wrap,
.jkfw-landing-basic-body .jkhive-index-lead {
  text-align: center;
}

.jkfw-landing-basic-body .jkhive-lead-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 62rem;
}

.jkfw-landing-basic-lead {
  margin: 0 0 0.75rem;
  color: var(--jk-primary-blue-light);
  font-weight: 600;
  line-height: 1.55;
}

.jkfw-landing-basic-text {
  margin: 0;
  max-width: 60rem;
  color: var(--jk-metal-light);
  line-height: 1.6;
}

.jkfw-landing-basic-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.jkfw-landing-basic-cta-link {
  text-decoration: none;
}

.jkfw-landing-basic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.95rem;
}

.jkfw-landing-basic-body .jkhive-hex-gallery,
.jkfw-landing-basic-body .jkfw-launcher-hex-gallery,
.jkfw-landing-basic-body .jkhive-hex-gallery-medium,
.jkfw-landing-basic-body .jkhive-hex-gallery-small {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Sección con panal hex: sin superficie ni recorte (mismo criterio que noticias en About / index). */
.jkfw-landing-basic-body .jkfw-landing-basic-section:has(.jkhive-hex-gallery),
.jkfw-landing-basic-body .jkfw-landing-basic-section:has(.jkfw-launcher-hex-gallery),
.jkfw-landing-basic-body .jkhive-about-section:has(.jkhive-hex-gallery),
.jkfw-landing-basic-body .jklp-section:has(.jkhive-hex-gallery) {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.jkfw-landing-basic-body .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium:not(:has(.jkhive-itemgallery-med)),
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-small:not(.jkhive-index-ventajas-gallery):not(.jklp-pole) {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: clamp(0.65rem, 1.8vw, 1rem) !important;
  padding: 0 !important;
}

.jkfw-landing-basic-body .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium:not(:has(.jkhive-itemgallery-med)) .jkhive-itemgallery-med,
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-small:not(.jkhive-index-ventajas-gallery):not(.jklp-pole) .jkhive-itemgallery-small {
  margin: 0 !important;
  transform: none !important;
}

.jkfw-landing-basic-body .jkfw-launcher-hex-gallery.jkhive-hex-gallery-medium,
.jkfw-landing-basic-body .jkhive-hex-gallery.jkhive-hex-gallery-medium:not(.jkfw-launcher-hex-gallery):has(.jkfw-launcher-hexlink.jkhive-itemgallery-med) {
  overflow-x: visible;
}

.jkfw-launcher-hive-main--embed {
  overflow-x: visible;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.jkfw-landing-basic-grid-contact {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.jkfw-landing-basic-card {
  padding: 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(14, 165, 233, 0.25);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.76) 0%, rgba(10, 18, 30, 0.72) 100%),
    var(--honeycomb-url) repeat 0 0;
  background-size: 100% 100%, var(--honeycomb-size-sidebar);
}

.jkfw-landing-basic-card-title {
  margin: 0 0 0.45rem;
  color: var(--jk-accent-honey-light);
  font-size: 1rem;
}

.jkfw-landing-basic-card-text {
  margin: 0;
  color: var(--jk-metal-light);
  font-size: 0.9rem;
  line-height: 1.5;
}

.jkfw-landing-basic-carousel {
  margin-top: 0.65rem;
}

.jkfw-landing-basic-contact-link-wrap {
  margin-top: 0.65rem;
}

.jkfw-landing-basic-contact-link {
  color: var(--jk-primary-blue-light);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.jkfw-contact-form {
  display: grid;
  gap: 0.5rem;
}

.jkfw-contact-form-label {
  font-size: 0.9rem;
  color: var(--jk-metal-light);
  font-weight: 600;
}

.jkfw-contact-form-input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(14, 165, 233, 0.35);
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  color: var(--jk-metal-light);
  padding: 0.55rem 0.65rem;
}

.jkfw-contact-form-input:focus {
  outline: none;
  border-color: var(--jk-accent-honey);
  box-shadow: 0 0 0 2px rgba(212, 160, 23, 0.25);
}

.jkfw-contact-form-textarea {
  resize: vertical;
  min-height: 120px;
}

.jkfw-contact-form-submit-wrap {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}

.jkfw-contact-form-submit {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.jkfw-contact-form-result {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  color: var(--jk-metal-light);
  min-height: 1.2rem;
}

.jkfw-contact-form-result--ok {
  color: var(--jk-primary-blue-light);
}

.jkfw-contact-info-text {
  font-size: 1rem;
  line-height: 1.65;
}

.jkfw-contact-info-text .jkhive-link-inline {
  color: var(--jk-primary-blue-light);
  font-weight: 600;
  text-underline-offset: 0.16em;
}

.jkfw-landing-basic-grid-contact .jkfw-landing-basic-card-title {
  font-size: 1.15rem;
}

.jkfw-landing-simple-home-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(0.95rem, 2vw, 1.35rem);
}

.jkfw-landing-basic-body .jkfw-landing-simple-home-page .jkhive-index-section {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  padding: 1rem clamp(0.95rem, 2vw, 1.35rem);
}

.jkfw-landing-basic-body .jkfw-landing-simple-home-page .jkhive-index-why-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 62rem;
}

@media (min-width: 769px) {
  section#noticias-destacadas .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)),
  section#noticias-destacadas .jkhive-hex-gallery.jkhive-hex-gallery-medium:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)),
  .jkfw-landing-simple-home-page .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)),
  .jkfw-landing-basic-body #noticias-destacadas .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)),
  #jklp-noticias #jkfwHomeNewsSpotGallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery,
  #jkfwHomeNewsSpotGallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery,
  .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-medium-hex-extra-row-gap:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)) {
    --jkhive-hive-gap-x: 5px !important;
    --jkhive-hive-row-gap-y: var(--jkhive-hive-gap-x) !important;
    --jkhive-hive-stagger: calc((var(--jkhive-hive-flat) + var(--jkhive-hive-gap-x)) / 2) !important;
    gap: var(--jkhive-hive-row-gap-y) var(--jkhive-hive-gap-x) !important;
  }

  
  section#noticias-destacadas .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:not(#jkfwHomeNewsSpotGallery):has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med)),
  .jkfw-landing-simple-home-page .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:not(#jkfwHomeNewsSpotGallery):has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med)) {
    --jkhive-hive-row-vertical-nudge: var(--jkhive-hive-gap-x) !important;
  }
}

@media (max-width: 768px) {
  section#noticias-destacadas .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)),
  section#noticias-destacadas .jkhive-hex-gallery.jkhive-hex-gallery-medium:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)),
  .jkfw-landing-simple-home-page .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)),
  .jkfw-landing-basic-body #noticias-destacadas .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)),
  #jklp-noticias #jkfwHomeNewsSpotGallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery,
  #jkfwHomeNewsSpotGallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery,
  .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-medium-hex-extra-row-gap:has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med, .jkfw-home-news-spot)) {
    --jkhive-hive-gap-x: 3px !important;
    --jkhive-hive-row-gap-y: var(--jkhive-hive-gap-x) !important;
    --jkhive-hive-stagger: calc((var(--jkhive-hive-flat) + var(--jkhive-hive-gap-x)) / 2) !important;
    gap: var(--jkhive-hive-row-gap-y) var(--jkhive-hive-gap-x) !important;
  }

  section#noticias-destacadas .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:not(#jkfwHomeNewsSpotGallery):has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med)),
  .jkfw-landing-simple-home-page .jkhive-hex-gallery.jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery:not(#jkfwHomeNewsSpotGallery):has(:is(.jkhive-itemgallery-med, .jkhive-hex-item-med)) {
    --jkhive-hive-row-vertical-nudge: var(--jkhive-hive-gap-x) !important;
  }
}

@media (min-width: 769px) {
  .jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-home-news-spotlight.jkfw-medium-hex-extra-row-gap {
    --jkhive-hive-row-vertical-nudge: 0.5px !important;
  }

  .jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-home-news-spotlight.jkfw-medium-hex-extra-row-gap
    > :is(.jkfw-home-news-spot, .jkhive-itemgallery-med, .jkhive-hex-item-med):nth-child(9n+6),
  .jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-home-news-spotlight.jkfw-medium-hex-extra-row-gap
    > :is(.jkfw-home-news-spot, .jkhive-itemgallery-med, .jkhive-hex-item-med):nth-child(9n+7),
  .jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-home-news-spotlight.jkfw-medium-hex-extra-row-gap
    > :is(.jkfw-home-news-spot, .jkhive-itemgallery-med, .jkhive-hex-item-med):nth-child(9n+8),
  .jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-home-news-spotlight.jkfw-medium-hex-extra-row-gap
    > :is(.jkfw-home-news-spot, .jkhive-itemgallery-med, .jkhive-hex-item-med):nth-child(9n+9) {
    transform: translate(var(--jkhive-hive-stagger), 0.5px) !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  /* Móvil: panal 3+2 vía jk-hive.css + jkfw-landing-hex-gallery-mobile.css (no 9n escritorio). */
  .jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-home-news-spotlight.jkfw-medium-hex-extra-row-gap {
    --jkhive-hive-row-vertical-nudge: 3px !important;
  }

  .jkhive-hex-gallery-medium.jkfw-launcher-hex-gallery.jkfw-home-news-spotlight.jkfw-medium-hex-extra-row-gap
    > :is(.jkfw-home-news-spot, .jkhive-itemgallery-med, .jkhive-hex-item-med):is(
      :nth-child(9n + 6),
      :nth-child(9n + 7),
      :nth-child(9n + 8),
      :nth-child(9n + 9)
    ) {
    transform: none;
    margin-top: 0;
  }
}

.jkfw-simple-why-icon-a,
.jkfw-simple-why-icon-b {
  font-size: 1.91rem;
}

.jkfw-simple-why-icon-a {
  color: var(--jk-accent-honey);
}

.jkfw-simple-why-icon-b {
  color: var(--jk-primary-blue);
}

.jkfw-simple-why-title-a,
.jkfw-simple-why-title-b {
  font-size: 1rem;
}

.jkfw-simple-why-title-a {
  color: var(--jk-primary-blue);
}

.jkfw-simple-why-title-b {
  color: var(--jk-accent-honey);
}

.jkfw-simple-why-sub {
  font-size: 0.675rem;
  color: var(--jk-metal-light);
}

.jkfw-home-news-spotlight {
  max-width: 100%;
}

a.jkfw-home-news-spot:is(.jkhive-itemgallery-med, .jkhive-hex-item-med) {
  text-decoration: none;
  color: inherit;
}

a.jkfw-home-news-spot:is(.jkhive-itemgallery-med, .jkhive-hex-item-med):focus-visible {
  outline: 2px solid var(--jk-primary-blue-light);
  outline-offset: 4px;
  border-radius: 6px;
}

.jkfw-home-news-spot-meta {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--jk-metal-light);
  font-weight: 600;
}

.jkhive-page-container .jkhive-index-section:has(> .jkfw-carousel-hex-big),
.jkhive-index-page .jkhive-index-section:has(> .jkfw-carousel-hex-big),
.jkhive-content-wrap .jkhive-index-section:has(> .jkfw-carousel-hex-big) {
  --jkfw-carousel-gap-after-section-title: 0.25rem;
  --jkfw-carousel-pad-y: 0.3125rem;
  margin-bottom: 0.75rem;
}

.jkhive-page-container
  .jkhive-index-section
  > h2.jkhive-index-section-title:has(+ .jkfw-carousel-hex-big),
.jkhive-index-page
  .jkhive-index-section
  > h2.jkhive-index-section-title:has(+ .jkfw-carousel-hex-big),
.jkhive-content-wrap
  .jkhive-index-section
  > h2.jkhive-index-section-title:has(+ .jkfw-carousel-hex-big) {
  margin-bottom: var(--jkfw-carousel-gap-after-section-title, 0.25rem);
}

.jkhive-page-container
  .jkhive-index-section:has(> .jkfw-carousel-hex-big)
  + .jkhive-index-section,
.jkhive-index-page .jkhive-index-section:has(> .jkfw-carousel-hex-big) + .jkhive-index-section,
.jkhive-content-wrap
  .jkhive-index-section:has(> .jkfw-carousel-hex-big)
  + .jkhive-index-section {
  padding-top: 0.5rem;
}

.jkhive-page-container
  .jkhive-index-section:has(> .jkfw-carousel-hex-big)
  + .jkhive-index-section
  > h2.jkhive-section-title.jkhive-index-section-title:first-child,
.jkhive-index-page
  .jkhive-index-section:has(> .jkfw-carousel-hex-big)
  + .jkhive-index-section
  > h2.jkhive-section-title.jkhive-index-section-title:first-child,
.jkhive-content-wrap
  .jkhive-index-section:has(> .jkfw-carousel-hex-big)
  + .jkhive-index-section
  > h2.jkhive-section-title.jkhive-index-section-title:first-child {
  margin-top: 0;
}

.jkfw-carousel-hex-big {
  width: min(100%, calc(520px * 2 + 3px + clamp(104px, 16vw, 152px)));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: var(--jkfw-carousel-pad-y, 0.3125rem) 0 var(--jkfw-carousel-pad-y, 0.3125rem);
  position: relative;
}

.jkfw-carousel-hex-big > .jkfw-simple-featured-carousel-row {
  display: grid;
  grid-template-columns: auto minmax(0, max-content) auto;
  grid-template-areas: "featPrev featWindow featNext";
  align-items: center;
  justify-content: center;
  column-gap: clamp(0.65rem, 2.2vw, 1.35rem);
  row-gap: 0;
  width: 100%;
}

.jkfw-carousel-hex-big > .jkfw-simple-featured-carousel-row > .jkfw-simple-carousel-prev {
  grid-area: featPrev;
  justify-self: end;
  align-self: center;
}

.jkfw-carousel-hex-big > .jkfw-simple-featured-carousel-row > .jkfw-simple-featured-window {
  grid-area: featWindow;
  justify-self: center;
}

.jkfw-carousel-hex-big > .jkfw-simple-featured-carousel-row > .jkfw-simple-carousel-next {
  grid-area: featNext;
  justify-self: start;
  align-self: center;
}

html body .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn,
html body.crm-layout .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn,
html body.jkfw-landing-basic-body .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: none !important;
  flex-shrink: 0;
  z-index: 4;
  /* Fondo semitransparente: el título del ítem big se ve bajo la flecha; ícono sigue opaco */
  --jkfw-featured-nav-fill: 48%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--jk-primary-blue) var(--jkfw-featured-nav-fill), transparent),
    color-mix(in srgb, var(--jk-accent-cyan) var(--jkfw-featured-nav-fill), transparent)
  ) !important;
  transition: background 0.25s ease, transform 0.3s ease, filter 0.3s ease;
}

html body .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn:hover,
html body.crm-layout .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn:hover,
html body.jkfw-landing-basic-body .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn:hover {
  --jkfw-featured-nav-fill: 68%;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--jk-accent-honey) var(--jkfw-featured-nav-fill), transparent),
    color-mix(in srgb, var(--jk-accent-honey-light) var(--jkfw-featured-nav-fill), transparent)
  ) !important;
  transform: scale(1.12) !important;
}

html body .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn:active,
html body.crm-layout .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn:active,
html body.jkfw-landing-basic-body .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn:active {
  --jkfw-featured-nav-fill: 58%;
  transform: scale(1.04) !important;
}

.jkfw-carousel-hex-big .jkfw-simple-featured-window {
  overflow: visible;
  width: calc(520px * 2 + 3px);
  max-width: min(calc(520px * 2 + 3px), calc(100vw - clamp(116px, 22vw, 168px)));
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.jkfw-carousel-hex-big .jkfw-simple-featured-window-xclip {
  box-sizing: border-box;
  width: 100%;
  min-height: calc(520px * 1.1547 * 1.04 + clamp(108px, 17vmin, 170px));
  padding-block: clamp(32px, 5vmin, 54px);
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}

.jkfw-carousel-hex-big .jkfw-simple-featured-track.service-carousel-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  width: max-content !important;
  margin: 0;
  padding-block: clamp(16px, 2.8vmin, 28px);
  box-sizing: content-box;
  transition: transform 0.42s linear;
}

@media (max-width: 900px) {
  .jkfw-carousel-hex-big {
    width: min(100%, calc(100vw - 1.25rem));
  }

  .jkfw-carousel-hex-big > .jkfw-simple-featured-carousel-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: clamp(0.35rem, 1.8vw, 0.85rem);
  }

  .jkfw-carousel-hex-big .jkfw-simple-featured-window {
    width: min(520px, 100%);
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .jkfw-carousel-hex-big .jkfw-simple-featured-window {
    width: min(520px, calc(100vw - clamp(104px, 28vw, 132px)));
    max-width: calc(100vw - clamp(104px, 28vw, 132px));
  }

  html body .jkfw-carousel-hex-big button.jkfw-simple-featured-nav-btn {
    width: 44px;
    height: calc(44px * 1.1547);
    font-size: 1.25rem;
  }

  .jkfw-carousel-hex-big .jkfw-simple-featured-window-xclip {
    min-height: calc(520px * 1.1547 * 1.04 + clamp(88px, 14vmin, 140px));
    padding-block: clamp(26px, 4vmin, 44px);
  }
}

/* Ítems del carrusel big: el HTML fija 520px; en viewport estrecho debe encoger con la ventana (evita overflow horizontal). */
@media (max-width: 900px) {
  #jkfwSimpleFeaturedCarousel {
    --jk-simple-featured-flat: min(520px, calc(100vw - clamp(92px, 24vw, 150px)));
  }

  #jkfwSimpleFeaturedCarousel .jkhive-carouselitem-big {
    width: var(--jk-simple-featured-flat) !important;
    height: calc(var(--jk-simple-featured-flat) * 1.1547) !important;
    max-width: 100%;
  }

  #jkfwSimpleFeaturedCarousel .jkhive-carouselitem-big .jkhive-hex {
    width: var(--jk-simple-featured-flat) !important;
    height: calc(var(--jk-simple-featured-flat) * 1.1547) !important;
    max-width: 100%;
  }

  #jkfwSimpleFeaturedCarousel .jkhive-carouselitem-big .jkhive-hex::after {
    width: calc(var(--jk-simple-featured-flat) - 8px) !important;
    height: calc((var(--jk-simple-featured-flat) - 8px) * 1.1547) !important;
  }

  #jkfwSimpleFeaturedCarousel .jkhive-carouselitem-big .service-icon {
    font-size: clamp(2.15rem, 11vw, 4.67rem) !important;
  }

  #jkfwSimpleFeaturedCarousel .jkhive-carouselitem-big .service-title {
    font-size: clamp(1.05rem, 3.8vw, 1.5rem) !important;
  }

  #jkfwSimpleFeaturedCarousel .jkhive-carouselitem-big .service-description {
    font-size: clamp(0.82rem, 2.6vw, 1rem) !important;
  }

  #jkfwSimpleFeaturedCarousel .jkfw-simple-featured-window-xclip {
    min-height: calc(var(--jk-simple-featured-flat) * 1.1547 * 1.04 + clamp(72px, 13vmin, 130px));
    padding-block: clamp(22px, 4.2vmin, 48px);
  }
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within {
  z-index: 10;
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover .jkhive-hex,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within .jkhive-hex {
  background: var(--jk-accent-honey-light) !important;
  transform: none !important;
  box-shadow: none !important;
  position: relative;
  z-index: 5;
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover .jkhive-hex::after,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within .jkhive-hex::after {
  background: var(--jk-tech-dark) !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 0 0 2px var(--jk-primary-blue-light), 0 0 18px rgba(14, 165, 233, 0.45) !important;
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover .service-title,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within .service-title {
  color: var(--jk-primary-blue-light) !important;
  text-shadow: 0 0 15px rgba(56, 189, 248, 0.6) !important;
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover .service-icon,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within .service-icon {
  color: var(--jk-metal-light) !important;
  filter: none !important;
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover .service-description,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within .service-description {
  color: var(--jk-metal-light) !important;
  opacity: 1 !important;
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover .jkhive-hex-gallery-title,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within .jkhive-hex-gallery-title {
  color: var(--jk-primary-blue-light) !important;
  text-shadow: 0 0 15px rgba(56, 189, 248, 0.6) !important;
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover .jkhive-hex-gallery-icon,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within .jkhive-hex-gallery-icon {
  color: var(--jk-metal-light) !important;
  filter: none !important;
}

#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:hover .jkhive-hex-gallery-subtitle,
#jkfwSimpleFeaturedCarousel:is(.jkfw-canon-hover--editorial, .jkhive-itemgallery-small-hover-v2) .jkhive-carouselitem-big:focus-within .jkhive-hex-gallery-subtitle {
  color: var(--jk-metal-light) !important;
  opacity: 1 !important;
}

body.jkfw-landing-basic-body .jkfw-landing-basic-prose {
  margin: 0.75rem 0 0 0;
  line-height: 1.55;
  color: var(--jk-metal-light);
  opacity: 0.95;
  max-width: 46rem;
}

body.jkfw-landing-basic-body .jklp-cta-emphasis.cta-section-hex,
body.jkfw-landing-basic-body section#cta.jklp-cta-emphasis {
  padding-top: clamp(3.5rem, 10vw, 6rem);
  padding-bottom: clamp(3.5rem, 10vw, 6.25rem);
  margin-top: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: clamp(1.25rem, 4vw, 2.5rem);
}

.jkfw-simple-news-modal .jkhive-modal-body {
  max-height: min(62vh, 30rem);
  overflow-y: auto;
}

.jkfw-simple-news-modal #jkfwSimpleNewsSubtitle:empty {
  display: none;
}

@media (max-width: 768px) {
  .jkfw-landing-basic-hero {
    min-height: clamp(320px, 52vh, 460px);
    border-radius: 0;
  }

  .jkfw-landing-basic-section {
    padding-inline: 0.85rem;
  }
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.7rem;
  margin-top: 1.35rem;
  margin-bottom: 0.5rem;
  padding: 0.85rem 1rem 0.95rem;
  border-top: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 0 0 10px 10px;
  background: rgba(15, 23, 42, 0.72);
  box-sizing: border-box;
  width: 100%;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-meta,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-meta,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-meta {
  flex: 0 1 auto;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--jk-metal-light);
  text-align: center;
  opacity: 0.92;
  white-space: nowrap;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-actions,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-actions,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex: 0 1 auto;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pages,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pages,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pages {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  margin: 0;
  border: 1px solid rgba(14, 165, 233, 0.45);
  border-radius: 6px;
  background: rgba(30, 41, 59, 0.92);
  color: var(--jk-metal-light);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn:hover,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn:hover,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn:hover {
  background: rgba(14, 165, 233, 0.22);
  border-color: var(--jk-primary-blue-light);
  color: #e0f2fe;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn.is-active,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn.is-active,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn.is-active {
  background: var(--jk-primary-blue);
  border-color: var(--jk-primary-blue-light);
  color: #f0f9ff;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.35);
  cursor: default;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn:disabled,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn:disabled,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn:disabled,
body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn.jkhive-pagination-btn-disabled,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn.jkhive-pagination-btn-disabled,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn.jkhive-pagination-btn-disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(0.12);
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-dots,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-dots,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  color: var(--jk-metal-light);
  font-size: 0.85rem;
  opacity: 0.75;
  user-select: none;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex,
body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med.jkhive-btn-anim-coinleft .jkhive-hex,
body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med.jkhive-btn-anim-coinright .jkhive-hex,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med.jkhive-btn-anim-coinleft .jkhive-hex,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med.jkhive-btn-anim-coinright .jkhive-hex,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med.jkhive-btn-anim-coinleft .jkhive-hex,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med.jkhive-btn-anim-coinright .jkhive-hex {
  background: linear-gradient(160deg, rgba(30, 58, 95, 0.95) 0%, rgba(15, 23, 42, 0.98) 100%) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(56, 189, 248, 0.35) !important;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex-icon,
body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex-content,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex-icon,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex-content,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex-icon,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex-content {
  color: #e0f2fe !important;
}

body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-btn-disabled,
.jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-btn-disabled,
.page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-btn-disabled {
  opacity: 0.55;
  pointer-events: none;
  filter: grayscale(0.15);
}

/* ELEGANT — paginación galería hex: contraste sobre mármol */
body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery {
  border-top: 1px solid rgba(176, 125, 40, 0.38);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96) 0%, rgba(245, 237, 226, 0.94) 100%);
  box-shadow: 0 6px 18px rgba(62, 48, 36, 0.06);
}

body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-meta,
body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-dots {
  color: #3d3229 !important;
  opacity: 0.92 !important;
}

body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn {
  border: 1px solid rgba(176, 125, 40, 0.42);
  background: rgba(255, 253, 249, 0.95);
  color: #3d3229;
}

body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn:hover {
  background: rgba(254, 243, 199, 0.95);
  border-color: rgba(217, 119, 6, 0.55);
  color: #451a03;
}

body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-pagebtn.is-active {
  background: linear-gradient(160deg, #b45309 0%, #c2410c 100%);
  border-color: rgba(251, 191, 36, 0.85);
  color: #fffbeb;
  box-shadow: none;
}

body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex {
  background: linear-gradient(145deg, #fde68a 0%, #f4c430 45%, #d4a017 100%) !important;
  box-shadow: 0 2px 10px rgba(62, 48, 36, 0.12), 0 0 0 1px rgba(166, 124, 0, 0.45) !important;
}

body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex-icon,
body.jkfw-theme-elegant .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-bttn-med .jkhive-hex-content {
  color: #78350f !important;
}

@media (max-width: 720px) {
  body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery,
  .jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery,
  .page-public .jkhive-pagination.jkhive-pagination--hex-gallery {
    flex-direction: column;
    gap: 0.65rem;
  }

  body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-meta,
  .jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-meta,
  .page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-meta {
    width: 100%;
    white-space: normal;
  }

  body.admin-layout .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-actions,
  .jkfw-landing-basic-body .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-actions,
  .page-public .jkhive-pagination.jkhive-pagination--hex-gallery .jkhive-pagination-actions {
    flex-wrap: wrap;
    width: 100%;
  }
}

/* Landing: solo recorte horizontal (no overflow:hidden en nav-items: cortaba puntas arriba/abajo) */
body.jkfw-landing-basic-body {
  overflow-x: hidden;
}

body.jkfw-landing-basic-body #jkhive-sidebar-container {
  /* visible: el panal (translateX) sobresale; el body recorta scroll horizontal */
  overflow-x: visible !important;
  overflow-y: visible !important;
}

body.jkfw-landing-basic-body #jkhive-sidebar.jkhive-sidebar,
body.jkfw-landing-basic-body .jkhive-sidebar {
  overflow: visible !important;
}

body.jkfw-landing-basic-body #jkhive-sidebar .jkhive-nav-items {
  overflow: visible !important;
}

