/* Boot Scootin' v96.4.34 — CLEAN DESKTOP HOMEPAGE FIX
   This file intentionally replaces all accumulated desktop hero/gap patches.
   Phone layout (<768px) is not changed. */

/* Default: desktop duplicate is hidden, original mobile section remains normal. */
.desktop-home-start-v32 { display: none; }

@media (min-width: 768px) {
  /* Keep desktop page in ordinary document flow. */
  body.honky-home {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  /* Desktop header: compact, single row, nothing wraps underneath. */
  body.honky-home > .honky-header {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    margin: 0 !important;
    padding: 5px 12px !important;
    gap: 8px !important;
    overflow: hidden !important;
  }
  body.honky-home > .honky-header .brand-lockup {
    flex: 0 0 160px !important;
    width: 160px !important;
    max-width: 160px !important;
    height: 56px !important;
    margin: 0 !important;
  }
  body.honky-home > .honky-header .brand-lockup > img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    object-fit: contain !important;
  }
  body.honky-home > .honky-header .honky-desktop-nav {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(6px, .85vw, 12px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }
  body.honky-home > .honky-header .honky-desktop-nav a {
    flex: 0 0 auto !important;
    font-size: 8px !important;
    letter-spacing: .03em !important;
    padding: 14px 0 !important;
  }
  body.honky-home > .honky-header .honky-menu-button {
    display: inline-flex !important;
    flex: 0 0 68px !important;
    width: 68px !important;
    height: 36px !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    inset: auto !important;
    margin: 0 !important;
    padding: 0 6px !important;
    border: 1px solid #713036 !important;
    background: #100707 !important;
  }
  body.honky-home > .honky-header .honky-menu-button span { display: none !important; }
  body.honky-home > .honky-header .honky-menu-button::before {
    content: 'Explore' !important;
    font: 600 8px/1 Oswald, sans-serif !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
  }
  body.honky-home > .honky-header .honky-book {
    display: inline-flex !important;
    flex: 0 0 92px !important;
    width: 92px !important;
    min-width: 92px !important;
    height: 36px !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    inset: auto !important;
    margin: 0 !important;
    padding: 0 6px !important;
    font-size: 7.5px !important;
    white-space: nowrap !important;
  }

  /* The desktop homepage starts HERE, directly after the header. No hero, no spacer. */
  body.honky-home > .desktop-home-start-v32 {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(190px,.72fr) minmax(170px,.58fr) minmax(340px,1.35fr) !important;
    grid-auto-rows: max-content !important;
    align-items: start !important;
    align-content: start !important;
    gap: 18px !important;
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 24px clamp(18px,3vw,40px) 26px !important;
    overflow: visible !important;
    background: #090505 !important;
    color: #f5ece6 !important;
    border-top: 1px solid #3d1417 !important;
    border-bottom: 1px solid #3d1417 !important;
  }
  body.honky-home > .desktop-home-start-v32::before,
  body.honky-home > .desktop-home-start-v32::after {
    content: none !important;
    display: none !important;
  }
  body.honky-home > .desktop-home-start-v32 > * {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    align-self: start !important;
  }
  body.honky-home > .desktop-home-start-v32 .section-label {
    margin: 0 0 10px !important;
    font-size: 18px !important;
    color: #fff !important;
  }
  body.honky-home > .desktop-home-start-v32 .desktop-meet-v32 h2 {
    margin: 0 0 10px !important;
    font: 400 30px/1 Yellowtail, cursive !important;
    color: #ef313b !important;
  }
  body.honky-home > .desktop-home-start-v32 .desktop-meet-v32 > p:not(.section-label):not(.handwritten) {
    margin: 0 0 9px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #cbbab0 !important;
  }
  body.honky-home > .desktop-home-start-v32 .handwritten {
    margin: 7px 0 11px !important;
    font-size: 19px !important;
  }
  body.honky-home > .desktop-home-start-v32 .desktop-nora-v32 {
    width: 100% !important;
    max-width: 190px !important;
    margin: 0 auto !important;
    padding: 7px 7px 14px !important;
    background: #110909 !important;
    border: 1px solid #5d2529 !important;
  }
  body.honky-home > .desktop-home-start-v32 .desktop-nora-v32 img {
    display: block !important;
    width: 100% !important;
    height: 205px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: 50% 40% !important;
  }
  body.honky-home > .desktop-home-start-v32 .desktop-upcoming-v32 {
    min-width: 0 !important;
    width: 100% !important;
  }
  body.honky-home > .desktop-home-start-v32 .home-title-row { margin: 0 0 9px !important; }
  body.honky-home > .desktop-home-start-v32 .class-card-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  body.honky-home > .desktop-home-start-v32 .home-class-card > img { height: 95px !important; }
  body.honky-home > .desktop-home-start-v32 .home-class-card > div { padding: 9px !important; }
  body.honky-home > .desktop-home-start-v32 .home-class-card h3 { font-size: 13px !important; }
  body.honky-home > .desktop-home-start-v32 .home-class-card p { font-size: 10px !important; }

  /* Hide the old duplicated intro section on desktop and remove ALL possible space from it. */
  body.honky-home > main#main-content {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
  body.honky-home > main#main-content > .cream-home.intro-grid {
    display: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }
  body.honky-home > main#main-content > .cream-home.intro-grid::before,
  body.honky-home > main#main-content > .cream-home.intro-grid::after {
    content: none !important;
    display: none !important;
  }

  /* No accidental viewport-height spacers anywhere before the next section. */
  body.honky-home > .honky-header + .desktop-home-start-v32 { margin-top: 0 !important; }
  body.honky-home > .desktop-home-start-v32 + main#main-content { margin-top: 0 !important; }
}

@media (min-width: 768px) and (max-width: 950px) {
  body.honky-home > .honky-header { padding-left: 7px !important; padding-right: 7px !important; gap: 5px !important; }
  body.honky-home > .honky-header .brand-lockup { flex-basis: 135px !important; width: 135px !important; max-width: 135px !important; }
  body.honky-home > .honky-header .brand-lockup > img { width: 36px !important; height: 36px !important; min-width: 36px !important; }
  body.honky-home > .honky-header .brand-lockup-copy strong { font-size: 9px !important; }
  body.honky-home > .honky-header .honky-desktop-nav { gap: 5px !important; }
  body.honky-home > .honky-header .honky-desktop-nav a { font-size: 6.8px !important; letter-spacing: 0 !important; }
  body.honky-home > .honky-header .honky-menu-button { flex-basis: 60px !important; width: 60px !important; }
  body.honky-home > .honky-header .honky-book { flex-basis: 76px !important; width: 76px !important; min-width: 76px !important; font-size: 6.4px !important; }
  body.honky-home > .desktop-home-start-v32 {
    grid-template-columns: minmax(160px,.7fr) minmax(145px,.55fr) minmax(285px,1.28fr) !important;
    gap: 12px !important;
    padding: 18px 14px 20px !important;
  }
  body.honky-home > .desktop-home-start-v32 .desktop-nora-v32 { max-width: 165px !important; }
  body.honky-home > .desktop-home-start-v32 .desktop-nora-v32 img { height: 175px !important; }
}

@media (max-width: 767px) {
  /* Explicitly preserve the working phone layout. */
  .desktop-home-start-v32 { display: none !important; }
}

/* v96.4.35 — ACTUAL BLACK-GAP ROOT CAUSE FIX
   styles.css contains: #nav[aria-hidden="true"] { display:block!important; }
   On desktop (>950px) the mobile nav is not fixed by the old mobile media query,
   so that hidden nav was being rendered as a huge normal-flow block between
   the header and homepage content. Keep it completely out of layout when closed. */
@media (min-width: 768px) {
  body.honky-home > nav#nav.honky-mobile-nav[aria-hidden="true"]:not(.open) {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* When Explore is opened, it is an overlay and never takes document-flow space. */
  body.honky-home > nav#nav.honky-mobile-nav.open {
    display: flex !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 22px !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 1000 !important;
    overflow: auto !important;
  }

  /* Prove the content follows the header immediately in normal flow. */
  body.honky-home > .honky-header + nav#nav + .desktop-home-start-v32 {
    margin-top: 0 !important;
  }
}

/* v96.4.36 — DESKTOP EXPLORE BUTTON CLEANUP
   Desktop gets one compact Explore control inside the main nav row.
   The existing hamburger remains untouched for phones. */
@media (min-width: 768px) {
  body.honky-home > .honky-header > .honky-menu-button,
  body:not(.honky-home) > .honky-header > .honky-menu-button {
    display: none !important;
  }

  .honky-header .honky-desktop-nav .desktop-explore-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    inset: auto !important;
    width: auto !important;
    min-width: 58px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 0 0 3px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(222,58,67,.72) !important;
    outline: 1px solid rgba(222,58,67,.28) !important;
    outline-offset: 2px !important;
    border-radius: 0 !important;
    background: rgba(18,7,8,.94) !important;
    color: #f2e8df !important;
    box-shadow: none !important;
    font: 600 7.5px/1 Oswald, sans-serif !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transform: none !important;
  }
  .honky-header .honky-desktop-nav .desktop-explore-button:hover,
  .honky-header .honky-desktop-nav .desktop-explore-button:focus-visible {
    background: #241012 !important;
    border-color: #e33d46 !important;
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .desktop-explore-button { display: none !important; }
}
