/* ==========================================================================
   Go hub — page-specific hierarchy and responsive disclosure
   Keeps shared verb-hub styles intact for /book and /pack.
   ========================================================================== */

.go-hub .go-disclosure,
.go-hub .go-live-section {
  scroll-margin-top: 112px;
}

.go-page .hg-mfab {
  display: none !important;
}

/* Match the planning hub's divider: the transparent portion of the SVG must
   overlap the hero image or the wave reads as a straight cream edge. */
.go-hub .vh-wave {
  position: relative;
  z-index: 3;
  margin-top: -50px;
}

.go-hub .vh-hero-jumps a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(9, 18, 13, 0.62);
  box-sizing: border-box;
}

.go-hub .vh-hero-jumps a[href="#live"] {
  border-color: #8A3600;
  background: #8A3600;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.go-hub .go-hero-today {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  color: #60300f;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.go-hub .go-hero-today:hover {
  color: #60300f;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);
}

.go-hub .vh-cta-also {
  color: var(--vh-color);
  font-weight: 700;
}

/* Section disclosure ------------------------------------------------------ */
.go-hub .go-disclosure-summary,
.go-hub .vh-phase-head {
  cursor: pointer;
  list-style: none;
  position: relative;
}

.go-hub .go-disclosure-summary::-webkit-details-marker,
.go-hub .vh-phase-head::-webkit-details-marker {
  display: none;
}

.go-hub .go-disclosure-summary {
  padding-right: 52px;
  border-radius: 12px;
  max-width: 780px;
}

.go-hub .go-disclosure-summary::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--vh-color);
  border-radius: 999px;
  background-color: var(--vh-color-soft);
  background-image:
    linear-gradient(var(--vh-color), var(--vh-color)),
    linear-gradient(var(--vh-color), var(--vh-color));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 2px, 2px 14px;
  color: var(--vh-color);
  transition: background-color 0.18s ease, background-size 0.18s ease;
}

.go-hub .go-disclosure[open] > .go-disclosure-summary::after {
  background-color: rgba(242, 122, 36, 0.16);
  background-size: 14px 2px, 0 0;
}

.go-hub .go-disclosure:not([open]) {
  padding-bottom: 8px;
}

.go-hub .go-disclosure:not([open]) > .go-disclosure-summary .vh-section-eyebrow {
  margin-bottom: 5px;
}

.go-hub .go-disclosure:not([open]) > .go-disclosure-summary h2 {
  margin-bottom: 0;
}

.go-hub .go-disclosure-body {
  padding-top: 0;
}

/* Native phase accordions keep the trip timeline useful without forcing all
   20 links into the first mobile scan. */
.go-hub .vh-phase-head {
  padding-right: 24px;
}

.go-hub .vh-phase-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image:
    linear-gradient(var(--vh-color), var(--vh-color)),
    linear-gradient(var(--vh-color), var(--vh-color));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 2px, 2px 12px;
}

.go-hub .vh-phase-card[open] > .vh-phase-head::after {
  background-size: 12px 2px, 0 0;
}

.go-hub .vh-phase-card:not([open]) {
  min-height: 0;
}

.go-hub .vh-phase-card:not([open]) > .vh-phase-head {
  min-height: 0;
  margin-bottom: 0;
}

.go-hub .vh-phase-card--current {
  border-color: rgba(242, 122, 36, 0.52);
  background: linear-gradient(180deg, rgba(242, 122, 36, 0.10), #fff 44%);
  box-shadow: 0 9px 26px rgba(113, 61, 24, 0.09);
}

/* Card hierarchy ---------------------------------------------------------- */
.go-hub .go-card--primary {
  border-color: rgba(242, 122, 36, 0.46);
  border-left: 5px solid var(--vh-color);
  background: linear-gradient(115deg, rgba(242, 122, 36, 0.13), #fff 58%);
  box-shadow: 0 9px 28px rgba(113, 61, 24, 0.08);
}

.go-hub .go-card--primary .vh-card-icon {
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 14px;
  background: var(--vh-color);
  color: #fff;
  font-size: 23px;
}

.go-hub .go-card--primary .vh-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  background: #8A3600;
  color: #fff !important;
  white-space: nowrap;
}

.go-hub .vh-card:focus-visible,
.go-hub .vh-featured:focus-visible,
.go-hub .vh-phase-links a:focus-visible,
.go-hub .go-hero-today:focus-visible,
.go-hub .vh-hero-jumps a:focus-visible,
.go-hub .go-disclosure-summary:focus-visible,
.go-hub .vh-phase-head:focus-visible {
  outline: 3px solid #1f6fa8;
  outline-offset: 4px;
}

@media (min-width: 1024px) {
  .go-hub .go-live-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .go-hub .go-card--primary {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    grid-template-areas:
      "icon title cta"
      "icon desc cta";
    column-gap: 18px;
    row-gap: 5px;
    align-items: center;
    min-height: 124px;
    padding: 22px 24px;
  }

  .go-hub .go-card--primary .vh-card-icon { grid-area: icon; }
  .go-hub .go-card--primary h3 {
    grid-area: title;
    margin: 0;
    font-size: 21px;
  }
  .go-hub .go-card--primary .vh-card-desc {
    grid-area: desc;
    margin: 0;
    max-width: 720px;
  }
  .go-hub .go-card--primary .vh-card-cta { grid-area: cta; }

  .go-hub .go-grid--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .go-hub .go-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .go-hub .go-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .go-hub .vh-hero-content {
    padding: 58px 24px 64px;
  }

  .go-hub .go-live-grid,
  .go-hub .go-grid--five,
  .go-hub .go-grid--six,
  .go-hub .go-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .go-hub .go-card--primary {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    grid-template-areas:
      "icon title cta"
      "icon desc cta";
    column-gap: 18px;
    row-gap: 5px;
    align-items: center;
    min-height: 124px;
    padding: 22px 24px;
  }

  .go-hub .go-card--primary .vh-card-icon { grid-area: icon; }
  .go-hub .go-card--primary h3 {
    grid-area: title;
    margin: 0;
    font-size: 21px;
  }
  .go-hub .go-card--primary .vh-card-desc {
    grid-area: desc;
    margin: 0;
  }
  .go-hub .go-card--primary .vh-card-cta { grid-area: cta; }

  .go-hub .go-grid--five > .vh-card:last-child {
    grid-column: 1 / -1;
  }
}

/* Mobile: keep the high-value live tools visible and turn the rest into
   intentional, native disclosures. Cards become compact tap rows. */
@media (max-width: 640px) {
  .go-hub .vh-wave {
    margin-top: -35px;
  }

  .go-hub .vh-wave svg {
    height: 35px;
  }

  .go-hub .vh-hero {
    min-height: 340px;
  }

  .go-hub .vh-hero-content {
    padding: 34px 14px 36px;
  }

  .go-hub .vh-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.76) 100%);
  }

  .go-hub .vh-hero h1 {
    font-size: 31px;
  }

  .go-hub .vh-hero-sub {
    font-size: 16px;
    line-height: 1.42;
    margin-bottom: 16px;
  }

  .go-hub .go-hero-today {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 15px;
  }

  .go-hub .vh-hero-jumps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 8px 0 0;
    padding: 2px 0 8px;
    overflow: visible;
    box-sizing: border-box;
  }

  .go-hub .vh-hero-jumps a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(9, 18, 13, 0.78);
    font-size: 13px;
    line-height: 1;
  }

  .go-hub .vh-hero-jumps a[href="#live"] {
    border-color: #8A3600;
    background: #8A3600;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  }

  .go-hub .go-disclosure,
  .go-hub .go-live-section {
    width: 100%;
    box-sizing: border-box;
  }

  .go-hub .go-disclosure {
    margin-top: 22px;
    padding: 0 14px 6px;
  }

  .go-hub .go-disclosure + .vh-section,
  .go-hub .vh-section + .go-disclosure,
  .go-hub .go-disclosure + .go-disclosure {
    padding-top: 0;
  }

  .go-hub .go-disclosure-summary {
    min-height: 74px;
    padding: 15px 54px 13px 16px;
    border: 1px solid var(--vh-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(24, 31, 26, 0.05);
    box-sizing: border-box;
  }

  .go-hub .go-disclosure-summary::after {
    top: 19px;
    right: 14px;
  }

  .go-hub .go-disclosure-summary .vh-section-eyebrow {
    margin-bottom: 4px;
  }

  .go-hub .go-disclosure-summary h2 {
    margin: 0;
    font-size: 21px;
  }

  .go-hub .go-disclosure[open] > .go-disclosure-summary {
    border-color: rgba(242, 122, 36, 0.34);
  }

  .go-hub .go-disclosure-body {
    padding: 16px 0 0;
  }

  .go-hub .go-disclosure-body .vh-section-intro {
    margin: 0 2px 16px;
    font-size: 15px;
  }

  .go-hub .go-live-section {
    padding: 30px 14px 4px;
  }

  .go-hub .go-live-section .vh-section-intro {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .go-hub .vh-grid,
  .go-hub .vh-timeline-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .go-hub .vh-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 22px;
    grid-template-areas:
      "icon title cta"
      "icon desc cta";
    column-gap: 11px;
    row-gap: 4px;
    align-items: center;
    min-height: 82px;
    padding: 13px 14px;
    border-radius: 12px;
  }

  .go-hub .vh-card-icon {
    grid-area: icon;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 10px;
    font-size: 17px;
  }

  .go-hub .vh-card h3 {
    grid-area: title;
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .go-hub .vh-card-desc {
    grid-area: desc;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--vh-muted);
    font-size: 13px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .go-hub .vh-card-cta {
    grid-area: cta;
    align-self: center;
    width: 22px;
    height: 38px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    white-space: nowrap;
  }

  .go-hub .vh-card-cta::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin: 13px 0 0 3px;
    border-top: 2px solid var(--vh-color);
    border-right: 2px solid var(--vh-color);
    transform: rotate(45deg);
  }

  .go-hub .go-card--primary {
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    min-height: 112px;
    padding: 16px 14px;
  }

  .go-hub .go-card--primary .vh-card-icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .go-hub .go-card--primary h3 {
    font-size: 18px;
  }

  .go-hub .go-card--primary .vh-card-desc {
    -webkit-line-clamp: 3;
  }

  .go-hub .go-card--primary .vh-card-cta {
    display: block;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: transparent;
  }

  .go-hub .vh-phase-card {
    min-height: 0;
    padding: 0;
    border-top-width: 1px;
    border-radius: 12px;
  }

  .go-hub .vh-phase-card--current {
    border-top-width: 4px;
  }

  .go-hub .vh-phase-head {
    min-height: 0;
    margin: 0;
    padding: 14px 40px 13px 15px;
  }

  .go-hub .vh-phase-head::after {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .go-hub .vh-phase-kicker {
    margin-bottom: 4px;
  }

  .go-hub .vh-phase-card h3 {
    font-size: 16px;
  }

  .go-hub .vh-phase-links {
    gap: 0;
    padding: 0 15px 12px;
    border-top: 1px solid rgba(229, 231, 235, 0.72);
  }

  .go-hub .vh-phase-links li {
    font-size: 14px;
  }

  .go-hub .vh-phase-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    border-bottom-color: var(--vh-border);
  }

  .go-hub .vh-featured {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 17px 15px;
  }

  .go-hub .vh-featured-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 21px;
  }

  .go-hub .vh-featured-body {
    min-width: 0;
  }

  .go-hub .vh-featured h3 {
    font-size: 18px;
  }

  .go-hub .vh-featured p {
    font-size: 14px;
  }
}

@media (max-width: 379px) {
  html,
  body.go-page {
    min-width: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .go-page .hg-mfab-main {
    animation: none !important;
  }

  .go-hub .go-disclosure-summary::after,
  .go-hub .vh-card,
  .go-hub .vh-featured {
    transition: none;
  }
}
