/* ============================================================
   VOLKS PREVIEW — preview.css
   3-page architecture supplement to site/style.css
   ============================================================ */

/* ── Nav logo size ── */
.nav__logo-img { height: 28px; }
@media (max-width: 767px) { .nav__logo-img { height: 45px; } }

/* ── Nav location picker — plain text, no pill ── */
.nav__location {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 0 8px 0 0;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 400;
  color: var(--black);
  cursor: pointer;
  min-height: 44px;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
  flex: 1;
  overflow: hidden;
}
.nav__location-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav__location-chevron { font-size: 14px; opacity: 0.45; flex-shrink: 0; }
@media (max-width: 767px) {
  .nav__location { justify-content: center; }
}
.nav__location:hover { opacity: 0.65; }
[data-time="evening"] .nav__location { color: var(--evening-text, #F5F5F3); }
[data-outlet="mblm"] .nav__location { color: var(--mblm-text); }

/* ── Nav hamburger ── */
.nav__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.nav__hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--black);
  border-radius: 2px;
  transition: background 0.3s;
}
[data-time="evening"] .nav__hamburger span { background: var(--evening-text, #F5F5F3); }
[data-outlet="mblm"] .nav__hamburger span { background: var(--mblm-text); }

/* ── Nav overlay — redesigned, fills from top ── */
.nav-overlay__inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  height: 100%;
  padding: 80px 2rem 2.5rem;
  gap: 0;
}
.nav-overlay__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 18px;
  font-family: var(--font);
  color: var(--black);
  cursor: pointer;
  opacity: 0.55;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
}
.nav-overlay__close:hover { opacity: 1; }
[data-time="evening"] .nav-overlay__close { color: var(--evening-text, #F5F5F3); }
[data-outlet="mblm"] .nav-overlay__close { color: var(--mblm-text); }

.nav-overlay__link {
  font-size: 24px !important;
  font-weight: 300 !important;
  padding: 12px 0 !important;
  min-height: 48px;
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: -0.01em;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
}
.nav-overlay__link:hover { opacity: 0.6; }
.nav-overlay__link--cta {
  font-weight: 300 !important;
  color: var(--black) !important;
  background: none !important;
  padding: 12px 0 !important;
  border-radius: 0 !important;
}
[data-time="evening"] .nav-overlay__link { color: var(--evening-text, #F5F5F3) !important; }
[data-outlet="mblm"] .nav-overlay__link { color: var(--mblm-text) !important; }

/* Hide Order Online link in overlay on ORQ evening */
[data-outlet="orq"][data-time="evening"] .nav-overlay__link[data-order-trigger] { display: none; }

.nav-overlay__spacer { flex: 1; min-height: 2rem; }

/* Locations section at bottom of overlay */
.nav-overlay__locations {
  padding: 1.25rem 0 0.75rem;
  border-top: 1px solid rgba(13,13,15,0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-bottom: 0.25rem;
}
.nav-overlay__loc-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(13,13,15,0.4);
  margin-bottom: 2px;
}
.nav-overlay__loc-current {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}
.nav-overlay__loc-other {
  font-size: 14px;
  font-weight: 300;
  color: rgba(13,13,15,0.45);
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
.nav-overlay__loc-other:hover { color: var(--black); }
.nav-overlay__contact {
  font-size: 13px;
  font-weight: 400;
  color: rgba(13,13,15,0.38);
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.nav-overlay__contact:hover { color: var(--black); }

[data-time="evening"] .nav-overlay__locations { border-top-color: rgba(255,255,255,0.08); }
[data-time="evening"] .nav-overlay__loc-label { color: rgba(245,245,243,0.35); }
[data-time="evening"] .nav-overlay__loc-current { color: var(--evening-text, #F5F5F3); }
[data-time="evening"] .nav-overlay__loc-other { color: rgba(245,245,243,0.4); }
[data-time="evening"] .nav-overlay__loc-other:hover { color: var(--evening-text, #F5F5F3); }
[data-time="evening"] .nav-overlay__contact { color: rgba(245,245,243,0.3); }
[data-time="evening"] .nav-overlay__contact:hover { color: var(--evening-text, #F5F5F3); }

[data-outlet="mblm"] .nav-overlay__locations { border-top-color: var(--mblm-border); }
[data-outlet="mblm"] .nav-overlay__loc-label { color: var(--mblm-muted); }
[data-outlet="mblm"] .nav-overlay__loc-current { color: var(--mblm-text); }
[data-outlet="mblm"] .nav-overlay__loc-other { color: var(--mblm-muted); }
[data-outlet="mblm"] .nav-overlay__loc-other:hover { color: var(--mblm-text); }
[data-outlet="mblm"] .nav-overlay__contact { color: var(--mblm-muted); }
[data-outlet="mblm"] .nav-overlay__contact:hover { color: var(--mblm-text); }

/* ── Hero section ── */
.hero {
  flex-direction: column;
  padding: 0 1.25rem;
  min-height: calc(100vh - 60px - 72px);
  min-height: calc(100dvh - 60px - 72px);
  background: var(--warm);
  width: 100%;
}
[data-time="evening"] .hero { background: var(--charcoal); }

/* ── Hero content — fills hero, distributes items evenly ── */
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  min-height: calc(100vh - 60px - 72px);
  min-height: calc(100dvh - 60px - 72px);
}

/* ── Hero display: weight 300, -0.02em tracking ── */
.hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
}

/* Day/night line switching — cancel animation on both, apply only to active line */
.hero__title-line--day,
.hero__title-line--evening {
  animation: none !important;
  opacity: 0;
}
[data-time="day"] .hero__title-line--day {
  animation: fade-up-in 0.8s var(--ease-out) 0.3s both !important;
}
[data-time="evening"] .hero__title-line--evening {
  animation: fade-up-in 0.8s var(--ease-out) 0.3s both !important;
}
[data-time="day"] .hero__title-line--evening { display: none; }
[data-time="evening"] .hero__title-line--day { display: none; }

/* ── Hero product image — 40vw, capped at 280px ── */
.hero__product-img {
  display: block;
  margin: 0 auto;
  width: 40vw;
  max-width: 280px;
  height: auto;
  object-fit: contain;
}

/* ── Hero scroll chevron ── */
.hero__scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(13,13,15,0.35);
  animation: scroll-bounce 2s var(--ease) infinite;
  pointer-events: none;
}
.hero__scroll svg { display: block; }
[data-time="evening"] .hero__scroll { color: rgba(245,245,243,0.3); }

/* ORQ hero — day/evening image swap */
[data-time="day"] .hero__product-img--day { display: block; }
[data-time="day"] .hero__product-img--evening { display: none; }
[data-time="evening"] .hero__product-img--day { display: none; }
[data-time="evening"] .hero__product-img--evening { display: block; max-height: 115px; }

/* ── MBLM hero — soft green background ── */
.hero--mblm { background: #DCE4D8; }
[data-outlet="mblm"] .hero__title,
.hero--mblm .hero__title { color: var(--black); }
[data-outlet="mblm"] .hero__sub,
.hero--mblm .hero__sub { color: rgba(13,13,15,0.55); }

/* ── Location identifier ── */
.location-id {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-grey-dark);
  text-align: center;
  padding: 18px 16px 0;
  background: var(--white);
}
[data-time="evening"] .location-id { background: #1C1C1C; color: var(--evening-muted); }
.location-id--mblm { background: var(--mblm-menu-bg); color: var(--mblm-soft); }

/* ── Menu tabs ── */
.menu-tabs {
  display: flex;
  border-bottom: 1px solid var(--grey-200);
  margin: 1rem 0 0;
}
.menu-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 14px 12px 13px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  position: relative;
  bottom: -1px;
  cursor: pointer;
  font-family: var(--font);
  transition: border-color 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.menu-tab__name {
  font-size: 13px;
  font-weight: 300;
  color: var(--warm-grey-dark);
  transition: font-weight 0.1s, color 0.15s;
}
.menu-tab__hours {
  font-size: 11px;
  font-weight: 300;
  color: var(--grey-400);
}

/* Active tab — driven by data-time attribute */
[data-time="day"] #tabDay,
[data-time="evening"] #tabEvening {
  border-bottom-color: var(--black);
}
[data-time="day"] #tabDay .menu-tab__name { font-weight: 500; color: var(--black); }
[data-time="evening"] #tabEvening .menu-tab__name { font-weight: 500; color: var(--evening-text); }
[data-time="evening"] #tabEvening { border-bottom-color: var(--evening-text); }
[data-time="evening"] .menu-tab__name { color: var(--evening-muted); }
[data-time="evening"] .menu-tab__hours { color: rgba(245,245,243,0.3); }
[data-time="evening"] .menu-tabs { border-bottom-color: rgba(255,255,255,0.08); }

/* ── Bar menu placeholder state ── */
.menu-card--placeholder {
  pointer-events: none;
}
.menu-card__trigger--static {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid var(--grey-200);
  background: none;
  font-family: var(--font);
}
.menu-card__trigger--static .menu-card__name {
  font-size: var(--text-sm);
  font-weight: 400;
  color: var(--black);
}
[data-time="evening"] .menu-card__trigger--static { border-bottom-color: rgba(255,255,255,0.07); }
[data-time="evening"] .menu-card__trigger--static .menu-card__name { color: var(--evening-stone); }
.menu-card__content--placeholder {
  display: none;
}
.menu-placeholder-text {
  font-size: 11px;
  font-weight: 300;
  color: var(--grey-400);
  letter-spacing: 0.03em;
  padding: 0.5rem 0 0.75rem;
}

/* ── Menu section top — slight breathing room below control strip ── */
[data-outlet="orq"] #menu.section,
[data-outlet="mblm"] #menu.section {
  padding-top: 8px;
}

/* ── Order section ── */
#order.section {
  padding: 2rem 0 2.5rem;
}

/* ── New order card (v2) ── */
.order-card-v2 {
  display: block;
  background: var(--cream);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  max-width: 420px;
  margin: 0 auto;
  transition: box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}
.order-card-v2:hover {
  box-shadow: 0 6px 24px rgba(13,13,15,0.1);
  transform: translateY(-2px);
}
.order-card-v2__photo {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center 30%;
}
#orq-order-v2 .order-card-v2__photo {
  background-image: url('images/ORQ shopfront.jpeg');
  background-position: center 30%;
}
#mblm-order-v2 .order-card-v2__photo {
  background-image: url('images/MBLM Shopfront.jpeg');
  background-position: center 35%;
}
.order-card-v2__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.order-card-v2__outlet {
  font-size: 15px;
  font-weight: 400;
  color: var(--black);
  display: block;
}
.order-card-v2__hours {
  font-size: 12px;
  font-weight: 400;
  color: var(--warm-grey-dark);
  display: block;
}
.order-card-v2__cta {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px;
  background: var(--black);
  color: var(--white);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  align-self: flex-start;
}

/* Evening mode order card */
[data-outlet="orq"][data-time="evening"] .order-card-v2 { background: var(--evening-card); }
[data-outlet="orq"][data-time="evening"] .order-card-v2__outlet { color: var(--evening-text); }
[data-outlet="orq"][data-time="evening"] .order-card-v2__hours { color: var(--evening-muted); }
[data-outlet="orq"][data-time="evening"] .order-card-v2__cta {
  background: var(--evening-text);
  color: var(--black);
}

/* MBLM order card on deep green bg */
[data-outlet="mblm"] .order-card-v2 { background: rgba(255,255,255,0.95); }
[data-outlet="mblm"] .order-card-v2__outlet { color: var(--mblm-text); }
[data-outlet="mblm"] .order-card-v2__hours { color: var(--mblm-muted); }
[data-outlet="mblm"] .order-card-v2__cta { background: var(--mblm-accent); color: var(--white); }

/* ── Universal site footer ── */
.site-footer {
  padding: 3rem var(--space-lg) 2.5rem;
  border-top: 1px solid rgba(13,13,15,0.07);
  background: var(--warm);
}
.site-footer__inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.site-footer__locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.site-footer__loc-name {
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--black);
  margin-bottom: 0.4rem;
}
.site-footer__loc-address,
.site-footer__loc-hours {
  font-size: var(--text-xs);
  font-weight: 300;
  color: rgba(13,13,15,0.52);
  line-height: 1.65;
  margin-bottom: 0.05rem;
}
.site-footer__map-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: var(--text-xs);
  font-weight: 400;
  color: rgba(13,13,15,0.52);
  text-decoration: none;
  transition: color 0.15s;
}
.site-footer__map-link:hover { color: var(--black); }
.site-footer__schedule {
  font-size: var(--text-xs);
  font-weight: 300;
  color: rgba(13,13,15,0.52);
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(13,13,15,0.06);
}
.site-footer__contact {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.site-footer__link {
  font-size: var(--text-xs);
  font-weight: 300;
  color: rgba(13,13,15,0.52);
  text-decoration: none;
  transition: color 0.15s;
}
.site-footer__link:hover { color: var(--black); }
.site-footer__copy {
  font-size: var(--text-xs);
  font-weight: 300;
  color: rgba(13,13,15,0.3);
  letter-spacing: 0.03em;
}

/* Footer evening */
[data-time="evening"] .site-footer {
  background: #0E0E0E;
  border-top-color: rgba(255,255,255,0.06);
}
[data-time="evening"] .site-footer__loc-name { color: var(--evening-text); }
[data-time="evening"] .site-footer__loc-address,
[data-time="evening"] .site-footer__loc-hours { color: var(--evening-muted); }
[data-time="evening"] .site-footer__map-link { color: var(--evening-muted); }
[data-time="evening"] .site-footer__map-link:hover { color: var(--evening-text); }
[data-time="evening"] .site-footer__schedule { border-top-color: rgba(255,255,255,0.06); color: var(--evening-muted); }
[data-time="evening"] .site-footer__link { color: var(--evening-muted); }
[data-time="evening"] .site-footer__link:hover { color: var(--evening-text); }
[data-time="evening"] .site-footer__copy { color: rgba(245,245,243,0.25); }

/* Footer MBLM */
[data-outlet="mblm"] .site-footer { background: var(--mblm-bg); border-top-color: var(--mblm-border); }
[data-outlet="mblm"] .site-footer__loc-name { color: var(--mblm-text); }
[data-outlet="mblm"] .site-footer__loc-address,
[data-outlet="mblm"] .site-footer__loc-hours { color: var(--mblm-muted); }
[data-outlet="mblm"] .site-footer__map-link { color: var(--mblm-muted); }
[data-outlet="mblm"] .site-footer__map-link:hover { color: var(--mblm-text); }
[data-outlet="mblm"] .site-footer__schedule { border-top-color: var(--mblm-border); color: var(--mblm-muted); }
[data-outlet="mblm"] .site-footer__link { color: var(--mblm-muted); }
[data-outlet="mblm"] .site-footer__link:hover { color: var(--mblm-text); }
[data-outlet="mblm"] .site-footer__copy { color: rgba(60,70,48,0.32); }

/* Footer mobile */
@media (max-width: 639px) {
  .site-footer { padding: 2.5rem 1.25rem 2rem; }
  .site-footer__locations { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ── Control Strip ── */
.control-strip {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 12px 20px;
  background: var(--white);
  position: relative;
  z-index: 90;
  padding-bottom: 16px;
  overflow: hidden;
  max-height: 120px;
  transition: background 0.4s ease, max-height 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
}
[data-time="evening"] .control-strip {
  background: #1C1C1C;
}

.control-strip--mblm {
  background: #DCE4D8;
}

.control-strip__mode {
  flex: 1;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  text-align: left;
  font-family: inherit;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.control-strip__mode.is-active {
  opacity: 1;
}

.control-strip__info {
  flex: 1;
  text-align: left;
}

.control-strip__label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--black, #0D0D0F);
  transition: color 0.4s ease;
}

[data-time="evening"] .control-strip__label {
  color: var(--evening-text, #F5F5F3);
}

.control-strip--mblm .control-strip__label {
  color: var(--black, #0D0D0F);
}

.control-strip__hours {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--warm-grey-dark, #5E5A55);
  transition: color 0.4s ease;
}

[data-time="evening"] .control-strip__hours {
  color: var(--evening-stone, #CFC8BE);
}

.control-strip__order {
  background: var(--black, #0D0D0F);
  color: var(--white, #FAFAF8);
  border: none;
  border-radius: 100px;
  padding: 10px 24px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.4s ease;
  -webkit-tap-highlight-color: transparent;
}

[data-time="evening"] .control-strip__order {
  background: var(--white, #FAFAF8);
  color: var(--black, #0D0D0F);
}

/* ── Nett notice (bar menu cards only) ── */
.nett-notice {
  font-size: 11px;
  font-weight: 400;
  color: var(--evening-stone, #CFC8BE);
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(207, 200, 190, 0.15);
  letter-spacing: 0.02em;
}

/* ── Sandwich section dividers ── */
.menu-section-divider {
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey-400);
  padding: 0.75rem 0 0.35rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--grey-200);
}
.menu-section-divider:first-child { margin-top: 0; border-top: none; padding-top: 0; }
[data-outlet="mblm"] .menu-section-divider { color: var(--mblm-muted); border-top-color: var(--mblm-border); }

/* ── Nav backdrop ── */
.home-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 299;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.home-nav-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* ── Mobile nav drawer — right-side panel ── */
.home-nav-drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(300px, 82vw);
  z-index: 300;
  background: var(--warm);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  overflow-y: auto;
}
.home-nav-drawer.is-open {
  transform: translateX(0);
  pointer-events: auto;
}
[data-time="evening"] .home-nav-drawer {
  background: var(--charcoal);
}
.home-nav-drawer__inner {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 16px 24px calc(32px + env(safe-area-inset-bottom));
}
.home-nav-drawer__close {
  align-self: flex-end;
  background: none;
  border: none;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 300;
  color: rgba(13,13,15,0.35);
  cursor: pointer;
  padding: 8px;
  margin-right: -8px;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s;
}
.home-nav-drawer__close:hover { color: var(--black); }
[data-time="evening"] .home-nav-drawer__close { color: rgba(250,250,248,0.35); }
[data-time="evening"] .home-nav-drawer__close:hover { color: var(--white); }

.home-nav-drawer__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}

/* All primary nav items — equal weight/size */
.home-nav-drawer__item {
  font-family: var(--font);
  font-size: 20px;
  font-weight: 300;
  color: var(--black);
  text-decoration: none;
  line-height: 1;
  padding: 16px 0;
  border-bottom: 1px solid rgba(13,13,15,0.08);
  display: block;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
}
.home-nav-drawer__item:last-child { border-bottom: none; }
.home-nav-drawer__item:active { opacity: 0.5; }
.home-nav-drawer__item--locations {
  cursor: default;
  pointer-events: none;
}
[data-time="evening"] .home-nav-drawer__item { color: var(--white); border-bottom-color: rgba(250,250,248,0.08); }

/* Location sub-items */
.home-nav-drawer__sub {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 0 10px 16px;
  border-bottom: 1px solid rgba(13,13,15,0.06);
  text-decoration: none;
  transition: opacity 0.15s;
}
.home-nav-drawer__sub:last-of-type {
  border-bottom: 1px solid rgba(13,13,15,0.08);
}
.home-nav-drawer__sub:active { opacity: 0.5; }
.home-nav-drawer__sub-name {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 300;
  color: var(--black);
}
.home-nav-drawer__sub-desc {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 300;
  color: rgba(13,13,15,0.38);
}
[data-time="evening"] .home-nav-drawer__sub { border-bottom-color: rgba(250,250,248,0.06); }
[data-time="evening"] .home-nav-drawer__sub:last-of-type { border-bottom-color: rgba(250,250,248,0.08); }
[data-time="evening"] .home-nav-drawer__sub-name { color: var(--white); }
[data-time="evening"] .home-nav-drawer__sub-desc { color: rgba(250,250,248,0.38); }

/* Footer */
.home-nav-drawer__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}
.home-nav-drawer__footer-link {
  font-size: 11px;
  font-weight: 400;
  color: rgba(13,13,15,0.35);
  text-decoration: none;
  transition: color 0.15s;
}
.home-nav-drawer__footer-link:hover { color: var(--black); }
.home-nav-drawer__footer-dot { font-size: 11px; color: rgba(13,13,15,0.2); }
[data-time="evening"] .home-nav-drawer__footer-link { color: rgba(250,250,248,0.35); }
[data-time="evening"] .home-nav-drawer__footer-link:hover { color: var(--white); }
[data-time="evening"] .home-nav-drawer__footer-dot { color: rgba(250,250,248,0.2); }

@media (max-width: 767px) {
  .home-nav-backdrop { display: block; }
  .home-nav-drawer { display: block; }
}

/* ============================================================
   HOMEPAGE — base styles (desktop ≥768px)
   ============================================================ */

.page--home {
  background: var(--warm);
  color: var(--black);
  min-height: 100svh;
}

/* ── Nav ── */
.home-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--space-lg);
  background: rgba(245,244,239,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(13,13,15,0.07);
}
.home-nav__logo-img { height: 45px; width: auto; display: block; }
.home-nav__right { display: flex; align-items: center; gap: 1.25rem; }
.home-nav__link {
  font-size: var(--text-xs);
  font-weight: 400;
  color: rgba(13,13,15,0.55);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.home-nav__link:hover { color: var(--black); }
.home-nav__hamburger { display: none; }
.home-nav__icons { display: none; }
.home-nav__icon-btn {
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; padding: 8px; cursor: pointer;
  color: var(--black); -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

/* Homepage nav Order Online button */
.home-nav__order {
  background: var(--black, #0D0D0F);
  color: var(--white, #FAFAF8);
  border: none;
  border-radius: 100px;
  padding: 9px 20px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

/* ── Homepage hero — editorial layout ── */
.home-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: calc(var(--nav-h) + 48px) 0 48px;
  background: var(--warm);
  position: relative;
  gap: 0;
}

.home-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}

/* Photo — full bleed edge to edge, contained height */
.home-hero__photo {
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}
.home-hero__photo-img {
  display: block;
  width: 100%;
  height: 70vw;
  max-height: 360px;
  object-fit: cover;
  object-position: 58% 42%;
  filter: brightness(1.06) contrast(0.98) saturate(0.95);
}
.home-hero__logo {
  height: 40px;
  width: auto;
  display: block;
}
.home-hero__tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.4rem, 10vw, 4rem);
  letter-spacing: -0.01em;
  line-height: 1.05;
  color: var(--black);
  margin: 0;
}
.home-hero__est {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-grey-dark);
  margin-top: 0.875rem;
}
.home-hero__scroll {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.45;
  animation: scroll-bounce 2s var(--ease) infinite;
  pointer-events: none;
  color: var(--black);
}
.home-hero__scroll svg { display: block; }
@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0); opacity: 0.45; }
  50%       { transform: translateY(5px); opacity: 0.3; }
}
@media (min-width: 768px) {
  .home-hero {
    padding: calc(var(--nav-h) + 100px) 2rem 80px;
  }
  .home-hero__scroll { display: none; }
}

/* ── Cards section — desktop: 2-column grid ── */
.home-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 2.5rem 32px 5rem;
  max-width: 1440px;
  margin: 0 auto;
  background: var(--warm);
}

/* Card base — portal, all viewports */
.home-card {
  position: relative;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--warm-grey-dark);
  border: none;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s var(--ease);
  display: block;
}
.home-card:active { transform: scale(0.985); }

/* Photo fills card entirely */
.home-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s var(--ease);
}
.home-card:hover .home-card__image { transform: scale(1.03); }
.home-card__image--orq {
  background-image: url('images/ORQ shopfront.jpeg');
  background-position: center 30%;
}
.home-card__image--mblm {
  background-image: url('images/MBLM Shopfront.jpeg');
  background-position: center 35%;
}

/* Frosted label — sits on photo bottom, day-palette */
.home-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 18px 18px;
  background: rgba(245,244,239,0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 2;
}
.home-card__loc {
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0;
}
.home-card__brand { display: none; }
.home-card__tagline {
  font-size: 12px;
  font-weight: 300;
  color: var(--warm-grey-dark);
  line-height: 1.4;
}
.home-card__tags { display: none; }
.home-card__explore { display: none; }

/* Arrow — top right of frosted label */
.home-card__body::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: rgba(13,13,15,0.3);
  font-size: 14px;
  font-family: var(--font);
  transition: transform 0.2s var(--ease), color 0.2s;
}
.home-card:hover .home-card__body::after,
.home-card:active .home-card__body::after {
  transform: translateY(-50%) translateX(4px);
  color: var(--black);
}

/* ============================================================
   HOMEPAGE — mobile overrides (≤767px)
   ============================================================ */

@media (max-width: 767px) {

  /* Nav */
  .home-nav {
    height: 64px;
    padding: 0 16px 0 6px;
    background: var(--warm);
    border-bottom: 1px solid rgba(13,13,15,0.06);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .home-nav__logo-img { height: 45px; }
  .home-nav__right { display: none; }
  .home-nav__icons { display: flex; align-items: center; gap: 0; margin-left: auto; margin-right: 4px; }
  .home-nav__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  /* Hero — mobile overrides */
  .home-hero {
    padding: calc(64px + 39px) 1.25rem 35px;
  }
  .home-hero__logo { height: 32px; }
  .home-hero__tagline { margin-top: 1rem; }

  /* Cards container — stacked, compact */
  .home-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px 66px 24px;
    max-width: none;
    margin: 0;
    border-top: 1px solid rgba(13,13,15,0.07);
  }
  .home-cards__heading {
    text-align: center;
    margin-bottom: 0;
  }

  /* Card — stacked layout on mobile: image top, body below */
  .home-card { height: auto; }
  .home-card__image { position: relative; inset: auto; height: 130px; }
  .home-card__body { position: relative; bottom: auto; left: auto; right: auto; padding: 12px 16px 16px; }
  .home-card__loc { font-size: 15px; }
  .home-card__brand { font-size: 11px; }
  .home-card__tagline { font-size: 12px; }
}

/* ── Order bottom sheet ── */
.order-sheet-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.order-sheet-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.order-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white, #FAFAF8);
  border-radius: 20px 20px 0 0;
  padding: 12px 20px calc(28px + env(safe-area-inset-bottom));
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.order-sheet.is-active {
  transform: translateY(0);
}

.order-sheet__handle {
  width: 36px;
  height: 4px;
  background: var(--warm-grey-light, #B8B4AE);
  border-radius: 2px;
  margin: 0 auto 18px;
}

.order-sheet__title {
  font-size: 13px;
  font-weight: 400;
  color: var(--warm-grey-dark, #5E5A55);
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

/* Two-column card grid */
.order-sheet__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.order-sheet__card {
  display: flex;
  flex-direction: column;
  background: var(--warm, #F5F4EF);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
  -webkit-tap-highlight-color: transparent;
}

.order-sheet__card:active {
  transform: scale(0.97);
}

.order-sheet__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center 30%;
  flex-shrink: 0;
}

.order-sheet__photo--orq {
  background-image: url('images/ORQ shopfront.jpeg');
  background-position: center 30%;
}

.order-sheet__photo--mblm {
  background-image: url('images/MBLM Shopfront.jpeg');
  background-position: center 35%;
}

.order-sheet__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 12px 14px;
}

.order-sheet__name {
  font-size: 14px;
  font-weight: 500;
  color: var(--black, #0D0D0F);
  line-height: 1.2;
}

.order-sheet__hours {
  font-size: 10px;
  font-weight: 400;
  color: var(--warm-grey-dark, #5E5A55);
  line-height: 1.5;
}

/* ============================================================
   SEGMENTED CONTROL — ORQ day/night toggle
   ============================================================ */

.segment-control {
  display: flex;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 3px;
  flex: 1;
}
[data-time="evening"] .segment-control {
  background: rgba(255, 255, 255, 0.08);
}
.segment-control__btn {
  flex: 1;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 8px;
  font-family: var(--font);
  text-align: left;
  position: relative;
  z-index: 1;
  min-height: 44px;
  transition: background 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.segment-control__btn.is-active {
  background: var(--white, #FAFAF8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  opacity: 1;
}
[data-time="evening"] .segment-control__btn.is-active {
  background: var(--evening-card, #24262C);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.segment-control__btn:not(.is-active) {
  opacity: 0.45;
}
.segment-control__label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
  transition: color 0.3s ease;
}
[data-time="evening"] .segment-control__label {
  color: var(--evening-text, #F5F5F3);
}
.segment-control__hours {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--warm-grey-dark);
  margin-top: 1px;
  transition: color 0.3s ease;
}
[data-time="evening"] .segment-control__hours {
  color: var(--evening-stone, #CFC8BE);
}

/* MBLM segment control — green track, always-day */
.segment-control--mblm {
  background: rgba(0, 0, 0, 0.08);
}
.segment-control--mblm .segment-control__btn.is-active {
  background: var(--white, #FAFAF8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
}
.segment-control--mblm .segment-control__label {
  color: var(--black, #0D0D0F);
}
.segment-control--mblm .segment-control__hours {
  color: #5A6B57;
}

/* ============================================================
   LOCATION BOTTOM SHEET
   ============================================================ */

.location-sheet-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(13,13,15,0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.location-sheet-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.location-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--warm, #F5F4EF);
  border-radius: 20px 20px 0 0;
  padding: 0 20px calc(28px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 480px;
  margin: 0 auto;
}
.location-sheet.is-active {
  transform: translateY(0);
}
[data-time="evening"] .location-sheet {
  background: var(--evening-card, #24262C);
}
.location-sheet__handle {
  width: 36px;
  height: 4px;
  background: rgba(13,13,15,0.15);
  border-radius: 2px;
  margin: 12px auto 20px;
}
[data-time="evening"] .location-sheet__handle { background: rgba(245,245,243,0.2); }

.location-sheet__title {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(13,13,15,0.4);
  margin-bottom: 8px;
}
[data-time="evening"] .location-sheet__title { color: var(--evening-muted, #8B8680); }

.location-sheet__card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(13,13,15,0.07);
  min-height: 56px;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
}
.location-sheet__card:last-child { border-bottom: none; }
.location-sheet__card:active { opacity: 0.6; }
[data-time="evening"] .location-sheet__card { border-color: rgba(245,245,243,0.07); }

.location-sheet__dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  border: 1.5px solid rgba(13,13,15,0.3);
  flex-shrink: 0;
}
.location-sheet__card.is-current .location-sheet__dot {
  background: var(--black, #0D0D0F);
  border-color: var(--black, #0D0D0F);
}
[data-time="evening"] .location-sheet__dot { border-color: rgba(245,245,243,0.3); }
[data-time="evening"] .location-sheet__card.is-current .location-sheet__dot {
  background: var(--evening-text, #F5F5F3);
  border-color: var(--evening-text, #F5F5F3);
}

.location-sheet__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.location-sheet__name {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--black, #0D0D0F);
}
.location-sheet__desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(13,13,15,0.42);
}
[data-time="evening"] .location-sheet__name { color: var(--evening-text, #F5F5F3); }
[data-time="evening"] .location-sheet__desc { color: var(--evening-muted, #8B8680); }

/* ============================================================
   NAV LOCATION DROPDOWN
   ============================================================ */

.nav-location-dropdown {
  position: fixed;
  top: var(--nav-h);
  left: 0; right: 0;
  z-index: 95;
  background: rgba(245,244,239,0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(13,13,15,0.07);
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.22s var(--ease-out), opacity 0.22s var(--ease-out);
}
.nav-location-dropdown.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.nav-location-dropdown__inner {
  padding: 16px 20px 20px;
  max-width: var(--max-w);
}
.nav-location-dropdown__label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(13,13,15,0.4);
  margin-bottom: 10px;
}
.nav-location-dropdown__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(13,13,15,0.06);
  text-decoration: none;
  color: inherit;
  min-height: 52px;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
}
.nav-location-dropdown__item:last-child { border-bottom: none; }
.nav-location-dropdown__item:active { opacity: 0.6; }
.nav-location-dropdown__dot {
  width: 8px; height: 8px;
  min-width: 8px;
  border-radius: 50%;
  border: 1.5px solid rgba(13,13,15,0.25);
  flex-shrink: 0;
}
.nav-location-dropdown__item.is-current .nav-location-dropdown__dot {
  background: var(--black);
  border-color: var(--black);
}
.nav-location-dropdown__info { display: flex; flex-direction: column; gap: 2px; }
.nav-location-dropdown__name { font-size: 15px; font-weight: 400; color: var(--black); }
.nav-location-dropdown__desc { font-size: 12px; font-weight: 300; color: rgba(13,13,15,0.45); }

/* Evening dropdown */
[data-time="evening"] .nav-location-dropdown {
  background: rgba(26,26,30,0.98);
  border-bottom-color: rgba(245,245,243,0.08);
}
[data-time="evening"] .nav-location-dropdown__label { color: rgba(245,245,243,0.35); }
[data-time="evening"] .nav-location-dropdown__item { border-bottom-color: rgba(245,245,243,0.07); }
[data-time="evening"] .nav-location-dropdown__dot { border-color: rgba(245,245,243,0.25); }
[data-time="evening"] .nav-location-dropdown__item.is-current .nav-location-dropdown__dot {
  background: var(--evening-text, #F5F5F3);
  border-color: var(--evening-text, #F5F5F3);
}
[data-time="evening"] .nav-location-dropdown__name { color: var(--evening-text, #F5F5F3); }
[data-time="evening"] .nav-location-dropdown__desc { color: rgba(245,245,243,0.4); }
/* Override outlet-specific colors when in evening mode (specificity 0-3-0 beats 0-2-0) */
[data-time="evening"] .nav-location-dropdown__item[data-outlet="mblm"] .nav-location-dropdown__name { color: var(--evening-text, #F5F5F3); }
[data-time="evening"] .nav-location-dropdown__item[data-outlet="mblm"] .nav-location-dropdown__desc { color: rgba(245,245,243,0.4); }

/* MBLM dropdown */
[data-outlet="mblm"] .nav-location-dropdown {
  background: rgba(220,228,216,0.98);
  border-bottom-color: rgba(78,106,82,0.15);
}
[data-outlet="mblm"] .nav-location-dropdown__label { color: var(--mblm-muted); }
[data-outlet="mblm"] .nav-location-dropdown__item { border-bottom-color: var(--mblm-border); }
[data-outlet="mblm"] .nav-location-dropdown__dot { border-color: rgba(78,106,82,0.3); }
[data-outlet="mblm"] .nav-location-dropdown__item.is-current .nav-location-dropdown__dot {
  background: var(--mblm-text);
  border-color: var(--mblm-text);
}
[data-outlet="mblm"] .nav-location-dropdown__name { color: var(--mblm-text); }
[data-outlet="mblm"] .nav-location-dropdown__desc { color: var(--mblm-muted); }

/* ============================================================
   FIXED BOTTOM ORDER BAR
   ============================================================ */

.order-bar {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  z-index: 200;
  background: var(--charcoal, #1A1A1E);
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}
.order-bar__btn {
  background: none;
  border: none;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  color: var(--white, #FAFAF8);
  cursor: pointer;
  padding: 4px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0;
  transition: opacity 0.15s;
}
.order-bar__btn:hover { opacity: 0.75; }

/* MBLM — dark green bar */
[data-outlet="mblm"] .order-bar {
  background: #4E6A52;
}
[data-outlet="mblm"] .order-bar__btn { color: #FAFAF8; }

/* Hidden on ORQ evening (walk-in only) */
[data-outlet="orq"][data-time="evening"] .order-bar { display: none; }

/* Body padding for fixed bar */
body { padding-bottom: calc(52px + env(safe-area-inset-bottom)); }
[data-outlet="orq"][data-time="evening"] body { padding-bottom: 0; }
.page--home { padding-bottom: calc(52px + env(safe-area-inset-bottom)); }

/* ============================================================
   44px TOUCH TARGETS — AUDIT
   ============================================================ */

.nav__location { min-height: 44px; }
.nav__hamburger { min-height: 44px; min-width: 44px; }
.menu-card__trigger { min-height: 44px; }
.site-footer__link { padding-top: 8px; padding-bottom: 8px; display: inline-flex; align-items: center; }

/* ============================================================
   DESKTOP LAYOUT — 768px+
   Premium layout: Apple/Nike-level breathing room.
   IMPORTANT: Nothing above this block should be changed.
   Mobile layout is locked — all desktop overrides scoped here.
   ============================================================ */

@media (min-width: 768px) {

  /* ── Desktop tokens ── */
  :root {
    --max-w-desktop: 1200px;
    --max-w-menu: 960px;
  }

  /* ── Hide sticky order bar on desktop ── */
  .order-bar { display: none; }
  body { padding-bottom: 0; }
  [data-outlet="orq"][data-time="evening"] body { padding-bottom: 0; }
  .page--home { padding-bottom: 0; }

  /* ============================================================
     HOMEPAGE — DESKTOP
     ============================================================ */

  /* Nav — ghost, no border until scroll. Wider padding. */
  .home-nav {
    height: 72px;
    padding: 0 48px;
    border-bottom: 1px solid transparent;
    background: rgba(245,244,239,0.85);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease);
  }
  .home-nav__logo-img { height: 45px; }

  /* Nav right links — refined spacing */
  .home-nav__right {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .home-nav__link {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .home-nav__group {
    gap: 0.75rem;
  }
  .home-nav__group-label {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--black);
  }
  .home-nav__group-link {
    font-size: 11px;
    color: rgba(13,13,15,0.4);
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* Order button becomes quiet text link on homepage desktop */
  .home-nav__order {
    background: none;
    color: var(--black);
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    border-radius: 0;
    transition: opacity 0.15s;
  }
  .home-nav__order:hover { opacity: 0.55; }

  /* Hero — editorial layout, desktop */
  .home-hero {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: calc(72px + 2rem) 2rem 3rem;
    gap: 0;
  }

  .home-hero__text {
    padding: 0;
  }

  .home-hero__photo {
    margin-top: 2rem;
    max-width: 800px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 32px rgba(13,13,15,0.09);
  }

  .home-hero__photo-img {
    height: 288px;
    max-height: none;
    width: 100%;
    object-fit: cover;
    object-position: 50% 45%;
    filter: brightness(1.08) contrast(0.98) saturate(0.95);
  }

  .home-hero__actions {
    margin-top: 2rem;
    justify-content: center;
  }

  .home-hero__story-link {
    display: inline-block;
    margin-top: 1rem;
    text-align: center;
  }

  .home-hero__tagline {
    font-size: clamp(3.5rem, 5.5vw, 5.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-top: 0;
    line-height: 1.05;
  }
  .home-hero__est {
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-top: 1.5rem;
    color: var(--warm-grey-dark);
  }
  .home-hero__scroll { display: none; }

  /* Cards — cinematic, wide, tall images */
  .home-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 5rem 48px 7rem;
    max-width: var(--max-w-desktop);
    margin: 0 auto;
  }
  /* Desktop: image IS the card — portal treatment */
  .home-card {
    position: relative;
    height: 420px;
    border-radius: 16px;
    border: none;
    overflow: hidden;
    background: var(--black);
    transition: transform 0.45s var(--ease);
  }
  .home-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(13,13,15,0.18);
  }

  /* Image fills entire card */
  .home-card__image {
    position: absolute;
    inset: 0;
    height: 100%;
    background-size: cover;
    transition: transform 0.65s var(--ease), opacity 0.45s var(--ease);
    opacity: 0.92;
  }
  .home-card:hover .home-card__image {
    transform: scale(1.04);
    opacity: 1;
  }

  /* Text overlaid at bottom with gradient scrim */
  .home-card__body {
    position: absolute;
    inset: 0;
    top: auto;
    bottom: 0;
    padding: 64px 28px 28px;
    background: linear-gradient(
      to top,
      rgba(13,13,15,0.80) 0%,
      rgba(13,13,15,0.40) 55%,
      transparent 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;
    z-index: 2;
  }

  .home-card__loc {
    font-size: 20px;
    font-weight: 500;
    color: var(--white, #FAFAF8);
    letter-spacing: 0;
  }
  .home-card__tagline {
    font-size: 13px;
    font-weight: 300;
    color: rgba(250,250,248,0.65);
    margin-top: 2px;
  }

  /* Tags — hidden on desktop, replaced by arrow cue */
  .home-card__tags { display: none; }

  /* Arrow — always present, animates on hover */
  .home-card__body::after {
    content: '→';
    position: absolute;
    top: 28px;
    right: 28px;
    color: rgba(250,250,248,0.5);
    font-size: 16px;
    font-family: var(--font);
    transition: transform 0.25s var(--ease), color 0.25s;
  }
  .home-card:hover .home-card__body::after {
    transform: translateX(5px);
    color: var(--white, #FAFAF8);
  }

  /* ============================================================
     OUTLET PAGES — NAV DESKTOP
     ============================================================ */

  .nav {
    height: 72px;
    padding: 0 48px;
  }
  .nav__logo-img { height: 24px; }

  /* Location picker — desktop: show as text, no chevron needed */
  .nav__location {
    font-size: 14px;
    justify-content: flex-start;
    flex: none;
    margin-left: 1.5rem;
  }

  /* Hamburger → hidden on desktop, show inline links instead */
  .nav__hamburger { display: none; }

  /* Desktop nav links — shown in-line */
  .nav__links {
    display: flex;
    gap: 2rem;
    margin-left: auto;
  }

  /* Nav mode icon */
  .nav__mode-icon { margin-left: 0; }

  /* Location dropdown — constrain width */
  .nav-location-dropdown__inner {
    max-width: var(--max-w-menu);
    margin: 0 auto;
    padding: 16px 48px 20px;
  }

  /* ============================================================
     OUTLET PAGES — HERO DESKTOP
     ============================================================ */

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: calc(72px + 4rem) 2rem 6rem;
  }
  .hero__content {
    max-width: 700px;
    min-height: calc(100vh - 72px - 4rem - 6rem);
    min-height: calc(100svh - 72px - 4rem - 6rem);
    justify-content: center;
    gap: 1.5rem;
  }
  .hero__logo {
    width: clamp(180px, 22vw, 260px);
  }
  .hero__product-img {
    width: 22%;
    max-width: 300px;
  }
  .hero__title {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
  }
  .hero__scroll { display: none; }

  /* ============================================================
     OUTLET PAGES — MENU DESKTOP
     ============================================================ */

  /* Menu container — wider */
  .section .container {
    max-width: var(--max-w-menu);
    padding: 0 48px;
  }

  /* Control strip — transparent, aligned with menu grid */
  .control-strip {
    max-width: var(--max-w-menu);
    margin: 0 auto;
    padding: 12px 48px 16px;
    background: transparent;
  }
  [data-time="evening"] .control-strip { background: transparent; }
  .control-strip--mblm { background: transparent; }

  /* Location identifier — transparent, aligned */
  .location-id {
    max-width: var(--max-w-menu);
    margin: 0 auto;
    padding: 18px 48px 0;
    background: transparent;
  }
  .location-id--mblm { background: transparent; }

  /* Menu accordion — 2-column grid */
  .menu-accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  /* When a card is open, span full width for comfortable reading */
  .menu-card.is-open {
    grid-column: 1 / -1;
  }

  /* Menu cards — more padding on desktop */
  .menu-card__trigger {
    padding: 1.5rem 1.75rem;
  }
  .menu-card__inner {
    padding: 0 1.75rem 2rem;
  }

  /* Menu switch link wrap — span both columns */
  .menu-switch-link-wrap {
    grid-column: 1 / -1;
  }

  /* ============================================================
     OUTLET PAGES — ORDER SECTION DESKTOP
     ============================================================ */

  /* Order card — wider on desktop */
  .order-card-v2 {
    max-width: 520px;
  }
  .order-card-v2__photo {
    height: 240px;
  }
  .order-card-v2__body {
    padding: 24px 28px;
    gap: 6px;
  }
  .order-card-v2__outlet { font-size: 17px; }

  /* ============================================================
     FOOTER — DESKTOP
     Full-width band, generous padding, wider grid
     ============================================================ */

  .site-footer {
    padding: 5rem 48px 3.5rem;
  }
  .site-footer__inner {
    max-width: var(--max-w-desktop);
    margin: 0 auto;
  }
  .site-footer__locations {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 2.5rem;
  }
  .site-footer__loc-name {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 0.6rem;
  }
  .site-footer__loc-address,
  .site-footer__loc-hours {
    font-size: 12px;
    line-height: 1.75;
  }
  .site-footer__map-link {
    font-size: 12px;
    margin-top: 0.75rem;
  }
  .site-footer__schedule {
    font-size: 12px;
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .site-footer__contact {
    gap: 2rem;
    margin-bottom: 0.75rem;
  }
  .site-footer__link {
    font-size: 13px;
    font-weight: 400;
    color: rgba(13,13,15,0.6);
  }
  .site-footer__copy {
    font-size: 11px;
    color: rgba(13,13,15,0.25);
  }

  /* ============================================================
     ORDER SHEET — DESKTOP: Centered modal instead of bottom sheet
     ============================================================ */

  .order-sheet {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
    border-radius: 20px;
    max-width: 440px;
    width: calc(100% - 48px);
    padding: 0 24px 28px;
    transition: transform 0.3s var(--ease-out), opacity 0.3s var(--ease-out);
  }
  .order-sheet.is-active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .order-sheet__handle { display: none; }

}

/* ============================================================
   LARGE DESKTOP — 1200px+
   Even more breathing room
   ============================================================ */

@media (min-width: 1200px) {

  /* Homepage hero — bigger type */
  .home-hero__tagline {
    font-size: 4.5rem;
  }

  /* Cards — taller images */
  .home-card__image {
    height: 420px;
  }

  /* Outlet hero — bigger product images */
  .hero__product-img {
    max-width: 340px;
  }

  /* Wider menu area */
  :root {
    --max-w-menu: 1040px;
  }

}

/* ============================================================
   OUR STORY PAGE
   ============================================================ */

/* ── Hero ── */
.story-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: calc(var(--nav-h) + 40px) 1.25rem 60px;
  background: var(--warm);
  position: relative;
}
.story-hero__logo {
  height: 36px;
  width: auto;
  display: block;
  opacity: 0;
  animation: story-fade-in 0.8s var(--ease) 0.1s forwards;
}
.story-hero__title {
  font-family: var(--font);
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--black);
  margin-top: 1.5rem;
  opacity: 0;
  animation: story-fade-up 0.8s var(--ease-out) 0.3s forwards;
}
.story-hero__sub {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-grey-dark);
  margin-top: 1rem;
  opacity: 0;
  animation: story-fade-up 0.8s var(--ease-out) 0.5s forwards;
}
.story-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  animation: scroll-bounce 2s var(--ease) infinite;
  color: var(--black);
}
.story-hero__scroll svg { display: block; }

@keyframes story-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes story-fade-up {
  from { opacity: 0; transform: translateY(1.2rem); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Timeline content ── */
.story {
  background: var(--warm);
  padding: 0 1.25rem var(--space-section);
}
.story__inner {
  max-width: 600px;
  margin: 0 auto;
}

/* Each timeline block */
.story__block {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-bottom: 1px solid rgba(13,13,15,0.06);
}
.story__block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Year marker */
.story__year {
  display: block;
  font-family: var(--font);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 200;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 1.25rem;
  line-height: 1;
}

/* Body paragraphs */
.story__block p {
  font-family: var(--font);
  font-size: clamp(0.9375rem, 1.2vw + 0.5rem, 1.0625rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--grey-600);
  margin-bottom: 1.25rem;
}
.story__block p:last-child {
  margin-bottom: 0;
}

/* Opening line — bigger, bolder */
.story__intro {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important;
  font-weight: 300 !important;
  color: var(--black) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em;
}

/* Coda — the matcha callback */
.story__coda {
  font-style: italic;
  color: var(--warm-grey-dark) !important;
}

/* Closing line */
.story__closer {
  font-size: clamp(1.25rem, 3vw, 1.75rem) !important;
  font-weight: 300 !important;
  color: var(--black) !important;
  line-height: 1.35 !important;
  letter-spacing: -0.015em;
}

/* ── Story images — all photos same width, centred ── */
:root { --story-img-w: 68%; }

.story__img,
.story__img--wide {
  width: var(--story-img-w);
  border-radius: var(--radius);
  margin: 0 auto 1.5rem;
  display: block;
}
.story__img-pair {
  width: 80%;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.story__img-pair img {
  width: 100%;
  border-radius: var(--radius-sm);
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.story__img-caption {
  font-size: var(--text-xs);
  font-weight: 300;
  color: rgba(13,13,15,0.35);
  letter-spacing: 0.03em;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* ── Scroll reveal ── */
.story__reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.story__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Nav group — "Our Locations" with inline sub-links ── */
.home-nav__group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.home-nav__group-label {
  font-size: var(--text-xs);
  font-weight: 400;
  color: var(--black);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.home-nav__group-link {
  font-size: 10px;
  font-weight: 400;
  color: rgba(13,13,15,0.4);
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.15s;
}
.home-nav__group-link:hover {
  color: var(--black);
}

/* ── Nav active state ── */
.home-nav__link--active {
  color: var(--black) !important;
}

/* ── Drawer primary link ── */
.home-nav-drawer__link--primary {
  font-weight: 500;
  color: var(--black);
}
.home-nav-drawer__link--active {
  color: var(--black);
  font-weight: 500;
}

/* ── Mobile ── */
@media (max-width: 639px) {
  .story-hero {
    min-height: 85vh;
    min-height: 85dvh;
    padding: calc(var(--nav-h) + 60px) 1.25rem 40px;
  }
  .story-hero__logo { height: 28px; }
  .story-hero__title { margin-top: 1.25rem; }

  .story__inner { max-width: 100%; }
  .story__block { padding: 2rem 0; }
  .story__year { font-size: 2rem; margin-bottom: 1rem; }
}

/* ── Desktop ── */
@media (min-width: 900px) {
  .story-hero__logo { height: 44px; }
  .story-hero__scroll { display: none; }

  .story { padding: 0 2rem var(--space-section); }
  .story__inner { max-width: 640px; }
  .story__block { padding: clamp(3rem, 5vw, 4.5rem) 0; }

  .story__block p {
    font-size: 1.0625rem;
    line-height: 1.8;
  }

  .story__img-pair { gap: 0.75rem; }
}

@media (min-width: 1200px) {
  .story__inner { max-width: 680px; }
  .story-hero__title { font-size: 5rem; }

}

/* ============================================================
   HOMEPAGE — new elements (hero desc, CTAs, card tags, story strip)
   ============================================================ */

/* Hero descriptor */
.home-hero__desc {
  font-size: 15px;
  font-weight: 300;
  color: rgba(13,13,15,0.45);
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}

/* Hero actions */
.home-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1.75rem;
  padding: 0 1.25rem;
}

.home-hero__cta {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-decoration: none;
  border-radius: 100px;
  padding: 11px 24px;
  transition: opacity 0.15s;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
}

.home-hero__cta--primary {
  background: var(--black);
  color: var(--white);
  border: none;
  display: inline-flex;
}

.home-hero__cta--ghost {
  background: none;
  color: rgba(13,13,15,0.7);
  border: 1px solid rgba(13,13,15,0.35);
}

.home-hero__cta:hover { opacity: 0.65; }

.home-hero__story-link {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 400;
  color: rgba(13,13,15,0.45);
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-top: 0.75rem;
  transition: color 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.home-hero__story-link:hover { color: var(--black); }

/* Cards section heading */
.home-cards__heading {
  grid-column: 1 / -1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13,13,15,0.5);
  margin-bottom: 0;
}

/* Card tags — hidden on mobile to preserve locked layout */
.home-card__tags {
  display: none;
}

.home-card__tag {
  font-size: 11px;
  font-weight: 400;
  color: rgba(13,13,15,0.5);
  background: var(--cream);
  border-radius: 100px;
  padding: 3px 10px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.home-card__tag--night {
  color: rgba(13,13,15,0.5);
  background: var(--cream);
}

/* Story strip */
.home-story {
  background: var(--warm);
  border-top: 1px solid rgba(13,13,15,0.07);
  padding: 3rem 1.25rem 3.5rem;
}

.home-story__inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}

.home-story__thumb {
  width: clamp(140px, 34.3vw, 234px);
  height: auto;
  display: block;
  margin: 0 auto -1rem;
}

.home-story__text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 4vw, 1.75rem);
  color: rgba(13,13,15,0.7);
  line-height: 1.3;
}

.home-story__link {
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: opacity 0.15s;
  opacity: 0.55;
}

.home-story__link:hover { opacity: 0.55; }

/* Desktop overrides for new elements */
@media (min-width: 768px) {
  .home-hero__desc {
    font-size: 16px;
    margin-top: 1rem;
    letter-spacing: 0.06em;
  }

  .home-hero__actions {
    gap: 16px;
    margin-top: 1.75rem;
  }

  .home-hero__cta {
    font-size: 14px;
    padding: 12px 28px;
  }

  .home-hero__cta--primary {
    display: inline-flex;
  }

  .home-hero__story-link {
    font-size: 14px;
    margin-top: 1.25rem;
  }

  .home-story {
    padding: 6rem 2rem 7rem;
  }

  .home-story__text {
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  }

  .home-story__link {
    font-size: 14px;
  }
}
