.mobile-nav-actions,
.mobile-drop-strip,
.mobile-drawer { display: none; }

@media (max-width: 768px) {
  body { scroll-padding-top: 108px; }
  body.mobile-menu-open { overflow: hidden; }

  .countdown-bar { display: none !important; }

  .navigation {
    position: sticky !important;
    top: 0;
    z-index: 700 !important;
    min-height: 62px;
    max-width: none !important;
    margin: 0 !important;
    padding: 11px 14px !important;
    background: #f2eadc;
    border-bottom: 1px solid #111;
    box-shadow: 0 7px 20px rgba(17, 17, 17, 0.11);
  }

  .home-page .navigation {
    background: #111;
    color: #f2eadc;
    border-bottom-color: rgba(242, 234, 220, 0.25);
    box-shadow: none;
  }

  .home-page .navigation .logo,
  .home-page .navigation .logo span,
  .home-page .mobile-menu-toggle {
    color: #f2eadc;
  }

  .navigation .logo { flex: 0 0 auto; font-size: 27px; }
  .navigation .logo small { display: none; }
  .navigation > .nav-links,
  .navigation > .nav-actions { display: none !important; }

  .mobile-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  .mobile-shop-cta {
    display: inline-flex;
    min-height: 38px;
    padding: 0 17px;
    align-items: center;
    justify-content: center;
    background: #e2571f;
    border: 1px solid #111;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 2px 2px 0 #111;
  }

  .mobile-menu-toggle {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 9px;
    align-content: center;
    gap: 5px;
    background: transparent;
    border: 0;
    color: #111;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
  }

  .mobile-drop-strip {
    position: sticky;
    top: 62px;
    z-index: 690;
    display: grid;
    grid-template-columns: auto 1fr auto;
    min-height: 38px;
    padding: 7px 14px;
    align-items: center;
    gap: 10px;
    background: #111;
    color: #f2eadc;
    border-bottom: 1px solid rgba(242, 234, 220, 0.25);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
  }

  .mobile-drop-time { display: flex; justify-content: center; align-items: baseline; gap: 3px; }
  .mobile-drop-time strong { color: #f0b429; font-family: "Oswald", sans-serif; font-size: 15px; letter-spacing: 0; }
  .mobile-drop-time small { margin-right: 4px; font-size: 8px; }
  .mobile-drop-join { text-align: right; color: #fff; }
  .mobile-drop-strip.is-live { background: #7a8b52; }

  .mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 900;
  }

  .mobile-drawer:not([hidden]) { display: block; }
  .mobile-drawer-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(17, 17, 17, 0.55); opacity: 0; transition: opacity 220ms ease; }
  .mobile-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: min(88vw, 360px);
    height: 100%;
    padding: 18px 20px 26px;
    flex-direction: column;
    background: #f2eadc;
    border-left: 2px solid #111;
    transform: translateX(102%);
    transition: transform 220ms ease;
  }
  .mobile-drawer.is-open .mobile-drawer-backdrop { opacity: 1; }
  .mobile-drawer.is-open .mobile-drawer-panel { transform: translateX(0); }
  .mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 2px solid #111; }
  .mobile-drawer-wordmark { font-family: "Oswald", sans-serif; font-size: 29px; font-weight: 700; }
  .mobile-drawer-wordmark span { color: #e2571f; }
  .mobile-drawer-close { width: 42px; height: 42px; border: 1px solid #111; background: #fff; font-size: 30px; line-height: 1; }
  .mobile-drawer-links { display: grid; padding: 22px 0; }
  .mobile-drawer-links a { display: flex; min-height: 54px; padding: 0 4px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(17,17,17,0.22); font-family: "Oswald", sans-serif; font-size: 23px; font-weight: 600; text-transform: uppercase; }
  .mobile-drawer-links a.is-accent { margin-top: 18px; padding: 0 16px; background: #e2571f; border: 2px solid #111; color: #fff; box-shadow: 4px 4px 0 #111; }
  .mobile-drawer-foot { display: flex; margin-top: auto; gap: 16px; flex-wrap: wrap; font-size: 11px; font-weight: 700; text-transform: uppercase; text-decoration: underline; }
}

@media (max-width: 370px) {
  .mobile-shop-cta { padding: 0 12px; font-size: 11px; }
  .mobile-drop-strip { grid-template-columns: auto 1fr; }
  .mobile-drop-join { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-drawer-backdrop,
  .mobile-drawer-panel { transition: none; }
}
