/* Shared conversion hero for statewide stay and island activity hubs. */
.hg-commercial-hub-page .single-slide-top .bg-image-top,
.hg-commercial-hub-page .single-slide-top .video-container {
  min-height: 640px;
}

.hg-commercial-hub-page .video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 22, 28, 0.88) 0%, rgba(3, 22, 28, 0.58) 48%, rgba(3, 22, 28, 0.08) 78%),
    linear-gradient(0deg, rgba(3, 22, 28, 0.72) 0%, transparent 58%);
  pointer-events: none;
}

.hg-commercial-hub-page .video-container video {
  z-index: 1 !important;
  object-fit: cover;
}

.hg-hub-hero-content {
  position: absolute;
  bottom: 78px;
  left: 8%;
  z-index: 4;
  width: min(720px, 84%);
  color: #fff;
  text-align: left;
}

.hg-hub-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: #ffe1aa;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
  text-transform: uppercase;
}

.hg-hub-hero-content h1 {
  max-width: 700px;
  margin: 0 !important;
  color: #fff !important;
  font-family: "brother-1816-printed", "Proxima", Helvetica, Arial, sans-serif !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.025em;
  line-height: 1.01 !important;
  text-align: left !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.82);
  text-wrap: balance;
}

.hg-hub-hero-deck {
  max-width: 670px;
  margin: 12px 0 16px !important;
  color: rgba(255, 255, 255, 0.96);
  font-size: 19px !important;
  font-weight: 700;
  line-height: 1.42 !important;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.78);
}

.hg-hub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hg-hub-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 21px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.hg-hub-hero-primary {
  background: #f27a24;
  box-shadow: 0 10px 24px rgba(242, 122, 36, 0.32);
  color: #2c1808 !important;
}

.hg-hub-hero-primary:hover,
.hg-hub-hero-primary:focus-visible {
  background: #ff8a34;
  color: #211106 !important;
  transform: translateY(-2px);
}

.hg-hub-hero-secondary {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(5, 31, 36, 0.68);
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.hg-hub-hero-secondary:hover,
.hg-hub-hero-secondary:focus-visible {
  background: rgba(5, 31, 36, 0.92);
  color: #fff !important;
  transform: translateY(-2px);
}

.hg-hub-hero-actions a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.hg-hub-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 12px 0 0 !important;
  border: 1px solid rgba(255, 217, 132, 0.4);
  border-radius: 999px;
  background: rgba(7, 34, 35, 0.78);
  color: #fff6e7;
  font-size: 14px !important;
  line-height: 1.3 !important;
  padding: 8px 12px !important;
  backdrop-filter: blur(8px);
}

.hg-hub-hero-note > i {
  flex: 0 0 auto;
  color: #ffd37a;
}

.hg-hub-hero-byline {
  margin: 9px 0 0 !important;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-shadow: 0 1px 7px #000, 0 0 4px rgba(0, 0, 0, 0.9);
}

.hg-hub-hero-byline a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.56);
  color: #fff !important;
  text-decoration: none !important;
}

.hg-hub-hero-updated::before {
  content: " · ";
}

.hg-commercial-hub-page .video-controls {
  z-index: 5 !important;
}

.hg-stay-island-nav {
  margin-top: 24px;
  margin-bottom: 18px;
  text-align: center;
}

.hg-stay-island-kicker {
  display: block;
  color: #2c6652;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hg-stay-island-nav h2 {
  margin: 4px 0 14px !important;
  color: #173b35;
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.15 !important;
  text-wrap: balance;
}

.hg-stay-island-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hg-stay-island-grid > a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  min-height: 76px;
  border: 1px solid #d8e3df;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 64, 54, 0.08);
  color: #173b35 !important;
  padding: 12px;
  text-align: left;
  text-decoration: none !important;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.hg-stay-island-grid > a:hover,
.hg-stay-island-grid > a:focus-visible {
  border-color: #2c6652;
  transform: translateY(-2px);
}

.hg-stay-island-grid > a:focus-visible {
  outline: 3px solid rgba(44, 102, 82, 0.32);
  outline-offset: 2px;
}

.hg-stay-island-grid > a > i:first-child {
  color: #e06b1a;
  font-size: 26px;
  text-align: center;
}

.hg-stay-island-grid > a > i:last-child {
  color: #7a958b;
  font-size: 13px;
}

.hg-stay-island-grid span,
.hg-stay-island-grid small,
.hg-stay-island-grid strong {
  display: block;
}

.hg-stay-island-grid small {
  color: #6c7c77;
  font-size: 11px;
  line-height: 1.15;
}

.hg-stay-island-grid strong {
  margin-top: 2px;
  font-size: 18px;
  line-height: 1.1;
}

/* Keep the opening decision path focused; full author portraits remain in the
   bottom byline where they support trust without displacing the intro. */
.hg-commercial-hub-page .ci-image-container.top-content .image-container {
  display: none !important;
}

.hg-commercial-hub-page .ci-image-container.top-content .text-container {
  width: 100%;
}

@media (max-width: 1023px) {
  .hg-commercial-hub-page .single-slide-top .bg-image-top,
  .hg-commercial-hub-page .single-slide-top .video-container {
    height: 500px;
    min-height: 500px;
  }

  .hg-commercial-hub-page .video-controls {
    top: 55px !important;
    right: 18px !important;
    bottom: auto !important;
    width: 44px;
    height: 44px;
    padding: 0 !important;
  }

  .hg-commercial-hub-page .video-controls i {
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    background: rgba(4, 27, 33, 0.82);
    color: #fff;
    font-size: 20px !important;
    line-height: 1 !important;
    opacity: 1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
  }

  .hg-commercial-hub-page .video-controls i:not([style*="display: none"]):not([style*="display:none"]) {
    display: flex !important;
  }

  .hg-commercial-hub-page .video-controls i[style*="display: none"],
  .hg-commercial-hub-page .video-controls i[style*="display:none"] {
    display: none !important;
  }

  .hg-commercial-hub-page .video-controls i::after {
    display: none;
  }

  .hg-commercial-hub-page .video-controls i:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
  }
}

@media (max-width: 560px) {
  .hg-commercial-hub-page .video-container::after {
    background: linear-gradient(0deg, rgba(3, 22, 28, 0.98) 0%, rgba(3, 22, 28, 0.76) 57%, rgba(3, 22, 28, 0.05) 86%);
  }

  .hg-hub-hero-content {
    bottom: 38px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .hg-hub-hero-kicker {
    max-width: calc(100% - 58px);
    margin-bottom: 7px;
    font-size: 11px;
    letter-spacing: 0.045em;
  }

  .hg-hub-hero-content h1 {
    max-width: 350px;
    font-size: 34px !important;
    line-height: 1.02 !important;
  }

  .hg-hub-hero-deck {
    margin: 9px 0 12px !important;
    font-size: 16px !important;
    line-height: 1.34 !important;
  }

  .hg-hub-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hg-hub-hero-actions a {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    font-size: 15px;
    white-space: nowrap;
  }

  .hg-hub-hero-actions .hg-hub-hero-secondary {
    justify-self: center;
    width: max-content;
    min-height: 34px;
    border: 0 !important;
    background: transparent;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: underline !important;
    text-decoration-color: rgba(255, 255, 255, 0.5) !important;
    text-underline-offset: 4px;
  }

  .hg-hub-hero-note {
    align-items: center;
    width: 100%;
    margin-top: 7px !important;
    border-radius: 12px;
    font-size: 13px !important;
    padding: 7px 10px !important;
  }

  .hg-hub-hero-byline {
    margin-top: 7px !important;
    font-size: 14px !important;
  }

  .hg-hub-hero-updated {
    display: block;
    margin-top: 3px;
  }

  .hg-hub-hero-updated::before {
    content: "";
  }

  .hg-commercial-hub-page .search.search-top {
    margin-top: 10px !important;
  }

  .hg-stay-island-nav {
    margin-top: 18px;
  }

  .hg-stay-island-nav h2 {
    margin-bottom: 11px !important;
    font-size: 24px !important;
  }

  .hg-stay-island-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hg-stay-island-grid > a {
    grid-template-columns: 28px minmax(0, 1fr) 12px;
    min-height: 68px;
    border-radius: 13px;
    padding: 9px;
  }

  .hg-stay-island-grid > a > i:first-child {
    font-size: 22px;
  }

  .hg-stay-island-grid small {
    font-size: 10px;
  }

  .hg-stay-island-grid strong {
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  .hg-commercial-hub-page .single-slide-top .bg-image-top,
  .hg-commercial-hub-page .single-slide-top .video-container {
    height: 520px;
    min-height: 520px;
  }

  .hg-hub-hero-content h1 {
    font-size: 31px !important;
  }

  .hg-hub-hero-actions a {
    font-size: 14px;
  }

  .hg-stay-island-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hg-hub-hero-actions a {
    transition: none;
  }
}
